body,
div,
ul,
li,
p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    position: relative;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    text-overflow: inherit;
    line-height: initial;
    white-space: pre;
    overflow-wrap: normal;
    -webkit-user-modify: read-only !important;
    overflow: hidden;
}

button,
label,
a {
    cursor: pointer;
}

.loginPage {
    width: 100vw;
    min-width: 1200px;
    height: 100%;
}

.loginHead {
    width: 100%;
    background-color: #fff;
    height: 90px;
}

.loginWrap {
    width: 100%;
    margin: 0 auto;
}

.logoPanel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.logo_icon {
    height: 45px;
    margin-top: 25px;
}

.logo_welcome {
    margin-top: 40px;
}

.loginContent {
    width: 100%;
    min-height: 550px;
    background-color: #fafafa;
}

.swiper-container {
    position: absolute;
    width: 100%;
    min-height: 550px;
    z-index: 0;
}

.swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .swiper-slide a {
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: antiquewhite;
    }

        .swiper-slide a img,
        .swiper-slide a .adImg, {
            display: inline-block;
            width: 780px;
            height: 550px;
        }

.swiper-pagination-bullet {
    background-color: #ccc;
    border-radius: 4px;
}

.swiper-pagination-bullet-active {
    background-color: #fefefe;
    padding: 0 4px;
}

.formPanel {
    background-color: #13C2C2;
}

.login_wrap {
    width: 100%;
    margin: auto;
}

.login_form_wrap {
    display: block;
    width: 300px;
    height: 300px;
    padding: 18px 25px 35px;
    margin-top: 75px;
    position: relative;
    z-index: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.login_head {
    display: none;
    margin: -13px -20px 0 0;
    padding-bottom: 16px;
    vertical-align: middle;
    cursor: pointer;
}

    .login_head.selected {
        display: block;
    }

    .login_head .label {
        margin-top: 16px;
    }

.login_tip {
    position: absolute;
    top: 5px;
    right: 40px;
    display: block;
}

.pop_tip {
    position: relative;
    border: .5px solid #ccc;
    border-radius: 4px;
    padding: 2px 5px;
    background-color: #fff;
    line-height: 16px;
    box-sizing: border-box;
}

    .pop_tip::after {
        position: absolute;
        top: 6.5px;
        right: -3.5px;
        width: 6px;
        height: 6px;
        content: '';
        transform: rotate(45deg);
        border: .5px solid #ccc;
        box-sizing: border-box;
        background-color: #fff;
        border-bottom-width: 0;
        border-left-width: 0;
    }

.poptip_text {
    font-size: 12px;
    color: #666;
}

.oqcode {
    width: 32px;
    height: 32px;
    background-image: url(../img/ltQcode.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.account {
    width: 32px;
    height: 32px;
    background-image: url(../img/ltAcount.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.login_form {
    position: absolute;
    width: 300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login_qrcode_wrapper {
    width: 100%;
    height: 250px;
    vertical-align: middle;
    margin-top: 36px;
}

.login_group {
    width: 100%;
}

.input_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    color: #5b5b60;
    padding: 5px 6px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .input_text:focus {
        outline: none;
        border: 1.5px solid #0191DC;
        box-shadow: 0px 0px 2px #0191DC;
    }

.input_big {
    padding: 8px 6px;
    height: 36px;
}

.forgot_password_text {
    line-height: 36px;
    font-size: 12px;
    color: #288bf0;
}

.btn_default {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 70px;
    height: 30px;
    padding: 6px 12px;
    line-height: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #0191DC;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn_big {
    height: 36px;
    padding: 9px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.login_qrcode {
    width: 170px;
    margin: auto;
}

.img_qrcode {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-top: 30px;
}

.login_info {
    width: 280px;
    margin: auto;
}

.scan_status {
    padding: 8px 16px;
}

.loginBtm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 16px 0 0;
    width: 100%;
}

.login_link {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
}

    .login_link a {
        line-height: 22px;
    }

        .login_link a:hover {
            color: #0191DC;
        }

.qrcode_foot {
    position: relative;
    top: 3.2px;
}

.qrcodeImg {
    position: absolute;
    /*top: -212px;*/
    top: -134px;
    left: 50%;
    z-index: 18;
    width: 126px;
    height: 126px;
    background-color: transparent;
    display: none;
}

.qrcodeImg1 {
    margin-left: -63px;
}

.qrcodeImg2 {
    margin-left: -63px;
}

.qrcodeImg img {
    width: 126px;
    height: 126px;
}

.footer {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
    margin: auto;
    font-size: 12px;
    color: #a9a9a9 !important;
    text-align: center;
}

    .footer p {
        padding: 4px 0;
    }

.website_report {
    background-image: url(/Style/img/beian.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 22px;
}

/**
 * ¹«ÓÃcss
 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #bfbfbf;
}

::-webkit-scrollbar-track {
    background-color: #e7e7e7;
}

.clearfix {
    zoom: 1;
}

    .clearfix::after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        content: '';
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.c9 {
    color: #999;
}

.c3 {
    color: #333;
}

.cGreen1 {
    color: #70B838;
}

.cRed1 {
    color: #E18C6D;
}

.cBlue1 {
    color: #0191DC;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.f32 {
    font-size: 32px;
}

.mt16 {
    margin-top: 16px;
}

.mt32 {
    margin-top: 32px;
}

.ml8 {
    margin-left: 8px;
}

.mb8 {
    margin-bottom: 8px;
}
