html {
    height: 100%;
}

body.signin {
    background: #18c8f6;
    height: auto;
    background: url("https://xnjz.oss-cn-hangzhou.aliyuncs.com/static-res/manage/static/img/login-background.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255, 255, 255, .95);
}

.signinpanel {
    width: 750px;
    margin: 10% auto 0 auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .uname {
    background: #fff url(https://xnjz.oss-cn-hangzhou.aliyuncs.com/static-res/manage/static/img/user.png) no-repeat 95% center;
    color: #333;
}

.signinpanel .pword {
    background: #fff url(https://xnjz.oss-cn-hangzhou.aliyuncs.com/static-res/manage/static/img/locked.png) no-repeat 95% center;
    color: #333;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}

.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 420px !important;
        padding: 20px;
    }

    .signinpanel form {
        margin-top: 20px;
    }

    .signup-footer {
        margin-bottom: 10px;
    }

    .signuppanel .form-control {
        margin-bottom: 10px;
    }

    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .signinpanel .signin-info ul {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin: 0 20px;
        width: auto;
    }
}

/*登录页面*/
html, body {
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    overflow: hidden;
}

.login-all {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

/*轮播*/
.carousel {
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-inner div {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-inner div text {
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.carousel img {
    height: 100% !important;
    width: 100%;
}

/*登录界面*/
.login-message {
    /*width: 800px;*/
    min-width: 540px;
    height: 100%;
    position: relative;
}
.login-register-btn{
    position: absolute;
    left: 72%;
    top: 67%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 40px;
}
.login-serviceReg-btn{
    position: absolute;
    left: 61%;
    top: 67%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 40px;
}

.img-box{
    width: 9.3rem;
    height: 9.3rem;
    position: relative;
}
.text-box{
    margin-top: 10px;
}
.login-logo{
    width: 67px;
    height: 67px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.login-text{
    display: inline-block;
    padding-top: 5px;
    font-size: 44px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #515151;
    line-height: 67px;
}
.login-btn, .login-no-btn {
    height: 65px;
    width: 51%;
    border-radius: 5px;
    background-color: #587EFF;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    display: none;
    position: absolute;
    left: 51%;
    top: 75%;
    transform: translateX(-50%);
}

.login-no-btn {
    background-color: gainsboro;
    cursor: auto;
    display: block;
}

.login-title {
    width: 100%;
    font-size: 15px;
    position: absolute;
    left: 24%;
    top: 16%;
}

.login-user-message, .login-user-messages {
    position: absolute;
    left: 50%;
    top: 32.5%;
    transform: translateX(-50%);
    width: 50%;
}

.login-user-messages {
    top: 43%;
}

.login-user-logo {
    height: 23px;
    width:24px;
    position: absolute;
    top: 14.5px;
    left: 8px;
}

.login-name, .login-password{
    outline: none;
    background-color: white;
    border: none !important;
    border-bottom: 1px solid #D1D1D1 !important;
    width: 100%;
    height: 50px !important;
    display: block;
    box-sizing: border-box;
    padding-left: 45px !important;
    font-size: 0.81rem;
}

.login-name::-webkit-input-placeholder, .login-password::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.carousel-indicators {
    bottom: 52.5px;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    opacity: .35;
    margin-left: 22px;
    margin-right: 22px;
}

.carousel-indicators .active {
    height: 10px;
    width: 10px;
    opacity: 1;
    margin-left: 22px;
    margin-right: 22px;
}

.an {
    color: #999999;
    font-size: 13px;
    line-height: 37px;
    text-align: center;
    display: block;
    /*position: fixed;*/
    /*left: 66%;*/
    /*bottom:-15%;*/
    position: absolute;
    left: 73%;
    bottom: 2%;
    transform: translateX(-50%);
}

.tips {
    width: 50%;
    height: 20px;
    color: #FF1717;
    line-height: 28px;
    font-size: 16px;
    position: absolute;
    left: 29%;
    top: 130%;
    transform: translateX(-50%);
}

.login-form {
    width: 44%;
    max-width: 480px;
    /*height: 75%;*/
    height: 560px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 37px 0 100px rgba(177, 185, 208, 0.38);
    overflow: hidden;
    margin-top: 5%;
    margin-right: 200px;
}

.login-inner {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    overflow: visible;
}

.input-text {
    font-size: 16px;
    /*font-size: 32px;*/
	font-family: MicrosoftYaHei, serif;
    color: rgba(51, 51, 51, 1);
}

.input-item {
    position: relative;
}

input[type=text] {
    height: 50px;
}

input[type=password]{
    border:none;
    padding: 0;
}

.login-form .input-item input[type=text] {
    width: 100%;

    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(132, 148, 194, 0.28);
    padding: 0 20px;
    /*border: 2px solid transparent;*/

}

.login-form .input-item input {
    width: 100%;

    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(132, 148, 194, 0.28);
    padding: 0 20px;
    border: 2px solid transparent;

}

/*.input-item input[type=text]:focus, input[type=password]:focus {*/
/*    border: 2px solid #1A33D5;*/
/*}*/

.input-item input {
    outline: none
}

.login-sotr label {
    color: #666;
    font-size: 12px;
}

.login-sotr input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

.sotr-radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #333;
}

.s-r-point {
    width: 6px;
    height: 6px;
    background: #1A33D5;
    border-radius: 50%;
    display: none;
}

.login-sotr .active1 {
    border-color: #1A33D5;
}

.login-sotr .active2 {
    display: block;
}

.text-error {
    color: #f9493c
}

/*忘记密码*/
.sure-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background: #1A33D5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-size: 15px;
}

.forget-btn {
    width: 120px;
    height: 50px;
    border-radius: 26px;
    background: #DAE7F6;
    color: #333
}

.forget-btn:first-child {
    background: #1A33D5;
    color: #fff;
}

.forget-arr {
    margin-top: 120px;
}

.beian {
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.dialog{
    display: flex;
    justify-content: center;
}
#hidden{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: #000000;
    display: none;
}
#contain{
    position: absolute;
    left: 52%;
    top: 30%;
    width: 500px;
    height: 300px;
    display: none;
    background-color: #ffffff;
}
.closeDialog{
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../../static/img/delete.png") no-repeat;
}
.dialogHeader{
    padding: 0 30px;
    width: 100%;
    height: 50px;
    text-align: center;
}
.registerBtn{
    width: 570px;
    height: 65px;
    color: #ffffff;
    border-radius: 8px;
    font-size: 18px;
    background-color: #dadada;
    position: absolute;
    left: -8px;
    top: 0;
}
.registerActive{
    background-color: #1990FF;
}
.headerTitle{
    font-size: 18px;
    font-weight: 600;
}
.dialogContent{
    margin-bottom: 20px;
    padding: 0 100px;
}
.contentImgBox{
    display: flex;
}
.contentImg{
    width: 200px;
    height: 40px;
}
.contentRefresh{
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
}
.contentCode{
    border: 1px solid #DDDDDD;
    width: 270px;
    height: 40px;
    font-size: 18px;
    text-indent: 10px;
}
.contentCodeTip{
    font-size: 14px;
    color: #f32828;
    position: absolute;
}
.dialogFooter{
    padding: 0 160px;
}
.submitCode{
    width: 160px;
    height: 40px;
    background-color: #36AEFF;
    border-radius: 5px;
}
.register-user-logo{
    height: 2.3rem;
    width:2.4rem;
    line-height: 50px;
    margin-top: 8px;
}
.register-safety-logo{
    width: 2.4rem;
    height: 2.5rem;
    line-height: 5rem;
    margin-top: 14px;
}
.mobile, .codeInput, .password{
    border:none;
    font-size: 26px;
    /*font-size: 12px;*/
    line-height: 37px;
}
.ibox-mobile,.ibox-check,.ibox-password{
    width: 550px;
    border-bottom: 1px solid #D1D1D1;
}
.ibox-footer{
    margin-top: 130px;
}
.mobileRegister,.mobileLogin{
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    margin-top: 2vh;
}
.mHeaderText{
    font-weight: 600;
}
.mRegisterLogo,.mLoginLogo{
    width: 71px;
    height: 77px;
    margin-top: 5vh;
    text-align: center;
}
.mLogoImg{
    width: 71px;
    height: 77px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.mTitle{
    margin-top: 1vh;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
}

.mRegisterForm, .mLoginForm{
    margin-top: 9vh;
    padding: 0 13vw;
}

.mLoginForm{
    margin-top: 11vh;
}

.mReFormMobile,.mReFormCode,.mReFormPassword,.mLoEnpty,.mLoginMobile,.mLoFormPassword{
    margin-top: 5vh;
    border-bottom: 1px solid #D1D1D1;
}

.mLoEnpty{
    height: 4.2vh;
    border:none
}

.mReFormCode{
    position: relative;
}

.mMobileLogo,.mCodeLogo,.mMobilePassword{
    margin-top: .3vh;
    margin-left: 1.5vw;
}
.mMobileLogo{
    width: 18px;
    height: 20px;
}
.mCodeLogo{
    width: 22px;
    height: 22px;
}
.mMobilePassword{
    width: 18px;
    height: 21px;
}

.mMoblieInput,.mCodeInput,.mPasswordInput,.mLoMobileInput,.mLoPasswordInput{
    border: none;
    margin-left: 2.5vw;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.mCodeInput{
    width: 130px;
}
.mCodeCheck{
    font-size: 13px;
    color: #00B793;
    width: 80px;
    line-height: 27px;
    border: 1px solid #00B893;
    border-radius: 4px;
    position: absolute;
    right: 1px;
    bottom: 5px;
}
.mRegisterBtn{
    margin-top: 8vh;
    padding:0 11vw;
}
.mToRegister,.mToLogin{
    height: 49px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    background-color: #95E5D6;
    color: #FFFFFF;
    border-radius: 6px;
}
.mLoginBtn{
    margin-top: 4vh;
    padding:0 11vw;
}
.mToRegistration{
    width: 20vw;
    font-size: 15px;
    line-height: 21px;
    color: #0DC29E;
    font-weight: 500;
    margin-bottom: 1.5vh;
    margin-left: 3vw;
    text-align: left;
}
/* 移动端动态赋予按钮样式 */
.mobileBtnActive{
    background-color: #0DC29E;
}

/* 移动端弹窗 */
.ydDialog{
    display: flex;
    /*position: absolute;*/
    /*width: 50vw;*/
    /*height: 50vh;*/
    /*top: 5vh;*/
    /*left: 5vh;*/
    /*background-color: #dadada;*/
}
#ydHidden{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: #000000;
    display: none;
}
#ydContain{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70vw;
    height: 30vh;
    transform: translate(-50%,-50%);
    display: none;
    background-color: #ffffff;
}
#ydContain{
    padding: 3.5vh 10vw;
}
.ydDialogTitle{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.ydDialogContent{
    margin-top: 2vh;
    height: 14vh;
}
.ydContentImgBox{

}
.ydContentImg{
    width: 35vw;
    height: 5vh;
}
.ydContentReflesh{
    margin-left: 2vw;
    line-height: 5vh;
}
.ydContentInput{
    margin-top: 3vh;
    height: 2vh;
}
.ydContentCode{
    border: none;
    border-bottom: 1px solid #D1D1D1;
    width: 100%;
}
.ydContentTip{
    font-size: 12px;
    color: red;
}
.ydDialogFooter{
    text-align: center;
    margin-top: 1vh;
}
.ydDialogSubmit{
    width: 18vw;
    height: 4.5vh;
    border-radius: 4px;
    background-color: #0DC29E;
    color: #ffffff;
}
.closeYdDialog{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 4vw;
    height: 2.5vh;
    background: url("../../static/img/delete.png") no-repeat;
}
/* 密码框的眼睛 */
.conceal{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: -10px;
    background: url("../../static/img/login/eye-close.png") no-repeat center;
    background-size: 30px;
    margin-top: 10px;
}
.openEye{
    background: url("../../static/img/login/eye.png") no-repeat center;
    background-size: 30px;
}
#inputSty{
    font-size: 26px;
}
.mconceal{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -10px;
    background: url("../../static/img/meye-close.png") no-repeat center;
    background-size: 20px;
}
.mpassword{
    position: relative;
}
.openMobileEye{
    background: url("../../static/img/meye.png") no-repeat center;
    background-size: 20px;
}
@media screen and (min-width:1600px){
    #carousel-example-generic{
        width: 800px !important;
    }
    #loginTab{
        position: absolute !important;
        left: 40% !important;
    }
}
@media screen and (max-width:1600px) {
    #carousel-example-generic{
        width: 700px !important;
    }
    #loginTab{
        position: absolute !important;
        left: 43% !important;
    }
}
@media screen and (max-width:1440px){
    #carousel-example-generic{
        width: 600px !important;
    }
    #carousel-example-generic, .carousel-inner{
        width: 70% !important;
    }
    #loginTab{
        position: absolute !important;
        left: 45% !important;
    }
    .login-text{
        font-size: 30px;
    }
    .login-btn, .login-no-btn{
        width: 52%;
        position: absolute;
        left: 51%;
        top: 77%;
        transform: translateX(-50%);
    }
    .login-user-message,.login-user-messages{
        margin-top: 10px;
    }
    .login-user-messages{
        margin-top: 20px;
    }
    .login-register-btn{
        position: absolute;
        left: 71%;
        top: 67%;
        transform: translateX(-50%);
    }
    .titleSize{
        font-size: 30px;
    }
    .ibox-mobile, .ibox-check, .ibox-password{
        width: 410px;
    }
    .register-user-logo{
        margin-top: 16px;
    }
    .ibox-check,.ibox-password{
        margin-top: 30px !important;
    }
    .checkCode{
        width: 125px;
    }
    .codeText{
        font-size: 16px;
    }
    .serviceCheckCode{
        width: 125px;
    }
    .serviceCodeText{
        font-size: 16px;
    }
    .ibox-footer{
        margin-top: 116px;
    }
    .registerBtn{
        width: 428px;
        position: absolute;
        top: 0;
        left: -3px;

    }
}