@charset "UTF-8";

.mui-content.xy-content .title .guest-enter{
    position: absolute;
    right: 2rem;
    font-size: 1.5rem;
    color: #f39800;
}
.mui-content.xy-content .title .guest-enter::after{
    content: " >";
}

.reg-form .mui-input-group{
    margin-top: 5rem;
}
.reg-form .mui-input-group:before,.reg-form.mui-input-group:after,.reg-form.mui-input-group .mui-input-row:after{
    height: 0;
}
.reg-form .mui-input-group{
    background-color: transparent;
}
.reg-form .mui-input-group:after{
    height: 1px;
    color: #c1c1c1;
}
.reg-form .mui-input-group input{
    font-size: 3rem;
    padding-left: 2px;
}
.reg-form .mui-input-group input::-webkit-input-placeholder{
    color: #c1c1c1;
    font-size: 2rem;
    line-height:3.5rem ;
}
.reg-form .mui-btn-block {
    font-size: 2.5rem;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.25rem 0;
    color: #ffffff;
    background-color: #f39800;
}
.reg-form .mui-btn.mui-disabled {
    background-color: #666666;
}
.reg-form .op-btn{
    margin-top: 6rem;
}
.reg-form .vice-op{
    display: flex;
    justify-content: space-between;
    height: 3rem;
}
.reg-form .vice-op span{
    color:#666666;
    font-size: 1.5rem;
    margin: 1rem 0;
}
.reg-form .vice-op span.active{
    color:#F39800;
    font-size: 1.5rem;
    margin: 1rem 0;
}
.reg-form .vice-op span i{
    font-size: 1.5rem;
}

.other-login .middle-line{
    text-align: center;
    color: #c1c1c1;
}
.other-login .middle-line:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #c1c1c1;/*颜色需与主题大背景色一致*/
    position: relative;
    top: 1.5rem;/*调节线高*/
    left: 0;
}
.other-login .middle-line span{
    display: inline-block;
    background: #f2f2f2;
    padding: 0 1rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
}
.other-login ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.other-login ul{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    -webkit-padding-start: 0;
    margin-top: 20px;
}
.other-login li{
    height: auto;
}
.other-login li p {
    font-size: 1.75rem;
    display: block;
    color: #999999;
    margin-top: 3px;
}
.other-login li i.mui-icon {
    font-size: 6.5rem;
    border-radius: 100%;
    color: #fff;
    background-color: #62b900;
    padding: 5px;
    width: 8rem;
    height: 8rem;
}



.reg-form .mui-input-row{
    height: 8rem;
}
.reg-form .mui-input-row p.tip-info{
    color: #999999;
    display: inline-block;
    margin-top: 1.2rem;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5rem;
    font-size: 1.5rem;
    padding-left: 0;
}
.reg-form .mui-input-row p.tip-info.error{
    color:#F39800;
}
.reg-form .mui-input-row .mui-input-password ~ .mui-icon-eye{
    top:4rem;
}
.reg-form .mui-input-password ~ .mui-icon-eye.mui-active {
    color: #A3C41F;
}
.mui-content.xy-content .pic-code{
    width: 100%;
    height: 5rem;
}
.reg-form .mui-content.xy-content .pic-code img{
    width: 60%;
    border: 0;
    margin: 0 auto;
    display: block;
    padding: 2rem 0;
}

.reg-form .mui-input-group .mui-input-row:after {
    left: 0;
}

/*人机验证滑动条*/
._nc .stage1 .slider {
    height: 52px !important;
    border-radius: 0px !important;
    box-shadow: 0 0 1px #999 !important;
    background-color: #f4f4f4!important;
}
._nc .stage1 .track div {
    border-radius: 0 !important;
    color: #fff !important;
}
._nc .stage1 .bg-green {
    background-color: #A3C41F !important;
}
._nc .stage1 .bg-red {
    background-color: #78c430 !important;
}
._nc .stage1 .slider {
    left: 0 !important;
    right: 0 !important;
}


#verifycode ~ button {
    position: absolute;
    right: 0;
    top: 3rem;
    border: 1px solid #999;
    line-height: 2rem;
    padding: 1rem;
    border-radius: 5px;
    font-size: 1.75rem;
    width: auto;
}