 .login-box{
   width: 400px;
   height: 520px;
   background: #FFFFFF;
   box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
   border-radius: 8px;
   padding: 40px;
 }
 .login-tab{
   display: flex;
   align-items: center;
 }
 .warn-text{
   color: red;
   margin-top: 5px;
   display: block;
   height: 18px;
 }
 .tab-active{
   font-size: 18px;
   font-family: PingFangSC-Semibold, PingFang SC;
   font-weight: 600;
   color: #3E3E3E;
   margin-bottom: 4px;
 }
 .tab-text{
   font-size: 18px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #8A91AA;
   margin-bottom: 4px;
 }
.item-border{
  width: 18px;
  height: 4px;
  background: #FFB444;
  border-radius: 4px;
  margin: 0 auto;
}
.item-border_u{
  width: 18px;
  height: 4px;
  background: #FFf;
  border-radius: 4px;
  margin: 0 auto;
}
.login-tab .tab-item:not(:first-child){
  margin-left:25px ;

}
.tab-item{
  cursor: pointer;
}
.login-info input{
  width: 321px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #C3CBD6;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8A91AA;
}
.login-input input{
  padding: 13px 0 13px 45px;
}
.reg-input input{
  padding: 13px 0 13px 15px;
}
.reg-phone input{
  padding: 13px 0 13px 69px;
}
.info{
  margin-top: 44px;
}
.info .login-info:not(:first-child){
  margin-top: 4px;
}
/* .auto-login{
  margin-top: 13px;
} */
.ca-item img{
  width: 40px;
  height: 40px;
}
.ca-catory .ca-item:not(:first-child){
  margin-left: 94px;
}
.ca-catory{

}
.ca-border,.auto-login{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auto-login *{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8A91AA;
}
.login-catory{
  margin-top: 19px;
}
.c-text{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D94AC;
}
.login-catory .c-bor{
  width: 116px;
  height: 1px;
  border: 1px solid #EAEBEF;
}
.auto-check{
  display: flex;
  align-items: center;
}
.auto-check label{
  margin-left: 2px;
}
.login-btn{
  margin-top: 15px;
  width: 321px;
  height: 46px;
  background: #FFB444;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-btn img{
  width: 24px;
  height: 24px;
}
.rotate{
    transition: 0.5s;
    /* transform-origin: 30px 30px; */
    animation: rotate 1s linear infinite;  /*开始动画后无限循环，用来控制rotate*/
}
@keyframes rotate{
    0%{
        transform: rotate(0);
      }
    100%{
    	transform:rotate(360deg);
    }
	}


.ca-catory{
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-text{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D94AC;
}
.no-num .content{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8A91AA;
}
.no-num .content-co{
  color: #FFBA53;
}
.no-num{
  margin-top: 20px;
  text-align: center;
}
.login-info .icon-phone{
  width: 15px ;
  height: 20px;
}
.login-info .icon-lock{
  width: 15px ;
  height: 19px;
}
.login-info {
  position: relative;
}
.login-info img{
  position: absolute;
  left: 19px;
  bottom: 13px;
}

.login-main{
  display: flex;
  align-items: center;
  padding-bottom: 82px;
  margin-top: 32px!important;
}


.mod2 {
  z-index: auto;
  margin-left: 67px;
  margin-right: 191px;
}

.section2 {
  z-index: auto;
  width: 113px;
  height: 293px;
  margin-top: 145px;
}

.outer1 {
  z-index: 139;
  width: 62px;
  height: 62px;
  background: url(/images/login-qg.png);
  background-size: 62px 62px ;
  background-repeat:no-repeat;
  align-self: center;
}

.info1 {
  z-index: 123;
  width: 112px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(101, 100, 104, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  align-self: center;
  margin-top: 19px;
}

.img1 {
  z-index: 137;
  width: 63px;
  height: 65px;
  align-self: center;
  margin-top: 78px;
}

.info2 {
  z-index: 124;
  width: 112px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(108, 108, 109, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  align-self: center;
  margin-top: 19px;
}

.label1 {
  z-index: 59;
  width: 40px;
  height: 40px;
  margin: 25px 0 0 1px;
}

.section3 {
  z-index: auto;
  width: 324px;
  height: 408px;
  margin: 30px 0 0 8px;
}

.txt1 {
  z-index: 60;
  width: 220px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(89, 88, 93, 1);
  font-size: 22px;
  font-family: PingFangSC-Medium;
  line-height: 30px;
  text-align: left;
  align-self: flex-start;
}

.main1 {
  z-index: auto;
  width: 253px;
  height: 62px;
  justify-content: space-between;
  margin: 85px 0 0 55px;
}

.group1 {
  z-index: 134;
  width: 51px;
  height: 60px;
  background: url(/images/login-yl.png);
  background-repeat:no-repeat;
  background-size: 51px 60px;
  margin-top: 1px;
}

.group2 {
  z-index: 135;
  width: 80px;
  height: 62px;
  background: url(/images/login-qz.png);
  background-repeat:no-repeat;
  background-size: 80px 62px;
}

.main2 {
  z-index: auto;
  width: 297px;
  height: 21px;
  justify-content: space-between;
  margin: 19px 0 0 27px;
}

.word1 {
  z-index: 127;
  width: 112px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(108, 108, 109, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.txt2 {
  z-index: 126;
  width: 112px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(108, 108, 109, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-top: 1px;
}

.main3 {
  z-index: auto;
  width: 253px;
  justify-content: space-between;
  margin: 85px 0 0 55px;
}

.group3 {
  z-index: 128;
  width: 54px;
  height: 56px;
  background: url(/images/login-cz.png);
  background-repeat:no-repeat;
  background-size: 54px 56px;
}

.group4 {
  z-index: 136;
  width: 69px;
  height: 56px;
  background: url(/images/login-lx.png);
  background-size: 69px 56px;
  background-repeat:no-repeat;
}

.main4 {
  z-index: auto;
  width: 300px;
  height: 21px;
  justify-content: space-between;
  margin: 19px 0 0 24px;
}

.word2 {
  z-index: 125;
  width: 112px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(108, 108, 109, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.word3 {
  z-index: 133;
  width: 112px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(108, 108, 109, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-top: 1px;
}

.section4 {
  z-index: 63;
  height: 520px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
  margin-left: 191px;
  width: 400px;
  justify-content: flex-start;
  padding-top: 69px;
  align-items: center;
  position: relative;
}

.layer1 {
  z-index: auto;
  width: 321px;
  height: 351px;
}

.bd1 {
  z-index: 73;
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 180, 68, 1);
  align-self: flex-start;
  margin-left: 25px;
}
.yzm-btn{
  width: 115px;
  height: 46px;
  background: #FAFAFC;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #C3CBD6;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8A91AA;
  line-height: 46px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
 }
.login-yzm{
  position: relative;
}
.phone-area{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  position: absolute;
  left: 15px;
  top: 13px;
}
.phone-area span:not(:last-child){
  padding-right: 10px;
}
.auto-check .agree-text{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8A91AA;
}
.auto-check .agree-pro{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFB444;
}
.reg-title{
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #59585D;
  padding-bottom: 24px;
  text-align: center;
}
.to-login{
  text-align: right;
}
.to-login .text1{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8A91AA;
}
.to-login .text2{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFB444;
  display: inline;
}
.to-login .text2:hover{
  text-decoration: underline;
  cursor: pointer;
}
.reg-info{
  margin-top: 11px;
}
