@charset "utf-8";
/* CSS Document */

/* css reset */

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    border: 0px;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "PingFangSC", "PingFang SC", 'Microsoft Yahei', "Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    /*color:#333;*/
    /* [disabled]outline:none; */
}
button, input, select, textarea{ outline:none;}
html {line-height: 1; }
address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

/* 重置列表元素 */
ul, ol, li { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none;color:#333; cursor:pointer;}
a:hover { text-decoration:none; color:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/* 重置图片元素 */
img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}

.bx_fl, .fl {float: left;}
.bx_fr, .fr {float: right;}
.container{width:1200px; margin:0 auto;}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:20px;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0px;padding:0;}
.undis{display:none;margin:0px;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
.hot .item .img img, .hot .item .pic img{
    width:100%; height:100%;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.hot .item .img img:hover, .hot .item .pic img:hover{
    transform: scale(1.1, 1.1);

    -ms-transform:scale(1.1, 1.1); 	/* IE 9 */
    -moz-transform:scale(1.1, 1.1); 	/* Firefox */
    -webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1, 1.1); 	/* Opera */
}

/*top*/
.top{width:100%; height:3px;}
.top > div{width:20%; float:left; height:3px;}
.top > div.yellow{ background-color:#ffb400;}
.top > div.red{ background-color:#ef3838;}
.top > div.blue{ background-color:#1e8dff;}

/*head*/
/*.header{width:100%; border-bottom:1px solid #cfcfcf; height:80px; box-sizing:border-box; background-color:#fff;}*/
.header .logo{display:inline-block; float:left; width:230px; height:32px; margin-top:24px; background-image:url(../images/tubiao.png); background-position:-286px -10px;}
.rel{position:relative;}
.header-jf{position:absolute; top:8px; right:0;}
.header-rss{position:absolute; top:29px; right:0;}
.header-tag{position:absolute; top:50px; right:0;}
.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn{width:36px; height:16px; line-height:16px; display:inline-block; background-color:#24a5ff; border:1px solid #24a5ff; font-size:12px; color:#fff; text-align:center; border-top-left-radius:9px; -moz-border-top-left-radius:9px; -o-border-top-left-radius:9px; -webkit-border-top-left-radius:9px; border-bottom-left-radius:9px; -moz-border-bottom-left-radius:9px; -o-border-bottom-left-radius:9px; -webkit-border-bottom-left-radius:9px;}
.header-rss .rss-btn{background-color:#ff9000; border:1px solid #ff9000;}
.header-tag .tag-btn{background-color:#a500b9; border:1px solid #a500b9;}
.header-jf .jf-btn:hover{background-color:#fff; color:#24a5ff;}
.header-rss .rss-btn:hover{background-color:#fff; color:#ff9000;}
.header-tag .tag-btn:hover{background-color:#fff; color:#a500b9;}

/*nav*/
.nav{float:left; margin-left:35px; padding-top:24px;}
.nav > .menu li{float:left; line-height:32px; margin-right:50px;}
.nav > .menu li a{font-size:18px; cursor:pointer; color:#333; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav > .menu li a:hover{color:#ef3838; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav > .menu li.on a{color:#ef3838;}
.nav > .menu li.more{ position:relative; margin-right:0;}
.nav > .menu li.more:before{content:''; position:absolute; right:-20px; top:13px; display:inline-block; width:12px; height:7px; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-10px -69px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav > .menu li.more:hover:before{background-position:-10px -86px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav > .menu li > .menu-child{display:none; background:#fff; filter:alpha(opacity=90); background:rgba(255,255,255,0.9); position:absolute; width:120px; z-index:9999; left:-20px;}
.nav > .menu li > .menu-child li{float:none; margin-right:0; line-height:40px; text-indent:20px;}
.nav > .menu li.more:hover > .menu-child{ display:block;}

/*search*/
.header-r{float:right; padding-top:24px;}
.header-r .search{width:242px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;}
.header-r .search .searchCon{width:206px; float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;}
.header-r .search .searchMenu{float:left; width:34px; height:30px; background:url(../images/tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;}

.header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;}
.header-r .login a{color:#444; font-size:16px;}
.header-r .login a:hover{text-decoration:underline;}




/*新闻样式开始*/

/*main*/
.main{padding:32px 0 50px; border-bottom:5px solid #ef3838; position:relative;}
.w860{width:850px; float:left;}

/*news*/
.topNews{width:100%; height:50px; background:url(../images/topNews.png) left top no-repeat #f0f0f0; border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; line-height:50px; text-indent:150px;}
.topNews a{color:#1e1e1e; font-size:24px; font-weight:bold;}
.topNews a:hover{color:#ef3838;}
.topNews em,.topNews span{color:#b7b7b7; font-size:12px; margin-left:20px;}

.news{width:100%; height:340px; margin-top:28px;}
.news .banner{float:left; width:510px; height:340px; position:relative; margin-right:24px;}
.news .banner .banner_pre, .news .banner .banner_next{display:none;position:absolute;top:130px;width:20px;height:24px; overflow:hidden;z-index:10;background-image:url(../images/tubiao.png); background-repeat:no-repeat; cursor:pointer;}
.banner_pre{left:15px;background-position:-10px -10px;}
.banner_pre:hover{background-position:-40px -10px;}
.banner_next{right:15px;background-position:-70px -10px;}
.banner_next:hover{background-position:-100px -10px;}
.news .banner .bd{width:100%; height:288px; overflow:hidden;}
.news .banner .bd a{width:100%; height:288px; display:block; position:relative;}
.news .banner .bd img{width:100%; height:100%;}
.news .banner .bd h1{ position:absolute; left:0; bottom:0; width:100%; height:46px; background:#000; filter:alpha(opacity=80); background:rgba(0,0,0,0.7); line-height:46px; text-align:center; color:#fff; font-weight:normal;}
.news .banner .hd{width:100%; text-align:center; margin-top:10px;}
.news .banner .hd ul{display:inline-block;}
.news .banner .hd li{width:8px; height:8px; float:left; margin:10px; position:relative; cursor:pointer;background:#dbdbdb; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;}
.news .banner .hd li:hover{background:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.news .banner .hd li.on{background:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

.newsList{}
.newsList .item{margin-top:18px;}
.newsList .item:first{margin-top:0;}
.newsList .item h1{color:#222222;}
.newsList .item .des{color:#555555; line-height:18px; font-size:13px; margin-top:10px;}
.newsList .item span{display:inline-block; margin-top:8px; color:#b7b7b7; font-size:12px;}
.newsList .item span em{margin-left:20px;}

/*hot*/
.hot .hot-nav{width:100%; line-height:40px; height:40px; border-bottom:2px solid #e7e7e7;}
.hot .hot-nav h1{color:#1a1a1a; font-weight:normal; position:relative; line-height:40px; display:inline-block;}
.hot .hot-nav h1 a{color:#1a1a1a; font-weight:normal;}
.hot .hot-nav h1:after{content:""; height:2px; width:100%; position:absolute; left:0; bottom:-2px; background-color:#ef3838;}
.hot .item{border-top:1px solid #f2f2f2; padding:27px 0 16px;}
.hot .item:hover{ background-color:rgba(240,240,240,0.4);}
.hot .item .img{width:260px; height:160px; float:left; display:block; position:relative; margin-right:20px; overflow:hidden;}
.hot .item .img img{width:100%; height:100%;}
.hot .item .img i{width:20px; height:14px; position:absolute; left:11px; bottom:7px; background:url(../images/tubiao.png) -239px -10px no-repeat; display:inline-block;}
.hot .item .text{ overflow:hidden; position:relative;}
.hot .item .text h1 a{color:#1a1a1a; font-weight:normal;}
.hot .item .text h1 a:hover{color:#ef3838;}
.hot .item .text .des{color:#5a5a5a; font-size:14px; line-height:24px; margin-top:20px; height:72px;}
.hot .item .text .fl{margin-top:30px; font-size:12px; color:#b7b7b7;}
.fl .ch{float:left;}
.fl .ch em{margin-left:20px;}
.text .data{right:0; bottom:0; position:absolute;}
.text .data span{color:#b7b7b7; font-size:12px; line-height:14px;}
.text .data .view{padding-left:24px; background:url(../images/tubiao.png) -239px -40px no-repeat;}
.text .data .comment{padding-left:21px; background:url(../images/tubiao.png) -237px -74px no-repeat; margin-left:20px;}
.hot .item .pic{margin-top:18px;}
.hot .item .pic img{width:100%; height:100%;}
.hot .item .pic a{width:260px; height:160px; float:left; display:inline-block; margin-left:20px; overflow:hidden;}
.hot-more{text-align:center; margin-top:60px;}
.hot-more a{padding:5px 40px; border:1px solid #cfcfcf; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#9c9c9c; font-size:16px;}
.hot-more a:hover{border:1px solid #ef3838; color:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/*tag*/
.w310{width:310px; float:right;}
.tag .tag-nav{width:100%; border-bottom:2px solid #e7e7e7; padding-bottom:10px; position:relative;}
.tag .tag-nav h1{color:#1a1a1a; font-weight:normal; position:relative; display:inline-block;}
.tag .tag-nav h1:after{content:""; height:2px; width:100%; position:absolute; left:0; bottom:-12px; background-color:#ef3838;}
.tag .tag-nav .change{right:0; bottom:7px; position:absolute; color:#999999; font-size:12px; line-height:14px;}
.tag .tag-nav .change:hover i{-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}
.tag .tag-nav .change i{width:14px; height:14px; display:block; background:url(../images/change.png) no-repeat;-webkit-transition: -webkit-transform .5s ease-out; -moz-transition: -moz-transform .5s ease-out; -o-transition: -o-transform .5s ease-out; -ms-transition: -ms-transform .5s ease-out; float:left; margin-right:5px;}
.tag .tagList{margin-top:15px;}
.tag .tagList a{color:#1a1a1a; font-size:16px; padding:12px 19px; display:inline-block; float:left; margin:0 1px 1px 0; background:#e7e7e7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.tag .tagList a:hover{background:#f7f7f7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/*issue*/
.issue{margin-top:24px;}
.issue .item{padding:18px 0 12px; border-top:1px dashed #e0e0e0;}
.issue .item:hover{background-color:rgba(240,240,240,0.4);}
.issue .item .img{float:left; width:100px; height:69px; margin-right:18px;}
.issue .item .img img{width:100%; height:100%;}
.issue .item h2{height:48px;}
.issue .item h2 a{line-height:24px; font-weight:normal;}
.issue .item .issue-comment{color:#c7c7c7; font-size:12px; margin-top:8px;}

.vcon .img{position:relative;}
.vcon .img:before{content:""; width:22px; height:22px; display:inline-block; background:url(../images/video-btn.png) no-repeat; left:39px;  top:23px; position:absolute;}

/*topic*/
.topic{margin-top:14px;}
.topic .topicList{margin-top:17px;}
.topic .topicList a{width:310px; height:100px; display:inline-block; margin-bottom:10px;}

/*wcom*/
.wcom{margin-top:16px;}
.wcom .item{padding:15px 0 8px; border-top:1px dashed #e0e0e0;}
.wcom .item .ori-news{padding:10px 20px; background:#e0e0e0; position:relative; border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; line-height:18px;}
.wcom .item .ori-news a{font-size:12px; color:#7d7d7d;}
.wcom .item .ori-news a:hover{text-decoration:underline;}
.wcom .item .ori-news:before{content:""; position:absolute; width:12px; height:14px; display:block; left:19px; bottom:-14px; background:url(../images/tubiao.png) -173px -44px no-repeat;}
.wcom .item .flo{margin-top:20px;}
.wcom .item .flo .zan{width:50px; float:left; text-align:center; background:url(../images/tubiao.png) -156px -10px no-repeat; padding-top:20px; color:#c7c7c7; font-size:12px;}
.wcom .item .flo .com-txt{color:#333333; font-size:14px; line-height:20px; overflow:hidden;}
.wcom .item .flo .com-txt a{color:#333333; font-size:14px; line-height:20px;}
.wcom .item .flo .com-txt a:hover{color:#ef3838;}

/*footer*/
.footer{width:100%; background:#4d4d4d;}
.footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;}
.footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;}
.footer .footer-link a:hover{ text-decoration:underline;}
.footer .copyright{line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; border-top:1px solid #5f5f5f;}

/*right-fixed*/
.right-fixed{position:fixed; right:0px; bottom:150px;}
.right-fixed li{width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .back-top{display:none; background-position:-175px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .back-top:hover{background-position:-175px -114px;}
.app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}


/*新闻样式结束*/

/*图库样式开始*/

/*banner*/
.DB_tab25 {width:100%;height:400px;position:relative;overflow:hidden;cursor:pointer;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:400px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:1200px;height:400px; margin:auto; top: 0; left: 0; bottom: 0; right: 0;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:100px;top:149px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:713px;top:223px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:83px;top:219px}
.DB_tab25 .DB_imgSet .DB_1_4{position:absolute;left:139px;top:109px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:475px;top:80px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:69px;top:107px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:69px;top:175px}
.DB_tab25 .DB_imgSet .DB_3_1{position:absolute;left:10px;top:10px;}
.DB_tab25 .DB_imgSet .DB_3_2{position:absolute;left:540px;top:30px}
.DB_tab25 .DB_imgSet .DB_3_3{position:absolute;left:730px;top:180px}
.DB_tab25 .DB_menuWrap{position:absolute;width:1200px; height:400px; margin:auto; top: 0; left: 0; bottom: 0; right: 0;}
.DB_tab25 .DB_menuWrap .DB_menuSet{display:inline-block;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 4px; width:72px; height:4px; background:#6e6e6e; float:left;}
.DB_tab25 .DB_menuWrap .DB_menuSet li.on{background:#ef3838;}

/*tssj*/
.tssj{}
.tssj .tssjNav{margin:0 14px; width:130px; height:44px; background-image:url(../images/tubiao.png); background-position:-436px -66px;}
.tssjList{margin-top:8px;}
.tssjList .tssjItem{float:left; width:330px; padding:15px; height:260px; overflow:hidden; margin-left:55px; position:relative;}
.tssjList .tssjItem .tssjImg{width:330px; height:200px; display:block;}
.tssjList .tssjItem .tssjImg img{width:100%; height:100%;}
.tssjList .tssjItem h1{margin-top:14px;}
.tssjList .tssjItem h1 a{color:#1f1f1f; font-weight:normal;}
.tssjList .tssjItem p{margin-top:14px; color:#aeaeae; font-size:12px;}
.biankuang{width: 3px;height: 3px;position: absolute;z-index: 99;border-radius:10px;}
.biankuang_1{height: 3px;top: -6px;left:0px;border-left: 3px solid #ef3838;}
.biankuang_2 {width: 0px;bottom:-3px;left: 0px;border-top: 3px solid #ef3838;}
.biankuang_3{height: 0px;bottom:0px;right:0px;border-right: 3px solid #ef3838;}
.biankuang_4{width:0px;top:-3px;right:0px;border-bottom: 3px solid #ef3838;}

/*page*/
.page-large{margin:40px 0 40px; text-align:left;}
.page-large a{min-width: clamp(24px, calc(100vw * 48 / 1920), 96px); height: clamp(24px, calc(100vw * 48 / 1920), 96px); background: rgba(255,255,255,0.27); border-radius: 50px; display:inline-block; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:48px; text-align:center; float:left; text-indent:0; color:#fff; font-size: clamp(12px, calc(100vw * 20 / 1920), 40px); font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{background:rgba(24, 99, 234, 1); color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{background:rgba(24, 99, 234, 1); color:#fff;}
.page-large .on:hover{color:#fff;}

/*.page-large .prev-page{background: rgba(255,255,255,0.27) url(../images/small-prev-page.png) center center no-repeat; background-size: 11px 18px;}*/
/*.page-large .next-page{background: rgba(255,255,255,0.27) url(../images/small-next-page.png) center center no-repeat; background-size: 11px 18px;}*/
/*.page-large .prev-page:hover{background: rgba(255,255,255,0.27) url(../images/small-prev-page-on.png) center center no-repeat; background-size: 11px 18px;}*/
/*.page-large .next-page:hover{background: rgba(255,255,255,0.27) url(../images/small-next-page-on.png) center center no-repeat; background-size: 11px 18px;}*/
.page-large .prev-page{background: rgba(255,255,255,0.27); width: 80px;font-size: clamp(12px, calc(100vw * 16 / 1920), 32px);color: #999999;}
.page-large .next-page{background: rgba(255,255,255,0.27); width: 80px;font-size: clamp(12px, calc(100vw * 16 / 1920), 32px);color: #999999;}
.page-large .prev-page:hover{color: #FFFFFF;}
.page-large .next-page:hover{color: #FFFFFF;}
/*图库样式结束*/

/*视频样式开始*/

/*video_banner*/
.video{padding-top:28px;}
.video_banner{width:100%; height:400px; background-color:#333639; margin-bottom:30px; position:relative; overflow:hidden;}
.v_item{width:100%; height:100%; overflow:hidden;}
.v_item_img{width:716px; float:left; height:400px;}
.v_item_img img{width:100%; height:100%;}
.v_item_txt{float:left; width:484px;}
.v_item_txt h1{padding:0 24px; margin-top:32px;}
.v_item_txt h1 a{color:#fff; font-size:24px; font-weight:normal; line-height:36px;}
.v_item_txt p{padding:0 24px; margin-top:34px; color:#9fa5aa; font-size:15px;}
.v_item_txt .video_dis{padding:0 24px; margin-top:10px; color:#f1f1f1; font-size:15px; line-height:24px;}
.video_banner .hd{width:484px; position:absolute; text-align:center; height:70px; bottom:36px; right:0;}
.video_banner .hd ul{display:inline-block;}
.video_banner .hd ul li{width:70px; height:70px; float:left; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin:0 20px; position:relative; z-index:0;}
.video_banner .hd ul li:before{width:70px; height:70px; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; position:relative; background-color:rgba(0,0,0,0.7); z-index:1; position:absolute; left:0; bottom:0; content:""; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.video_banner .hd ul li:hover:before, .hd ul li.on:before{background-color:rgba(0,0,0,0); transition-duration:1000ms; -moz-transition-duration:1000ms; -webkit-transition-duration:1000ms; -o-transition-duration:1000ms;}
.video-con{width:90%; margin:20px auto;}

/*jcspNav*/
.tssj .jcspNav{margin:0; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-436px -126px;}
.jcspList{margin-top:16px;}
.jcspList .tssjItem{padding:0; margin-left:75px; width:350px; margin-bottom:30px; position:relative;}
.jcspList .tssjItem .tssjImg{width:100%; height:200px; position:relative;}
.jcspList .tssjItem .tssjImg:before{position:absolute; width:350px; height:200px; content:''; background:#000;  fliter: alpha(opacity=30); background:rgba(0,0,0,.3); display:none; top:0; left:0; z-index:1;}
.jcspList .tssjItem #caseBlanche{display:none;}
.jcspList .tssjItem:hover #caseBlanche, .jcspList .tssjItem:hover .tssjImg:before{display:block;}
.jcspList .tssjItem #load{height:62px;width:62px;position:absolute;top:70px;left:145px; background:url(../images/video-load.png) center center no-repeat; z-index:2;}
.jcspList .tssjItem #test{height:8px;width:8px;position:absolute;background-color:#fff;border-radius:50%;top:0px;left:10px; z-index:2;}
.jcspList .tssjItem #rond {height:60px;width:60px;border:1px solid #fff;border-radius:50%;position:absolute;top:70px;left:145px;animation:rond 2s infinite;-webkit-animation:rond 2s infinite; z-index:2;}
@keyframes rond {
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
@-webkit-keyframes rond {
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}

/*图库样式结束*/

/*下载样式开始*/

/*dl_banner*/
.dl_banner{width:100%; height:400px; background-color:#333639; margin-bottom:30px; position:relative; overflow:hidden;}
.dl_banner .hd{width:716px; position:absolute; text-align:center; height:12px; bottom:19px; left:0;}
.dl_banner .hd ul{display:inline-block;}
.dl_banner .hd ul li{width:12px; height:12px; float:left; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin:0 9px; position:relative; z-index:0; border:1px solid #fff; box-sizing:border-box;}
.dl_banner .hd ul li:hover, .hd ul li.on{background-color:#fff;}
.dl_Btn{width:484px; text-align:center; position:absolute; bottom:53px; right:0;}
.dl_Btn a{color:#1c1b1b; font-size:20px; padding:14px 40px; background:url(../images/dl_Btn.png) 53.3% center no-repeat #ff8429; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; display:inline-block; cursor:pointer;}
.dl_Btn a:hover{background:url(../images/dl_Btn.png) 53.3% center no-repeat #ff903e;}
.dl_banner .dl_banner_pre, .dl_banner .dl_banner_next{display:none; overflow:hidden; width:23px; height:45px; position:absolute; top:177px; z-index:999; cursor:pointer; background:url(../images/tubiao.png);}
.dl_banner .dl_banner_pre{left:23px; background-position:-287px -137px;}
.dl_banner .dl_banner_next{left:670px; background-position:-353px -137px;}
.dl_banner .dl_banner_pre:hover{background-position:-320px -137px;}
.dl_banner .dl_banner_next:hover{background-position:-386px -137px;}

/*dl_main*/
.dl_main{width:100%; margin-top:30px;}
.dl_main .dl_cls{width:840px; float:left;}
.dl_cls_nav{line-height:36px; border-bottom:2px solid #e7e7e7; height:36px;}
.dl_cls_nav a.normaltab{color:#666666; font-size:18px; margin-left:38px; position:relative; line-height:36px; display:inline-block;}
.dl_cls_nav a:before{content:""; position:absolute; width:4px; height:4px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; background-color:#666666; display:inline-block; left:-21px; top:18px;}
.dl_cls_nav a.curr, .dl_cls_nav a:hover{font-size:18px; margin-left:38px; position:relative; color:#1a1a1a; line-height:36px; display:inline-block; border-bottom:2px solid #ef3838; transition-duration:0ms; -moz-transition-duration:0ms; -webkit-transition-duration:0ms; -o-transition-duration:0ms;}
.dl_child_nav a:hover{color:#1a1a1a; border-bottom:0px none;}
.dl_cls_nav a:first-child{margin-left:0;}
.dl_cls_nav a:first-child:before{display:none;}
.dl_cls_list{margin-top:40px;}
.dl_cls_list li{float:left; width:110px; text-align:center; margin:0 0 40px 30px;}
.dl_cls_list li:nth-child(6n+1){margin-left:0;}
.dl_cls_list li img{height:64px;}
.dl_cls_list li p{margin-top:5px;}
.dl_cls_list li p a{color:#333333; font-size:12px;}
.dl_cls_list li p a:hover{ text-decoration:underline;}
.dl_child{min-height:520px;}

/*dl_charts*/
.dl_charts{width:310px; float:right; overflow:hidden;}
.dl_charts_nav{line-height:36px; border-bottom:2px solid #e7e7e7; height:36px;}
.dl_charts_nav h1{color:#1a1a1a; font-weight:normal; line-height:36px; display:inline-block; position:relative; border-bottom:2px solid #ef3838;}
.dl_charts_list{width:100%;}
.dl_charts_list .shr{display:none; padding:10px 0; border-top:1px dotted #f0f0f0; vertical-align:middle;}
.dl_charts_list span{color:#fff; font-family:Arial, Helvetica, sans-serif; width:14px; height:14px; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; line-height:14px; text-align:center; font-size:12px; background-color:#a0a0a0; display:inline-block; margin-right:20px; float:left;}
.dl_charts_list .shr .name{color:#333333; font-size:12px;}
.dl_charts_list.first span{background-color:#ff0000;}
.dl_charts_list.second span{background-color:#ef4e38;}
.dl_charts_list.third span{background-color:#ff6c00;}
.dl_charts_list .open{display:none; padding:10px 0; border-top:1px dotted #f0f0f0; vertical-align:middle;}
.dl_charts_list .open img{height:40px; margin-right:12px; float:left;}
.dl_charts_list .open .dl_txt{float:left; padding-top:5px;}
.dl_charts_list .open .name{color:#333333; font-size:12px;}
.dl_charts_list .open p{color:#a4a4a4; font-size:12px; margin-top:10px;}
.dl_charts_list .open p em{color:#3c6084;}
.dl_smbtn{margin-left:30px; padding-top:17px; float:left;}
.dl_smbtn a{padding:5px 10px; display:inline-block; background-color:#00ac35; color:#fff; font-size:12px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}

.dl_top{width:100%; overflow:hidden; margin-top:30px; position:relative;}
.dl_top img{margin-right:28px; float:left;}
.dl_top h2{color:#1f1f1f; margin-top:5px;}
.dl_top .dl_top_des{margin-top:10px;}
.dl_top .dl_top_des p{color:#333333; line-height:24px; font-size:12px;}
.dl_top .dl_top_des span{margin-right:50px;}
.dl_top .dl_top_btn{bottom:1px; left:346px; position:absolute;}
.dl_top .dl_top_btn a{width:160px; height:44px; text-indent:55px; line-height:44px; display:inline-block; background-image:url(../images/dl_top_btn.png); background-position:30px center; background-repeat:no-repeat; background-color:#ff6c00; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#fff; font-size:18px; cursor:pointer;}
.dl_top .dl_top_btn a:hover{background-color:#ff8227;}
.dl_list{margin-top:30px;}
.dl_list .item{margin-bottom:30px;}
.dl_list .item h1{line-height:30px; border-bottom:2px solid #e7e7e7; height:30px;}
.dl_list .item h1 span{color:#1a1a1a; font-weight:normal; font-size:18px; height:30px; line-height:30px; display:inline-block; position:relative; border-bottom:2px solid #ef3838; box-sizing:border-box;}
.dl_list .item .dl_list_txt{margin-top:16px; color:#333333; font-size:14px; line-height:26px;}

.gulike{margin-top:10px;}
.gulike .gulike-item{padding:10px 0; border-top:1px dotted #c7c7c7;}
.gulike .gulike-item img{height:64px; float:left; margin-left:2px;}
.gulike .gulike-item a{padding-left:80px; color:#202020; font-size:16px; display:block; margin-top:10px;}
.gulike .gulike-item p{padding-left:80px; color:#999999; font-size:12px; display:block; margin-top:10px;}

/*下载样式结束*/

/*招聘样式开始*/

.job{padding-top:17px; background-color:#fff; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; box-sizing:border-box;}
.job_main{padding:0 25px;}
.job_banner{width:100%;}

/*.job_search*/
.job_search{margin-top:30px;}
.job_select{width:220px; height:34px; border:1px solid #c7c7c7; color:#333333; font-size:14px; text-indent:10px; box-sizing:border-box; outline:none; margin-right:16px; cursor:pointer;}
.job_searchCon{width:520px; height:34px; border:1px solid #c7c7c7; color:#c8c8c8; font-size:14px; text-indent:10px; box-sizing:border-box; outline:none;}
.job_searchMenu{width:128px; height:34px; color:#fff; display:block; background-color:#ff9600; font-size:16px; outline:none; float:right; line-height:34px; text-align:center; border:none; cursor:pointer;}

/*job_list*/
.job_list{margin-top:30px; border-top:2px solid #ff9600;}
.job_list table td{text-align:center; line-height:50px; font-size:16px; color:#1e1e1e; border-bottom:1px dotted #c7c7c7;}
.job_list table .job_list_menu td{background-color:#f0f0f0; height:50px; font-size:14px; border-bottom:none;}
.job_list table .job_name{color:#006cd0; text-align:left; text-indent:20px;}
.job_list table .job_name a{color:#006cd0;}

/*job_page*/
.job_page a:hover, .job_page a.on{background-color:#ff9600;}

.job-top{ border:1px solid #f0f0f0; box-sizing:border-box; background-color:#fff; padding:30px 40px; position:relative;}
.job-top h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
.job-top .job-des{color:#cfcfcf; font-size:14px; margin-top:20px}
.job-top .job-des span.ye{color:#ff9600; font-size:18px; margin:0 10px 0 0;}
.job-top .job-des span{color:#8b8b8b; font-size:18px; margin:0 10px;}
.job-top .job-tag{margin-top:16px;}
.job-top .job-tag span{color:#546f95; display:inline-block; padding:5px 15px; background-color:#d9e5f3; margin-right:3px;}
.job-top .job_btn{color:#fff; font-size:18px; position:absolute; padding:8px 20px; background-color:#ff9600; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none; right:70px; bottom:30px;}
.job-top .job_btn:hover{background-color:#fb9f1d;}

.job-item{border:1px solid #f0f0f0; box-sizing:border-box; background-color:#fff; padding:30px 40px; margin-top:14px;}
.job-item h1{color:#202020;}
.job-item-txt{margin-top:20px; color:#202020; font-size:14px; line-height:30px;}
.job-item-txt a{color:#1e8dff; font-weight:bold;}
.job-item-txt span{font-weight:bold;}

/*招聘样式结束*/

/*网络调查样式开始*/

/*survey*/
.survey_w840{width:840px; float:left;}
.survey_w840 h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
.survey_con{padding:30px 30px 50px 30px; min-height:430px; margin-top:23px; border:1px solid #e2e2e2; border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; -webkit-border-radius:7px;}
.survey_con h1{color:#1160b2; text-align:center; font-size:18px;}
.survey_con h3{color:#444444; line-height:26px; font-weight:normal; margin-top:20px;}
.survey_list{margin-top:40px;}
.survey_list .item{margin-bottom:30px;}
.survey_list .item p{color:#000000; font-size:16px; margin-bottom:20px;}
.survey_list .item span{margin-right:20px; color:#1e1e1e; font-size:14px; display:inline-block;}
.survey_list .item span input{float:left; margin-right:5px;}
.survey_list .item textarea{width:90%; margin:0 auto; margin-left:25px; border:1px solid #a9a9a9; height:100px;}
.survey_Btn{ text-align:center;}
.survey_Btn input{color:#fff; font-size:18px; padding:10px 60px; background-color:#1160b2; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; margin-right:10px; cursor:pointer; outline:none;}
.survey_Btn input:hover{background-color:#2c77c5;}
.survey_Btn a{color:#202020; font-size:16px; text-decoration:underline;}
.survey_Btn a:hover{color:#1160b2;}

.survey_w328{width:328px; float:right;}
.survey_ing{margin-top:6px;}
.survey_ing h1 a{color:#1f1f1f; font-weight:normal;}
.survey_ing .survey_ing_con{margin-top:23px; border:1px solid #e2e2e2; border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; -webkit-border-radius:7px; padding:20px 0;}
.survey_ing .survey_ing_con li{padding:0 10px; border-left:3px solid #1160b2; margin-top:20px;}
.survey_ing .survey_ing_con li a{color:#333333; font-size:15px;}
.survey_ing .survey_ing_con li:first-child{margin-top:0;}

.survey_end .survey_ing_con li{border-left:3px solid #989898;}

.result h1{text-align:left;}
.result h1 span{color:#202020; margin-left:50px;}
.result h1 span:first-child{margin-left:0;}
.result li{margin:0 0 20px 23px; width:730px;}
.result li .option{color:#1160b2; font-size:14px;}
.result li .percent{padding-left:10px; background:url(../images/vote_bar.gif) left center repeat-x; height:10px; position:relative; margin-top:10px;}
.result li .percent span{color:#1f1f1f; font-size:14px; position:absolute; right:-60px; bottom:-2px;}

/*网络调查样式结束*/

/*留言板样式开始*/
.message_w860{width:860px; float:left;}
.message_w860 h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
.message_inf{padding-top:10px;}
.message_inf p{color:#1f1f1f; font-size:16px; margin-bottom:20px; overflow:hidden; line-height:28px;}
.message_inf span{display:inline-block; width:50px; float:left;}
.message_inf .line{width:100%; border-top:1px dotted #c7c7c7; margin:20px 0;}
.message_inf input, .message_inf select{height:32px; border:1px solid #a9a9a9; margin-left:13px; box-sizing:border-box; float:left;}
.message_inf input{text-indent:5px; font-size:14px;}
.message_inf select{width:166px; color:#6b6b6b; font-size:14px; cursor:pointer;}
.message_inf .message_email{width:255px; margin-right:35px;}
.message_inf .message_phone{width:176px; margin-right:35px;}
.message_inf .message_qq{width:176px;}
.message_inf .message_title{width:780px;}
.message_inf .message_txt{height:130px; border:1px solid #a9a9a9; margin-left:13px; box-sizing:border-box; width:780px; padding:5px;}
.message_inf img{width:114px; margin-left:20px;}
.message_inf .message_btn{margin-left:63px; padding:6px 39px; border:none; outline:none; background-color:#ef3838; color:#fff; font-size:18px; height:auto; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}
.message_inf .message_btn:hover{background-color:#ef4d4d;}
.message_inf .tolist{font-size:16px; color:#0e81da; text-decoration:underline; position:absolute; bottom:0; margin-left:20px;}
/*留言板样式结束*/

/*文库样式开始*/
.wenku_w910{width:910px; float:left;}
.doc_js{padding:6px 24px; border:1px solid #e7e7e7; background-color:#fff; position:relative; margin-bottom:20px;}
.doc_js_list{margin:18px 0;}
.doc_js_list span{font-weight:bold; color:#777777; font-size:14px; margin-right:10px;}
.doc_js_list label{color:#1a1a1a; font-size:14px; margin-right:20px;}
.doc_js_btn{position:absolute; width:50px; height:26px; color:#fff; background-color:#3489d0; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; font-size:13px; bottom:22px; right:24px; cursor:pointer;}
.doc_js_btn:hover{background-color:#3894e2;}

.wenku_item{padding:20px 24px; border:1px solid #e7e7e7; background-color:#fff; margin-bottom:12px; cursor:pointer;}
.wenku_item:hover{border:1px solid #a4c8e7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.wenku_item .wenku_item_img{float:left; margin-right:18px;}
.wenku_item .wenku_item_img img{width:136px; height:106px;}
.wenku_item .wt{color:#1a1a1a; font-size:14px; margin-top:6px; font-weight:600;}
.wenku_item .wt img{margin-left:8px;}
.wenku_item .wc{color:#333333; font-size:12px; margin-top:14px;}
.wenku_item .wc span{color:#ef3838;}
.wenku_item .wc em{float:right;}
.wenku_item .wd{color:#9d9d9d; font-size:12px; line-height:20px; margin-top:24px; position:relative;}
.wenku_item .wd:before{width:708px; height:1px; content:""; background-color:#f0f0f0; position:absolute; right:0; top:-10px;}

.wenku_hot{border:1px solid #e7e7e7; box-sizing:border-box; width:270px; float:right;}
.wenku_hot h1{height:50px; background-color:#ffffff; border-bottom:1px solid #e7e7e7; box-sizing:border-box; padding:0 20px; line-height:50px; color:#1a1a1a; font-size:20px; font-weight:normal;}
.wenku_hot_list{padding:20px 17px; background-color:#ffffff;}
.wenku_hot_list li{padding-left:12px; line-height:20px; position:relative; margin-bottom:18px;}
.wenku_hot_list li:before{content:""; position:absolute; left:0; top:7px; width:4px; height:4px; background-color:#3489d0; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;}
.wenku_hot_list li a{color:#1a1a1a; font-size:14px;}
.wenku_hot_list li a:hover{color:#3489d0;}

.wenku_title{color:#1a1a1a; font-size:24px; font-weight:normal;}
.wenku_title img{margin:4px 8px 0 0; float:left;}
.wenku_inf{color:#666666; font-size:12px; margin:12px 0 16px;}
.wenku_inf i{color:#d7d7d7; font-size:12px; margin:0 14px;}
.wenku_des{padding:12px 22px; border:1px solid #e0e0e0; border-bottom:0px none; background-color:#f5f5f5; color:#999999; font-size:12px; line-height:20px;}
.wenku_con{padding:18px 22px; border:1px solid #e0e0e0; background-color:#fff;}
.wenku_con img{width:100%;}
.wenku_bottom{margin-top:28px; text-align:center;}
.wenku_bottom p{color:#333; font-size:16px;}
.wenku_bottom p span{color:#ed7000; margin-left:4px;}
.wenku_btn{display:inline-block; margin-top:16px;}
.wenku_bottom a, .wenku_collect span{width:100px; height:38px; font-size:18px; text-align:center; line-height:38px; display:inline-block; cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; float:left;}
.wenku_bottom .wenku_collect{margin-right:20px;}
.wenku_bottom .wenku_collect span{border:1px solid #3489d0; color:#3489d0;}
.wenku_bottom .wenku_collect #cancelSpan{border:1px solid #3489d0; color:#fff; background-color:#3489d0;}
.wenku_bottom .wenku_download{color:#fff; background-color:#ef3838;}
.wenku_bottom .wenku_download:hover{background-color:#f45454;}
/*文库样式结束*/

/*新闻内容页样式开始*/
.content_w850{width:850px; float:left;}
.content_w850 h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
h1 .position{margin-left:50px; color:#333333; font-size:16px; position:relative;}
h1 .position:before{width:12px; height:13px; display:inline-block; content:""; position:absolute; background:url(../images/content_tubiao.png) -13px -11px no-repeat; left:-20px; bottom:3px;}
.content-inf{margin-top:14px; color:#9a9a9a; font-size:12px; font-family:"宋体";}
.content-action{float:right;}
.content-action .content-comment, .content-action .content-share{color:#666666; padding-left:20px; position:relative; cursor:pointer;}
.content-action .content-share{padding-bottom:10px;}
.content-action .content-comment:before, .content-action .content-share:before{content:""; position:absolute;}
.content-action .content-comment:before{width:14px; height:14px; background:url(../images/content_tubiao.png) -13px -72px no-repeat; left:0; bottom:0;}
.content-action .content-share:before{width:12px; height:12px; background:url(../images/content_tubiao.png) -13px -103px no-repeat; left:2px; bottom:10px;}
.content-action .content-collect{text-align:left;}
.content-action .content-collect span{color:#666666; padding-left:20px; position:relative; cursor:pointer;}
.content-action .content-collect span:before{content:""; position:absolute; width:13px; height:11px; background:url(../images/content_tubiao.png) -13px -45px no-repeat; left:0; bottom:0;}
.content-action a:hover, .content-action span:hover{color:#ef3838;}
.content-action .content-comment:hover:before{background:url(../images/content_tubiao.png) -37px -72px no-repeat;}
.content-action .content-share:hover:before{background:url(../images/content_tubiao.png) -37px -103px no-repeat;}
.content-action .content-collect span:hover:before{background:url(../images/content_tubiao.png) -37px -45px no-repeat;}
.content-action .content-collect #cancelSpan{color:#ef3838;}
.content-action .content-collect #cancelSpan:before{background:url(../images/content_tubiao.png) -37px -45px no-repeat;}
#content-share-list{display:none; position:absolute; width:90px; height:120px; background-color:#fff; border:1px solid #e4e4e4; box-sizing:border-box; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; left:-50%; bottom:-120px; z-index:999;}
.content-action .content-share:hover > #content-share-list{display:block;}
#content-share-list:before{content:""; position:absolute; height:5px; background:url(../images/content-share-list.png) center center no-repeat; top:-5px; z-index:2; width:10px; left:40px;}
#content-share-list li{padding-left:9px; margin-top:10px; line-height:17px;}
#content-share-list li a{color:#1f1f1f; line-height:17px; display:inline-block; position:relative; padding-left:22px;}
#content-share-list li a:before{content:""; position:absolute; left:0; bottom:0; width:17px; height:17px;}
#content-share-list .content_qq:before{ background:url(../images/content_tubiao.png) -13px -134px no-repeat;}
#content-share-list .content_qqzone:before{ background:url(../images/content_tubiao.png) -13px -164px no-repeat;}
#content-share-list .content_weixin:before{ background:url(../images/content_tubiao.png) -13px -194px no-repeat;}
#content-share-list .content_sina:before{ background:url(../images/content_tubiao.png) -13px -224px no-repeat;}
#content-share-list li a{background:none; height:auto; margin:0; float:none;}

.content-txt{margin-top:45px; color:#202020; font-size:16px; line-height:30px; padding-bottom:40px;}
.content-txt img{max-width:90%; _width:90%;}

.code{text-align:center; margin-top:20px;}
.code > div{display:inline-block; padding-bottom:10px; position:relative; box-shadow:0px 0px 8px rgba(34,25,25,.2); -moz-box-shadow:0px 0px 8px rgba(34,25,25,.2); -webkit-box-shadow:0px 0px 8px rgba(34,25,25,.2);}
.code span{position:absolute; bottom:12px; left:24px;}

.inter{margin:60px 0 20px;}
.inter > div{float:left;}
.reward{width:100%; text-align:center; margin:20px 0 40px;; background:url(../images/ds_bj.png) center center no-repeat; height:130px;}
.reward a{width:100px; height:100px; display:inline-block; background:url(../images/ds_btn.png) center center no-repeat; margin-top:15px;}
.reward a:hover{background:url(../images/ds_btn_on.png) center center no-repeat;}
.inter .ups{}
.inter .ups a{width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; border:1px solid #1e8dff; text-align:center; line-height:44px; background:#fff; color:#4d4c4c; font-size:13px; display:block; cursor:pointer; position:relative;}
.inter .ups a:before{width:17px; height:17px; display:block; position:absolute; content:""; bottom:13px; left:27px; background:url(../images/content-ups.png) top center no-repeat;}
.inter .ups a:hover{ box-shadow:0px 0px 8px rgba(30,141,255,.8); -moz-box-shadow:0px 0px 8px rgba(30,141,255,.8); -webkit-box-shadow:0px 0px 8px rgba(30,141,255,.8);}
.inter .downs{margin-left:36px;}
.inter .downs a{width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; border:1px solid #999999; text-align:center; line-height:44px; background:#fff; color:#4d4c4c; font-size:13px; display:block; cursor:pointer; position:relative;}
.inter .downs a:before{width:17px; height:17px; display:block; position:absolute; content:""; bottom:13px; left:27px; background:url(../images/content-downs.png) top center no-repeat;}
.inter .downs a:after{width:19px; height:32px; display:block; position:absolute; content:""; bottom:20px; right:-150px; background:url(../images/inter.png) top center no-repeat;}
.inter .downs a:hover{ box-shadow:0px 0px 8px rgba(153,153,153,.8); -moz-box-shadow:0px 0px 8px rgba(153,153,153,.8); -webkit-box-shadow:0px 0px 8px rgba(153,153,153,.8);}
.inter .score{float:right;}
.inter .score li{margin-left:4px;}

.reward-money{margin:40px 0 56px; font-size:18px; color:#333333;}
.reward-money span{color:#19afd4;}
.reward-pay{margin-bottom:30px; font-size:18px; color:#939393;}
.reward-paylist{text-align:center;}
.reward-paylist > div{width:150px; display:inline-block; margin:0 50px; color:#333333; font-size:16px;}
.reward-paylist > div img{width:150px;}

.reward-order-nav{border-bottom:0px none; text-align:center; color:#333333; font-size:20px;}
.reward-order{margin-top:30px; width:100%;}
.reward-order .reward-order-list{border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7;}
.reward-order .reward-order-list td{border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; line-height:30px; text-indent:18px; color:#333333; font-size:14px;}
.reward-order .reward-order-list .r-o-top td{}

.content-link{width:100%; padding-top:14px; border-top:1px solid #989898; color:#666666; font-size:14px; line-height:20px;}
.content-link .prev-content{width:45%; float:left; text-align:left;}
.content-link .prev-content i{width:20px; height:20px; display:inline-block; float:left; background:url(../images/content_tubiao.png) -66px -11px no-repeat; margin-right:6px;}
.content-link .next-content{width:45%; float:right; text-align:right;}
.content-link .next-content i{width:20px; height:20px; display:inline-block; float:right; background:url(../images/content_tubiao.png) -66px -41px no-repeat; margin-left:6px;}
.content-link a{color:#1f1f1f; font-size:14px;}

.comments{margin-top:80px;}
.comments h1{color:#1f1f1f; font-size:24px; font-weight:normal; position:relative;}
.comments h1 span{color:#1f1f1f; font-size:14px; display:inline-block; position:absolute; right:0; bottom:0;}
.comments h1 span .count{color:#ef3838;}
.comments .comments-text{margin-top:20px; border:1px solid #cbcbcb; width:100%; height:130px; box-sizing:border-box; padding:10px;}
.down{height:32px; line-height:32px; float:right;}
.down .userImg{width:30px; height:30px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin-right:17px; float:left;}
.down span{color:#666666; font-size:15px;}
.down span a{color:#00a2ff;}
.down .submit-on{float:right; width:80px; height:32px; background-color:#ffb3b3; color:#fff; font-size:14px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:text;}
.down .submit-out{background-color:#ef3838; float:right; width:80px; height:32px; color:#fff; font-size:14px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}

.plfr1{margin-top:10px;}
.plcode{border:1px solid #cbcbcb; width:150px; height:32px; box-sizing:border-box; padding:10px;}
.plfr1 img{height:40px; margin-left:10px;}
.plfr1 label{color:#f00; font-size:12px; margin-left:4px;}

.comments-list{margin-top:60px;}
.comments-list h1{color:#1f1f1f; font-size:16px; font-weight:normal; border-bottom:2px solid #f0f0f0; line-height:30px; height:30px; margin-bottom:10px;}
.comments-list h1 span{display:inline-block; line-height:30px; border-bottom:2px solid #ef3838;}
.comments-item{padding-top:10px; border-bottom:1px dotted #c7c7c7;}
.comments-item .tx{float:left; height:100%; margin-right:10px;}
.comments-item .tx img{width:50px; height:50px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;}
.comments-item .rig{padding-left:60px;}
.comments-item .rig .rig-top{padding-top:10px;}
.rig .rig-top a{color:#00a2ff; font-size:12px; margin-right:10px;}
.rig .rig-top em{color:#ccc; font-size:12px;}
.rig .rig-txt{color:#1f1f1f; font-size:14px; line-height:18px; margin-top:10px;}
.rig .rig-bottom{margin:10px 0; color:#ccc; font-size:12px;}
.rig .rig-bottom a{color:#ccc; font-size:12px; margin-right:20px; padding-left:18px; position:relative; cursor:pointer; line-height:12px; display:inline-block;}
.rig .rig-bottom .comments-zan:before{content:""; position:absolute; left:0; bottom:0; width:12px; height:12px; background:url(../images/content_tubiao.png) -13px -274px no-repeat;}
.rig .rig-bottom .comments-hf:before{content:""; position:absolute; left:0; bottom:0; width:12px; height:12px; background:url(../images/content_tubiao.png) -13px -254px no-repeat;}
.rig .rig-bottom .reply-on{color:#00a2ff;}
.rig .rig-bottom a:hover{color:#00a2ff;}
.rig .reply{display:none; height:auto; padding:5px; margin-top:10px; border:1px solid #cbcbcb; overflow:hidden; margin-bottom:10px;}
.rig .reply .reply-text{ height:100px; width:100%; font-size:12px; outline:none; resize:none; border-bottom:1px solid #f0f0f0; margin-bottom:5px;}
.rig .reply .reply-btn{float:right; padding:3px 16px; background-color:#00a2ff; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; color:#fff; font-size:14px; margin-right:5px; outline:none;}
.rig .reply .reply-btn:hover{background-color:#21aeff;}
.open-more{margin-top:40px; text-align:center;}
.open-more a{padding:5px 20px; border:1px solid #c7c7c7; font-size:12px; color:#333; display:inline-block;}
.open-more a:hover{border:1px solid #ef3838; color:#333;}
.comments-child{border-top:1px dotted #c7c7c7; border-bottom:none;}

/*新闻内容页样式结束*/

/*登录框*/

/*注册*/
.register-box-wrap { height: calc(100vh - clamp(40px, calc(100vw * 80 / 1920), 160px));overflow-x: hidden;overflow-y: auto;margin: 0 0 40px;}
.register-box{width:560px; margin: 100px auto 50px;}
.register-nav{position:relative; padding-bottom:10px;}
.register-nav span{color: #F5F9FE; font-size:40px; position:relative; display:inline-block; padding:0 5px; font-family: '优设标题黑'; padding-left: 100px;}
.register-nav span:before{position:absolute; content:""; left: 100px; bottom:-8px; width:92px; height:2px; background-color:#E5EEFD;border-radius: 10px; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #1863EA 100%);
    border-radius: 20px;
    filter: blur(9px);
    width: 296px;
    height: 24px;
    font-size: 32px;
}
.register-login{position:absolute; right:0; bottom:10px; font-size:16px; color:#E5EEFD;}
.register-login a{color:rgba(0, 94, 235, 1);}
.register-list{padding-top:10px;}
.register-list li{margin-top:32px; line-height:36px; color:#333; font-size:16px; display: flex;align-items: center;}
.register-list li span{width:90px; line-height:36px; display:inline-block;color: #F0F6FE;}
.register-list .register-input{width:100%; background: rgba(250, 252, 255, 0.24); box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; line-height:48px; height:48px; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; color: #fff; font-size:16px; text-indent:24px; border-radius: 500px;}
.register-list .register-input:focus{border:1px solid #7dabdf;}
.register-list .register-code{width:160px;}
.code-img{width: 104px;height: 40px; margin-left:20px; display:inline-block; position: absolute; right: 8px; top: 3px;}
.code-img img{height:100%; width:100%;background: rgba(250, 252, 255, 0.24);border-radius: 28px;border: 1px solid #E4E8F6;}
.register-list .register-checkbox{width: 16px; height: 16px; position: relative; top: 1px; vertical-align:middle; margin-right:10px; margin-left:90px;}
.register-list .register-txt{color:#fff; font-size:14px; margin-top:20px;}
.register-list .register-txt a{color:rgba(0, 94, 235, 1);}
.register-list .register-btn input{ width: 100%;color:#fff; line-height:36px; background: #005EEB; box-shadow: 1px 0px 6px 0px rgba(0,100,203,0.18); line-height: 48px; border-radius:500px; -moz-border-radius:5px; -o-border-radius:500px; -webkit-border-radius:500px; cursor:pointer; color: #fff; font-size: 18px; margin-left:90px; cursor:pointer;}
.register-list .register-btn input:hover{background-color: #2D73EC;}
.register-list li label{font-size:12px; color:#f00; width:100%;}

/*微信登录授权*/
.bind-now{width:100%; margin-top:30px; margin-bottom:10px; font-size:14px; color:#24a5ff;}
.bind-list{padding:0;}
.bind-list li{margin-top:10px;}
.bind-list li span{font-size:14px; width:60px;}
.bind-list .register-input{width:288px;}
.bind-list .register-btn input{width:288px; margin-left:60px;}
.register-list .register-btn input.bind-bd{background-color:#24a5ff;}
.bind-line{width:100%; height:1px; border-bottom: 1px solid #d7d7d7; margin-top:30px;}




/*会员中心*/
.member-con{width:1200px; margin:0 auto; padding-top:18px;}
.m-pos{color:#999999; font-size:14px;}
.m-pos a{color:#999999; font-size:14px;}
.m-pos span{color:#333333;}

.member{margin:22px 0 50px; position:relative;}
.memberLeft{float:left; border:1px solid #dedede; padding:34px 50px; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-top-right-radius:0; min-height:520px; position:relative;}
.memberLeft:before{width:6px; height:280px; display:inline-block; position:absolute; content:""; background:url(../images/member-shadow.png); right:-1px; top:0; z-index:5;}
.member-nav{float:left; margin-right:86px;}
.member-nav li{margin-bottom:30px;}
.member-nav li a{color:#1e1e1e; font-size:16px; display:inline-block; position:relative;}
.member-nav li a:hover{color:#ef3838;}
.member-nav li .on{color:#ef3838;}
.member-nav li .on:before{content:""; position:absolute; right:-14px; top:5px; width:4px; height:8px; display:inline-block; background:url(../images/member-nav.png) no-repeat;}
.member-main{width:680px; float:left;}

.member-child{color:#d7d7d7; font-size:12px;}
.member-child a{color:#ba4444; font-size:14px; margin:0 20px; line-height:18px;}
.member-child a.on{color:#ef3838; font-weight:bold;}
.member-child a.curr{color:#ef3838; font-size:14px; margin:0 20px; line-height:18px; font-weight:bold;}
.member-child a.normaltab{color:#ba4444; font-size:14px; margin:0 20px; line-height:18px;}
.member-child a:first-child{margin-left:0;}

.member-text{margin-top:24px;}
.member-text table{color:#1a1a1a; font-size:13px; width:100%;}
.member-text table td{line-height:44px;}
.member-text .s-p{color:#646464; width:70px;}
.member-text .hyzb{color:#1d6ba7;}

.memberRight{width:268px; height:268px; border:1px solid #dedede; border-left:none; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-top-left-radius:0; border-bottom-left-radius:0; right:0px; top:0; position:absolute; background:#fff; z-index:3; text-align:center;}
.memberImg{padding-top:25px;}
.memberImg img{width:145px; height:145px;}
.memberName{color:#999999; font-size:12px; margin-top:15px;}
.memberName span{color:#191919; font-size:15px;}
.memberOut{margin-top:16px;}
.memberOut a{color:#333; font-size:13px; padding:5px 12px; display:inline-block; border:1px solid #dedede;}
.memberOut a:hover{color:#ef3838; border:1px solid #ef3838;}

.m-sj{width:4px; height:4px; background:url(../images/m-sj.png) no-repeat; position:absolute; right:265px; top:269px; z-index:4;}

.member-text .member-change{width:190px; height:32px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:13px; color:#1a1a1a; text-indent:6px;}
.member-text label{float:left; margin-right:10px;}
.member-text label .member-radio{margin-right:4px; cursor:pointer;}
.member-text textarea{width:529px; height:100px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:8px;}
.member-submit{padding:6px 30px; background:#ef3838; color:#fff; font-size:15px; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none;}
.member-submit:hover{background:#ef5050;}
.member-reset{padding:6px 30px; background:#a58787; color:#fff; font-size:15px; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none; margin-left:20px;}
.member-text .date{ background:url(../images/datePicker.gif) right center no-repeat;}

.member-text .change-Btn{color:#333; font-size:13px; padding:0 12px; display:inline-block; border:1px solid #dedede; background:#fff; margin-right:5px; cursor:pointer; outline:none; height:28px; line-height:28px;}

.c-p table td{padding:6px 0;}
.c-p table .s-p{text-align:right; padding-right:10px;}

.tggl table{border-left:1px solid #e7e7e7; border-top:1px solid #e7e7e7;}
.tggl td{border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; line-height:38px; color:#666666; text-align:center; padding:0 5px;}
.tggl .tggl-top{line-height:28px; background:#f7f7f7; font-size:12px; color:#999999;}
.tggl a{color:#2c5c9d;}

.page-small{width:100%; text-align:center; text-indent:0; position:relative;}
.page-small a{width:26px; height:26px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:26px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-small a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-small a.none{border:none;}
.page-small .Num:hover{border:1px solid #666666;}
.page-small .on:hover{border:1px solid #ef3838;}
/*.page-small .prev-page{background:url(../images/small-prev-page.png) center center no-repeat; background-size:6px auto;}*/
/*.page-small .next-page{background:url(../images/small-next-page.png) center center no-repeat; background-size:6px auto;}*/
/*.page-small .prev-page:hover{border:1px solid #ef3838; background:url(../images/small-prev-page-on.png) center center no-repeat #ef3838; background-size:6px auto;}*/
/*.page-small .next-page:hover{border:1px solid #ef3838; background:url(../images/small-next-page-on.png) center center no-repeat #ef3838; background-size:6px auto;}*/
.page-small .prev-page{background: rgba(255,255,255,0.27); width: 80px;font-size: 16px;color: #999999;}
.page-small .next-page{background: rgba(255,255,255,0.27); width: 80px;font-size: 16px;color: #999999;}
.page-small .prev-page:hover{color: #FFFFFF;}
.page-small .next-page:hover{color: #FFFFFF;}


.page-small #msgDiv{font-size:12px; position:absolute; left:18px; top:18px;}

.fbgj .tggl-top{line-height:44px; font-size:13px; color:#646464; width:80px;}
.fbgj .member-change{width:190px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:13px; color:#1a1a1a; text-indent:6px; height:28px;}
.fbgj td{text-align:left; text-indent:15px;}
.fbgj textarea{margin-bottom:8px; height:60px;width:529px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:8px;}
.fbgj img{height:32px;}
.tggl .fbgj-tab{border:0px none; text-indent:0; padding:0 15px;}
.tggl .fbgj-tab td{border-right:0px none; border-bottom:1px dotted #c7c7c7; padding:10px 0; text-indent:0;}
.tggl .cke_editor td{text-indent:0;}
.tggl .fbgj-fj{border:0px none; text-indent:0; padding:0 15px;}
.tggl .fbgj-fj td{line-height:24px; border:0px none; padding:0; text-indent:0;}

.member-job td{color:#646464;}
.member-job .tggl-top{line-height:26px; color:#999999; font-size:12px; border-bottom:none;}
.member-job .tggl-top img{width:7px; height:5px; margin-left:4px;}
.member-job .r-n{border-right:none;}
.member-job .rb-n{border-right:none; border-bottom:none;}
.member-job .b-n{border-bottom:none;}
.member-job .member-job-add{float:right; margin-right:10px; color:#fd421d; font-size:12px;}
.member-job .member-job-add img{width:8px; height:8px; margin-right:4px; margin-bottom:2px;}

.member-del{width:50px; height:26px; position:absolute; left:18px; background:#fff; border:1px solid #c7c7c7; cursor:pointer; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;}

.sytj{margin-bottom:10px;}
.sytj input{width:50px; height:28px; cursor:pointer; outline:none; background:#fff; border:1px solid #c7c7c7; cursor:pointer; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-left:10px; font-size:12px;}

.txsq{margin-bottom:18px; color:#d5d5d5;}
.txsq span{display:inline-block; font-size:13px; color:#333333; line-height:30px; margin-right:20px; font-weight:bold; padding-left:22px;}
.txsq em{font-weight:normal;}
.txsq .zhye em, .txsq .zsr em, .txsq .txcs em, .txsq .gmcs em, .txsq .nsr em, .txsq .ysr em, .txsq .rsr em{color:#357ec2;}
.txsq .zhye{background:url(../images/zhye.png) left center no-repeat;}
.txsq .zsr{background:url(../images/zsr.png) left center no-repeat;}
.txsq .txcs{background:url(../images/txcs.png) left center no-repeat; width:150px;}
.txsq .txsj{background:url(../images/txsj.png) left center no-repeat;}
.txsq .gmcs{background:url(../images/gmcs.png) left center no-repeat; width:150px;}
.txsq .gmsj{background:url(../images/gmsj.png) left center no-repeat;}

.txsq-nav{width:100%; border-bottom:1px solid #e0e0e0; margin-bottom:14px; height:22px; box-sizing:border-box;}
.txsq-nav a{display:inline-block; height:22px; margin-right:24px; color:#1b1b1b; font-size:13px;}
.txsq-nav a.on{font-weight:bold; border-bottom:2px solid #ef3838; box-sizing:border-box;}

.wxsq{padding:50px 0 0 180px;}
.wxsq img{width:200px; height:200px;}

.ghtx{wdith:145px; height:145px;}

/*搜索结果页*/
.searchNav{color:#1a1a1a; font-size:16px; line-height:28px; border-bottom:2px solid #e7e7e7;}
.searchNav span{color:#ef3838;}
.searchList{margin-top:6px;}
.searchList .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0f0f0;}
.searchList .item:hover{background-color:#f7f7f7;}
.searchList .item .search-title{color:#333333; font-size:18px; margin-bottom:14px;}
.searchList .item .search-title span{color:#ef3838;}
.searchList .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;}
.searchList .item .search-txt span{color:#ef3838;}
.searchList .item .search-date{color:#333333; font-size:12px;}
.searchList .item .search-date em{color:#bababa; margin:0 30px 0 15px;}

/*专题列表页*/
.topic-item{width:100%; padding:20px 0; border-bottom:1px dotted #e3e3e3;}
.topic-item-img{float:left;}
.topic-item-img img{width:310px; height:100px; margin-right:20px;}
.topic-item-title{font-size:16px; color:#1a1a1a; font-weight:600;}
.topic-item-des{font-size:14px; color:#333333; line-height:20px; margin-top:10px;}

/*tag*/
.tag-list{padding-top:20px;}
.tag-list li{width:25%; float:left; position:relative; text-indent:10px; margin-top:20px;}
.tag-list li:before{content:""; width:3px; height:3px; position:absolute; left:0; top:4px; background:#999; display:block;}
.tag-count{color:#ef3838; font-size:16px; margin-left:20px;}

/* 屏蔽chrome浏览器默认项输入框背景色 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: background-color 999999999s !important;
    -webkit-text-fill-color: #fff !important; // 可加可不加
font-size: 16px !important;
}
/*修改浏览器的placeholder*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #B2CEF9;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B2CEF9;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B2CEF9;
}
/*自定义会员中心样式*/
.member-content {
    background: url(../images/member-center-bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    padding-top: clamp(40px, calc(100vw * 80 / 1920), 160px);
    position: relative;
}
.member-content .member-bottom {
    background: url(../images/member-center-bottom.png) no-repeat;
    background-size: 100%;
    height: clamp(46px, calc(100vw * 92 / 1920), 1840px);
    background-position: center center;
    position: absolute;
    width: clamp(281px, calc(100vw * 562 / 1920), 1124px);
    top: clamp(60px, calc(100vw * 120 / 1920), 240px);
    right: clamp(32px, calc(100vw * 64 / 1920), 128px);
}
.member-content  .member-bottom-message {
    font-size: 12px;
    color: #597DB3;
    text-align: center;
    margin: clamp(22px, calc(100vw * 44 / 1920), 88px) 0 clamp(12px, calc(100vw * 24 / 1920), 48px);
}
.member-wrap .member-top {
    height: clamp(47px, calc(100vw * 94 / 1920), 188px);
    background: #171F36;
    border-radius: 24px;
    border: 1px solid rgba(178,206,249,0.48);
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: clamp(200px, calc(100vw * 400 / 1920), 800px);
    margin: clamp(12px, calc(100vw * 24 / 1920), 48px) 0 0;
    padding: 0;
    justify-content: center;
    position: relative;
    text-align: center;
}
.member-wrap .member-top .member-top-icon {
    width: clamp(26px, calc(100vw * 52 / 1920), 104px);
    height: clamp(26px, calc(100vw * 52 / 1920), 104px);
    margin-right: clamp(12px, calc(100vw * 24 / 1920), 48px);
}
.member-wrap .member-top .member-top-icon img {
    width: 100%;
    height: 100%;
}
.member-wrap .member-top .member-top-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-left: clamp(12px, calc(100vw * 24 / 1920), 48px);
}
.member-wrap .member-top .member-top-content .user-name {
    font-family: '优设标题黑';
    font-size: clamp(13px, calc(100vw * 24 / 1920), 48px);
    margin-bottom: clamp(12px, calc(100vw * 14 / 1920), 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member-wrap .member-top .member-top-content .user-id {
    font-size: clamp(12px, calc(100vw * 16 / 1920), 28px);
    color: #CCDFFB;
}
.member-wrap .materials-tabs {
    display: flex;
    /*width: calc(100vw - clamp(112px, calc(100vw * 224 / 1920), 448px));*/
    margin-left: clamp(180px, calc(100vw * 360 / 1920), 720px);
}
.member-wrap .materials-tabs .btn {
    width: clamp(100px, calc(100vw * 200 / 1920), 400px);
    height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    line-height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    text-align: center;
    background: #324766;
    border-radius: clamp(8px, calc(100vw * 16 / 1920), 32px) clamp(8px, calc(100vw * 16 / 1920), 32px) 0 0;
    font-size: clamp(10px, calc(100vw * 20 / 1920), 40px);
    color: #99BFF7;
    margin-right: clamp(4px, calc(100vw * 8 / 1920), 16px);
    margin-top: clamp(16px, calc(100vw * 32 / 1920), 64px);
    cursor: pointer;
}
.member-wrap .materials-tabs .btn:hover {
    background: #2D73EC;
}
.member-wrap .materials-tabs .btn.active {
    background-color: #005EEB;
    color: #fff;
}
.member-wrap .materials-tabs .btn.active:hover {
    background: #2D73EC;
}
.member-wrap .member-cont-wrap {
    width: clamp(600px, calc(100vw * 1200 / 1920), 2400px);
    margin: 0 auto;
}
.center-scroll {
    height: calc(100vh - clamp(152px, calc(100vw * 304 / 1920), 608px));
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
}
.member-cont-wrap .personal-info .info-item {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(8px, calc(100vw * 16 / 1920), 32px);
    align-items: center;
}
.member-cont-wrap .personal-info {
    padding: clamp(16px, calc(100vw * 32 / 1920), 64px) 0;
    min-height: calc(100vh - clamp(235px, calc(100vw * 470 / 1920), 940px));
    background: #171F36;
    border-radius: 0 24px 24px 24px;
    margin: 0 auto;
}
.member-cont-wrap .personal-info .info-item .text {
    width: clamp(60px, calc(100vw * 120 / 1920), 240px);
    font-size: clamp(12px, calc(100vw * 16 / 1920), 32px);
    color: #FFFFFF;
    text-align: right;
    padding-right: clamp(12px, calc(100vw * 16 / 1920), 32px);
}
.member-cont-wrap .personal-info .info-item .input-wtrap {
    width: clamp(184px, calc(100vw * 368 / 1920), 364px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: #26354D;
    border-radius: 14px;
    border: 1px solid rgba(250, 252, 255, 0.08);
    padding: 0 clamp(12px, calc(100vw * 24 / 1920), 48px);
    color: #668FCC !important;
    display: flex;
    align-items: center;
}
.member-cont-wrap .personal-info .info-item .input-wtrap img {
    width: clamp(20px, calc(100vw * 40 / 1920), 80px);
    height: clamp(20px, calc(100vw * 40 / 1920), 80px);
}
.member-cont-wrap .personal-info .info-item .input-wtrap-cus {
    background: none;
    border: none;
    padding: 0;
    /*width: clamp(180px, calc(100vw * 360 / 1920), 720px);*/
    /*margin-top: calc(-1 * clamp(5px, calc(100vw * 10 / 1920), 20px));*/
    height: auto;
    line-height: clamp(10px, calc(100vw * 20 / 1920), 40px);
    font-size: 12px;
}
.member-cont-wrap .personal-info .info-item .input-wtrap-cus img {
    width: clamp(10px, calc(100vw * 20 / 1920), 40px);
    height: clamp(10px, calc(100vw * 20 / 1920), 40px);
}
.member-cont-wrap .personal-info .info-item .input-wtrap input.search-input {
    width: 100%;
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: transparent;
    color: #fff !important;
}
.member-cont-wrap .personal-info .info-item .input-wtrap input.button {
    width: auto;
    height: clamp(16px, calc(100vw * 32 / 1920), 64px);
    background: transparent;
    border-radius: 20px;
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px);
    color: #B2CEF9;
    margin-left: clamp(10px, calc(100vw * 20 / 1920), 40px);
}
.member-cont-wrap .member-line {
    height: 1px;
    background: #324766;
    margin: clamp(12px, calc(100vw * 24 / 1920), 48px) 0;
}
.member-cont-wrap .personal-info .info-item .input-wtrap input:-moz-placeholder,
.member-cont-wrap .personal-info .info-item .input-wtrap textarea:-moz-placeholder {
    color: #CCDFFB !important;
}

.member-cont-wrap .personal-info .info-item .input-wtrap input:-ms-input-placeholder,
.member-cont-wrap .personal-info .info-item .input-wtrap textarea:-ms-input-placeholder {
    color: #CCDFFB !important;
}

.member-cont-wrap .personal-info .info-item .input-wtrap input::-webkit-input-placeholder,
.member-cont-wrap .personal-info .info-item .input-wtrap textarea::-webkit-input-placeholder {
    color: #CCDFFB !important;
}
.member-cont-wrap .personal-info .info-item input.button {
    width: clamp(68px, calc(100vw * 136 / 1920), 272px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: #005EEB;
    border-radius: clamp(7px, calc(100vw * 14 / 1920), 28px);
    font-size: clamp(12px, calc(100vw * 18 / 1920), 36px);
    color: #FFFFFF;
    cursor: pointer;
}
.member-cont-wrap .personal-info .info-item input.button:hover {
    background: #2D73EC;
}
.billing-records {
    padding: clamp(15px, calc(100vw * 30 / 1920), 60px);
    display: none;
    /*min-height: clamp(240px, calc(100vw * 480 / 1920), 960px);*/
    background: #171F36;
    border-radius: clamp(12px, calc(100vw * 24 / 1920), 48px);
}
.billing-records li {
    display: flex;
    background: rgba(41, 49, 70, 1);
    border-radius: clamp(7px, calc(100vw * 14 / 1920), 28px);
    padding: clamp(8px, calc(100vw * 16 / 1920), 32px);
    justify-content: space-between;
    margin-bottom: clamp(10px, calc(100vw * 20 / 1920), 40px);
}
.billing-records li:last-child {
    margin-bottom: 0;
}
.billing-records li .item-left {

}
.billing-records li .item-left .item-header {
    font-size: clamp(9px, calc(100vw * 18 / 1920), 36px);
    color: #fff;
    margin-bottom: clamp(7px, calc(100vw * 14 / 1920), 28px);
}
.billing-records li .item-left .item-cont {
    display: flex;
}
.billing-records li .item-left .item-cont div {
    background: #000;
    color: #fff;
    border-radius: clamp(25px, calc(100vw * 50 / 1920), 100px);
    margin-right: clamp(4px, calc(100vw * 8 / 1920), 16px);
    height: clamp(15px, calc(100vw * 30 / 1920), 60px);
    line-height: clamp(15px, calc(100vw * 30 / 1920), 60px);
    padding: 0 clamp(6px, calc(100vw * 12 / 1920), 24px);
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px);
}
.billing-records li .item-right {
    display: flex;
    align-items: center;
}
.billing-records li .item-right .item-right-price {
    color: #fff;
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px);
    margin-right: clamp(16px, calc(100vw * 32 / 1920), 64px);
}
.billing-records li .item-right .item-right-btn {
    width: clamp(42px, calc(100vw * 84 / 1920), 168px);
    height: clamp(16px, calc(100vw * 32 / 1920), 64px);
    line-height: clamp(16px, calc(100vw * 32 / 1920), 64px);
    background: rgba(0, 94, 235);
    color: #fff;
    border-radius: clamp(25px, calc(100vw * 50 / 1920), 100px);
    text-align: center;
    cursor: pointer;
}
.submit-success-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.submit-success-wrap .submit-success {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(50px, calc(100vw* 100 / 1920), 200px);
}
.submit-success-wrap .submit-success img {
    width: clamp(23px, calc(100vw* 46 / 1920), 92px);
    height: clamp(23px, calc(100vw* 46 / 1920), 92px);
    margin-right: clamp(8px, calc(100vw* 16 / 1920), 32px);
}
.submit-success-wrap .submit-success .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #CCDFFB;
}
.submit-success-wrap .submit-success .right .top-text {
    font-size: clamp(12px, calc(100vw* 24 / 1920), 48px);
    margin-bottom: clamp(6px, calc(100vw* 12 / 1920), 24px);
}
.submit-success-wrap .submit-success .right .bot-text {
    font-size: clamp(12px, calc(100vw* 14 / 1920), 28px);
}
.submit-success-wrap .return {
    width: clamp(51px, calc(100vw* 102 / 1920), 204px);
    height: clamp(20px, calc(100vw* 40 / 1920), 80px);
    background: #26354D;
    border-radius: 8px;
    font-size: clamp(12px, calc(100vw* 14 / 1920), 28px);
    color: #EBF3FE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(16px, calc(100vw* 32 / 1920), 64px);
    cursor: pointer;
}
.submit-success-wrap .return:hover {
    background: #2D73EC;
}
/*手机弹窗*/
.black-mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.phone-box-pop-warp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 99;
}
.phone-box-pop-warp .phone-box-pop {
    background: #232F52;
    border-radius: clamp(12px, calc(100vw * 24 / 1920), 48px);
    padding: clamp(16px, calc(100vw * 32 / 1920), 64px);
    position: relative;
    display: none;
}
.phone-box-pop-warp .phone-box-pop .phone-box-close {
    position: absolute;
    right: clamp(10px, calc(100vw * 20 / 1920), 40px);
    top: clamp(10px, calc(100vw * 20 / 1920), 40px);
    cursor: pointer;
}
.phone-box-pop-warp .phone-box-pop .title {
    font-size: clamp(12px, calc(100vw * 20 / 1920), 40px);
    color: #FFFFFF;
    margin-bottom: clamp(12px, calc(100vw * 24 / 1920), 48px);
}
.phone-box-pop-warp .phone-box-pop .tip {
    font-size: clamp(7px, calc(100vw * 14 / 1920), 28px);
    color: #99BFF7;
    margin-bottom: clamp(4px, calc(100vw * 8 / 1920), 16px);
}
.phone-box-pop-warp .phone-box-pop .phone-number {
    font-size: clamp(7px, calc(100vw * 14 / 1920), 28px);
    color: #FFFFFF;
    margin-bottom: clamp(12px, calc(100vw * 24 / 1920), 48px);
}
.phone-box-pop-warp .message-code-wrap {
    display: flex;
    align-items: center;
}
.phone-box-pop-warp .message-code-wrap .message-code {
    width: clamp(120px, calc(100vw * 240 / 1920), 480px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: rgba(250, 252, 255, 0.16);
    border-radius: 4px;
    /*border: 1px solid rgba(228, 232, 246, 0.16);*/
    padding: 0 clamp(8px, calc(100vw * 16 / 1920), 32px);
    color: #fff;
}
.phone-box-pop-warp .message-code-wrap .message-button {
    width: clamp(76px, calc(100vw * 152 / 1920), 304px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: #B2CEF9;
    border-radius: 4px;
    margin-left: clamp(4px, calc(100vw * 8 / 1920), 16px);
    cursor: pointer;
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px);
}
.phone-box-pop-warp .password-wrap .message-code {
    width: clamp(200px, calc(100vw * 400 / 1920), 800px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: rgba(250, 252, 255, 0.16);
    border-radius: 4px;
    /*border: 1px solid rgba(228, 232, 246, 0.16);*/
    padding: 0 clamp(8px, calc(100vw * 16 / 1920), 32px);
    color: #fff;
    margin-top: clamp(8px, calc(100vw * 16 / 1920), 32px);
}
.phone-box-pop-warp .submit-btn {
    width: clamp(52px, calc(100vw * 104 / 1920), 208px);
    height: clamp(20px, calc(100vw * 40 / 1920), 80px);
    background: #005EEB;
    border-radius: 4px;
    margin-top: clamp(12px, calc(100vw * 24 / 1920), 48px);
    font-size: clamp(8px, calc(100vw * 16 / 1920), 32px);
    color: #FFFFFF;
    float: right;
    cursor: pointer;
}
.phone-box-pop-warp .phone-number-box {
    display: flex;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}
.phone-box-pop-warp .phone-number-box .choose-select {
    width: clamp(40px, calc(100vw * 80 / 1920), 160px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: rgba(204,223,251,0.24);
    border-radius: 4px 0px 0px 4px;
    font-size: clamp(4px, calc(100vw * 16 / 1920), 32px);
    color: #FFFFFF;
    cursor: pointer;
    padding-right: clamp(5px, calc(100vw * 10 / 1920), 20px);
}
.phone-box-pop-warp .phone-number-box .phone-number-input {
    width: clamp(120px, calc(100vw * 320 / 1920), 480px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: rgba(250, 252, 255, 0.16);
    border-radius: 0 4px 4px 0;
    padding: 0 clamp(8px, calc(100vw * 16 / 1920), 32px);
    color: #fff;
}
.phone-box-pop-warp .phone-number-box .choose-select-box {
    position: absolute;
    top: clamp(24px, calc(100vw * 48 / 1920), 96px);
    left: 0;
    background: rgba(250, 252, 255, 0.16);
    width: clamp(40px, calc(100vw * 80 / 1920), 160px);
    display: none;
}
.phone-box-pop-warp .phone-number-box .choose-select-box li {
    line-height: clamp(15px, calc(100vw * 30 / 1920), 60px);
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px);
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.phone-box-pop-warp .phone-number-box .down-icon {
    position: absolute;
    left: clamp(28px, calc(100vw * 56 / 1920), 112px);
    top: clamp(10px, calc(100vw * 21 / 1920), 42px);
    width: clamp(6px, calc(100vw * 12 / 1920), 24px);
    height: clamp(3px, calc(100vw * 6 / 1920), 12px);
    transition: transform 0.3s ease;
}
.phone-box-pop-warp .phone-number-box .down-icon.rotated {
    transform: rotate(180deg);
}

/*自定义新聞自尋样式*/
.news-content {
    background: rgba(3, 0, 20, 1) url(../images/news-bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    padding-top: clamp(40px, calc(100vw * 80 / 1920), 160px);
    position: relative;
}
.news-content .news-wrap {
    /*height: calc(100vh - clamp(48px, calc(100vw * 95 / 1920), 190px));*/
    /*overflow-y: auto;*/
}
.news-content .news-wrap .news-top {
    display: flex;
}
.news-content .news-wrap .news-top .news-left-wrap {
    position: absolute;
}
.news-content .news-wrap .news-top .news-left-wrap .title {
    background: url(../images/news-title.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    width: clamp(299px, calc(100vw * 598 / 1920), 1196px);
    height: clamp(49px, calc(100vw * 98 / 1920), 196px);
    margin: clamp(12px, calc(100vw * 24 / 1920), 48px) 0 0 clamp(32px, calc(100vw * 64 / 1920), 128px);
}
.news-content .news-wrap .news-top .news-left-wrap .line {
    /*background: url(../images/news-left.png) no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: center center;*/
    width: clamp(12px, calc(100vw * 24 / 1920), 48px);
    /*height: clamp(274px, calc(100vw * 548 / 1920), 1096px);*/
    min-height: calc(62vh - clamp(12px, calc(100vw * 24 / 1920), 48px));
    margin: clamp(12px, calc(100vw * 24 / 1920), 48px) 0  clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(37px, calc(100vw * 75 / 1920), 150px);
    /*border-left: 1px solid  #21375B;*/
    position: relative;
    z-index: 89;
}
.news-content .news-wrap .news-top .news-left-wrap .line::before {
    /*content: '';*/
    width: 1px;
    min-height: calc(62vh);
    background-color: #21375B;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: calc(-1 * clamp(0.5px, calc(100vw * 1 / 1920), 2px));
    top: clamp(10px, calc(100vw * 20 / 1920), 40px);
}
.news-content .news-wrap .news-top .news-left-wrap .line::after {
    /*content: '';*/
    width: clamp(5px, calc(100vw * 10 / 1920), 20px);
    height: clamp(5px, calc(100vw * 10 / 1920), 20px);
    background-color: #21375B;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: calc(-1 * clamp(3px, calc(100vw * 6 / 1920), 12px));
    bottom: calc(-1 * clamp(22px, calc(100vw * 44 / 1920), 88px));
}
.news-content .news-wrap .news-top .news-right-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.news-content .news-wrap .news-top .news-right-wrap .search-wrap {
    display: flex;
    justify-content: flex-end;
    margin: clamp(8px, calc(100vw * 16 / 1920), 32px) clamp(32px, calc(100vw * 64 / 1920), 128px) clamp(16px, calc(100vw * 32 / 1920), 64px) 0;
}
.news-content .news-wrap .news-top .news-right-wrap .search {
    width: clamp(250px, calc(100vw * 500 / 1920), 1000px);
    height: clamp(30px, calc(100vw * 60 / 1920), 120px);
    background: #102649;
    border: 1px solid #1863EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 500px;
    padding: 0 clamp(6px, calc(100vw * 12 / 1920), 24px);
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-left {
    width: clamp(30px, calc(100vw * 60 / 1920), 120px);
    height: clamp(18px, calc(100vw * 36 / 1920), 72px);
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-left img {
    width: 100%;
    height: 100%;
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-input-wrap {
    flex: 1;
    padding: 0 clamp(7px, calc(100vw * 14 / 1920), 28px);
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-input-wrap .search-input {
    width: 100%;
    background-color: transparent;
    font-size: clamp(10px, calc(100vw * 20 / 1920), 40px);
    color: #fff;
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-right {
    width: clamp(40px, calc(100vw * 64 / 1920), 160px);
    height: clamp(28px, calc(100vw * 46 / 1920), 112px);
    cursor: pointer;
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-right:hover {
    box-shadow: 4px 0px 26px 0px rgba(0, 0, 0, 0.56);
    border-radius: 50px;
}
.news-content .news-wrap .news-top .news-right-wrap .search .search-right img {
    width: 100%;
    height: 100%;
}
.news-content .news-wrap .news-top .news-right-wrap .list {
    display: flex;
    flex-wrap: wrap;
}
.news-content .news-wrap .news-top .news-right-wrap .list li {
    width: 19%;
    height: clamp(139px, calc(100vw * 278 / 1920), 556px);
    background: #212A3B;
    box-shadow: 4px 0px 26px 0px rgba(0,0,0,0.56);
    border-radius: 14px;
    position: relative;
    margin-right: calc(-1 * clamp(20px, calc(100vw * 40 / 1920), 80px));
    margin-top: clamp(20px, calc(100vw * 40 / 1920), 80px);
    cursor: pointer;
}
.news-content .news-wrap .news-top .news-right-wrap .list li:hover {
    background: url(../images/news-active.png) no-repeat;
    background-size: 100% clamp(123px, calc(100vw * 246 / 1920), 492px);
    background-position: center 0;
    z-index: 9;
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-position {
    background: url(../images/news-card-tip.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    width: clamp(29px, calc(100vw * 59 / 1920), 118px);
    height: clamp(33px, calc(100vw * 66 / 1920), 132px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    font-size: clamp(9px, calc(100vw * 18 / 1920), 36px);
    position: absolute;
    right: 0;
    top: 0;
    color: #CCDFFB;
    visibility: hidden;
}
.news-content .news-wrap .news-top .news-right-wrap .list li:hover .item-position {
    visibility: visible;
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-position .date {
    padding-top: clamp(3px, calc(100vw * 6 / 1920), 12px);
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-position .year {
    padding-top: clamp(1px, calc(100vw * 2 / 1920), 4px);
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-top {
    padding: clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(8px, calc(100vw * 16 / 1920), 32px);
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-top .left-number {
    font-family: 'D-DINExp-Bold';
    font-size: clamp(24px, calc(100vw * 48 / 1920), 96px);
    color: #FFFFFF;
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-top .unit {
    font-size: clamp(9px, calc(100vw * 18 / 1920), 36px);
    color: #FFFFFF;
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-content {
    font-size: clamp(9px, calc(100vw * 18 / 1920), 36px);
    color: #CCDFFB;
    line-height: clamp(14px, calc(100vw * 27 / 1920), 54px);
    margin: 0 clamp(12px, calc(100vw * 24 / 1920), 48px);
    height: clamp(42px, calc(100vw * 85 / 1920), 170px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-content .news-wrap .news-top .news-right-wrap .list li:hover .item-content {
    color: #FFFFFF;
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-url {
    font-size: clamp(6px, calc(100vw * 12 / 1920), 24px);
    color: #005EEB;
    margin: clamp(20px, calc(100vw * 31 / 1920), 80px) clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(12px, calc(100vw * 24 / 1920), 48px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height: clamp(9px, calc(100vw * 18 / 1920), 36px);
}
.news-content .news-wrap .news-top .news-right-wrap .list li:hover .item-url {
}
.news-content .news-wrap .news-top .news-right-wrap .list li .item-bottom {
    height: clamp(16px, calc(100vw * 32 / 1920), 64px);
    line-height: clamp(16px, calc(100vw * 32 / 1920), 64px);
    background: linear-gradient( 90deg, rgba(0,102,255,0.38) 0%, rgba(58,142,255,0) 100%);
    color: rgba(255,255,255,0.8);
    border-radius: 0 0 14px 14px;
    padding: 0 clamp(4px, calc(100vw * 8 / 1920), 16px);
    font-size: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-content .news-wrap .news-top .news-right-wrap .list li:hover .item-bottom {
    background: #005EEB;
    color: #FFFFFF;
}
/*咨询详情样式*/
.detail-content {
    background: rgba(3, 0, 20, 1) url(../images/acticle-bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    padding-top: clamp(40px, calc(100vw * 80 / 1920), 160px);
    position: relative;
}
.detail-content .detail-wrap {

}
.detail-content .detail-wrap .detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - clamp(370px, calc(100vw * 740 / 1920), 1480px));
    margin: 0 auto;
}
.detail-content .detail-wrap .detail-header .return {
    width: clamp(25px, calc(100vw * 50 / 1920), 100px);
    height: clamp(25px, calc(100vw * 50 / 1920), 100px);
    cursor: pointer;
}
.detail-content .detail-wrap .detail-header .return img{
    width: 100%;
    height: 100%;
}
.detail-content .detail-wrap .detail-header .header {
    padding: clamp(17px, calc(100vw * 34 / 1920), 68px) 0;
    line-height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    font-size: clamp(16px, calc(100vw * 32 / 1920), 64px);
    color: #FFFFFF;
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
    width: 80%;
    text-align: center;
    word-break: break-all;
}
.detail-content .detail-wrap .detail-header .scroll-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 90%;
    margin-left: clamp(15px, calc(100vw * 30 / 1920), 60px);
    cursor: pointer;
}
.detail-content .detail-wrap .detail-header .scroll-content .scroll-text {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease-out;
}
.detail-content .detail-wrap .detail-header .scroll-content .scroll-text span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 90%;
}
.detail-content .detail-wrap .detail-header .set {
    position: relative;
    bottom: -16px;
    display: flex;
}
.detail-content .detail-wrap .detail-header .set img {
    width: clamp(25px, calc(100vw * 50 / 1920), 100px);
    height: clamp(25px, calc(100vw * 50 / 1920), 100px);
    margin-left: 5px;
}
.detail-content .detail-wrap .detail-cont-wrap {
    height: calc(100vh - clamp(102px, calc(100vw * 205 / 1920), 410px));
    overflow-y: auto;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont {
    background: #171F36;
    border: 1px solid #2D73EC;
    border-top: none;
    /*padding: clamp(6px, calc(100vw * 12 / 1920), 24px) clamp(14px, calc(100vw * 28 / 1920), 56px) clamp(14px, calc(100vw * 28 / 1920), 56px);*/
    width: calc(100vw - clamp(389px, calc(100vw * 778 / 1920), 1556px));
    margin: 0 auto clamp(3px, calc(100vw * 6 / 1920), 12px);
    position: relative;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-top {
    font-size: clamp(7px, calc(100vw * 14 / 1920), 28px);
    color: #B2CEF9;
    text-align: right;
    border-bottom: 1px solid rgba(127,127,127,0.24);
    padding: clamp(6px, calc(100vw * 12 / 1920), 24px) clamp(14px, calc(100vw * 28 / 1920), 56px) clamp(6px, calc(100vw * 12 / 1920), 24px);
    position: fixed;
    background: #171F36;
    border-top: 1px solid #2D73EC;
    width: calc(100vw - clamp(417px, calc(100vw * 834 / 1920), 1668px));
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other {
    padding: clamp(40px, calc(100vw * 80 / 1920), 160px) clamp(14px, calc(100vw * 28 / 1920), 56px) clamp(25px, calc(100vw * 50 / 1920), 100px);
    min-height: calc(100vh - clamp(235px, calc(100vw * 470 / 1920), 940px));
    color: #fff;
    line-height: 30px;
    word-break: break-all;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other img {
    max-width: 100% !important;
    height: auto !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other p,.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other div,.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other span {
    background: transparent !important;
    color: #fff;
    /*font-size: clamp(12px, calc(100vw * 14 / 1920), 28px) !important;*/
    /*line-height: 30px !important;*/
    /*margin-bottom: 24px !important;*/
    width: auto !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .bottom-tip-text {
    position: absolute !important;
    bottom: 0 !important;
    font-size: clamp(12px, calc(100vw * 12 / 1920), 24px) !important;
    color: #4C6B99 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: clamp(14px, calc(100vw * 28 / 1920), 56px);
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other h1,
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other h2,
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other h3,
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other h4,
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other h5,
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other h6 {
    width: auto !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .pay-btn-wrap {
    height: clamp(129px, calc(100vw * 258 / 1920), 516px);
    background: linear-gradient( 180deg, rgba(23,31,54,0) 0%, #171F36 60%);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .pay-btn-wrap .pay-btn {
    width: clamp(160px, calc(100vw * 320 / 1920), 640px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: #005EEB !important;
    border-radius: 50px;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
    color: #FFFFFF!important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .pay-btn-wrap .pay-btn .text {
    font-size: clamp(12px, calc(100vw * 16 / 1920), 32px) !important;
    margin-bottom: 0 !important;
    margin-right: clamp(4px, calc(100vw * 8 / 1920), 16px);
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .pay-btn-wrap .pay-btn .price {
    font-size: clamp(12px, calc(100vw * 20 / 1920), 40px) !important;
    margin-bottom: 0 !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-title {
    display: flex !important;
    align-items: center !important;
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px) !important;
    color: #CCDFFB !important;
    height: clamp(20px, calc(100vw * 40 / 1920), 80px) !important;
    background: #324766 !important;
    padding: 0 clamp(8px, calc(100vw * 16 / 1920), 32px);
    margin-bottom: 0 !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-title img {
    width: clamp(10px, calc(100vw * 20 / 1920), 40px) !important;
    height: clamp(10px, calc(100vw * 20 / 1920), 40px) !important;
    margin-right: clamp(4px, calc(100vw * 8 / 1920), 16px);
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-item {
    display: flex !important;
    margin-bottom: 0 !important;
    border: 1px solid #324766 !important;
    border-top: 0 !important;
    padding: clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(8px, calc(100vw * 16 / 1920), 32px) !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-item img {
    width: clamp(24px, calc(100vw * 48 / 1920), 92px) !important;
    height: clamp(24px, calc(100vw * 48 / 1920), 92px) !important;
    margin-right: clamp(8px, calc(100vw * 16 / 1920), 32px) !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-item .right {
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
    color: #CCDFFB !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-item .right .header {
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-item .right .btns {
    margin-bottom: 0 !important;
    line-height: 1 !important;
    color: #99BFF7 !important;
}
.detail-content .detail-wrap .detail-cont-wrap .detail-cont .content-other .attach-item .right .btns a:hover {
    color: #fff !important;
}
/*产品中心样式*/
.product-content {
    /*background: rgba(3, 0, 20, 1) url(../images/cpzx-bg.png) no-repeat;*/
    background-size: cover;
    height: 100%;
    background-position: center center;
    padding-top: clamp(40px, calc(100vw * 80 / 1920), 160px);
    position: relative;
}
.product-content .product-wrap {
    display: flex;
    height: calc(120vh - clamp(340px, calc(100vw * 680 / 1920), 1360px));
    align-items: center;
    justify-content: center;
}
.product-content .product-wrap .btn {
    background: #212C4D url("../images/cpzx-icon-nor.png") no-repeat;
    background-size: clamp(32px, calc(100vw * 64 / 1920), 128px);
    background-position: right top;
    width: clamp(240px, calc(100vw * 480 / 1920), 960px);
    height: clamp(110px, calc(100vw * 220 / 1920), 440px);
    box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.16);
    /*border: 1px solid #F0F6FE;*/
    margin: 0 clamp(10px, calc(100vw * 20 / 1920), 40px);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-content .product-wrap .btn:hover {
    background: #2D73EC url("../images/cpzx-icon-hover.png") no-repeat;
    background-size: clamp(32px, calc(100vw * 64 / 1920), 128px);
    background-position: right top;
}

.product-content .product-wrap .btn .top-text {
    font-size: clamp(18px, calc(100vw * 36 / 1920), 72px);
    font-family: '优设标题黑';
    margin-bottom: clamp(15px, calc(100vw * 30 / 1920), 460px);
}
.product-content .product-wrap .btn:hover .top-text {
    font-size: clamp(20px, calc(100vw * 40 / 1920), 80px);
    margin-top: clamp(15px, calc(100vw * 30 / 1920), 460px);
}
.product-content .product-wrap .btn .bottom-text {
    font-size: clamp(8px, calc(100vw * 16 / 1920), 32px);
}
.product-content .product-wrap .btn:hover .bottom-text {
    visibility: hidden;
}
.product-content .product-bottom-bg {
    width: calc(100vw - clamp(65px, calc(100vw * 130 / 1920), 260px));
    height: clamp(53px, calc(100vw * 106 / 1920), 212px);
    margin-left: clamp(33px, calc(100vw * 65 / 1920), 130px);
    position: fixed;
    bottom: clamp(60px, calc(100vw * 180 / 1920), 240px);
}
.product-content .product-bottom-bg img {
    width: 100%;
    /*height: 100px;*/
}

/*文章资料样式*/
.materials-content {
    background: rgba(3, 0, 20, 1) url(../images/ffzl-bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    padding-top: clamp(40px, calc(100vw * 80 / 1920), 160px);
    position: relative;
}
.materials-content .materials-wrap {
    position: relative;
}
.materials-content .materials-wrap .materials-tabs {
    position: absolute;
    display: flex;
    width: calc(100vw - clamp(112px, calc(100vw * 224 / 1920), 448px));
    margin-left: clamp(56px, calc(100vw * 112 / 1920), 224px);
    top: 0;
}
.materials-content .materials-wrap .materials-tabs .btn {
    width: clamp(100px, calc(100vw * 200 / 1920), 400px);
    height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    line-height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    text-align: center;
    border: 1px solid #171F36;
    background: #171F36;
    border-radius: clamp(8px, calc(100vw * 16 / 1920), 32px);
    font-size: clamp(10px, calc(100vw * 20 / 1920), 40px);
    color: #FFFFFF;
    margin-right: clamp(8px, calc(100vw * 16 / 1920), 32px);
    margin-top: clamp(10px, calc(100vw * 20 / 1920), 40px);
    cursor: pointer;
    margin-bottom: clamp(15px, calc(100vw * 30 / 1920), 60px);
}
.materials-content .materials-wrap .materials-tabs .btn:hover {
    background: #005EEB;
    border: 1px solid #99BFF7;
}
.materials-content .materials-wrap .materials-tabs .btn.active {
    background-color: #005EEB;
    color: #fff;
}
.materials-content .materials-wrap .scroll-wrap {
    height: calc(100vh - clamp(99px, calc(100vw * 198 / 1920), 396px));
    overflow-y: auto;
}
.materials-content .materials-wrap .materials-cards {
    width: calc(100vw - clamp(100px, calc(100vw * 200 / 1920), 400px));
    margin-left: clamp(50px, calc(100vw * 100 / 1920), 200px);
    display: flex;
    flex-wrap: wrap;
}
.materials-content .materials-wrap .materials-cards li {
    background: url(../images/ffzl-card.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(9px, calc(100vw * 18 / 1920), 36px);
    position: relative;
    width: clamp(185px, calc(100vw * 370 / 1920), 740px);
    height: clamp(118px, calc(100vw * 236 / 1920), 472px);
    margin: 0 clamp(6px, calc(100vw * 12 / 1920), 24px) clamp(16px, calc(100vw * 32 / 1920), 64px);
    cursor: pointer;
    position: relative;
}
.materials-content .materials-wrap .materials-cards li:hover {
    background: url(../images/ffzl-card-active.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    box-shadow: 4px 0px 26px 0px rgba(0, 0, 0, 0.56);
    width: clamp(185px, calc(100vw * 370 / 1920), 740px);
    height: clamp(118px, calc(100vw * 236 / 1920), 472px);
}
.materials-content .materials-wrap .materials-cards li .header {
    font-size: clamp(11px, calc(100vw * 22 / 1920), 44px);
    color: #FFFFFF;
    width: clamp(140px, calc(100vw * 280 / 1920), 560px);
    margin-bottom: clamp(28px, calc(100vw * 56 / 1920), 112px);
    line-height: clamp(15px, calc(100vw * 30 / 1920), 60px);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    word-break: break-all;
}
.materials-content .materials-wrap .materials-cards li .icon-rt {
    background: #171F36 url(../images/ffzl-icon.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    width: clamp(40px, calc(100vw * 80 / 1920), 160px);
    height: clamp(40px, calc(100vw * 80 / 1920), 160px);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 34px 34px 34px 20px;
    border: 1px solid rgba(232,232,232,0.36);
}
.materials-content .materials-wrap .materials-cards li:hover .icon-rt {
    background: #005EEB url(../images/ffzl-icon-big.png) no-repeat;
    background-size: 100%;
    background-position: center center;
}
.materials-content .materials-wrap .materials-cards li .cont {
    font-size: clamp(12px, calc(100vw * 14 / 1920), 28px);
    color: #FFFFFF;
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    line-height: clamp(12px, calc(100vw * 24 / 1920), 48px);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.materials-content .materials-wrap .materials-cards li .btn {
    height: clamp(23px, calc(100vw * 47 / 1920), 94px);
    background: #232F52;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(12px, calc(100vw * 24 / 1920), 48px);
    font-family: 'D-DINExp-Bold';
}
.materials-content .materials-wrap .materials-cards li:hover .btn {
    background: #005EEB;
}
.materials-content .materials-wrap .materials-cards li .btn .unit {
    font-size: clamp(9px, calc(100vw * 18 / 1920), 36px);
    color: #B2CEF9;
    margin: 6px 4px 0 0;
}
.materials-content .materials-wrap .materials-cards li:hover .btn .unit {
    color: #fff;
}
.materials-content .materials-wrap .materials-cards li .btn .price {
    font-size: clamp(12px, calc(100vw * 24 / 1920), 48px);
    color: #B2CEF9;
}
.materials-content .materials-wrap .materials-cards li:hover .btn .price {
    color: #fff;
}
.materials-content .materials-bottom-bg {
    margin-right: clamp(50px, calc(100vw * 100 / 1920), 200px);
    display: flex;
    justify-content: flex-end;
    margin-bottom: clamp(13px, calc(100vw * 25 / 1920), 50px);
}
.materials-content .materials-bottom-bg img {
    width: clamp(144px, calc(100vw * 288 / 1920), 576px);
    height: clamp(44px, calc(100vw * 88 / 1920), 176px);
}
.materials-content .materials-wrap .video-cards {
    width: calc(100vw - clamp(100px, calc(100vw * 200 / 1920), 400px));
    margin-left: clamp(50px, calc(100vw * 100 / 1920), 200px);
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.content-page-wrap {
    margin-left: clamp(50px, calc(100vw * 100 / 1920), 200px);
}
.materials-content .materials-wrap .video-cards li {
    position: relative;
    /*width: clamp(203px, calc(100vw * 406 / 1920), 812px);*/
    width: 22.5%;
    height: clamp(147px, calc(100vw * 294 / 1920), 588px);
    cursor: pointer;
    margin: clamp(5px, calc(100vw * 10 / 1920), 20px);
    float: left;
}
.materials-content .materials-wrap .video-cards li .play-icon {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: clamp(42px, calc(100vw * 84 / 1920), 168px);
}
.materials-content .materials-wrap .video-cards li .play-icon span {
    background: rgba(13, 18, 26, 0.8) url("../images/play1.png") no-repeat;
    background-size: clamp(10px, calc(100vw * 20 / 1920), 40px) clamp(12px, calc(100vw * 24 / 1920), 48px);
    background-position: center;
    width: clamp(32px, calc(100vw * 64 / 1920), 128px);
    height: clamp(32px, calc(100vw * 64 / 1920), 128px);
    border-radius: 100px;
}
.materials-content .materials-wrap .video-cards li:hover .play-icon span {
    background: #005EEB url("../images/play1.png") no-repeat;
    background-size: clamp(10px, calc(100vw * 20 / 1920), 40px) clamp(12px, calc(100vw * 24 / 1920), 48px);
    background-position: center;
}
.materials-content .materials-wrap .video-cards li .video-box{
    /*width: 100%;*/
    height: clamp(112px, calc(100vw * 224 / 1920), 448px);
    background: #192333;
    box-shadow: 0px 0px 40px 0px rgba(58,142,255,0.08);
    border-radius: clamp(4px, calc(100vw * 8 / 1920), 16px);
    border: 1px solid #26354D;
    padding: clamp(2px, calc(100vw * 4 / 1920), 8px);
}
.materials-content .materials-wrap .video-cards li .video-box img{
    width: 100%;
    height: 100%;
    background: #999;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
}
.materials-content .materials-wrap .video-cards li .bottom-box {
    display: flex;
}
.materials-content .materials-wrap .video-cards li .bottom-box .left {
    width: clamp(68px, calc(100vw * 136 / 1920), 272px);
    height: clamp(30px, calc(100vw * 60 / 1920), 120px);
    background: #005EEB;
    border-radius: 16px;
    border: 1px solid rgba(232,232,232,0.36);
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(6px, calc(100vw * 13 / 1920), 26px);
    margin-right: clamp(8px, calc(100vw * 16 / 1920), 32px);
    flex: 1;
}
.materials-content .materials-wrap .video-cards li .bottom-box .right {
    margin-top: clamp(6px, calc(100vw * 13 / 1920), 26px);
    font-size: clamp(10px, calc(100vw * 20 / 1920), 40px);
    line-height: clamp(15px, calc(100vw * 30 / 1920), 60px);;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 3;
    word-break: break-all;
}
/*付费弹窗*/
.pay-model-mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.pay-model-main {
    position: fixed;
    width: clamp(322px, calc(100vw * 644 / 1920), 1288px);
    height: clamp(237px, calc(100vw * 474 / 1920), 948px);
    background: #171F36;
    border-radius: 24px;
    top: 50%;
    left: 50%;
    margin-left: calc(-1 * clamp(322px, calc(100vw * 644 / 1920), 1288px)/2);
    margin-top: calc(-1 * clamp(237px, calc(100vw * 474 / 1920), 948px)/2);
    display: none;
}
.pay-model-main .main-header {
    height: clamp(38px, calc(100vw * 76 / 1920), 152px);
    line-height: clamp(38px, calc(100vw * 76 / 1920), 152px);
    font-size: clamp(12px, calc(100vw * 20 / 1920), 40px);
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #4C4C4C;
    position: relative;
}
.pay-model-main .main-header .close-btn img {
    position: absolute;
    width: clamp(8px, calc(100vw * 16 / 1920), 32px);
    height: clamp(8px, calc(100vw * 16 / 1920), 32px);
    top: clamp(12px, calc(100vw * 20 / 1920), 40px);
    right: clamp(12px, calc(100vw * 20 / 1920), 40px);
    cursor: pointer;
}
.pay-model-main .main-cont .mian-top {
    padding: 0 clamp(20px, calc(100vw * 40 / 1920), 80px) 0;
    display: flex;
}
.pay-model-main .main-cont .mian-top .qrcode {
    margin: clamp(12px, calc(100vw * 24 / 1920), 48px) clamp(16px, calc(100vw * 32 / 1920), 64px) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pay-model-main .main-cont .mian-top .qrcode .codes {
    width: clamp(109px, calc(100vw * 218 / 1920), 436px);
    height: clamp(109px, calc(100vw * 218 / 1920), 436px);
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E4E8F6;
}
.pay-model-main .main-cont .mian-top .qrcode .text {
    font-size: clamp(8px, calc(100vw * 16 / 1920), 32px);
    color: #FFFFFF;
    margin-top: clamp(8px, calc(100vw * 16 / 1920), 32px);
}
.pay-model-main .main-cont .mian-top .qrcode .text img {
    width: clamp(16px, calc(100vw * 32 / 1920), 64px);
    height: clamp(16px, calc(100vw * 32 / 1920), 64px);
    margin-left: clamp(4px, calc(100vw * 8 / 1920), 16px);
}
.pay-model-main .main-cont .main-bot {
    padding: clamp(9px, calc(100vw * 18 / 1920), 32px) clamp(12px, calc(100vw * 24 / 1920), 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pay-model-main .main-cont .main-bot .price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(4px, calc(100vw * 8 / 1920), 16px);
}
.pay-model-main .main-cont .main-bot .price-box .text-left {
    font-size: clamp(10px, calc(100vw * 20 / 1920), 40px);
    color: #CCDFFB;
}
.pay-model-main .main-cont .main-bot .price-box .price-right {
    font-family: 'D-DINExp-Bold';
    font-weight: bold;
    font-size: clamp(16px, calc(100vw * 32 / 1920), 64px);
    color: #FFFFFF;
}
.pay-model-main .main-cont .main-bot .pay-agree {
    width: 100%;
    position: relative;
}
.pay-model-main .main-cont .main-bot .pay-agree .agree-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-model-main .main-cont .main-bot .pay-agree .agree-left .l-text {
    font-size: clamp(8px, calc(100vw * 16 / 1920), 32px);
    color: #FFFFFF;
}
.pay-model-main .main-cont .main-bot .pay-agree .agree-left .agreement {
    color: rgba(0, 94, 235, 1);
}
.pay-model-main .main-cont .main-bot .pay-agree .agree-right {
    font-size: 12px;
    color: #CCDFFB;
    position: absolute;
    right: 0;
    top: 0;
}

.materials-content .materials-wrap .materials-tabs {
    display: flex;
    width: calc(100vw - clamp(112px, calc(100vw * 224 / 1920), 448px));
    margin-left: clamp(56px, calc(100vw * 112 / 1920), 224px);
}
.materials-content .materials-wrap .materials-tabs .btn {
    width: clamp(100px, calc(100vw * 200 / 1920), 400px);
    height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    line-height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    text-align: center;
    border: 1px solid #171F36;
    background: #171F36;
    border-radius: clamp(8px, calc(100vw * 16 / 1920), 32px);
    font-size: clamp(10px, calc(100vw * 20 / 1920), 40px);
    color: #FFFFFF;
    margin-right: clamp(8px, calc(100vw * 16 / 1920), 32px);
    margin-top: clamp(10px, calc(100vw * 20 / 1920), 40px);
    cursor: pointer;
    margin-bottom: clamp(15px, calc(100vw * 30 / 1920), 60px);
}
.materials-content .materials-wrap .materials-tabs .btn:hover {
    background: #005EEB;
    border: 1px solid #99BFF7;
}
.materials-content .materials-wrap .materials-tabs .btn.active {
    background-color: #005EEB;
    color: #fff;
}
.video-btn-return {
    position: absolute;
    width: clamp(73px, calc(100vw * 146 / 1920), 292px);
    height: clamp(24px, calc(100vw * 48 / 1920), 96px);
    background: #005EEB;
    border-radius: 50px;
    top: clamp(16px, calc(100vw * 32 / 1920), 64px);
    font-size: clamp(12px, calc(100vw * 16 / 1920), 32px);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: clamp(56px, calc(100vw * 112 / 1920), 224px);
    cursor: pointer;
}
.video-btn-return:hover {
    background: #2D73EC;
}
.video-btn-return img {
    width: clamp(10px, calc(100vw * 20 / 1920), 40px);
    height: clamp(7px, calc(100vw * 14 / 1920), 28px);
    margin-right: clamp(4px, calc(100vw * 8 / 1920), 16px);
}
.return-btn {
    background: #fff;
    width: clamp(28px, calc(100vw * 56 / 1920), 112px);
    height: clamp(28px, calc(100vw * 56 / 1920), 112px);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(11px, calc(100vw * 22 / 1920), 44px);
    color: #000;
    cursor: pointer;
    margin-right: clamp(11px, calc(100vw * 22 / 1920), 44px);
    font-weight: bold;
}

/* 改变滚动条轨道和滑块的颜色 */
.os-theme-dark>.os-scrollbar-vertical, .os-theme-light>.os-scrollbar-vertical {
    width: 14px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); /* 滚动轨背景色 */
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.3); /* 滚动条颜色 */
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:hover {
    background: rgba(255, 255, 255, 0.6); /* 鼠标悬停颜色 */
}

@font-face {
    font-family: 'D-DINExp-Bold';
    src: url('../font/D-DINExp-Bold.ttf') format('truetype');
}
@font-face {
    font-family: '优设标题黑';
    src: url('../font/YOUSHE.ttf') format('truetype');
}

