.headerLeft img{
  margin-left: -13px;
}
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }
#charge-popup a.charge-rule {
  color: #659ce9;
}

.mask_pay_four .table-wrapper {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.mask_pay_four .table-wrapper table {
  font-size: 12px;
  line-height: 25px;
}

.mask_pay_four .table-wrapper table td:first-child {
  width: 90px;
  color: #a5a5a5;
}
.mask_pay_four .table-wrapper table td:last-child {
  color: #000;
  width: 250px;
}
.mask_pay_four .tip-wrapper {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 28px;
  color: #a5a5a5;
}
.mask_pay_four .tip-wrapper strong {
  color: #000;
  padding: 0 4px;
}
.mask_pay_four .tip-wrapper span {
  color: #a5a5a5;
}
.goback{
  cursor: pointer;
}

#recharge-agree {
  margin-top: 20px;
  cursor: pointer;
}
.setContent {
  min-height: 536px;
}
.achor-type-nav {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  margin-top: 20px;
}
.achor-type-nav li {
  position: relative;
  width: 290px;
  height: 60px;
  margin-right: 5px;
  padding: 10px 0 0 25px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.achor-type-nav li img,
.achor-type-nav li div,
.achor-type-nav li span{
  cursor: pointer;
}
.achor-type-nav li img.star {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  display: none;
}
.achor-type-nav li.active {
  border-color: #3054b1;
}
.achor-type-nav li.active img.star {
  display: block;
}
.achor-type-nav li .title {
  color: #000;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
}
.achor-type-nav li .title span {
  font-size: 12px;
  color: #d48684;
  border: 0 5px;
  border-radius: 3px;
  background-color: #ffe8ee;
  border: 1px solid #d48684;
  padding: 0 16px;
  margin-left: 8px;
  vertical-align: top;
}
.achor-type-nav li .info {
  margin-top: 3px;
  font-size: 14px;
}

.achor-table table {
  width: 100%;
  text-align: center;
}

.achor-table table th {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  height: 40px;
  font-size: 14px;
  color: #000;
  
}
.achor-table table th:nth-child(4) {
  width: 178px;
}
.achor-table table th:nth-child(3) {
  width: 238px;
}
.achor-table table th:last-child {
  width: 80px;
}
.achor-table table th:last-child div {
  border-right-color: transparent;
}
.achor-table table th div {
  border-right: 1px solid #dfdfdf;
}

.achor-table table td {
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
}

.achor-table table td .spend {
  color: #d48684;
  margin-right: 5px;
}
.achor-table table td .real {
  color: #e5e5e5;
}
.achor-table table td input[type='radio'] {
  display: none;
}
.achor-table table td input[type='radio'] + div.radio {
  position: relative;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.achor-table table td input[type='radio']:checked + div.radio {
  border-color: #d48684;
}

.achor-table table td input[type='radio']:checked + div.radio:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #df131e;
}
.achor-info {
  margin-top: 32px;
  font-size: 14px;
  color: #a3a3a3;
  text-align: center;

}

.setTopTip  {
  position: relative;
  background-color: #40464c;
  color: #FFF;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 2px;
  margin-top: 4px;
  margin-left: 8px;
}
.setTopTip:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #40464c transparent transparent;
}
/* ¿Í·þµ¯¿ò */
.servicePop{
  width: 400px;
  height: 480px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/head_for/img/public/service_pop_bg.png') no-repeat;
  background-size: cover;
  padding: 15px 18px;
  position: relative;
}
.servicePop .title{
  color: #fff;
  font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-family: PingFangSC;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 2px;
}
.servicePop .close{
  position: absolute;
  right: 18px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.servicePop .code{
  width: 172px;
  height: 172px;
  margin: 49px auto;
}
.servicePop .tel{
  text-align: center;
  color: rgba(0, 0, 0, .5);
  font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-family: PingFangSC;
  letter-spacing: 1px;
 
}
.servicePop .tel img{
  vertical-align: middle;
 
}
.servicePop .tel .telNumber{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.servicePop .QQ{
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-family: PingFangSC-Thin;
  color: #fff;
  background-color: #4a88bb;
  margin-top: 10px;
}
.main-part  {
   margin-top: 10px;
   height: 320px;
    overflow: scroll;
  
}
.mask_pay_one .mask_btn{
      margin-top: 10px;
}

.main-part .part-item  {
    display: flex;
    height: 50px;
    padding: 7px 10px 7px 20px;
    cursor: pointer;
}
.main-part .part-item div,
.main-part .part-item img,
.main-part .part-item p{
    cursor: pointer;
}
.main-part .part-item  .head-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    
}
.main-part .part-item  .user-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    margin-left: 20px;
}
.main-part .part-item  #username{
  font-size: 14px;
    color: #000;
}
.main-part .part-item  #desc{
  font-size: 12px;
    color: #8d8d8d;
    white-space: nowrap;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-part .active{
    background-color: #d3e3fa;
}
.selectInfo{
  height: 45px;
  width: 445px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  color: #000;
}

.repeat_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 111;
    display: none;
}

.repeat_pop .pop_content{
    width: 500px;
    height: 160px;
    position: absolute;
    background: #fff;
    padding: 20px 30px;
    left: 120px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #666;
}
.repeat_pop .pop_content p{
    padding: 37px 0;
    font-size: 12px;
    color: #666;
}
.repeat_pop .pop_content .ok-btn{
   height: 30px;
   width: 100px;
   text-align:center;
   margin: 0 auto;
   background: #40464c;
   color: #fff;
   line-height: 30px;
}
.repeat_pop .pop_content .header .nav {
  border-bottom: 1px solid #e5e5e5;
}
.repeat_pop .pop_content .header .active {
  width: 70px;
   padding-bottom: 10px;
  border-bottom: 2px solid #666;
}
.goback img{
    width: 8px;
    height: 13px;
    left: 0;
    top: 18px;
    position: absolute;
}
.new-coming{
  position: absolute; 
  top: 8px;
  left: -38px; 
  background: url('/head_for/img/new-coming.png');
  background-size: 100% 100%; 
  font-size: 12px;
  color: #d48684;
  display: inline-block;
  height: 24px;
  width: 95px;
  line-height: 24px;
  padding-left: 5px;
  text-align: left;
}