.form_item input[type="button"] {
    display: block;
    font-size: 18px;
    width: calc(100% - 0px);
    letter-spacing: 5px;
    height: 40px; /*margin: 0 auto;*/
    padding-left: 16px;
    outline: none;
    transition: ease all 0.5s;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #00a8ff;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    border: none;
}

    .form_item input[type="button"]:hover {
        background-color: #fda925;
    }

.geetest_copyright {
    display: none !important;
}

.geetest_feedback {
    display: none !important;
}

.geetest_panel_footer {
    display: none !important;
}

body .demo-class {
    background: hsla(0,0%,100%,.25) border-box;
    color: #fff;
}

    body .demo-class .layui-layer-title {
        background: hsla(0,0%,100%,.25) border-box;
        color: #fff;
        border: none;
    }

    body .demo-class .layui-layer-close1 {
        display: none;
    }

#wx_verifyCode {
    border:none !important;
}
.wx-getCode {
    padding:5px;
    background-color:#edf0f4;
    position: absolute;
    bottom: 4px;
    right: 17px;
    font-size: 16px;
    color: #00a8ff;
    cursor: pointer;
}

.weixin-class {
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) !important;
    animation-name:none;
}

    .weixin-class .layui-layer-title {
        border-bottom: 0px solid #eee;
        background-color: #ffffff;
    }

    .weixin-class .layui-layer-btn a {
        height: 36px;
        line-height: 36px;
        margin: 6px 6px 0;
        padding: 0 15px;
        border: 1px solid #dedede;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
        width: 240px;
        border-radius: 18px;
        font-size: 18px;
    }

    .weixin-class .layui-layer-content {
        padding: 3px 20px 0px 20px;
        height: 110px !important;
    }

    .weixin-class .layui-layer-btn {
        padding: 0px !important;
    }

@media screen and (max-height:620px) {
    .weixin-class {
        margin-left: 95px;
        margin-top: -10px;
    }
}

.b-code-g {
    color: Gray !important;
    cursor: default;
}

#vcodeprompt {
    color: rgb(255, 255, 255);
    margin-top: -12px;
    margin-left: 10px;
    display: block;
    margin-bottom: 5px;
}

#erweima1 {
    position: relative;
}

    #erweima1[isScan="true"]:before {
        font-family: "iconfont";
        font-size: 30px;
        color: #07C160;
        text-align: center;
        padding-top: 40px;
        content: '\E61B';
        white-space: pre;
        display: inline-block;
        width: 170px;
        height: 170px;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: RGBA(255,255,255,0.9);
        z-index: 5;
        box-sizing: border-box;
    }

    #erweima1[isScan="true"]:after {
        content: attr(data-text1) '\A' attr(data-text2);
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        white-space: pre-wrap;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        top: calc(50% + 20px);
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 6;
        margin-top: 10px;
    }
/**
.shuiyin {
display:none !important;
}
.mainmenu {
    display:none !important;
}
.guojia {
    display:none !important;
}*/


@font-face {
    font-family: "bootstrap-icons";
    src: url("/OPM2/FileInfo/FileCloudDisk/font/bootstrap-icons.eot"); /* IE9 */
    src: url("/OPM2/FileInfo/FileCloudDisk/font/bootstrap-icons.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/OPM2/FileInfo/FileCloudDisk/font/bootstrap-icons.woff") format("woff"), /* chromeˇ˘firefox */
    url("/OPM2/FileInfo/FileCloudDisk/font/bootstrap-icons.ttf") format("truetype"), /* chromeˇ˘firefoxˇ˘operaˇ˘Safari, Android, iOS 4.2+ */
    url("/OPM2/FileInfo/FileCloudDisk/font/bootstrap-icons.svg#uxfonteditor") format("svg"); /* iOS 4.1- */
}

.shade {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
    z-index:2024;
}

    .shade > div {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: 100%;
    }

.setBgImgBox {
    position: absolute;
    bottom: 50px;
    right: 90px;
    user-select: none;
}

    .setBgImgBox > div {
        position: relative;
    }

        .setBgImgBox > div > .btn {
            display: inline-block;
            cursor: pointer;
        }

            .setBgImgBox > div > .btn:before {
                display: inline-block;
                text-align: center;
                width: 45px;
                height: 45px;
                line-height: 45px;
                font-family: 'bootstrap-icons';
                content: '\F4B1';
                font-size: 20px;
                color: #FFF;
                background-color: rgba(0,0,0,.5);
            }

.selectBox {
    display: none;
    background-color: #fff;
    position: absolute;
    right: 40px;
    bottom: 40px;
    border-radius: 4px;
    z-index: 3;
}

    .selectBox > .toolbar {
        white-space: nowrap;
        line-height: 24px;
        padding: 10px 10px 0px;
    }

        .selectBox > .toolbar > span {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px;
        }

.autoCarousel {
    cursor: pointer;
}

.selectBox > .content {
    white-space: nowrap;
    padding-bottom: 5px;
}

    .selectBox > .content > .item {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 10px;
    }

        .selectBox > .content > .item:after {
            content: '';
            opacity: 0;
            display: inline-block;
            width: 60%;
            height: 2px;
            background-color: #137afd;
            position: absolute;
            left: 50%;
            transform: translate(-50%,0);
            bottom: -4px;
            transition: all .2s;
        }

        .selectBox > .content > .item[data-select="true"]:after {
            opacity: 1;
            width: 100%;
        }

        .selectBox > .content > .item:first-child {
            margin-left: 20px;
        }

        .selectBox > .content > .item:last-child {
            margin-right: 20px;
        }

        .selectBox > .content > .item > img {
            width: 80px;
            height: 60px;
            cursor: pointer;
        }

.textMark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
}

.mobileBtn {
    display: inline-block;
    padding: 0 12px 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #d4d4d4;
    background: hsla(0,0%,100%,.25) border-box;
    position: absolute;
    top: 50px;
    right: 220px;
    cursor: pointer;
}

    .mobileBtn:before {
        font-family: 'bootstrap-icons';
        content: '\F30A';
        font-size: 16px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.guojia {
    right: 90px !important;
    top: 50px !important;
}

.main {
    width: auto;
    height: auto;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}

.login_warp {
    position: relative;
    top: 0;
    min-width: auto;
    max-width: none;
    height: auto !important;
    background: hsla(0,0%,0%,.5) border-box;
    box-shadow: none;
    text-shadow: none;
}

.loginbox {
    padding: 50px 70px;
    height: auto;
}

.login_device {
    display: none;
}

#login > .login_device {
    display: inline-block;
    width: 120px;
    text-align: center;
    position: absolute;
    right: -30px;
    top: auto !important;
    bottom: -30px;
    padding-left: 0;
    margin: 0 !important;
}

    #login > .login_device > .white_content {
        padding-left: 0;
        position: relative;
        z-index: 1;
    }

    #login > .login_device a {
        margin-left: 0;
        margin-right: 20px;
    }

        #login > .login_device a:last-child {
            margin-right: 0;
        }

    #login > .login_device img {
        width: 23px;
    }

.Cbody_item {
    /*height: 300px;*/
}

.header {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 30px;
    width: 230px;
}

    .header > img {
        width: 100%;
    }

.loginTypeBox {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: -60px;
    right: -60px;
    transform: rotate(45deg);
    overflow: hidden;
    border: none !important;
}

    .loginTypeBox:before {
        font-family: 'bootstrap-icons';
        color: #fff;
        font-size: 30px;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: 72px;
        transform: rotate(-45deg);
    }

    .loginTypeBox[data-cur="0"]:before {
        content: '\F302';
    }

    .loginTypeBox[data-cur="2"]:before {
        content: '\F6AD';
    }

.login_header1 {
    margin-bottom: 30px;
}

.form_item {
    position: relative;
}

#select {
    position: relative;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,.3);
    box-sizing: border-box;
}

    #select i {
        border-top-color: #fff;
    }

    #select ul {
        position: absolute;
        width: 100%;
    }

.inputIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

    .inputIcon:before {
        font-family: 'iconfont';
        color: #fff;
        font-size: 18px;
    }

    .inputIcon.act:before, .inputIcon.phone:before {
        content: '\E678';
    }

    .inputIcon.pwd:before, .inputIcon.phoneCode:before {
        content: '\E64C';
    }

.form_item input[type="text"]:not(#wx_verifyCode), .form_item input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 0 40px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,.3);
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 99999s;
        -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    }

    .form_item input[type="text"]:not(#wx_verifyCode)::-webkit-input-placeholder,
    .form_item input[type="password"]::-webkit-input-placeholder {
        color: #fff;
    }

    .form_item input[type="text"]:not(#wx_verifyCode):focus, .form_item input[type="password"]:focus {
        border: 1px solid rgba(255,255,255,.3);
    }

.form_item input[type="button"] {
    border-radius: 4px;
    background-color: #137afd;
    margin-top: 7px;
    margin-bottom: 7px;
}

    .form_item input[type="button"]:hover {
        background-color: #005aa8;
    }

.qcode {
    margin-top: 0;
}

.wu {
    margin-left: auto;
}

.active {
    color: #007bff !important;
    padding-bottom: 0px;
    border-bottom: 2px solid;
}

.getCode {
    top: 10px;
    right: 15px;
}

#vcodeprompt {
    margin-top: -10px;
    margin-bottom: 20px;
}

#singleEntLogin {
    display: none !important;
}

.copyright:not(:first-child) {
    display: none !important;
}

.shuiyin {
    display: none !important;
}

.copyright p img {
    vertical-align: middle;
    margin-top: -4px;
}