﻿/* 计算公式：设计稿px/(1920/10) */
body {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(229, 239, 255, 1);
    width: 100%;
    height: 100%;
}


.iframe-body-sty {
    position: relative;
    /*overflow: hidden;*/
    height: 2rem;
    /*width: 3rem;*/
    /*background-color: red;*/
}

.iframe-body-sty > #iframe-shrink {
    position: absolute;
    transform: scale(0.6);
    top: -0.8rem;
    width: 3rem;
    height: 3.5rem;
}

/* 版心 */
.sw-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* background: yellow; */
    width: 7.291666667rem;
    height: 5.25rem;
    max-height: 96%;
}

    .sw-container .left {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.635416667rem;
        height: 100%;
        background: url(/images/login-bg-new.png) no-repeat;
        background-size: 100% 100%;
        z-index: 233;
    }

        .sw-container .left .logo-wrapper {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.864583333rem;
            height: 0.8125rem;
        }

            .sw-container .left .logo-wrapper img {
                width: 100%;
            }

        .sw-container .left .qrcode-wrapper {
            position: absolute;
            /*top: 1.979166667rem;*/
            top: 35%;
            left: 0.3125rem;
            width: 2.760416667rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .sw-container .left .qrcode-wrapper .item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .sw-container .left .qrcode-wrapper .item img {
                    width: 0.791666667rem;
                    height: 0.791666667rem;
                    -webkit-box-shadow: 0px 0px 0.125rem #354e7d;
                    box-shadow: 0px 0px 0.125rem #354e7d;
                }

                .sw-container .left .qrcode-wrapper .item .qrcode-desc {
                    color: white;
                    font-size: 0.078125rem;
                    /* transform: scale(0.7); */
                    padding-top: 0.083333333rem;
                }

        .sw-container .left .company-wrapper {
            position: absolute;
            left: 0.364583333rem;
            bottom: 0.520833333rem;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /* padding: 0px 0 15px 15px; */
            color: white;
            font-size: 0.083333333rem;
            width: 2.5rem;
            height: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .sw-container .left .company-wrapper .address {
                margin-bottom: 0.052083333rem;
                /*height: 20px;*/
                /* -webkit-transform: scale(0.8); */
                /* transform-origin: left;
  -webkit-transform-origin: left; */
            }

            .sw-container .left .company-wrapper .phone {
                margin-bottom: 0.15625rem;
                /*height: 30px;*/
                /* transform-origin: left;
  -webkit-transform-origin: left;
  -webkit-transform: scale(0.8); */
            }

            .sw-container .left .company-wrapper .copyright {
                /*height: 30px;*/
                /* transform-origin: left;
  -webkit-transform-origin: left;
  -webkit-transform: scale(0.8); */
            }

    .sw-container .right {
        position: absolute;
        top: 0;
        right: 0;
        width: 5.322916667rem;
        height: 100%;
        background: url(/images/login-bottom-new.png) center center no-repeat;
        background-size: 100% 94%;
        z-index: 232;
    }
        .sw-container .right .sologan {
            color: #3385FF;
            font-size: 0.17rem;
            font-family: PingFang SC;
            font-weight: 600;
            text-align: center;
            margin-top: -0.08rem;
        }

.sw-container .right .form {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    right: 0.9375rem;
    width: 2.395833333rem;
    height: 2.760416667rem;
    padding: 0.15625rem;
    -webkit-transform: translateY(-1.380208334rem);
    transform: translateY(-1.380208334rem);
}

            .sw-container .right .form .logo {
                width: 100%;
                margin-bottom: 0.494791667rem;
            }



/* ---------------------------------------- */

input.sw-control {
    font-size: 0.104166667rem;
    /*padding: 10px 10px 10px 5px;*/
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #c9c9c9;
}

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile >12
   - Android Browser 2.1-4.4.4
   - Samsung Internet
   - UC Browser for Android
   - QQ Browser */
::-webkit-input-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

/* CSS Working Draft */
::-webkit-input-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

::-ms-input-placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

::placeholder {
    color: #999;
    font-size: 0.104166667rem;
}

#chkRemeberPwd {
    width: 0.15625rem;
    height: 0.15625rem;
}

.sw-btn {
    background: #3385FF;
    padding: 0;
    width: 2.114583333rem;
    height: 0.291666667rem;
    margin: 0 auto;
    font-size: 0.125rem;
}


.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 0.104166667rem;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 0.15625rem;
            height: 0.15625rem;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 0.15625rem;
            height: 0.15625rem;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 0.110383rem;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
            color: #3385FF;
        }

        .checkbox input[type="checkbox"]:indeterminate + label::after,
        .checkbox input[type="radio"]:indeterminate + label::after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 2px;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
/* 媒体查询 */
@media (min-width: 960px) {
	.box{transform: scale(1.4)}
} /*>=1024的设备*/
@media (min-width: 1024px) {
	.box{transform: scale(1.4)}
} /*>=1024的设备*/

@media (min-width: 1100px) {
	.box{transform: scale(1.5)}
} /*>=1024的设备*/
@media (min-width: 1280px) {
	.box{transform: scale(1.5)}
} 

@media (min-width: 1366px) {
	.box{transform: scale(1.6)}
}  

@media (min-width: 1440px) {
	.box{transform: scale(1.8)}
} 

@media (min-width: 1680px) {
	.box{transform: scale(2.0)}
} 
@media (min-width: 1920px) {
	.box{transform: scale(3.5)}
}


.select {
    color: #3385FF;
    border-bottom: 3px solid rgb(51, 133, 255);
}


/*html, body {
    height: 100%;
}*/

/*.box {*/
    /*background: url("/images/loginBg.jpg") no-repeat center center;*/
    /*background-size: cover;*/
    /*margin: 0 auto;
    background-color: #146968;
    position: relative;
    width: 100%;
    height: 100%;
}*/

/*.login-box {
    width: 100%;
    max-width: 500px;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
}*/

/*.logo-box {
    position: absolute;
    right: 8%;
    bottom: 8%;
}*/

/*@media screen and (min-width: 500px) {
    .login-box {
        left: 50%;
        margin-left: -250px;
    }
}*/

/*.form {
    width: 100%;
    max-width: 500px;
    height: 275px;
    margin: 2px auto 0px auto;
}

.login-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 250px;
    width: 100%;
    max-width: 500px;
    background-color: rgba(255, 250, 2550, .6);
    float: left;
}*/

/*.input-group {
    margin: 30px 0px 0px 0px !important;
}

.form-control,
.input-group {
    height: 40px;
}

.form-actions {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 0px !important;
}

.login-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, .6);
}

    .login-title h1 {
        margin-top: 10px !important;
    }

    .login-title small {
        color: #fff;
    }

.link p {
    line-height: 20px;
    margin-top: 30px;
}

.btn-sm {
    padding: 8px 24px !important;
    font-size: 16px !important;
}

.flag {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    font: 14px/normal "microsoft yahei", "Times New Roman", "宋体", Times, serif;
}*/
