body,html{
  width: 100%; 
  background-color: #EEECEB;
}
.login_content{
  width:768px;
  margin: 0 auto;
}
.login_content .login_logo{
  text-align: center;
  max-width: 616px;
  overflow: hidden; 
  margin: 102px auto 48px;
}

.login_content .content{
  width: 768px;
  height: 505px;
  border-radius: 24px;
  background: #fff;
  padding: 40px 0;
}

.login_content .content.forget_content{
  height: 687px;
}

.login_content .content_main{
  width:512px;
  margin: 0 auto;
}

.login_content .login_title{
  text-align: center;
  color: #222222;
  font-size: 20px;
  font-weight: bold;  
  position: relative;
}

.login_content .go_back{
  position: absolute;
  left: 0;
  top:-2px;
  display: inline-block;
  width:32px;
  height:32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px -2px #00000014, 0 2px 4px -1px #00000029;
  text-decoration: none;
  line-height: 30px;
}
.login_content .go_back .iconfont{
  font-size: 18px;
  color: #222;
}
.login_content .login_error{
  width: 494px;
  height: 42px;
  line-height: 42px; 
  border: 1px solid #E61728;
  box-shadow: 0px 2px 4px rgba(228, 113, 60, 0.16);
  border-radius: 8px;
  background: #FFF9E6;
  margin-top:20px;
  font-size: 14px;
  color: #E61728;
  padding-left: 16px;
  visibility: hidden;
}
.login_content .login_error.show{
  visibility: visible;
}

.login_content .info .input_bk{
  width: 512px;
  height: 48px;
  line-height: 48px;
  background: #F5F5F5;
  border-radius: 8px;
  margin-top:24px;
  position: relative;
}

.login_content .info .order-input{
  border: none;
  background: none; 
  padding: 5px 0;
  box-sizing: border-box;
  width:80%;
}
.login_content .info .yzm-input,.login_content .info .tel-input{
  padding-left: 16px;
}

.login_content .info .icon_box{
  display: inline-block;
  width: 40px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}
.login_content .info .icon_box_right{
  position: absolute;
  right: 0;
  top:0;
  cursor: pointer;
}
.login_content .info .butt_message{
  position: absolute;
  right: 16px;
  display: inline-block;
  line-height: 48px;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
.login_content .info .butt_message.disabled-btns{
  color: #D3D3D3;
}

.login_bottom .login_btn{
  width: 512px;
  padding: 14px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1.5px solid #ffffffe6;
  background: radial-gradient(172.09% 123.04% at 28.32% 0%, #FF661A 0%, #C40 100%);
  box-shadow: 0 0 16px 4px #ffc450b8 inset;
  background: var(--themeColor);
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top:48px;
  cursor: pointer;
}

.login_bottom .login_btn.disabled-btns{ 
  opacity: 0.2;
  background: radial-gradient(172.09% 123.04% at 28.32% 0%, #FF661A 0%, #C40 100%);
  background: var(--themeColor);
  box-shadow: 0 0 16px 4px #ffc450b8 inset;
}

.login_bottom .login_agreement{
  margin-top:12px;
  font-size: 14px;
  color: #808080;
}
.login_bottom .login_agreement .iconfont{
  color: #FF661A;
  color: var(--themeColor);
  padding-right: 10px;
  position: relative;
  top:1px;
  cursor: pointer;
}
.login_bottom .login_agreement a{
  color: #295FCC;
}
.login_bottom .login_agreement .login_forget{
  float: right;
  color: #808080;
}

.login_change .login_line{
  width: 512px;
  height: 1px;
  background: linear-gradient(90deg, #f5f5f500 0%, #F5F5F5 50.5%, #f5f5f500 100%);
  margin-top:34px;
}
.login_change p{
  text-align: center;
  color: #aaa;
  margin-top:23px;
  font-size: 14px;
}
.login_change .login_change_btn {
  display:block;
  text-align: center;
  width: 140px;
  height: 48px;  
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000;  
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  margin: 12px auto;
  line-height: 48px;
  cursor: pointer;
}
.login_change .login_change_btn_phone{
  width:180px;
}
.login_change .reset_phone{
  width:140px;
}
.login_change_btn i {
  margin-right: 8px;
  vertical-align: bottom;
}

.login_type_user .login_phone,.login_type_phone .login_user{
  display: none;
}
.login_type_user .login_user,.login_type_phone .login_phone{
  display: block;
}

.resetpwd_type_phone .reset_email,.resetpwd_type_email .reset_phone{
  display: none;
}
.resetpwd_type_phone .reset_phone,.resetpwd_type_email .reset_email{
  display: block;
}

.login_content .info .user_account{
  border:1px solid #d5d5d5;
  background: none;
  display: none;
}
.footer .copyright,.footer a, .footer a:hover{
  color: #aaa;
}

.info_ok{
  font-size: 14px;
  color: #000;
}
.info_ok .icon_ok{
  left:-84px;
  background:url("../../icon/customermodoule/account_ok.png") no-repeat left center; 
  background-size: 32px;
  display: inline-block;
  width:32px;
  height:32px;
  margin-top:43px;
  margin-bottom: 16px;
}
.rejectBtn{
  text-align:center;
  margin-top:64px;
  font-size:12px;
  margin-bottom: 16px;
}
.rejectBtn .rejectBtn_cel{
  display:inline-block;
  margin:0 10px;
  width:92px;
  height:36px;
  line-height:36px;
  background:#FF661A;
  background: var(--themeColor);
  color:#fff;
  border:1px solid #FF661A; 
  border:1px solid var(--themeColor);
  text-decoration:none;
  border-radius:8px;
  text-align:center;
  font-size: 14px;
  font-weight: bold;
}
.jeBox-wrap.jeBox-anim{
  border-radius: 16px;
}
.jeBox-header{ 
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}