function CSSrpxTOpx(css, name, href) {var rpxArr = css.match(/([0-9.]+)rpx/g);if (rpxArr) {rpxArr = arrayUnique(rpxArr).sort((a, b) => {return b.length - a.length });rpxArr.forEach(vv => {vv = vv.replace("rpx", "");css = css.replaceAll(vv + "rpx", rpxTOpx(vv) + "px");});}var imageArr = css.match(/([0-9a-zA-Z_]+).(png|jpg|jpeg|gif)/g);if (imageArr) {var n = href.lastIndexOf("/"), baseRoot = href.substr(0, n) + "/";imageArr = arrayUnique(imageArr).sort((a, b) => {return b.length - a.length });imageArr.forEach(vv => {css = css.replaceAll("url(" + vv, "url(" + baseRoot + vv);});}createStyle(css, name);if (document.getElementById("bodyLoading")) {setTimeout(function () {document.getElementById("bodyLoading").style.display = "none";}, 2 * 1000) }}function rpxTOpx(rpx) {var dw = document.documentElement.clientWidth, width = dw, xsw = 320, smw = 750, mdw = 1024, lgw = 1600;if (dw <= xsw) {width = xsw;}else if (dw <= smw) {width = dw;}else if (dw <= mdw) {width = (dw * 375 / mdw) * 1.5;}else if (dw <= lgw) {width = (dw * 375 / lgw);}else {width = 375;}var px = (width * rpx / 750);return px;}function arrayUnique(arr) {return Array.from(new Set(arr));}function createStyle(css, name) {var head = document.head || document.getElementsByTagName('head')[0];var style = document.createElement('style');style.setAttribute('type', 'text/css');style.setAttribute('name', name);style.appendChild(document.createTextNode(css));if (document.getElementsByName(name).length) {document.getElementsByName(name)[0].remove();}head.appendChild(style);} var rpx_6c5dd90f087ad2585adbb986647110c1 = '@charset "utf-8"; .PubCate{margin:35rpx 30rpx 30rpx;}.PubCate .cate{text-align:center;}.PubCate .cate a{position:relative;display:block;padding:0 20rpx;line-height:70rpx;font-size:28rpx;}.PubCate .cate a::after{content:"";opacity:0;visibility:hidden;display:block;width:67rpx;height:3rpx;margin:0 auto;background:#e3481a;}.PubCate .cate a:active,.PubCate .cate li a.cur{font-weight:bold;color:#444;}.PubCate .cate a:active::after,.PubCate .cate li a.cur::after{opacity:1;visibility:visible;}.PubHt{margin:0 30rpx 34rpx;line-height:1;letter-spacing:-1rpx;font-size:30rpx;color:#222222;}.PubHt em{font-weight:normal;font-size:28rpx;color:#999999;font-family:"SourceHanSansCN-Normal";}.msgIframe{margin-bottom:4%;}.msgIframe iframe{width:100%;height:422rpx;border:none;margin:0;}.msgTitle{margin:4% 4% 6.666666%;padding-bottom:5.066666%;border-bottom:1px solid #C0C0C0;}.msgTitle .title{line-height:1.5625;letter-spacing:2.4px;font-size:32rpx;color:#333;}.msgTitle .base{padding-top:3.768115942%;line-height:30rpx;color:#444;}.msgTitle .base p:not(:last-child){margin-right:30rpx;}.msgTitle .base i{width:30rpx;height:30rpx;line-height:30rpx;}.msgTitle .base .date i{background-position:-480rpx 0;}.msgTitle .base .hits i{background-position:-510rpx 0;}.msgContent{overflow:hidden;margin:4%;line-height:2.076923;font-size:26rpx;letter-spacing:1.3px;color:#444;}.msgContent iframe,.msgContent video{width:100%;height:530px;border:none;background:#EEE;}.noContent{width:100%;margin:10% 0;text-align:center;}.msgPageNp2{margin:11% 4%;padding-top:70rpx;border-top:1px solid rgba(192,192,192,.5);}.msgPageNp2 .imga{width:330rpx;color:#909090;}.msgPageNp2 .img{overflow:hidden;margin-bottom:16rpx;padding-top:75.15151515151515%;border-radius:5rpx;}.msgPageNp2 .title{margin-bottom:10rpx;line-height:1.3;font-size:26rpx;color:#444;}.CaseSearch{margin:32rpx 40rpx;}.CaseSearch .hd{margin-bottom:25rpx;text-align:center;}.CaseSearch .hd li{display:inline-block;width:121rpx;margin:0 55rpx;border-radius:22rpx;line-height:46rpx;font-size:28rpx;color:#222222;}.CaseSearch .hd li:first-child{margin-left:0;}.CaseSearch .hd li:last-child{margin-right:0;}.CaseSearch .hd li.active{background-image:linear-gradient(-16deg, #b59876 0%, #ecc5a0 100%);color:#ffffff;}.CaseSearch .bd{padding:15rpx 0 15rpx 14rpx;border-radius:10rpx;background-color:#ffffff;box-shadow:0 0 10rpx rgba(36,37,44,.05);}.CaseSearch .bd li a{display:block;margin:0 14rpx;line-height:48rpx;font-size:22rpx;color:#888888;}.CaseSearch .bd li a.current{color:#e3481a;}.pubCases ul{margin:40rpx 15rpx 0;}.pubCases li{float:left;width:50%;margin-bottom:40rpx;}.pubCases li .libox{position:relative;margin:0 15rpx;}.pubCases li .praise{z-index:3;position:absolute;top:0;right:0;padding:5rpx 10rpx;margin:10rpx;background-color:rgba(0,0,0,.4);border-radius:10rpx;line-height:30rpx;font-size:18rpx;color:#FFF;}.pubCases li .praise i{width:20rpx;height:30rpx;line-height:30rpx;background-position:-240rpx 0;}.pubCases li .praise .num:not(:empty){margin-left:8rpx;}.pubCases li .hasPraise i{background-position:-240rpx -30rpx;}.pubCases li .img{overflow:hidden;margin-bottom:20rpx;padding-top:136.8421052631579%;border-radius:10rpx;background-color:#EEE;}.pubCases li .title{line-height:1.3333;font-size:24rpx;font-weight:normal;color:#555;}.pubCases li .tags{margin-top:4rpx;line-height:28rpx;font-size:18rpx;color:#e3481a;}.pubCases li .tags .tag-ico{width:28rpx;height:28rpx;line-height:28rpx;background-position:-270rpx 0;vertical-align:middle;}.pubCases li .tags em:not(:last-child)::after{content:"ยท";}.CaseRender{overflow:hidden;position:relative;margin:0 0 70rpx;background:#4D4D4D;}.CaseRender .bd ul.totop{z-index:15;opacity:0;}.CaseRender .bd li{overflow:hidden;background-color:#4D4D4D;}.CaseRender .bd li .imgh0{padding-top:133.3333333333333%;transform:scale(1)!important;transition:all 1s;}.CaseRender .bd li .imgh0 img{display:block;}.CaseRender .bd li .bg{background:rgba(0,0,0,.5);}.CaseRender .bd li.liVideo i{width:90rpx;height:90rpx;line-height:90rpx;background-position:0 -60rpx;}.CaseRender .bd li.liVr i{width:90rpx;height:90rpx;line-height:90rpx;background-position:0 -150rpx;}.CaseRender .bd li.active{z-index:10;}.CaseRender .bd li.active .imgh0{transform:scale(1)!important;}.CaseRender .liBox{display:none;z-index:15;background:#4D4D4D;}.CaseRender .liBox .iframe{display:block;width:100%;height:100%;margin:0;border:none;}.CaseRender .liBox .close{z-index:10;position:absolute;top:0;right:0;margin:4.347826%;}.CaseRender .liBox .close i{background-position:-120rpx -60rpx;background-color:rgba(0,0,0,.5);border-radius:100%;}.CaseRender .liBox.show{display:block;}.CaseRender .liBox.hide{display:none;}.CaseRender .hdli2{z-index:10;position:absolute;left:0;right:0;bottom:0;margin-bottom:2.608695652173913%;padding-bottom:13px;line-height:4px;text-align:center;}.CaseRender .hdli2 li{display:inline-block;overflow:hidden;width:4px;height:4px;margin-left:10rpx;border-radius:100px;background:#FFF;vertical-align:top;}.CaseRender .hdli2 li i{display:none;}.CaseRender .hdli2 li.active{width:16rpx;}.CaseRender .fraction{z-index:10;position:absolute;right:0;bottom:0;margin:0 5.7971% 2.608695652173913% 0;line-height:30px;color:#FFF;}.CaseRender .fraction .line{width:4px;height:2px;margin:14px 2px;background:#FFF;vertical-align:top;}.CaseDes{margin:5.333333% 4%;}.CaseDes .photo{overflow:hidden;width:100rpx;margin-right:25rpx;border-radius:100%;background-color:#A6A6A6;}.CaseDes .info{font-size:22rpx;color:#444;}.CaseDes .name{font-size:32rpx;color:#222222;}.CaseDes .base::before{content:"";display:inline-block;width:1px;height:20rpx;margin:0 15rpx;background:#979798;vertical-align:text-bottom;}.CaseDes .btn{display:block;width:140rpx;margin-left:20rpx;border-radius:10rpx;background:#e3481a;line-height:60rpx;text-align:center;color:#FFF;}.CaseTitle{margin:5.333333% 4%;padding-bottom:5.333333%;border-bottom:1px solid rgba(92,92,92,.1);line-height:44rpx;color:#292929;}.CaseTitle .title{margin-bottom:1.15942%;line-height:1.5;font-size:30rpx;}.CaseTitle em:not(:last-child)::after{content:"|";padding:0 2px;}.CaseKhta{margin:5.333333% 4%;border:1px solid #DDD;}.CaseKhta .ht{margin:0 4.347826% 1.4492753%;letter-spacing:1.4px;font-size:28rpx;color:#504e4e;}.CaseKhta .gsArea{padding:4.927536231884058% 0 5.797101449275362%;}.CaseKhta .gsArea ul{overflow:auto;padding:0 4.347826%;max-height:560rpx;}.CaseKhta .gsArea li{margin:3.174603174603175% 14.28571428571429% 0 0;}.CaseKhta .gsArea li .photo{float:left;overflow:hidden;width:12.96296296296296%;background-color:#ECEDEC;border-radius:5px;}.CaseKhta .gsArea li .txt{position:relative;padding-left:3.703703703703704%;line-height:1.75;color:#444;}.CaseKhta .gsArea li .txt p{position:relative;padding:3.148148148148148% 4.888888888888889%;background:#F6F6F6;border-radius:5px;}.CaseKhta .gsArea li .txt p::before{content:"";position:absolute;top:20rpx;right:100%;border:8rpx solid transparent;border-left:none;border-right:12rpx solid #F6F6F6;}.CaseKhta .gsArea li.liDes{margin-left:14.28571428571429%;margin-right:0;}.CaseKhta .gsArea li.liDes .photo{float:right;}.CaseKhta .gsArea li.liDes .txt{padding-left:0;padding-right:3.703703703703704%;}.CaseKhta .gsArea li.liDes .txt p{background:#F6ECE9;}.CaseKhta .gsArea li.liDes .txt p::before{left:100%;right:auto;border-right:none;border-left:12rpx solid #F6ECE9;}.CaseKhta .taArea{padding:4.927536231884058% 0 5.797101449275362%;}.CaseKhta .taArea .ht{margin-bottom:-2px;}.CaseKhta .taArea ul{overflow:auto;padding:0 2.89855% 0 4.347826%;max-height:560rpx;}.CaseKhta .taArea li{margin-top:4.6875%;}.CaseKhta .taArea li .photo{position:relative;float:left;width:14.0625%;margin-right:3.125%;padding-right:1.5625%;line-height:1.25;text-align:center;font-size:.22rem;color:#504e4e;}.CaseKhta .taArea li .photo::after{content:"";position:absolute;top:6px;right:0;width:1px;height:40px;background:rgba(221,221,221,.5);}.CaseKhta .taArea li .txt{line-height:2;color:#504e4e;}.CaseKhta .gsArea+.taArea{padding-top:2.898550724637681%;}.CaseKhta .gsArea+.taArea .ht{padding-top:7.681159420289855%;border-top:1px solid #DDD;}.CaseIntro{margin:5.333333% 4%;line-height:1.846153846153846;letter-spacing:2px;font-size:26rpx;color:#504e4e;}.CaseNodeKj{margin:5.333333% 4%;}.CaseNodeKj .item{margin-bottom:9.565217391304348%;color:#504e4e;}.CaseNodeKj .item .ht{margin-top:7.826086956521739%;padding:0 2.89855%;font-size:26rpx;}.CaseNodeKj .item .txt{margin-top:1.449275362318841%;padding:0 2.89855%;line-height:1.846153846153846;letter-spacing:2px;font-size:26rpx;}.CaseNodeKj .item .imgli{position:relative;text-align:center;}.CaseNodeKj .item .imgli img{border-radius:10rpx;}.CaseNodeKj .item .imgli .order{display:none;position:absolute;right:0;bottom:0;margin:2.89855% 4.347826%;padding:1.5% 3%;border-radius:30px;background:rgba(24,24,24,.5);color:#FFF;}.CaseNodeKj .item .imgli .order:active{color:#FFE825;}.CaseDes2{margin:9.333333% 4%;padding:8.5333333% 0 10%;box-shadow:2.8px 4.1px 20px 0 rgba(18,34,104,.15);border-radius:30rpx;text-align:center;}.CaseDes2 .ht{margin-bottom:4.927536%;line-height:2.25;font-size:24rpx;color:#504e4e;}.CaseDes2 .photo{overflow:hidden;width:21.73913043478261%;margin:0 auto 2.0289855%;border-radius:100%;background-color:#F5F5F5;}.CaseDes2 .name{margin-bottom:.57971%;letter-spacing:1.3px;font-size:26rpx;color:#292929;}.CaseDes2 .pos{color:#909090;}.CaseDes2 .kefu{display:inline-block;width:270rpx;margin-top:4.927536231884058%;border-radius:10rpx;background:#e3481a;line-height:70rpx;text-align:center;color:#FFF;}.CaseMatch{margin:6.666666% 6.666666% 11.466666%;}.CaseMatch .txtArea{margin-bottom:9.23076923%;text-align:center;}.CaseMatch .txtArea .ht{display:inline-block;z-index:3;position:relative;margin-bottom:7.692307692307692%;line-height:1;font-size:36rpx;letter-spacing:1.8px;color:#444;}.CaseMatch .txtArea .ht::after{content:"";z-index:-1;position:absolute;left:0;right:0;bottom:-6rpx;height:12rpx;margin:0 30rpx;background:#D1C0A5;}.CaseMatch .txtArea .txt{margin-bottom:4%;line-height:2.3076923;font-size:26rpx;}.CaseMatch .txtArea .txt span{color:#FF674E;}.CaseMatch .txtArea .arrow{width:90rpx;margin-bottom:7.076923%;background-position:-600rpx 0;}.CaseMatch .txtArea .subht{letter-spacing:1.8px;font-size:36rpx;color:#FDC93C;}.CaseMatch .form{padding:8.307692307692308% 6.153846153846154% 6%;box-shadow:0 0 20px 0 rgba(10,18,117,.1);border-radius:50rpx;}.CaseMatch .form .item:not(:last-child){margin-bottom:60rpx;}.CaseMatch .form dt{margin-bottom:24rpx;font-size:30rpx;color:#504e4e;}.CaseMatch .form dt small{display:block;font-size:22rpx;color:#909090;}.CaseMatch .form dd{position:relative;}.CaseMatch .form dd .input-text{height:70rpx;padding:0 20rpx;border:none;border-radius:10rpx;background-color:rgba(239,240,248,.5);line-height:70rpx;font-size:26rpx;}.CaseMatch .form dd .input-text::placeholder{color:#909090;}.CaseMatch .form dd .add_on{z-index:3;position:absolute;top:0;right:20rpx;line-height:70rpx;font-size:24rpx;color:#ff674e;}.CaseMatch .submit{display:block;width:230rpx;height:70rpx;margin:40rpx auto 0;border:none;border-radius:5rpx;background:#e3481a;line-height:70rpx;text-align:center;font-size:30rpx;color:#FFF;}.CaseMatch .submit:active{opacity:.8;}.CaseMatch .imgs-wrap li{overflow:hidden;position:relative;width:48.245614%;margin-bottom:3.508771929824561%;border-radius:10rpx;}.CaseMatch .imgs-wrap li .radio{opacity:0;z-index:5;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;}.CaseMatch .imgs-wrap li em{z-index:2;position:absolute;top:0;right:0;margin:7.272727%;border:2rpx solid #FFF;border-radius:100%;background:rgba(0,0,0,.5);}.CaseMatch .imgs-wrap li em i{display:block;width:30rpx;height:30rpx;line-height:30rpx;}.CaseMatch .imgs-wrap li .radio:checked+em{border-color:#FFF;background:#FDC93C;}.CaseMatch .imgs-wrap li .radio:checked+em i{background-position:-690rpx 0;}.CaseMatch .imgs-wrap .change{display:block;width:200rpx;margin:3.508771929824561% auto 0;border:1px solid #C0C0C0;border-radius:100px;line-height:50rpx;text-align:center;font-size:24rpx;color:#909090;}.CaseMatch .imgs-wrap .change i{width:30rpx;height:30rpx;line-height:30rpx;background-position:-690rpx -60rpx;}.CaseMatch .imgs-wrap .change:active{border-color:#FDC93C;background-color:#FDC93C;color:#333;}.CaseMatch .imgs-wrap .change:active i{background-position:-690rpx -90rpx;}.CaseMatch .slider-wrap{margin-top:34rpx;}.CaseMatch .slider-wrap .input, .CaseMatch .slider-wrap .add_on{display:none!important;}.CaseMatch .slider-wrap .slider-box{font-size:24rpx;color:#909090;}.CaseMatch .slider-wrap .slider{height:12rpx;margin:9rpx 0 10rpx;}.CaseMatch .slider-wrap .txt{width:150rpx;line-height:1;text-align:right;letter-spacing:1.2rpx;font-size:24rpx;color:#909090;}.CaseMatch .slider-wrap .txt em{font-size:36rpx;color:#723cfd;}.CaseMatch .layui-slider{position:relative;height:12rpx;border-radius:6rpx;background:#eff0f8;cursor:pointer;}.CaseMatch .layui-slider-bar{position:absolute;height:100%;border-radius:6rpx;background:#FDC93C!important;}.CaseMatch .layui-slider-wrap{z-index:10;position:absolute;top:50%;width:40rpx;height:40rpx;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.CaseMatch .layui-slider-wrap-btn{position:absolute;top:50%;left:50%;width:40rpx;height:30rpx;border:none!important;border-radius:5rpx;background:#FFF;box-shadow:0 0 5px 0 rgba(10,18,117,.15);cursor:pointer;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.CaseMatch .layui-slider-wrap-btn::before, .CaseMatch .layui-slider-wrap-btn::after{content:"";position:absolute;top:50%;width:4rpx;height:12rpx;margin:-6rpx 5rpx;border-radius:2rpx;background:#FDC93C;}.CaseMatch .layui-slider-wrap-btn::before{right:50%;}.CaseMatch .layui-slider-wrap-btn::after{left:50%;}.CaseMatch .layui-slider-tips{position:absolute;top:-42px;z-index:66666666;white-space:nowrap;display:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#FFF;background:#000;border-radius:3px;height:25px;line-height:25px;padding:0 10px}.CaseMatch .layui-slider-tips:after{content:"";position:absolute;bottom:-12px;left:50%;margin-left:-6px;width:0;height:0;border-width:6px;border-style:solid;border-color:#000 transparent transparent}.CaseMatch .layui-slider-step{position:absolute;top:0;width:4px;height:4px;border-radius:50%;background:#FFF;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.layui-auxiliar-moving{z-index:9999999999;position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:0 0;}body .CaseMatchDes{border-radius:50rpx;box-shadow:none;}.CaseMatchDes .layui-layer-content{overflow:hidden;padding:160rpx 0 110rpx;}.CaseMatchDes .matchHt{z-index:5;position:absolute;top:60rpx;left:0;right:0;margin:0 40rpx;line-height:1;font-size:30rpx;color:#333;}.CaseMatchDes .matchHt h4{display:inline-block;z-index:3;position:relative;margin-bottom:20rpx;font-size:26rpx;}.CaseMatchDes .matchHt h4::after{content:"";z-index:-1;position:absolute;left:0;right:0;bottom:-4rpx;height:10rpx;background:#FDC93C;}.CaseMatchDes .matchReset{z-index:6;position:absolute;top:60rpx;right:40rpx;width:160rpx;border-radius:100px;background-color:#ff674e;line-height:60rpx;text-align:center;font-style:26rpx;color:#FFF;}.CaseMatchDes .matchBtns{z-index:6;position:absolute;bottom:24rpx;left:0;right:0;text-align:center;}.CaseMatchDes .matchBtns .btn{display:inline-block;width:160rpx;margin:0 30rpx;border:1px solid #C0C0C0;border-radius:100px;line-height:50rpx;text-align:center;font-size:24rpx;color:#909090;}.CaseMatchDes .matchBtns .change{border-color:#FDC93C;background-color:#FDC93C;color:#333;}.CaseMatchDes .matchBtns .change i{width:15px;height:15px;line-height:15px;background-position:-690rpx -90rpx;}.CaseMatchDes .matchBtns .btn:active{opacity:.8;}.CaseMatchDes .TeamList{overflow-y:auto;position:relative;height:100%;padding:44rpx 0 0;margin:0;}.TeamList{margin-top:4%;}.TeamList .li{margin-bottom:65rpx;}.TeamList .li .tBase{margin:0 30rpx;}.TeamList .li .lInfo .photo{overflow:hidden;width:100rpx;margin-right:25rpx;border-radius:100%;background-color:#A6A6A6;}.TeamList .li .lInfo .info{font-size:22rpx;color:#444;}.TeamList .li .lInfo .name{font-size:32rpx;color:#222222;}.TeamList .li .lInfo .base::before{content:"";display:inline-block;width:1px;height:20rpx;margin:0 15rpx;background:#979798;vertical-align:text-bottom;}.TeamList .li .kefu{display:block;width:140rpx;margin-left:20rpx;border-radius:10rpx;background:#e3481a;line-height:60rpx;text-align:center;color:#FFF;}.TeamList .li .dstyle{margin:25rpx 30rpx 0;}.TeamList .li .dstyle li{width:auto;}.TeamList .li .dstyle em{margin-right:30rpx;padding:0 20rpx;border-radius:10rpx;background:#FCF7F4;line-height:50rpx;color:#FF9C54;}.TeamList .li .bAnli .bd{padding:40rpx 0 0 30rpx;}.TeamList .li .bAnli ul{margin:0;}.TeamList .li .bAnli li{width:auto;margin-bottom:0;}.TeamList .li .bAnli li .imga{width:330rpx;margin-right:20rpx;}.TeamList .li .bAnli li .img{padding-top:75.15151515151515%;}.TeamList .li .bAnli li.last .imga{width:240rpx;text-align:center;}.TeamList .li .bAnli li.last .img{padding-top:100%;}.TeamInfo{margin-bottom:11.066666%;}.TeamInfo .photoArea{overflow:hidden;padding-top:69.6%;border-radius:0 0 150rpx 150rpx;background-color:#F1F1F1;}.TeamInfo .photoArea img{padding:3.333333% 23.333333% 0;}.TeamInfo .photoArea .praise{z-index:3;position:absolute;right:0;bottom:0;margin:0 4% 12% 0;}.TeamInfo .photoArea .praise i{background-position:-270rpx -60rpx;background-color:rgba(0,0,0,.5);border-radius:100%;}.TeamInfo .photoArea .hasPraise i{background-position:-330rpx -60rpx;}.TeamInfo .baseArea{z-index:3;position:relative;margin:-4% 4% 0;padding:5.333333% 5.333333% 4%;background:#FFF;border-radius:.2rem;box-shadow:0 10px 20px 0 rgba(56,52,49,.07);color:#666;}.TeamInfo .baseArea .order{width:140rpx;background-color:#e3481a;box-shadow:0 4px 8px 0 rgba(178,77,85,.1);border-radius:10rpx;line-height:60rpx;text-align:center;font-size:24r;color:#FFF;}.TeamInfo .baseArea .name{margin-bottom:25rpx;line-height:1;font-size:22rpx;color:#222222;}.TeamInfo .baseArea .name em{margin-right:.1rem;letter-spacing:1.5px;font-size:32rpx;}.TeamInfo .baseArea .name span::before{content:"";display:inline-block;width:1px;height:20rpx;margin:0 15rpx;background:#979798;vertical-align:text-bottom;}.TeamInfo .baseArea .dstyle{margin-bottom:4.262295%;letter-spacing:1.2px;}.TeamInfo .baseArea .dstyle em:not(:last-child)::after{content:"|";padding:0 1px;}.TeamInfo .baseArea .idea{margin-bottom:3.278688524590164%;line-height:40rpx;}.TeamInfo .baseArea .idea i{width:30rpx;height:30rpx;margin-right:10rpx;line-height:30rpx;background-position:-390rpx -60rpx;}.TeamInfo .baseArea .intro{line-height:2;letter-spacing:1.2px;color:#444444;}.TeamCases{margin-top:4%;margin-bottom:4%;}.TeamCases .more{display:block;width:240rpx;margin:0 auto 9.333333%;padding:2% 0;border:1px solid #C0C0C0;border-radius:100px;letter-spacing:1px;text-align:center;color:#666;}.TeamCases .more:active{border-color:#e3481a;background:#e3481a;color:#FFF;}.NewsPush{overflow:hidden;position:relative;margin:30rpx;background:#FFF;border-radius:10rpx;line-height:40rpx;}.NewsPush .bd li .img{padding-top:56.52173913043478%;}.NewsPush .bd li .txt{top:auto;padding:30rpx 0;background-image:linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);}.NewsPush .bd li .txt .title{height:40rpx;padding:0 15% 0 5%;font-size:30rpx;font-weight:normal;color:#FFF;}.NewsPush .fraction{z-index:3;position:absolute;bottom:30rpx;right:30rpx;font-size:20rpx;color:#FFF;}.NewsPush .scbtn{z-index:3;position:absolute;top:50%;margin-top:-45rpx;padding:30rpx 8rpx;background:rgba(27,27,27,.2);border-radius:5rpx;}.NewsPush .scbtn i{width:30rpx;height:30rpx;line-height:30rpx;}.NewsPush .prev{left:0;}.NewsPush .prev i{background-position:-300rpx 0;}.NewsPush .next{right:0;}.NewsPush .next i{background-position:-330rpx 0;}.NewsPush .scbtn:active{background:rgba(227,72,26,1);}.NewsList li{position:relative;padding:30rpx 0;margin:0 30rpx;border-bottom:1px solid #EEE;}.NewsList li .img{overflow:hidden;width:306rpx;margin-right:40rpx;border-radius:5rpx;}.NewsList li .img .imgh{padding-top:75.16339869281046%;}.NewsList li .info{padding:10rpx 0;font-size:18rpx;color:#666;}.NewsList li .info .title{line-height:1.375;font-size:28rpx;color:#222;}.NewsList li .info .base{line-height:30rpx;}.NewsList li .info .base i{width:30rpx;height:30rpx;line-height:30rpx;background-position:-360rpx 0;}.NewsList li .info .date i{margin-left:20rpx;background-position:-390rpx 0;}.NewsMore{margin:70rpx 0;}.NewsMore li:first-child{padding-top:0;}.NewsMore li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;}.SpecList li{overflow:hidden;margin:30rpx;border-radius:10rpx;}.SpecList li .img{padding-top:45%;}.SpecList li .info{top:auto;padding:10rpx 20rpx;background:rgba(0,0,0,.3);letter-spacing:1.2px;color:#FFF;}.ThinkList{margin:60rpx 30rpx;}.ThinkList li{margin-bottom:46rpx;}.ThinkList li .user .photo{width:84rpx;height:84rpx;padding:9rpx;margin-right:16rpx;border-radius:10rpx;background-color:#c9c9c9;line-height:32rpx;text-align:center;font-size:30rpx;letter-spacing:1rpx;color:#ffffff;font-family:"SourceHanSansCN-Heavy";}.ThinkList li .user .title{margin-top:6rpx;font-size:28rpx;color:#222;}.ThinkList li .user .title span{padding:10rpx 12rpx;margin-left:10rpx;border-radius:30px;background:#FDEEEA;letter-spacing:0.5px;font-size:18rpx;color:#e3481a;}.ThinkList li .user .date{font-size:20rpx;color:#909090;}.ThinkList li .praise{padding:0 20rpx;line-height:30rpx;font-size:18rpx;color:#888;}.ThinkList li .praise i{width:42rpx;height:30rpx;line-height:30rpx;background-position:-420rpx 0;}.ThinkList li .hasPraise i{background-position:-420rpx -30rpx;}.ThinkList li .imga{display:block;margin:0 20rpx 0 90rpx;padding-bottom:52rpx;border-bottom:1px solid #EEE;}.ThinkList li .note{margin:28rpx 0 20rpx;-webkit-line-clamp:5;line-height:1.846153846153846;font-size:26rpx;color:#4c4c4c;}.ThinkList li .imgs{margin-top:20rpx;}.ThinkList li .imgs .li{width:278rpx;margin-bottom:16rpx;}.ThinkList li .imgs .li .imgh{padding-top:68.965517%;border-radius:10rpx;}.ThinkList li .imgs.one .li{width:100%;}.ThinkList li .imgs.one .li .imgh{padding-top:50%;}.ThinkList li .img{margin-bottom:16rpx;padding-top:68%;border-radius:10rpx;}.ThinkList li .view{display:inline-block;margin-top:20rpx;padding:0 25rpx;border:1px solid #B5B5B5;border-radius:100rpx;line-height:56rpx;color:#787878;}.Pagelist{margin:2% 4% 8.666666%;text-align:center;}.Pagelist ul li{display:inline-block;}.Pagelist ul li a,.Pagelist ul li span{display:block;width:22px;height:22px;margin:0 6rpx;border:1px solid #C0C0C0;border-radius:6rpx;line-height:20px;font-size:22rpx;color:#707070;}.Pagelist ul li a:active, .Pagelist ul li .current{border-color:#C5C5C5;background:#C5C5C5;color:#FFF;}.Pagelist ul li .btn{width:28px;background-image:url(public.png);background-position:-240px -120px;text-indent:-999em;}.Pagelist ul li .home,.Pagelist ul li .end{display:none;}.Pagelist ul li .btn.disabled{display:none;}.Pagelist ul li .next{background-position:-270px -150px;}.Pagelist ul li .prev:active{background-position:-270px -120px;}.Pagelist ul li .next:active{background-position:-240px -150px;}.PageLoad{margin-bottom:8.666666%;text-align:center;}.PageLoad a{display:block;color:#999;}.PageLoad i{display:block;margin:0 auto;background-position:-180rpx 0;}.PageLoad i.down{background-position:-60rpx 0;}.PageLoad i.loading{background-position:-120rpx 0;}.postForm{padding:4%;}.postForm .ht{padding-bottom:10px;margin-bottom:4%;border-bottom:1px solid #DDDD;line-height:.3rem;font-weight:normal;font-size:.3rem;}.postForm .ht::before{content:"";float:left;width:5px;height:.3rem;margin-right:.1rem;background:#C39F54;}.FooterReview{z-index:335;position:fixed;bottom:0;max-width:750px;width:100%;height:100rpx;padding:19rpx 30rpx 0 30rpx;padding-bottom:env(safe-area-inset-bottom);background:#FFF;box-shadow:0 -2px 2px rgba(6,0,1,.03);line-height:.6rem;transition:all .3s;}.FooterReview .input{display:block;width:240rpx;height:60rpx;padding:0 20rpx;margin-right:10rpx;background-color:#f5f5fb;border-radius:100px;line-height:60rpx;letter-spacing:1px;font-size:24rpx;color:#909090;}.FooterReview .btn{display:block;line-height:60rpx;text-align:center;font-size:24rpx;color:#999;}.FooterReview .btn i{width:30rpx;height:30rpx;margin-right:3rpx;line-height:30rpx;}.FooterReview .praise i{margin-right:10rpx;background-position:-180rpx -60rpx;}.FooterReview .hasPraise i{background-position:-180rpx -90rpx;}.FooterReview .share i{background-position:-210rpx -60rpx;}.FooterReview .share:active i{background-position:-210rpx -90rpx;}.FooterReview .kefu i{background-position:-240rpx -60rpx;}.PubReview{margin:6% 4% 9.333333%;}.PubReview .ht{margin-bottom:8.260869565217391%;font-size:30rpx;font-weight:normal;letter-spacing:1px;color:#292929;}.PubReview .list li{margin-bottom:6.521739130434783%;}.PubReview .list li .photo{width:70rpx;margin-right:20rpx;}.PubReview .list li .photo .imgh{overflow:hidden;border-radius:100%;background-color:#d0b3b5;}.PubReview .list li .info{line-height:36rpx;}.PubReview .list li .praise{line-height:22px;font-size:28rpx;color:#acadad;}.PubReview .list li .praise i{width:18px;height:18px;line-height:18px;background-position:-60px -60px;vertical-align:top;}.PubReview .list li .praise .num:not(:empty){padding-left:8repx;}.PubReview .list li .hasPraise{color:#ff674e;}.PubReview .list li .hasPraise i{background-position:-60px -90px;}.PubReview .list li .name{margin-right:20rpx;font-size:26rpx;color:#292929;}.PubReview .list li .stars i{width:30rpx;height:30rpx;line-height:30rpx;background-position:-180rpx -120rpx;}.PubReview .list li .stars i.i2{background-position:-180rpx -150rpx;}.PubReview .list li .status{padding-left:.2rem;color:#F76D3E;}.PubReview .list li .date{margin-top:5rpx;font-size:22rpx;color:rgba(144,146,146,.8);}.PubReview .list li .note{margin-top:18rpx;margin-right:10%;line-height:1.615384615384615;font-size:26rpx;letter-spacing:.7px;color:#444;}body .PubReviewFormWrap{background:#FFF;border-radius:40rpx 40rpx 0 0;box-shadow:none;}.PubReviewForm{overflow:hidden;width:100%;padding:5.333333% 4% 4%;}.PubReviewForm .textarea{display:block;height:150rpx;padding:15rpx 20rpx;margin-bottom:30rpx;border:1px solid rgba(41,41,41,.3);border-radius:7px;background:none;resize:none;}.PubReviewForm .submit{width:120rpx;height:60rpx;border:none;background-color:#E3481A;border-radius:10rpx;line-height:60rpx;font-size:30rpx;color:#FFF;cursor:pointer;}.PubReviewForm .submit:active{background-color:#F76D3E;color:#FFF;}.PubReviewForm .stars{line-height:60rpx;font-size:26rpx;color:#909090;}.PubReviewForm .star em{overflow:hidden;position:relative;background-position:-180rpx -180rpx;cursor:pointer;vertical-align:top;}.PubReviewForm .star em.good{background-position:-240rpx -180rpx;}.PubReviewForm .star input{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;opacity:0;filter:alpha(opacity=0);width:100%;height:100%;cursor:pointer;}.PubReviewForm .pn{margin-bottom:30rpx;line-height:60rpx;color:#666;}.PubReviewForm .photo .img img{display:inline-block;width:60rpx;height:60rpx;margin-right:12rpx;border-radius:100%;}.PubReviewForm .photo .img .change i{width:30rpx;height:30rpx;line-height:30rpx;background-position:-210rpx -120rpx;}.PubReviewForm .name input{width:320rpx;height:60rpx;padding:0 20rpx;border:solid 1px #e4e4e4;line-height:60rpx;}.PubReviewForm .name input::placeholder{color:#999;}.Teamcomment{margin:6% 0;}.Teamcomment .list{overflow-y:auto;max-height:680rpx;}.Teamcomment .list li{margin:0 4% 6.521739130434783%;}.Teamcomment .list li .photo{width:80rpx;margin-right:20rpx;}.Teamcomment .list li .photo .imgh{overflow:hidden;border-radius:100%;background-color:#d0b3b5;}.Teamcomment .list li .info{line-height:36rpx;}.Teamcomment .list li .name{margin-right:20rpx;font-size:26rpx;color:#292929;}.Teamcomment .list li .date{margin-top:5rpx;font-size:22rpx;color:rgba(144,146,146,.8);}.Teamcomment .list li .note{margin-top:18rpx;margin-right:10%;line-height:1.615384615384615;font-size:26rpx;letter-spacing:0.7px;color:#444;}'; CSSrpxTOpx(rpx_6c5dd90f087ad2585adbb986647110c1,'rpx_6c5dd90f087ad2585adbb986647110c1','tpl/www/mobile/images/style_public.css'); window.addEventListener('resize', function(){CSSrpxTOpx(rpx_6c5dd90f087ad2585adbb986647110c1,'rpx_6c5dd90f087ad2585adbb986647110c1','tpl/www/mobile/images/style_public.css')});