<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fz20 {
    font-size: 20px;
}
.fr-important {
    float: right !important;
}
/* U盾选择下拉，覆盖bootstrap-selectpicker样式 */
#div-certList .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
#div-certList .btn.btn-default {
    padding: 15px 12px 15px 52px;
    background: #F1F3F8;
    border-color: transparent;
    outline: none !important;
}
#div-certList .dropdown-menu &gt; li &gt; a {
    padding: 3px 20px 3px 52px;
}
#div-certList .bootstrap-select.btn-group .dropdown-menu li.selected {
    background: #f1f3f8;
}
#div-certList .bootstrap-select.btn-group .dropdown-menu li a:focus {
    outline: none;
}
/* 覆盖bootstrap tab样式 */
.dropdown-menu &gt; li &gt; a {
    cursor: pointer;
}
.login-container .nav-tabs {
    border: none;
}
.login-container .nav-tabs&gt;li.active&gt;a, .login-container .nav-tabs&gt;li.active&gt;a:focus, .login-container .nav-tabs&gt;li.active&gt;a:hover {
    padding: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #005AEE !important;
    font-size: 16px;
    font-weight: bolder;
    opacity: 1;
    color: #005AEE;
}
.login-container .nav &gt; li &gt; a {
    padding: 2px;
    font-size: 16px;
    opacity: 0.6;
    color: #005AEE;
    margin-right: 10px;
}

.login-container .nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    background-color: transparent !important;
    border: 0;
    outline: none;
    outline-offset: 0 !important;
}

.login-jc .login-wrap {
    height: 720px;
    background: url('/Content/img/login/login-jc/bg-1.jpg') center no-repeat;
    position: relative;
}

.login-wrap .header{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.header-logo {
    width: 159px;
    float: left;
    margin-top: 32px;
}
.login-wrap .header a {
    float: right;
    margin-top: 42px;
    color: #fff;
    font-size: 16px;
}
.login-wrap .header a:hover {
    text-decoration: underline;
}
.login-jc .language-choose {
    position: absolute;
    left: calc(50% + 450px);
    top: 42px;
    z-index: 999;
}
.login-jc .language-choose .dropdown-toggle {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.login-jc .language-choose .dropdown-toggle:hover {
    text-decoration: underline;
}

.login-jc #fetchPhoneCode {
    width: 123px;
    height: 40px;
    border-color: #3FADE2;
    color: #3FADE2;
    position: absolute;
    top: 6px;
    right: 0;
    outline-color: transparent !important;
}

.login-jc #fetchPhoneCode.disabled {
    color: #ccc;
    border-color: #ccc;
}

.login-jc .btn-default:hover, .btn-default:focus {
    background-color: transparent;
}

.login-jc .error-msg {
    color: #ff4d4f;
    font-size: 12px;
    height: 18px;
}

.login-wrap .login-container {
    width: 335px;
    padding: 15px 20px 35px;
    position: absolute;
    left: 50%;
    top: 137px;
    margin-left: 165px;
    background: url('/Content/img/login/login-jc/login-bg.png') no-repeat;
    background-size: 115%;
    border-radius: 5px;
}
.login-container h1 {
    color: #005AEE;
    font-size: 20px;
    cursor: pointer;
}

.input-wrap {
    position: relative;
}
/* 滚动条样式 */
body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/* placeholder样式 */
input::input-placeholder{color:#8C9AA8!important;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8C9AA8!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8C9AA8!important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8C9AA8!important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8C9AA8!important;
}
.input-wrap input {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 52px;
    background: #F1F3F8;
    border-radius: 5px;
}
.input-wrap .icon {
    position: absolute;
    left: 22px;
    top: 18px;
    z-index: 3;
}
.input-wrap .icon-error {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 21px;
    top: 18px;
}
.input-wrap .input-text {
    width: 295px;
    height: 52px;
    padding-left: 52px;
    background: #F1F3F8;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
}
.input-wrap .input-text.error {
    background: #F1DEEB;
}
.input-wrap .input-text a {
    color: #005AEE;
    font-size: 12px;
    text-decoration: underline;
}
.input-wrap .input-text.error span {
    color: #FC297D;
    font-size: 12px;
}
.other-action {
    width: 100%;
    line-height: 25px;
    float: right;
    font-size: 12px;
    margin-top: 10px;
}
.other-action a {
    opacity: 0.6;
    color: #005AEE;
    margin-left: 10px;
}
.other-action span {
    color: #737B91;
}
.other-action label {
    position: relative;
    cursor: pointer;
}
.other-action #ckLogin {
    visibility: hidden;
}
.other-action #checkbox-icon {
    width: 10px;
    height: 10px;
    background: url('/Content/img/login/login-jc/unselect.png');
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
}
.other-action #checkbox-icon.checked {
    border-radius: 50%;
    background: url('/Content/img/login/login-jc/selected.png') 9px;
    border: 1px solid #005AEE;
}
.login-btn {
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 32px;
    background: url('/Content/img/login/login-jc/button.png');
    cursor: pointer;
    color: #fff;
    transition: .1s;
}
.login-btn:hover {
    background: url('/Content/img/login/login-jc/button-hover.png');
}

.total-price {
    width: 1020px;
    height: 260px;
    background: url('/Content/img/login/login-jc/fix-wrapper.png');
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -510px;
    padding: 0 40px;
    color: #005AEE;
}
.total-price .label {
    width: 100px;
    float: left;
    line-height: 255px;
    font-size: 30px;
    color: #005AEE;
}
.total-price .price {
    margin-top: 82px;
    float: right;
    text-align: right;
}
.price .precise-price {
    font-size: 60px;
    letter-spacing: 2px;
}
.precise-price .yuan {
    font-size: 24px;
    position: relative;
    bottom: 3px;
    right: 5px;
}
.about-price {
    padding-right: 7px;
}

.advantage-wrap {
    height: 650px;
}
.advantage-wrap .bg {
    width: 1136px;
    height: 365px;
    margin: 0 auto;
    background: url('/Content/img/login/login-jc/bg-2.png') center no-repeat;
    background-size: 100%;
    position: relative;
    top: 180px;
}

.process-wrap {
    height: 720px;
    background: url('/Content/img/login/login-jc/bg-3.jpg') center no-repeat;
}

.feature-wrap {
    height: 650px;
}
.feature-wrap .bg {
    width: 898px;
    height: 466px;
    margin: 0 auto;
    background: url('/Content/img/login/login-jc/bg-4.jpg') center no-repeat;
    position: relative;
    top: 100px;
}

.join-wrap {
    height: 680px;
    background: url('/Content/img/login/login-jc/bg-5.jpg') center no-repeat;
    position: relative;
}
.join-wrap .register-button {
    width: 240px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    border: 6px solid #FFFFFF;
    border-radius: 35px;
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -120px;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}
.join-wrap .register-button:hover {
    background: #fff;
    color: #00f;
}

.qrcodebox {
    overflow: hidden;
}
.qrcode-item {
    width: 66px;
    float: left;
}
.qrcode-item img {
    width: 66px !important;
    height: 66px !important;
    display: block !important;
}
.qrcode-item p {
    opacity: 0.65;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 5px;
    line-height: 1;
    filter: alpha(opacity=65);
    text-align: center;
}
.qrcode-itemmr {
    margin-right: 26px;
}
.links-item.wx {
    width: 186px !important;
}
.Yzw-footer-wrapper .footer-link .links-wrapper .links-item {
    margin-right: 59px !important;
}
.links-wrapper {
    white-space: nowrap;
}

/* PC兼容英文，法文 */
.en-fr .login-jc .login-wrap {
    height: 100vh;
    background-size: cover;
}
.en-fr .login-wrap .login-container {
    top: calc(50% - 160px);
}
.en-fr .auto-login {
    display: inline-block;
    width: 275px;
}
.en-fr .other-action .fr {
    float: left;
}
.en-fr .total-price .label {
    line-height: inherit;
    padding: 40px 0 0 0;
}
.en-fr .total-price .price {
    margin-top: 0;
}
.en-fr .price .precise-price {
    margin-top: 20px;
}
.en-fr .Yzw-footer-wrapper {
    height: 32px;
}

/* mobile样式 */
.fz1rem {
    font-size: 1rem;
}
.fz2rem {
    font-size: 2rem;
}
.m-login-jc {
    background: #fff;
}
</pre></body></html>