html,
body {
    width: 100%;
    height: 100%;
    min-height: 768px;
}
.error {
    color: red;
    font-size: 13px;
    padding-bottom: 0px;
    display: block;
    overflow: hidden;
    padding: 0.3rem 0 0 0;
}
.login_main {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/login/bg1.png) center center no-repeat;
    background-size: cover;
}

/*登录右边输入框*/
.login_box {
    position: absolute;
    width: 5.28rem;
    min-width: 420px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.login_box .logo {
    /* padding: 100px 0 70px 0; */
    padding: 0.7rem 0 0.7rem 0;
    width: 4.7rem;
    min-width: 350px;
    display: block;
    margin: 0 auto;
}

.login_box .pc-login {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    background: rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.login_box .login_title {
    text-align: center;
    height: 37px;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.login_box .login_error {
    position: absolute;
    left: 10px;
    bottom: -20px;
    color: red;
    font-size: 12px;
}



.login_box .ipt {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.login_box .ipt input {
    outline: none;
}

.login_box .name,
.login_box .password,
.login_box .yzm_ipt {
    height: 0.6rem;
    color: #fff;
    /* padding: 18px 15px 18px 45px; */
    padding: 0.18rem 0.15rem 0.18rem 0.55rem;
    line-height: 24px;
    font-size: 0.18rem;
    width: 100%;
    border: none;
    border-bottom: 3px solid #fff;
    display: block;
    box-sizing: border-box;
    background:none;
    outline: none;
    caret-color:#fff;
}
input:-webkit-autofill {
    /*-webkit-text-fill-color: #fff !important;
    background-color:transparent;*/
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-o-clear {
    display: none;
}
.login_box .name::-webkit-input-placeholder,
.login_box .password::-webkit-input-placeholder,
.login_box .yzm_ipt::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}
#loginform #loginname, #loginform #password {
    background-color: transparent !important;
}

.login_box .ipt .lab {
    width: 0.45rem;
    height: 0.6rem;
    position: absolute;
    left: 0px;
    top: 1px;
    text-align: center;
    line-height: 0.48rem;
}

.login_box .ipt .lab i {
    color: #fff;
    font-size: 0.38rem;
}

.login_box .yzm {
    width: 1rem;
    min-width: 100px;
    height: 0.4rem;
    line-height: 0.4rem;
    position: absolute;
    right: 0px;
    top: 0px;
}

.login_box .yzm img {
    width: 100%;
    height: 100%;
    display: block;
}

.login_box .yzm p {
    background: #0092d6;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    text-align: center;

}

.login_box .yzm p:hover {
    background: #2885d5;
}

.login_box .yzm .img {
    width: 100%;
    height: 100%;
}

.login_box .note {
    font-size: 0.18rem;
    text-align: right;
}

.login_box .note a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 200;
}

.login_box .note a:hover {
    opacity: 0.85;
}

.login_box .login_sub {
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    letter-spacing: 5px;
    text-indent: 10px;
    font-size: 0.30rem;
    border-radius: 0.6rem;
    position: relative;
    margin: 0.2rem auto;
}

.login_box .login_sub a {
    position: relative;
    height: 100%;
    border-radius: 0.6rem;
    display: block;
    background: #fff;
    color: rgba(69, 168, 252, 0.9);
    font-weight: 200;
    z-index: 0;
    transition: all 0.5s;
}

.login_box .login_sub a::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    border-radius: 0.6rem;
    width: 0%;
    opacity: 0;
    height: 100%;
    background: rgba(69, 168, 252, 0.8);
    transition: all 0.35s ease;
}

.login_box .login_sub a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.login_box .login_sub a:hover::before {
    width: 100%;
    opacity: 1;
}

.login_box .login_sub:active {
    background: #019ce1;
}

.login_box .other_login1 {
    font-size: 14px;
    line-height: 20px;
    padding: 0.3rem 0;
    text-align: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.login_box .other_login1:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 1px;
    width: calc((100% - 150px)/2);
    background: #fff;
}

.login_box .other_login1::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 1px;
    width: calc((100% - 150px)/2);
    background: #fff;
}

.login_box .other_login {
    font-size: 0px;
    width: 50%;
    margin: 0 auto;
}

.login_box .other_login a {
    display: inline-block;
    width: 33%;
    margin: 0 auto;
    text-align: center;

}

.logo-text2 {
    position: absolute;
    width: 100%;
    /*left: 50%;
    margin-left: -210px;*/
    bottom: 20px;
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    line-height: 25px;
    z-index: 9;
}

.logo-text2 p {
    font-size: 20px;
    line-height: 35px;
}

.phone-note {
    font-size: 14px;
    text-align: right;
    display: none;
    padding-top: 10px;
}

.phone-note a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 200;
}

.float-box {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index:99;
}

.float-box ul li {
    position: relative;
    background: rgba(69, 168, 252, 1);
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
}

.float-box ul li .iconfont {
    font-size: 30px;
    display: inline-block;
}

.float-box ul li p {
    padding-top: 8px;
    font-size: 14px;
}
.float-box ul li p a{
    color:#fff;
}

.float-box ul li:first-child {
    border-radius: 5px 5px 0 0;
}

.float-box ul li:last-child {
    border-radius:  0 0 5px 5px;
}

.float-box ul li:hover .childbox {
    display: block;
}

.float-box ul li:hover {
    background: rgba(12, 109, 206, 1);
}

.float-box ul li .childbox:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 29px;
    right: -10px;
    border: 8px solid transparent;
    border-right-color: rgba(12, 109, 206, 1);
}
.float-box ul li .hover-box {
    display: none;
}
    .float-box ul li.tel .hover-box {
        position: absolute;
        right: 100%;
        bottom: 0;
        width: 150px;
        padding: 7px 20px;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    }

        .float-box ul li.tel .hover-box .li {
            line-height: 25px;
            color: #666;
            font-size: 14px;
            text-align: left;
        }

    .float-box ul li.tel .hover-box .li .iconfont {
        color: #666;
        font-size: 25px;
        margin-right: 10px;
        vertical-align: top;
        display: inline-block;
    }
    .float-box ul li:hover .hover-box {
        display: block;
    }
    .float-box ul li.tel:hover:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 24px;
        border: 7px solid transparent;
        border-left-color: #fff;
    }
    .float-box ul li.tel .hover-box .li > p {
        color: #fcb72f;
        padding-left: 35px;
    }
.float-box ul li .childbox {
    display: none;
    position: absolute;
    right: calc(100% + 10px);
    top: 0px;
    padding: 5px;
    background: #fff;
    color: #333;
}

@media screen and (max-width: 1366px) {

    .login_box .logo {
        padding: 0.7rem 0 0.5rem 0;
    }

    .login_box .login_title {
        font-size: 0.3rem;
    }

    .login_box .other_login1 {
        padding: 0.25rem 0;
    }

    .login_box .pc-login {
        padding: 25px 40px;
    }
}

@media screen and (min-width: 100px) and (max-width: 640px) {

    html,
    body {
        width: 100%;
        min-height: 100%;
    }

    .login_main {
        background: url(../images/login/iphone-bg.png) center center no-repeat;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .login_box {
        width: 90%;
        min-width: 90%;
    }

    .login_box .logo {
        width: 70%;
        min-width: 70%;
        padding: 30px;
    }

    .login_box .login_title {
        font-size: 18px;
    }

    .login_box .pc-login {
        /* width: 90%; */
        margin: 0 auto;
        border-radius: 5px;
        padding: 20px;
    }

    .login_box .ipt .lab {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    .login_box .ipt .lab i {
        color: #fff;
        font-size: 25px;
    }

    .login_box .name,
    .login_box .password,
    .login_box .yzm_ipt {
        height: 45px;
        padding: 12px 15px 12px 45px;
        line-height: 24px;
        font-size: 14px;
        width: 100%;
        border-bottom: 2px solid #fff;
    }

    .login_box .yzm {
        width: 1rem;
        min-width: 100px;
        height: 45px;
        line-height: 35px;
    }

    .login_box .note {
        font-size: 14px;
    }

    .login_box .login_sub {
        height: 45px;
        line-height: 45px;
        letter-spacing: 5px;
        text-indent: 5px;
        font-size: 20px;
        border-radius: 45px;
        margin: 20px auto;
    }

    .login_box .login_sub a {
        border-radius: 45px;
    }

    .login_box .login_sub a::before {
        border-radius: 45px;
    }

    .login_box .other_login1,
    .login_box .other_login {
        display: none;
    }

    .login_box .ipt {
        margin-bottom: 25px;
    }

    .logo-text2 {
        display: none;
    }

    .note {
        display: none;
    }

    .float-box {
        display: none;
    }

    .phone-note {
        display: block;
    }
   
}
@media screen and (min-width:0px) and (max-width:768px) {
    .sidebar {
        display: none;
    }

    .TextM {
        display: block !important;
    }

    .Text {
        display: none !important;
    }

    .l-footer {
        display: none;
    }

    .pageTopLsatImg {
        width: 683px;
        height: 150px;
        top: 406px;
    }

    .s-in-footer {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }

    .bottom-sidebar {
        display: block !important;
    }

    .nav > ul {
        display: none !important;
    }

    .s-login {
        display: block !important;
    }

    .sloginImage {
        height: 50px !important;
    }

    .s-login-wrap {
        display: block !important;
    }

    body {
        background: url(../image/newPage.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .btnLink {
        display: none !important;
    }

    .bodyRight {
        display: none !important;
    }

    .header {
        padding: 20px 4% 0 5%;
    }

        .header img {
            height: 25px;
            margin-top: 4px;
        }

    .I_user {
        display: none !important;
    }
    .in-footer {
    display:none;
    }
}
.df {
    display: flex;
}

.df-a-c {
    align-items: center;
}

.df-d-c {
    flex-direction: column;
}

.df-w-w {
    flex-wrap: wrap;
}

.df-j-c {
    justify-content: center;
}

.df-j-b {
    justify-content: space-between;
}

.df-j-a {
    justify-content: space-around;
}

.df-j-s {
    justify-content: start;
}


.df-j-e {
    justify-content: end;
}

.df-a-c {
    align-items: center;
}

.df-a-b {
    align-items: baseline;
}

.df-a-e {
    align-items: flex-end;
}

.df-1 {
    flex: 1;
}

.df-d-c {
    flex-direction: column;
}

.width0 {
    width: 0px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .logo-left{margin:0!important;}
    .top img {
        width: 100%;
        padding: 0 10px;
    }
    .center{background:none #eee;}
}

.logoP {
    display: block;
}

.logoM {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .logoP {
        display: none;
    }

    .logoM {
        display: block;
    }
}