/*reset start*/

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
dl,
dt,
dd,
form,
input,
textarea,
select,
span,
table,
tr,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

*:focus,
*:hover {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
li {
  list-style: none;
}

html,
body {
  background: #F5F6F7;
  color: #3a3a3a;
  font: 100% "AppleGothic", "Microsoft Yahei", "SimHei", Arial, sans-serif;
  -webkit-user-select: element;
  user-select: element;
  -webkit-touch-callout: none;
  font-family: "Hiragino Sans GB", "Noto Sans", "MicrosoftYahei", "Helvetica Neue", "Arial";
  -webkit-font-smoothing: antialiased;
}

html.cover-back,
body.cover-back {
  overflow: hidden;
  height: 100%;
}

:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: element;
  user-select: element;
}

input,
textarea {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: black;
  outline: none;
}

input,
textarea {
  outline: none;
  border: none;
  border-radius: 0;
}

textarea {
  resize: none;
}

a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:focus,
input:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input::-moz-focus-inner,
input::-webkit-focus-inner,
input::focus-inner {
  border: 0;
}

h1 {
  font-weight: normal;
}

/*reset end*/


#hdContainer {
  background: #f83d51;
  height: 52px;
}

#hdContainer .back_icon {
  width: 40px;
  height: 52px;
  position: absolute;
  background: url("back.png") 9px 19px no-repeat;
  background-size: 25% 35%;
  left: 8px;
}

#hdContainer .home-page {
  font-size: 17px;
  line-height: 60px;
  height: 60px;
  position: absolute;
  left: 28px;
}

#hdContainer .hd-title {
  width: 100%;
  line-height: 60px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bolder;
}

#hdContainer .close-btn {
  line-height: 60px;
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 17px;
  height: 15px;
}

a {
  text-decoration: none;
}

#back-payPage {
  position: absolute;
  height: 52px;
  overflow: hidden;
  left: 15px;
}

#back-payPage a {
  color: #666666;
}

.hdContainer {
  background: #f64a4e;
  height: 52px;
}

.hdContainer .back_icon {
  width: 9px;
  height: 54px;
  float: left;
  background: url("back.png") 0 18px no-repeat;
  background-size: 100%;
}

.hdContainer .home-page {
  font-size: 17px;
  line-height: 54px;
  float: left;
  color: white;
  margin-left: 5px;
  visibility: hidden;
}

.hdContainer .hd-title {
  width: 100%;
  line-height: 52px;
  color: white;
  text-align: center;
  font-size: 17px;
}

.hdContainer .close-btn {
  line-height: 60px;
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 17px;
  height: 15px;
}


#bd {
  position: relative;
}

#bd .bd-top-container {
  padding: 4px 0;
  height: 44px;
  background: #f83d51;
}

.bd-top-container .top-container-title {
  font-size: 15px;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  position: relative;
  float: left;
}

.bd-top-container .top-container-title .logo {
  background: url("logo-new.png") 50% 50% no-repeat;
  height: 100%;
  line-height: 44px;
  width: 20px;
  background-size: 20px 20px;
  float: left;
  margin-right: 6px;
}

.bd-top-container .top-container-title .text {
  height: 100%;
  line-height: 44px;
  float: left;
}

.bd-top-container .login {
  float: right;
  height: 22px;
  top: 12px;
  right: 20px;
  position: relative;
}

.user-info {
  position: relative;
  float: right;
  height: 44px;
  right: 12px;
  color: #ffffff;
  line-height: 44px;
  font-size: 15px;
}

.login-input {
  overflow: hidden;
}

.login .login-pic {
  width: 23px;
  height: 22px;
  background: url(login.png) no-repeat;
  background-size: cover;
  position: relative;
  float: left;
}

.login .login-literature {
  position: relative;
  float: left;
  margin-left: 8px;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}

.login-literature a {
  color: #ffffff;
}

#bigShow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

#blackGround {
  width: 100%;
  height: 100%;
  background-color: black;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  zoom: 1;
  cursor: pointer;
  z-index: 1;
}

#hint-box {
  width: 300px;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  position: fixed;
  top: 50%;
  margin-top: -120px;
  margin-left: -150px;
  left: 50%;
}

#hint-box .hint-content {
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

#hint-box .btn-area {
  position: relative;
  margin-top: 40px;
  height: 40px;
}

.btn-area .hint-cancel {
  position: relative;
  float: left;
  width: 120px;
  background: #f64a4e;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  margin-left: 20px;
  color: #fff;
}

.btn-area .hint-affirm {
  position: relative;
  float: left;
  width: 120px;
  background: #cccccc;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  margin-left: 20px;
  color: grey;
}

#urs-login-block {
  padding: 16px;
  height: 4rem;
  /*width: 4.52rem;*/
  background: white url("login/loading.gif") 50% 50% no-repeat;
}

#urs-login-block2 {
  padding: 16px;
  /*width: 4.52rem;*/
  /*width: 420px;*/
}

.login-con {
  background: white;
}

.net-login-title {
  text-align: center;
  font-size: 0.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #999999;
}

.price-table {
  font-size: 12px;
  margin: 10px auto;
  width: 100%;
}

.price-table th {
  font-weight: bold;
  background: #F4F4F4;
  color: #f83d51;
  text-align: center;
  padding: 5px 0;
}

.price-table td {
  border: 1px solid #EEE;
  padding: 8px;
}

/*底部导航*/
.nav__bottom--con {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0.98rem;
  background: #FFFFFF;
  box-shadow: 0 -1px 0 0 #E6E6E6;
  z-index: 1;
}

.nav__bottom--list {
  padding: 0 0.98rem;
  letter-spacing: 0;
  font-size: 0;
}

.nav__bottom--list a {
  display: block;
  width: 100%;
  padding-top: 0.62rem;
  height: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  color: #999999;
}

.nav__bottom--list li.current a {
  color: #F03744;
}

.nav__bottom--list li {
  width: 0.6rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.nav__bottom--index,
.nav__bottom--orders {
  margin-right: 1.86rem;
}

.nav__bottom--index a {
  background: url("bottomNav/index.png") 50% 0.08rem no-repeat;
  background-size: 0.54rem 0.54rem;
}

.nav__bottom--index.current a {
  background: url("bottomNav/index-selected.png") 50% 0.08rem no-repeat;
  background-size: 0.54rem 0.54rem;
}

.nav__bottom--orders a {
  background: url("bottomNav/order.png") 50% 0.08rem no-repeat;
  background-size: 0.54rem 0.54rem;
  background-size: 0.54rem 0.54rem;
}

.nav__bottom--orders.current a {
  background: url("bottomNav/order-selected.png") 50% 0.08rem no-repeat;
  background-size: 0.54rem 0.54rem;
}

.nav__bottom--mine a {
  background: url("bottomNav/mine.png") 50% 0.08rem no-repeat;
  background-size: 0.54rem 0.54rem;
}

.nav__bottom--mine.current a {
  background: url("bottomNav/mine-selected.png") 50% 0.08rem no-repeat;
  background-size: 0.54rem 0.54rem;
}

.container--fixed-nav {
  /*position: absolute;*/
  /*top: 0;*/
  /*left:0;*/
  /*bottom: 0.98rem;*/
  margin-bottom: 0.98rem;
  width: 100%;
  padding-top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.container--bd {
  /*background: white;*/
}

/*commonCard css*/
.commonCard {
  background: #F5F6F7;
  height: 100%;
  overflow: scroll;
}

.commonCard .card-title {
  display: none;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 #E8E9EB;
  text-align: center;
  position: relative;
  font-family: PingFangSC-Medium;
  font-size: 0.32rem;
  color: #333333;
}

.commonCard .card-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  right: 0.36rem;
  top: 50%;
  margin-top: -0.24rem;
  background: url("close-page.png") 50% 50% no-repeat;
  background-size: contain;
}

.commonCard .info-area {
  position: relative;
  margin-top: 0.2rem;
  background: #fff;
}

.commonCard .info-area .email-container {
  position: relative;
  margin: 0 0.36rem;
  border-bottom: 1px solid #E6E6E6;
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: 0.32rem;
}

.commonCard .info-area .email-container__border-none {
  border: none;
}

.commonCard .text-area {
  position: relative;
  color: #333333;
  margin-right: 0.12rem;
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #333333;
  line-height: 1.2rem;
}

#userInfoCard .input-content {
  position: relative;
  float: left;
  line-height: 0.36rem;
  height: 1.2rem;
  border: none;
  font-size: 0.3rem;
  outline: none;
  width: 4.8rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  text-align: left;
}

.commonCard .info-area .phone-container {
  position: relative;
  width: 95%;
  margin-left: 20px;
  height: 80px;
  line-height: 80px;
  font-size: 17px;
}

.commonCard .save-btn {
  width: 6.78rem;
  height: 0.94rem;
  border-radius: 4px;
  margin: 0.56rem auto 0 auto;
  background: #cccccc;
  line-height: 0.94rem;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #FFFFFF;
}

.commonCard .save-btn.active {
  /*background: linear-gradient(-135deg, #F87B31 0%, #F54337 100%);*/
  background: #F03744;
}

.commonCard form {
  margin: 0;
}

.commonCard .toast-wrap {
  position: absolute;
  z-index: 3;
  top: 4.8rem;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, .5);
  padding: 0 0.4rem;
  border-radius: 4px;
  height: 1.04rem;
  line-height: 1.04rem;
  font-family: PingFangSC-Regular;
  font-size: 0.3rem;
  color: #FFFFFF;
  display: none;
}

.commonCard input.input-content::-webkit-input-placeholder {
  color: #CCCCCC;
}

.commonCard input.input-content::-moz-placeholder {
  color: #CCCCCC;
}

.commonCard input.input-content:-ms-input-placeholder {
  color: #CCCCCC;
}

.commonCard input.textarea-content::-o-input-placeholder {
  color: #CCCCCC;
}

.commonCard textarea.textarea-content {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.44rem;
  display: block;
  margin: 0 auto 0.56rem auto;
  width: 6.78rem;
  height: 2.56rem;
  padding: 0.36rem;
}

.commonCard textarea.textarea-content::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #cccccc;
  line-height: 0.44rem;
}

.commonCard textarea.textarea-content::-moz-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #cccccc;
  line-height: 0.44rem;
}

.commonCard textarea.textarea-content:-ms-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #cccccc;
  line-height: 0.44rem;
}

.commonCard textarea.textarea-content::-o-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #cccccc;
  line-height: 0.44rem;
}

.f-select {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: white;
}

.f-select-items {
  margin: 0 0.32rem;
}

.f-select-items li {
  height: 1.2rem;
  line-height: 1.2rem;
  padding-right: 0.64rem;
  font-family: PingFangSC-Regular;
  font-size: 0.34rem;
  color: #333333;
  border-bottom: 1px solid #EBEBEB;
  background: url("file/select.png") right 0 top 50% no-repeat;
  background-size: 0.48rem 0.48rem;
}

.f-select-items li.selected {
  height: 1.2rem;
  line-height: 1.2rem;
  padding-right: 0.64rem;
  font-family: PingFangSC-Regular;
  font-size: 0.34rem;
  color: #333333;
  border-bottom: 1px solid #EBEBEB;
  background: url("file/selected.png") right 0 top 50% no-repeat;
  background-size: 0.48rem 0.48rem;
}

.cover {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.f-alert {
  display: none;
  position: fixed;
  width: 5.6rem;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  z-index: 10;
  padding-top: 0.4rem;
}

.f-alert .title {
  font-family: PingFangSC-Regular;
  font-size: 0.36rem;
  color: #333333;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.26rem;
  padding: 0 0.4rem;
  text-align: center;
}

.f-alert .desc {
  font-family: PingFangSC-Regular;
  font-size: 0.30rem;
  color: #999999;
  padding: 0 0.4rem 0.3rem 0.4rem;
  text-align: center;
}

.f-alert .ok,
.f-alert .cancel {
  display: block;
  border-top: 1px solid #E5E5E5;
  height: 0.96rem;
  line-height: 0.96rem;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #F54337;
  text-align: center;
}

.f-alert-btns {
  height: 0.96rem;
  position: relative;
}

.f-alert-btns .ok {
  width: 50%;
  float: right;
}

.f-alert-btns .cancel {
  width: 50%;
  float: left;
  color: #666666;
}

.f-alert-btns:before {
  content: " ";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #D8D8D8;
  margin-left: -0.5px;
  height: 100%;
  -webkit-transform: scaleX(.5);
  -webkit-transform-origin: 0 0;
  transform: scaleX(.5);
  transform-origin: 0 0;
}

.toast-wrap {
  position: fixed;
  z-index: 3;
  top: 4.8rem;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, .5);
  padding: 0 0.4rem;
  border-radius: 4px;
  height: 1.04rem;
  line-height: 1.04rem;
  font-family: PingFangSC-Regular;
  font-size: 0.3rem;
  color: #FFFFFF;
  display: none;
}

.topNav-con,
.topNav {
  height: 0.96rem;
  text-align: center;
  line-height: 0.96rem;
  margin-bottom: 1px;
  width: 100%;
  background: #fefefe;
}

.topNav {
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

.topNav-back-icon {
  width: 0.96rem;
  height: 0.96rem;
  position: absolute;
  top: 0;
  left: 0.12rem;
  background: url("back-nav.png") 50% 50% no-repeat;
  background-size: 0.48rem 0.48rem;
  z-index: 1;
}

.topNav-title {
  font-family: PingFangSC-Regular;
  font-size: 0.34rem;
  color: #666;
  vertical-align: text-bottom;
}

/*弹窗css样式开始*/
.message-container {
  position: fixed;
  z-index: 2;
  /*bottom: 0;*/
  left: 50%;
  top: 50%;
  width: 100%;
  /*background: rgba(0, 0, 0, .5);*/
  display: none;
  z-index: 2000;
  transform: translate(-50%, -50%);
  width: 6rem;
  background: white;
  font-size: 0.36rem;
}

.eu-policy-alert {
  font-size: 0.16rem;
  padding: 0.4rem 0.2rem 0.2rem 0.2rem;
  border: 1px solid gray;
}

.eu-policy-alert a {
  color: blue;
}

.eu-policy-alert #eu-policy-alert-close {
  display: block;
  color: black;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  border: 1px solid black;
  margin-top: 0.1rem;
}

.eu-policy-alert #eu-policy-alert-sure {
  margin-top: 0.1rem;
  display: block;
  color: #fff;
  background: red;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  border: 1px solid red;
}

.light-box {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  display: none;
}