/* 头部 */
* {
    box-sizing: border-box;
}

body {
    background-color: #F3F4F7;
    overflow-x: hidden;
}

body.popup-open {
    position: fixed;
    left: 0;
    right: 0;
    padding-right: 16px;
}

.wt-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-sprites {
    display: inline-block;
    background: url('../img/index_sprites.png');
}

.icon-shiming {
    width: 116px;
    height: 40px;
    background-position: -10px -68px
}

.icon-smanquan {
    width: 116px;
    height: 38px;
    background-position: -10px -128px
}

.icon-yingye {
    width: 108px;
    height: 38px;
    background-position: -255px -10px
}

.icon-advan1 {
    width: 65px;
    height: 63px;
    background-position: -255px -68px
}

.icon-advan2 {
    width: 72px;
    height: 66px;
    background-position: -163px -10px
}

.icon-advan3 {
    width: 57px;
    height: 55px;
    background-position: -255px -151px
}

.icon-advan4 {
    width: 56px;
    height: 51px;
    background-position: -10px -244px
}

.icon-jubao {
    width: 110px;
    height: 38px;
    background-position: -10px -186px
}

.icon-netjb {
    width: 133px;
    height: 38px;
    background-position: -10px -10px
}

.wt-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: #fff;
    z-index: 101;
    min-width: 1200px;
    border-bottom: 1px solid #f1f2f4;
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
}

.h-72 {
    height: 72px;
}

.mr-160 {
    margin: 0 160px;
}

.wt-content {
    margin: 0 160px;
    position: relative;
}

.wt-header .wt-h-logo {
    margin-left: 40px;
    height: 72px;
    overflow: hidden;
}

.wt-header .wt-h-logo .wt-newLogo {
    width: 173px;
    height: 173px;
    position: relative;
    top: -52px;
    transform: scale(0.88);
}

.wt-header .wt-h-home {
    margin-left: 24px;
    line-height: 70px;
}

.wt-header .wt-h-home .home-text {
    font-size: 14px;
    color: #52565E;
}

.wt-header .wt-h-home:hover .home-text {
    color: #00A78E;
}

.wt-header .wt-h-more {
    position: relative;
    margin-left: 36px;
    line-height: 70px;
    cursor: pointer;
}

.wt-header .wt-h-more .more-text {
    font-size: 14px;
    color: #52565E;
}

.wt-header .wt-h-more .more-text::before {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #52565E;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -2px;
}

.wt-header .wt-h-more .more-drop {
    display: none;
    position: absolute;
    top: 70px;
    left: -42px;
    width: 140px;
    padding: 12px 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    border-radius: 8px;
}

.wt-header .wt-h-more .more-drop .more-item {
    display: block;
    line-height: 1;
    padding: 4px 20px;
    font-size: 14px;
    color: #323232;
    background-color: #fff;
}

.wt-header .wt-h-more .more-drop .more-item .svg-sprites {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover !important;
    vertical-align: -10px;
    margin-right: 10px;
}

.wt-header .wt-h-more .more-drop .more-item .svg-onlineKT {
    background: url('../img/svg_ktfw.svg');
}

.wt-header .wt-h-more .more-drop .more-item .svg-vipArea {
    background: url('../img/svg_vip.svg');
}

.wt-header .wt-h-more .more-drop .more-item .svg-wtsq {
    background: url('../img/svg_wtsq.svg');
}

.wt-header .wt-h-more .more-drop .more-item .svg-sbcopy {
    background: url('../img/svg_bqfw.svg');
}

.wt-header .wt-h-more .more-drop .more-item .svg-scoreShop {
    background: url('../img/svg_jfsc.svg');
}

.wt-header .wt-h-more .more-drop .more-item .svg-officeArea {
    background: url('../img/svg_office.svg');
}

.wt-header .wt-h-more .more-drop .more-item:hover {
    color: #11AA99;
}

.wt-header .wt-h-more:hover .more-text {
    color: #00A78E;
}

.wt-header .wt-h-more:hover .more-text::before {
    border-top-color: #00A78E;
}

/* .wt-header .wt-h-more:hover .more-drop{display: block;} */
.wt-header .wt-h-allCategory {
    position: relative;
    margin-left: 24px;
    line-height: 70px;
    cursor: pointer;
}

.wt-header .wt-h-allCategory .wt-allcate {
    color: #52565E;
    font-size: 18px;
    vertical-align: -1px;
}

.wt-header .wt-h-allCategory .allCatetxt {
    font-size: 14px;
    color: #52565E;
}

.wt-header .wt-h-allCategory .allCatetxt::before {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #52565E;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -2px;
}

.wt-header .wt-h-allCategory:hover .wt-allcate,
.wt-header .wt-h-allCategory:hover .allCatetxt {
    color: #00A78E;
}

.wt-header .wt-h-allCategory:hover .allCatetxt::before {
    border-top-color: #00A78E;
}

.wt-header .wt-h-allCategory .allCategory-drop {
    display: none;
    position: absolute;
    top: 64px;
    left: -152px;
    width: 908px;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    z-index: 1;
}

/* .wt-header .wt-h-allCategory:hover .allCategory-drop{display: block;} */
.allCategory-drop .category-item {
    padding: 8px;
    height: 44px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    transition: all .2s ease-in;
}

.allCategory-drop .category-item:hover {
    background-color: #f8f8f8;
}

.allCategory-drop .category-item:last-child {
    border-bottom: 0;
}

.allCategory-drop .category-item .category-first {
    width: 168px;
    line-height: 28px;
    position: relative;
}

.allCategory-drop .category-item .category-sencond {
    width: 650px;
    line-height: 28px;
    position: relative;
}

.allCategory-drop .category-item .icon-badge {
    position: absolute;
    top: -12px;
    right: 30%;
    display: inline-block;
    line-height: 1;
    padding: 2px 3px;
    font-size: 12px;
    background-color: #FF4D4F;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    transform: scale(0.86);
}

.allCategory-drop .category-item .icon-badge::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -2px;
    left: 6px;
    border: 4px solid transparent;
    border-top-color: #FF4D4F;
    transform: rotate(135deg);
}

.allCategory-drop .category-item .category-more {
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.allCategory-drop .category-item .category-more .wt-rightArr {
    font-size: 20px;
    color: #999;
    vertical-align: -2px;
}

.category-first .icon-wrap {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 4px;
    margin-right: 10px;
}

.category-first .icon-wrap .wt-icon {
    width: 16px;
    height: 16px;
}

.category-first .category-first-tit {
    max-width: 110px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-sencond .category-sencond-tit {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 8px;
}

.category-sencond .category-sencond-tit a {
    font-size: 14px;
    color: #52565E;
}

.allCategory-drop .category-item a:hover,
.allCategory-drop .category-item a:hover .iconfont,
.allCategory-drop .category-item a:hover .category-first-tit {
    color: #00A78E;
}

.wt-header .wt-h-searchWrap {
    width: 800px;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #00A78E;
}

.wt-header .wt-h-searchWrap .wt-h-searchTit {
    position: relative;
    min-width: 100px;
    padding: 0 20px;
    padding-right: 24px;
    margin-right: 12px;
    line-height: 46px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.wt-header .wt-h-searchWrap .wt-h-searchKind {
    position: relative;
}

.wt-header .wt-h-searchWrap .wt-h-searchKind::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top-color: #333;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2px;
    transition: all .2s;
}

.wt-header .wt-h-searchWrap .wt-h-searchKind::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #CACCD1;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -8px;
}

.wt-header .wt-h-searchWrap .searchKind-drop {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
}

.wt-header .wt-h-searchWrap .searchKind-drop::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: transparent;
}

.wt-header .wt-h-searchWrap .searchKind-drop .searchKind-item {
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.wt-header .wt-h-searchWrap .searchKind-drop .searchKind-item:hover {
    background-color: #E6F7F5;
    color: #0ab0a0;
}

.wt-header .wt-h-searchWrap .wt-h-searchTit:hover .wt-h-searchKind::after {
    transform: rotate(180deg);
    margin-top: -4px;
}

.wt-header .wt-h-searchWrap .wt-h-searchTit:hover .searchKind-drop {
    display: block;
}

.wt-header .wt-h-searchWrap .wt-h-searchIpt {
    width: 70%;
}

.wt-header .wt-h-searchWrap .wt-h-searchIpt input {
    border: 0;
    outline: 0;
    padding: 0;
    height: 44px;
    font-size: 14px;
    width: 100%;
}

.wt-header .wt-h-searchWrap .wt-h-searchIpt input::-moz-placeholder,
.wt-header .wt-h-searchWrap .wt-h-searchIpt input::-webkit-placeholder,
.wt-header .wt-h-searchWrap .wt-h-searchIpt input::-ms-placeholder {
    color: #CACCD1;
}

.wt-header .wt-h-searchWrap .wt-h-searchSimilar {
    position: relative;
    padding: 0 16px;
    cursor: pointer;
    line-height: 42px;
}

.wt-header .wt-h-searchWrap .wt-h-searchSimilar .wt-soutu {
    display: inline-block;
    width: 24px;
    height: 42px;
    vertical-align: middle;
    color: #AFAFAF;
    font-size: 20px;
}

.wt-header .wt-h-searchWrap .wt-h-searchSimilar .wt-soutu:hover {
    color: #00A78E;
}

.wt-h-searchSimilar .similar-drop {
    position: absolute;
    top: 48px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.wt-h-searchSimilar .similar-drop .similar-line {
    width: 1px;
    height: 1px;
    background-color: #F47721;
    position: absolute;
    top: -10px;
    left: 26px;
    transition: all 1s;
}

.wt-h-searchSimilar .similar-drop .similar-line::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #F47721;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -2px;
    transition: all .2s;
}

.wt-h-searchSimilar .similar-drop .similar-tips {
    width: 212px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #F47721;
    border-radius: 8px;
    position: absolute;
    top: 15px;
    left: -80px;
    opacity: 0;
    transition: all .3s;
    transition-delay: 0.52s;
}

.wt-h-searchSimilar:hover .similar-drop {
    opacity: 1;
    visibility: visible;
}

.wt-h-searchSimilar:hover .similar-line {
    height: 36px;
}

.wt-h-searchSimilar:hover .similar-tips {
    opacity: 1;
    top: 25px;
}

.wt-header .wt-h-searchWrap .wt-h-searchBth {
    width: 70px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #00A78E;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: -2px;
}

.wt-header .wt-h-searchWrap .wt-h-searchBth .wt-fdj {
    font-size: 20px;
    color: #fff;
}

.wt-header .wt-h-searchWrap .wt-h-searchBth:hover {
    background: linear-gradient(134deg, #0EBDA3 0%, #00A78E 100%);
}

.wt-header .wt-h-searchWrap .wt-h-searchDrop {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 48px;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.wt-h-searchDrop .wt-h-searchHistory {
    height: 32px;
    background: #F3F4F7;
    position: relative;
    padding: 0 10px;
}

.wt-h-searchHistory .searchH-tit {
    font-size: 12px;
    color: #AFAFAF;
    line-height: 32px;
}

.wt-h-searchHistory .searchH-delete {
    font-size: 12px;
    color: #AFAFAF;
    line-height: 32px;
    cursor: pointer;
}

.wt-h-searchHistory .searchH-delete .wt-delete {
    font-size: 24px;
    color: #AFAFAF;
    display: inline-block;
    vertical-align: -4px;
}

.wt-h-searchHistory .searchH-Val {
    position: absolute;
    color: #AFAFAF;
    height: 32px;
    line-height: 32px;
    top: 0;
    left: 68px;
    right: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wt-h-searchHistory .searchH-Val .searchH-item {
    font-size: 12px;
    color: #AFAFAF;
    margin-right: 4px;
}

.wt-h-searchHistory .searchH-delete:hover,
.wt-h-searchHistory .searchH-delete:hover .wt-delete,
.wt-h-searchHistory .searchH-Val .searchH-item:hover {
    color: #00A78E;
}

.wt-h-searchLeaderboard {
    display: none;
    padding: 24px 28px 10px;
}

.wt-h-searchLeaderboard .board-title {
    margin-bottom: 12px;
}

.wt-h-searchLeaderboard .board-title .wt-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: -6px;
}

.wt-h-searchLeaderboard .board-title .board-tx {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.wt-h-searchLeaderboard .hotWords-list {
    font-size: 0;
    margin-bottom: 14px;
}

.wt-h-searchLeaderboard .hotWords-list .hotWords-item {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 14px;
    background: #F3F4F7;
    font-size: 12px;
    color: #666;
    margin-right: 14px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.wt-h-searchLeaderboard .hotWords-list .hotWords-item:hover {
    background-color: #00A78E;
    color: #fff;
}

.wt-h-searchLeaderboard .hotSearch-list {}

.wt-h-searchLeaderboard .hotSearch-list .hotSearch-l,
.wt-h-searchLeaderboard .hotSearch-list .hotSearch-r {
    width: 50%;
}

.wt-h-searchLeaderboard .hotSearch-list .hotSearch-l {
    padding-right: 40px;
}

.wt-h-searchLeaderboard .hotSearch-list .hotSearch-r {
    padding-left: 40px;
}

.wt-h-searchLeaderboard .hotSearch-list .hotSearch-item {
    position: relative;
    margin-bottom: 12px;
    height: 14px;
}

.hotSearch-list .hotSearch-item .hotSearch-num {
    width: 14px;
    line-height: 14px;
    text-align: center;
    background: #CACCD1;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}

.hotSearch-list .hotSearch-item .hotSearch-link {
    position: absolute;
    width: 100%;
    height: 14px;
    line-height: 14px;
    top: 0;
    left: 24px;
    right: 120px;
    font-size: 12px;
    color: #333;
}

.hotSearch-list .hotSearch-item .hotSearch-result {
    text-align: right;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #AFAFAF;
}

.hotSearch-list .hotSearch-item.st .hotSearch-num {
    background: #F47721;
}

.hotSearch-list .hotSearch-item.nd .hotSearch-num {
    background: #FFA000;
}

.hotSearch-list .hotSearch-item.rd .hotSearch-num {
    background: #FFCC00;
}

.hotSearch-list .hotSearch-item .hotSearch-link:hover {
    color: #00A78E;
}

.wt-h-searchKeywords {
    display: none;
    padding: 16px 0;
}

.wt-h-searchKeywords .searchKeywords-item {
    padding: 0 20px;
    margin-bottom: 10px;
}

.wt-h-searchKeywords .searchKeywords-item:last-child {
    margin-bottom: 0;
}

.wt-h-searchKeywords .searchKeywords-item>.fl {
    width: 80%;
}

.wt-h-searchKeywords .searchKeywords-item .kw-item {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wt-h-searchKeywords .searchKeywords-item .result-num {
    font-size: 14px;
    color: #AFAFAF;
}

.wt-h-searchKeywords .searchKeywords-item .kw-item:hover {
    color: #00A78E;
}

.wt-header .wt-h-tools {
    margin-right: 40px;
    font-size: 0;
    height: 72px;
    padding-top: 16px;
}

.wt-header .wt-h-tools .tools-item {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    text-align: center;
    cursor: pointer;
}

.wt-header .wt-h-tools .tools-item .icon-newsTip {
    display: inline-block;
    background: #F47721;
    font-size: 12px;
    color: #fff;
    width: max-content;
    text-align: center;
    border-radius: 16px;
    position: absolute;
    top: -20px;
    padding: 2px 8px;
    transform: scale(.86);
    left: -6px;
    z-index: 1;
}

.wt-header .wt-h-tools .tools-item .icon-newsTip::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #f47721;
    position: absolute;
    top: 16px;
    left: 22px;
    transform: rotate(90deg);
}

.wt-header .wt-h-tools .tools-item .icon-newsNum {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #F47721;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -8px;
    color: #fff;
    font-size: 12px;
    transform: scale(0.8);
    border: 1px solid #fff;
}

.wt-header .wt-h-tools .tools-item .iconfont {
    display: inline-block;
    font-size: 22px;
    color: #52565E;
}

.wt-header .wt-h-tools .tools-item .iconfont.wt-qyV,
.wt-header .wt-h-tools .tools-item .iconfont.wt-fundwtb {
    font-size: 15px;
    padding-top: 2px;
}

.wt-header .wt-h-tools .tools-item .iconfont.wt-kdzq {
    font-size: 14px;
    padding-top: 2px;
    ;
}

.wt-header .wt-h-tools .tools-item .tools-text {
    font-size: 14px;
    color: #52565E;
    text-align: center;
    margin-left: 4px;
}

.wt-header .wt-h-tools .tools-item .unlogin-text {
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 14px;
    color: #11AA99;
    transition: all .36s;
    background-color: #DBF2F0;
}

.wt-header .wt-h-tools .tools-item:hover .iconfont,
.wt-header .wt-h-tools .tools-item:hover .tools-text {
    color: #00A78E;
}

.wt-header .wt-h-tools .tools-item .unlogin-text:hover {
    background-color: #11AA99;
    color: #fff;
}

.wt-header .wt-h-tools .tools-item.wt-login,
.wt-header .wt-h-tools .tools-item.wt-unlogin {
    height: 60px;
}

.wt-header .wt-h-tools .user-avatar {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.wt-header .wt-h-tools .user-avatar img {
    width: 100%;
}

.wt-header .wt-h-tools .tools-drop {
    display: none;
    width: 604px;
    height: 452px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    position: absolute;
    top: 46px;
    left: -520px;
    z-index: 2;
    overflow: hidden;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-hd {
    height: 80px;
    background: #F5F6FA;
    padding: 20px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-hd p {
    font-size: 12px;
    color: #707070;
    text-align: center;
    margin-bottom: 10px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-hd p.red {
    color: #A4452A;
    margin-bottom: 0;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd {
    padding: 20px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-title {
    margin-bottom: 8px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-title b {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-subtit {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-con {
    padding: 0 14px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-list {
    margin-bottom: 30px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-item {
    width: 64px;
    margin-right: 30px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-item:last-child {
    margin-right: 0;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .drop-icoBox {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .drop-icoText {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-tips {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .tools-drop-btnWrap {
    padding: 0 5px;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .full-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 0 4px 4px 4px;
    margin-top: 50px;
    transition: all .24s ease-in;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .full-btn:hover {
    opacity: .86;
}

.wt-header .wt-h-tools .tools-drop .tools-drop-bd .full-btn .btn-tips {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    background: linear-gradient(90deg, #FFAF60 0%, #F57B25 100%);
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -22px;
    left: 0;
}

.wt-header .wt-h-tools .tools-drop .wt-fundIcon {
    width: 24px;
    height: 24px;
    vertical-align: -5px;
    margin-right: 4px;
}

.wt-header .wt-h-tools .tools-drop .wt-qyVip {
    width: 24px;
    height: 24px;
    vertical-align: -5px;
    margin-right: 4px;
}

.wt-header .wt-h-tools .package-drop .drop-icoBox {
    background-color: #E1FDF9;
}

.wt-header .wt-h-tools .package-drop .drop-icoBox span {
    color: #00A78E !important;
    font-size: 28px;
}

.wt-header .wt-h-tools .package-drop .full-btn {
    background: linear-gradient(89deg, #10BCA3 0%, #00A78E 100%);
}

.wt-header .wt-h-tools .fund-drop {
    left: -428px;
}

.wt-header .wt-h-tools .fund-drop .drop-icoBox {
    background-color: #EEEFF4;
}

.wt-header .wt-h-tools .fund-drop .drop-icoBox span {
    color: #465167 !important;
    font-size: 28px;
}

.wt-header .wt-h-tools .fund-drop .full-btn {
    background: linear-gradient(92deg, #475268 0%, #394253 100%);
}

.wt-header .wt-h-tools .tools-item {
    height: 48px;
    margin-top: 10px;
}

.wt-header .wt-h-tools .tools-item.wt-unlogin,
.wt-header .wt-h-tools .tools-item.wt-login {
    margin-top: 0;
}

/* .wt-header .wt-h-tools .tools-item:hover .tools-drop{display: block;} */

.wt-header .wt-h-tools .buyVip-drop {
    display: none;
    width: 612px;
    height: 468px;
    padding-bottom: 36px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    position: absolute;
    top: 28px;
    right: -90px;
    z-index: 2;
}

.wt-header .wt-h-tools .buyVip-drop::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-left: 1px solid #ebebeb;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-block {
    width: 50%;
    padding: 0 30px;
    padding-top: 24px;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-tit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 32px;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-use {}

.wt-header .wt-h-tools .buyVip-drop .use-item {
    position: relative;
    margin-bottom: 16px;
    font-size: 14px;
}

.wt-header .wt-h-tools .buyVip-drop .use-item:last-child {
    margin-bottom: 0;
}

.wt-header .wt-h-tools .buyVip-drop .icon-box {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background-color: #F6F6F6;
    margin-right: 10px;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-btn {
    position: relative;
    display: block;
    width: 246px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
}

.wt-header .wt-h-tools .buyVip-drop .wt-dagou {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #7AC143 !important;
    vertical-align: -4px;
}

.wt-header .wt-h-tools .buyVip-drop .wt-closeIco {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #FF4D4F !important;
    vertical-align: -8px;
    margin-right: -4px;
}

.wt-header .wt-h-tools .buyVip-drop .use-toolTips {
    display: none;
    width: 172px;
    padding: 8px 12px;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
    background-color: #333333;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.wt-header .wt-h-tools .buyVip-drop .use-toolTips::after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.wt-header .wt-h-tools .buyVip-drop .use-item:hover .use-toolTips {
    display: block;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-btn:hover {
    opacity: 0.86;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-person .icon-box .iconfont {
    font-size: 14px;
    color: #4E8ABE !important;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-company .icon-box .iconfont {
    font-size: 14px;
    color: #BC8F2A !important;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-person .use-text {
    font-size: 14px;
    color: #666;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-company .use-text {
    font-size: 14px;
    color: #BC8F2A;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-person .buyVip-btn {
    background: linear-gradient(90deg, #52C4AF 0%, #11AA99 100%);
    color: #fff;
}

.wt-header .wt-h-tools .buyVip-drop .buyVip-company .buyVip-btn {
    background: linear-gradient(90deg, #D8B056 0%, #BC8F2A 100%);
    color: #fff;
}

.wt-header .wt-h-tools .buyVip-drop .contact-customer {
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    background-color: #fff;
    color: #BC8F2A;
    font-size: 12px;
    border-radius: 16px;
    border: 1px solid #BC8F2A;
    vertical-align: -4px;
    transition: all .24s;
}

.wt-header .wt-h-tools .buyVip-drop .contact-customer:hover {
    background-color: #BC8F2A;
    color: #fff;
}

.wt-header .wt-h-tools .buyVip-drop .icon-excitation {
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: #f47721;
    border-radius: 8px 8px 8px 0;
    position: absolute;
    top: -10px;
    left: -2px;
    transform: scale(0.96);
}

/* .wt-header .wt-h-tools .tools-item:hover .buyVip-drop{display: block;} */

.wt-header .user-state {
    display: none;
    width: 274px;
    box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.10);
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 8px;
    overflow: hidden;
}

.wt-header .user-state .user-state-top {
    padding: 22px 16px 26px;
    background: url('../img/bg-userTop.png')center no-repeat;
    background-size: 100% 102%;
}

.user-state .user-state-top .user-img {
    width: 40px;
    height: 40px;
    background-color: #9EDFD5;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-state .user-state-top .user-img img {
    width: 100%;
}

.user-state .user-state-top .user-info {}

.user-state .user-state-top .user-name {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
}

.user-state .user-state-top .user-uid {
    line-height: 1;
}

.user-state .user-state-top span {
    display: inline-block;
}

.user-state .user-state-top .user-uidVal {
    font-size: 12px;
    color: #fff;
}

.user-state .user-state-top .user-uidCopy {
    margin-left: 12px;
    cursor: pointer;
}

.user-state .user-state-top .user-uidCopy .wt-copy {
    color: #fff !important;
    font-size: 18px;
}

.user-state .user-state-top .user-uidCopy .user-uidCopyText {
    font-size: 12px;
    color: #fff;
}

.user-state .user-state-bottom {
    background: #fff;
}

.user-state .user-state-bottom .toolItem-list {
    padding: 10px 0;
}

.toolItem-list .user-toolItem {
    display: block;
    padding: 10px 16px;
}

.toolItem-list .user-toolItem .icon-point {
    width: 6px;
    height: 6px;
    background: #F47721;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
}

.toolItem-list .user-toolItem .iconfont {
    font-size: 16px;
    color: #444 !important;
    width: 24px;
    margin-right: 12px;
    vertical-align: -2px;
}

.toolItem-list .user-toolItem .toolItem-text {
    font-size: 14px;
    color: #333;
    position: relative;
}

.toolItem-list .user-toolItem .toolItem-num {
    font-size: 14px;
    color: #F47721;
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 18px;
}

.toolItem-list .user-toolItem .toolItem-btn {
    border: 1px solid #00A78E;
    font-size: 14px;
    color: #00A78E;
    padding: 2px 10px;
    border-radius: 4px;
}

.toolItem-list .user-toolItem:hover span {
    color: #00A78E;
}

.toolItem-list .user-toolItem .toolItem-btn:hover {
    color: #fff;
    background-color: #00A78E;
}

.toolItem-list .user-toolItem:hover .iconfont {
    color: #00A78E !important;
}

.user-state .toolItem-footer {
    height: 46px;
    border-top: 1px solid #eee;
    padding: 0 16px;
}

.user-state .toolItem-footer a {
    line-height: 46px;
    font-size: 14px;
    color: #666;
}

.user-state .toolItem-footer a:hover {
    color: #00A78E;
}

/* .wt-header .wt-login:hover .user-state{display: block;} */

/* 侧边栏 */
.wt-asideFix {
    position: fixed;
    width: 44px;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 100;
    transition: right .3s ease-in-out 0s;
}

.wt-asideFix.aside-open {
    right: 270px;
    z-index: 102;
}

.wt-asideFix .wt-aside-tabs {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}

.wt-asideFix .wt-aside-footer {
    position: absolute;
    bottom: -1px;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}

.wt-asideFix .wt-aside-panel {
    position: absolute;
    left: 44px;
    top: 0;
    width: 270px;
    height: 100%;
    z-index: 2;
    background: #eceaea;
}

.wt-asideFix .wt-asideItem .icon-badge {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F47721;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    transform: scale(0.8);
}

.wt-asideFix .wt-asideItem .iconfont {
    font-size: 20px;
    color: #999;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem {
    display: block;
    padding: 8px 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    text-align: center;
    transition: all .24s;
    margin-bottom: 1px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem .wt-asideText {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem.on,
.wt-asideFix .wt-aside-tabs .wt-asideItem:hover {
    background-color: #11AA99;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem.on .iconfont,
.wt-asideFix .wt-aside-tabs .wt-asideItem.on .wt-asideText,
.wt-asideFix .wt-aside-tabs .wt-asideItem:hover .iconfont,
.wt-asideFix .wt-aside-tabs .wt-asideItem:hover .wt-asideText {
    color: #fff;
}

.wt-asideFix .wt-aside-footer .wt-asideItem {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    background-color: #fff;
    position: relative;
    text-align: center;
    transition: all .24s;
    margin-bottom: 1px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.wt-asideFix .wt-aside-footer .wt-asideItem .wt-asideText {
    width: 60px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 1px;
    background-color: #fff;
    color: #999;
    border-radius: 4px 0 0 4px;
    transition: left 0.24s ease-in-out 0.1s;
    z-index: -1;
}

.wt-asideFix .wt-aside-footer .wt-asideItem:hover {
    background-color: #11AA99;
}

.wt-asideFix .wt-aside-footer .wt-asideItem:hover .iconfont {
    color: #fff;
}

.wt-asideFix .wt-aside-footer .wt-asideItem:hover .wt-asideText {
    background-color: #11AA99;
    left: -56px;
    color: #fff;
}

.wt-asideFix .wt-asideItem.goTop {
    font-size: 16px;
}

.wt-asideFix .wt-asideItem.goTop:hover {
    background-color: #00A78E;
}

.wt-asideFix .wt-asideItem.goTop:hover .iconfont {
    color: #fff;
}

.wt-asideFix .customer-link {
    width: 170px;
    height: 167px;
    border-radius: 4px;
    background-color: #0f998a;
    padding: 10px 14px;
    position: absolute;
    top: -20px;
    left: -180px;
    transition: all 0.24s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.10);
}

.wt-asideFix .customer-link::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #0f998a;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -12px;
}

.wt-asideFix .customer-link .img-box {
    text-align: center;
}

.wt-asideFix .customer-link .img-box .img-box-border {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #fff
}

.wt-asideFix .customer-link .img-box img {
    vertical-align: middle;
}

.wt-asideFix .customer-link .img-box p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.wt-asideFix .customer-link .top {
    border-bottom: 1px solid #50aba1;
}

.wt-asideFix .customer-link .bottom p {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-top: 13px;
}

.wt-asideFix .customer-link .online {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px
}

.wt-asideFix .customer-link .online .icon-advice {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url(../img/wt-service.png) no-repeat;
    vertical-align: middle
}

.wt-asideFix .customer-link .contact {
    display: block;
    width: 124px;
    height: 26px;
    background-color: #d3fcf8;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    color: #0f998a;
    font-size: 12px;
    margin: 14px auto
}

.wt-asideFix .focus-box {
    width: 130px;
    background: #00A78E;
    box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.10);
    position: absolute;
    left: -140px;
    top: -40px;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.24s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
}

.wt-asideFix .focus-box::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #0f998a;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -12px;
}

.wt-asideFix .focus-box .focus-qr {
    width: 96px;
    height: 96px;
    border-radius: 4px;
    background: url('../img/wechat_QR_big.png')no-repeat;
}

.wt-asideFix .focus-box .focus-text {
    margin-top: 16px;
}

.wt-asideFix .focus-box .focus-text p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 4px;
    line-height: 1;
}

.wt-asideFix .wt-asideItem:hover .focus-box {
    top: -66px;
    opacity: 1;
    visibility: visible;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem.aside-sign {
    height: 46px;
    padding-top: 26px;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem .icon-point {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FF4D4F;
    position: absolute;
    top: 0;
    right: 2px;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem .wt-asideText {
    position: relative;
}

.wt-asideFix .wt-aside-tabs .wt-asideItem .svg-sign {
    display: inline-block;
    width: 50px;
    height: 54px;
    background: url(../img/svg_sign.svg)no-repeat;
    position: absolute;
    top: -18px;
    left: -6px;
}

.wt-asideFix .aside-sign .aside-signGuide {
    position: absolute;
    top: 50%;
    left: -210px;
    margin-top: -94px;
    width: 188px;
    height: 218px;
    background: linear-gradient(356deg, #11AA99 0%, #30B9AA 100%);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1500);
    border-radius: 8px;
    padding: 12px 20px;
}

.wt-asideFix .aside-sign .aside-signGuide::after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #11AA99;
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -22px;
}

.wt-asideFix .aside-sign .icon-goodhand {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/png_3.png);
    margin-right: 12px;
    vertical-align: -4px;
}

.wt-asideFix .aside-sign .aside-guideTit {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.wt-asideFix .aside-sign .aside-guideItem {
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
}

.wt-asideFix .aside-sign .aside-guideItem .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.wt-asideFix .aside-sign .aside-guideItem .p2 {
    font-size: 14px;
    color: #CEF1ED;
}

.wt-asideFix .aside-sign .aside-guideItem::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 2px;
}

.wt-asideFix .aside-sign .aside-guideBtnWrap {
    text-align: right;
}

.wt-asideFix .aside-sign .aside-guideBtnWrap .aside-guideBtn {
    display: inline-block;
    width: 72px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #11AA99;
    background: linear-gradient(180deg, #FFFFFF 0%, #CFF2EE 100%);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all .36s;
}

.wt-asideFix .aside-sign .aside-guideBtnWrap .aside-guideBtn:hover {
    transform: translateY(-2px);
}

.wt-aside-panel h4 {
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    padding-right: 8px;
    overflow: hidden;
}

.wt-aside-panel h4 .iCo-panel {
    font-size: 24px;
    color: #666;
    vertical-align: -3px;
}

.wt-aside-panel h4 .panel-h4 {
    font-size: 16px;
    color: #666;
    margin-left: 2px;
}

.wt-aside-panel h4 .close-panel {
    display: inline-block;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .24s;
}

.wt-aside-panel h4 .close-panel:hover {
    transform: rotate(180deg);
}

.wt-aside-panel .coupon-list {
    padding: 0 16px;
    padding-right: 8px;
    height: calc(100vh - 60px);
    overflow: hidden auto;
}

.wt-aside-panel .coupon-list::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.wt-aside-panel .coupon-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #bbb;
    background-color: #bbb;
}

.wt-aside-panel .coupon-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.wt-aside-panel .coupon-list .coupon-item {
    width: 240px;
    height: 124px;
    background-color: #fff;
    margin-bottom: 20px;
}

.wt-aside-panel .coupon-list .coupon-item:last-child {
    margin-bottom: 0;
}

.coupon-list .coupon-item .coupon-item-l {
    width: 208px;
    height: inherit;
    padding-left: 20px;
    padding-top: 10px;
}

.coupon-list .coupon-item .coupon-item-r {
    width: 32px;
    height: inherit;
    text-align: center;
}

.coupon-list .coupon-item .coupon-price {
    font-size: 28px;
    color: #11AA99;
    font-weight: 700;
    margin-right: 4px;
}

.coupon-list .coupon-item .coupon-other {
    width: 60px;
    position: relative;
    padding-top: 16px;
}

.coupon-list .coupon-item .coupon-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #F47721;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    padding: 2px;
    font-size: 12px;
}

.coupon-list .coupon-item .coupon-unit {
    font-size: 12px;
    color: #11AA99;
}

.coupon-list .coupon-item .coupon-tips {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    margin-top: 4px;
}

.coupon-list .coupon-item .coupon-tips * {
    font-size: 12px;
    color: #666;
}

.coupon-list .coupon-item .coupon-give,
.coupon-list .coupon-item .coupon-validDate {
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

.coupon-list .coupon-item .coupon-give *,
.coupon-list .coupon-item .coupon-validDate * {
    font-size: 12px;
    color: #999;
}

.coupon-list .coupon-item .coupon-useBtn {
    position: relative;
    display: block;
    width: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #11aa99;
    height: 100%;
    padding: 28px 10px;
}

.coupon-list .coupon-item .coupon-useBtn::before {
    content: ' ';
    width: 0;
    height: 100%;
    position: absolute;
    border-right: 4px dotted #fff;
    left: -2px;
    top: 0px;
}

.coupon-list .coupon-item .coupon-useBtn:hover {
    background-color: #23b5a5;
}

.no-coupon {
    margin-top: 50px;
    text-align: center;
}

.no-coupon .icon-noCoupon {
    display: inline-block;
    width: 148px;
    height: 84px;
    background: url(../img/icon_noCoupe.png)no-repeat;
}

.no-coupon .no-couponText {
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* 新人礼 */
.newUser-gift {
    position: absolute;
    top: -64px;
    right: 0;
    margin-top: 0;
    cursor: pointer;
    z-index: 10;
}

.newUser-gift .bg-gift {
    position: relative;
    width: 52px;
    height: 52px;
    background: url('../img/svg_newUser.svg') no-repeat;
    background-size: 100% 100%;
}

.newUser-gift .bg-gift .gift-text {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    background: #EC2203;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.newUser-gift .tub-tips {
    position: absolute;
    top: 14px;
    left: -35px;
    transform: scale(.2);
    opacity: 0;
    width: 124px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
    transition: all .8s;
}

.newUser-gift .tub-tips span {
    color: #F47721;
}

.newUser-gift .tub-tips::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: #fff;
    position: absolute;
    bottom: -4px;
    right: 10px;
    transform: rotate(-225deg);
}

.newUser-gift .tub-tips.show {
    top: -44px;
    left: -86px;
    transform: scale(1);
    opacity: 1;
}

.rotates {
    animation: rotates 2s infinite;
}

@keyframes rotates {

    0%,
    50%,
    10%,
    25%,
    40% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    20%,
    22% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -20px, 0)
    }

    35% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -10px, 0)
    }

    45% {
        transform: translate3d(0, -2px, 0)
    }
}

/* 底部 */
.wt-footer {}

.wt-footer .iconfont {
    color: #fff;
}

.wt-footer .wt-site {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #161616;
}

.wt-footer .wt-site .wt-site-l {
    width: 204px;
}

.wt-site .wt-site-l .wt-kfPhone {
    margin-bottom: 14px;
}

.wt-site .wt-site-l .wt-kfPhone .iconfont {
    font-size: 24px;
}

.wt-kfPhone .wt-pIcon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #232323;
    border-radius: 50%;
    margin-right: 16px;
}

.wt-kfPhone .wt-pNumber .wt-numTit {
    font-size: 12px;
    color: #8D8D8D;
}

.wt-kfPhone .wt-pNumber .wt-numVal {
    font-size: 20px;
    color: #fff;
}

.wt-site .wt-site-l .wt-linkKF {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #232323;
}

.wt-site .wt-site-l .wt-linkKF .iconfont {
    font-size: 20px;
}

.wt-site .wt-site-l .wt-linkKF .linkKF-text {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #fff;
}

.wt-site .wt-site-l .wt-linkTips p {
    font-size: 12px;
    color: #8D8D8D;
    line-height: 24px;
}

.wt-site .wt-site-r ul {
    margin-right: 130px
}

.wt-site .wt-site-r ul li {
    color: #C2C4C6;
    font-size: 14px;
    margin-bottom: 20px
}

.wt-site .wt-site-r ul li a {
    color: #95989C;
    font-size: 12px
}

.wt-site .wt-site-r ul li a:hover {
    color: #00A78E
}

.wt-site .wt-site-r ul.certification {
    margin-right: 0;
    width: 272px;
}

.wt-site .wt-site-r ul.certification li {
    width: 136px;
}

.wt-site .follow-list {
    margin-bottom: 8px;
    margin-right: -8px;
}

.wt-site .follow-list .follow-item {
    width: 68px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #232323;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px;
}

.wt-site .follow-list .follow-item .iconfont {
    font-size: 24px;
}

.wt-site .wt-qrcode {
    width: 144px;
    height: 76px;
    background: #232323;
    border-radius: 2px;
    padding: 6px;
}

.wt-site .wt-qrcode .qr-img {
    width: 64px;
    height: 64px;
}

.wt-site .wt-qrcode .qr-img img {
    width: 100%;
}

.wt-site .wt-qrcode .qr-text {
    font-size: 14px;
    color: #8D8D8D;
    width: 56px;
    text-align: center;
    margin-left: 10px;
}

.wt-footer .wt-copyright {
    background-color: #1D1D1D;
    color: #1D1D1D;
    padding-top: 24px;
    padding-bottom: 24px;
}

.wt-footer .wt-copyright::before {
    display: none;
}

.wt-footer .wt-copyr-l p,
.wt-footer .wt-copyr-l p a {
    font-size: 12px;
    color: #8D8D8D;
}

.wt-footer .wt-copyr-l p {
    margin-bottom: 4px;
}

.wt-footer .wt-copyr-l p .beian-box {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/publicIcon.png) -155px -193px;
    vertical-align: -2px;
    margin: 0 3px 0 2px;
}

.wt-footer .wt-copyr-l p a:hover {
    color: #00A78E;
}

.wt-footer .wt-copyr-r a {
    margin-right: 8px;
}

/* 弹窗模板 */
.content-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.content-model .content-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.content-model .content-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-close {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transform: rotate(0);
    transition: all .2s;
    box-sizing: border-box;
}

.content-close::after,
.content-close::before {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #666;
    position: absolute;
    top: 5px;
    left: 12px;
    border-radius: 8px;
}

.content-close::after {
    transform: rotate(45deg);
}

.content-close::before {
    transform: rotate(-45deg);
}

.content-close:hover {
    transform: rotate(-180deg);
}

.loginTip-box .content-close::after,
.loginTip-box .content-close::before {
    background-color: #666 !important;
}

/* 以图找图 */
.search-photos {
    width: 528px;
    height: 426px;
    background: #fff;
    border-radius: 8px;
    padding: 32px 36px 0;
}

.search-photos .sp-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 32px;
}

.search-photos .sp-container {
    position: relative;
    width: 100%;
    height: 286px;
    background: #F5F5F5;
    border: 2px dashed #bbb;
}

.search-photos .sp-container:hover {
    border-color: #11AA99;
}

.search-photos .sp-uploadWrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.search-photos .sp-uploadWrap .upload-text {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 16px;
}

.search-photos .sp-uploadWrap .upload-btnWrap {
    text-align: center;
}

.search-photos .sp-uploadWrap .upload-btn {
    display: inline-block;
    width: 102px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 2px solid #333;
    cursor: pointer;
}

.search-photos .upload-tips {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 90px;
}

.search-photos .sp-uploadWrap .upload-btn:hover {
    color: #11AA99;
    border-color: #11AA99;
}

.search-photos .sp-loading {
    width: 142px;
    color: #999;
    font-size: 14px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-photos .sp-loading span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #11AA99;
    opacity: 0.5;
    border-radius: 20px;
    animation: preloader 1s infinite ease-in-out
}

.search-photos .sp-loading span:nth-child(1) {
    right: 20px;
    animation-delay: .2s
}

.search-photos .sp-loading span:nth-child(2) {
    right: 40px;
    animation-delay: .4s
}

.search-photos .sp-loading span:nth-child(3) {
    right: 60px;
    animation-delay: .6s
}

.search-photos .sp-loading span:nth-child(4) {
    right: 80px;
    animation-delay: .8s
}

/* 资源广告位中间弹窗 2022年1月18日 */
.resource-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.resource-model .resource-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.resource-model .resource-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resource-close {
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(0);
    transition: all .2s;
    box-sizing: border-box
}

.resource-close::after,
.resource-close::before {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 12px;
    border-radius: 8px
}

.resource-close::after {
    transform: rotate(45deg)
}

.resource-close::before {
    transform: rotate(-45deg)
}

.resource-close:hover {
    transform: rotate(-180deg)
}

.resource-close:hover::after,
.resource-close:hover::before {
    background-color: #fff
}

.resource-mdModel {
    width: 440px;
    height: 440px;
}

/* 2022年2月15日 登录优化 */
.wt-header .wt-h-tools .unlogin-toolTip {
    position: absolute;
    top: 48px;
    right: -12px;
    padding: 10px 16px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, #24C1A9 0%, #00A78E 100%);
    box-shadow: 0px 4px 13px rgba(0, 167, 142, 0.3);
    border-radius: 4px;
    animation: upDown ease-in-out 1s infinite;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.wt-header .wt-h-tools .unlogin-toolTip::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1fbda5;
    position: absolute;
    top: -12px;
    right: 54px;
}

.wt-header .wt-h-tools .unlogin-toolTip.activeTips {
    display: block;
    top: 24px;
    right: -28px;
}

.wt-header .wt-h-tools:hover .activeTips {
    display: none;
}

.loginTip-box {
    position: fixed;
    bottom: 24px;
    right: 64px;
    width: 270px;
    height: 176px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    z-index: 102;
    padding: 28px 30px 0;
    transform: translateY(150%);
    transition: transform .56s;
}

.loginTip-box.show {
    transform: translateY(0);
}

.loginTip-box .loginTip-tit {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}

.loginTip-box .loginTip-tit2 {
    margin-top: 14px;
    margin-bottom: 20px;
}

.loginTip-box .loginTip-subtit {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
}

.loginTip-box .loginTip-btn {
    display: block;
    width: 210px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    background-color: #11AA99;
    border-radius: 8px;
}

.loginTip-box .loginTip-btn:hover {
    opacity: 0.86;
}

.active-part {
    position: fixed;
    top: 50%;
    left: 12px;
    background-color: transparent !important;
    animation: upDown .6s 0s 30;
    z-index: 10;
}

.active-part .icon-vipAct {
    display: inline-block;
    width: 75px;
    height: 56px;
    background: url(../img/png_4.png);
}

.active-part .active-text {
    width: 86px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FCEBBF;
    font-size: 12px;
    font-weight: bold;
    color: #AD5F01;
    border-radius: 22px;
    margin-top: -8px;
    margin-left: -6px;
}

.active-part:hover {
    animation: upDown .6s infinite
}

/* 搜索页-未登录板块 */
.wt-unloginHeight {
    height: 90px;
}

.wt-unloginArea {
    background: #FFF8F0;
    height: 90px;
    overflow: hidden;
}

.wt-unloginArea .unloginArea-tips {
    font-size: 20px;
    font-weight: bold;
    color: #F47721;
    line-height: 90px;
}

.wt-unloginArea .unloginArea-btnWrap {
    line-height: 90px;
}

.wt-unloginArea .unloginArea-btnWrap .unloginArea-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    background-color: #F47721;
    border-radius: 4px;
}

.wt-unloginArea .unloginArea-btnWrap .unloginArea-btn:hover {
    background-color: #ff6800;
}

.wt-unloginArea.fixed {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 20;
}

.wt-unloginArea.fixed .unloginArea-tips {
    color: #fff;
}

/* 新版底部 */
.wt-footer .wt-site {
    background-color: transparent;
    padding-top: 45px;
    height: 278px;
}

.wt-footer .wt-copyright {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.wt-site .wt-qrcode .qr-text {
    padding-top: 14px;
}

.wt-footer {
    position: relative;
    background: url(../img/publicFooter_bg.png)center no-repeat;
    background-size: cover;
    padding-bottom: 102px;
}

.wt-site .wt-site-l .wt-linkKF {
    background: #111a1f;
}

.wt-kfPhone .wt-pIcon {
    background: #111a1f;
}

.wt-site .follow-list .follow-item {
    background: #111a1f;
}

.wt-site .wt-qrcode {
    background: #111a1f;
}

.allCategory-drop .category-item .wt-topGood {
    position: absolute;
    top: -8px;
    right: 22%;
    font-size: 16px;
}

.allCategory-drop .category-item .wt-topHot {
    position: absolute;
    top: -6px;
    right: 22%;
    font-size: 20px;
}

.user-state .act-link {
    display: block;
    width: 242px;
    height: 32px;
    line-height: 28px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 0 14px;
    margin: 0 auto;
}

.user-state .act-link .act-text {
    font-size: 14px;
    color: #333;
    padding-left: 8px;
}

.user-state .act-link .act-text em {
    color: #F47721;
}

.user-state .act-link:hover {
    border-color: #11AA99;
    background-color: #F4F7FC;
}

.user-state .user-state-bottom {
    padding-top: 16px;
}

/* 搜索限制 */
.wt-unLoginList {
    position: relative;
}

.wt-unLoginList .wt-unLoginCon {
    cursor: default;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .6) 0, rgba(255, 255, 255, 1) 40%);
    z-index: 2;
    height: 720px;
}

.wt-unLoginList .wt-unLoginCon a {
    color: #11AA99;
}

.wt-unLoginList .wt-unLoginCon a:hover {
    text-decoration: underline;
}

.wt-unLoginList .wt-unLoginCon p {
    font-size: 16px;
    color: #333;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
}

.wt-asideFix .customer-link {
    padding-top: 0;
    height: auto;
    top: 50%;
    transform: translateY(-40%);
}

.wt-asideFix .customer-link .top {
    padding-top: 10px;
}

.wt-asideFix .wt-asideItem:hover .customer-link {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

/* 增加招新入口提高开店转化 */
.wt-asideFix .wt-asideItem.make-money .wt-asideDrop {
    width: 242px;
    height: 144px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -248px;
    transform: translateY(-40%);
    transition: all 0.24s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 4px 8px 12px rgb(0 0 0 / 10%);
    background: url(../img/bg_openShop.png)no-repeat;
    padding: 20px;
}

.wt-asideFix .wt-asideItem.make-money .wt-asideDrop::after {
    content: "";
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    background-color: transparent;
}

.wt-asideFix .wt-asideItem.make-money h2 {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.wt-asideFix .wt-asideItem.make-money h4 {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #892062;
    margin-bottom: 16px;
}

.wt-asideFix .wt-asideItem.make-money:hover .wt-asideDrop {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.wt-asideFix .wt-asideItem.make-money .wt-asideBtnWrap {
    text-align: right;
}

.wt-asideFix .wt-asideItem.make-money .makeMoney-btn {
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #11aa99;
    color: #fff;
    font-size: 14px;
}

.wt-asideFix .wt-asideItem.make-money .makeMoney-btn:hover {
    opacity: .86;
}

/* 个人头像hover优化 */
.wt-userDrop {
    display: none;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-96%)
}

.wt-userDrop::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background-color: transparent;
    height: 20px;
}

.wt-userDrop .wt-userCon {
    position: relative;
    width: 474px;
    height: 412px;
    background: #fff;
    box-shadow: 0 8px 16px 1px rgba(0, 0, 0, .15);
    border-radius: 12px;
    overflow: hidden;
    padding: 16px 24px 0;
    z-index: 1;
}

.wt-userDrop .wt-userCon::after {
    content: "";
    width: 270px;
    height: 128px;
    background: rgba(17, 170, 153, .39);
    box-shadow: 150px 175px 40px rgba(17, 170, 153, .7);
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    top: -200px;
    left: -148px;
    z-index: -1
}

.wt-userDrop .wt-userCon::before {
    content: "";
    width: 230px;
    height: 148px;
    background: rgba(17, 170, 153, .39);
    box-shadow: -150px 150px 40px rgba(221, 90, 87, .6);
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    top: -200px;
    right: -148px;
    z-index: -1
}

.wt-userDrop .wt-usHeader {
    margin-bottom: 22px;
}

.wt-userDrop .wt-usInfo .wt-usAvatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    margin-right: 12px;
}

.wt-userDrop .wt-usInfo .wt-usAvatar img {
    width: 100%;
}

.wt-userDrop .wt-usInfo .wt-usName {
    font-size: 16px;
    color: #333;
    padding-top: 4px;
}

.wt-userDrop .wt-usInfo .wt-usID {
    font-size: 14px;
    color: #333;
}

.wt-userDrop .wt-usInfo .wt-usID .wt-copy {
    color: #11AA99;
    vertical-align: -2px;
    padding-left: 4px;
}

.wt-userDrop .wt-usInfo .wt-usID .copy-btn {
    color: #11AA99;
}

.wt-userDrop .wt-userSet {
    position: relative;
    padding-left: 24px;
    padding-top: 8px;
}

.wt-userDrop .wt-userSet::before {
    content: "";
    width: 1px;
    height: 48px;
    background-color: #BFBFBF;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
}

.wt-userDrop .wt-userSet .wt-userSetItem {
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
}

.wt-userDrop .wt-userSet .wt-userSetItem:hover {
    color: #11AA99;
}

.wt-userDrop .wt-usPack {
    margin-left: -14px;
    margin-bottom: 18px;
}

.wt-userDrop .wt-usPack .wt-usPackItem {
    width: 132px;
    height: 76px;
    background: linear-gradient(270deg, #262626 0%, #666 100%);
    border-radius: 8px 8px 0px 0px;
    margin-left: 14px;
    padding-top: 16px;
    text-align: center;
}

.wt-userDrop .wt-usPack .wt-usPackItem.person {
    background: linear-gradient(270deg, #FFD7BC 0%, #FFE6D5 100%);
}

.wt-userDrop .wt-usPack .wt-usPackItem.commercial {
    background: linear-gradient(270deg, #F3DDAE 0%, #F8EBCF 100%);
}

.wt-userDrop .wt-usPack .wt-usPackItem.tub-balance {
    background: linear-gradient(270deg, #CCF1EE 0%, #ECF8F7 100%);
}

.wt-userDrop .wt-usPack .wt-usPackItem.person:hover {
    background: linear-gradient(270deg, #FFC7A1 0%, #FFDCC3 100%);
}

.wt-userDrop .wt-usPack .wt-usPackItem.commercial:hover {
    background: linear-gradient(270deg, #F3D697 0%, #FDE6B6 100%);
}

.wt-userDrop .wt-usPack .wt-usPackItem.tub-balance:hover {
    background: linear-gradient(270deg, #A8F1EB 0%, #D0FCF8 100%);
}

.wt-userDrop .wt-usPack .wt-icon {
    width: 24px;
    height: 24px;
}

.wt-userDrop .wt-usPack .unOpenPack {
    text-align: center;
}

.wt-userDrop .wt-usPack .wt-usPackText {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 4px;
}

.wt-userDrop .wt-usPack .wt-tubPrice {
    text-align: center;
    font-size: 16px;
    color: #11AA99;
    height: 24px;
    line-height: 24px;
}

.wt-userDrop .wt-usPack .wt-tubPrice em {
    font-size: 16px;
    color: #11AA99;
    font-weight: 700;
}

.wt-userDrop .wt-usPack .wt-usPackItem .wt-usPackDate {
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.wt-userDrop .wt-usPack .wt-usPackItem.person .wt-usPackDate {
    color: #D25D0C;
}

.wt-userDrop .wt-usPack .wt-usPackItem.commercial .wt-usPackDate {
    color: #A0730E;
}

.wt-userDrop .wt-usLink {
    margin-left: -12px;
}

.wt-userDrop .wt-usLink .wt-usLinkItem {
    position: relative;
    width: 97px;
    text-align: center;
    height: 98px;
    background: #FAFAFA;
    border-radius: 8px;
    margin-left: 12px;
    margin-bottom: 12px;
    transition: all .24s;
}

.wt-userDrop .wt-usLink .wt-icon {
    width: 24px;
    height: 24px;
}

.wt-userDrop .wt-usLink .wt-usLinkIco {
    text-align: center;
    margin-bottom: 8px;
    padding-top: 24px;
}

.wt-userDrop .wt-usLink .wt-usLinkTit {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.wt-userDrop .wt-usLink .wt-usLinkItem:hover {
    background-color: #F0F0F0;
}

.wt-userDrop .wt-usPack .wt-usPackItem.up-member {
    width: 280px;
    background: linear-gradient(270deg, #F4DEAF 0%, #F9EBCF 100%);
    padding: 24px;
}

.wt-userDrop .wt-usPack .wt-usPackItem.up-member .wt-usPackTip {
    font-size: 14px;
    color: #333;
    margin-left: 8px;
    line-height: 28px;
}

.wt-userDrop .wt-usPack .wt-usPackItem.up-member .wt-usPackTip span {
    color: #EA4444;
}

.wt-userDrop .wt-usPack .wt-usPackItem.up-member:hover {
    background: linear-gradient(270deg, #f5d694 0%, #ffefd0 100%);
}

.wt-header .wt-h-tools .tools-item.wt-login:hover .wt-userDrop {
    display: block;
}

/* 问卷调查 */
.wt-aside-tabs .aside-ques {
    position: absolute;
    top: -96px;
    right: 2px;
}

.wt-aside-tabs .aside-ques .svg-yjdc {
    width: 68px;
    height: 68px;
    background: url(../img/icon_yjdc.png)no-repeat;
    position: relative;
    z-index: 1;
}

.wt-aside-tabs .aside-ques .ques-text {
    background-color: #11AA99;
    font-size: 12px;
    color: #fff;
    border-radius: 24px;
    padding: 2px;
    text-align: center;
    margin-top: -14px;
    position: relative;
    z-index: 2;
}

.wt-aside-tabs .aside-ques:hover {
    animation: upDown 1.2s infinite;
}

.wt-aside-tabs .aside-ques .wt-asideDrop {
    width: 235px;
    height: 118px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -248px;
    transform: translateY(-40%);
    transition: all 0.24s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 4px 8px 12px rgb(0 0 0 / 10%);
    background: url(../img/bg_openShop2.png)no-repeat;
    padding: 20px;
}

.wt-aside-tabs .aside-ques .wt-asideDrop::after {
    content: "";
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    background-color: transparent;
}

.wt-aside-tabs .aside-ques h2 {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #11AA99;
    margin-bottom: 4px;
}

.wt-aside-tabs .aside-ques h4 {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.wt-aside-tabs .aside-ques:hover .wt-asideDrop {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.wt-aside-tabs .aside-ques .wt-asideBtnWrap {
    text-align: right;
}

.wt-aside-tabs .aside-ques .makeMoney-btn {
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #11aa99;
    color: #fff;
    font-size: 14px;
}

.wt-aside-tabs .aside-ques .makeMoney-btn:hover {
    opacity: .86;
}

/* 气泡 */
.wt-toolTips {
    display: block;
    width: max-content;
    max-width: 240px;
    word-break: break-all;
    padding: 8px 12px;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
    background-color: #333333;
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all .24s ease-in;
}

.wt-toolTips::after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.area-list .area-item:hover .wt-toolTips {
    bottom: 36px;
    opacity: 1;
    visibility: visible;
}

/* 作品分区 */
.pic-list .pic-item.tub .icon-picArea {
    background: #ECF8F7;
    color: #11AA99;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
}

.pic-list .pic-item.vip .icon-picArea {
    background: #FFE6D5;
    color: #F47721;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
}

.pic-list .pic-item.free .icon-picArea {
    background: #DCEEFC;
    color: #3C74CC;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
}

.pic-list .pic-item.qyCom .icon-picArea {
    background: #F8EBCF;
    color: #BC8F2A;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
}

.wt-h-searchKeywords .active-link {
    padding: 0 20px;
    margin-bottom: 8px;
}

.wt-h-searchKeywords .active-link a {
    font-size: 14px;
    color: #BC8F2A;
}

.wt-h-searchKeywords .active-link .wt-qyVip {
    font-size: 20px;
}

/* 以图搜图 */
.wt-header .wt-h-similarWrap {
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
    padding: 6px 0;
}

.wt-header .wt-h-similarWrap::before {
    content: '';
    width: 1px;
    height: 28px;
    background-color: #CACCD1;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -14px;
}

.wt-header .wt-h-similarWrap .iconfont {
    font-size: 16px;
    color: #666;
}

.wt-header .wt-h-similarWrap .wt-h-similarTx {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.wt-header .wt-h-similarWrap:hover .wt-h-similarTx,
.wt-header .wt-h-similarWrap:hover .iconfont {
    color: #11aa99;
}

.wt-header .wt-h-searchWrap .wt-h-searchIpt {
    width: 67%;
}

.wt-cropperBlock {
    margin: 40px 0 0;
}

.wt-cropperBlock .crop-imgWrap {
    position: relative;
    width: 348px;
    height: 348px;
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.wt-cropperBlock .crop-img {
    text-align: center;
    line-height: 348px;
    width: 348px;
    height: 348px;
    overflow: hidden;
}

.wt-cropperBlock .crop-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.wt-cropperBlock .crop-tools {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.wt-cropperBlock .crop-tools .crop-btn {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    cursor: pointer;
}

.wt-cropperBlock .crop-tools .crop-btn::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../img/svg_crop.svg') no-repeat;
    vertical-align: -6px;
}

.wt-cropperBlock .crop-tools .crop-btn .crop-tips {
    position: absolute;
    top: -40px;
    left: -28px;
    width: 96px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: rgba(51, 51, 51, 0.9);
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all .24s;
}

.wt-cropperBlock .crop-tools .crop-btn .crop-tips::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(51, 51, 51, 0.9);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.wt-cropperBlock .crop-tools .crop-btn:hover .crop-tips {
    top: -48px;
    opacity: 1;
    visibility: visible;
}

.wt-cropperBlock .similar-h2 {
    margin-top: 20px;
}

.wt-cropperBlock .similar-h2 span {
    display: inline-block;
    color: #333;
}

.wt-cropperBlock .similar-h2 .subtit-h2 {
    font-size: 20px;
}

.wt-cropperBlock .similar-h2 .subtit-h4 {
    font-size: 14px;
    margin-left: 4px;
}

.wt-cropperBlock .similar-h2 .similar-workNum {
    font-size: 14px;
    padding: 0 4px;
}

.wt-header .wt-h-cateWrap {
    padding-left: 16px;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateTit {
    font-size: 14px;
    color: #333;
    line-height: 72px;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateDrop {
    display: none;
    width: 366px;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -182px;
    z-index: 1;
    overflow: hidden;
    padding: 4px 16px 16px;
    background-color: #fff;
    border-radius: 8px;
    ;
    box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.2);
}

.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateDrop::after {
    content: "";
    width: 200px;
    height: 148px;
    background: rgba(17, 170, 153, .39);
    box-shadow: 210px 130px 40px rgba(17, 170, 153, .4);
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    top: -200px;
    left: -148px;
    z-index: -1
}

.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateFirst {
    font-size: 0;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateFirst li {
    display: inline-block;
    width: 33%;
    font-size: 14px;
    margin-top: 12px;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateFirst li:hover a {
    color: #11AA99;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem:hover .wt-h-cateTit {
    color: #11AA99;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem:hover .wt-h-cateTit::after {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 4px;
    background-color: #11AA99;
    bottom: 6px;
    left: 50%;
    margin-left: -16px;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem:hover .wt-h-cateDrop {
    display: block;
}

.wt-h-searchKeywords .active-link {
    padding: 0 20px;
    margin-bottom: 8px;
}

.wt-h-searchKeywords .active-link a {
    font-size: 14px;
    color: #BC8F2A;
}

.wt-h-searchKeywords .active-link .wt-qyVip {
    font-size: 20px;
}

/* 顶部资源位 */
.wt-actHeight {
    height: 90px;
}

.wt-actArea {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    text-align: center;
    background: url(../img/png_5.png)no-repeat center;
}

.wt-actArea .actArea-tips {
    font-size: 36px;
    color: #fee3a9;
}

.wt-actArea .actArea-tips * {
    color: #fee3a9;
}

.wt-actArea .actArea-btn {
    display: inline-block;
    border-radius: 16px;
    font-size: 18px;
    color: #e0561e;
    padding: 8px 24px;
    background: linear-gradient(90deg, #fee2a4 0%, #fef0d3 100%);
    margin-left: 24px;
    vertical-align: 4px;
    line-height: 1;
}

/* 网站优化 */
.site-sort {
    padding: 24px 0;
}

.site-sort .site-list {
    height: 24px;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.site-sort .site-item {
    flex: 1;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.site-sort .site-item.all {
    flex-shrink: 0;
    width: 90px;
    flex: none;
}

.site-sort .site-item:hover {
    color: #11AA99;
}

.site-sort .site-item.on {
    color: #11AA99;
    font-weight: 700;
}

.site-sort .site-link {
    font-size: 0;
    display: none;
}

.site-sort .site-link.on {
    display: block;
}

.site-sort .site-link a {
    font-size: 12px;
    color: #999;
    margin-right: 8px;
    line-height: 22px;
}

.site-sort .site-link a:hover {
    color: #11AA99;
}

.site-sort .site-con {
    background-color: transparent;
    padding: 16px;
    padding-top: 0;
}

.wt-link {
    margin-bottom: 48px;
}

.wt-link .fd-nav {
    padding: 16px 0;
    border-bottom: 1px solid #CACCD1;
}

.wt-link .fd-nav span {
    margin-right: 24px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.wt-link .fd-nav span:hover,
.wt-link .fd-nav span.on,
.wt-link .fd-con-m a:hover {
    color: #00A78E;
}

.wt-link .fd-con-m {
    padding-top: 16px;
}

.wt-link .fd-con-m {
    line-height: 26px;
    display: none;
    min-height: 52px;
}

.wt-link .fd-con-m.on {
    display: block;
}

.wt-link .fd-con-m a {
    font-size: 12px;
    color: #999;
    margin-right: 4px;
}

/* 更换全站slogen */
.wt-header .wt-h-logo .wt-newLogo use {
    display: none;
}

.wt-header .wt-h-logo {
    position: relative;
}

.wt-header .wt-h-logo::after {
    content: '';
    display: block;
    width: 173px;
    height: 173px;
    background: url(../img/svg_newLogo.svg) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
    transform: scale(0.88);
}

/* 底部问卷调查链接 */
.question-naire {
    text-align: center;
    padding-bottom: 24px;
    font-size: 14px;
    color: #333;
}

.question-naire a {
    color: #11AA99;
}

.question-naire a:hover {
    text-decoration: underline;
}

/* 顶级活动位 */
.wt-topChannel {
    height: 48px;
    line-height: 48px;
    background: #F47721;
    text-align: center;
}

.wt-topChannel .wt-topActText,
.wt-topChannel .wt-topActText * {
    font-size: 16px;
    color: #fff;
}

.wt-topChannel .wt-topActText b {
    font-weight: 700;
}

.wt-header .w1920 {
    position: relative;
}

.wt-header.hasActive,
.h-72.hasActive {
    height: 120px;
}

.wt-topChannel a {
    display: block;
    width: 100%;
    text-align: center;
}

.wt-topChannel .wt-closeIco {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
    transition: all .36s;
    transform: rotate(0);
}

.wt-topChannel .wt-topActBtn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
    color: #F47721;
}

.wt-topChannel .wt-closeIco:hover {
    transform: rotate(90deg);
}

.wt-unloginArea.fixed.hasActive {
    top: 120px;
}

.wt-header .wt-h-searchWrap {
    width: 692px;
}

.wt-header .wt-h-searchWrap .wt-h-searchIpt {
    width: 422px;
}

.wt-header .page-title {
    margin-left: 20px;
    margin-top: 26px;
}

.wt-header .page-title span {
    font-size: 20px;
    color: #333;
    line-height: 1;
    padding-left: 20px;
    border-left: 1px solid #bdbdbd;
}

.wt-header .wt-h-logo .wt-newLogo {
    width: 152px;
}

.wt-header .wt-h-logo::after {
    left: -10px;
}

.wt-header .wt-h-home {
    margin-left: 40px;
}

.wt-header .wt-h-allCategory {
    margin-left: 32px;
    padding-right: 16px;
    padding-bottom: 1px;
}

.wt-header .wt-h-allCategory .allCatetxt::before {
    right: 0;
}

.wt-header .wt-h-cateWrap {
    left: 318px;
}

.wt-header .wt-h-cateWrap .wt-h-cateItem {
    margin-left: 32px;
    margin-right: 0;
    padding-bottom: 1px;
}

.wt-header .wt-h-tools .tools-item {
    margin-right: 20px;
    height: 50px;
}

.wt-header .wt-h-tools {
    margin-right: 20px !important;
}

.wt-header .wt-h-tools .buyVip-drop {
    top: 46px;
}

.wt-header .wt-h-allCategory .allCategory-drop,
.wt-header .wt-h-cateWrap .wt-h-cateItem .wt-h-cateDrop {
    top: 72px;
}

.wt-header .animated-drop {
    display: block !important;
    transform: scale(0.6);
    pointer-events: none;
    will-change: transform;
    transition: all .36s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
}

.wt-header .wt-userDrop.animated-drop {
    transform: scale(0.6) translate(-96%);
}

.wt-header .show-drop {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: auto;
}

.wt-header .wt-userDrop.show-drop {
    transform: scale(1) translate(-96%);
}

.wt-header .buyVip-drop.animated-drop,
.wt-header .package-drop.animated-drop,
.wt-header .wt-unloginDrop.animated-drop {
    transform-origin: top right;
}

.wt-unloginDrop {
    width: 474px;
    height: 252px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 56px;
    left: -382px;
    border-radius: 12px;
}

.wt-unloginDrop .wt-unloginCon {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    padding: 18px 24px 0;
}

.wt-unloginDrop .wt-unloginCon::after {
    content: "";
    width: 320px;
    height: 320px;
    background: rgba(17, 170, 153, .39);
    box-shadow: 280px 84px 40px rgba(17, 170, 153, .7);
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    top: -320px;
    left: -320px;
    z-index: -1
}

.wt-unloginDrop .wt-unloginCon::before {
    content: "";
    width: 320px;
    height: 320px;
    background: rgba(17, 170, 153, .39);
    box-shadow: -270px 84px 40px rgba(255, 202, 81, .6);
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    top: -320px;
    right: -320px;
    z-index: -1
}

.wt-unloginDrop .wt-unloginCon .wt-unloginConTop {
    height: 48px;
}

.wt-unloginDrop .wt-unloginCon .wt-unloginAvatar {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url(../img/avatar_pic.svg)no-repeat;
    margin-right: 12px;
}

.wt-unloginDrop .wt-unloginCon .wt-unloginText {
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: 16px;
}

.wt-unloginDrop .wt-unloginCon .wt-unloginText em {
    color: #11AA99;
}

.wt-unloginDrop .wt-unloginConBottom {
    padding-top: 36px;
}

.wt-unloginDrop .wt-unloginGoodList {
    font-size: 14px;
}

.wt-unloginDrop .wt-unloginGoodList .wt-unloginGoodItem {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.wt-unloginDrop .wt-unloginGoodList .wt-unloginGoodItem .wt-icon {
    font-size: 36px;
    margin-right: 8px;
}

.wt-unloginDrop .wt-unloginGoodList .wt-unloginGoodItem .wt-unloginGoodp1 {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.wt-unloginDrop .wt-unloginGoodList .wt-unloginGoodItem .wt-unloginGoodp2 {
    font-size: 12px;
    color: #666;
}

/* 适配 */
@media screen and (max-width: 1680px) {
    .wt-site .wt-site-r ul {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1600px) {
    .rTools-list .rTools-item .rTools-text {
        font-size: 12px;
    }

    .wt-copyr-l {
        width: 408px;
    }
}

@media screen and (max-width: 1520px) {
    .wt-header .wt-h-searchWrap {
        transform: translateX(-46%);
    }
}

@media screen and (max-width: 1440px) {
    .mr-160 {
        margin: 0 100px;
    }

    .wt-site .wt-site-r ul {
        margin-right: 32px;
    }

    .wt-header .wt-h-searchWrap {
        width: 572px;
    }

    .wt-header .wt-h-searchWrap .wt-h-searchIpt {
        width: 302px;
    }
}

@media screen and (max-width: 1330px) {
    .wt-header .wt-h-searchWrap {
        width: 412px;
    }

    .wt-header .wt-h-searchWrap .wt-h-searchIpt {
        width: 144px;
    }

    .wt-header .wt-h-searchWrap {
        transform: translateX(-44%);
    }
}


@media screen and (min-width: 1920px) {
    .wt-header .w1920 {
        margin: auto;
    }

    .wt-content {
        width: 1600px;
        margin: auto;
    }

    .mr-160 {
        width: 1600px;
        margin: auto;
    }
}

/* loading动画 */
.anim-upDown {
    animation: upDown 1.2s infinite;
}

.anim-preloader {
    animation: preloader 1.4s infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes preloader {
    0% {
        opacity: 0.3;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(-5px);
    }

    100% {
        opacity: 0.3;
        transform: translateY(0px);
    }
}

.account-content{
    width:60%;
    margin: 20px 0px;
}
.account-content .account-label {
    margin-bottom: 16px;
    width: 100%;
    height: 40px;
}
.account-content .account-ipt {
    width: 100%;
    height: 40px;
    background: #F3F3F4;
    border-radius: 8px;
    border: 1px solid #F3F3F4;
    padding: 0 16px;
    transition: all .2s;
}

.account-content .account-btn {
    display: block;
    border: 0;
    width: 50%;
    line-height: 40px;
    background: #11AA99;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 16px;
    transition: all .2s;
}
.g-inline{
    display:inline-block;
}
.account-content .ipt-container{
    min-width:400px;
}
