﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

a {
    color: rgb(55,98,152);
}

.window {
    padding: 2px;
}

.window-mask {
    background-color: transparent;
}

.fullwindow {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../images/background.png') no-repeat;
    min-height: 770px;
    background-size: 100% 100%;
}

.sys_title_topspace {
    height: 5%;
    min-height: 50px;
    max-height: 190px;
}

.sys_main {
    margin: 195px auto 0 auto;
}

.sys_content {
    height: 170px;
    margin-left: 2%;
    margin-top: -1%;
}

.sys_oldversion {
    padding-top: 195px;
    padding-left: 920px;
    height: 20px;
    width: 100px;
}

    .sys_oldversion a {
        color: #ffffff;
    }

.sys_box {
    width: 460px;
    margin: 10px auto;
    background: rgba(112,145,178,0.6);
    border-radius: 15px;
    min-height: 390px;
}

.sys_Info {
    clear: both;
    height: 30px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    color: #ECECEC;
    position: absolute;
    bottom: 10px;
}

.sys_title {
    text-align: center;
    height: 80px;
    font-size: 60px;
    color: #fff;
    display: inline;
}

.sys_title2 {
    font-size: 28px;
    color: #008CCA;
    position: absolute;
    background: #ffffff;
    border-radius: 30px;
    width: 525px;
    height: 49px;
    text-align: center;
    margin: 70px 0px 0px 55%;
    padding-top: 9px;
}

.sys_logo {
    display: inline;
    position: absolute;
    width: 128px;
    height: 128px;
    margin-top: -20px;
}

.sys_subTitle {
    color: #00ffff;
    font-size: 26px;
    display: block;
    margin-top: -5px;
}

.sys_title span {
    font-size: 50px;
    color: #fff;
    padding-left: 120px;
}


/*第二种样式*/
.sys_container_two {
    margin: 0px 50px 0px 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    position: relative;
    top: 30px;
    height:50px;
}

.sys_box .sys_container_left {
    height: 40px;
    width: 80px;
    padding-top: 10px;
    line-height: 25px;
    border-bottom: 2px solid #ffffff;
    float: left;
    color: #ffffff;
    margin-left: 65px;
}

.sys_box .sys_container_leftuncheck {
    height: 40px;
    width: 80px;
    padding-top: 10px;
    line-height: 25px;
    float: left;
    color: #ffffff;
    margin-left: 65px;
    opacity: 0.8;
}

.sys_box .sys_container_right {
    color: #ffffff;
    height: 40px;
    width: 80px;
    margin: 0 auto 0px 185px;
    padding-top: 10px;
    line-height: 25px;
    border-bottom: 2px solid #fff;
}

.sys_box .sys_container_rightuncheck {
    opacity: 0.8;
    color: #ffffff;
    height: 40px;
    width: 80px;
    margin: 0 auto 0px 185px;
    padding-top: 10px;
    line-height: 25px;
}

.sys_box .sys_container_center {
    height: 300px;
    width: 460px;
    margin-top: 75px;
    padding-top: 10px;
}

.sys_box .sys_container a {
    color: #2f3c51;
    font-size: 22px;
    padding-left: 40px;
    text-decoration: none;
}

.sys_box .sys_container_right a {
    color: #ffffff;
    font-size: 22px;
    padding-left: 40px;
    text-decoration: none;
}

.sys_box .sys_container a:hover {
    text-decoration: underline;
}

.sys_center_main {
    width: 460px;
    border-radius: 15px;
    margin-top: 60px;
}

.sys_apkDownload {
    text-align: center;
    font-size: 14px;
    width: 250px;
    height: 110px;
    margin: 40px auto 0px auto;
}

.sys_apk {
    width: 100px;
    height: 80px;
    margin-top: 20px;
    float: left;
  /*  margin-left: -44px;*/
}

    .sys_apk a {
        color: #ddd;
        text-decoration: none;
    }

.code-bigger {
    display: none;
    z-index: 10;
    position: absolute;
    top: -280px;
    *top: -270px;
    left: 50px;
}

.sys_apk:hover .code-bigger {
    display: inline;
}

.sys_footer {
    clear: both;
    text-align: center;
    font-size: 14px;
    color: rgb(128,128,128);
    position: relative;
    top: -40px;
    *top: 10px;
}

.login-title {
    height: 20px;
    line-height: 20px;
    position: relative;
    left: -25px;
    top: 155px;
}

.login-title-tip {
    margin-left: 25px;
    font-size: 12px;
    color: white;
}

#_dialog_lg .panel-body, #_dialog .panel-body {
    background-color: #F8FCFF;
    overflow: hidden;
}
/**login form*/
.login-form {
    margin: 0px;
    width: 460px;
}

    .login-form input {
        font-family: 'Microsoft YaHei';
        font-size: 14px;
    }


.download-form .login-area {
    display: none;
}

.login-form .download-area {
    display: none;
    width: 100%;
    height: 180px;
    _height: 185px;
    text-align: center;
    font-size: 16px;
    padding-top: 1px;
}

.download-form .download-area {
    display: block;
}

    .download-form .download-area .download-area-tip {
        margin: 20px 0 0 20px;
        width: 330px;
        color: white;
    }

.login-form .login-buttonbar {
    padding-top: 5px;
    margin-top: 5px;
}

.btn_login, .btn-continue, .btn-cancel {
    line-height: 32px;
    height: 45px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    outline-width: medium;
    outline-style: none;
    color: #fff;
    background-color: rgba(255,255,255,0);
    border-radius: 20px;
    font-size: 18px !important;
}

.btn_login1 {
    color: #fff;
    background: #1F83FD;
    border: 1px solid #1F83FD;
}

.btn_login2 {
    width: 300px;
}

.btn_login3 {
    float: right;
}

.download-form .btn-cancel {
    color: #fff;
    background-color: #1F83FD;
    border: 1px solid #1F83FD;
}

.login-buttonbar-tip {
    margin-right: 90px;
    font-size: 14px;
}


.login-form .login-msg {
    color: #ff4040;
    font-size: 12px;
    text-align: left;
    position: relative;
    margin-top: 5px;
    /*left: 85px;
    top: -23px;*/
}

.t-area {
    width: 460px;
    height: 60px;
    text-align: center;
    padding-top: 30px;
}

.login-form .input-title {
    font-size: 24px;
    color: #1F83FD;
    font-family: 'Microsoft YaHei';
    letter-spacing: 15px;
    font-weight: bold;
}

.login-form .u-area {
    border: #a9bfd1 solid 1px;
    width: 300px;
    height: 42px;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    background: rgba(169,191,209,0.6);
}

.p-area, .u-area, .i-area, .r-area {
    margin-left: 77.5px;
}

.login-form .p-area, .login-form .i-area {
    border: #a9bfd1 solid 1px;
    width: 300px;
    height: 42px;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    background: rgba(169,191,209,0.6);
}

.login-form .r-area {
    width: 300px;
    position: relative;
    margin-top: 15px;
}


.login-form .i-area {
    display: none;
    width: 300px;
    height: 42px;
    position: relative;
    border-radius: 5px;
}

.login-form .input-font {
    position: absolute;
    top: 10px;
    margin-left: 260px;
    font-size: 15px;
    color: #0692dd;
    text-align: center;
    width: 100px;
    cursor: pointer;
}

.login-form .c-area {
    margin-left: -4px;
    /*margin-top:20px;*/
    height: 20px;
    width: 305px;
}

    .login-form .c-area label {
        font-size: 12px;
        color: #fff;
        position: relative;
        top: -2px;
    }
    .login-form .c-area a {
        font-size: 12px;
        color: #1F83FD;
        text-decoration: underline;
        cursor: default;
    }

.login-form .u-area:hover,
.login-form .i-area:hover {
    border: #1F83FD solid 1px;
}

.login-form .input-uspd {
    position: absolute;
    top: 1px;
    left: 30px;
    outline: none 0px;
    border: 0px;
    width: 265px;
    padding-left: 3px;
    height: 38px;
    -webkit-text-fill-color: #F6F6F6 !important;
    -webkit-box-shadow: 0 0 0 1000px #9ab5cc inset;
    background: rgba(255,255,255,0);
}

.login-form .input-tip {
    position: absolute;
    left: 35px;
    top: 11px;
    color: #fff;
}

.login-form .input-tip-username {
    position: absolute;
    left: -70px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.login-form .input-tip-pwd {
    position: absolute;
    left: -60px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.login-form .input-tip-checkcode {
    position: absolute;
    left: -110px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.login-form .u-icon {
    position: absolute;
    top: 13px;
    left: 13px;
    background: url('../images/bt_User.png') no-repeat;
    width: 16px;
    background-size: 100% 100%;
    height: 18px;
}

.login-form .p-icon {
    position: absolute;
    top: 13px;
    left: 13px;
    background: url('../images/bt_pwd.png') no-repeat;
    width: 16px;
    height: 18px;
    background-size: 100% 100%;
}

.login-form .plateNum-icon {
    position: absolute;
    top: 13px;
    left: 10px;
    background: url('../../../../images/login_plateNum.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.login-form .phone-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    background: url('../../../../images/login_phone.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.login-form .verification-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    background: url('../../../../images/login_verification.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.login-form .pc-icon {
    position: absolute;
    top: 13px;
    left: 13px;
    background: url('../images/refresh.png') no-repeat;
    width: 16px;
    height: 18px;
    background-size: 100% 100%;
}

.login-form .input-imgcode {
    position: absolute;
    top: 1px;
    left: 159px;
}

.login-form .btn-download {
    display: block;
    background: transparent url(../../../../Images/main/btn_bg.png) no-repeat 0px 0px;
    width: 216px;
    height: 71px;
    margin: 20px 0 0 70px;
    border: 0px;
    color: #fff;
    outline: none;
}

.login-form .btn-login {
    background: transparent url(../../../../Images/main/btn_bg.png) no-repeat 0px -503px;
    margin-right: 20px;
    width: 91px;
    height: 35px;
    border: 0px;
    color: #fff;
    outline: none;
}

.download-form .btn-login {
    display: none;
}

.download-form .btn-clear {
    display: none;
}

.login-form .btn-retry {
    display: none;
    background: transparent url(../../../../Images/main/btn_bg.png) no-repeat 0px -467px;
    margin-right: 20px;
    width: 91px;
    height: 35px;
    border: 0px;
    color: #fff;
    outline: none;
}

.download-form .btn-retry {
    display: inline;
}

.login-form .btn-clear {
    background: transparent url(../../../../Images/main/btn_bg.png) no-repeat 0px -503px;
    margin-right: 20px;
    width: 91px;
    height: 35px;
    border: 0px;
    color: #fff;
    outline: none;
}

.login-form .btn-cancel {
    display: none;
    float: right;
    margin-right: 60px;
    width: 120px;
}

    .login-form .btn-login:hover, .login-form .btn-retry:hover, .login-form .btn-cancel:hover {
        background-position-x: -97px;
    }

.login-form .btn-login[disabled]:hover {
    background-position-x: 0px;
}

.login-form .btn-download:hover {
    background-position-y: -72px;
}

.login-downloadFrameWork {
    color: blue;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

    .login-downloadFrameWork a {
        color: #ddd;
    }

.login-sysnum {
    text-align: center;
    color: #ECECEC;
    bottom: 43px;
    position: absolute;
    width: 100%;
}
/*新检测下载提示*/
.login-form .download-area-new {
    display: none;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 30px;
}

.download-form .download-area-new {
    display: block;
}

.download-area-tiptitle {
    font-size: 32px;
    text-align: center;
}

.download-area-new .t-area {
    height: 45px !important;
    padding-top: 15px !important;
}

.download-area-tipcontent {
    padding-left: 30px;
    text-align: center;
}

.login-form .btn-continue {
    display: none;
    float: left;
    margin-left: 60px;
    width: 120px;
}

.download-form .btn-continue, .download-form .btn-cancel {
    display: inline;
}

.login-form .btn-continue:hover {
    background-position-x: -97px;
}

.toptips {
    background: #f4f9b7;
    color: red;
    height: 28px;
    padding-left: 20px;
    padding-top: 5px;
}

.closebtn {
    float: right;
    width: 50px;
    height: 23px;
    line-height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 22px;
    color: orangered;
    margin-right: 5px;
}

.sys_box .sys_Apple {
    width: 51px;
    height: 51px;
    float: left;
    background: url(../images/Apple.png)no-repeat 100% center;
    background-size: 100%;
}
    .sys_box .sys_Apple:hover {
        width: 51px;
        background: url(../images/Apple_hover.png)no-repeat 100% center;
    }

.sys_box .Android_code {
    width: 80px;
    position: absolute;
    left: 178px;
    top: 60px;
}
.sys_box #WxQr_code {
    float: right;
    width: 80px;
    right: -14px;
    position: absolute;
}

.sys_box .sys_WxQrCode {
    width: 51px;
    height: 51px;
    float: left;
    background: url(../images/WxQrCode.png)no-repeat 100% center;
    background-size: 100%;
}

    .sys_box .sys_WxQrCode:hover {
        width: 51px;
        background: url(../images/WxQrCode_hover.png)no-repeat 100% center;
    }

input[type="checkbox"]:checked::before {
    background: url(../images/check.png)no-repeat 100% center;
    border: none !important;
    content: '' !important;
    color: none !important;
    background-color: none !important;
    border: none !important;
    border-radius: 0 !important;
}

input[type="checkbox"]::before {
    width: 16px !important;
    height: 16px !important;
    border-radius: 2px 2px 2px 2px !important;
    opacity: 1 !important;
    border: 1px solid #E8E8E8 !important;
}

.sys_box .sys_Android {
/*    margin-right: 41px;*/
    width: 51px;
    height: 51px;
    float: right;
    background: url(../images/Android.png)no-repeat 100% center;
    background-size: 100%100%;
}
.sys_box .sys_Android:hover {
    background: url(../images/Android_hover.png)no-repeat 100% center;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

    input[type="checkbox"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(128,165,198,1);
        width: 100%;
        height: 100%;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
    }    

input[type="checkbox"]:checked::before {
        content: "\2714";
        color: #fff;
        background-color: #1f83fd;
        border: 0px solid #1f83fd;
        border-radius: 4px;
        line-height: 13px;
    }


@media screen and (max-height:800px) {
    .fullwindow {
        min-height: 600px;
    }

    .sys_box {
        transform: scale(0.9, 0.9);
        margin-top: -5%;
    }

    .sys_content {
        margin-top: 0px;
    }

    .login-sysnum {
        bottom: 0;
    }
}

@media (max-width: 1280px) and (min-width: 768px) {
    html {
        zoom: 75%;
    }

    @-ms-viewport {
        width: 100%;
    }
}
.l-btn, .l-btn:hover, .l-btn-plain:hover {
    border: 0;
}
.menu{
    padding:2px 0px 2px 0px;
}
.menu-line {
    display: none;
}
.menu-text {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}
.menu-item {
    border-style: none;
}
.menu-active {
    color: #1F83FD;
    background: #ECF5FF;
    border-radius: 0px;
}
.menu-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}
.verification-btn {
    position: absolute;
    left: 310px;
    bottom: 0;
    line-height: 40px;
    z-index: 999;
}
.verification-link {
    color: #1F83FD;
    font-size: 12px;
}

.SafeVerificationTitle {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    height: 21px;
    margin: 14px 127px 25px;
}
.SafeVerificationTips input {
    width: 190px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 4px 4px 4px 4px;
    border: 0px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-left: 10px;
}
.SafeVerificationTips img {
    width: auto;
    height: 32px;
    margin: 0px 0px -10px 9px;
    cursor: pointer;
}
.SafeVerificationChangeTips {
    font-weight: 400;
    font-size: 12px;
    color: #1F83FD;
    margin-left: 248px;
    text-decoration: underline;
    margin-top: 5px;
    cursor: pointer;
}
.SafeVerificationbutton {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 125px;
    margin-top: 30px;
    margin-left: 95px;
}
    .SafeVerificationbutton input {
        width: 56px;
        height: 32px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #D9D9D9;
    }

#userAgreementInfoemationDialog::-webkit-scrollbar {
    width: 0px !important;
}
.window .window-header {
    background: #fff;
    border: 0;
}