.vso-header-wrapper {
    background: #242424;
    height: 64px;
    width: 100%;
    line-height: 64px;
    z-index: 999;
    position: absolute;
}

.vso-header-online {
    display: flex;
    align-items: center;
    height: 64px;
    transition: all 0.3s ease;
}

.vso-header-online:hover {
    background-color: #242424;
}

.vso-header-logo {
    margin-left: 32px;
    display: block;
}

.vso-header-model {
    display: flex;
    align-items: center;
    flex: 1;
}

.vso-header-model-title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    line-height: 56px;
    margin: 0 28px;
    transition: height .2s ease-out 0s, opacity .1s ease-out .15s;
    white-space: nowrap;
}

.vso-header-model-title-first {
    margin-left: 36px;
}

.vso-header-model-need:hover .vso-header-model-content {
    display: block;
    z-index: 10;
}

.vso-header-model-need:hover .vso-header-model-title {
    border-bottom: 4px solid #1890ff;
    margin-top: 4px;
    cursor: pointer;
}

.vso-header-opt-language-select {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    width: 90px;
    height: 32px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 18px;
    font-weight: 400;
    border: 0;
}

.vso-header-opt-language-option {
    background: #111111;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 6px 28px 8px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 9px;
    width: 144px;
}


.vso-header-changeState {
    width: 90px;
    height: 32px;
    position: relative;
    margin-right: 8px;
}

.vso-header-changeState .bank_xl {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #242424 !important;
    border-top: 0;
    width: 144px;
    padding: 5px 0;
    border-radius: 4px;
}

/* .vso-header-changeState .bank_xl:hover {
    background-color: rgba(255, 255, 255, 0.08);
} */
.vso-header-changeState:hover .bank_xl {
    display: block;
}

.vso-header-changeState .bank_xl .hotBank-list {
    cursor: pointer;
    height: 36px;
    padding-left: 16px;
}

.vso-header-changeState .bank_xl .hotBank-list:hover {
    background: rgba(255, 255, 255, 0.08);
}

.vso-header-changeState .bank_xl ul {
    padding: 0;
    margin: 0;
}

.vso-header-changeState .bank_xl ul li {
    padding-left: 10px;
    list-style: none;
    line-height: 36px;
}

.vso-header-changeState .bank_xl ul li a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
}

.vso-header-changeState .bank_xl ul li a img {
    margin-right: 10px;
}

.vso-header-changeState .position-rel {
    position: relative;
    height: 32px;
}

.vso-header-changeState .position-rel:hover {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
}

.vso-header-changeState .position-rel .bank_xljt {
    position: absolute;
    right: 6px;
    top: 10px;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.vso-header-changeState .position-rel .bank_xljt1 {
    display: flex;
    align-items: center;
    height: 32px;
    position: absolute;
    width: 100%;
    top: 0px;
}

.vso-header-changeState .hotBank-list-ico .iconfont {
    margin-right: 10px;
    color: #999;
}

.vso-header-changeState .position-rel .hotBank-list-ico {
    display: block;
    line-height: 30px;
    padding-left: 8px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
}

.vso-header-changeState .position-rel .hotBank-list-ico img {
    margin-right: 10px;
}

.vso-header-model-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #111111;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    text-align: left;
    margin-top: 4px;
}

.vso-header-nohref.vso-header-nohref {
    cursor: text;
}

.vso-header-nohref .vso-header-title,
.vso-header-nohref .vso-header-subtitle {
    color: rgba(255, 255, 255, 0.25);
}

.vso-header-nohref:hover .vso-header-title.vso-header-title,
.vso-header-nohref:hover .vso-header-subtitle.vso-header-subtitle {
    opacity: 1;
    color: rgba(255, 255, 255, 0.25);
}

.vso-header-model-be {
    background: rgba(255, 255, 255, 0.04);
    padding: 0 32px;
}

.vso-header-model-desc {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
}

.vso-header-model-homeOption {
    margin-bottom: 36px;
    min-width: 181px;
}

.vso-header-titleNav {
    display: flex;
}

.vso-header-second {
    margin-left: 40px;
}

.vso-header-model-homeOption:not(:last-child) {
    margin-right: 24px;
}

.vso-header-totaltitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.25);
    line-height: 32px;
    margin-top: 21px;
    white-space: nowrap;
}

.vso-header-titlesrc {
    /* margin-top: 24px; */
}

.vso-header-href {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
    display: block;
}

.vso-header-edit {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
    display: block;
}

.vso-header-edit .vso-header-title:hover {
    opacity: .85;
    color: #1890ff;
}

.vso-header-edit .vso-header-subtitle:hover {
    opacity: .85;
    color: #1890ff;
}

.vso-header-title {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.vso-header-hot {
    background-image: linear-gradient(270deg, #f64032, #fc6531 70%, #ff7531);
    border-radius: 2px;
    width: 28px;
    height: 14px;
    line-height: 14px;
    margin-left: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vso-header-hot span {
    font-family: Helvetica;
    color: rgba(255, 255, 255, 0.84);
    font-size: 10px;
}

.vso-header-subtitle {
    font-size: 14px;
    margin-top: 4px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.vso-header-href:hover .vso-header-subtitle,
.vso-header-href:hover .vso-header-title {
    opacity: .85;
    color: #1890ff;
}

.vso-header-partingline {
    height: 12px;
    margin: 0 12px;
    width: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.vso-header-case {
    display: flex;
    margin: 48px 0 56px;
    width: 100%;
    justify-content: center;
}

.vso-header-case-left {
    width: 298px;
    margin-right: 56px;
}

.vso-header-case-left img {
    /* ipr澶撮儴鍥剧墖闂磋窛 */
    display: flex;
    margin-bottom: 24px;
}

.vso-header-case-title {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 32px;
}

.vso-header-case-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 30px;
    margin: 10px 0 0;
    white-space: normal;
}

.vso-header-case-line {
    width: 1px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
}

.vso-header-case-info {
    height: 212px;
}

.vso-header-case-info:first-child {
    margin-left: 79px;
}

.vso-header-case-info:last-child {
    margin-left: 45px;
}

.vso-header-case-href {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 32px;
    display: block;
    margin: 24px 0 0;
    text-decoration: none;
}

.vso-header-case-href:hover {
    opacity: .85;
    color: #1890ff;
}

.vso-header-case-infowrapper {
    position: relative;
    width: 480px;
    height: 212px;
    margin-left: 4.9%;
    overflow: hidden;
}

.vso-header-case-infowrapper:hover .vso-header-case-image {
    transform: scale(1.05);
    transition: transform 0.8s ease-in-out;
}

.vso-header-case-image {
    width: 480px;
    height: 212px;
    margin: 0;
    transition: transform .8s ease-in-out;
}

.vso-header-case-img-title {
    position: absolute;
    bottom: 54px;
    font-size: 14px;
    background: rgba(126, 94, 231, .85);
    border-radius: 2px;
    padding: 4px 9px;
    line-height: 20px;
    color: #fff;
    margin-left: 24px;
}

.vso-header-case-img-subtitle {
    position: absolute;
    bottom: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 46px;
    font-weight: 600;
    margin-left: 24px;
}

.vso-header-case-nohref {
    color: rgba(255, 255, 255, 0.25);
    cursor: text;
}

.vso-header-case-nohref:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.25);
}

.vso-header-opt-large {
    height: 64px;
    min-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.vso-header-opt-large.hide {
    display: none;
}

.vso-header-opt-landing {
    height: 64px;
    min-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.vso-header-opt-landing:hover {
    background: rgba(255, 255, 255, 0.08);
}

.vso-header-opt-landing:hover .vso-header-userselect {
    display: block;
}

.vso-header-opt-landing {
    height: 64px;
}

.vso-header-opt-landing:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.vso-header-avatar-wrapper {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.vso-header-login {
    margin-right: 8px;
    padding: 7px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.vso-header-login:hover {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.85);
}

.vso-header-regist {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    margin-right: 32px;
    padding: 7px 16px;
    white-space: nowrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 18px;
    text-decoration: none;
}

.vso-header-regist:hover {
    background-image: linear-gradient(270deg, #f64032, #fc6531 70%, #ff7531);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .85);
}

.vso-header-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    margin: 8px auto 0;
    padding: 0;
}

.vso-header-nickname {
    letter-spacing: 0;
    width: 64px;
    line-height: 16px;
    background-image: linear-gradient(270deg, #f64032, #fc6531 70%, #ff7531);
    border-radius: 8px;
    margin: 3px auto auto;
}

.vso-header-opt-phone {
    display: none;
}

.vso-header-nickname .vso-header-mine {
    font-size: 11px;
    color: #fff;
    transform: scale(.92);
}

.vso-header-userselect {
    position: absolute;
    top: 64px;
    right: 0px;
    display: none;
    z-index: 11;
}

.vso-header-root {
    min-width: 112px;
    background-color: #242424;
    padding: 0;
    border-top: 1px solid #242424;
    border-radius: 4px;
    color: #fff;
}

.vso-header-userselect .vso-header-root {
    width: 160px !important;
    padding: 5px 0px !important;
}

.vso-header-userselect .vso-header-root .vso-header-options {
    padding: 7px 16px !important;
    border-radius: 0px !important;
}

.vso-header-options {
    color: rgba(255, 255, 255, 0.85);
    padding: 12px 8px;
    border-radius: 4px;
    clear: both;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
    text-align: left;
    display: block;
    text-decoration: none;
}

.vso-header-options:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.vso-header-userselect .vso-header-root .vso-header-options .iconfont {
    margin-right: 10px;
    color: #999;
}

.vso-header-userselect .vso-header-root .vso-header-options .vso-header-topup-more {
    margin: 0 0 0 8px;
    font-size: 12px;
}

.vso-header-topup:hover .vso-header-topup-options {
    display: block;
}

.vso-header-topup-options {
    position: absolute;
    top: 94px;
    left: -124px;
    min-width: 112px;
    background-color: #242424;
    padding: 0;
    border-top: 1px solid #242424;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    display: none;
}

.vso-header-topup-option {
    color: rgba(255, 255, 255, 0.85);
    padding: 12px 8px;
    border-radius: 4px;
    clear: both;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
    text-align: left;
    display: block;
    text-decoration: none;
}

.vso-header-topup-option:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.vso-header-opt-small-page {
    display: none;
}

.vso-header-opt-small-btns-wrapper {
    display: none;
}

.vso-header-tab {
    display: none;
}

.vso-header-case-index {
    width: 364px;
    display: flex;
}


.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #111;
}

.menu {
    width: 25px;
    position: absolute;
    right: 30px;
    display: none;
}

@media (max-width: 1280px) {
    .vso-header-case {
        justify-content: left;
    }

    .vso-header-case-infowrapper {
        display: none;
    }
}

@media (max-width: 1024px) {
    .vso-header-model {
        display: none;
    }

    .menu {
        display: block;
    }
}