*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: #EAEAEA;
    background-size: 100%;
}
.main{
   height: 100%; 
   width: 100%;
   
}
.mainContent{
  /* display:inline-block; */
  width: 100%;
  /* height: 100%; */
  position: relative;
  /* text-align: center; */
  
}
#navlogo{
   /* position: absolute;
   top: 40px;
   margin: 0 auto; */
   position: absolute;
   width: 100%;
   /* top: 40px; */
   cursor: pointer;
}
#navlogo img{
    width: 220px;
    margin: 0 auto;
    /* margin-top: 40px;   */
}
#loginContent{
    width:800px;
    height: 240px;
    background: #ffffff;
    text-align: center;
    padding: 40px 0;
    border-radius:5px;
    border:1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.usernameRegistration{
     color: #333333;
     font-size:18px;
     margin-bottom: 30px;
     font-weight: bold;
}
.rickyReginsiterInputTemp {
    width: 280px;
    height: 24px;
    display: flex;
    margin:0 auto 15px; 
    
}
.rickyReginsiterInputTemp .leftPart {
    width: 30px;
    height: 28px;
    line-height: 28px;
    color: #A40D23;
    float: left;
}
.rfont{
    font-size: 22px !important;
}
.rickyWarning .rfont{
    font-size: 14px !important;
}
.rickyWarning{
    font-size: 14px !important;
}
.rickyReginsiterInputTemp .rightContent {
    width: 240px;
    height: 28px;
    float:right;
}
.rickyReginsiterInputTemp .rightContent input{
    width:92%;
    height: 26px;
    padding:0 4%;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}
.rickyReginsiterInputTemp:nth-of-type(3) .rightContent{
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align:left;
    float: left; 
}
.tjSla{
    color: #0151A1;
}
.tjSla:hover{
    color: #0151A1;
}
.rickyReginsiterInputTemp:nth-last-child(2) {
    height: 32px;
    line-height: 32px;
}
.rickyReginsiterInputTemp .rightContent button {
    width: 280px;
    height: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #C30D23;
}
.rickyReginsiterInputTemp .rightCode img {
    height: 100%;
    width: 80px;
    float: left;
    display: block;
    margin: 0 7px;
}
.rickyReginsiterInputTemp:nth-of-type(3) .rightCode {
   width: 140px;
   height: 28px;
   line-height: 28px;
   float:left;  
   position: relative;  
   display: flex;   
}
.rickyReginsiterInputTemp:last-child{
   text-align: right;
   display: inline-block;
}
.rickyReginsiterInputTemp:nth-last-child(4){
    position: relative;
 }
.warningText{
    position: absolute;
    color:#A40D23;
    right: -140px;
    top: 5px;
}
.noSee{
    color:#A40D23;
}
.error{
      color:#A40D23; 
      text-align: left;    
}
.inputError{
    border:1px solid #A40D23 ! important;
    border-radius: 5px;
}

.dialog .d-content ul.dc-ul li .txt {
    margin-left: 10px;
    width: 100px;
    height: 30px;
    border: 1px solid #C7C7C7;
    color: #787D7F;
}
.ui-dialog .ui-dialog-content {
    background: #ececec;
}
.ui-dialog .ui-dialog-titlebar {
    background: #A40D23;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    border: 0;
    -webkit-border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    color: #FFF;
    margin-left: 10px;
    font-size: 12px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    background: #A40D23;
    width: 30px;
    height: 30px;
    right: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    /* border-left: 1px solid #7D8AA2; */
    -webkit-border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    background: url(../images/dialog_close.png) center center no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 9px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
    border: 0;
    display: none;
}
.d-sure {
    /* border-top: 1px solid rgba(0,0,0,.2); */
    height: 40px;
    margin: 0 auto;
}
.d-sure .ds-s {
    border-color: #A40D23;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A40D23', endColorstr='#A40D23',GradientType=0);
    background-image: -ms-linear-gradient(top,#A40D23,#A40D23);
    background: -webkit-gradient(linear,center top,center bottom,from(#A40D23),to(#A40D23));
    background: -moz-linear-gradient(center top , #A40D23, #A40D23) repeat scroll 0 0 transparent;
}

.d-sure span {
    width: 111px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    /* position: absolute; */
    right: 0;
    display: block;
    border-radius: 5px;
    /* border: 1px solid #C5C5C5; */
    box-shadow: 0px 1px 1px #FFF inset;
    cursor: pointer;
    margin: 5px;
    margin: 0 auto;

}
#sms-tip .sms-success{width:30px;height:30px;background:url(../images/succ.png) 10px center no-repeat;display:block;float:left;cursor:pointer;margin-left: 35px;}
#sms-tip .sms-fail{width:30px;height:30px;background:url(../images/fail.png) 10px center no-repeat;display:block;float:left;cursor:pointer;margin-left: 35px;}
.ui-widget-overlay {
    background: #000;
    opacity: .5;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.ui-dialog {
    z-index: 101;
}
#second{
    background:#A40D23;
    color: #fff;
    border: none;
}
#dialogfail .dc-info{
    text-align: center;
}
#dialogfail .dc-info .rfont{
    font-size: 50px;
    color: #A40D23;
    margin: 0 auto;
    padding: 10px 0;
}
#dialogfail .dc-info p:nth-child(2){
    padding-bottom: 40px;
}

#dialogfail #sms-sures{
    margin: 0 auto;
    margin-bottom: 20px;
   
}
#dialogSucc .dc-info{
    text-align: center;
}
#dialogSucc .dc-info .rfont{
    font-size: 50px;
    color: #16683B;
    margin: 0 auto;
    padding: 10px 0;
}
#dialogSucc .dc-info p:nth-child(2){
    margin:20px 0 40px 0;
}

#dialogSucc #sms-sures{
    margin: 0 auto;
    margin-bottom: 20px;
   
}

@media screen and (min-width:1601px) {
    .rickyReginsiterInputTemp {
        width: 310px;
        height: 30px;
        margin-bottom: 20px;
    }
    .rickyReginsiterInputTemp .leftPart {
        width: 40px;
        height: 28px;
        line-height: 28px;
    }
    .rickyReginsiterInputTemp .rightContent {
        width: 270px;
        height: 28px;
        float:right;
    }
    .rickyReginsiterInputTemp .rightContent button {
        width: 270px;
    } 
    .rickyReginsiterInputTemp:nth-of-type(3) .rightContent{
        width: 110px; 
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightCode {
        width: 160px;   
     }
     .rickyReginsiterInputTemp .rightCode img {
        height: 100%;
        width: 90px;
        margin: 0 13px;
    }  
    
}
@media screen and (max-width:1600px) {
    #loginContent{width:750px; height: 235px;}
    #navlogo img{
        width: 210px;
    }
    .rickyReginsiterInputTemp {
        width: 300px;
        height: 30px;
        margin-bottom: 18px;
    }
    .rickyReginsiterInputTemp .leftPart {
        width: 40px;
        height: 28px;
        line-height: 28px;
    }
    .rickyReginsiterInputTemp .rightContent {
        width: 260px;
        height: 28px;
        float:right;
    }
    .rickyReginsiterInputTemp .rightContent button {
        width: 260px;
    } 
    .rickyReginsiterInputTemp:nth-of-type(3) .rightContent{
        width: 110px; 
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightCode {
        width: 150px;   
     }
     .rickyReginsiterInputTemp .rightCode img {
        height: 100%;
        width: 87px;
        margin: 0 10px;
    }  
    
}
@media screen and (max-width: 1366px){
    #loginContent{width:700px;height: 225px;}
    #navlogo img{
        width: 210px;
    }
    .rickyReginsiterInputTemp {
        width: 290px;
        height: 30px;
        margin-bottom: 16px;
    }
    .rickyReginsiterInputTemp .leftPart {
        width: 40px;
        height: 28px;
        line-height: 28px;
    }
    .rickyReginsiterInputTemp .rightContent {
        width: 250px;
        height: 28px;
        float:right;
    }
    .rickyReginsiterInputTemp .rightContent button {
        width: 250px;
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightContent{
        width: 105px; 
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightCode {
        width: 145px;   
     }
     .rickyReginsiterInputTemp .rightCode img {
        height: 100%;
        width: 82px;
        margin: 0 10px;
    }
}

input::-webkit-input-placeholder{ /*WebKit browsers*/ 
    font-size: 12px;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
   font-size: 12px;
}

input::-ms-input-placeholder{ /*Internet Explorer*/ 
   font-size: 12px
}
@media screen and (max-width: 1280px){
    #loginContent{width:650px;height: 215px;}
    #navlogo img{
        width: 200px;
    }
    .rickyReginsiterInputTemp {
        width: 280px;
        height: 30px;
        margin-bottom: 14px;
    }
    .rickyReginsiterInputTemp .leftPart {
        width: 40px;
        height: 28px;
        line-height: 28px;
    }
    .rickyReginsiterInputTemp .rightContent {
        width: 240px;
        height: 28px;
        float:right;
    }
    .rickyReginsiterInputTemp .rightContent button {
        width: 240px;
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightContent{
        width: 100px; 
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightCode {
        width: 140px;   
     }
     .rickyReginsiterInputTemp .rightCode img {
        height: 100%;
        width: 80px;
        margin: 0 9px;
    }

}
@media screen and (max-width: 1024px){
    #loginContent{width:570px;height: 210px;}
    #navlogo img{
        width: 190px;
    }
    .rickyReginsiterInputTemp {
        width: 270px;
        height: 30px;
        margin-bottom: 12px;
    }
    .rickyReginsiterInputTemp .leftPart {
        width: 35px;
        height: 28px;
        line-height: 28px;
    }
    .rickyReginsiterInputTemp .rightContent {
        width: 235px;
        height: 28px;
        float:right;
    }
    .rickyReginsiterInputTemp .rightContent button {
        width: 235px;
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightContent{
        width: 100px; 
    }
    .rickyReginsiterInputTemp:nth-of-type(3) .rightCode {
        width: 135px;   
     }
     .rickyReginsiterInputTemp .rightCode img {
        height: 100%;
        width: 79px;
        margin: 0 7px;
    }
    
}
.codeVerify{
    display:flex;
    justify-content: space-between;
    gap:10px;
    align-items: center;
}
.codeVerify input{
        width:100%;
    height: 26px;
    padding: 0 12px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-sizing:border-box;
    flex:1 1 auto;
}
.codeVerify .buttonStyle{
        border-radius: 4px;
    background: #0978FF;
    color: #fff;
    font-size: 14px;
    border: 0;
    padding: 0 12px;
    cursor:pointer;
    height:26px;
    flex:0 0 auto;
    line-height:26px;
}
.codeVerify .buttonStyle.disabled{
    background: #F7F8FA;
    color: #a4aeba;
    cursor:not-allowed
}
.contentTips{
    margin-bottom:16px;
    line-height:22px;
}
.contentTips.success{
    color:rgb(0, 180, 42);
}
.contentTips.error{
    color:rgb(245, 63, 63);
}
.layui-layer-content{
    height:auto!important;
}