@charset "utf-8";
body{background: #fff;display: flex; display: -webkit-flex; min-height: 100vh; flex-direction: column; font-size: 14px;}

/*头部*/
.header-wrap {position:fixed;z-index:101;color:#fff;width:100%;top:0;vertical-align:middle;padding:0 24px;border:none;display:flex;align-items:center;justify-content:space-between;}
.header-wrap.bg-solid {background:#fff;box-shadow:0 2px 4px rgb(0 0 0 / 8%);}
.header-wrap.bg-solid .nav-list .chanel-link {color:#18191C;}
.header-wrap .logo-wrap {font-size:0;float:left;position:relative;height:70px;line-height:70px;margin-right:40px;}
.header-wrap .logo-wrap .top-logo {width:140px;height:48px;display:inline-block;background-image:url(https://webimg.javaex.cn/FkF5nh3II-OYNshEg3gSRuU96ykU);vertical-align:middle;background-size:cover;}
.header-wrap.bg-solid .logo-wrap .top-logo {background-image:url(https://webimg.javaex.cn/Fl7MiGbZhrGOeOBLTA0fZ5OCKxyj);}
.header-wrap .nav-list {height:70px;line-height:70px;display:flex;align-items:center;flex-shrink:0;}
.header-wrap .nav-list .channel {position:relative;font-size:15px;float:left;margin-right:30px;display:block;}
.header-wrap .nav-list .chanel-link {font-size:16px;color:#fff;display:inline-block;cursor:pointer;}
.header-wrap .nav-list .chanel-link:hover {animation:jump .3s}
@keyframes jump {0% {transform:translateY(0)} 50% {transform:translateY(-3px)}to {transform:translateY(0)}}
.header-wrap .right-entry {display:flex;align-items:center;margin-left:50px;}
.header-wrap .right-entry .right-entry-item {display:block;flex-shrink:0;margin-right:4px;min-width:50px;text-align:center;cursor:pointer;position:relative;}
.header-wrap .right-entry-outside {display:flex;align-items:center;flex-direction:column;flex-shrink:0;margin-right:0;min-width:52px;text-align:center;font-size:13px;}
.header-wrap .right-entry-outside .right-entry-text {margin-top: 3px;}
.header-wrap .right-entry-outside:hover .right-entry-icon{animation:jump .3s}
.right-menu{display: flex;align-items: center;}
.right-menu span.text{color: #fff;margin-left: 10px;cursor: pointer;}
.right-menu .login-button{background-image: linear-gradient(90deg, #41D1FF 0, #16E05A);color: #fff;border: none;padding: 8px 20px;border-radius: 8px;cursor: pointer;font-size: 14px;margin-left: 16px;}
.right-menu .top-username{position: relative; margin-left: 16px; height: 30px; cursor: pointer;display: flex;align-items: center;}
.right-menu .top-username .top-img-wrapper{position: relative; width: 36px; height: 36px; border: 1px solid #16E05A; display: inline-block; border-radius: 50%;}
.right-menu .top-username .avatar{padding: 2px; width: 100%; height: 100%; border-radius: 50%;}
.right-menu .top-username .user-name{display: inline-block; height: 36px;line-height: 36px;max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; vertical-align: top; margin-left: 10px;color: #333;}
.top-userset-menu{display: none;padding-top: 14px;position: absolute;z-index: 999;text-align: left;border-radius: 12px;right: 0;top:30px;}
.right-menu .top-username:hover .top-userset-menu{display: block;}
.profile-card{background-color: #fff;padding: 20px;padding-bottom: 0;border-radius: 12px;width: 396px;margin: auto;box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .09);}
.profile-card .profile-header{display: flex;align-items: center;}
.profile-card .profile-header .avatar2 {border-radius: 50%;width: 50px;height: 50px;margin-right: 10px;}
.profile-card .profile-header div{flex-grow: 1;}
.profile-card .profile-header .user-name2{color: #18191C;cursor: pointer;font-size: 16px;margin-bottom: 6px;max-width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.profile-card .profile-header .logout{color: #666;cursor: pointer;font-size: 12px;margin-right: 8px;}
.profile-card .profile-header .logout:hover{color: #18191C;}
.profile-card .vip-status{background: url(https://webimg.javaex.cn/Fo_PnVk9KGtjS0hx0eLDYgplh0rp);display: flex;align-items: center;background-position: 50%;background-repeat: no-repeat;background-size: 100% 100%;border-radius: 8px;cursor: pointer;height: 64px;justify-content: space-between;margin-top: 16px;margin-bottom: 8px;padding: 14px 4px 16px 16px;width: 100%;}
.profile-card .vip-status .vip-text{font-size: 14px;line-height: 18px;color: #333;margin-bottom: 6px;}
.profile-card .vip-status .vip-desc{color: #666;font-size: 12px;}
.profile-card .vip-status img{width: 20px;margin-right: 5px;}
.profile-card .action-button{border: none;align-items: center;box-shadow: 0 1px 4px #00000019;box-sizing: border-box;display: flex;justify-content: center;margin-right: 12px;background-image: linear-gradient(90deg, #a2a7b3, #c3c9d6);border-radius: 18px;font-size: 14px;height: 36px;margin-left: 5px;opacity: .8;width: 96px;z-index: 1;cursor: pointer;}
.profile-card .menu-item{display: flex;align-items: center;cursor: pointer;font-size: 16px;height: 48px;opacity: .75;padding: 0 20px;position: relative;text-align: left;transform: translateX(-20px);width: calc(100% + 40px);}
.profile-card .menu-item:hover{background-color: #f7f7f7;opacity: 1;}
.profile-card .menu-item svg{margin-right: 10px;}
.profile-card .menu-item.ai-count{color: #666;}
.profile-card .menu-item.ai-count:hover{background-color: transparent;opacity: 1;}
.profile-card .card-footer{align-items: center;border-radius: 0 0 12px 12px;bottom: 0;box-shadow: inset 0 1px #ccc;cursor: pointer;display: flex;flex-direction: row-reverse;height: 54px;justify-content: center;margin: 8px 0 0;width: 100%;}
.profile-card .card-footer .ucenter-text{-webkit-background-clip: text;background-clip: text;color: #666;font-size: 14px;height: 14px;line-height: 14px;display: flex;align-items: center;}
.profile-card .card-footer:hover .ucenter-text{color: #222;}
.profile-card .card-footer:hover .ucenter-text svg path{fill: #222;}	
/*搜索框*/
.search-container {flex:1 auto;position:relative;margin:0 auto;min-width:181px;max-width:500px;}
.search-container .search-form {display:flex;align-items:center;padding:0 48px 0 4px;position:relative;z-index:1;overflow:hidden;line-height:38px;border:1px solid #E3E5E7;height:40px;background-color:#F1F2F3;opacity:.9;transition:background-color .3s;border-radius:8px;}
.search-container .search-form:hover {background-color:#FFF;opacity:1;}
.search-form .nav-search-content {display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 8px;width:100%;height:32px;border:2px solid transparent;border-radius:6px;}
.nav-search-content:hover {background-color:#E3E5E7;}
.search-form .search-box-input {flex:1;overflow:hidden;padding-right:8px;border:none;background-color:transparent;box-shadow:none;color:#61666D;font-size:14px;line-height:20px;}
.search-form .search-box-input::-webkit-input-placeholder {color:#61666D;}
.search-container .search-box-input:hover {-webkit-transition:background-color .2s;transition:background-color .2s;background-color:hsla(0,0%,100%,.08);}
.search-container .search-btn {position:absolute;font-size:18px;right:7px;display:flex;align-items:center;justify-content:center;margin:0;padding:0;width:32px;height:32px;border:none;border-radius:6px;color:#18191C;line-height:32px;cursor:pointer;transition:background-color .3s;background-color:transparent;}
.search-container .search-btn:hover {background-color:#E3E5E7;}

/*底部*/
.footer-wrap{font-size: 16px; position: relative; color: #222; padding-bottom: 20px; margin-top: 1.5vw;}
.footer-wrap .footmenu{text-align: center;}
.footer-wrap .footmenu .menu-item{color: #222; font-size: 14px; line-height: 2.6; display: inline-block; margin-top: 22px;}
.footer-wrap .footmenu .dl{display: inline-block; width: 1px; height: 12px; vertical-align: middle; margin: 0 15px; background: #e6e6e6;}
.footer-wrap .copyright{color: #999; line-height: 2.6; text-align: center; font-size: 14px; display:none;}

/*返回顶部图标*/
#goTopBtn {position:fixed;right:20px;bottom:20px;}
#goTopBtn {display:inline-block;width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);cursor:pointer;vertical-align:top;box-shadow:0 0 5px 0 rgb(2 2 2 / 20%);color:#999;line-height:36px;text-align:center;}
#goTopBtn:hover {border-radius:0 50% 50% 0;background-color:#e0f7e2;box-shadow:none;color:#00cc36;}
#goTopBtn i {display:inline-block;vertical-align:-1px;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
#goTopBtn span {position:absolute;top:0;right:35px;height:36px;font-size:14px;line-height:36px;max-width:0;padding:0;text-align:right;white-space:nowrap;background-color:#e0f7e2;overflow:hidden;border-radius:18px 0 0 18px;}
#goTopBtn:hover span {padding-left:17px;max-width:200px;transition:max-width .1s ease;}

.page-content {
    flex-grow: 1;
    height: 1px;
    overflow: auto;
    padding-top: 70px;
}
.vip-intro {
    background-color: #eef1f9;
    background-image: url(https://webimg.javaex.cn/Fn-TJ-G5LZLMlAeY2yXCUbrKSGHR);
    background-position: 0 -94px;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100%;
    min-width: 1360px;
    width: 100%;
}
.vip-intro .wrapper {
    height: 100%;
    margin: 0 auto;
    padding-top: 42px;
    width: 1230px;
}
.o0lFtSHe {
    margin-bottom: 50px;
}
.Dr6816iJ, .l5cbOsK2 {
    display: flex;
    flex-direction: column;
}
.Dr6816iJ {
    margin: auto;
    width: 100%;
}
.HdtYAAvj {
    text-align: center;
}
.vm4fKFwl {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(102.67deg,#fff8e8 20.5%,#d8b682 77.26%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: PingFang SC;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.oEUhBBDz {
	text-align: center;
    color: #e5c19c;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
	margin-top: 10px;
}
.hHomYTpY {
    background-size: 100%;
    height: 310px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
}
.hHomYTpY, .zA8nJX7l {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.javaex-tab.javaex-tab-card .javaex-tab-title li {
    border-top: unset;
    background: linear-gradient(102.67deg,#fff3d9 20.5%,#e7ca9d 77.26%);
    align-items: center;
    color: #724d2b;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    line-height: 28px;
    text-align: center;
    text-shadow: 0 2px 4px #dfba93;
    transition: all .16s;
    width: 25%;
    display: flex;
    font-size: 20px;
    justify-content: center;
	border-radius: 10px 10px 0 0;
}
.javaex-tab.javaex-tab-card .javaex-tab-title li.current {
    color: #724d2b;
    border-top-color: unset;
	background: #fffcf5;
}
.javaex-tab.javaex-tab-card .javaex-tab-title li:hover {
    color: #724d2b;
    border-top-color: unset;
    background: #fffcf5;
}
.javaex-tab.javaex-tab-card .javaex-tab-title li {
    padding: unset;
    margin: unset;
}
.javaex-tab.javaex-tab-card .javaex-tab-content {
    margin-top: unset;
    background-color: unset;
}
.zA8nJX7l {
    background: linear-gradient(180deg,#fffcf4 3.98%,#fff 41.53%,#fff);
    height: 255px;
	border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
._C4ZwX2O {
    display: flex;
    width: 100%;
}

.OM8zofEi {
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 160px;
    margin: 50px 15px 40px 40px;
    padding: 26px 30px;
    position: relative;
    width: 500px;
}
.gm7fIyDf {
    background-image: url(https://webimg.javaex.cn/FqZOss2XbI66FkzCfh-a6Ku46dvL);
}
.Ocr7jonp {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(8.97deg,#745234 12.13%,#daae87 106.05%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.xYqI1tGL {
    color: #999;
    font-size: 15px;
    line-height: 21px;
    margin: 5px 0 19px;
}
.eFGaH1Yb {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._91QS9Sjr, .wivQe_FL {
    align-items: center;
    display: flex;
}
.QMmMFFHi {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(266.65deg,#000 -42.87%,#7a6963 69.04%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.QMmMFFHi:before {
    content: "￥";
    font-size: 18px;
    line-height: 29px;
}
.wivQe_FL {
    background: linear-gradient(127.18deg,#fff3d6,#edc78c 118.11%);
    border-radius: 20px;
    height: 36px;
    justify-content: center;
    width: 100px;
}
.vWk8Nzt1 {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(266.65deg,#000 -42.87%,#7a6963 69.04%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.vWk8Nzt1 i {
    margin-left: 8px;
	font-style: italic;
}
.YUWrPsvg {
    align-items: center;
    color: #666;
    display: flex;
    font-family: PingFang SC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 18px 0 10px 40px;
}
.vms62Xm1, .vms62Xm1 .OM8zofEi {
    margin-top: 0;
}
.uSSN9Cl3 {
    background-image: url(https://webimg.javaex.cn/FlKoyS8vbIQWpSdOK2j0uD1m2SKl);
    height: 160px;
    width: 365px;
}
.r9Qnwm4b {
    color: #4d85ff;
    cursor: pointer;
    margin-left: 6px;
    transition: all .16s;
}
.r9Qnwm4b:hover {
    opacity: .9;
}
.anticon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: -.125em;
}
.uSSN9Cl3 .QMmMFFHi, .uSSN9Cl3 .vWk8Nzt1 {
    text-fill-color: initial;
    -webkit-text-fill-color: initial;
    background: none;
    -webkit-background-clip: text;
    background-clip: text;
    color: #000;
}
.DL4J2A3G {
    background: linear-gradient(141.26deg,#9ebdff 10.18%,#7288ff 84.4%);
    color: #fff;
}
.ZCCitNWk {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    margin-top: 40px;
}
.ZCCitNWk span {
    flex-basis: 33.33%;
    flex-grow: 0;
}
.ZCCitNWk span:first-child {
    color: #000;
    font-family: PingFang SC;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.SD22TR6d {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(169,173,204,.2), inset 1px 1px 0 hsla(0,0%,100%,.5);
}
.mw1VadgC {
    border-bottom: 1px solid #e1ebf7;
    display: flex;
}
.lYe_Ejq4 {
    align-items: center;
    display: flex;
    padding: 10px 20px;
    width: 25%;
}
.y9Awx0VT {
    background-color: rgba(188,205,231,.05);
    color: #333;
    display: flex;
    font-size: 15px;
    justify-content: center;
}
.Vw2cVwAf, .poaeDIjT, .y9Awx0VT {
    border-right: 1px solid #e1ebf7;
}
.XIrvgkgW .lYe_Ejq4 {
    flex-direction: column;
    height: 133px;
    justify-content: center;
    padding: 0;
}
.XIrvgkgW .y9Awx0VT {
    background-image: url(https://webimg.javaex.cn/Fv6NPVkT9ICFV1qz0IiN9kTAgnGf);
    background-position: -46px -59px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.XIrvgkgW .ZZqN67_8 {
    color: #000;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.XIrvgkgW .Vw2cVwAf {
    background-image: url(https://webimg.javaex.cn/FkM-M9BnneRq1EXAlPIXzSJntKJi);
    background-position: center bottom -15px;
    background-repeat: no-repeat;
    background-size: 330px;
}
.XIrvgkgW .poaeDIjT {
    background-image: url(https://webimg.javaex.cn/FlYrmByH6LDD7WKy_mSC2qzedsGY);
    background-position: center bottom -15px;
    background-repeat: no-repeat;
    background-size: 330px;
}
.XIrvgkgW .QfQo_OyR {
    background-image: url(https://webimg.javaex.cn/FmXptLCXqleF094f5Ug0QD65E0s5);
    background-position: center bottom -15px;
    background-repeat: no-repeat;
    background-size: 330px;
    border-right: 0;
}
.cUhihrry {
    align-items: center;
    display: flex;
    justify-content: center;
}
.cUhihrry .y9Awx0VT {
    background-color: #fff;
    border-right: none;
}
.cUhihrry .YLAmcx1H {
    flex: 1 1;
    padding: 16px 20px;
}
.cUhihrry .YLAmcx1H p {
    align-items: center;
    color: #606060;
    display: flex;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.PxTWXqvV {
    background-image: url(https://webimg.javaex.cn/FoihOoz7pvUCl9HmNVQPYv_Fxe_E);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    color: #333;
    flex-grow: 1;
    font-size: 13px;
    line-height: 24px;
    min-height: 24px;
    padding-right: 16px;
}
.PxTWXqvV.E9nC6fia {
    background-image: url(https://webimg.javaex.cn/FoLSw-buexudKTE3a1SqLfDtzfWs);
}
.sIfRMn7x {
    background-image: url(https://webimg.javaex.cn/FqZOss2XbI66FkzCfh-a6Ku46dvL);
}
.v4O5bNur {
    position: relative;
}
.v4O5bNur:before {
    align-items: center;
    background: linear-gradient(108.35deg,#ffc164 10.83%,#f54550 78.88%);
    border-radius: 12px 12px 12px 0;
    color: #fff;
    content: "限时特惠·数量有限";
    display: flex;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 23px;
    justify-content: center;
    line-height: 17px;
    padding: 0 8px;
    position: absolute;
    right: -10px;
    top: -5px;
}
