/* 登录--注册--找回密码--个人中心 */
.login_page{
    width: 100%;
    height: 805px;
    background: url(../images/login_cover_bg.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 100% 805px;
}
.w900{
  width: 900px;
  margin: 0 auto;
}
.main{
    width: 910px;
    height: 545px;
    margin: 0 auto;
    padding-top: 92px;
}
.main  .left{
    width: 455px;
    height: 545px;
    background:#fff;
}
.main  .left img{
    width: 100%;
    height: 100%;
}
.main .right{
    width: 445px;
    height: 545px;
    background:#fff;
}
/* 提示 */
.error_info{
    bottom: 62px!important;
}
.error_info{
    color: #FF7D41;
    position: absolute;
    bottom: 75px;
    left: 10px;
    font-size: 12px;
}
#noticeMsg{
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-weight: Normal;
    text-align: left;
    color: #ff7d41;
    line-height: 26px;
    margin-left: 10px;
}
.main .right .text{
    font-size:24px;
    font-weight:500;
    color:#444444;
    line-height:54px;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 50px;
}
.main .right .text span{
  color:#FF4D44;
  font-size:30px;
}
.main .right .form_box{
    width: 365px;
    margin-left: 40px;
    margin-right: 50px;
    position: relative;
}
.main .right .form_box .field{
     height: 50px;
     width: 365px;
     background-color: #FCFCFC;
     border-radius: 0px 15px 0px 15px;
     line-height: 50px; 
}

.label_line{
    display: inline-block;
    margin-bottom: -5px;
    height: 15px;
    border: 1px dashed #e5e5e5;
}
.main .right .form_box .field.pwd-field{
    position: relative;
    margin-bottom: 30px;
}
.passwordeye{
    position: absolute;
    right: 30px;
    top: 22px;
}
.pwd-field .invisible{
    width: 18px;
    height: 7px;
    background: url(../images/unlook.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 18px 7px;
}
.info_title .invisible{
    width: 18px;
    height: 7px;
    background: url(../images/unlook.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 18px 7px;
}
.info_title .visible {
    width: 21px;
    height: 14px;
    background: url(../images/look.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 21px 14px;
}
.pwd-field .visible{
    width: 21px;
    height: 14px;
    background: url(../images/look.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 21px 14px;
}
.test_phone{
    display: inline-block;
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-weight: Normal;
    text-align: left;
    color: #ff7d41;
    line-height: 18px;
    margin-left: 23px;
}
.main .right .form_box .field label{
    display: inline-block;
    width: 78px;
    line-height: 50px;
    text-align: center;
    font-size:14px;
    color:#666666;
}
.main .right .form_box .forget{ 
    font-size: 12px;
    margin-top: 10px;
   cursor: pointer;
  color: #999999;
}
.main .right .form_box .forget a{
    color: #999999;
}
.main .right .form_box .returnLogin{
    font-size:12px;
    color:#BBBBBB;
    line-height:24px;
    min-width: 68px;
}

.main .right .form_box .returnLogin a{
    color:#BBBBBB;
}
.main .right .form_box .returnLogin a:hover{
    color: #FF4D44;
}
.main .right .form_box .btn-field{
    margin-top: 50px;
}
.form_box .btn-field  button{
    width: 175px;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
}
.form_box .btn-field .btn-left .register{
    color: #444444;
    background: url(../images/regist_bg.png?v=20230710102157?v=20230710140738) no-repeat;
}
.form_box .btn-field .btn-right .submit{
    color: #ffffff;
    background: url(../images/login-btn_bg.png?v=20230710102157?v=20230710140738) no-repeat;
}

/* 注册 */
.main.regist_main{
  height:594px;
  
}
.return-login{
    margin-top: 70px;
    margin-right: 50px;
    font-size: 12px;
    text-align: right;
    color: #999999;
    line-height: 18px;
}
.check-field{
    position: relative;
    margin-bottom: 30px;
}
#send_code{
    text-align: center;
    color: #FF4D44;
    width: 120px;
    position: absolute;
    height:50px;
    right:0;
    z-index:99;
    font-size: 14px;
    background: url(../images/send_bg.png?v=20230710102157?v=20230710140738) no-repeat;
    cursor:pointer;
}
.form_box .btn-field .btn-right .finish{
    width:365px;
    height: 42px;
    color: #ffffff;
    border-radius: 0px 15px 0px 15px;
    background: rgba(255,77,68,0.6);
}

/* 绑定手机号 */
#confirmBind{
    width: 520px;
    height: 58px;
    color: #ffffff;
    background: url(../images/confirmBind.png?v=20230710102157?v=20230710140738) no-repeat;
}
#confirmBind:hover{
    background: url(../images/bind_hover.png?v=20230710102157?v=20230710140738) no-repeat;
}
.hidden{
    display: none;
}
/* 找回密码 */
.find_status{
    height: 72px;
    margin-bottom: 40px;
    margin-left: 50px;
    overflow: hidden;
}
.find_status ul li{
    float: left;
}
.find_status ul li.step{
    color:#BBBBBB;
    line-height:24px;
    text-align: center;
} 
.find_status ul li.step .icon_step{
    width: 20px;
    height: 24px;
    margin:auto;
    margin-bottom: 10px;
    margin-top: 8px;
}
.find_status ul li.step .icon_step1{
    background: url(../images/one.png?v=20230710102157?v=20230710140738) no-repeat;
      background-size: 100%;
}
.find_status ul li.step .icon_step2{
    background: url(../images/two.png?v=20230710102157?v=20230710140738) no-repeat;
      background-size: 100%;
}
.find_status ul li.step .icon_step3{
    background: url(../images/three.png?v=20230710102157?v=20230710140738) no-repeat;
      background-size: 100%;
}
.find_status ul li.step .step1_success{
    background: url(../images/one_success.png?v=20230710102157?v=20230710140738) no-repeat;
      background-size: 100%;
}
.find_status ul li.step .step2_success{
    background: url(../images/two_success.png?v=20230710102157?v=20230710140738) no-repeat;
      background-size: 100%;
}
.find_status ul li.step .step3_success{
    background: url(../images/three_success.png?v=20230710102157?v=20230710140738) no-repeat;
      background-size: 100%;
}
.find_status .line{
    width: 50px;
    height: 1px;
    margin-top: 20px;
    background-color: #EFEFEF; 
}
.find_status .line_success{
    background-color: #FFD971; 
}
.findpwd-msg,.login-msg,.other-msg{
    color: #FF7D41;
    margin-left: 23px;
    margin-top: 10px;
    font-size: 12px;
}
.form_finish  .mark{
    width: 92px;
    height: 84px;
    padding-top: 10px;
    margin: auto;
}
.form_finish  .mark img{
  width:100%;
  height:100%;
}
.form_finish  .slogan{
    font-size:14px;
    color:#FF7D41;
    line-height:30px;
    margin-top: 18px;
    margin-bottom: 30px;
    text-align: center;
}
#next-btn,#finish-btn,#return-login{
    width: 365px;
    height: 42px;
    color: #ffffff;
    border-radius: 0px 15px 0px 15px;
    background-color: rgba(255,77,68,0.6);
    /* background: url(../images/finish_bg.png?v=20230710102157?v=20230710140738) no-repeat; */
}

/* 个人中心 */
#personal_wrap{
    width: 920px;
    height:595px;
    background:#ffffff;
    margin: 0 auto;
    margin-top: 22px;
}
#personal_wrap .left{
    width: 120px;
    margin-top: 60px;
    margin-left: 80px;
    text-align: center;
}
#personal_wrap .left .avatar{
    width: 90px;
    height: 90px;
    background: #d7d7d7;
    border-radius: 50%;
}
#personal_wrap .left .avatar img{
    border-radius: 50%;
}
#personal_wrap .left .username{
    width:93px;
    font-size:18px;
    color:#333333;
    line-height:27px;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 20px;
}
#personal_wrap .left .points{
    font-size: 15px;
    color: #333333;
    /* line-height: 12px; */
    margin-top: 10px;
}
#personal_wrap .left .modify{
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-top: 20px;
    position: relative;
    background:rgba(255,77,68,0.6);
    border-radius:0px 10px 0px 10px;
    opacity:0.6;
}
#personal_wrap .modify .modify_input{
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 34px;
    left:0;
    cursor: pointer;
}
#personal_wrap .left .modify a{
    color: #fff;
}
#personal_wrap .right{
    width: 596px;
    margin-top: 60px;
    margin-right: 80px;
}
#personal_wrap .right .title{
    font-size:22px;
    font-weight:500;
    color:#222222;
    line-height:45px;
    padding-left: 20px;
    padding-top: 20px;
    background: url(../images/icon_person.png?v=20230710102157?v=20230710140738) no-repeat left center;
    background-size: 28px 30px;
    margin-bottom: 20px;
}
#personal_wrap .right  .line{
    width:596px;
    height:1px;
    background:#EEEEEE;
}
#personal_wrap .right  .info{
    padding:20px  0 20px 70px;
    font-size: 14px;
    position: relative;
}
#personal_wrap .right  .info .info_title{
    color:#999999;
    line-height:21px;
    display: inline-block;
}
#personal_wrap .right  .info .info_title.title_other{
    vertical-align: top;
}
#personal_wrap .right  .info .info_title .passwordeye{
    position: absolute;
    right: 220px;
    top: 15px;
}
#personal_wrap .right  .info .info_main{
    margin-left: 20px;
    display: inline-block;
}
.info_main_other{
    width: 520px;
    margin-left: 45px;
    display: inline-block;
}
#personal_wrap .right input{
    height: 40px;
    /* border-radius:2px; */
    padding-left: 20px;
}

.code_send{
   margin-top:15px;
   margin-left: 67px;
   display:none;
}
.sendCode{
  cursor:pointer;
  color:#FF4D44;
  margin-left:15px;
  font-size: 12px;
}
.tel .tip,.pwd_tip{
  color:#FF7D41;
  font-size:12px;
}
.pwd_tip{
  margin-left:15px;
}
/* 基本信息表单 */
#nick_name,#mobile{
    width: 215px;
  
}
.pwd_set label{
    font-size:14px;
    color:rgba(153,153,153,1);
    line-height:21px;
    margin-right: 20px;
}
.pwd_set label+input{
    width:215px;
    height:40px;
    background:rgba(248,248,248,1);
    border-radius:2px;
}
.pwd_set .pwd_input{
    margin-bottom: 10px;
}

#personal_wrap .right input[type="text"]:enabled{background:#F8F8F8;}
#personal_wrap .right input[type="text"]:disabled{background:#ffffff;}

.changeword{
  display:none;
}
.changeword  .pwd_input{
    background: #fcfcfc;
    border-radius: 0px 10px 0px 10px;    
  margin-left:20px;
  width: 215px;
}
.changeword  .info_title{
  display:block!important;
  margin-bottom:24px;
  position: relative;
}
.birthSelect select {
    width: 100px;
    height: 40px;
    text-indent: 20px;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    border: none;
    background: #F8F8F8 url("../images/down.png") 80px center no-repeat;
    border-radius:2px;
    background-size: 12px;

}
.radio_input{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
.radio_input .radio_label{
    margin-right: 15px;
    margin-left: 10px;
}
.radio_input input[type='radio']{
    width: 14px;
    height: 14px!important;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.radio_input input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../images/radio.png?v=20230710102157?v=20230710140738) no-repeat;
}
.radio_input input[type="radio"]:checked + label::before {
    background: url(../images/radioSelected.png?v=20230710102157?v=20230710140738) no-repeat;
    
}


.info.other_platform .info_main_other ul li{
   float: left;
   margin-right: 36px;
   width: 126px;
  cursor:pointer;
}
.info.other_platform .info_main_other ul li a:nth-of-type(1){
    display: block;
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
}
.info.other_platform .info_main_other ul li .wx_unbound{
    background: url(../images/wx.png?v=20230710102157?v=20230710140738) no-repeat;
}
.info.other_platform .info_main_other ul li .wx_bound{
    background: url(../images/wx_bound.png?v=20230710102157?v=20230710140738) no-repeat;
}

.info.other_platform .info_main_other ul li .wb_unbound{
    background: url(../images/wb.png?v=20230710102157?v=20230710140738) no-repeat;
}
.info.other_platform .info_main_other ul li .wb_bound{
    background: url(../images/wb_bound.png?v=20230710102157?v=20230710140738) no-repeat;
}

.info.other_platform .info_main_other ul li .qq_unbound{
    background: url(../images/qq_unbound.png?v=20230710102157?v=20230710140738) no-repeat;
}
.info.other_platform .info_main_other ul li .qq_bound{
    background: url(../images/qq_bound.png?v=20230710102157?v=20230710140738) no-repeat;
}

.info.other_platform .info_main_other ul li .bind{
    display: block;
    background:#F8F8F8;
    color: #A6A6A6;
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius:0px 10px 0px 10px;
}
.info.other_platform .info_main_other ul li .bound{
    background:#FCF2EF;
    color: #FF4D44;
}
#personal_wrap .right  .info .info_set{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:30px;
    color: #999999;
}
.oper_set{
    width: 13px;
    height: 15px;
    background: url(../images/set_edit.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 13px 15px;
}
#personal_wrap .right  .info .info_set:hover{
    color: #FF4D44;
}
#personal_wrap .right  .info .info_set .oper_confirm a{
    color: #999999;
}
#personal_wrap .right  .info .info_set .oper_confirm a:hover{
    color: #FF4D44;
}
#personal_wrap .right  .info .info_set .oper_confirm .cancel{
    margin-right: 22px;
    width: 15px;
    height: 15px;
    background: url(../images/cancel.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 15px 15px;
    display: inline-block;
}
#personal_wrap .right  .info .info_set .oper_confirm .save{
    width: 14px;
    height: 15px;
    background: url(../images/save.png?v=20230710102157?v=20230710140738) no-repeat;
    background-size: 14px 15px;
    display: inline-block;
}

/* 弹窗 */
.popup{
    display: none;
    position:fixed;
    z-index:199; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45); 
}
.alertBox{
    width:366px;
    height:143px;
    background:rgba(255,255,255,1);
    border-radius:0px 20px 0px 20px;
    position: absolute;
    top: 45%;
    left: 38%;
    padding:40px;
}
.alertBox p{
    font-size:18px;
    color:rgba(51,51,51,1);
    line-height:30px;
    
}
.alertBox .operBtn a{
    margin-top: 26px;
}
.alertBox .operBtn a.cancel{
    margin-left: 80px;
}
.popBox{ 
    width:674px;
    height:542px;
    background: #fff;
    border-radius:0px 20px 0px 20px;
    position: absolute;
    top: 32%;
    left: 32%;
}
.popBox .left{
    width: 314px;
    margin-left: 80px;
}
.popBox .left .upload{
    margin-top: 50px;
    position: relative;
}
.popBox .left .upload .hide{
    position: absolute;
    opacity: 0;
    width: 120px;
    height: 34px;
}
.popBox .left .upload .uploadImg{
    color: #FF4D44;
    background:#FCF2EF;
    border-radius: 0 10px 0 10px;
    width: 120px;
    height: 34px;
    font-size: 14px;
    cursor: pointer;
}
.popBox .left .upload .portrait-msg{
    color: #999999;
    margin-left: 20px;
    font-size: 14px;
}
.popBox .left .show_area{
    margin-top: 28px;
    margin-bottom: 2px;
    width: 319px;
    height: 319px;
    background:rgba(248,248,248,1);
    border:1px solid rgba(215,215,215,1);
}
.popBox .right{
    width: 120px;
    margin-left: 80px;
}
.popBox .right .bigImg{
    margin-top: 115px;
    width:120px;
    height:120px;
}
.popBox .right .middleImg{
    width: 48px;
    height: 48px;
}
.popBox .right .smallImg{
    width: 40px;
    height: 40px;
}
.popBox .right .middleImg,.popBox .right .smallImg{
    margin-top: 18px;
}
.popBox .right .bigImg,.popBox .right .middleImg,.popBox .right .smallImg{
    background:rgba(248,248,248,1);
    border:1px solid rgba(215,215,215,1);
}
.popBox .right .imgText{
    font-size:12px;
    color:#999999;
    margin-top: 10px;
} 

.operBtn{
    height: 35px;
 }
.operBtn a{
    display: inline-block;
    width:85px;
    height:34px;
    line-height: 34px;
    text-align: center;
    font-size:16px;
    color:#fff;
    margin-top:50px;
    border-radius:0px 5px 0px 5px;
    background: #d7d7d7;
    cursor: pointer;
}
.operBtn .cancel{
     margin-right:30px;
}
.operBtn .save{
     background:#FF4D44;
}

/* common input  */
.common_input{
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: none;
    font-size:14px;
    padding-left: 21px!important;
    color: #333333;
}
input::-webkit-input-placeholder {
    color: #DDDDDD;
}
input::-moz-input-placeholder {
    color: #DDDDDD;
}
input::-ms-input-placeholder {
    color: #DDDDDD;
}
/* 通过延长增加自动填充背景色的方式, 是用户感受不到样式的变化 */
input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.return-login{
  cursor: pointer;
}