/* COMBO: filename = framework/web/public/mainsite/css/reset-style.css, type = text/css, resp = 200 */ :root{ color-scheme: light; /* 投影 分级*/ --box-shadow-1:0px 1px 2px -2px rgba(0,0,0,0.08), 0px 3px 6px 0px rgba(0,0,0,0.06), 0px 5px 12px 4px rgba(0,0,0,0.04); --box-shadow-2:0px 3px 6px -4px rgba(0,0,0,0.06), 0px 6px 16px 0px rgba(0,0,0,0.05), 0px 9px 28px 8px rgba(0,0,0,0.03); --box-shadow-3:0px 6px 16px -8px rgba(0,0,0,0.08), 0px 9px 28px 0px rgba(0,0,0,0.05), 0px 12px 48px 16px rgba(0,0,0,0.03); /* 主站背景用色 */ --bg-color:#fff; --text-color-white:#fff; /* 主站用色-绿*/ --green-color:#11AA99; --deep-green-color:#10A191; --green-light-color:#ECF8F7; --green-gradient-color:linear-gradient(270deg, #11AA99 0%, #22DAC0 100%); /* 主站用色-橘*/ --orange-color:#F47721; --orange-light-color:#FFE6D5; --orange-gradient-color:linear-gradient(270deg, #F47721 0%, #FC9A1E 77%, #FFA41D 100%); /* 主站用色-蓝*/ --blue-color:#0A77F2; --blue-light-color:#E2F0FF; --blue-gradient-color:linear-gradient(90deg, #00ACF5 0%, #0A77F2 100%); /* 主站用色-红*/ --red-color:#FE343D; --red-light-color:#FFE5E7; --red-gradient-color:linear-gradient(270deg, #FE343D 0%, #FF8058 100%); /* 企业套餐用色 */ --qy-color:#F9D681; --qy-bg-color:#211405; --qy-bg-light-color:#FFFAEB; --qy-bg-dark-color:#6B2D00; --qy-gradient-color:linear-gradient(90deg, #F6DEAA 0%, #D8A55F 100%); /* 黑白灰(black,white,gray)颜色级别 */ --bwg-color-tit:#333333; --bwg-color-tip:#666666; --bwg-color-desc:#999999; --bwg-color-disabled:#BFBFBF; --bwg-color-border:#E3E3E3; --bwg-color-divide:#F0F0F0; --bwg-color-bg:#F5F5F5; --bwg-color-tableHead:#FAFAFA; /* 字体-Fonts */ --font-bold:700; --font-oversized-title:32px; --font-big-title:24px; --font-title:20px; --font-subtitle:16px; --font-text:14px; /* 按钮-Button 圆角 */ --button-border-radius-base: 6px; --button-border-radius-small: 4px; --button-border-radius-round: 24px; /* 按钮-Button 大按钮*/ --button-size-large-minWidth:152px; --button-size-large-height:48px; --button-size-large-fontSize:16px; --button-size-large-padding:0 40px; --button-size-large-icon:20px; --button-size-large-iconMargin:8px; /* 按钮-Button 按钮*/ --button-size-middle-minWidth: 112px; --button-size-middle-height:40px; --button-size-middle-fontSize:14px; --button-size-middle-padding:0 24px; --button-size-middle-icon:16px; --button-size-middle-iconMargin:8px; /* 按钮-Button 小按钮*/ --button-size-small-minWidth:96px; --button-size-small-height:32px; --button-size-small-fontSize:14px; --button-size-small-padding:0 20px; --button-size-small-icon:14px; --button-size-small-iconMargin:4px; /* 按钮-Button 绿*/ --button-text-green:#fff; --button-bg-green:linear-gradient(270deg, #11AA99 0%, #22DAC0 100%); --button-bg-hover-green:linear-gradient(90deg, #4EE1CD 0%, #41BBAD 100%); --button-bg-active-green:linear-gradient(90deg, #20CFB6 0%, #10A191 100%); /* 按钮-Button 蓝*/ --button-text-blue:#fff; --button-bg-blue:linear-gradient(90deg, #00ACF5 0%, #0A77F2 100%); --button-bg-hover-blue:linear-gradient(90deg, #33BDF8 0%, #3B93F5 100%); --button-bg-active-blue:linear-gradient(90deg, #00A3E9 0%, #0971E6 100%); /* 按钮-Button 淡蓝*/ --button-text-lightBlue:#fff; --button-bg-lightBlue: linear-gradient(270deg, #00ADD2 0%, #00C8F3 100%); --button-bg-hover-lightBlue: linear-gradient(270deg, #33BDDB 0%, #33D3F5 100%); --button-bg-active-lightBlue: linear-gradient(270deg, #00A4C8 0%, #00BEE7 100%); /* 按钮-Button 金*/ --button-text-gold:#6B2D00; --button-bg-gold:linear-gradient(90deg, #F6DEAA 0%, #D8A55F 100%); --button-bg-hover-gold: linear-gradient(90deg, #F8E5BB 0%, #E0B77F 100%); --button-bg-active-gold:linear-gradient(90deg, #F3DCA8 0%, #D6A45F 100%); /* 按钮-Button 棕*/ --button-text-brown:#F9D681; --button-bg-brown:linear-gradient(270deg, #281805 0%, #472D0E 100%); --button-bg-hover-brown:linear-gradient(90deg, #6D573F 0%, #544637 100%); --button-bg-active-brown:linear-gradient(90deg, #442B0E 0%, #271705 100%); /* 按钮-Button 镂空绿*/ --button-plain-text-green:var(--green-color); --button-plain-border-green:var(--green-color); --button-plain-bg-green:#fff; --button-plain-text-hover-green:#fff; --button-plain-border-hover-green:var(--green-color); --button-plain-bg-hover-green:var(--green-color); --button-plain-text-active-green:#fff; --button-plain-border-active-green:var(--deep-green-color); --button-plain-bg-active-green:var(--deep-green-color); /* 按钮-Button 镂空灰*/ --button-plain-text-gray:var(--bwg-color-tit); --button-plain-border-gray:var(--bwg-color-border); --button-plain-bg-gray:#fff; --button-plain-text-hover-gray:var(--bwg-color-tit); --button-plain-border-hover-gray:var(--bwg-color-border); --button-plain-bg-hover-gray:var(--bwg-color-tableHead); --button-plain-text-active-gray:var(--bwg-color-tit); --button-plain-border-active-gray:var(--bwg-color-border); --button-plain-bg-active-gray:var(--bwg-color-divide) ; } /************* clear default style *************/ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{ border: 0;font: inherit;vertical-align: baseline;text-align: left;font-family: "PingFang SC", "Microsoft YaHei", sans-serif;margin: 0;padding: 0;color: var(--bwg-color-tit);} ol, ul {list-style: none;} table {border-collapse: collapse;border-spacing: 0} form, input, textarea,select{font-family: "PingFang SC", "Microsoft YaHei", sans-serif;outline: 0;} h1, h2, h3, h4 {font-weight: 400} i{ font-style:normal; } .clear {clear: both;} b{ font-weight: normal; } .clearfix::after {clear: both; content: ""; display: block; height: 0;} .clearfix { zoom: 1;} .fl {float: left} .fr {float: right} a{text-decoration:none;color: var(--bwg-color-tit);cursor:pointer;outline:0;*star:expression(this.onFocus=this.blur());} a:active{border:none;} a:after{border:none;} img{border:0} .trans{ transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s } .w1200 {width: 1200px;margin: 0 auto} body{ min-width: 1200px;background-color: #fff; font-size: 14px;} html.bg-gray{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray} /* input默认样式 */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none;} input::-moz-placeholder, input::-ms-input-placeholder, input::-webkit-input-placeholder{color: var(--bwg-color-disabled);} input.warn{border-color: var(--red-color) ;box-shadow: 0 0 0 2px rgb(255 77 79 / 20%) ;} input.disabled{background-color: #ebebeb;cursor: not-allowed;color: var(--bwg-color-disabled);} /* button默认样式 */ button{border-radius:0;border:none;background-color:transparent;outline: 0;} button::after{border: none;} .button-center{flex-shrink: 0;display: flex;align-items: center;justify-content: center;} .wt-button{min-width:var(--button-size-middle-minWidth);height:var(--button-size-middle-height);font-size:var(--button-size-middle-fontSize);padding:var(--button-size-middle-padding);border-radius: var(--button-border-radius-base);transition: .24s;cursor: pointer;} .wt-button .iconfont{flex-shrink: 0;margin-right: var(--button-size-middle-iconMargin);font-size: var(--button-size-middle-icon);color: inherit;} .wt-button .wt-button_text{font-size: inherit;color: inherit;} .wt-button.large{min-width:var(--button-size-large-minWidth);height:var(--button-size-large-height);font-size:var(--button-size-large-fontSize);padding:var(--button-size-large-padding);} .wt-button.large .iconfont{margin-right: var(--button-size-large-iconMargin);font-size: var(--button-size-large-icon);} .wt-button.small{min-width:var(--button-size-small-minWidth);height:var(--button-size-small-height);font-size:var(--button-size-small-fontSize);padding:var(--button-size-small-padding);border-radius: var(--button-border-radius-small);} .wt-button.small .iconfont{margin-right: var(--button-size-small-iconMargin);font-size: var(--button-size-small-icon);} .wt-button.green{color: var(--button-text-green);background: var(--button-bg-green);} .wt-button.green:hover{background: var(--button-bg-hover-green);} .wt-button.green:active{background: var(--button-bg-active-green);} .wt-button.blue{color: var(--button-text-blue);background: var(--button-bg-blue);} .wt-button.blue:hover{background: var(--button-bg-hover-blue);} .wt-button.blue:active{background: var(--button-bg-active-blue);} .wt-button.gold{color: var(--button-text-gold);background: var(--button-bg-gold);} .wt-button.gold:hover{background: var(--button-bg-hover-gold);} .wt-button.gold:active{background: var(--button-bg-active-gold);} .wt-button.brown{color: var(--button-text-brown);background: var(--button-bg-brown);} .wt-button.brown:hover{background: var(--button-bg-hover-brown);} .wt-button.brown:active{background: var(--button-bg-active-brown);} .wt-button.is-round{border-radius: var(--button-border-radius-round);} .wt-button.is-plain{color: var(--button-plain-text-gray);border: 1px solid var(--button-plain-border-gray);background-color: var(--button-plain-bg-gray);} .wt-button.is-plain:hover{color: var(--button-plain-text-hover-gray);border-color: var(--button-plain-border-hover-gray);background-color: var(--button-plain-bg-hover-gray);} .wt-button.is-plain:active{color: var(--button-plain-text-active-gray);border-color: var(--button-plain-border-active-gray);background-color: var(--button-plain-bg-active-gray);} .wt-button.is-plain.plain-green{color: var(--button-plain-text-green);border-color: var(--button-plain-border-green);background-color: var(--button-plain-bg-green);} .wt-button.is-plain.plain-green:hover{color: var(--button-plain-text-hover-green);border-color: var(--button-plain-border-hover-green);background-color: var(--button-plain-bg-hover-green);} .wt-button.is-plain.plain-green:active{color: var(--button-plain-text-active-green);border-color: var(--button-plain-border-active-green);background-color: var(--button-plain-bg-active-green);} /* COMBO: filename = framework/public/common/css/refresh_css_www.v9.20.27.css, type = text/plain, resp = 404 */ /* COMBO: filename = framework/web/public/mainsite/css/font/iconfont.css, type = text/css, resp = 200 */ @font-face {font-family: "iconfont"; src: url('//js.wotucdn.com/framework/web/public/mainsite/css/font/iconfont.eot?t=1575427686328'); /* IE9 */ src: url('//js.wotucdn.com/framework/web/public/mainsite/css/font/iconfont.eot?t=1575427686328#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('//js.wotucdn.com/framework/web/public/mainsite/css/font/iconfont.woff?t=1575427686328') format('woff'), url('//js.wotucdn.com/framework/web/public/mainsite/css/font/iconfont.ttf?t=1575427686328') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('//js.wotucdn.com/framework/web/public/mainsite/css/font/iconfont.svg?t=1575427686328#iconfont') format('svg'); /* iOS 4.1- */ } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-stw:before{content:"\e61a"} .icon-QQ:before{content:"\e62e"} .icon-next:before{content:"\e6ab"} .icon-prev:before{content:"\e6bc"} .icon-sucai:before{content:"\e623"} .icon-tel:before{content:"\e614"} .icon-cry:before{content:"\e618"} .icon-inform:before{content:"\e600"} .icon-teamwork:before{content:"\e60e"} .icon-vip:before{content:"\e60d"} .icon-gift:before{content:"\e5db"} .icon-classify:before{content:"\e89d"} .icon-ggsj:before{content:"\e628"} .icon-doubt:before{content:"\e615"} .icon-music:before{content:"\e639"} .icon-backTop:before{content:"\e612"} .icon-mail:before{content:"\e123"} .icon-pause:before{content:"\e620"} .icon-shop:before{content:"\e629"} .icon-camera:before{content:"\e62c"} .icon-close:before{content:"\e693"} .icon-mxt:before{content:"\e603"} .icon-upload:before{content:"\e60b"} .icon-login:before{content:"\e68c"} .icon-dssj:before{content:"\e681"} .icon-feedback:before{content:"\e61d"} .icon-time:before{content:"\e61b"} .icon-play:before{content:"\e622"} .icon-xuanze:before{content:"\e61c"} .icon-search:before{content:"\e613"} .icon-shoucang:before{content:"\e617"} .icon-complete:before{content:"\e616"} .icon-chahua:before{content:"\e624"} .icon-video:before{content:"\e601"} .icon-ppt:before{content:"\e606"} .icon-cpta:before{content:"\e608"} .icon-ysbg:before{content:"\e609"} .icon-xyjy:before{content:"\e60a"} .icon-reward:before{content:"\e60c"} .icon-service:before{content:"\e60f"} .icon-bag:before{content:"\e610"} .icon-recharge:before{content:"\e611"} .icon-whq:before{content:"\e626"} .icon-media:before{content:"\e627"} .icon-picture:before{content:"\e62b"} .icon-dimian:before{content:"\e62d"} .icon-bgWall:before{content:"\e62f"} .icon-Logo:before{content:"\e619"} .icon-evpi:before{content:"\e631"} .icon-company:before {content: "\e855";} .icon-integral:before {content: "\e699";} .icon-label:before {content: "\e794";} .icon-shang-01:before {content: "\e602";} .icon-logoLabel:before {content: "\e604";} /* COMBO: filename = framework/web/public/mainsite/css/publicStyleNew.css, type = text/css, resp = 200 */ body{ background-color:#F8F8F9} i,span,b,em{ display: inline-block;} .positionR{ position: relative;} .positionA{ position: absolute;;} .trans{ transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s } /*ͷ30*/ .top-bar{ height: 35px; background-color:#f0f0f0; line-height: 35px;} .top-bar .wt-slogen{ color: #8b8b8b; line-height:35px;} .top-bar a{ color:#8b8b8b; margin-left:30px;} .top-bar a i{ margin-right: 5px; color: #8b8b8b} .top-bar a:hover i,.top-bar a:hover{ color: #11AA99} .top-bar .sns i {display:inline-block;width:16px;height:16px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/snsIcon.png?v=1) -10px -10px;vertical-align:-2px;} .top-bar .sns:hover i {background-position:-46px -10px;} /*ͨûվϢ 2019-06-19*/ .informBox{ position:relative;} .informNum{ background-color: #FC625A; display: inline-block; width: 28px; height:28px;border-radius: 28px; color: #fff; text-align: center; line-height: 28px;font-size:20px; transform: scale(0.5);} .NewsBox{width:300px;background:#fff;box-shadow:0px 0px 3px 0px rgba(136,136,136,0.5);border-radius:2px; position: absolute; top: 36px; left: 50%; margin-left: -150px; ;z-index:6; display:none;} .informTop{ height: 48px;line-height: 48px; padding:0 15px;} .informTop .informTitle{ color: #333; font-size: 16px; } .informTop .informSign{ color: #999; font-size: 12px;} .informTop .informSign:hover{ color:#11AA99} .informList{ border-top: #F0F0F0 1px solid;} .informList a{ display: block; padding: 12px 20px; margin-left: 0} .informList i{ display: inline-block;width:5px;height:5px;background:#FC625A; border-radius: 5px; margin-top: 8px; margin-right: 10px; cursor:pointer;} .informList i.current{ background-color: transparent} .informList div{ line-height: 20px; color: #666; line-height: 20px; width: 245px;} .informList:hover{ background-color: #11AA99; border-top-color:#11AA99} .informList:hover div{ color:#fff;} .informBox .lookAll{ display: block; width: 100%; height:40px; line-height: 40px; background-color: #F0F0F0; color: #333; margin-left: 0; text-align:center;} .informBox:hover .NewsBox{ display: block} .login-state-new .dotIcon{ width: 7px;height: 7px;border-radius: 7px;background-color: #f63;position: absolute;top: 0px;right: 4px;} .informBox .noNewsn{ width: 100%; height: 100px; line-height: 100px; color: #999; text-align: center; font-size: 16px; background-color: #f8f8f8; display: none;} /*ͨûվϢ 2019-06-19*/ /********** wt header ***********/ /* .wt-haeder { height:130px;width: 100%; background-color: #fff;} .wt-haeder .wt-logo{position: relative; width: 184px; margin-top:40px; margin-right:65px;} .wt-haeder .wt-logo a{ display:block;width: 151px;font-size:75px; color:#11AA99; position: relative;z-index: 5;} .wt-haeder .wt-logo img{width: 100%;height: 100%;} .wt-haeder .wt-logo .tip{display:none;position:absolute;left:0;top:-60px;width:287px;height:183px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/logo-tip.png) center;box-sizing:border-box;padding-top:150px;z-index:4} .wt-haeder .wt-logo .tip p{text-align:center;color:#FF7200} .wt-haeder .wt-logo:hover .tip{display:block} */ .wt-haeder { height:130px;width: 100%; background-color: #fff;} .wt-haeder .wt-logo{position: relative;width: 184px;margin-top: 24px;margin-right:65px;} .wt-haeder .wt-logo img{width: 100%;height: 100%;} .wt-haeder .wt-logo .tip{display:none;position:absolute;left:0;top:-60px;width:287px;height:183px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/logo-tip.png) center;box-sizing:border-box;padding-top:150px;z-index:4} .wt-haeder .wt-logo .tip p{text-align:center;color:#FF7200} .wt-haeder .wt-logo:hover .tip{display:block} .wt-haeder .wt-logo img{display:none} .wt-haeder .wt-logo{display:block;height: 72px;overflow: hidden;} .wt-haeder .wt-logo a{display: block;background: url('//js.wotucdn.com/framework/web/www/home2/images/svg/svg_newLogo.svg') no-repeat;width: 173px;height: 173px;position: relative;top: 8px;} .wt-top-search{ width:645px; margin-top:32px;position: relative; } .wt-top-search .wt-search-div{height:44px; } .wt-top-search .searchInput{ display: block; width:526px; height: 40px; padding: 0 10px 0 20px;border:#11AA99 2px solid; color: #333; border-top-left-radius:44px;border-bottom-left-radius: 44px; font-size:14px; line-height:40px;} .wt-top-search .search-link{ width:80px;text-align: center; background-color:#11AA99;line-height: 44px;height:44px; cursor: pointer;border-top-right-radius: 44px;border-bottom-right-radius:44px; } .wt-top-search .search-link i{ color: #fff;margin-right: 5px; vertical-align: -1px;} .wt-top-search .search-link span{ color: #fff;} .wt-top-search .search-link:hover{ opacity: 0.9; } .vip-recommend-word a{ color: #fff; font-size: 16px; display: inline-block; margin: 0 5px;} /*********** ʷ *************/ .search_list{width: auto;background: #fff;position: absolute; top:44px; right: 88px;left: 20px;z-index:4;box-shadow:0px 2px 4px 0px rgba(105,105,105,0.5);border-radius:0px 0px 2px 2px; display: none;} .search_list .history{padding-left:15px; font-size: 12px;overflow: hidden; height: 40px;} .search_list .history span{display: inline-block;color: #999;height:40px ; line-height:40px; margin-right: 10px; } .search_list .history a{display: inline-block;float: left; line-height: 40px;color: #666;} .search_list .history a:hover{ color: #11AA99;} .search_list .history_a{ overflow: hidden; width:360px;} .search_list .sokeyup_1{ overflow:hidden; padding: 0 15px; cursor: pointer;height:32px; line-height:32px; font-size:12px;} .search_list .sokeyup_2{ float:left; width: 260px; color:#666;line-height: inherit !important;} .search_list .sokeyup_3 {width: 110px; text-align: right; zoom: 1; margin-right: 0px; float: right;color: #666;line-height: inherit !important;} .search_list .all_history{clear: both; overflow: hidden; border-top: 1px #e2e2e2 solid;} .search_list .all_history ul:hover{ background:#E7FFFA; } .search_list .t1 .sokeyup_2,.search_list .t2 .sokeyup_2,.search_list .t3 .sokeyup_2{ color: #11AA99} /*?0?8?0?6?0?6?0?9?0?5?0?9?0?7?0?3?0?3?0?4 2020/7/10*/ .search_list .hty{padding-left:50px;height:38px;padding-right:25px;color:#333333;background:#eeeeee;position:relative} .search_list .hty .time{width:17px;height:17px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/tt.png) center no-repeat;position:absolute;top:12px;left:25px} .search_list .hty span{margin:0} .search_list .hty .history_a{width:84%;height:40px;line-height:40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#333333} .search_list .history_a span{color:#999;padding-right: 10px} .search_list .history_a span:hover{color: #11aa99;text-decoration: underline;} .search_list .hty a{display:contents} /* .search_list .all_history{clear:both;overflow:hidden;margin-bottom:12px;border-top:1px #e2e2e2 solid}*/ .search_list .all_history{clear:both;overflow:hidden;border-top:1px #e2e2e2 solid} .search_list .sokeyup_1{padding-left:25px;padding-right:33px} .search_list .sokeyup_2{width:100%;color:#000;font-weight:400} .search_list .all_history .color-b{width:16px;height:16px;display:inline-block;line-height:16px;text-align:center;color:#999999;background-color:#EEEEEE} .search_list .sokeyup_1 .cr{padding-left:60px;color:#999999} .search_list .all_history .clr1{background-color:#11AA99} .search_list .all_history .clr2{background-color:#11AA99} .search_list .all_history .clr3{background-color:#11AA99} .search_list .all_history .clr1,.search_list .all_history .clr2,.search_list .all_history .clr3{color:#fff} .search_list .all_history ul:hover{background-color:#E7FFFA} .wt-v a{margin:5px 8px 0 !important} .login-n{margin-top:10px !important} @media screen and (max-width: 1400px) {.pull-down .search_list .hty .history_a {width: 79%;}} /********* Ƽȴ *********/ .recommend{width:615px; margin: 5px auto; height: 20px; overflow: hidden;} .recommend a{ color: #999;display: inline-block; margin-right:15px; font-size: 12px} .recommend a:hover{ color: #11AA99} /********* ͼͼ ***************/ .found-img{ width:27px;height:22px;position:absolute;z-index:5;right:95px;top:10px; cursor:pointer;} .wt-top-search .icon-camera{ font-size: 22px; color:#11AA99;} .found-img .input-file{ display:inline-block; width:27px; height:22px;position:absolute; top:0; left:0; opacity:0;filter: alpha(opacity=0);} .found-img .found-notice { position:absolute; left: -61px; bottom:-58px; background-color: #fff; border-radius:2px;width:176px; height: 40px; padding:3px 0; box-shadow: 0 1px 5px rgba(0,0,0,0.2) ;box-sizing: content-box;} .found-img .found-notice p{ line-height: 20px; color: #999; font-size: 12px;text-align: left; width:171px; margin-left: 7px; } .found-img .found-notice .icon-close{ display: inline-block; width:7px; height: 7px; color: #11AA99; font-size: 8px;margin-top:-38px; margin-right:10px; cursor: pointer; } .found-img .icon-sanjiao{ display:inline-block; position: absolute; width:14px; height:12px; top:-12px; right:95px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/wt-public-icon.png) -189px -169px; } .loading-box{ width:536px; box-shadow:0 0 4px rgba(0,0,0,0.1); background-color: #fff;border:#0dc5a1 2px solid; border-top:0; position:absolute !important; top:44px; left:18px; background-color:#fff; z-index:5; height:74px;} .loading-box .load-bg{ width:60px; height:24px; background:url(//js.wotucdn.com/framework/web/public/mainsite/images/loadingImg.gif); margin:25px auto;} /****** δ¼ ****/ .no-login { width:60px; text-align: center; margin-top: 40px; margin-left: 15px} .no-login .icon-login{ font-size:19px; padding-top: 2px;margin-bottom:5px; color: #11AA99;background: none;} .no-login span{ color: #11AA99; font-size: 12px; display: inline-block; width:60px;text-align: center;} /*״???*/ .wt-various-user a{ display: block ; width:60px; height: 40px;margin:35px 8px 0; text-align:center} .wt-various-user a i{margin: 5px auto 7px;color: #999; font-size: 20px;} .wt-various-user a span{ text-align: center; font-size: 12px; color: #666; display: block;} .wt-various-user a span em{ background-color: #ff7200; color: #fff; font-style: normal; padding: 0 2px; font-size:12px; border-radius:4px; margin-left: 4px; display: inline-block; height:12px; line-height:12px; vertical-align:0} .wt-various-user a:hover span,.wt-various-user a:hover i{ color: #11AA99;} /********** Һҵĵ½״??? **********/ .login-state-new{ margin-top:42px; position:relative; margin-left: 20px; height: 60px} .login-state-new .user-photo{ width: 40px; height: 40px; border-radius:40px; overflow: hidden; border: #dbdbdb 1px solid} .login-state-v1{box-sizing: border-box;padding-top: 5px; margin-top:34px; position:relative; margin-left: 20px;width: 40px;height: 55px;background: url(//js.wotucdn.com/framework/web/public/mainsite/images/photo-bg.png);} .login-state-v1 .point-grade{text-align: center;transform: scale(0.6);line-height: 12px;color: #fff;} .login-state-v1 .user-photo{ width: 36px; height: 36px;margin: auto;border-radius:50%; overflow: hidden; } .login-state-v1 .user-photo img{width: 100%;height: 100%;} .user-drop-state li .new{text-indent:0;border: #f63 1px solid;line-height:18px;padding:0 4px;color:#f63;font-size:12px;border-radius:4px;margin-left:4px} .user-drop-state li .myPointNum{ color: #333; display: inline;} .user-drop-state li:hover .myPointNum{ color: #fff} .user-drop-state li:hover .new{ color: #fff; border-color: #fff} .user-drop-state{ width:170px; position: absolute; left: -120px; top:60px; z-index: 5;background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); padding:10px 0 0; border-radius: 2px; display:none;} .user-drop-state li{ color: #666; height: 46px;} .user-drop-state li a{ display:block; text-indent:15px; height: 46px; line-height:46px; position: relative;} .user-drop-state .user-name{ height: 30px; line-height:36px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left:20px; } .user-drop-state .user-name{ display: inline-block; color: #333;width:120px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} .user-drop-state .user-name:hover{ color:#11AA99;} .user-drop-state .user-id{ color:#999; font-size: 12px; height: 24px; line-height:24px;text-indent:20px; margin-bottom: 5px} .user-drop-state li:hover a { color: #fff; background-color: #11AA99;} .user-drop-state .top-arrow{ position: absolute;top:-10px;right:20px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/wt-public-icon.png) -92px -12px; display: inline-block; height: 10px; width: 16px;} .user-drop-state li a em{ display:inline-block; width:6px; height:6px ;position:absolute; top:17px; left:78px;background-color:#ff4435 ; border-radius:6px} .user-drop-state .login-out{ border-top:#eee 1px solid} .user-drop-state li.grade{height: 46px;line-height: 46px; color: #333} #buyerUserId span,#sellerUserId span{ display: inline; color: #999} #buyerUserId .copyBtn,#sellerUserId .copyBtn{background-color: #11AA99; border: 0; color: #fff; font-size: 12px; border-radius: 2px;margin-left:4px; cursor: pointer;} .login-state-new:hover .user-drop-state{ display:block;} .login-state-v1:hover .user-drop-state{ display:block;} .fixed-top{ position: fixed; left: 0; top:-70px; z-index: 5;width: 100%;background-color: #fff; height:64px; box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: translateZ(0);-webkit-transform: translateZ(0);-moz-transform: translateZ(0);} .fixed-top .logo{ width:118px; height:46px; margin-top: 14px; margin-right: 140px;} .fixed-top .logo img{width:100%} /*.fixed-top .logo a{ display: block; width:118px;color: #11AA99;font-size:54px; margin-top: -6px}*/ .fixed-top .logo img{display:none} .fixed-top .logo{display:block;height: 50px;overflow: hidden;width: 156px;margin-right: 40px;} .fixed-top .logo a::after{content:"";display:block;background: url('//js.wotucdn.com/framework/web/www/home2/images/svg/svg_newLogo.svg') no-repeat;width: 173px;height: 173px;position: relative;top: -18px;transform: scale(.8);} .fixed-top .logo .icon-Logo::before{display: none;} .fixed-top .wt-top-search { margin-top: 11px;} .fixed-top .found-img .found-notice { display: none;} .fixed-top .found-img:hover .found-notice{ display:block} /**/ .wt-nav{ background-color:#11AA99; height:40px; position: relative; z-index:3;} .icon-decorate{ width: 184px; height: 3px; position: absolute; top: -3px; left: 0; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/navTop2.png)} .hot-classify a{ color:#fff; line-height:40px; height:40px;display: inline-block; padding: 0 25px;} .hot-classify a:hover{ background-color:#0f998a; color:#fff !important; } .all-classify{ position:relative;} .all-classify .classify-title{ color: #fff;line-height:35px;display: inline-block; height:40px; width:180px; text-align: center;} .all-classify .classify-title .icon-classify{width:15px; height:15px; color: #fff; font-size: 16px;margin-right:10px} .all-classify .on{ background-color: #19B4A3} .all-classify .drop-first-classify{ position: absolute; top:40px; left: 0; background-color:#222;height:525px; padding-top: 5px;border-radius:0px 0px 0px 2px; display: none} .all-classify .drop-first-classify .classify-title-first{ display:block; height:40px; color: #fff;line-height:40px; width: 180px; font-size:13px} .all-classify .drop-first-classify .classify-title-first i{margin-left:16px; width:16px; color: #fff; font-size:14px;margin-right:10px;} .all-classify .drop-first-classify .classify-title-first i.icon-stw{ font-size: 15px} .all-classify .first-classify .current{background-color: #fff; color: #11AA99;} .all-classify .first-classify:hover .classify-title-first i{ color: #11AA99} .left-classify{ width:720px; margin-left: 15px} .drop-secord-classify{ position: absolute; top:0; left:180px;width: 1028px; height:510px;border-radius:0px 1px 1px 0px; background-color: #fff;padding-top:20px; display: none; overflow: hidden;} .drop-secord-classify .moudle-box{width: 290px; margin: 0 40px 30px 30px;} .drop-secord-classify .moudle-box p{ width: 290px; border-bottom: #e1e1e1 1px solid; height:41px ; line-height:40px; margin-bottom:5px; } .drop-secord-classify .moudle-box p a{ color: #333; display: inline-block;} .drop-secord-classify .moudle-box p a.new{ color:#FFB141} .drop-secord-classify .moudle-box a.new i.newLabel{display: inline-block;width: 28px; margin-left: 3px;height: 15px;background:url(//js.wotucdn.com/framework/web/so/index/images/icon-new.png);vertical-align: -3px;} .drop-secord-classify .moudle-box .third-classify{ position: relative; height:90px; overflow: hidden; width: 330px;} .drop-secord-classify .moudle-box .third-classify a{display: inline-block; margin-right:30px; line-height: 24px; color:#666; font-size: 12px; margin-bottom:2px; width:75px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .drop-secord-classify .moudle-box .third-classify a:hover,.drop-secord-classify .moudle-box p a:hover{ color: #11AA99;} .drop-secord-classify .moudle-box .third-classify a.current-style{ color: #ffb310;} .all-classify .first-classify:hover .drop-secord-classify{ display: block;} .all-classify:hover .drop-first-classify { display: block;} .all-classify .first-classify:hover .classify-title-first{ background-color: #fff; color: #11AA99} .drop-secord-classify .moudle-box .third-classify a.newUpdata{ color: #11AA99} .drop-secord-classify .moudle-box .third-classify a.newUpdata .iconNewUpload{ width: 23px; height: 10px; background: url(//js.wotucdn.com/framework/web/www/index/images/icon-new.png) 0 -16px; vertical-align:6px;position: absolute;margin-left: 2px;} /********* ҲͼƬƼ ********/ .drop-secord-classify .right-tuijian{ height:490px; background-color: #fafafa; width:225px;margin-top:-20px; padding:45px 38px 25px 20px} .drop-secord-classify .img-box{ width: 225px; height: 165px;float: left; margin:20px 0px 45px 10px;} .drop-secord-classify .img-box img,.drop-secord-classify .img-box a{ width: 225px; height: 165px; display: block;} .drop-secord-classify .w517{ width:495px; padding-top:45px; padding-right:30px;} .drop-secord-classify .w350{ width:350px; } .drop-secord-classify .w517 .img-box{ margin:20px 10px 45px 15px} .drop-secord-classify .w517 .img-box:nth-child(2n){ margin-right: 0;} .wt-nav .w1200{ position: relative;} .rightPositin{ background-color: #11AA99; position: absolute; top: 0;left: 50%; margin-left: 403px; right: 0} .nav-bg{ height: 40px; width: 37px; position: absolute; top: 0; left:-23px;} .link-ppt{ margin-right:15px; position: relative;} .rightPositin a{ color: #fff; line-height:40px; display: inline-block; height:40px; padding: 0 8px; position: relative;z-index: 1} .link-vip a:hover,.link-ppt a:hover{ background-color: #0f998a; color:#fff; } .rightPositin a i{ margin-right:6px; color: #fff; font-size: 16px;} /******** ղذť *********/ .list-btn{ position: absolute;padding:7px 0; width: 100%; height:38px;bottom:-85px; background:url(//js.wotucdn.com/framework/web/so/index/images/WorkList-bottom-bg.png); padding:35px 0 10px 0} .list-btn .collect-btn,.list-btn .collect-new{ height: 38px; width:78px; line-height:38px;font-size:14px; margin-left:14px; background-color: #ffb200;border-radius: 2px;color: #fff;text-align: center; margin-left:15px; cursor: pointer;} .list-btn .collect-btn:hover,.list-btn .collect-new:hover{background-color: #ffc236} /******** ưť *********/ .find-list .list-btn .collect-btn,.find-list .list-btn .collect-new{width:65px;margin:0 11px; } .find-list .list-btn .search-btn{display: block;height: 38px;line-height: 38px; width:65px;background: #21ACF4;border-radius: 2px;text-align: center;color: #fff;} .find-list .list-btn .search-btn:hover{background: #4dbdf6;} /*ղذťʵòɵʱʹ ??? .collect-new*/ .list-btn .download{ height:38px;width:148px; text-align: center;font-size:14px; line-height:38px; background-color: #11AA99; border-radius:2px; margin-right:14px; width: 148px; color: #fff;} .find-list .list-btn .download{width:90px;margin-right:11px;} .list-btn .download a{color: #fff;} .list-btn .download:hover{ background-color:#0f998a; } .pic-list:hover .btn-box{ bottom: 0;} .pic-list:hover{ box-shadow:0 0 5px rgba(101,101,101,0.3)} .pic-list .hotSale{ background: url(//js.wotucdn.com/framework/web/so/index/images/hotSale.png); display:inline-block; width: 46px; height: 21px; position: absolute; top: 0; right: 0;} /******* ȷǷղػȡ??? *********/ .list-btn .coll-success{ background-color: #fff; border: #dfdfdf 3px solid; border-radius: 2px; position: absolute; top:-22px; left:13px; height:48px; width:132px; line-height:48px; text-align: center; color:#999; font-size:14px;} .list-btn .sure-coll{background-color: #fff; border: #dfdfdf 3px solid; border-radius: 2px;position: absolute; z-index: 2;top:-50px; left:13px; height: 74px; width: 184px;} .list-btn .sure-coll p{ text-align: center; color: #999; line-height:30px; height: 30px;font-size: 14px; margin-top: 3px} .list-btn .sure-coll div{ text-align: center; height: 30px;margin-top: -5px;} .list-btn .sure-coll span{ display: inline-block; border-radius: 2px; width: 80px; height: 30px; line-height: 30px; font-size: 14px; background-color: #eaeaea; color:#666; cursor: pointer; text-align: center; margin: 0 4px} .list-btn .sure-coll .sure-coll-btn{ background-color: #11AA99; color: #fff;} .list-btn .sure-coll .sure-coll-btn:hover{ background-color:#0f998a} /******** Ʒб ********/ .pic-list{ width: 264px; max-height: 460px; overflow: hidden; border-radius:2px;margin-right:30px; margin-bottom:30px; position: relative;} .pic-list .img a{ width: 264px; height: 100%;} .pic-list .img a img{ display: block;} .pic-list .list-info{ background: url(//js.wotucdn.com/framework/web/so/index/images/WorkList-top-bg.png); height: 45px; position: absolute; top:-50px; left: 0; padding: 0 35px 0 45px; z-index:2; transition: all 0.2s;} .pic-list .list-info a{ display: block;width:210px; line-height:40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size:14px;} .pic-list .shouquan-btn{ width:24px; height: 24px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/businessIcon.png); position: absolute;top:7px;left: 14px; z-index:2; cursor: pointer;} .pic-list .tsa-btn{ width:24px; height:24px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/businessIcon.png); position: absolute;top:8px; left: 14px; z-index:2; cursor: pointer;} .pic-list .shouquan-btn.iconfont,.pic-list .tsa-btn.iconfont{ width:30px; height:31px; background-color: #fff; font-size: 32px; color:#21acf4;position: absolute;top:7px;left:7px; z-index:2; cursor: pointer; background-image: none; border-radius: 5px} .pic-list .shouquan-btn::before,.pic-list .tsa-btn::before{ position: absolute; top: -2px} .pic-list .vip-icon{background: url(//js.wotucdn.com/2015/image/search/vip.png) no-repeat scroll 0 0;height: 28px;position: absolute;right: -1px;top: 0;width: 94px;} .pic-list:hover .list-info{top: 0;} .pic-list .companyLabel{ background-color: #11AA99; width: 56px; text-align:center; height: 24px; line-height: 24px; color: #fff;position: absolute; top: 6px; right:0; border-top-left-radius:4px;border-bottom-left-radius:4px; z-index:2} .pic-list:hover .companyLabel{ display:none;} /*pptDZ 2019-06-18*/ .pic-list .pptLabel{width:auto; padding: 0 7px;height: 28px; line-height:28px; background-color:#11AA99; color: #fff; border-bottom-left-radius: 10px; position: absolute; top:0; right:0; text-align:center; font-size: 12px; z-index: 1} /*gifͼ*/ .pic-list .labelGif{position: absolute;width:31px;height:17px;line-height:17px;text-align: center;font-size: 12px;color: #fff;border-radius: 6px;background: rgba(0,0,0,0.5); opacity: 0.5;text-decoration: none; top: 10px; right: 10px } .pic-list:hover .labelGif{top: -30px} /*Ƶб*/ .video-list{ width:364px; height:204px; border: #f1f1f1 1px solid; margin-right:23px; margin-bottom: 30px;position: relative; overflow: hidden; border-radius: 2px ;} .video-show{ width:364px; height:204px; overflow: hidden;} .video-list .bg-mask{ width:364px; height:204px; display: block; border-radius: 2px ; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/videobgmask.png) ; transition: all 0.2s ease-in-out; position: absolute; top: 0; left:0 } .video-show video {display:block;object-fit: fill;} .video-list h3{ width:330px; height: 33px;padding: 0 15px;margin: 0 auto; line-height:30px; bottom: 0;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; position: absolute; left: 0; color: #FFF; transition: all 0.2s;} .video-list h3 span{ background-color:#11AA99; border-radius:2px; color: #fff; display: inline-block; width: 56px; height: 24px; line-height: 24px; margin-right:2px; font-size: 12px; text-align: center;} .video-list .list-btn { width:146px; right: 14px; top:-30px; left: auto;padding: 0; height: 25px; background-color:transparent; background-image: none} .video-list .list-btn .collect-btn,.video-list .list-btn .collect-new{width:70px; height: 25px; line-height: 25px; font-size:14px; margin-left:0px; margin-right: 6px;} .video-list .list-btn .download{ width:70px; height: 26px; line-height: 26px; background-color: #11AA99;text-align: center;border-radius: 2px;margin:0 auto 10px; margin-right:0px; cursor: pointer; font-size: 12px} .video-list .list-btn .collect-btn:hover,.video-list .list-btn .collect-new:hover{background-color: #ffc236} .video-list .list-btn .download a{ width:70px; height: 26px; line-height:26px;text-align: center;font-size:14px; color: #fff; display: inline-block;} .video-list .list-btn .download a:hover{background-color:#0f998a;} .video-list:hover .list-btn { display: block; top:10px;} .video-list .list-btn .sure-coll {left:0;top:28px; display: block; width: 148px; height: 62px;} .video-list .list-btn .sure-coll span{ width:60px; height: 20px; line-height: 20px;} .video-list .list-btn .coll-success{left:0px; top:28px; width:114px; height: 36px; line-height: 36px;} .video-list:hover h3{ bottom: -35px;} .video-list .shouquan-btn{width: 24px;height: 24px;background: url(//js.wotucdn.com/framework/web/public/mainsite/images/businessIcon.png);position: absolute;top: 7px;left: 14px;z-index:2;cursor: pointer;} .video-list .tsa-btn{ width:24px; height:24px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/businessIcon.png); position: absolute;top:8px; left: 14px; z-index:2; cursor: pointer;} .video-list .shouquan-btn.iconfont,.video-list .tsa-btn.iconfont{ width:28px; height:30px; background-color: #fff; font-size: 30px; color:#21acf4;position: absolute;top:7px;left:7px; z-index:2; cursor: pointer; background-image: none; border-radius: 5px} .video-list .shouquan-btn::before,.video-list .tsa-btn.iconfont::before{ position: absolute; top: -2px; left: -1px} .video-list .video-play{ width: 42px; height: 42px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -86px -73px; position: absolute; top: 50%;left: 50%; margin-top: -21px; margin-left: -21px; transition: all 0.2s ease-in-out} .video-list:hover .bg-mask{ background-image: none;} .video-list:hover .video-play{ display: none;} .video-list .icon-video{width: 29px;height: 18px;background: url(//js.wotucdn.com/framework/web/weili/images/icon_video.png)no-repeat;position: absolute;top: 8px;left: 8px;} .video-list:hover .icon-video{display: none;} .test-list .list-btn .download i.icon-shoper{background: url(//js.wotucdn.com/framework/web/weili/images/icon_shop.png);} /** pagelist ***/ .page{text-align:center; height:38px;width:100%;margin:60px auto;} .page a{display:inline-block; padding:0 15px; height:40px;margin:0 2px;border-radius: 2px; background: #fff; line-height:42px;font-size:14px;color:#666;transition:all .2s; background-color: #fff;} .page a:hover,.page a.current{background: #11AA99;color:#fff;} .page span{color:#666; font-size:16px;padding:0 5px;} /* footer*/ .wt-footer{ background-color: #fff; height:210px; border-top: #ececec 1px solid; padding-top:40px;} .wt-footer .wt-logo{ width: 151px; height: 63px; margin-bottom:20px; margin-right:180px;} .wt-footer .wt-logo a{ display:block;width: 151px;} .wt-footer .wt-logo img{width:100%} .bottom-left-infor .phone-box { height:35px; position: relative; cursor: pointer; width:140px;} .bottom-left-infor .qq-box{ margin-top: 10px;} .bottom-left-infor .phone-box i{ font-size:18px; color: #11AA99;margin-right:10px; } .bottom-left-infor .qq-box i{ margin-right:10px;font-size: 20px; color: #fff; vertical-align: -2px;} .bottom-left-infor .qq-box a { display: block;width:151px;height:36px; line-height: 36px;background:#11AA99;border-radius:2px; color: #fff !important; text-align: center;} .bottom-left-infor .phone-box span,.bottom-left-infor .phone-box a{ font-size: 14px; color: #666;} .bottom-left-infor .qipao-infor{ position: absolute;left: -28px;background-color: #fff; box-shadow: 1px 0 13px rgba(0,0,0,0.1); padding:10px 28px; display: none;} .bottom-left-infor .qipao-infor p{ color: #666;font-size:12px; line-height:20px; width: 125px; text-align: center;} .bottom-left-infor .qipao-infor b{ position: absolute; left:75px; display: inline-block; width: 24px; height:13px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -123px -193px } .bottom-left-infor .phone-box .qipao-infor{top:-60px} .bottom-left-infor .phone-box .qipao-infor b{top:40px} .bottom-left-infor .qq-box .qipao-infor{top:-95px} .bottom-left-infor .qq-box .qipao-infor b{top:80px} .bottom-left-infor .phone-box:hover .qipao-infor{ display: block} .bottom-left-infor .phone-box:hover span,.bottom-left-infor .phone-box:hover a{ color: #11AA99} .footer-link{ margin-right:105px;} .footer-link li{ color:#b2b2b2; font-size: 16px; width:80px; letter-spacing: 2px} .footer-link .first-title{ margin-bottom:20px;} .footer-link li a{ color: #666; font-size: 14px; line-height: 38px; letter-spacing: 2px} .footer-link li a:hover{ color: #11AA99} /******* ע ********/ .guanzhu-wt{ margin-top:140px; margin-right:64px} .guanzhu-wt a{ display: inline-block; height: 44px; width:44px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) ;border-radius: 44px} .guanzhu-wt .wx-box{ position:relative;} .guanzhu-wt .wb-box { margin:0 68px;} .guanzhu-wt-m{ width:38px; height: 38px} .guanzhu-wt .wx-box a{background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -132px -72px; width: 43px; height:43px} .guanzhu-wt .wb-box a{background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -178px -72px} .guanzhu-wt .qq-box a{background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -223px -72px} .guanzhu-wt .wx-box-hover{ position: absolute; top: -104px; left: 20px;width:281px; height: 102px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/wechat_subscription_X.jpg)} /********* youqinlainjie ********/ .friendlylink{ background-color: #fff; padding:30px 0 25px; background-color: #f7f7f7} .friendlylink-nav span{ color:#999; font-size: 14px; height: 16px; display:inline-block; cursor: pointer; margin-right: 20px; padding-bottom:15px;} .friendlylink-nav span.on,.friendlylink-nav span:hover{ color: #666} .friendly-con-m{ display: none;} .friendly-con-m a{ color: #999; display: inline-block; margin-right: 15px; line-height: 34px;} .friendly-con-m a:hover{ color: #11AA99} .copyright{ background-color: #565656; height:70px; padding:13px 0} .copyright p{ color:#999; line-height:25px; font-size: 12px} .copyright p a{color:#999; } .copyright .right-con div{ height:31px; float:left; margin-left:26px; margin-top:22px;width: 102px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png)} .copyright .right-con div.renzheng1{ background-position: -26px -228px} .copyright .right-con div.renzheng2{background-position: -133px -228px} .copyright .right-con div.renzheng3{background-position: -240px -228px} .copyright .right-con div a{ display: block; height: 41px; width:112px} .beian-box{display: inline-block; width:15px; height: 15px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -155px -193px ; vertical-align: -2px; margin: 0 3px 0 2px} /*Ҳ*/ .right-fixed-m{ top: 50%; position: absolute;} .right-fixed{ position: fixed; width:38px; height: 100%; top: 0; right: 0; z-index: 5; background-color:#222} .everyItem{position: relative; height:120px;} .everyItem:after{ content:''; position: absolute; width: 30px; height:1px; background-color: #555; left: 50%; margin-left: -15px; bottom: -1px;} .everyItem .linkLabel{display:block; width:38px ; height:56px;padding:32px 0;color:#fff; text-align: center; font-size: 12px; line-height: 16px} .everyItem .linkLabel i{ width: 20px; height: 19px; display: block; margin:0 auto 5px; color: #fff; font-size: 16px; text-align: center;} .everyItem .linkLabel:hover{ background-color: #11AA99; color: #fff;} .everyItem:hover{ background-color:#11AA99; color: #fff} .hover-show{position: absolute;z-index:5; top:20px;right:38px; opacity: 0; z-index: -1;transition: all 0.3s ease-in-out; visibility: hidden;} .everyItem:hover .hover-show{top: 0; opacity: 1;visibility: visible;z-index: 1} .everyItem .linkLabel i.icon-gift{font-size:20px;} .right-fixed .invite-box .gift-icon{width: 32px;height: 26px;background: url(//js.wotucdn.com/framework/web/www/active/oldDrive/images/gift-icon.png);} /*߿ͷ*/ .right-fixed .qqTip{background:#fff;width:200px;padding: 5px 10px; box-sizing: border-box; font-size:12px;box-shadow: 0 0px 6px rgba(168,168,168,0.38)} .right-fixed .qqTip .work-time{padding:6px 0;border-top:1px solid #e8e8e8;} .right-fixed .qqTip .work-time p{color:#666} .right-fixed .qqTip .id-info{padding-top: 4px;border-top:1px solid #e8e8e8;color:#666} .right-fixed .qqTip .id-info p{text-align: left;padding-left: 28px;} .right-fixed .qqTip .id-info span{color:#11AA99;margin-left: 4px;} .right-fixed .qqTip .service div{width:89px;height:98px;box-sizing:border-box} .right-fixed .qqTip .service p{color:#666} .right-fixed .qqTip .service .WeChat img{display:block;width:75px;height:75px;margin:auto} .right-fixed .qqTip .service .line{height:70px;border-left:1px solid #e8e8e8;margin-top:16px} .right-fixed .qqTip .service .qq .qq-box{display: block;width: 65px;height: 65px;background: #d8d7d7;margin-left: 12px;padding-top: 18px;box-sizing: border-box;margin-top: 6px;margin-bottom: 3px;} .right-fixed .qqTip .service .qq i{display:block;width:35px;height:30px;margin:-3px auto; font-size: 35px; color: #fff;} .right-fixed .qqTip .service .qq:hover .qq-box{background: #4fd3b9;} .right-fixed .qqTip p{line-height: 20px;text-align: center;} .right-fixed .wx-erwema{position: absolute;width:150px;height: 170px;left: -150px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/wechat_subscription_Y2.png?v=1.0) no-repeat;padding-left: 10px;} .right-fixed .wx-erwema .close{display:block;width:16px;height:16px;position:absolute;top:0;left:0;cursor:pointer;background: url(//js.wotucdn.com/framework/web/public/mainsite/images/wx-close.png);} .right-fixed .back-top{ height: 90px} .right-fixed .back-top .linkLabel{ height:20px;padding:35px 0;} .right-fixed .back-top::after{ height: 0;} .right-fixed .completeLink{ background: url(//js.wotucdn.com/framework/web/public/mainsite/images/completeImg.png);width: 252px;height:119px; box-shadow: 3px 0 6px rgba(0,0,0,0.1)} /*¼*/ #browse-record{width:248px;height:100%;position:fixed;right:-253px;top:0;bottom:0; z-index:6; background:#efefef;border-left:4px solid #ccc;border-right:1px solid #ccc;display:block;transition:all 0.2s;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s} #browse-record .header{padding-top:24px} #browse-record .header h4,#browse-record .header span{color:#666} #browse-record .header .retract{width:15px;height:13px;margin:4px 60px 0 12px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/browse-record.png) 0 -53px no-repeat;cursor:pointer} #browse-record .header .retract:hover{ background-position: -20px -53px} #browse-record .header h4 i{display:inline-block;width:15px;height:15px;margin-right:6px; color: #999;vertical-align:-1px} #browse-record .header .empty{margin-right:22px;display:block;cursor:pointer} #browse-record .header .empty:hover{ color:#11AA99} #browse-record .no-see{margin-top:152px;} #browse-record .no-see i{display:block;width:50px;height:50px;margin:auto;margin-bottom:20px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/browse-record.png) 0 0 no-repeat} #browse-record .no-see .txt p{text-align:center;line-height:20px;color:#999} #browse-record .list-m { margin-top: 20px; overflow-y:scroll; } #browse-record .list-m .list{ position:relative;width:98px; height:170px; border: #fff 3px solid; background-color: #fff; margin-left: 10px; margin-bottom:15px;overflow:hidden;} #browse-record .mask-div a{ display: block;width:98px; height:170px;} #browse-record .mask-div{ width: 98px; height: 170px; position: absolute; top: 0; left: 0; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/coll-mask.png) left bottom no-repeat; display: none; transition: all 0.2;} #browse-record .operation-div{ position: absolute; width: 100%; left: 0; bottom:0; transition: all 0.2s; display: none;} #browse-record .operation-div .collect-btn{ width: 90px; height: 26px; line-height: 26px;background-color: #ffb200; color: #fff; text-align: center;border-radius: 2px; margin:0 auto 10px; cursor: pointer; font-size: 12px;} #browse-record .operation-div .collect-btn:hover{ background-color: #ffc236} #browse-record .operation-div .download-btn{ width: 90px; height: 26px; line-height: 26px; background-color: #11AA99;text-align: center;border-radius: 2px;margin:0 auto 10px; cursor: pointer; font-size: 12px;} #browse-record .operation-div .download-btn a{ color: #fff } #browse-record .operation-div .download-btn:hover{background-color:#0f998a} #browse-record .coll-success{ width: 88px; height: 24px; line-height: 24px; border: #cbcbcb 1px solid; border-radius: 2px; background-color: #fff; text-align:center; color: #999; font-size: 12px; margin: 0 auto; position: absolute; top: 0; left:4px; opacity: 0; z-index:-1;} #browse-record .list-m .list:hover .operation-div{display: block;} #browse-record .list-m .list:hover .mask-div{ display: block;} .empty-mask{ width:248px; height: 100%; position:absolute; top: 0; left: 0 ; display:none;} .empty-mask .mask{width: 100%; height: 100%; position:absolute;background: #000;filter: alpha(opacity=30);opacity: .3; top: 0; left: 0; } .empty-ask{ width: 200px; height:120px; background-color: #fff; position: absolute; top: 170px; left: 50%; margin-left: -100px; border-radius: 2px;} .empty-ask p{ color: #666; text-align:center; padding: 35px 0 15px} .empty-ask .ask-box{ text-align: center;} .empty-ask .ask-box span{ display: inline-block; width: 75px; height: 22px; line-height: 22px ; color: #fff; border-radius: 2px; margin: 5px ; text-align: center; font-size: 12px; cursor: pointer;} .empty-ask .ask-box span.sure-btn{ background-color: #11AA99;} .empty-ask .ask-box span.sure-btn:hover{ background-color: #0f998a } .empty-ask .ask-box span.reset-btn{ background-color: #b4b4b4;} .innerbox::-webkit-scrollbar {width: 4px;height: 4px;} .innerbox::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(187,187,187,1);background: rgba(187,187,187,0.2);} .innerbox::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(239,239,239,1);border-radius: 0;background: rgba(239,239,239,0.1);} /********* ȷȨ ***********/ .sq-mask{ position: fixed;left: 0;top: 0; width: 100%; height:100%;z-index:99; display:none} .sq-mask .mask{width: 100%;height: 100%;background-color: #000;filter: alpha(opacity=40);opacity: .4;position: absolute;top: 0;left: 0;} .sq-mask .sq-mask-m{ width:411px; height:614px; background:url(//js.wotucdn.com/framework/web/public/mainsite/images/sqs-mask.jpg); position:absolute; top:50%; left:50%; margin-left:-199px; margin-top:-350px; padding:43px; border-radius:2px;} .sq-mask .sq-mask-m .icon-close{display: inline-block; width: 21px;height: 21px; font-size: 18px; color: #fff;position: absolute;top: -0px;right: -30px;cursor: pointer;} .sq-mask .sq-mask-m .num{ color:#f52925; font-size:12px; text-align:center; padding-top:90px; padding-bottom:35px;} .right-specific{ width:311px;word-wrap: break-word; line-height:24px;} .sq-mask .sq-mask-m .specific-infor{ color:#2d2d2d ; width:406px; font-size:14px; padding-right:5px; margin-bottom:20px;} .specific-title{ display:inline-block; width:90px; line-height:18px; padding-left:5px;line-height:24px; } .sq-mask .sq-mask-m .specific-infor p{ line-height:18px; color:#2d2d2d; width:400px; padding:0 5px; font-size:12px; line-height:20px; } .vague-box{width:401px; height:359px; margin-left:5px; margin-top: 5px;background:url(//js.wotucdn.com/framework/web/weili/images/img-shouquan-1.png) no-repeat; overflow: hidden} .vague-box .btn-company{ width: 388px; height: 111px; background-color: #25caaa; margin:60px auto 0; padding-top: 14px;} .sq-mask .sq-mask-m .vague-box .btn-company p{ text-align: center; line-height: 24px; color: #fff; font-size: 14px;} .sq-mask .sq-mask-m .vague-box .btn-company a{ display: block; width: 150px; height:38px; line-height: 38px; background-color: #ffb200; border-radius: 2px ; color: #fff; text-align: center; margin:10px auto 0;} .sq-mask .sq-mask-m .vague-box .btn-company a:hover{ opacity: 0.9;} .specific-infor{ position: relative;} .specific-infor img{ position:absolute; right:15px; bottom:20px; width:94px; height:94px;} .specific-infor a{ display: block; width:160px; height:38px; line-height: 38px; background-color: #11AA99; border-radius: 2px ; color: #fff; text-align: center; margin:15px auto 0; box-shadow: 0 0 5px rgba(28,118,180,0.7)} .specific-infor a:hover{ color:#fff !important} /*TSA ʱ֤???*/ .TimeCertificate{ width: 100%; height: 100%; position:fixed; top: 0;left: 0; z-index: 5} .TimeCertificate .mask{width: 100%;height: 100%;background-color: #000;filter: alpha(opacity=40);opacity: .4;position: absolute;top: 0;left: 0;} .CertificateBox{width:411px;height: 614px;background: url(//js.wotucdn.com/framework/web/public/mainsite/images/tasBgMask.jpg);position: absolute;top: 50%;left: 50%;margin-left: -200px;margin-top: -350px;padding: 43px;border-radius: 2px;} .CertificateBox .icon-close{ color: #fff; font-size: 18px; position: absolute; top: 0; right: -25px; cursor: pointer;} .w360{ width:400px; margin: 0 auto;} .CertificateBox p{ font-size: 12px; line-height: 20px; color: #333} .CertificateBox .explain{ color: #000;text-indent: 2em; margin-top:110px; margin-bottom:15px} .CertificateBox .colorBlack{ color: #000; width:144px;text-align-last:justify;text-align:justify;text-justify:distribute-all-lines; font-weight: bolder;} .CertificateBox span{ color: #333} .CertificateBox .w65{ color: #333; width:65px;text-align-last:justify;text-align:justify;text-justify:distribute-all-lines; font-weight: bolder;} .CertificateBox .w335{ width:335px;} .CertificateBox .marginTop15{ margin-top: 15px} .CertificateBox .vague-box{width:406px; height:184px; margin-left:0px; margin-top: 5px;background:url(//js.wotucdn.com/framework/web/weili/images/img-shouquan-2.jpg) no-repeat; overflow: hidden} .CertificateBox .vague-box .btn-company{ width: 388px; height: 111px; background-color: #25caaa; margin:40px auto 0; padding-top: 14px;} .CertificateBox .vague-box .btn-company p{ text-align: center; line-height: 24px; color: #fff; font-size: 14px; width: 90%; margin: 0 auto} .CertificateBox .vague-box .btn-company a{ display: block; width: 150px; height:38px; line-height: 38px; background-color: #ffb200; border-radius: 2px ; color: #fff; text-align: center; margin:10px auto 0;} .CertificateBox .vague-box .btn-company a:hover{ opacity: 0.9;} /*ղ*/ .collect-us{display:none;position:fixed;right:120px;bottom:45px;width:224px;height:120px;background:#fff;box-shadow:0px 4px 21px 0px rgba(0,0,0,0.12);border-radius:4px;z-index:8;box-sizing:border-box;padding-top:22px} .collect-us .close{position:absolute;top:8px;right:8px;display:block;width:10px;height:10px;background:url(//js.wotucdn.com/framework/web/public/mainsite/images/collect-close.png);cursor:pointer} .collect-us .content{width:124px;margin:0 auto 18px} .collect-us .content p{width:42px;height:42px;line-height:42px;border-radius:4px;text-align:center;color:#fff;font-size:18px;background:#00B38A} .collect-us .content p:first-child{margin-right:15px} .collect-us .content span{font-size:20px;color:#00B38A;line-height:42px} .collect-us .note{text-align:center;font-size:16px;color:#333} /*ingimageƷ 2019-11-25*/ .pic-list .half-icon{display:block;width:51px;height:48px;background:url(//js.wotucdn.com/framework/web/designer/shop/images/half-icon.png);position:absolute;top:8px;right:8px} /*û񣨺̨Ϣռ 2019-12-11*/ body .evpi .layui-layer-content{overflow: hidden;} .evpi-alert{display: none;box-sizing:border-box;width:652px;background:#fff;border-radius:4px;position:relative;padding:26px 23px 10px} .evpi-alert .close{display:block;width:13px;height:13px;background:url(//js.wotucdn.com/framework/web/recharge/images/evpi-close.png);position:absolute;top:10px;right:10px;cursor:pointer} .evpi-alert .success-part{margin-bottom: 28px;} .evpi-alert .success-part .success-icon{display: block;width: 67px;height: 67px;background: url(//js.wotucdn.com/framework/web/recharge/images/success-icon.png);margin: 0 auto 16px;} .evpi-alert .success-part .note{text-align: center;font-size: 18px;} .evpi-alert .title{text-align:center;font-size:14px;color:#FF7443;position:relative;margin-bottom:28px;line-height:18px} .evpi-alert .title:before{content:'';display:block;width:152px;height:1px;background:#FF7443;position:absolute;top:49%;left:0} .evpi-alert .title:after{content:'';display:block;width:152px;height:1px;background:#FF7443;position:absolute;top:49%;right:0} .evpi-alert .title span{font-size:18px;color:#FF7443;margin:0 15px} .evpi-alert .item-box{margin-bottom:20px} .evpi-alert .item-box .item-title{color:#999;margin-bottom:12px} .evpi-alert .item-box .item{box-sizing:border-box;width:111px;height:34px;line-height:34px;text-align:center;border:1px solid #D0D0D0;font-size:12px;color:#666;margin:0 12px 12px 0;cursor:pointer} .evpi-alert .item-box .on{background: #11AA99;color: #fff;border: 1px solid #11AA99;} .evpi-alert .item-box .item:nth-child(5n){margin-right:0} .evpi-alert .btns{text-align:center} .evpi-alert .btns a{box-sizing:border-box;display:inline-block;width:108px;height:34px;line-height:32px;text-align:center;border:1px solid #11AA99;border-radius:2px} .evpi-alert .btns .ensure{background:#11AA99;color:#fff;margin-right:20px} .evpi-alert .btns .next{color:#11AA99} .right-fixed .evpi-box .evpi{position: absolute;width: 269px;height: 125px;left: -269px;background: url(//js.wotucdn.com/framework/web/public/mainsite/images/position-evpi.png) no-repeat;cursor: pointer;} .evpi-alert .item-box .item input{display:block;box-sizing:border-box;border:none;width:109px;height:32px;padding:0;text-align:center;cursor:pointer;color:#666} .evpi-alert .item-box .on input{background:#11AA99;color:#fff} .wt-haeder .logo-2020{width:173px;height: 56px;margin:22px 60px 0 0;} .wt-haeder .logo-2020 a{width:173px;height: 56px;} /*ͼԱϵĿV2.0*/ .top-bar .integral {position:relative;} .top-bar .integral .store {color:#8b8b8b;margin-left:30px;cursor:pointer;} .top-bar .integral .store i {margin-right:5px;color:#8b8b8b;} .top-bar .integral:hover .store {color:#11AA99;} .top-bar .integral:hover .store i {color:#11AA99;} .top-bar .integral .drop {display:none;box-sizing:border-box;width:480px;height:305px;background:url(//js.wotucdn.com/framework/web/www/index/images/integral-drop.png) no-repeat;position:absolute;top:22px;left:-150px;z-index:99;padding:42px 0 0 38px;} .top-bar .integral:hover .drop {display:block;} .integral .drop .item {width:206px;height:96px;background:#fff;margin:0 9px 14px 0;border:1px solid #E5E5E5;box-sizing:content-box;} .integral .drop .item:nth-child(2n) {margin-right:0;} .integral .drop .item .pic {width:96px;height:96px;line-height:96px;text-align:center;} .integral .drop .item .pic img{width:96px;height:96px;} .integral .drop .item .pic i {display:inline-block;vertical-align:middle;background:url(//js.wotucdn.com/framework/web/www/index/images/store-icon.png);} .integral .drop .item .pic .store1 {width:52px;height:52px;background-position:-10px -10px;} .integral .drop .item .pic .store2 {width:52px;height:52px;background-position:-82px -10px;} .integral .drop .item .pic .store3 {width:56px;height:46px;background-position:-10px -82px;} .integral .drop .item .pic .store4 {width:48px;height:48px;background-position:-154px -10px;} .integral .drop .item .card {width:110px;padding-top:22px;} .integral .drop .item .txt {text-align:center;font-size:12px;color:#006E5B;line-height:16px;font-style:oblique;font-weight:bold;height:38px;box-sizing:border-box;} .integral .drop .item .now {display:block;width:78px;height:22px;line-height:22px;text-align:center;margin:auto;background:linear-gradient(90deg,rgba(88,191,160,1) 0%,rgba(1,111,92,1) 100%);box-shadow:1px 2px 2px 0px rgba(0,0,0,0.14);border-radius:11px;color:#fff;} .integral .drop .color1 {background:#E9FAF5;} .integral .drop .color2 {background:#FBDEDE;} .integral .drop .color3 {background:#FFF0D8;} .integral .drop .color4 {background:#DAF0FF;} .integral .drop .look {display:block;text-align:center;height:38px;margin-left:0;font-size:16px;color:#fff;line-height:38px} /*ҳͼƬť*/ .test-list .collect-btn,.test-list .list-btn .search-btn{display:none} .test-list .list-btn .download{width:142px !important;height:40px;background:#F53677;border-radius:2px;font-size:16px;line-height:40px;margin-left:61px;float: none;display: block;} .test-list .list-btn .download i{display:inline-block;width:18px;height:16px;background:url(//js.wotucdn.com/framework/web/so/index/images/downIcon.png);margin-right:8px;vertical-align:-2px} .test-list .shouquan-btn{display:none} .test-list .accredit{width:42px;height:42px;background:url(//js.wotucdn.com/framework/web/so/index/images/accredit.png);position:absolute;top:4px;left:0;cursor:pointer;z-index:2} .test-list .accredit:hover{background:url(//js.wotucdn.com/framework/web/so/index/images/accredit-hover.png)} /* 2020/09/14 ϵͳ */ .wt-top-banner{overflow: hidden;} .wt-top-banner .wt-top-close{position: absolute;top:4px;right:45px;width: 30px;height: 30px;border-radius: 50%;border:2px solid #fff;cursor: pointer;z-index: 2;box-sizing: border-box;} .wt-top-banner .wt-top-close::after, .wt-top-banner .wt-top-close::before{content: "";width: 2px;height: 16px;background-color: #fff;position: absolute;top:5px;left: 12px;border-radius: 8px;} .wt-top-banner .wt-top-close::after{transform: rotate(45deg);} .wt-top-banner .wt-top-close::before{transform: rotate(-45deg);} .wt-top-banner a{display: block;position: relative;height: 60px;} .wt-top-banner a img{position: absolute;top: 0;left: 50%;transform: translateX(-50%);} .wt-middel-model{ position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 999;} .wt-middel-model .wt-middle-mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.7);} .wt-middel-model .wt-middle-content{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);} .wt-middel-model .wt-middle-content .wt-middle-close{position: absolute;top:-30px;right:-30px;width: 30px;height: 30px;border-radius: 50%;border:2px solid #fff;cursor: pointer;box-sizing: border-box;} .wt-middel-model .wt-middle-content .wt-middle-close::after,.wt-middel-model .wt-middle-content .wt-middle-close::before{content: "";width: 2px;height: 16px;background-color: #fff;position: absolute;top:5px;left: 12px;border-radius: 8px;} .wt-middel-model .wt-middle-content .wt-middle-close::after{transform: rotate(45deg);} .wt-middel-model .wt-middle-content .wt-middle-close::before{transform: rotate(-45deg);} .wt-middel-model .wt-middle-content a{display: block;} .wt-middel-model .wt-middle-content a img{width: 440px;height: 440px;} .wt-bottom-model{height: 130px;} .wt-bottom-model.model-fixed{position: fixed;right: 0;left: 0;bottom: 0;z-index: 2;} .wt-bottom-model .wt-bottom-close{position: absolute;top:4px;right:45px;width: 30px;height: 30px;border-radius: 50%;border:2px solid #fff;cursor: pointer;z-index: 2;box-sizing: border-box;} .wt-bottom-model .wt-bottom-close::after, .wt-bottom-model .wt-bottom-close::before{content: "";width: 2px;height: 16px;background-color: #fff;position: absolute;top:5px;left: 12px;border-radius: 8px;} .wt-bottom-model .wt-bottom-close::after{transform: rotate(45deg);} .wt-bottom-model .wt-bottom-close::before{transform: rotate(-45deg);} .wt-bottom-model a{display: block;} .wt-bottom-model a img{height: 130px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);} /* ͼҵ֤ */ .guide-fixed{display: block;width: 135px;position: fixed;top: 50%;right: 60px;z-index: 4;animation:myfirst 1.5s ease-in-out infinite;} .guide-fixed .bg-img{display: block;width: 100%;} .guide-fixed .guide-tips{position: absolute;left: 31px;bottom: 7px;display: inline-block;width: 85px;font-size: 14px;color: #fff;text-align: center;} /* λ*/ .wt-aside-fixed{position: fixed;right: 45px; top:120px;z-index: 5;} .wt-aside-fixed .link{display: block;width: 240px;height: 164px;text-align: center;font-size: 0;} .wt-aside-fixed .link img{width: 164px;height: 164px;} .wt-aside-fixed .close{display: block;width: 19px;height: 19px;background: url(//js.wotucdn.com/framework/web/www/active/three-month/images/getClose.png);position: absolute;top: 24px;right: 8px;cursor: pointer;} .wt-various-user a{position: relative;} .wt-various-user a .icon-fundTips{display: inline-block;width: 48px;text-align: center;background-color: #f76890;border-radius: 7px 7px 7px 0;padding: 3px 0;line-height: 1;transform: scale(0.86);font-size: 12px;color: #fffcca;position: absolute;top: -6px;right: -20px;} /* û 202193 */ .user-feedback{position: absolute;bottom: 64px;left: 0;right: 0;cursor: pointer;height: 38px;line-height: 38px;text-align: center;transition: all .2s ease;} .user-feedback .Ico-feedback, .user-feedback .Ico-feedback-on{display: inline-block;background: url(//js.wotucdn.com/framework/web/www/home2/images/Ico_feedback.png);vertical-align: middle;width: 19px; height: 19px;} .user-feedback .Ico-feedback{background-position:-5px -5px;} .user-feedback .Ico-feedback-on{background-position:-34px -5px;vertical-align: 1px;} .user-feedback .public-text{display: none;font-size: 14px;color: #fff;text-align: right;padding-right: 10px; vertical-align: 0;} .user-feedback .public-text .tx{color: #fff;font-size: 14px;vertical-align: 5px;padding-right: 10px;} .user-feedback:hover{width: 116px;margin-left: -80px;border-radius: 25px 0 0 25px;background-color: #0f998a;} .user-feedback:hover .Ico-feedback{display: none;} .user-feedback:hover .public-text{display: block;} /* Դλм䵯 2022118 */ .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;} .wt-haeder .wt-logo a{background: url(//js.wotucdn.com/framework/web/public/mainsite/images/svg_newLogo.svg) no-repeat;} /* 2022215 ¼Ż */ .wt-haeder .w1200{position: relative;} .wt-haeder .unlogin-toolTip{position: absolute;top: 94px;right: -30px;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;z-index: 4;} .wt-haeder .unlogin-toolTip::after{content: '';width: 0;height: 0;border: 6px solid transparent;border-bottom-color: #1fbda5;position: absolute;top: -12px;right: 54px;} .wt-haeder .wt-h-tools .unlogin-toolTip.activeTips{display: block;top: 24px;right: -28px;} .wt-haeder .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;box-sizing: border-box;} .loginTip-box.show{transform: translateY(0);} .loginTip-box .loginTip-tit{font-size: 22px;color: #333;text-align: center;margin-bottom: 8px;} .loginTip-box .loginTip-subtit{font-size: 14px;color: #333;text-align: center;margin-bottom: 16px;} .loginTip-box .loginTip-tit2{margin-top: 14px;margin-bottom: 20px;} .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;} .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);} @keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}} .active-part{position: fixed;top:50%;left: 12px;background-color: transparent !important;animation: upDown .6s 0s 8;z-index: 10;} .active-part .icon-vipAct{display: inline-block;width: 75px;height: 56px;background: url(//js.wotucdn.com/framework/images/active-images/icon_vipAct.png!/format/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} @keyframes myfirst{ 0% { transform: translate(0px, 0px);} 50% {transform: translate(0px, -5px);} 100% {transform: translate(0px, 0px);} } @media screen and (max-width: 1400px) { .test-list .list-btn .download{margin-left: 42px;} } /* COMBO: filename = framework/web/public/mainsite/css/wt-temporary-style.css, type = text/css, resp = 200 */ /*** ʽͼʱԵĻ µ֮ڴҳɾӦ дҪעøù ****/ @keyframes myfirst{ 0% { transform: translate(0px, 0px);} 50% {transform: translate(0px, -5px);} 100% {transform: translate(0px, 0px);} } /*ûע*/ .redPacket{display:block;width:62px;height:59px;margin: 28px 0 0 8px;background:url(//js.wotucdn.com/framework/web/www/active/images/redPacket-icon.png) no-repeat;animation:myfirst 1.5sease-in-out infinite;-webkit-animation:myfirst 1.5s ease-in-out infinite;-moz-animation:myfirst 1.5s ease-in-out infinite;-o-animation:myfirst 1.5s ease-in-out infinite} .newUser-alert{display:block;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:30} .newUser-alert .content{-webkit-animation: login-win .4s forwards;animation: login-win .4s forwards;-moz-animation: login-win .4s forwards; width:589px;height:419px;background:url(//js.wotucdn.com/framework/web/www/active/images/newUser-alert.png) no-repeat;position:absolute;left:50%;top:50%;margin-left:-294px;margin-top:-208px;box-sizing:border-box;padding-top:70px} .newUser-alert .content .tit1{text-align:center;color:#FBDF9A;font-size:24px;margin-bottom:20px} .newUser-alert .content .tit2{text-align:center;font-size:30px;color:#FDE099;margin-bottom:34px} .newUser-alert .content .tit2 span{color:#FFF740;font-weight:bold;font-size:30px;margin:0 12px} .newUser-alert .content .box{width:338px;margin:0 auto 40px} .newUser-alert .content .box .note{font-size:24px;color:#DA2C03;width:26px;padding-left:24px;margin-right:80px} .newUser-alert .content .box .dollar{font-size:30px;color:#D92B02} .newUser-alert .content .box .dollar span{font-size:72px;color:#D92B02;font-weight:bold;letter-spacing:-4px;margin-right: 6px;} .newUser-alert .content .now{display:block;width:300px;margin:auto;height:56px;line-height:56px;text-align:center;border-radius:28px;color:#E70A2E;font-size:24px;background:linear-gradient(0deg,rgba(255,214,35,1) 0%,rgba(255,253,69,1) 100%)} .newUser-alert .close{display: block;width: 36px;height: 36px;background: url(//js.wotucdn.com/framework/web/www/active/images/alert-close.png);position: absolute;top: 18px;right: 50px;cursor: pointer;} /*´ػ 2019-12-24*/ @keyframes largen{0% { transform: scale(1);}50% {transform: scale(1.15);}100% {transform: scale(1);}} body .gara{background: transparent;box-shadow: none;} body .gara .layui-layer-content{overflow:visible} .spring-alert{display: block;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,0.6);z-index: 99;} .spring-alert .content{display:block;width:477px;height:333px;position:absolute;left: 50%;top: 50%;margin-left: -238px;margin-top: -166px;background:url(//js.wotucdn.com/framework/web/www/active/spring/images/spring-alert.png) no-repeat} .spring-alert .link{box-sizing:border-box;display:block;width:100%;height:100%;padding-top:222px} .spring-alert .btn{animation: largen 0.8s ease-in-out infinite;width:161px;height:49px;line-height:42px;margin:auto;background:url(//js.wotucdn.com/framework/web/www/active/spring/images/spring-btn.png);text-align:center;font-size:20px;color:#FCD27B;font-weight:bold} .spring-alert .close{display:block;width:36px;height:36px;background:url(//js.wotucdn.com/framework/web/www/active/spring/images/spring-close.png);cursor:pointer;position:absolute;top:-22px;right:-48px} .spring-bouy{position: fixed;right: 52px;top: 282px;z-index: 4;nimation: myfirst 1.5sease-in-out infinite;-webkit-animation: myfirst 1.5s ease-in-out infinite;-moz-animation: myfirst 1.5s ease-in-out infinite;-o-animation: myfirst 1.5s ease-in-out infinite;} .spring-bouy .close{display:block;width:20px;height:20px;background:url(//js.wotucdn.com/framework/web/www/active/spring/images/bouy-close.png);position:absolute;top:14px;right:-12px;cursor:pointer} .chargeTbLink{position:relative} .chargeTbLink .spring-icon{background:#F46047;color:#fff;font-size:12px;position:absolute;top:-18px;left:0;line-height:12px;padding:3px 2px} /* 2020-1-13*/ body .naruto{background:transparent;box-shadow:none} body .naruto .layui-layer-content{overflow:visible} @keyframes largen{0% { transform: scale(1);}50% {transform: scale(1.15);}100% {transform: scale(1);}} .startWork{display:none;position:relative;box-sizing:border-box;width:325px;height:420px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-bg.png)} .startWork .icon1{display:block;width:187px;height:170px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-icon1.png);position:absolute;left:-12px;top:-42px} .startWork .icon2{display:block;width:123px;height:179px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-icon2.png);position:absolute;top:-52px;left:92px} .startWork .icon3{display:block;width:142px;height:67px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-icon3.png);position:absolute;top:-52px;right:-52px} .startWork .link{box-sizing: border-box;position:relative; display: block;width: 100%;height: 100%;padding-top:298px;} .startWork .open{display: block;width: 87px;height: 104px;background: url(//js.wotucdn.com/framework/web/www/active/startWork/images/open-icon.png);margin: auto;animation: largen 0.8s ease-in-out infinite;} .startWork .close{display: block;width: 24px;height: 24px;background: url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-close.png);position: absolute;top: -12px;right: -32px;cursor: pointer;} .startWork2{display:none;position:relative;box-sizing: border-box;padding-top: 12px; width:325px;height:420px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-bg2.png)} .startWork2 .icon4{display:block;width:28px;height:30px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-icon4.png);position:absolute;left:22px;top:-12px} .startWork2 .icon5{display:block;width:111px;height:112px;background:url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-icon5.png);position:absolute;top:-22px;right:-38px} .startWork2 .title{text-align: center;font-size: 24px;color: #fff;font-weight: 800;letter-spacing: 4px;margin-bottom: 6px;} .startWork2 .note{text-align: center;color: #fff;font-size: 12px;letter-spacing: 1px;margin-bottom: 282px;} .startWork2 .go{display:block;width:173px;height:38px;line-height:38px;border-bottom:2px solid #F4BB5E;background:linear-gradient(90deg,rgba(246,229,180,1) 0%,rgba(237,198,135,1) 100%);box-shadow:0px 2px 2px 0px rgba(246,229,180,1);border-radius:15px;font-size:16px;color:#9B3C28;font-weight:bold;text-align:center;margin:0 auto 8px;transition: all 0.1s; } .startWork2 .go:hover{transform: scale(1.05);} .startWork2 .date{text-align: center;color: #fff;font-size: 12px;letter-spacing: 2px;} .startWork2 .close{display: block;width: 24px;height: 24px;background: url(//js.wotucdn.com/framework/web/www/active/startWork/images/start-close.png);position: absolute;top: -6px;right: -42px;cursor: pointer;} /* 2020-2-19*/ .gift-bag{display: none;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 99;background: rgba(0,0,0,0.6);} .gift-bag .card{width: 335px;height: 342px;position: absolute;top: 50%;left: 50%;margin-top: -171px;margin-left: -167px;} .gift-bag .card2{width: 480px;height: 370px;position: absolute;top: 50%;left: 50%;margin-top: -185px;margin-left: -240px;} .gift-bag .card3{width: 584px;height: 479px;position: absolute;top: 50%;left: 50%;margin-top: -248px;margin-left: -292px;} .gift-bag .card3 .now{display:block;width:301px;height:56px;line-height:56px;background:linear-gradient(0deg,rgba(255,214,35,1) 0%,rgba(255,253,69,1) 100%);border-radius:28px;text-align:center;position:absolute;bottom:20px;left:50%;margin-left:-150px;font-size:24px;color:#E70A2E;animation:extrude .5s linear alternate infinite} .gift-bag .card4{width: 538px;height: 496px;position: absolute;top: 50%;left: 50%;margin-top: -248px;margin-left: -269px;} .gift-bag .card4 .now{display:block;width:301px;height:56px;line-height:56px;background:linear-gradient(0deg,rgba(255,214,35,1) 0%,rgba(255,253,69,1) 100%);border-radius:28px;text-align:center;position:absolute;bottom:20px;left:48%;margin-left:-150px;font-size:24px;color:#E70A2E;animation:extrude .5s linear alternate infinite} .gift-bag img{width: 100%;height: 100%;} .gift-bag .close{display: block;width: 30px;height: 30px;background: url(//js.wotucdn.com/framework/web/www/active/newbie-gift/images/bag-close.png);position: absolute;top: 6px;right: -16px;cursor: pointer;} .gift-bag .close2{display: block;width: 30px;height: 30px;background: url(//js.wotucdn.com/framework/web/www/active/newbie-gift/images/bag-close.png);position: absolute;top: 30px;right: 60px;cursor: pointer;} @keyframes extrude{ 0%{transform:scale(1);} 100%{transform:scale(1.1);} } /*վ 2020-03-16*/ .entranceLink{width: 139px; height: 131px; background: url(//js.wotucdn.com/framework/web/partner/images/entranceLink.png); position:fixed; right: 60px; bottom: 65px} .entranceLink a{display: block;width: 139px; height: 131px;} .entranceLink span{ width: 16px; height: 16px; background: url(//js.wotucdn.com/framework/web/partner/images/closeLink.png) ; position: absolute; top: 0; right:-10px; cursor: pointer;z-index: 2} /*վ 2020-03-16*/ /*һ 2020-04-16*/ .workersDayBottom{ width: 100%; height: 261px; background: url(//js.wotucdn.com/framework/web/www/active/WorkersDay/images/wtBottomBanner.png) center; position: fixed; bottom: 0;z-index: 10} .workersDayBottom a{ width: 100%; height: 100%; display: block;} .closeMask{ width: 34px; height:34px; background: url(//js.wotucdn.com/framework/web/www/active/WorkersDay/images/closeWtBottom.png); position:absolute; top: 5px; left: 50%; margin-left:460px; cursor: pointer;} .rightNow{ width: 242px; height: 67px; background: url(//js.wotucdn.com/framework/web/www/active/WorkersDay/images/rightNow.png); position: absolute;left: 50%; bottom: 5px; margin-left: -121px;-webkit-animation: free_download .5s linear alternate infinite; animation: free_download .5s linear alternate infinite;} @-webkit-keyframes free_download{ 0%{-webkit-transform:scale(0.9);} 100%{-webkit-transform:scale(1);} } @keyframes free_download{ 0%{transform:scale(0.9);} 100%{transform:scale(1);} } /*618 2020-04-16*/ .alert618{display: block; position:relative;box-sizing:border-box;width:449px;height:512px;background:url(//js.wotucdn.com/framework/web/www/active/Active618/images/alert618.png) no-repeat;padding-top:430px} .alert618 .link{display:block;width:153px;height:49px;line-height:49px;background:linear-gradient(0deg,rgba(250,230,193,1),rgba(241,213,165,1));border:2px solid rgba(244,68,63,1);box-shadow:0px 8px 0px 0px rgba(145,4,0,0.7);border-radius:4px;text-align:center;font-size:20px;color:#DE2229;font-weight:bold;margin:auto;animation:extrude .5s linear alternate infinite} .alert618 .close{display:block;width:34px;height:34px;background:url(//js.wotucdn.com/framework/web/www/active/Active618/images/alertClose.png);position:absolute;top:110px;right:-12px;cursor:pointer} body .skin618{border-radius: 16px;background: transparent;box-shadow: none;} body .skin618 .layui-layer-content{overflow: visible;background: transparent;} @keyframes extrude{ 0%{transform:scale(1);} 100%{transform:scale(1.1);} } .buoy618{position:fixed;top:220px;right:40px;animation:myfirst 1.5sease-in-out infinite;-webkit-animation:myfirst 1.5s ease-in-out infinite;-moz-animation:myfirst 1.5s ease-in-out infinite;-o-animation:myfirst 1.5s ease-in-out infinite} .buoy618 .close{display:block;width:18px;height:18px;background:url(//js.wotucdn.com/framework/web/www/active/Active618/images/buoyClose.png);position:absolute;top:8px;right:28px;cursor:pointer} /*ѧԺ 2020-06-4*/ .peobeLink{width: 120px; height: 140px; background: url(//js.wotucdn.com/framework/web/partner/images/probe.png?v=1); position:fixed; left: 60px; bottom: 65px;z-index:4;} .peobeLink a{display: block;width: 120px; height: 140px;} .peobeLink span{ width: 16px; height: 16px; background: url(//js.wotucdn.com/framework/web/partner/images/closeLink.png) ; position: absolute; top: 0; right:-10px; cursor: pointer;z-index: 2} /*¿ͲԵV1.6*/ .bouy35{position:fixed;right:60px;bottom:50px} .bouy35 .link{box-sizing:border-box;display:block;width:156px;height:155px;background:url(//js.wotucdn.com/framework/web/www/active/newbie-gift/images/bouy35.png);padding-top:114px} .bouy35 .count{text-align:center;color:#FEEF00} .bouy35 .count span{color:#FEEF00} .bouy35 .count em{color:#FEEF00;margin:0 4px} /*12*/ .yearsTop a{display: block;height: 60px;background: url(//js.wotucdn.com/framework/web/www/active/twelveYear/images/yearsTop.png) center;} /* COMBO: filename = framework/web/www/index/css/indexStyle.css, type = text/css, resp = 200 */ body{ background-image: none !important; background-color:#F8F8F9 !important} .bannerBox{ width: 100%; height: 520px; background: url(//js.wotucdn.com/framework/web/www/index/images/bannerBg.png?v=1.1) center no-repeat} .all-classify .drop-first-classify{ display: block} /*banner*/ .blurBg{ height: 50px;background:rgba(172,172,172,0.3);border-radius:2px; width: 1170px;filter:blur(7px);-webkit-filter:blur(7px);-moz-filter:blur(7px); -ms-filter:blur(7px);-o-filter: blur(7px);bottom: -25px; left: 0; z-index: -1; left: 50%; margin-left: -585px} .slideBox{ width:810px; height:530px; overflow:hidden; position:relative;margin-left: 180px; } .slideBox .hd{ height:14px; width: 300px;position:absolute; left:50%; margin-left: -150px;bottom:15px; z-index:1; } .slideBox .hd ul{width: 300px; text-align: center; } .slideBox .hd ul li{ display: inline-block;margin: 0 2px;border-radius:10px; width:10px; height:10px; line-height:10px;background:#fff;border:1px solid #CBCBCB; cursor:pointer;transition:all 0.4s;-moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s } .slideBox .hd ul li.on{ background:#11AA99; border-color: #11AA99} .slideBox .bd{ position:relative; height:100%; z-index:0; } .slideBox .bd li{ zoom:1; vertical-align:middle; } .slideBox .bd img{width:810px; height:530px;display:block; } .slideBox .prev, .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(//js.wotucdn.com/framework/web/www/index/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; } .slideBox .next{ left:auto; right:3%; background-position:8px 5px; } .slideBox .prev:hover, .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; } .slideBox .prevStop{ display:none; } .slideBox .nextStop{ display:none; } .inforBox{ padding:20px 5px 20px 10px; height: 490px;width:195px; background-color: #fff;border-radius:0px 0px 2px 0px;} .slideTxtBox .dot{ height:30px; line-height:28px; margin-bottom: 24px;} .slideTxtBox .dot .bigChange{height:30px; margin-left:12px } .slideTxtBox .dot .bigChange li{ float:left; margin-right:29px;cursor:pointer; color: #222; font-size: 12px; border-bottom: #fff 2px solid;} .slideTxtBox .dot .bigChange li.current{ color: #11AA99; border-bottom: #11AA99 2px solid;} .boutique{ display: none;} .boutique dl{ margin-bottom:34px;} .boutique dl a{ display: block; width: 195px; height: 65px} .boutique dl dt{ width:65px;height:65px; overflow: hidden; margin-right: 14px; margin-left: 6px;} .boutique dl dd{ width:100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; margin-top: 8px; transition: all 0.2s; } .boutique dl dd.classify span{ padding: 0 6px;height:20px; font-size: 12px;background-color: #fff;border-radius:2px;border:1px solid #E0E0E0; color: #999; line-height: 20px;} .boutique dl:hover dd{ color: #11AA99} .boutique dl:hover dd span{color: #11AA99; border: #11AA99 1px solid;} .height400{ height:400px; display: none;} .slideTab .hd{ height:10px; line-height:28px; margin-bottom: 24px;} .slideTab .hd ul{height:10px; text-align: center; width: 150px; margin: 0 auto;} .slideTab .hd ul li{display: inline-block; float: none;cursor:pointer; width: 10px; height: 10px; border-radius: 10px;background-color:#D5D5D5; border-bottom: 0} .slideTab .hd ul li.on{ background-color:#11AA99; border-bottom: 0} /*ר*/ .topic{margin-top:56px; margin-bottom: 48px;position: relative;} .topic .w1200{height:132px;overflow:visible;position:relative} .topic #slide-box{position:relative;overflow:hidden;height:145px} .topic #slide-box ul{width:3600px} .topic #slide-box li{margin-right:20px;width: 285px; height: 132px;} .topic #slide-box li img{ display: block;} .topic .subject-slide{position:relative} .topic:hover .arrow{display: block;} .topic .arrow{cursor:pointer;width:34px;height:34px;background:url(//js.wotucdn.com/framework/web/www/index/images/arrow-icon.png);position:absolute;top:50%;margin-top: -22px; display:none} .topic .left-arrow{background-position:0 0;left:0;margin-left:-60px} .topic .right-arrow{right:0;margin-right:-60px;background-position:0 -35px} /*ר*/ .topicBox{margin-top: 56px;margin-bottom: 48px;position:relative;} .topicBox .picScroll-left{position:relative;} .topicBox .picScroll-left .bd ul{ overflow:hidden; zoom:1; height: 132px;} .topicBox .picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center; margin-right: 20px } .topicBox .picScroll-left .bd ul li .pic{ text-align:center; width:285px; height:132px;} .topicBox .picScroll-left .bd ul li .pic img{ width:285px; height:132px; display:block; border: 0} .topicBox .picScroll-left .arrow{cursor:pointer;width:34px;height:34px;background:url(//js.wotucdn.com/framework/web/www/index/images/arrow-icon.png);position:absolute;top:50%;margin-top: -22px; display:none} .topicBox .picScroll-left .prev{background-position:0 0;left:0;margin-left:-60px} .topicBox .picScroll-left .next{right:0;margin-right:-60px;background-position:0 -35px} .topicBox:hover .hd .arrow{display: block;} .topicBox .tempWrap{ width: 1220px !important;} .topicBox .picScroll-left .bd ul li{ width: 285px !important} /*Ʊ*/ .titleStyle{ font-size: 24px; color: #222; position: relative; width:230px; text-align: center; margin:0 auto 17px; line-height: 32px;} .block-box .moudle-box:nth-child(9) .titleStyle{width:250px;} .titleStyle:before,.titleStyle:after{ content: ''; height:2px; width:8px; background: #333; position: absolute; top:50%; border-radius: 3px } .titleStyle:before{left: 0;} .titleStyle:after{right: 0;} .wordTitle{ color: #999; text-align: center; letter-spacing:4px; line-height: 20px; margin-bottom: 30px;} .bgWhite{background-color: #fff; padding: 27px 27px 0} .w266{ width: 266px} /*ר*/ .albumBox{ margin-bottom: 50px} .albumList{ width: 220px;margin: 0 77px 27px 0; } .albumListCon{width:220px; background-color:#F8F8F9;height:386px;} .albumList-m{width: 220px; height:386px;position: relative; overflow:hidden; border-radius: 2px} .albumList-m img{ display: block; width: 220px; height:386px;} .albumList .linkBox{ display: block; width: 220px; height:386px; position: absolute; top: 0; left: 0; background: url(//js.wotucdn.com/framework/web/www/index/images/defaultBg.png) repeat-x bottom center;} .albumList:nth-child(4n){ margin-right: 0;} .albumList:first-child{ margin-left:18px;} .albumList .lookAlbum{width:98px;height:32px;background:#11AA99;border-radius:2px; position: absolute; bottom:-50px; left: 50%; margin-left: -49px; color: #fff;text-align: center; line-height: 32px; transition: all 0.2s ease-in-out ;} .albumList .lookAlbum:hover{ background-color: #0dbd95} .albumList:hover .linkBox{ background:url(//js.wotucdn.com/framework/web/www/index/images/focusBg.png)} .albumList .albumList-m:hover .lookAlbum{ bottom:20px;} .albumListName{ margin-top:15px} .albumListName p{ color: #222; width:140px; text-overflow: ellipsis; white-space: nowrap; overflow:hidden} .albumListName span{padding: 0 8px;height:20px; font-size: 12px;line-height: 20px; border-radius:10px;border:1px solid #a7a7a7; color: #999} .moudle-box{ margin-bottom: 50px; position: relative;} /*ྫѡƷ*/ .slideChange .hd ul{ height:30px; text-align: center; margin-bottom: 34px} .slideChange .hd ul li{height: 30px; float: none; display: inline-block; margin: 0 10px} .slideChange .hd ul li a{ display: inline-block;border-radius: 30px;padding: 0 20px;height: 30px; line-height: 30px;background-color: #fff; color: #222; transition: all 0.2s;} .slideChange .hd ul li.on a{ background-color: #11AA99; color: #fff;} .changeBox{ display: none} .pic-list:nth-child(4n){ margin-right:0} .video-list:nth-child(3n){ margin-right: 0;} /*Ƽ*/ .recommendTitle{ color: #999; position: relative; width:85px; text-align: center; margin:0 auto 17px; line-height:20px;} .recommendTitle:before,.recommendTitle:after{ content: ''; height:1px; width:4px; background: #999; position: absolute; top:50%; } .recommendTitle:before{left: 0;} .recommendTitle:after{right: 0;} .recommendList{width:264px;height:106px;background:#f8f8f9;border-radius:2px; margin: 0 30px 34px 0; transition: all 0.2s ease-in-out; } .recommendList:nth-child(4n){ margin-right: 0} .recommendList a{ display: block; width: 264px; height: 106px; } .recommendList .shopImg{ width:66px; height: 66px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/defaultUser.png);overflow: hidden; border-radius: 66px; margin: 20px 26px 20px 30px} .recommendList .shopName{ color: #333; width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 25px} .recommendList .workNum{ margin-top:10px; } .recommendList .workNum p{width:36px; text-align: center;font-size: 12px; margin-bottom: 5px; color: #999;padding-right: 15px} .recommendList .marginLeft{ padding-left:15px} .recommendList .workNum p.colorGreen{ color:#11AA99; } .recommendList .line{ border-right:#EBEBEB 1px solid} .recommendList:hover{box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15); } /*㼣ʶ*/ .pic-list .footprint{ transition: all 0.2s;position: absolute; top: 10px; right: 10px; background-color: rgba(0,0,0,0.5); height:20px; border-radius: 20px; line-height: 20px; color: #fff; padding: 0 10px; font-size: 12px; border: 2px solid rgba(255,255,255,0.2)} .pic-list:hover .footprint{ top: -30px} /*Ƕʹ*/ .ourUse{ height: 212px; width: 100%; background-color: #fff; margin-top: 45px; padding-top: 40px; border-bottom:#EFEFEF 1px solid} .cooperationImg{ background: url(//js.wotucdn.com/framework/web/www/index/images/ourUse.png); width: 1142px; margin:70px auto 0; height: 46px;} /*Ϣ*/ .wt-index-footer{ background-color: #fff; padding:50px 0 45px} .wt-index-m p{ color:#666; font-size: 18px; text-align: center; letter-spacing: 2px; line-height: 46px} .wt-index-m p span{ color: #ffb301; display: inline-block; margin: 0 5px;font-size: 18px;} .bottom-search{ position:relative;width:595px; height: 56px;margin: 50px auto 85px} .bottom-search .wt-search-div{ width: 595px; height: 56px;} .bottom-search .wt-search-div .searchInput{ width:445px; padding: 0 15px ;height: 52px; line-height: 52px; border: none;color: #666; border:#11AA99 2px solid;border-top-left-radius:56px; border-bottom-left-radius: 56px} .bottom-search .wt-search-div .search-link{ height: 56px; line-height: 56px;width:115px;text-align: center; background-color:#11AA99;cursor: pointer;border-top-right-radius: 56px;border-bottom-right-radius:56px; transition: all 0.2s;} .bottom-search .wt-search-div .search-link i{ display:inline-block; width:16px; height:16px; background:url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png) -62px -76px; vertical-align: -3px;margin-right: 5px;} .bottom-search .wt-search-div .search-link span{ color: #fff;} .bottom-search .wt-search-div .search-link:hover{ opacity:0.85} .wt-index-footer .about-wt dl{ width:350px;} .wt-index-footer .about-wt dl dt { height:48px; width:47px; margin-right: 16px; background: url(//js.wotucdn.com/framework/web/public/mainsite/images/publicIcon.png)} .wt-index-footer .about-wt dt.hailiang{ background-position: 0 -119px;} .wt-index-footer .about-wt dt.banquan{ background-position: -53px -119px;} .wt-index-footer .about-wt dt.kuaisu{ background-position: -106px -119px;} .wt-index-footer .about-wt dt.shouhou{ background-position: -156px -119px; } .wt-index-footer .about-wt dl dd{ width:150px; line-height:20px; height: 20px;} .wt-index-footer .about-wt dl .about-wt-title{ color: #4b4b4b; font-size: 16px; padding-top: 5px; letter-spacing: 2px;} .wt-index-footer .about-wt dl .about-wt-detail{ color: #666; font-size: 12px;padding-top: 5px} .wt-index-footer .about-wt dl.last-moudle{ width:145px;} .wt-index-footer .about-wt dl.last-moudle dd{ width: 75px} /** λ ***/ .adver{ margin-top: 0; margin-bottom: 42px; width: 1200px !important} .advertising{ height: 100px; margin-right:24px; position:relative; border-radius: 2px; overflow: hidden; max-width: 1200px; overflow: hidden} .advertising img{ width: 100%} .advertising-box{ width: 1230px; height: 100px; margin-bottom: 30px;} .advertising:last-child{ margin-right: 0;} .advertising a{ display: block; width: 100%; height: 100%;} .advertising p{ position: absolute; top: 0; right:0; width: 60px; font-size: 12px;height: 24px; background-color: rgba(0,0,0,0.4);filter:Alpha(opacity=40); color: #fff; text-align: center; line-height: 24px; font-size: 12px} .advertising p span{ position: relative; color: #fff; width: 48px; height: 24px; } @media screen and (max-width: 1440px) { .advertising{margin-right:12px;height: 100px;position:relative; border-radius: 2px; overflow: hidden; max-width: 960px;overflow: hidden;} .advertising-box{ width: 1015px;} } .gg{ margin-top: 0; margin-bottom: 42px; width: 1200px !important} .gging{ height: 100px; margin-right:24px; position:relative; border-radius: 2px; overflow: hidden; max-width: 1200px; overflow: hidden} .gging img{ width: 100%} .ggbox{ width: 1230px; height: 100px; margin-bottom: 30px;} .gging:last-child{ margin-right: 0;} .gging a{ display: block; width: 100%; height: 100%;} .gging p{ position: absolute; top: 0; right:0; width: 48px; height: 24px; background-color: rgba(0,0,0,0.4);filter:Alpha(opacity=40); color: #fff; text-align: center; line-height: 24px; font-size: 12px} .gging p span{ position: relative; color: #fff; width: 48px; height: 24px; text-align: center} @media screen and (max-width: 1440px) { .gging{margin-right:12px;height: 100px;position:relative; border-radius: 2px; overflow: hidden; max-width: 960px;overflow: hidden;} .ggbox{ width: 1015px;} } /*ർ*/ .fixedNav{ width:60px;position: fixed; left: 50%; margin-left:-680px; top: 50%;display: none; box-shadow:0px 2px 4px 0px rgba(221,221,221,0.5); border-radius:2px;} .fixedNav .icon-nail{ height: 28px; width:51px; position: absolute; top: -28px; left:5px; background: url(//js.wotucdn.com/framework/web/www/index/images/icon-nail.png)} .moudle-link div{width: 30px;padding: 14px 15px;height: 34px;line-height: 17px;cursor: pointer;background-color: #fff; color:#666; font-size:12px; text-align: center;vertical-align: middle; line-height: 16px; transition: all 0.2s; position:relative;} .moudle-link div:after{ content: ''; position :absolute; bottom: 0; left: 50%; width: 54px; height: 1px; background-color: #EBEBEB; margin-left: -27px; transition: all 0.2s} .moudle-link .bgWall{ padding-top:25px;width: 60px; line-height: 34px; padding: 14px 0} .moudle-link .cadModel{width:40px;padding: 14px 10px} .moudle-link div:last-child:after{ background-color: #fff} .moudle-link div.on{ background-color: #11AA99; color: #fff !important} .moudle-link div.on:after{background-color: #11AA99} .moudle-link div:hover{ color: #11AA99} .moudle-link div:first-child,.moudle-link div:nth-child(2),.moudle-link div:nth-child(5),.moudle-link div:nth-child(8){padding-top:25px;width: 60px; line-height: 34px; padding: 14px 0} /*ͨõ*/ .gm-alert{display: block;} .gm-alert{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.6);z-index:22} .gm-alert .card{width:380px;background:#fff;border-radius:4px;position:absolute;left: 50%;top: 50%;margin-left: -190px;} .gm-alert .close{display: block;width: 16px;height: 16px;background: url(//js.wotucdn.com/framework/web/www/index/images/gm-close.png);cursor: pointer;position: absolute;top: 14px;right: 18px;} .gm-alert .card1{margin-top: -100px;} .gm-alert .card2{margin-top: -160px;} .gm-alert .title{height:40px;line-height:40px;background:#F5F5F5;padding-left:20px} .gm-alert .content{padding:20px 20px 30px} .gm-alert .content .pic{width: 340px;margin-bottom: 30px;} .gm-alert .content .pic img{width: 340px;} .gm-alert .note{margin-bottom:24px} .gm-alert .ensure{display:block;width:100px;height:34px;line-height:34px;background:#11AA99;text-align:center;color:#fff;border-radius:2px;margin:auto} /*СĻ 2020-4-24*/ @media screen and (max-width: 1400px) { .w1200{ width:1000px;} .wt-haeder .wt-logo{ margin-right: 22px} .wt-top-search{ width:530px} .wt-top-search .searchInput{ width: 400px} .search_list{ width:413px;} .recommend{ width:500px } .redPacket{ margin-left: 0} .wt-various-user a{ margin:35px 3px 0} .no-login{ margin-left:8px} .all-classify .classify-title{ width: 165px} .icon-decorate{ width: 170px;background: url(//js.wotucdn.com/framework/web/public/mainsite/images/navTop2.png) -14px 0;} .hot-classify a{ padding: 0 15px} .hot-classify a:first-child{margin-left: 20px} .rightPositin{ margin-left: 302px;} .all-classify .drop-first-classify{ height: 420px;} .all-classify .drop-first-classify .classify-title-first{ width:165px; height:32px; line-height: 32px;font-size: 12px} .all-classify .drop-first-classify .classify-title-first i{ font-size:13px; width: 14px} .drop-secord-classify{left:165px; width: 836px; height: 415px;padding-top: 10px} .drop-secord-classify .right-tuijian{ display:none;} .drop-secord-classify .moudle-box{ margin-bottom: 0;} .bannerBox { height: 423px; background: url(//js.wotucdn.com/framework/web/www/index/images/bannerBgSmall.jpg) center} .slideBox{ width: 650px;margin-left:165px; height: 425px; background:#000} .slideBox .bd img{width: 650px;height: 425px;} .inforBox{ width: 170px; height: 405px;padding:10px 7px 10px 8px} .slideTxtBox .dot .bigChange li{ margin-right: 18px} .slideTxtBox .dot{ margin-bottom: 14px} .boutique dl{ margin-bottom: 20px} .boutique dl dt{ margin-left: 3px; margin-right: 8px} .boutique dl dd{ width:90px;} .height400{ height: 335px} .fixedNav{ margin-left: -600px; width: 50px; margin-top: -} .moudle-link div{ padding: 8px 10px} .moudle-link div:first-child, .moudle-link div:nth-child(2), .moudle-link div:nth-child(5), .moudle-link div:nth-child(8){ width:50px; padding: 8px 0} .moudle-link .cadModel {width: 40px;padding: 8px 5px;} .moudle-link div:after{ width: 44px; margin-left: -22px} .fixedNav .icon-nail{ left: 0} /* */ .topicBox .picScroll-left .bd ul{ height: 109px} .topicBox .picScroll-left .bd ul li .pic{ width:235px; height: 109px; background: #000;} .topicBox .picScroll-left .bd ul li .pic img{width:235px; height: 109px;} .topicBox .picScroll-left .bd ul li{ width:235px !important } .topicBox .tempWrap{ width: 1000px !important;} .bgWhite{ padding:20px 20px 0 24px} .albumList{ margin: 0 25px 20px 0} .albumList:first-child{ margin-left: 0} .slideChange .hd ul li{ margin: 0 5px} .slideChange .hd ul li a{ padding:0 15px} .pic-list{ width: 220px; height: 386px;margin-right: 25px} .pic-list .list-info a{ width:170px } .pic-list .img a img{ width: 100%; height: 100%;} .list-btn{padding:35px 0 10px 0} .find-list .list-btn .collect-btn, .find-list .list-btn .collect-new{ margin: 0 5.5px; width:64px} .find-list .list-btn .download{ width: 75px;margin-right:5px} .find-list .list-btn .search-btn{ width: 58px} .video-list{ width:300px;height: 168px; margin-right: 23px; margin-bottom: 25px} .video-show{ width: 300px; height: 168px;} .video-list .bg-mask{ width: 300px; height: 168px;} .video-list h3{ width: 270px} .everyItem{ height: 110px;} .everyItem .linkLabel{ padding: 25px 0} .shoppCart-box .linkLabel{ padding: 35px 0; height: 36px} .recommendList{ width: 220px; height: 100px;margin-right: 25px} .recommendList a{width: 220px; height: 100px; } .recommendList .shopImg{ margin:17px 15px 17px 15px; } .recommendList .shopName{ width: 120px; margin-top: 16px} .cooperationImg{ width: 950px; background-size: cover;} .wt-index-footer .about-wt dl{ width: 285px;} .wt-footer .wt-logo{margin-right: 125px;} .footer-link{ margin-right: 55px} .copyright{ height: 90px} .copyright p{ width:600px} .wt-v a {margin: 0 3px 0;} .wt-top-search{ width:515px} .wt-ts {width: 515px;} } /*СĻ 2020-4-24*/ /*ҳŻ*/