﻿@charset 'utf-8';

/* author:ZJ; date:2019-6; */

.main-box,.sub-box{ position: relative; z-index:5; }

.main-box{ padding-bottom: 60px; }

.m-title{ zoom:1; }
.m-title:after{content:".";display:none;visibility:hidden;overflow:hidden;height:0;clear:both;}
.m-title h2{ padding: 0 2px; height: 30px; line-height: 30px; overflow: hidden; font-size: 22px; font-family:'Microsoft YaHei'; font-weight: normal; color: #010101; }
.m-title h2:before{ content: ""; display: none; *display: inline; zoom:1; vertical-align: top; margin: 4px 12px 0 0; width: 8px; height: 22px; overflow: hidden; background: #48515a; }
.m-title h2 span{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-left: 20px; padding-top: 6px; line-height: 24px; font-size: 16px; font-weight: normal; color: #666; }
.m-title h2 strong{ margin: 0 6px; font-weight: normal; color: #e60202; }
.m-title .more{ float: right; display: inline; margin: 8px 0 0 20px; height: 22px; line-height: 22px; overflow: hidden; font-size: 14px; color: #666; }
.m-title .more:hover{ color: #2983fc; }
.m-title .menu{ float: right; display: inline; padding-top: 0px; line-height: 22px; font-size: 0; }
.m-title .menu:before,
.m-title .menu li:after{ content: ""; display: none; *display: inline; zoom:1; vertical-align: top; margin: 3px 0 0 0; width: 1px; height: 16px; overflow: hidden; background: #cecece; }
.m-title .menu li{ display: inline-block; *display: inline; zoom:1; vertical-align: top; font-size: 16px; border-radius: 4px;
    background: #fff;
    padding: 0.3rem 0;
    margin: 0 0 0 0.5rem;}
.m-title .menu a{ margin: 0 35px; color: #666; }
.m-title .menu a:hover,
.m-title .menu li.on a{ color: #2983fc; }

.m-title .menu li:hover{background: #c1dbff;}

.m-more a{ display: block; margin: 60px auto 0; width: 158px; height: 38px; line-height: 38px; overflow: hidden; text-align: center; color: #666; border: solid 1px #d7d7d7; background: #fff; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.m-more a:hover{ color: #fff; border-color: #2983fc; background-color: #2983fc; }


.m-recommend{ padding: 65px 0 70px; }
.m-recommend .recommendList{ margin-top: 35px; }
.recommendList{ overflow: hidden; }
.recommendList ul{ margin: -26px 0 0 -26px; }
.recommendList li{ float: left; display: inline; margin: 26px 0 0 26px; width: 280px; }
.recommendList .u-box{ position: relative; zoom:1; overflow: hidden; display: block; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.recommendList .u-img{ display: block; width: 280px; height: 180px; overflow: hidden; }
.recommendList .u-con{ position: absolute; top: -30px; left: -106px; padding: 94px 0 0 128px; width: 132px; height: 148px; overflow: hidden; color: #fff; -moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%; }
.recommendList .u-con h4{ height: 38px; line-height: 38px; overflow: hidden; font-size: 18px; }
.recommendList .u-con p{ height: 36px; line-height: 36px; overflow: hidden; font-size: 16px; }
.recommendList .u-con span{ margin-right: 1em; }
.recommendList .u-name,
.recommendList .u-browsing{ margin-top: 12px; height: auto; line-height: 25px; overflow: hidden; display:none;}
.recommendList .u-name{ font-size: 16px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.recommendList .u-name .label{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 5px 12px 0 0; padding: 0 5px; min-width: 35px; height: 20px; line-height: 20px; overflow: hidden; font-size: 12px; text-align: center; color: #fff; -moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; }
.recommendList .u-browsing{ font-size: 14px; color: #999; }
.recommendList li:nth-child(4n+1) .u-con{ background: #ff7c00; background: rgba(255,124,0,.95); }
.recommendList li:nth-child(4n+2) .u-con{ background: #6ebd6b; background: rgba(110,189,107,.95); }
.recommendList li:nth-child(4n+3) .u-con{ background: #367dd5; background: rgba(54,125,213,.95); }
.recommendList li:nth-child(4n+4) .u-con{ background: #fbb700; background: rgba(251,183,0,.95); }
.recommendList li:nth-child(4n+1) .u-name .label{ background: #ff7c00; }
.recommendList li:nth-child(4n+2) .u-name .label{ background: #6ebd6b; }
.recommendList li:nth-child(4n+3) .u-name .label{ background: #367dd5; }
.recommendList li:nth-child(4n+4) .u-name .label{ background: #fbb700; }
.recommendList li.child-1 .u-con{ background: #ff7c00; background: rgba(255,124,0,.95); }
.recommendList li.child-2 .u-con{ background: #6ebd6b; background: rgba(110,189,107,.95); }
.recommendList li.child-3 .u-con{ background: #367dd5; background: rgba(54,125,213,.95); }
.recommendList li.child-4 .u-con{ background: #fbb700; background: rgba(251,183,0,.95); }
.recommendList li.child-1 .u-name .label{ background: #ff7c00; }
.recommendList li.child-2 .u-name .label{ background: #6ebd6b; }
.recommendList li.child-3 .u-name .label{ background: #367dd5; }
.recommendList li.child-4 .u-name .label{ background: #fbb700; }

.m-product{ padding: 55px 0 85px; background: #f5f5f5; }
.m-product .tabCon{ margin-top: 50px;}
.m-product .listBox{overflow: hidden; }
.m-product .listBox ul{ margin: -22px 0 0 -22px; }
.m-product .listBox li{ float: left; display: inline; margin: 22px 0 0 22px; width: 283px; }
.m-product .listBox .u-box{ display: block; overflow: hidden; padding-bottom: 10px; background: #fff; -moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:5px;  }
.m-product .listBox .u-img{ position: relative; zoom:1; display: block; width: 283px; height: 190px; overflow: hidden; }
.m-product .listBox .u-img .label{ position: absolute; bottom: 0; right: 0; padding: 0 10px; min-width: 90px; line-height: 32px; font-size: 15px; text-align: center; color: #fff; background: #000; background: rgba(0,0,0,.6); }
.m-product .listBox .u-name{ margin-top: 25px; padding: 0 24px; height: 66px; line-height: 30px;font-size: 16px; text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    overflow: hidden; }
.m-product .listBox .u-con{ margin-top: 20px; padding: 0 24px; height: 48px; line-height: 24px; overflow: hidden; color: #999; }

.m-news{ padding: 70px 0 50px; }
.m-news .newsRecommend{ margin: 30px 0 50px; }
.m-news .recommendPic{ width: 785px; }
.m-news .recommendText,
.m-news .newsList{ width: 365px; }
.m-news .newsList:first-child{ margin-right: 55px; }

.recommendPic{ overflow: hidden; }
.recommendPic ul{ margin: -20px 0 0 -15px; }
.recommendPic li{ float: left; display: inline; margin: 20px 0 0 15px; width: 255px; }
.recommendPic .u-box{ position: relative; zoom:1; display: block; overflow: hidden; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.recommendPic .u-img{ display: block; width: 255px; height: 160px; overflow: hidden; }
.recommendPic .u-name{ position: absolute; bottom: 0; left: 0; right: 0; padding: 0 8px; height: 30px; line-height: 30px; overflow: hidden; font-weight: normal; text-overflow:ellipsis; white-space:nowrap; color: #fff; background: #000; background: rgba(0,0,0,.45); }
.recommendPic li:first-child{ width: 515px; }
.recommendPic li:first-child .u-img{ width: 515px; height: 340px; background:url(../images/default.jpg) center center no-repeat; background-size: cover;}
.recommendText{ padding-top: 10px; overflow: hidden; }
.recommendText a:hover{ color: #2983fc; }
.recommendText h2{ display: inline-block; *display: inline; zoom:1; vertical-align: top; padding: 0 8px; height: 26px; line-height: 26px; overflow: hidden; font-size: 16px; font-weight: normal; color: #fff; background: #ff9c28; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.recommendText li{ padding: 15px 0 10px; border-bottom: dashed 1px #dfdfdf; }
.recommendText .u-name{ height: 26px; line-height: 26px; overflow: hidden; font-weight: normal; text-overflow:ellipsis; white-space:nowrap; }
.recommendText .u-con{ height: 24px; line-height: 24px; overflow: hidden; font-size: 12px; text-overflow:ellipsis; white-space:nowrap; color: #999; }


.newsList h2{ margin-bottom: 20px; line-height: 36px; font-size: 18px; color: #494949; }
.newsList h2:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; width: 40px; height: 36px; overflow: hidden; background: url(../images/ico-news.png) no-repeat; }
.newsList:nth-child(1) h2:before{ background-position: 0 0; }
.newsList:nth-child(2) h2:before{ background-position: 0 -36px; }
.newsList:nth-child(3) h2:before{ background-position: 0 -72px; }
.newsList.child-1 h2:before{ background-position: 0 0; }
.newsList.child-2 h2:before{ background-position: 0 -36px; }
.newsList.child-3 h2:before{ background-position: 0 -72px; }

.newsList li{ zoom:1; height: 36px; line-height: 36px; overflow: hidden; font-size: 14px; text-overflow:ellipsis; white-space:nowrap; }
.newsList li:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.newsList a:hover{ color: #2983fc; }
.newsList .browsing{ float: right; display: inline; margin-left: 20px; padding-left: 24px; color: #999; background: url(../images/ico-news.png) 0 -108px no-repeat; }
.newsList .date{ float: right; display: inline; margin-left: 20px; color: #999; }


.sub-box{ padding-bottom: 150px; }
.sub-box[background="gray"]{ background: #f5f5f5; }
.sub-box .left-column{ width: 880px; }
.sub-box .right-column{ width: 280px; }


.m-current{ padding: 20px 0; font-size: 14px; color: #b5b5b5; }
.m-current a{ color: #7a7a7a; }
.m-current a:hover{ color: #2983fc; }

.m-screening{ padding: 10px 0 15px; border-bottom: solid 1px #e4e4e4; }
.m-screening dl{ position: relative; zoom:1; line-height: 30px; font-size: 14px; color: #949494;}
.m-screening dl{ padding: 5px 0; padding-right: 86px; overflow: hidden; }
.m-screening dt{ float: left; display: inline; width: 80px; margin-right: -20px; }
.m-screening ul{ margin-bottom: -10px; overflow: hidden; max-height: 40px; }
.m-screening li{ float: left; display: inline; margin: 0 0 10px 20px; min-width: 70px;background: #EDEDED; color: #787878;text-align: center;border-radius: 3px; }
.m-screening li a:hover,
.m-screening li.current a{ color: #fff;}
.m-screening li.current{background: #028bff; }

.m-screening .more{ position: absolute; top: 5px; right: 0; }
.m-screening .more a{ display: block; height: 30px; line-height: 30px; overflow: hidden; color: #787878; }
.m-screening .more a:after{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 12px 0 0 10px; width: 12px; height: 6px; overflow: hidden; background: url(../images/arrow-screening.png) no-repeat; }
.m-screening .more a.close:after{ background-position: 0 -16px; }

.m-screening.line{ padding: 18px 20px; border: solid 1px #e7e7e7; }
.m-screening.line dt{ width: 50px; margin-right: -12px; }
.m-screening.line li{ margin-left: 12px; min-width: auto; }
.m-screening.line li a{ display: block; padding: 0 16px; text-align: center; }
.m-screening.line li a:hover,
.m-screening.line li.current a{ color: #fff; background: #2983fc; }



.sub-title{ line-height: 40px; border-bottom: solid 1px #e5e5e5; }
.sub-title h2{ font-size: 18px; font-weight: normal; color: #535353;  line-height: 50px; }

.sub-menu{ zoom:1; border-bottom: solid 1px #eaeaea; background: #f5f5f5; }
.sub-menu:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.sub-menu ul{ float: right; display: inline; line-height: 0; font-size: 0; }
.sub-menu li{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-left: 68px; margin-bottom: -1px; }
.sub-menu li a{ position: relative; zoom:1; display: block; padding-top: 11px; height: 70px; line-height: 70px; overflow: hidden; font-size: 18px; }
.sub-menu li a:before{ content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; overflow: hidden; background: #2983fc; -webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s; }
.sub-menu li a:hover,
.sub-menu li.current a{ color: #2983fc; }
.sub-menu li.current a:before{ left: 0; right: 0; }

.sub-menu .breadcrumbs{ height: 80px; line-height: 80px; overflow: hidden; font-size: 14px; color: #b5b5b5; color: rgba(181,181,181,.65); }
.sub-menu .breadcrumbs a{ color: #333; color: rgba(51,51,51,.65); }
.sub-menu .breadcrumbs a:hover{ color: #2983fc; }

.sub-product{ padding: 42px 0 76px; }
.sub-product a:hover{ color: #2983fc; }
.sub-product li{ zoom:1; margin-top: 50px; }
.sub-product li:first-child{ margin-top: 0; }
.sub-product li:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.sub-product .u-img{ position: relative; zoom:1; float: left; display: inline; margin-right: 34px; width: 200px; height: 120px; overflow: hidden; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.sub-product .u-img .label{ position: absolute; top: 0; left: 0; width: 76px; height: 40px; line-height: 40px; font-size: 20px; text-align: center; color: #fff; background: #fb9a00; }
.sub-product .u-img .label:before{ content: ""; position: absolute; top: 0; right: -12px; width:0; height:0; overflow:hidden; border-width:20px 12px 20px 0; border-style:solid; border-color: #fb9a00 transparent; }
.sub-product .u-name{ height: 34px; line-height: 34px; overflow: hidden; font-size: 20px; font-weight: normal; text-overflow:ellipsis; white-space:nowrap; }
.sub-product .u-con{ margin-top: 5px; height: 30px; line-height: 30px; overflow: hidden; font-size: 14px; color: #999; }
.sub-product div.u-con span{ margin-left: 30px; }
.sub-product div.u-con span:first-child{ margin-left: 0; }
.sub-product h4.u-con{ font-size: 0; font-weight: normal; display: none;}
.sub-product h4.u-con:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 6px 8px 0 0; width: 5px; height: 18px; overflow: hidden; background: #fb9a00; }
.sub-product h4.u-con a{ font-size: 18px; }
.sub-product .u-btn{ display: block; margin-top: 12px; width: 128px; height: 32px; line-height: 32px; overflow: hidden; text-align: center; color: #999; border: solid 1px #d7d7d7; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.sub-product .u-btn:after{ content: "+"; margin: 0 -6px 0 28px; }
.sub-product .u-btn:hover{ color: #fff; border-color: #2983fc; background: #2983fc; }


.sub-ranking{ margin-bottom: 30px; }
.sub-ranking .rankingList{ margin-top: 10px; }
.rankingList,
.rankingList a{ color: #777; }
.rankingList a:hover{ color: #2983fc; }
.rankingList li{ height: 30px; line-height: 30px; overflow: hidden; font-size: 14px; text-overflow:ellipsis; white-space:nowrap; }
.rankingList .num{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 8px 5px 0 0; width: 16px; height: 14px; line-height: 14px; overflow: hidden; font-size: 12px; text-align: center; color: #fff; background: #c8c7c7; }
.rankingList li:nth-child(1) .num{ background: #fc6c6c; }
.rankingList li:nth-child(2) .num{ background: #ffa169; }
.rankingList li:nth-child(3) .num{ background: #fbb700; }
.rankingList .num.first{ background: #fc6c6c; }
.rankingList .num.second{ background: #ffa169; }
.rankingList .num.third{ background: #fbb700; }

.sub-recommend .recommendList{ margin-top: 20px; }

.sub-news{ padding: 56px 0 40px; }
.sub-news a:hover{ color: #2983fc; }
.sub-news li{ zoom:1; margin-top: 20px; padding: 20px 0 20px 25px; background: #f5f5f5; }
.sub-news li:first-child{ margin: 0; }
.sub-news li:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.sub-news .u-date{ float: right; display: inline; margin-left: 35px; padding: 22px 0 0 42px; width: 132px; height: 78px; color: #a8a8a8; border-left: solid 1px #e2e2e2; }
.sub-news .u-date .MMDD{ height: 36px; line-height: 36px; overflow: hidden; font-size: 30px; }
.sub-news .u-date .YY{ height: 22px; line-height: 22px; overflow: hidden; font-size: 16px; }
.sub-news .u-img{ float: left; display: inline; margin-right: 35px; width: 194px; height: 100px; overflow: hidden; background: url(../images/default.jpg) center center no-repeat; background-size: cover;}
.sub-news .u-name{ padding-top: 10px; height: 30px; line-height: 30px; overflow: hidden; font-size: 18px; font-weight: normal; text-overflow:ellipsis; white-space:nowrap; }
.sub-news .u-con{ padding-top: 10px; height: 40px; line-height: 20px; overflow: hidden; color: #999999;font-size: 14px; }

.sub-download{ margin-top: 40px; padding: 0 20px 80px; border: solid 1px #e7e7e7; }
.sub-download .listBox{ padding-top: 12px; }
.sub-download .listBox li{ padding: 20px 0; border-bottom: solid 1px #e7e7e7; }
.sub-download .listBox .u-function{ float: right; display: inline; line-height: 32px; font-size: 14px; color: #c8c8c8; }
.sub-download .listBox .u-function span{ margin-left: 50px; }
.sub-download .listBox .u-function .price{ color: #f00; }
.sub-download .listBox .u-function a{ color: #666; }
.sub-download .listBox .u-function a:hover{ color: #2983fc; }
.sub-download .listBox .u-function .download:hover{ color: #f00; }
.sub-download .listBox .u-name{ line-height: 32px; overflow: hidden; font-size: 16px; font-weight: normal; }
.sub-download .listBox .u-con{ margin-top: 12px; line-height: 24px; color: #999; }
.sub-download .listBox .u-con span{ margin-left: 24px; }
.sub-download .listBox .u-con span:first-child{ margin: 0; }

.sub-download .m-page{ padding-top: 80px; }


/******************** sub-content ********************/
.sub-content{ padding-top: 80px; line-height: 24px; color: #6e6e6e; }
.sub-content img{ max-width: 100%;}
.sub-content .f-fl{width:auto;margin:0 0 10px 10px;}
.sub-content h1{ margin-bottom: 25px; line-height:36px;font-size:20px;font-weight: normal;text-align:center; color: #333;}
.sub-content a:hover{ color: #a81d1d; }
.sub-content #platform img{max-width:none;}


.contactBox{ position: relative; zoom:1; padding: 40px 0; line-height: 0; font-size: 0; background: #f5f5f5; }
.contactBox:before{ content: ""; position: absolute; left: 400px; right: 310px; top: 40px; bottom: 40px; border-left: solid 1px #e2e2e2; border-right: solid 1px #e2e2e2; }
.contactBox>div{ position: relative; display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.contactBox .tel{ padding: 30px 20px 30px 80px; width: 300px; }
.contactBox .tel h4{ line-height: 30px; font-size: 16px; font-weight: normal; }
.contactBox .tel p{ margin-top: 6px; line-height: 54px; font-size: 30px; font-weight: bold; color: #333; }
.contactBox .con{ padding: 10px 20px 10px 80px; width: 390px; line-height: 36px; font-size: 16px; color: #333; }
.contactBox .con h2{ margin-bottom: 16px; font-size: 20px; font-weight: normal; }
.contactBox .wechat{ padding: 10px 20px; width: 270px; line-height: 24px; font-size: 14px; text-align: center; color: #999; }
.contactBox .wechat img{ margin-bottom: 10px; width: 110px; }

.mapBox{ margin-top: 40px; padding: 30px; background: #f5f5f5; }


.news-detail{ padding-top: 80px; }
.news-detail h1{ margin-bottom: 25px; line-height:36px;font-size:20px;font-weight: normal;text-align:center; color: #333;}
.news-detail .detail-time{ margin-bottom: 25px;text-align:center;color:#a8a8a8;font-size: 14px;}
.news-detail .detail-con{ padding-top: 46px;line-height:24px;  border-top: solid 1px #dcdcdc;}
.news-detail .detail-con img{ max-width:100%; }


.pro-detail{}
.pro-detail .detail-item,
.pro-detail .detail-video{ padding-top: 10px; border-top: solid 1px #eaeaea; border-bottom: solid 1px #eaeaea; background: #f5f5f5; }
.pro-detail .detail-item{ padding-bottom: 80px; }
.pro-detail .detail-con{ margin-top: 20px; }
.pro-detail .sub-recommend{ margin: 0; }

.itemBox{ margin-top: 10px; }
.itemImg{ width: 460px; }
.itemImg img{ width: 100%; }
.itemContent{ width: 700px; }
.itemContent .u-name>.share{ float: right; display: inline; margin-left: 20px; }
.itemContent .u-name .btn-share{ position: relative; padding-left: 26px; line-height: 24px; font-size: 20px; -webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s; }
.itemContent .u-name .btn-share:before{ content: ""; position: absolute; top: 50%; left: 0; margin-top: -8.5px; width: 17px; height: 17px; overflow: hidden; background: url(../images/ico-share.png) center no-repeat; }
.itemContent .u-name .btn-share:hover{ opacity: .75; }
.itemContent .u-name>.wrap{ overflow: hidden; }
.itemContent .u-name h1{ line-height: 1.5; font-size: 20px; font-weight: normal; }
.itemContent .u-name p{ margin-top: 8px; line-height: 24px; font-size: 14px; color: #999; }
.itemContent .u-name span{ margin-left: 30px; }
.itemContent .u-name span:first-child{ margin-left: 0; }
.itemContent .u-con{ margin-top: 20px; padding-top: 20px; line-height: 30px; font-size: 15px; color: #838383; border-top: solid 1px #ebebeb; }
.itemContent .u-con span{ color: #565656; }
.itemContent .u-price{ margin-top: 10px; line-height: 0; font-size: 0; display: none; }
.itemContent .u-price .price,
.itemContent .u-price .price strong,
.itemContent .u-price .original{ display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.itemContent .u-price .price{ padding-top: 20px; line-height: 24px; font-size: 18px; color: #e60202; }
.itemContent .u-price .price strong{ margin-top: -12px; line-height: 36px; font-size: 36px; }
.itemContent .u-price .original{ margin-left: 30px; padding-top: 20px; line-height: 24px; font-size: 18px; text-decoration: line-through; color: #e60202; }
.itemContent .u-price .tips{ margin-top: 2px; line-height: 24px; font-size: 12px; color: #999; }
.itemContent .u-price .tips a:hover{ text-decoration: underline; }
.itemContent .u-price .register{ color: #f37803; }
.itemContent .u-price .more{ color: #2983fc; }
.itemContent .u-btn{ margin-top: 25px; line-height: 0; font-size: 0; }
.itemContent .u-btn .btn{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-right: 15px; width: 138px; height: 38px; line-height: 38px; overflow: hidden; font-size: 18px; text-align: center; color: #fff; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.itemContent .u-btn .btn-buyQRcode,
.itemContent .u-btn .btn-reviewQRcode{ border: solid 1px #9b0202; background: #e60202;}
.itemContent .u-btn .btn-playVideo{ border: solid 1px #1d5eb3; background: #2983fc;}

.itemVideo .conBox{ padding: 32px 0; color: #666; }
.itemVideo .u-name{ line-height: 36px; font-size: 20px; font-weight: normal; }
.itemVideo .u-con{ margin-top: 6px; color: #5a5a5a; }
.itemVideo .u-con span{ margin-left: 30px; }
.itemVideo .u-con span:first-child{ margin-left: 0; }

.itemVideo .u-function{ float: right; display: inline; margin-top: 2px; line-height: 0; font-size: 0; }
.itemVideo .u-function .share,
.itemVideo .u-function .collection{ position: relative; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-left: 20px; line-height: 34px; font-size: 12px; }
.itemVideo .u-function .btn{ color: #5a5a5a; }
.itemVideo .u-function .btn:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 9px 6px 0 0; width: 16px; height: 16px; overflow: hidden; background: url(../images/ico-detail-function.png) no-repeat; -webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s; }
.itemVideo .u-function .btn:hover,
.itemVideo .u-function .share-btn.hover,
.itemVideo .u-function .collection-btn.current{ color: #2983fc; }
.itemVideo .u-function .share-btn:before{ background-position: 0 0; }
.itemVideo .u-function .collection-btn:before{ background-position: 0 -26px; }
.itemVideo .u-function .share-btn:hover:before,
.itemVideo .u-function .share-btn.hover:before{ background-position: -26px 0; }
.itemVideo .u-function .collection-btn:hover:before{ background-position: -26px -26px; }
.itemVideo .u-function .collection-btn.current:before{ background-position: -52px -26px; }

.itemVideo .u-function .share-layer{display:none;position:absolute;top:50%;right:100%; margin: -14px 0 0 0; padding-right: 10px;}

.share-layer .bdsharebuttonbox{ position: relative; zoom:1; padding-left: 6px; line-height: 0; font-size: 0; white-space: nowrap; border:solid 1px #e4e4e4;background:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 6px rgba(43,43,43,.08);-webkit-box-shadow:0 1px 6px rgba(43,43,43,.08);box-shadow:0 1px 6px rgba(43,43,43,.08); }
.share-layer .bdsharebuttonbox:before,
.share-layer .bdsharebuttonbox:after{content:"";position:absolute;top:50%;left:100%;width:0;height:0;overflow:hidden;visibility: visible; border-style:solid;}
.share-layer .bdsharebuttonbox:before{margin-top: -7px;border-width:7px 0 7px 7px;border-color:transparent transparent transparent #e4e4e4;}
.share-layer .bdsharebuttonbox:after{margin-top: -6px;border-width:6px 0 6px 6px;border-color:transparent transparent transparent #fff;}
.share-layer .bdsharebuttonbox a{ float: none; display: inline-block; *display: inline; zoom:1; vertical-align: top; -webkit-transition:none;-moz-transition:none;transition:none;}

.detail-con .tabTitle{ line-height: 0; font-size: 0; border-bottom: solid 1px #e5e5e5; }
.detail-con .tabTitle ul,
.detail-con .tabTitle li,
.detail-con .tabTitle a{ display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.detail-con .tabTitle li,
.detail-con .tabTitle a{ position: relative; zoom:1; line-height: 50px; font-size: 22px; cursor: pointer; -webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s; }
.detail-con .tabTitle li{ margin-right: 50px; }
.detail-con .tabTitle li:before{ content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 2px; overflow: hidden; background: #2983fc; -webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s; }
.detail-con .tabTitle li.on,
.detail-con .tabTitle li:hover,
.detail-con .tabTitle a:hover{ color: #2983fc; font-weight: 700;}
.detail-con .tabTitle li.on:before{ left: 0; right: 0; }

.layer-download{ display: none; }
.layui-m-layer .layer-m-download{ border: solid 1px #dfdfdf; border-radius: 30px; }
.layui-m-layer .layer-m-download .layui-m-layercont{ padding: 80px 60px 65px; }
.layui-m-layer .layer-m-download .layui-m-layerbtn,
.layui-m-layer .layer-m-download .layui-m-layerbtn span{border-radius: 0 0 30px 30px;}
.layui-m-layer .layer-m-download .layui-m-layerbtn{ height: 84px; line-height: 84px; border-color: #efefef; background: none; }
.layui-m-layer .layer-m-download .layui-m-layerbtn span{ font-size: 28px; color: #999; }
.layui-m-layer .layer-m-download .layui-m-layerbtn span[no]{ border-color: #efefef; border-radius: 0 0 0 30px; }
.layui-m-layer .layer-m-download .layui-m-layerbtn span[yes]{ color: #fff; background: #23b8ff; border-radius: 0 0 30px 0; }
.layui-m-layer .layer-m-download li{ zoom:1; margin-top: 30px; text-align: left; }
.layui-m-layer .layer-m-download li:first-child{ margin-top: 0; }
.layui-m-layer .layer-m-download li:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.layui-m-layer .layer-m-download h4{ float: left; display: inline; margin-right: 30px; width: 4em; line-height: 60px; font-size: 26px; font-weight: normal; text-align: right; color: #666; }
.layui-m-layer .layer-m-download p{ overflow: hidden; padding: 15px 0; line-height: 30px; font-size: 20px; color: #999; word-break:break-all; }
.layui-m-layer .layer-m-download a{ color: #2983fc; }
.layui-m-layer .layer-m-download a:hover{ text-decoration: underline;}

.detail-con .tabCon{ margin-top: 20px; }
.detail-con .list{ padding: 20px 0; overflow: hidden; }
.detail-con .list li{ zoom:1; margin-top: 20px; padding: 10px 20px 10px 16px; border-left: solid 3px #2983fc; background: #f5f5f5; }
.detail-con .list li:first-child{ margin: 0; }
.detail-con .list li:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.detail-con .list .u-btn{ float: right; display: inline; margin: 14px 0 0 20px; }
.detail-con .list .u-btn span{ display: inline-block; *display: inline; zoom:1; vertical-align: top; padding-top: 9px; line-height: 26px; font-size: 18px; color: #e60202; }
.detail-con .list .u-btn span>strong{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-top: -4px; line-height: 30px; font-size: 24px; }
.detail-con .list .u-btn a{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-left: 10px; width: 100px; height: 35px; line-height: 35px; overflow: hidden; text-align: center; color: #fff; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; }
.detail-con .list .u-btn .btn-buyQRcode,
.detail-con .list .u-btn .btn-reviewQRcode{background: #e60202;}
.detail-con .list .u-btn .btn-playVideo{background: #2983fc;}
.detail-con .list .u-btn .btn-bought{ background: #b5b5b5; cursor: default;}

.detail-con .list .u-img{ position: relative; zoom:1; float: left; display: inline; margin-right: 14px; width: 96px; height: 62px; overflow: hidden; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
.detail-con .list .u-img>.label{ position: absolute; z-index: 10; top: 0; left: 0; width: 40px; height: 16px; line-height: 16px; overflow: hidden; font-size: 12px; text-align: center; color: #fff; }
.detail-con .list .u-img>.label-a{ background: #6bb6fc; }
.detail-con .list .u-img>.label-b{ background: #f37802; }

.btn-buyQRcode{}
.layer-buyQRcode{ display: none; }
.layer-buyQRcode-wrap{ width: 520px; margin: 0 auto; padding-bottom: 56px; }
.layui-m-layer .layer-m-buyQRcode{ border: solid 1px #dfdfdf; border-radius: 30px; }
.layui-m-layer .layer-m-buyQRcode .layui-m-layercont{ padding: 0; width: 100%; height: 100%; }
.layui-m-layer .layer-m-buyQRcode .layui-m-layerbtn{ position: absolute; top: 0; right: 0; width: 79px; height: 73px; line-height: 73px; text-align: center; border: 0 none; background: none; }
.layui-m-layer .layer-m-buyQRcode .layui-m-layerbtn span{ font-size: 36px; font-family: "SimSun"; color: #d4d3d3; }
.layui-m-layer .layer-m-buyQRcode .layui-m-layerbtn span:active{ background: none; }
.layui-m-layer .layer-m-buyQRcode .title{ padding-top: 16px; margin-bottom: 30px; line-height: 66px; font-size: 24px; font-weight: normal; border-bottom: solid 1px #f2f2f2; }
.layui-m-layer .layer-m-buyQRcode ul{ padding: 6px 0 26px; line-height: 0; font-size: 0; text-align: justify; }
.layui-m-layer .layer-m-buyQRcode ul:after{ content: ""; display: inline-block; width: 100%; }
.layui-m-layer .layer-m-buyQRcode li{ display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.layui-m-layer .layer-m-buyQRcode label{ display: block; cursor: pointer; }
.layui-m-layer .layer-m-buyQRcode label>input{ display: none; }
.layui-m-layer .layer-m-buyQRcode .u-box{ padding: 18px 0 14px; width: 156px; line-height: 36px; font-size: 18px; text-align: center; border: solid 1px #d1d1d1; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px; }
.layui-m-layer .layer-m-buyQRcode .price{ margin-top: 10px; color: #e60202; }
.layui-m-layer .layer-m-buyQRcode .price strong{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-top: -6px; line-height: 42px; font-size: 30px; }
.layui-m-layer .layer-m-buyQRcode .tips{ font-size: 16px; color: #666; }
.layui-m-layer .layer-m-buyQRcode li.active .u-box{ border-color: #fecece; background: #fee1e1 url(../images/ico-checked.png) right bottom no-repeat; }
.layui-m-layer .layer-m-buyQRcode .QRcodeBox{ display: none; }
.layui-m-layer .layer-m-buyQRcode .img{ float: left; display: inline; margin-right: 40px; width: 256px; }
.layui-m-layer .layer-m-buyQRcode .img>img{ width: 100%; }
.layui-m-layer .layer-m-buyQRcode .content{ overflow: hidden; padding-top: 38px; text-align: left; }
.layui-m-layer .layer-m-buyQRcode .content h4{ line-height: 48px; font-size: 18px; font-weight: normal; }
.layui-m-layer .layer-m-buyQRcode .content h4 strong{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-top: -2px; line-height: 50px; font-size: 30px; color: #e60202; }
.layui-m-layer .layer-m-buyQRcode .content p{ line-height: 44px; font-size: 16px; color: #999; }
.layui-m-layer .layer-m-buyQRcode .loading{ display: none; }

.btn-playVideo{}
.layer-playVideo{ display: none; }
.layui-m-layer .layer-m-playVideo{ max-width: none !important; height: 90%; overflow: hidden; }
.layui-m-layer .layer-m-playVideo .layui-m-layercont{ padding: 0; width: 100%; height: 100%; }
.layui-m-layer .layer-m-playVideo .layui-m-layerbtn{ position: absolute; top: 0; right: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; border: 0 none; background: none; }
.layui-m-layer .layer-m-playVideo .layui-m-layerbtn span{ font-size: 36px; font-family: "SimSun"; }
.layui-m-layer .layer-m-playVideo .layui-m-layerbtn span:active{ background: none; }
.layui-m-layer .layer-m-playVideo .layer-playVideo-wrap,
.layui-m-layer .layer-m-playVideo #player-container-id{ width: 100%; height: 100%; }


.detail-con .list .u-con{ overflow: hidden; }
.detail-con .list .name{ height: 32px; line-height: 32px; overflow: hidden; font-size: 16px; font-weight: normal; text-overflow:ellipsis; white-space:nowrap; }

.detail-con .list .con{ color: #999; }
.detail-con .list .con span{ margin-left: 15px; }
.detail-con .list .con span:first-child{ margin-left: 0; }


.detail-con .detail{ margin-top: 35px; color: #666; }
.detail-con .conBox{ padding: 14px 0; color: #666; }

.detail-page{ margin-top: 60px; line-height: 0; font-size: 0; }
.detail-page>.page{ position: relative; display: inline-block; *display: inline; zoom:1; vertical-align: top; width: 50%; height: 60px; line-height: 60px; overflow: hidden; -webkit-transition:filter .2s;-moz-transition:filter .2s;transition:filter .2s; }
.detail-page>.page:hover{-webkit-filter:brightness(1.1);-moz-filter:brightness(1.1);filter:brightness(1.1);}
.detail-page>.page[href="javascript:;"]:hover{ -webkit-filter:none;-moz-filter:none;filter:none; }
.detail-page>.page:before{ position: absolute; top: 50%; margin-top: -7px; width: 50px; height: 14px; line-height: 14px; font-size: 20px; font-family: "SimSun"; font-weight: bold; text-align: center; }
.detail-page>.page h4{ margin: 0 80px; font-size: 16px; font-weight: normal; }
.detail-page>.page-prev{ color: #666; background: #eaeaea;}
.detail-page>.page-prev:before{ content: "<"; left: 12px; border-right: solid 1px #dfdfdf; }
.detail-page>.page-next{ color: #666; background: #eaeaea;}
.detail-page>.page-next:before{ content: ">"; right: 12px; border-left: solid 1px #dfdfdf; }

.initLoading{width:100%;background:#fff;min-height:750px;height:auto;padding-top:132px;text-align:center;}
.initLoading img{vertical-align:middle;}
.loadingHide{display:none;}

/* 2019/09/18 增加 */
.m-activity{ padding: 65px 0 70px; }
.m-activity .activityList{ margin-top: 35px; }
.activityList{ overflow: hidden; }
.activityList ul{ margin: -32px 0 0 -26px; }
.activityList li{ float: left; display: inline; margin: 32px 0 0 26px; width: 380px; }
.activityList .u-img{ position: relative; zoom:1; display: block; width: 380px; height: 230px; overflow: hidden; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:5px; }
.activityList .u-img .label{ position: absolute; top: 0; left: 0; width: 96px; height: 40px; line-height: 40px; font-size: 20px; text-align: center; color: #fff; background: #fb9a00; }
.activityList .u-img .label:before{ content: ""; position: absolute; top: 0; right: -12px; width:0; height:0; overflow:hidden; border-width:20px 12px 20px 0; border-style:solid; border-color: #fb9a00 transparent; }
.activityList .u-con{ padding: 10px 0; }
.activityList .u-con .name{ height: 62px; line-height: 28px;  font-size: 16px; font-weight: 700;   text-overflow: ellipsis;   display: -webkit-box;    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    overflow: hidden; }
.activityList .u-con .date{ height: 34px; line-height: 34px; overflow: hidden; font-size: 14px; color: #999; }
.skw{color:#c00}


/* 2019/11/13 增加 */
.sub-live-notice{ position: relative; zoom:1; height: 485px; overflow: hidden; background: #fff; }
/*.sub-live-notice .label{ position: absolute; z-index: 10; top: 0; left: 0; padding: 0 15px; line-height: 44px; font-size: 20px; font-weight: bold; color: #fff; background: #fb9a00; }
.sub-live-notice .label:after{ content: ""; position: absolute; top: 0; right: -12px; width:0; height:0; overflow:hidden; border-width:22px 12px 22px 0; border-style:solid; border-color: #fb9a00 transparent; }*/
.sub-live-notice li{ float: left; display: inline; width: 1200px; height: 485px; }
.sub-live-notice .u-img{ position: relative; zoom:1; float: left; display: inline; width: 894px; height: 485px; }
.sub-live-notice .u-img .label{ position: absolute; z-index: 10; top: 0; left: 0; }
.sub-live-notice .u-img .label span{ position: relative; float: left; display: inline; padding: 0 15px; line-height: 44px; font-size: 20px; font-weight: bold; color: #fff; }
.sub-live-notice .u-img .label span:after{ content: ""; position: absolute; top: 0; right: -12px; width:0; height:0; overflow:hidden; border-width:22px 12px 22px 0; border-style:solid; border-color: transparent; }
.sub-live-notice .u-img .label span.notice{ background: #fb9a00; }
.sub-live-notice .u-img .label span.notice:after{ border-color: #fb9a00 transparent; }
.sub-live-notice .u-img .label span.start{ background: #23b8ff; }
.sub-live-notice .u-img .label span.start:after{ border-color: #23b8ff transparent; }
.sub-live-notice .u-img .label span.end{ background: #7f7f7f; }
.sub-live-notice .u-img .label span.end:after{ border-color: #7f7f7f transparent; }
.sub-live-notice .u-img .label em.time{ float: left; display: inline; padding: 0 28px; min-width: 340px; line-height: 44px; font-size: 16px; color: #fff; background: url(../images/bg-live-time.png) right center no-repeat; }
.sub-live-notice .u-con{ padding: 40px 30px 0; overflow: hidden; }
.sub-live-notice .u-con .name{ height: 128px; line-height: 32px; overflow:hidden; display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical; font-size: 20px; }
.sub-live-notice .u-con .date{ margin-top: 20px; height: 24px; line-height: 24px; overflow: hidden; font-size: 14px; color: #999; }
.sub-live-notice .u-con .date:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-right: 8px; width: 15px; height: 24px; background: url(../images/ico-date.png) center no-repeat; }
.sub-live-notice .u-con .content{ margin-top: 20px; height: 48px; line-height: 24px; overflow: hidden; font-size: 14px; color: #8e8e8e; }
.sub-live-notice .u-con .btn{ display: block; margin-top: 50px; height: 46px; line-height: 46px; overflow: hidden; font-size: 18px; text-align: center; color: #fff; background: #23b8ff; -moz-border-radius:23px;-webkit-border-radius:23px;border-radius:23px; }
.sub-live-notice .btnBox>a{ position: absolute; z-index: 10; top: 0; bottom: 0; width: 5%; line-height: 485px; font-size: 50px; font-family: "SimSun"; font-weight: bold; text-align: center; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.25); }
.sub-live-notice .btnBox .prevBtn{ left: 0; }
.sub-live-notice .btnBox .nextBtn{ right: 306px; }
.sub-live-notice .list-page{ position: absolute; bottom: 44px; left: 924px; padding-top: 14px; line-height: 36px; font-size: 24px; font-family: Arial; color: #c5c6c6; }
.sub-live-notice .list-page .current{ line-height: 50px; font-size: 36px; color: #2983fc; }

.sub-live{ margin-top: 40px; }
.sub-live .listBox{ margin-top: 24px; overflow: hidden; }
.sub-live .listBox ul{ margin: -28px 0 0 -28px; }
.sub-live .listBox li{ float: left; display: inline; margin: 28px 0 0 28px; width: 279px; }
.sub-live .listBox .u-box{ display: block; overflow: hidden; background: #fff; -moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0; }
.sub-live .listBox .u-img{ position: relative; zoom:1; display: block; width: 279px; height: 179px; overflow: hidden; }
.sub-live .listBox .u-img:before{ content: ""; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5) url(../images/ico-live.png) center no-repeat; filter:alpha(opacity=0);opacity:0; -webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s; }
.sub-live .listBox .u-img span{ position: absolute; z-index: 10; top: 12px; left: 12px; padding: 0 10px; min-width: 42px; line-height: 21px; font-size: 14px; text-align: center; color: #fff; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; }
.sub-live .listBox .u-img span.notice{ background: #fb9a00; }
.sub-live .listBox .u-img span.start{ background: #23b8ff; }
.sub-live .listBox .u-img span.end{ background: #7f7f7f; }
.sub-live .listBox .u-con{ padding: 12px; }
.sub-live .listBox .u-con .name{ height: 48px; line-height: 24px; overflow: hidden; font-size: 16px; font-weight: normal; }
.sub-live .listBox .u-con .content{ height: 24px; line-height: 24px; overflow: hidden; font-size: 12px; color: #999; }
.sub-live .listBox .u-box:hover .u-img:before{ filter:alpha(opacity=100);opacity:1; }
.sub-live .m-page{ margin-bottom: -30px; padding-top: 120px; }

.live-detail .detail-item{ background: #f2f5f6; }
.live-detail .detail-con{ margin-top: 40px; }
.live-detail .detail-con .title{ margin-bottom: 32px; line-height: 30px; font-size: 20px; font-weight: normal; color: #2983fc; }
.live-detail .detail-con .title:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 3px 8px 0 0; width: 4px; height: 24px; background: #2983fc; }
.live-detail .detail-con .u-con{ line-height: 24px; font-size: 14px; color: #666; }

.liveBox{}
.liveImg{ position: relative; zoom:1; line-height: 0; font-size: 0; overflow: hidden; }
.liveImg:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7) url(../images/ico-live.png) center no-repeat; }
.liveImg>img{ width: 100%; }
.liveImg .countdown{ position: absolute; bottom: 50%; left: 20px; right: 20px; margin-bottom: 75px; line-height: 1; font-size: 28px; text-align: center; color: #fff; }
.liveImg .countdown strong{ margin: 0 8px; font-weight: normal; }
.liveContent{ padding: 0 20px; color: #fff; background: #232323; }
.liveContent .f-ovh{ padding: 12px 0; }
.liveContent h1{ line-height: 38px; font-size: 20px; }
.liveContent .date{ line-height: 30px; color: #999; }
.liveContent .date p{ display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.liveContent .date p:after{ content: "|"; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 0 20px; }
.liveContent .share{ position: relative; display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.liveContent .share-btn{ display: inline-block; *display: inline; zoom:1; vertical-align: top; padding-left: 20px; color: #999; background: url(../images/ico-live-share.png) left center no-repeat; }
.liveContent .share-layer{ display: none; position: absolute; top: 50%; left: 100%; margin-top: -15px; padding: 0 0 0 10px; }
.liveContent .share-layer .bdsharebuttonbox{ position: relative; zoom:1;}
.liveContent .share-layer .bdsharebuttonbox:before,
.liveContent .share-layer .bdsharebuttonbox:after{content:"";position:absolute;top:50%; left:auto; right:100%;width:0;height:0;overflow:hidden;visibility: visible; border-style:solid;}
.liveContent .share-layer .bdsharebuttonbox:before{margin-top: -7px;border-width:7px 7px 7px 0;border-color:transparent #e4e4e4 transparent transparent;}
.liveContent .share-layer .bdsharebuttonbox:after{margin-top: -6px;border-width:6px 6px 6px 0;border-color:transparent #fff transparent transparent;}

.liveContent .f-fr{ margin-left: 10px; padding: 20px 0; }
.liveContent .f-fr>div{ display: inline-block; *display: inline; zoom:1; vertical-align: top; }
.liveContent .countdown{ margin-top: 6px; margin-right: 20px; padding: 0 20px; line-height: 40px; font-size: 16px; background: #4f4e4e; -moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; }
.liveContent .countdown strong{ margin: 0 6px; color: #23b8ff; }
.liveContent .price{ margin-right: 20px; padding-top: 10px; line-height: 42px; font-size: 24px; color: #f70; }
.liveContent .price strong{ display: inline-block; *display: inline; zoom:1; vertical-align: top; margin-top: -10px; line-height: 52px; font-size: 36px; }
.liveContent .buy-btn{ width: 145px; height: 52px; line-height: 52px; overflow: hidden; font-size: 18px; text-align: center; background: #23b8ff; }
.liveContent .end-btn{ width:145px;height:52px;line-height:52px;overflow:hidden;font-size:18px;text-align:center;background:#e4e4e4;}
.liveContent .replay-btn{ width:145px;height:52px;line-height:52px;overflow:hidden;font-size:18px;text-align:center;background:#23b8ff;}

.liveVideo{ padding: 40px 0; }
.liveVideo .video{ position: relative; zoom:1; width: 946px; height: 632px; }
.liveVideo .video .number{ position: absolute; top: 12px; right: 0; padding: 0 20px; line-height: 34px; font-size: 16px; color: #f4f4f4; background: rgba(35,35,35,.7); -moz-border-radius:17px 0 0 17px;-webkit-border-radius:17px 0 0 17px;border-radius:17px 0 0 17px; }

.liveVideo .listBox{ width: 246px; height: 630px; border: solid 1px #ecebeb; background: #fff; }
.liveVideo .listBox .title{ padding: 14px 0 12px; line-height: 30px; font-size: 18px; font-weight: normal; color: #2983fc; border-bottom: solid 1px #eee; }
.liveVideo .listBox .title:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 3px 16px 0 0; width: 4px; height: 24px; background: #2983fc; }
.liveVideo .listBox .list{ height: 529px; overflow: auto; }
.liveVideo .listBox .list ul{ padding: 20px; }
.liveVideo .listBox .list li{ margin-top: 28px; }
.liveVideo .listBox .list li:first-child{ margin-top: 0; }
.liveVideo .listBox .conBox{ line-height: 0; font-size: 0; }
.liveVideo .listBox .conBox>div{display: inline-block; *display: inline; zoom:1; vertical-align: top; line-height: 32px; }
.liveVideo .listBox .u-img{ width: 32px; height: 32px; overflow: hidden; background: #eaeaea; -moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%; }
.liveVideo .listBox .u-name{ margin: 0 12px; width: 4em; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size: 14px; color: #666; }
.liveVideo .listBox .u-date{ font-size: 12px; color: #999; }
.liveVideo .listBox .replyBox{ position: relative; zoom:1; margin-top: 10px; padding: 4px 10px; line-height: 24px; font-size: 14px; background: #eee; }
.liveVideo .listBox .replyBox:before{ content: ""; position: absolute; bottom: 100%; left: 10px; width:0; height:0; overflow:hidden; border-width:0 6px 4px; border-style:solid; border-color: transparent transparent #f6f6f6 transparent; }
.liveVideo .listBox .form{ padding: 10px; line-height: 0; font-size: 0; background: #000; }
.liveVideo .listBox .form .u-text{ padding: 0 10px; width: 142px; height: 24px; color: #f6f6f6; border: 0 none; background: none; }
.liveVideo .listBox .form .u-text::-webkit-input-placeholder{color:#8d8d8d;}
.liveVideo .listBox .form .u-text:-moz-placeholder{color:#8d8d8d;}
.liveVideo .listBox .form .u-text:-ms-input-placeholder{color:#8d8d8d;}
.liveVideo .listBox .form .u-btn{ width: 64px; height: 24px; font-size: 14px; color: #fff; border: 0 none; background: #23b8ff; -moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px; }


/* 2020/08/31 增加 */
/*.btn-reviewQRcode{ width: auto !important; padding: 0 10px; }*/
.layer-reviewQRcode{ display: none; }
.layer-reviewQRcode-wrap{ width: 560px; margin: 0 auto; padding: 30px 0 50px; }
.layui-m-layer .layer-m-reviewQRcode{ border: solid 1px #dfdfdf; border-radius: 30px; }
.layui-m-layer .layer-m-reviewQRcode .layui-m-layercont{ padding: 0; width: 100%; height: 100%; }
.layui-m-layer .layer-m-reviewQRcode .layui-m-layerbtn{ position: absolute; top: 0; right: 0; width: 79px; height: 73px; line-height: 73px; text-align: center; border: 0 none; background: none; }
.layui-m-layer .layer-m-reviewQRcode .layui-m-layerbtn span{ font-size: 36px; font-family: "SimSun"; color: #d4d3d3; }
.layui-m-layer .layer-m-reviewQRcode .layui-m-layerbtn span:active{ background: none; }

.layui-m-layer .layer-m-reviewQRcode h2{ line-height: 46px; font-size: 28px; }
.layui-m-layer .layer-m-reviewQRcode li{ margin-top: 30px; }
.layui-m-layer .layer-m-reviewQRcode li:first-child{ margin-top: 20px; }

.layui-m-layer .layer-m-reviewQRcode .u-box{ position: relative; zoom:1; display: block; padding: 18px 28px 18px 88px; text-align: left; border: solid 2px #d1d1d1; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-webkit-transition:none;-moz-transition:none;transition:none; }
.layui-m-layer .layer-m-reviewQRcode .u-name{ position: relative; zoom:1; line-height: 46px; font-size: 28px; font-weight: normal; }
.layui-m-layer .layer-m-reviewQRcode .u-name:before{ content: ""; position: absolute; top: 9px; left: -54px; width: 32px; height: 29px; background: url(../images/ico-review.png) no-repeat; }
.layui-m-layer .layer-m-reviewQRcode .u-name:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.layui-m-layer .layer-m-reviewQRcode .u-name .price{ float: right; display: inline; font-size: 18px; }
.layui-m-layer .layer-m-reviewQRcode .u-name .price>.red{ vertical-align: top; color: #e60202; }
.layui-m-layer .layer-m-reviewQRcode .u-name .price strong{ vertical-align: top; font-size: 36px; }
.layui-m-layer .layer-m-reviewQRcode .u-con{ line-height: 34px; font-size: 18px; color: #666; }

.layui-m-layer .layer-m-reviewQRcode .u-box>.clickArea{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; cursor: pointer; }

.layui-m-layer .layer-m-reviewQRcode li.active .u-box{ border-color: #ff7800; background: #fff6f0 url(../images/ico-review-checked.png) right bottom no-repeat; }

.layui-m-layer .layer-m-reviewQRcode .QRcodeBox{ display: none; margin-top: 20px; }
.layui-m-layer .layer-m-reviewQRcode .img{ float: left; display: inline; margin: 0 40px 0 30px; width: 184px; }
.layui-m-layer .layer-m-reviewQRcode .img>img{ width: 100%; }
.layui-m-layer .layer-m-reviewQRcode .img>canvas{ width: 184px !important; height: 184px !important; }
.layui-m-layer .layer-m-reviewQRcode .content{ overflow: hidden; padding-top: 44px; text-align: left; }
.layui-m-layer .layer-m-reviewQRcode .content h4{ line-height: 56px; font-size: 24px; font-weight: normal; }
.layui-m-layer .layer-m-reviewQRcode .content h4 strong{ display: inline-block; *display: inline; zoom:1; vertical-align: top; line-height: 1; font-size: 48px; color: #e60202; }
.layui-m-layer .layer-m-reviewQRcode .content p{ line-height: 38px; font-size: 20px; color: #999; }
.layui-m-layer .layer-m-reviewQRcode .loading{ display: none; }


.btn-share{}
.layer-share{ display: none; }
.layer-share-wrap{ width: 496px; margin: 0 auto; padding-bottom: 56px; }
.layui-m-layer .layer-m-share{ border: solid 1px #dfdfdf; border-radius: 30px; }
.layui-m-layer .layer-m-share .layui-m-layercont{ padding: 0; width: 100%; height: 100%; }
.layui-m-layer .layer-m-share .layui-m-layerbtn{ position: absolute; top: 0; right: 0; width: 79px; height: 73px; line-height: 73px; text-align: center; border: 0 none; background: none; }
.layui-m-layer .layer-m-share .layui-m-layerbtn span{ font-size: 36px; font-family: "SimSun"; color: #d4d3d3; }
.layui-m-layer .layer-m-share .layui-m-layerbtn span:active{ background: none; }
.layui-m-layer .layer-m-share .title{ padding-top: 90px; margin-bottom: 70px; line-height:34px; font-size: 28px; font-weight: normal; }
.layui-m-layer .layer-m-share .img{ margin: 0 auto; width: 280px; }
.layui-m-layer .layer-m-share .img>img{ max-width: 100%; }
.layui-m-layer .layer-m-share .content{ margin-top: 60px; padding: 12px 20px 20px; line-height: 36px; font-size: 20px; text-align: center; color: #666; background: #ebebeb; }
.layui-m-layer .layer-m-share .content h4{ font-size: 20px; font-weight: normal; }
.layui-m-layer .layer-m-share .content a{ color: #666; }
.layui-m-layer .layer-m-share .loading{ display: none; }


.comment-form{padding-top:10px;}
.comment-form .title h2{line-height:32px;font-size:16px;font-weight:normal;color:#515455;}
.comment-form .form{margin-top:18px; line-height: 0; font-size: 0; text-align: right;}
.comment-form .form .u-textarea{display:block;padding:10px;width:858px;height:58px;line-height:18px;font-size:14px;font-family:'Microsoft YaHei';border:solid 1px #bfbfbf;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.comment-form .form .u-btn{display:inline-block; *display: inline; zoom:1; vertical-align: top;margin-top: 20px;width:105px;height:32px;font-size:16px;color:#fff;border:0 none;background:#23b8ff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.comment-list{margin-top:15px;}
.comment-list .title{line-height:32px;font-size:16px;font-weight:normal;}
.comment-list .comment{margin-left: 55px;padding:20px 0;font-size: 14px;border-bottom:solid 1px #efefef;}
.comment-user{ position: relative; zoom:1;}
.comment-user .avatar{ position: absolute; top: 50%; left: -55px; margin-top: -20px; width: 40px; height: 40px; overflow: hidden; line-height: 0; font-size: 0; text-align: center; -moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%; }
.comment-user .avatar:before{ content: ""; display: inline-block; *display: inline; zoom:1; vertical-align: middle; height: 100%; }
.comment-user .avatar img{ max-width: 100%; max-height: 100%; vertical-align: middle; }
.comment-user .name{ padding: 8px 0; line-height: 24px; font-size: 16px; font-weight: normal; }
.comment-content{padding-top:2px;line-height:24px;color: #5a5a5a;}
.comment-operate{padding-top:5px;line-height:24px;color:#d2d3d2;}
.comment-operate a{color:#b5b5b5;}
.comment-operate-reply{display: inline-block; *display: inline; zoom:1; vertical-align: top;margin-left:30px; -webkit-transition:none;-moz-transition:none;transition:none;}
.comment-operate-reply:before{content:"";display:inline-block;*display:inline;zoom:1;vertical-align:top;margin:5px 8px 0 0;width:17px;height:14px;overflow:hidden;background:url(../images/ico-operate-reply.png) 0 0 no-repeat;}
.comment-list .comment>.reply{ margin-top: 16px; }
.reply-wrap{position: relative; zoom:1; margin-top:20px; padding-left: 25px; }
.reply-wrap:before{ content: ""; position: absolute; top: 7px; bottom: 7px; left: 0; width: 5px; overflow: hidden; background: #efefef; }
.reply-wrap:first-of-type{margin-top:0;}
.reply-username{ line-height: 30px; font-size: 16px; color: #515455;}
.reply-content{ margin-top: 8px; line-height: 24px; font-size: 14px; color: #5a5a5a; }
.reply-operate{margin-top:5px;color:#d2d3d2;}
.reply-operate a{color:#b5b5b5;}
.reply-operate-btn{display: inline-block; *display: inline; zoom:1; vertical-align: top;margin-left:40px; -webkit-transition:none;-moz-transition:none;transition:none;}
.reply-operate-btn:before{content:"";display:inline-block;*display:inline;zoom:1;vertical-align:top;margin:5px 8px 0 0;width:17px;height:14px;overflow:hidden;background:url(../images/ico-operate-reply.png) 0 0 no-repeat;}
.comment-list .comment>.reply>.more{margin-top:10px;display:inline-block;*display:inline;zoom:1;vertical-align:top;color:#999;}
.comment-list .comment>.reply>.more:hover{color:#2983fc;}
.reply-form{margin-top: 12px;line-height:0;font-size:0;}
.reply-form .u-text{display:inline-block;*display: inline; zoom:1; vertical-align:top;padding:0 10px;width:673px;height:38px;line-height:38px;font-size:14px;font-family:'Microsoft YaHei';border:solid 1px #d2d2d2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.reply-form .u-btn{display:inline-block;*display: inline; zoom:1; vertical-align:top; margin:4px 0 0 25px; width:105px;height:32px;font-size:16px;color:#fff;border:0 none;background:#6ebd6b;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}

.reply-wrap .reply-form{margin-top:5px;padding-bottom: 7px;}
.reply-wrap .reply-form .u-text{width:648px;}
.comment-list>.more{display:block;margin-top:30px;height:40px;line-height:40px;overflow:hidden;font-size:14px;text-align:center;color:#999;background:#f4f4f4;}
.comment-list>.more:hover{color:#2983fc;}


.sub-team{}
.sub-team li{ margin-top: 40px; padding: 25px 25px 35px; border: solid 1px #e3e3e3; }
.sub-team li:first-child{ margin-top: 0; }
.sub-team .team .u-img{ float: left; display: inline; margin-right: 35px; width: 172px; height: 228px; overflow: hidden; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
.sub-team .team h4.u-name{ padding-top: 4px; line-height: 42px; font-size: 24px; }
.sub-team .team h5.u-name{ margin: 20px 0 6px; font-size: 16px; color: #666; }
.sub-team .team .u-con{ line-height: 24px; font-size: 14px; color: #666; }
.sub-team .product{ margin-top: 30px; }
.sub-team .product ul{ margin: -14px 0 0 -14px; }
.sub-team .product li{ float: left; display: inline; margin: 14px 0 0 14px; padding: 0; border: 0 none; }
.sub-team .product .u-img{ display: block; width: 218px; height: 140px; overflow: hidden; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }

.sub-team+.m-page{ border: none; }












