<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ixunke-header-box {
    /* position: absolute;
    width: 100%;
    height: auto;
    min-width: 1200px; */
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1200px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .05);
}

.ixunke-header {
    position: relative;
    width: 1200px;
    height: 94px;
    margin: auto;
    padding: 25px 0 0 0;
    box-sizing: border-box;
}

.ixunke-nav-logo-a {
    position: absolute;
    top: 23px;
    left: 0;
    display: inline-block;
    width: auto;
    max-width: 180px;
    overflow: hidden;
    height: 48px;
    z-index: 101;
}

.ixunke-nav-logo {
    position: relative;
    width: auto;
    height: 100%;
}

.ixunke-nav-ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    list-style: none;
    padding: 0 200px;
    z-index: 100;
    box-sizing: border-box;
    text-align: right;
}

.ixunke-nav-ul&gt;a {
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    margin-left: 28px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.ixunke-nav-li {
    padding-bottom: 10px;
}

.ixunke-nav-li-active {
    /* border-bottom: 2px solid #d51b32; */
    color: #d51b32;
}

.ixunke-nav-ul&gt;a .ixunke-nav-li+.line {
    width: 25px;
    background-color: #fff;
    height: 2px;
    margin: 0 auto;
}

.ixunke-nav-ul&gt;a .ixunke-nav-li.ixunke-nav-li-active+.line {
    background-color: #d51b32;
}

.ixunke-search-input {
    position: absolute;
    display: block;
    width: 200px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    padding: 0 10px;
    line-height: 30px;
    border: none;
    outline: none;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    z-index: 101;
    left: 880px;
}

.ixunke-search-btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    z-index: 102;
    left: 1052px;
    cursor: pointer;
    border-radius: 15px;
}

.ixunke-btn-box {
    position: absolute;
    width: 190px;
    height: 32px;
    /* color: #fff; */
    font-size: 14px;
    /* line-height: 30px; */
    top: 50%;
    margin-top: -12px;
    z-index: 102;
    /* left: 1120px; */
    left: 1010px;
    text-align: right;
}

.ixunke-btn-box&gt;a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    /* color: #fff; */
    color: #000;
    display: inline-block;
}

.btn-user {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border-radius: 16px;
    cursor: default;
}

.btn-user.login-btn {
    color: #d51b32;
    border: 2px solid #d51b32;
    background-color: #fff;
    margin-right: 16px;
}

.btn-user.register-btn {
    color: #fff;
    border: 2px solid #d51b32;
    background-color: #d51b32;
}


/* ç™»å½•æ³¨å†Œå¼¹æ¡† */

.mask {
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.login-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 550px;
    height: 550px;
    z-index: 2000;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #333;
}

.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #808080;
    cursor: pointer;
}

.login-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 64px;
    margin-top: 20px;
}

.header-tab-li {
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.header-tab-li .text {
    width: 100px;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    cursor: pointer;
}

.header-tab-li.active-header-tab-li .text {
    border-bottom: 1px solid #d51b32;
}

.form-vertical {
    margin: 44px auto 0;
    width: 450px;
}

.form-group .controls {
    height: 52px;
}

.form-group .controls.username-info-box {
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.controls-left {
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 52px;
    overflow: hidden;
    width: 24%;
}

.controls-left .icon-img {
    width: 30px;
    height: 30px;
    margin: 0 4px 0 10px;
}

.controls-left .icon-img img {
    width: 100%;
    height: 100%;
}

.phone-pre {
    height: 30px !important;
}

.phone-input {
    display: inline-block;
    width: 76%;
    height: 51px;
}

input.phone-input {
    background: none;
    outline: none;
    border: none;
}

.phone-pre {
    margin-right: 8px;
    width: 55px;
    padding: 0 !important;
    text-align: center;
    border: none;
    height: 45px !important;
    background: none;
    outline: none;
    box-shadow: none !important;
    outline: none !important;
    resize: none !important;
    border: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#login-form input {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.password-box {
    height: 52px;
    width: 66%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    float: left;
}

.password-box .icon-img,
.you-password .icon-img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 14px;
}

.password-box .icon-img img,
.you-password .icon-img img {
    width: 100%;
    height: 100%;
}

.you-password {
    height: 52px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    float: left;
}

.password-input {
    height: 52px;
    width: 290px;
}

.code-btn {
    height: 52px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: inline-block;
    width: 29%;
    margin-left: 20px;
    text-align: center;
    line-height: 52px;
    color: #808991;
    cursor: pointer;
}

.form-group {
    margin-bottom: 24px;
}

.other-op {
    margin-top: 60px;
    padding-bottom: 10px;
}

.go-register-btn {
    cursor: pointer;
    color: #d51b32;
}

.text-warning {
    color: #d51b32;
}

.error-box {
    color: #d51b32;
    font-size: 14px;
}

.go-register-btn:hover,
.forget-password:hover {
    opacity: .8;
}

#loginSubmit {
    height: 55px;
    font-size: 16px;
    width: 100%;
    background-color: #d51b32;
    color: #fff;
}

.default-box {
    background-color: #fff;
    border: 1px solid #eeeeee;
    height: 52px;
}

.default-box .icon-img {
    float: left;
    height: 52px;
    align-items: center;
    display: flex;
}

.default-box .email-icon {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 14px;
}

.default-box .phone-icon {
    width: 30px;
    height: 30px;
    margin: 0 4px 0 10px;
}

.input-val {
    display: inline-block;
    width: 89%;
    height: 51px;
}

.captcha-box {
    width: 66%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eeeeee !important;
    height: 52px;
    padding: 0 17px;
}

.change-img {
    display: inline-block;
    width: 120px;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 52px;
    float: right;
    cursor: pointer;
}

.none {
    display: none;
}

.mod-header_wrap-user {
    display: flex;
    align-items: center;
}

.mod-header__user-name {
    margin-left: 20px !important;
}

.mod-header_wrap-user .mod-header__user-operations {
    border-radius: 4px;
    border: none;
    background: #fff;
    box-shadow: 0 0 4px rgba(213, 27, 50, .5);
    width: 102px;
}

.mod-header_wrap-user .mod-header__user-operations a {
    background: transparent;
    line-height: 40px;
    color: #333;
}

.mod-header_wrap-user .mod-header__user-operations a:hover {
    background: transparent;
    color: #d51b32;
}</pre></body></html>