html {
  font-size: 62.5%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body,
div,
ul,
li,
p,
form,
fieldset,
legend,
input,
textarea,
img,
section,
article,
button,
textarea {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Microsoft YaHei", Arial;
  color: black;
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto !important;
  overflow: hidden;
}

i,
cite,
em,
var {
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
}

[v-cloak] {
  display: none !important;
}

#errorPrompt {
  width: 100%;
  height: 100%;
  position: relative;
}

#errorPrompt .error-wrap {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#errorPrompt .error-wrap .icon {
  width: 240px;
  height: 180px;
  margin:0 auto;
}

#errorPrompt .error-wrap .icon img {
  width: 100%;
  height: 100%;
}

#errorPrompt .error-wrap .error-con {
  margin-top: 15px;
  font-size: 14px;
  color: #747474;
  line-height: 21px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#errorPrompt .error-wrap .error-con .bold {
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
  color: #353535;
}

#errorPrompt .error-wrap .error-con .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #0084ff;
  border-radius: 2px;
  font-size: 14px;
  color: #fffffe;
  margin-top: 30px;
}

#errorPrompt .feedback-wrap {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  height: 200px;
  border-radius: 2px;
  box-sizing: border-box;
}

#errorPrompt .feedback-wrap > div {
  background: #f6f6f6;
  display: flex;
  flex-direction: row;
  padding: 30px 58px;
}

#errorPrompt .feedback-wrap > div .left-ewm img {
  width: 100px;
  height: 100px;
  border-radius: 2px;
}

#errorPrompt .feedback-wrap > div .right-text {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#errorPrompt .feedback-wrap > div .right-text p {
  font-size: 14px;
  color: #747474;
  line-height: 21px;
}

#errorPrompt .feedback-wrap > div .right-text a {
  font-size: 14px;
  color: #0084ff;
  line-height: 18px;
}


#errorPrompt .error-wrap .error-con .couple-back {
    font-size: 14px;
    text-decoration: underline;
    color: #0084ff;
    margin-top: 68px;
}

#errorPrompt .tips {
    position: absolute;
    bottom: 27px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #b0b0b0;
}



#app {
  padding-top: 90px;
}
.icon-text-conatiner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-text-conatiner .icon {
  width: 80px;
  height: 80px;
}
.icon-text-conatiner .tip-title {
  margin-top: 20px;
  font-size: 18px;
  color: #202124;
}
.icon-text-conatiner .tip-text {
  margin-top: 10px;
  font-size: 15px;
  color: #60646B;
  width: 70%;
  text-align: center;
}

.btn-container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-container .text-btn {
  position: fixed;
  bottom: 40px;
  color: #919499;
  font-size: 15px;
  padding: 10px 20px;
}
.btn-container .btn {
  margin-bottom: 14px;
  width: 250px;
  height: 50px;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
}
.btn-container .btn.deep {
  color: #fff;
  background: linear-gradient(135deg, #00BAFF 0%, #0084FF 100%);
}
.btn-container .btn.light {
  color: #0084FF;
  background: #E5F4FF;
}

.can-no-click {
  background: #CECFD3 !important;
  color: #60646B !important;
}

#mobile_icon_div {
  display: none !important;
}
.success-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: 50%;
  padding: 18px 14px;
  transform: translateX(-50%);
  width: 315px;
  background: #E5F0FF;
  border-radius: 18px;
}
.success-text-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #006CFF;
  line-height: 23px;
}
.success-text-tip {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #919499;
  line-height: 21px;
}
.kefu {
  position: fixed;
  top: 380px;
  right: 6px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
#errorPrompt .forbidden-wrap {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffefef 0%, #ffffff 100%);
  background-size: 100% 344px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 26px;
  box-sizing: border-box;
}

#errorPrompt .forbidden-wrap .icon {
  width: 70px;
  height: 70px;
  margin-top: 80px;
}

#errorPrompt .forbidden-wrap .tips1 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #202124;
  line-height: 18px;
  margin-top: 20px;
  text-align: center;
}

#errorPrompt .forbidden-wrap .tips2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #60646b;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

#errorPrompt .forbidden-wrap .link {
  color: #006cff;
  cursor: pointer;
}

#errorPrompt .forbidden-wrap .box {
  width: 100%;
  background: #f5f7fa;
  border-radius: 10px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #202124;
  padding: 20px 16px;
  margin-top: 20px;
}

#errorPrompt .forbidden-wrap .box p + p {
  margin-top: 18px;
}

#errorPrompt .forbidden-wrap.is-pc {
  background-size: 100% 688px;
}

#errorPrompt .forbidden-wrap.is-pc .icon {
  margin-top: 344px;
}

#errorPrompt .forbidden-wrap.is-pc .box {
  width: 322px;
}