
/*第1页   开始*/
.search-area{
	padding:20px 10px;
}
.search-area .search-box{position:relative;border-radius: 4px;}
.search-area .int{border:none;background:#fff;border:1px solid #E60039;border-radius:4px;height:54px;width:100%;text-indent: 20px;color:#222;font-size:14px}
.search-area .subbtn{border:none;background:#ce0d22;position: absolute;right:0;top:0;border-top-right-radius: 6px;
        overflow: hidden;
        border-bottom-right-radius: 6px;}
.search-area .subbtn .ico{height:54px;display:block;}
.search-area .subbtn-clear{height:54px;width:50px ;display:block;position: absolute;right: 55px;
	top: 0; border:none;background:none;cursor: pointer;}
.search-area .subbtn .clear{height:54px;display:block;}

.search-area .result1{position: absolute;top:40px;left:0;width:100%;background:#fff;border-radius:10px;overflow: hidden;box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);display:none;padding:15px 20px;box-sizing:border-box;}
.search-area .result1 h4{color:#222222;font-size: 16px;padding:15px 0;}
.search-area .result1 ul{display:flex;flex-wrap:wrap;}
.search-area .result1 ul li{border:1px solid #dddcdc;border-radius:20px;margin-right:10px;margin-bottom:10px;}
.search-area .result1 ul li a{display:flex;padding:10px 20px;align-items:center;}
.search-area .result1 ul li a .ico{margin-right:5px;}

.search-area ul.result2{position: absolute;top:40px;left:0;width:100%;background:#fff;border-radius:10px;overflow: hidden;box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);display:none}
.search-area ul.result2 li p{color:rgba(34,34,34,0.6);font-size:14px;background:#fcf3f3;padding:10px 15px;}
.search-area ul.result2 li a{padding:10px 15px;display:block;color:#222222;font-size:14px;}
.search-area ul.result2 li a span{color:#d00a37}

.lx-product-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:32px;}
.lx-product-list .item{width:48.2%;background:#f7f7f7;text-align:center;margin-bottom:12px;}
.lx-product-list .item a{display:block;padding:36px 0;}
.lx-product-list .item .ico{display:block;margin:0 auto;max-height:30px}
.lx-product-list .item .ico2{display:none;margin:0 auto;max-height:30px;}
.lx-product-list .item p{color:#222222;font-size:16px;margin-top: 15px;}



@media (min-width:1024px) {

.search-area{padding:30px 0;}
.search-area .search-box{position:relative;width:75%;margin:0 auto;}
.search-area .int{border-radius:4px;height:40px;width:100%;text-indent: 20px;font-size:16px}
.search-area .subbtn{border:none;background:#ce0d22;position: absolute;right:0;top:0;}
.search-area .subbtn .ico{height:40px;display:block;}
.search-area .subbtn-clear {  height: 40px; width: 40px;right: 40px;}

.search-area .result1{position: absolute;top:42px;left:0;width:100%;background:#fff;border-radius:10px;overflow: hidden;box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);display:none}
.search-area .result1 h4{color:#222222;font-size: 18px;padding:15px 0;}
.search-area .result1 ul{display:flex;flex-wrap:wrap;}
.search-area .result1 ul li{border:1px solid #dddcdc;border-radius:20px;margin-right:15px;margin-bottom:15px;}
.search-area .result1 ul li a{display:flex;padding:10px 20px;align-items:center;color:#222222}
.search-area .result1 ul li a .ico{margin-right:5px;}
.search-area .result1 ul li:hover{border:1px solid #cb1329;}
.search-area .result1 ul li:hover a{color:#cb1329}

.search-area ul.result2{position: absolute;top:42px;left:0;width:100%;background:#fff;border-radius:10px;overflow: hidden;box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);display:none}
.search-area ul.result2 li p{color:rgba(34,34,34,0.6);font-size:14px;background:#fcf3f3;padding:10px 15px;}
.search-area ul.result2 li a{padding:10px 15px;display:block;color:#222222;font-size:14px;}
.search-area ul.result2 li a span{color:#d00a37}
.search-area ul.result2 li:hover{background:#f7f7f7}
.search-area ul.result2 li.on{background:#f7f7f7}

.lx-product-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:32px;}
.lx-product-list:after{content: "";display:block;width:23.3333%}
.lx-product-list .item{width:23.3333%;background:#f7f7f7;text-align:center;margin-bottom:20px;transition:all 0.3s}
.lx-product-list .item a{display:block;padding:36px 0;}
.lx-product-list .item .ico{display:block;margin:0 auto;max-height:30px}
.lx-product-list .item p{color:#222222;font-size:16px;margin-top: 15px;}
/*
.lx-product-list .item:hover{background:#cb1329;}
.lx-product-list .item:hover p{color:#fff;}
.lx-product-list .item:hover .ico{display:none}
.lx-product-list .item:hover .ico2{display:block}
*/

}

@media (min-width:1366px) {

.search-area{padding:40px 0;}
.search-area .int{border-radius:4px;height:54px;width:100%;text-indent: 20px;font-size:18px}
.search-area .subbtn{border:none;background:#ce0d22;position: absolute;right:0;top:0;}
.search-area .subbtn .ico{height:54px;display:block;}
.search-area .subbtn-clear { height: 54px; width: 50px;right: 54px;}

.search-area .result1{position: absolute;top:62px;left:0;width:100%;background:#fff;border-radius:10px;overflow: hidden;box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);display:none}
.search-area .result1 h4{color:#222222;font-size: 18px;padding:15px 0;}
.search-area .result1 ul{display:flex;flex-wrap:wrap;}
.search-area .result1 ul li{border:1px solid #dddcdc;border-radius:20px;margin-right:20px;margin-bottom:18px;}
.search-area .result1 ul li a{display:flex;padding:10px 20px;align-items:center;}
.search-area .result1 ul li a .ico{margin-right:5px;}

.search-area ul.result2{position: absolute;top:62px;left:0;width:100%;background:#fff;border-radius:10px;overflow: hidden;box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);display:none}
.search-area ul.result2 li p{color:rgba(34,34,34,0.6);font-size:18px;background:#fcf3f3;padding:15px 30px;}
.search-area ul.result2 li a{padding:15px 30px;display:block;color:#222222;font-size:18px;}
.search-area ul.result2 li a span{color:#d00a37}


.lx-product-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:40px;}
.lx-product-list:after{content: "";display:block;width:23.3333%}
.lx-product-list .item{width:23.3333%;background:#f7f7f7;text-align:center;margin-bottom:20px;}
.lx-product-list .item a{display:block;padding:50px 0;}
.lx-product-list .item .ico{display:block;margin:0 auto;max-height:50px}
.lx-product-list .item .ico2{margin:0 auto;max-height:50px}
.lx-product-list .item p{color:#222222;font-size:18px;margin-top:28px;}

}
/*第1页   结束*/


/*第2页   开始*/

.lx-page2{padding-top: 20px;padding-bottom:30px}
.yiben{border:1px solid #e6e6e6;margin-bottom:20px;}
.yiben .title{background:#f7f7f7;padding:10px 10px;font-weight:bold;font-size:18px;color:#333333;}
.yiben-list{padding:10px;}
.yiben-list  .item a{display:flex;align-items:center;padding:10px 0 12px;}
.yiben-list  .item a .icon{display:block;flex-shrink: 0;margin-right:10px;}
.yiben-list  .item p{color:#333;font-size:16px;}
.yiben-list .more{margin-left:20px;color:#999999;font-size:16px;}


.word-box{border-bottom:1px solid #e6e6e6;padding-bottom:20px;}
.word-box h2{color:#2d5082;font-size:20px;font-weight:bold;padding:20px 0;}
.word-box h3{color:#2d5082;font-size:16px;font-weight:bold;padding:10px 0;}
.word-box .list .item {padding-right:10px;}
.word-box .list .item a{color:#6e6e6e;font-size: 16px;padding:8px 0;display:flex;justify-content:space-between;align-items:center;}
.word-box .list .item a p{flex:1;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.word-box .list .item a:after{content: "";display:block;width:8px;height:8px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(45deg);flex-shrink:0;margin-left:10px;}
.sm-box{border-bottom:1px solid #e6e6e6;padding-bottom:20px;}
.sm-box:last-child{border-bottom:none;padding-bottom:0;}

@media (min-width:1024px) {
.lx-page2{padding-top: 20px;padding-bottom:30px}
.yiben{border:1px solid #e6e6e6;margin-bottom:20px;}
.yiben .title{background:#f7f7f7;padding:10px 15px;font-weight:bold;font-size:18px;color:#333333;}
.yiben-list{padding:15px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.yiben-list:after{content: "";display:block;width:33.333%}
.yiben-list  .item{width:33.33%;padding-right:20px;box-sizing:border-box;}
.yiben-list  .item a{display:flex;align-items:center;padding:10px 0 10px;}
.yiben-list  .item a .icon{display:block;flex-shrink: 0;margin-right:10px;}
.yiben-list  .item p{color:#333;font-size:16px;}
.yiben-list .more{margin-left:30px;color:#999999;font-size:14px;}
.yiben-list  .item:hover p{color:#ce1b24;text-decoration:underline;}


.word-box{border-bottom:1px solid #e6e6e6;padding-bottom:20px;}
.word-box h2{color:#2d5082;font-size:22px;font-weight:bold;padding:20px 0;}
.word-box h3{color:#2d5082;font-size:18px;font-weight:bold;padding:10px 0;}
.word-box .list {display:flex;justify-content:space-between;flex-wrap:wrap;}
.word-box .list:after{content:"";display:block;width:33.33%}
.word-box .list .item {padding-right:30px;width:33.33%;box-sizing:border-box;}
.word-box .list .item a{color:#6e6e6e;font-size: 14px;padding:10px 0;display:flex;justify-content:space-between;align-items:center;}
.word-box .list .item a p{flex:1;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.word-box .list .item a:after{display:none}
.word-box .list .item a:hover{color:#ce1b24;text-decoration:underline;}
.sm-box{border-bottom:none;padding-bottom:20px;}
.sm-box:last-child{border-bottom:none;padding-bottom:0;}

}

@media (min-width:1366px) {
.lx-page2{padding-top:30px;padding-bottom:40px}
.yiben{border:1px solid #e6e6e6;margin-bottom:20px;}
.yiben .title{background:#f7f7f7;padding:10px 15px;font-weight:bold;font-size:20px;color:#333333;}
.yiben-list{padding:15px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.yiben-list  .item{width:33.33%}
.yiben-list  .item a{display:flex;align-items:center;padding:10px 0 10px;}
.yiben-list  .item a .icon{display:block;flex-shrink: 0;margin-right:10px;}
.yiben-list  .item p{color:#333;font-size:16px;}
.yiben-list .more{margin-left:30px;color:#999999;font-size:14px;}

.word-box{border-bottom:1px solid #e6e6e6;padding-bottom:20px;}
.word-box h2{color:#2d5082;font-size:24px;font-weight:bold;padding:30px 0;}
.word-box h3{color:#2d5082;font-size:20px;font-weight:bold;padding:20px 0;}
.word-box .list {display:flex;justify-content:space-between;flex-wrap:wrap;}
.word-box .list .item {padding-right:30px;width:33.33%;box-sizing:border-box;}
.word-box .list .item a{color:#6e6e6e;font-size: 14px;padding:10px 0;display:flex;justify-content:space-between;align-items:center;}
.word-box .list .item a p{flex:1;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.word-box .list .item a:after{display:none}
.sm-box{border-bottom:none;padding-bottom:20px;}
.sm-box:last-child{border-bottom:none;padding-bottom:0;}

}


/*第2页   结束*/


/*第3页   开始*/
.lx-title{background:#f2f2f2;color:#222222;font-size:20px;padding:15px 0;font-weight:bold;}
.lx-word-list{padding-bottom: 20px;}
.lx-word-list .item{border-bottom:1px solid #e6e6e6;}
.lx-word-list .item a{display:flex;align-items:center;padding:20px 0;}
.lx-word-list .item a .icon{display:block;flex-shrink: 0;margin-right:10px;}
.lx-word-list .item p{color:#333;font-size:16px;font-weight:bold;}

@media (min-width:1024px) {
.lx-title{background:none;color:#222222;font-size:24px;padding:15px 0;font-weight:bold;}
.lx-word-list{margin-top:5px;padding-bottom:30px;}
.lx-word-list .item{border-bottom:none;}
.lx-word-list .item a{display:flex;align-items:center;padding:10px 0;}
.lx-word-list .item a .icon{display:block;flex-shrink: 0;margin-right:10px;margin-left:10px;}
.lx-word-list .item p{color:#333;font-size:18px;font-weight:bold;}
.lx-word-list .item:hover p{color:#ce1b24;text-decoration:underline;}
}

@media (min-width:1366px) {
.lx-title{background:none;color:#222222;font-size:28px;padding:15px 0;font-weight:bold;}
.lx-word-list{margin-top:15px;padding-bottom:50px;}
.lx-word-list .item a{display:flex;align-items:center;padding:15px 0;}
.lx-word-list .item a .icon{display:block;flex-shrink: 0;margin-right:15px;}
.lx-word-list .item p{color:#333;font-size:20px;font-weight:bold;}
}

/*第3页   结束*/

/*第4页   开始*/

.lx-page4{}
.lx-page4 .flex .page4-right{display:none}
.lx-page4 .baohan{padding-bottom:20px;}
.lx-page4 .baohan h3{color:#333333;font-size:18px;font-weight: bold;padding:10px 0;}
.lx-page4 .baohan .baohan-list{}
.lx-page4 .baohan .baohan-list .item{line-height:2;color:#333333;font-size:16px;}

.lx-page4 .baohan .zk{color:#cb1329;font-size:16px;display:flex;align-items:center;margin-top:10px;}
.lx-page4 .baohan .zk:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(135deg);flex-shrink:0;margin-left:10px;position:relative;top:-3px}
.lx-page4 .tab1{display:flex;margin-bottom:20px;}
.lx-page4 .tab1 a{width:50%;padding:10px 0;border:1px solid  #e6e6e6;display:block;text-align:center;color:#959595;font-size:16px;}
.lx-page4 .tab1 a.on{font-weight:bold;color: #fff;background:#cb1329;border:1px solid #cb1329;}

.lx-page4 .m-tab{background:#f2f2f2;padding:10px 10px 0;display:flex;flex-wrap:wrap;}
.lx-page4 .m-tab a{background:#fff;border:1px solid #dddcdc;padding:5px 12px;display:block;border-radius:20px;margin-right:12px;margin-bottom:10px;}
.lx-page4 .m-tab a.on{color:#cd0c22;border:1px solid #cd0c22;}

.lx-page4 .tab2{display:none;}

.down-content input{margin:0;padding:0;font-size:.85em;outline:0;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:none;box-sizing:border-box}
.down-content input[type=checkbox]{position:absolute;left:-999em;border:none;background:none}
.down-content label:before{display:block;position:relative;top:0;left:0;content:'';width:18px;height:18px;margin-right:10px}
.down-content input[type=checkbox]+label:before{background:url(https://image.ruijie.com.cn/UIA/img/checkico.png) no-repeat;background-size:100%;}
.down-content input[type=checkbox]:checked+label:before{background:url(https://image.ruijie.com.cn/UIA/img/checkico_on.png) no-repeat;background-size:100%;}

.down-content{}
.down-content .pc-down{display:none}
.down-content .block{margin-bottom:20px;}
.down-content .block h4{color:#333333;font-size:18px;font-weight:bold;padding:10px 0;padding-left:30px;}
.down-content .block h5{color:#333333;font-size:16px;font-weight:bold;padding:10px 0;padding-left:30px;}
.down-content .block .block-list{margin-left:30px;}
.down-content .block .block-list .item{padding-left:30px;position:relative;display:flex;justify-content:flex-end;flex-wrap:wrap;margin-bottom: 15px;}
.down-content .block .block-list .item .checkbox{}
.down-content .block .block-list .item label{position: absolute;left:0;top:3px;cursor:pointer;}
.down-content .block .block-list .item a{display:block;width:100%;color:#333333;font-size:14px;margin-bottom:5px;margin-right: auto}
.down-content .block .block-list .item .time{display:flex;align-items:center;color:#999999;}
.down-content .block .block-list .item .time .ico{margin-right:5px;}
.down-content .block .block-list .more{color:#cb1329;font-size:16px;display:flex;align-items:center;margin-top:10px;}
.down-content .block .block-list .more:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(135deg);flex-shrink:0;margin-left:10px;position:relative;top:-3px}





@media (min-width:1024px) {


.lx-page4 .flex{display:flex;justify-content:space-between;}
.lx-page4 .flex .left{width:81.66%;}
.lx-page4 .flex .page4-right{width: 16.666%;display:block;}
.lx-page4 .baohan{padding-bottom:70px;position:relative;}
.lx-page4 .baohan h3{font-size:18px;font-weight: bold;padding:15px 0;}
.lx-page4 .baohan .baohan-list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.lx-page4 .baohan .baohan-list:after{content: "";display:block;width:28%}
.lx-page4 .baohan .baohan-list .item{line-height:2;width:28%;font-size:14px;}
.lx-page4 .baohan .zk{font-size:14px;display:flex;align-items:center;margin-top:10px;position: absolute;left:0;bottom:30px;}
.lx-page4 .baohan .zk:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(135deg);flex-shrink:0;margin-left:10px;position:relative;top:-3px}

.lx-page4 .tab1{display:flex;margin-bottom:20px;}
.lx-page4 .tab1 a{width:50%;padding:14px 0;font-size:20px;}
.lx-page4 .m-tab{display:none}

.lx-page4 .flex2{display:flex;justify-content:space-between;}

.lx-page4 .tab2{width:20.4%;display:block;}
.lx-page4 .tab2 .item{border:1px solid #dddcdc;border-bottom:none}
.lx-page4 .tab2 .item:last-child{border-bottom:1px solid #dddcdc}
.lx-page4 .tab2 .item a{height:60px;display:flex;display:flex;align-items:center;font-size:16px;color:#222222;padding-left:30px;box-sizing:border-box;padding-right:15px;background:#f7f7f7}
.lx-page4 .tab2 .item a:after{content: "";display:block;width:12px;height:12px;border-top: 1px solid #dddcdc;border-right: 1px solid #dddcdc;transform: rotate(45deg);flex-shrink:0;margin-left:auto}
.lx-page4 .tab2 .item a .ico{display:none;margin-right:10px;}
.lx-page4 .tab2 .item.all{border:1px solid #ec1832;}
.lx-page4 .tab2 .item.all a{background: linear-gradient(to right, #ec1832,#cc1329);color:#fff; }
.lx-page4 .tab2 .item.all a .ico{display:block;}
.lx-page4 .tab2 .item.all a:after{display:none;}
.lx-page4 .tab2 .item.on a{background:#cb1329;color:#fff}
.lx-page4 .tab2 .item.on a:after{border-top: 1px solid #fff;border-right: 1px solid #fff;}
.lx-page4 .tab2 .item:hover a{background:#cb1329;color:#fff}
.lx-page4 .tab2 .item:hover a:after{border-top: 1px solid #fff;border-right: 1px solid #fff;}

.down-content .pc-down{display:flex;align-items:center;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:15px 0;background:#f7f7f7;}
.down-content .pc-down.fix{position:fixed;top:60px;z-index:98;}
.down-content .pc-down .all-check{display:flex;align-items:center;font-size:14px;padding-left:15px}
.down-content .pc-down .all-check label{margin-left:10px;}
.down-content .pc-down .down a{display:flex;align-items:center;color:#fff;font-size:14px;margin-left:50px;width:84px;height:24px;background:#cc1329;justify-content:center;}
.down-content .pc-down .down a .ico{height:14px;margin-right:6px;}



.down-content{width:77.5%;padding-bottom:10px;}
.down-content input{margin:0;padding:0;font-size:.85em;outline:0;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:none;box-sizing:border-box}
.down-content input[type=checkbox]{position:absolute;left:-999em;border:none;background:none}
.down-content label:before{display:block;position:relative;top:0;left:0;content:'';width:23px;height:23px;margin-right:10px}
.down-content input[type=checkbox]+label:before{background:url(https://image.ruijie.com.cn/UIA/img/checkico.png) no-repeat;background-size:100%;}
.down-content input[type=checkbox]:checked+label:before{background:url(https://image.ruijie.com.cn/UIA/img/checkico_on.png) no-repeat;background-size:100%;}

.down-content{}
.down-content .block{margin-bottom:20px;}
.down-content .block h4{color:#333333;font-size:18px;font-weight:bold;padding:20px 0;padding-left:0px;}
.down-content .block h5{color:#333333;font-size:16px;font-weight:bold;padding:10px 0;padding-left:40px;}
.down-content .block .block-list{margin-left: 40px;}
.down-content .block .block-list .item{padding-left:40px;margin-bottom:25px;display:flex;justify-content:space-between;align-items:flex-start;}
.down-content .block .block-list .item .checkbox{}
.down-content .block .block-list .item label{position: absolute;left:0;top:1px;}
.down-content .block .block-list .item a{font-size:14px;margin-bottom:0px;width:64%}
.down-content .block .block-list .item a:hover{color:#ce1b24;text-decoration:underline;}
.down-content .block .block-list .item .time{font-size:14px;}
.down-content .block .block-list .item .time .ico{margin-right:5px;}
.down-content .block .block-list .more{color:#cb1329;font-size:14px;display:flex;align-items:center;margin-top:10px;margin-left:40px;}
.down-content .block .block-list .more:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(135deg);flex-shrink:0;margin-left:10px;position:relative;top:-3px}
.down-content .m-down{display:none}

.page4-right{display:block;}

.page4-right .t{color:#222222;font-size:20px;display:flex;align-items:center;margin-bottom:20px;}
.page4-right .t .ico{margin-right:10px;}
.page4-right .xq{background:#f7f7f7;border:1px solid #e6e6e6;padding:18px;margin-bottom:20px;}
.page4-right .xq a{color:#222222;font-size:14px;text-decoration:underline;}

.page4-right .tj{background:#f7f7f7;border:1px solid #e6e6e6;padding:18px 5px 18px 18px;margin-bottom:15px;}

.page4-right .tj ul li{margin-bottom:10px;}
/*1228*/
.page4-right .tj ul li a{color:#777777;font-size:14px;position:relative;padding-left:10px;display:block;word-break: break-all;}
/*1228*/
.page4-right .tj ul li a:before{content:"";display:block;position: absolute;left:-8px;top:10px;width:8px;height:2px;background:#a2a2a2}

}

@media (min-width:1366px) {

.lx-page4{}
.lx-page4 .flex{display:flex;justify-content:space-between;}
.lx-page4 .flex .left{width:81.66%;}
.lx-page4 .flex .page4-right{width: 16.666%;display:block;}
.lx-page4 .baohan{padding-bottom:70px;position:relative;}
.lx-page4 .baohan h3{font-size:20px;font-weight: bold;padding:15px 0;}
.lx-page4 .baohan .baohan-list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.lx-page4 .baohan .baohan-list:after{content: "";display:block;width:28%}
.lx-page4 .baohan .baohan-list .item{line-height:2;width:28%;font-size:16px;}

.lx-page4 .baohan .zk{font-size:16px;display:flex;align-items:center;margin-top:10px;position: absolute;left:0;bottom:30px;}
.lx-page4 .baohan .zk:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(135deg);flex-shrink:0;margin-left:10px;position:relative;top:-3px}

.lx-page4 .tab1{display:flex;margin-bottom:20px;}
.lx-page4 .tab1 a{width:50%;padding:18px 0;font-size:24px;}
.lx-page4 .m-tab{display:none}

.lx-page4 .flex2{display:flex;justify-content:space-between;}

.lx-page4 .tab2{width:20.4%;display:block;}
.lx-page4 .tab2 .item{border:1px solid #dddcdc;border-bottom:none}
.lx-page4 .tab2 .item:last-child{border-bottom:1px solid #dddcdc}
.lx-page4 .tab2 .item a{height:60px;display:flex;display:flex;align-items:center;font-size:18px;color:#222222;padding-left:30px;box-sizing:border-box;padding-right:15px;background:#f7f7f7}
.lx-page4 .tab2 .item a:after{content: "";display:block;width:12px;height:12px;border-top: 1px solid #dddcdc;border-right: 1px solid #dddcdc;transform: rotate(45deg);flex-shrink:0;margin-left:auto}
.lx-page4 .tab2 .item a .ico{display:none;margin-right:10px;}
.lx-page4 .tab2 .item.all{border:1px solid #ec1832;}
.lx-page4 .tab2 .item.all a{background: linear-gradient(to right, #ec1832,#cc1329);color:#fff; }
.lx-page4 .tab2 .item.all a .ico{display:block;}
.lx-page4 .tab2 .item.all a:after{display:none;}



.down-content .pc-down{display:flex;align-items:center;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:20px 0;background:#f7f7f7;}
.down-content .pc-down .all-check{display:flex;align-items:center;font-size:14px;padding-left:15px}
.down-content .pc-down .all-check label{margin-left:10px;}
.down-content .pc-down .down a{display:flex;align-items:center;color:#fff;font-size:14px;margin-left:50px;width:84px;height:24px;background:#cc1329;justify-content:center;}
.down-content .pc-down .down a .ico{height:14px;margin-right:6px;}



.down-content{width:77.5%;padding-bottom:20px;}
.down-content input{margin:0;padding:0;font-size:.85em;outline:0;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:none;box-sizing:border-box}
.down-content input[type=checkbox]{position:absolute;left:-999em;border:none;background:none}
.down-content label:before{display:block;position:relative;top:0;left:0;content:'';width:23px;height:23px;margin-right:10px}
.down-content input[type=checkbox]+label:before{background:url(https://image.ruijie.com.cn/UIA/img/checkico.png) no-repeat;background-size:100%;}
.down-content input[type=checkbox]:checked+label:before{background:url(https://image.ruijie.com.cn/UIA/img/checkico_on.png) no-repeat;background-size:100%;}

.down-content{}
.down-content .block{margin-bottom:20px;}
.down-content .block h4{color:#333333;font-size:18px;font-weight:bold;padding:20px 0;padding-left:0px;}
.down-content .block .block-list{}
.down-content .block .block-list .item{padding-left:40px;margin-bottom:25px;display:flex;justify-content:space-between;align-items:center;}
.down-content .block .block-list .item .checkbox{}
.down-content .block .block-list .item label{position: absolute;left:0;top:1px;}
.down-content .block .block-list .item a{font-size:16px;margin-bottom:0px;width:64%}
.down-content .block .block-list .item .time{font-size:14px;}
.down-content .block .block-list .item .time .ico{margin-right:5px;}
.down-content .block .block-list .more{color:#cb1329;font-size:16px;display:flex;align-items:center;margin-top:10px;margin-left:40px;}
.down-content .block .block-list .more:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #6e6e6e;border-right: 1px solid #6e6e6e;transform: rotate(135deg);flex-shrink:0;margin-left:10px;position:relative;top:-3px}
.down-content .m-down{display:none}

.page4-right{display:block;}

.page4-right .t{color:#222222;font-size:20px;display:flex;align-items:center;margin-bottom:20px;}
.page4-right .t .ico{margin-right:10px;}
.page4-right .xq{background:#f7f7f7;border:1px solid #e6e6e6;padding:18px;margin-bottom:20px;}
.page4-right .xq a{color:#222222;font-size:14px;text-decoration:underline;}

.page4-right .tj{background:#f7f7f7;border:1px solid #e6e6e6;padding:18px 5px 18px 18px;margin-bottom:15px;}

.page4-right .tj ul li{margin-bottom:10px;}
.page4-right .tj ul li a{color:#777777;font-size:14px;position:relative;padding-left:10px;display:block;}
.page4-right .tj ul li a:before{content:"";display:block;position: absolute;left:-8px;top:10px;width:8px;height:2px;background:#a2a2a2}

}

/*第4页   结束*/


/*第4-2页   开始*/

.soft-left{padding-bottom:20px}

.soft-left .kuang{background: #f7f7f7;padding:15px 20px;}
.soft-left .kuang p{display:none}
.soft-left .kuang .search{display:flex;align-items:center;position:relative;flex-wrap:wrap;}
.soft-left .kuang .search .txt{color:#222222;font-size:16px;width:100%;margin-bottom:15px;}
.soft-left .kuang .search .int{outline:none;text-indent:10px; height:40px;border:none;flex:1;}
.soft-left .kuang .search .btn{color:#fff;background:#e10032;width:20%;height:40px;border:0;border-radius:0;}



.soft-left .soft-list{padding:20px 0;}
.soft-left .soft-list ul li{margin-bottom: 15px;display:flex;flex-wrap:wrap;}
.soft-left .soft-list ul li a{width:100%;color:#5e5e5e;font-size:14px;margin-bottom:8px;display:flex;align-items:center;}
.soft-left .soft-list ul li a .ico{margin-left:4px;}
.soft-left .soft-list ul li span{color:#999999;font-size:13px;display:flex;align-items:center;}
.soft-left .soft-list ul li span .ico{margin-right:3px;}

@media (min-width:1024px) {

.soft-left .kuang{background: #f7f7f7;padding:24px 20px 30px;}
.soft-left .kuang p{display:block;font-size:14px;color:#5e5e5e;line-height:2;margin-bottom:20px;}
.soft-left .kuang p a{font-size:14px;color:#cb1329}

.soft-left .kuang .search{display:flex;align-items:center;position:relative;flex-wrap:wrap;}
.soft-left .kuang .search .txt{color:#222222;font-size:16px;width:auto;margin-bottom:0;margin-right:20px;}
.soft-left .kuang .search .int{outline:none;text-indent:10px; height:40px;border:none;flex:1;}
.soft-left .kuang .search .btn{color:#fff;background:#e10032;width:10%;height:40px;border:0;border-radius:0;}

.soft-left .soft-list{padding:40px 0;}
.soft-left .soft-list ul li{margin-bottom:25px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.soft-left .soft-list ul li a{width:auto;color:#5e5e5e;font-size:16px;margin-bottom:0;}
.soft-left .soft-list ul li a .ico{margin-left:8px;}
.soft-left .soft-list ul li span{color:#999999;font-size:14px;display:flex;align-items:center;}
.soft-left .soft-list ul li span .ico{margin-right:5px;}

}
/*第4-2页   结束*/


/*第5页   开始*/
.lx-title2{display:none}
.lx-page5{}
.lx-page5 .left{display:none}
.page5-right .m-top{display:flex;align-items:center;justify-content:space-between;padding:15px 0;}
.page5-right .m-top .all-con{font-size:18px;color:#222;display:flex;align-items:center;}
.page5-right .m-top .all-con .ico{height:35px;margin-right:8px}
.page5-right .m-top .down{color:#333333;font-size:14px;}
.page5-right .m-top .down .ico{height:18px;margin-right:5px;}
.page5-right .pc-top{display:none}



.page5-right .tab-tc{position:absolute;left:0;width:100%;z-index:99;display:none}
.page5-right .tab-tc .link{background:#ebebeb;border-bottom:1px solid #dfdfdf}
.page5-right .tab-tc .link a{color:#222222;font-size:16px;display:flex;justify-content:space-between;align-items:center; padding:15px 20px;}
.page5-right .tab-tc .link a:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #999999;border-right: 1px solid #999999;transform: rotate(45deg);}
.page5-right .tab-tc .tabs{display:flex;align-items:flex-start;background: #ebebeb;}
.page5-right .tab-tc .tabs .hd{width:32%;background:#ebebeb}
.page5-right .tab-tc .tabs .hd ul li{padding:15px 10px 15px 20px;color:#222222;font-size:16px;}
.page5-right .tab-tc .tabs .hd ul li.on{background:#fff;color:#d80e24;position:relative;}
.page5-right .tab-tc .tabs .hd ul li.on:before{content: "";display:block;width:3px;background:#d80e24;height:100%;position:absolute;left:0;top:0}
.page5-right .tab-tc .tabs .bd{width:68%;background:#fff;}
.page5-right .tab-tc .tabs .bd .item{}
.page5-right .tab-tc .tabs .bd .item ul li a{color:#222222;font-size:16px;padding:15px 20px;border-bottom:1px solid #f2f2f2;display:block;}

/*1228*/
.page5-right  .tczz{background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;top:0;left:0;z-index:998;display:none}
/*1228*/
.page5-right  .tc-down{background:#fff;position:fixed;left:50%;top:50%;width:90%;z-index:999;transform:translate(-50%,-50%);padding:15px 15px 5px;box-sizing:border-box;display:none}
.page5-right  .tc-down .close{position: absolute;right:10px;top:10px;height:25px;}
.page5-right  .tc-down h3{color:#222222;font-weight:bold;font-size:18px;margin-bottom:0px;}
.page5-right  .tc-down ul{margin-bottom:12px;}
.page5-right  .tc-down ul li{line-height: 1.6}
.page5-right  .tc-down ul li a{color:#5e5e5e;font-size:14px;}

/*1228*/
 .tc-pingfen{background:#fff;position:fixed;left:50%;top:50%;width:90%;z-index:999;transform:translate(-50%,-50%);padding:40px 15px 30px;box-sizing:border-box;display:none}
 /*1228*/
.tc-pingfen .close{position: absolute;right:10px;top:10px;height:25px;cursor:pointer;}
.tc-pingfen h3{color:#222222;font-weight:bold;font-size:18px;margin-bottom:15px;text-align:center;}
.tc-pingfen ul{margin-bottom:12px;}
.tc-pingfen ul li{margin-bottom:10px;display:flex;align-items:center;}
/*1228*/
.tc-pingfen ul li span{flex-shrink:0;margin-right:10px;}
/*1228*/
.tc-pingfen ul li .int{background:#f7f7f7;border:none;width:100%;height:40px;text-indent:20px;font-size:14px;}
.tc-pingfen ul li .yzm{margin-left:20px;height:40px;}
.tc-pingfen ul li .subbtn{color:#fff;background:#cd0c22;width:100%;height:40px;font-size:14px;border:none;}
.tc-pingfen ul li.tips{margin-top:20px;}
.tc-pingfen ul li.tips a{color:#003cff}

.content-box{padding:15px 0px;padding-bottom:30px;border-bottom:1px solid #e6e6e6}
.content-box iframe{border:0; border:none;}
.content-box h2{color:#222222;font-size: 18px;font-weight:bold;padding:10px 0;}
.content-box h3{color:#222222;font-size:16px;font-weight:bold;padding:8px 0;}
.content-box p{color:#5e5e5e;font-size:14px;line-height:1.8}
.content-box  img{margin:20px 0;}

.grade{padding:20px 0 20px;color:#222222;font-size:14px;}
.grade .star{margin-top:10px;display:flex;margin-bottom:15px}
.grade .star .xx{display:block;margin-right: 8px;height:24px;cursor:pointer;}
.grade .line2 p{display:none}
.grade .textarea{background:#f7f7f7;padding:10px 15px;color:#5e5e5e;border:none;border-radius:0;width:100%;min-height:200px;box-sizing:border-box;}
.grade .subbtn{background:#cd0c22;width:100%;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;border:none;margin-top:15px;font-size:16px;}

@media (min-width:1024px) {
.lx-title2{background:none;color:#222222;font-size:24px;padding:15px 0;font-weight:bold;display:block;}

.hidden-pc{display:none}
.lx-page5 {display:flex;justify-content:space-between;box-sizing: border-box;padding-bottom:40px}
.lx-page5  .page5-right{width:75%;position:relative;}
.lx-page5 .left{display:block;width:23.3333%;}


.lx-page5 .left .back{background:#f7f7f7;margin-bottom:20px;}
.lx-page5 .left .back a{padding:15px 30px 15px 20px;display:flex;justify-content:space-between;align-items:center;color:#000000;font-size:20px;}
.lx-page5 .left .back a:after{content: "";display:block;width:10px;height:10px;border-top: 1px solid #999999;border-right: 1px solid #999999;transform: rotate(45deg);}

.lx-page5 .left .tab-list-scroll{overflow:hidden;}
.lx-page5 .left .tab-list-scroll.fix{position:fixed;top:72px;z-index:99;}
.lx-page5 .left .tab-list-scroll .tab-list{overflow:auto;}
.lx-page5 .left .tab-list h3{background:#ededed;display:flex;align-items:center;padding:10px 0;padding-left:20px;border-bottom:1px solid rgba(255,255,255,0.2);cursor:pointer;}
.lx-page5 .left .tab-list h3 .ico{margin-right:10px;display:none}
.lx-page5 .left .tab-list h3 span{color:#000;font-size:16px;}
.lx-page5 .left .tab-list ul{border:1px solid #d8d8d8;display:none;}
.lx-page5 .left .tab-list .item.on ul{display:block;}
.lx-page5 .left .tab-list ul li{background:#f7f7f7;}
.lx-page5 .left .tab-list ul a{display:flex;align-items: center;padding:10px 0;padding-left: 20px;font-size:14px}
.lx-page5 .left .tab-list ul a .jt1{margin-right:15px;flex-shrink:0;}
.lx-page5 .left .tab-list ul a .jt2{display:none;margin-left: 15px;flex-shrink:0;}

.lx-page5 .left .tab-list ul li.on{background:#fff}
.lx-page5 .left .tab-list ul li.on a{color:#cb1329}
.lx-page5 .left .tab-list ul li.on .jt1{opacity:0}
.lx-page5 .left .tab-list ul li.on .jt2{display:block;}
.lx-page5 .left .tab-list ul li:hover{background:#fff}
.lx-page5 .left .tab-list ul li:hover a{color:#cb1329}
.lx-page5 .left .tab-list ul li:hover .jt1{opacity:0}
.lx-page5 .left .tab-list ul li:hover .jt2{display:block;}


.lx-page5 .left .pingfen{background:#f7f7f7;border:1px solid #d5d5d5;padding:15px 0;display:flex;justify-content:center;align-items:center;margin-top:10px;}
.lx-page5 .left .pingfen.fix{position:fixed;top:372px;z-index:99;}
.lx-page5 .left .pingfen p{color:#cb1329;font-size:16px;margin-right:5px}
.lx-page5 .left .pingfen .fen{display:flex;align-items:center;}
.lx-page5 .left .pingfen .fen .xx{display:block;margin:0 1px;height:18px;}

/*1228*/
 .tc-pingfen{background:#fff;position:fixed;left:50%;top:50%;width:46.8%;max-width:900px; z-index:999;transform:translate(-50%,-50%);padding:20px 15px 30px;box-sizing:border-box;}
 /*1228*/
.tc-pingfen .close{position: absolute;right:10px;top:10px;height:40px;}
.tc-pingfen h3{color:#222222;font-weight:bold;font-size:18px;text-align:center;max-width:80%;margin:0 auto;font-weight:normal;margin-bottom:20px;}
.tc-pingfen ul{margin-bottom:0px;width:400px;margin:0 auto;}
.tc-pingfen ul li{margin-bottom:10px;display:flex;align-items:center;}
.tc-pingfen ul li .int{background:#f7f7f7;border:none;width:400px;height:48px;text-indent:20px;font-size:16px;}
.tc-pingfen ul li .yzm{margin-left:20px;height:48px;}
.tc-pingfen ul li .subbtn{color:#fff;background:#cd0c22;width:240px;height:50px;font-size:16px;border:none;margin:0 auto;margin-top:10px}
.tc-pingfen ul li.tips{font-size:14px}

.page5-right{position:relative;}
.page5-right .m-top{display:none}

.page5-right .pc-top{background:#f7f7f7;padding:10px 0px 10px 15px;display:flex;justify-content:space-between;align-items:center;}
.page5-right .pc-top.fix{position:fixed;top:60px}
.page5-right .pc-top .down{}
.page5-right .pc-top .down a{background:#cc1329;width:80px;height:24px;display:flex;align-items:center;color:#fff;justify-content:center;}
.page5-right .pc-top .down a .ico{margin-right:6px;}
.page5-right .pc-top .page5-search{width:66.66%;position:relative;border-radius:30px;overflow:hidden;}
.page5-right .pc-top .page5-search .int{height:45px;background:#fff;border:1px solid #dddcdc;width:100%;border-radius:30px;text-indent:20px;}
.page5-right .pc-top .page5-search .subbtn{border:none;background:#cb1329;width:45px;height:45px;border-radius:0 30px 30px 0;position: absolute;right:1px;top:1px;}

.page5-right .search-main{background:rgb(249, 249, 249);width:100%; height:calc(100% - 80px);position: absolute;left:0;top:80px;padding:10px 30px;box-sizing:border-box;display:none}
.page5-right .search-main .close{position: absolute;right:20px;top:20px;width:25px;cursor:pointer;}
.page5-right .search-main .result-list .item{padding:15px 0;}
.page5-right .search-main .result-list .item p{margin-bottom:0}

/*1228*/
.page5-right  .tczz{background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;top:0;left:0;z-index:998;display:none}
/*1228*/
.page5-right  .tc-down{background:#fff;left:20%;top:20%;width:60%;z-index:999;transform:translate(0%,0%);padding:30px 40px 20px;box-sizing:border-box;display:none}
.page5-right  .tc-down .close{position: absolute;right:15px;top:15px;height:40px;cursor:pointer;}
.page5-right  .tc-down h3{color:#222222;font-weight:bold;font-size:20px;margin-bottom:10px;}
.page5-right  .tc-down ul{margin-bottom:20px;}
.page5-right  .tc-down ul li{line-height: 1.8}
.page5-right  .tc-down ul li a{color:#5e5e5e;font-size:16px;}
.page5-right  .tc-down ul li a:hover{color:#cb1329;text-decoration:underline;}

.content-box{padding:15px 10px;padding-bottom:40px;border-bottom:none}
.content-box h2{font-size:20px;padding:10px 0;}
.content-box h3{font-size:16px;padding:8px 0;margin-left:10px;}
.content-box p{font-size:14px;margin-left:30px;}
.content-box p.nomargin{margin-left:0}
.content-box  img{margin:20px 0;margin-left:30px;}

.grade{padding:20px 20px ;color:#222222;font-size:14px;background:#f7f7f7}
.grade .line{display:flex;align-items:center;margin-bottom:30px;}
.grade .line2{align-items:flex-start;}
.grade .line2 p{display:block;}
.grade .line p{font-size:16px;color:#222222;width:150px;}
.grade .star{margin-top:0px;display:flex;margin-bottom:0px}
.grade .star .xx{display:block;margin-right: 8px;height:35px;}
.grade .textareacon{flex:1;}
.grade .textarea{background:#fff;padding:10px 15px;color:#222222;border:none;border-radius:0;width:100%;min-height:80px;box-sizing:border-box;font-size:16px}
.grade .subbtn{background:#cd0c22;width:140px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;border:none;margin-top:15px;font-size:16px;margin-left:150px;}


}
@media (min-width:1366px) {
.lx-title2{background:none;color:#222222;font-size:28px;padding:15px 0;font-weight:bold;}


.lx-page5 .left .back a{padding:20px 50px 20px 30px;font-size:24px;}
.lx-page5 .left .back a:after{content: "";display:block;width:14px;height:14px;}



.lx-page5 .left .tab-list h3{padding:18px 0;padding-left:30px;}
.lx-page5 .left .tab-list h3 span{font-size:20px;}

.lx-page5 .left .tab-list ul a{display:flex;align-items: center;padding:15px 0;padding-left: 20px;font-size:16px;}
.lx-page5 .left .tab-list ul a .jt1{margin-right:15px}
.lx-page5 .left .tab-list ul a .jt2{display:none;margin-left: 15px;}


.lx-page5 .left .pingfen{padding:20px 0;}
.lx-page5 .left .pingfen p{font-size:20px;margin-right:8px;}
.lx-page5 .left .pingfen .fen .xx{display:block;margin:0 1px;height:18px;}

 .tc-pingfen{padding:30px 15px 30px;box-sizing:border-box;}
.tc-pingfen .close{position: absolute;right:10px;top:10px;height:40px;}
.tc-pingfen h3{font-size:18px;margin-bottom:30px;}
.tc-pingfen ul li .int{background:#f7f7f7;border:none;width:400px;height:48px;text-indent:20px;font-size:18px;}
.tc-pingfen ul li .yzm{margin-left:20px;height:48px;}
.tc-pingfen ul li .subbtn{color:#fff;background:#cd0c22;width:240px;height:50px;font-size:18px;border:none;margin:0 auto;margin-top:15px}
.tc-pingfen ul li.tips{font-size:16px;margin-top:30px}


.page5-right .pc-top{background:#f7f7f7;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;}
.page5-right .pc-top .down{}
.page5-right .pc-top .down a{background:#cc1329;width:80px;height:24px;display:flex;align-items:center;color:#fff;justify-content:center;}
.page5-right .pc-top .down a .ico{margin-right:6px;}
.page5-right .pc-top .page5-search{width:66.66%;position:relative;border-radius:30px;overflow:hidden;}
.page5-right .pc-top .page5-search .int{height:45px;background:#fff;border:1px solid #dddcdc;width:100%;border-radius:30px;text-indent:20px;}
.page5-right .pc-top .page5-search .subbtn{border:none;background:#cb1329;width:45px;height:45px;border-radius:0 30px 30px 0;position: absolute;right:1px;top:1px;}

.content-box{padding:20px 20px;padding-bottom:60px;}
.content-box h2{font-size:24px;padding:20px 0;}
.content-box h3{font-size:18px;padding:15px 0;margin-left:10px;}
.content-box p{font-size:16px;margin-left:40px;}
.content-box p.nomargin{margin-left:0}
.content-box  img{margin:30px 0;margin-left:40px;}

}


/*第6页   开始*/

.page6{}
.page6 .content-bg{
	background: #fff;
  margin: 10px 20px 10px 20px;
}
.page6 .jieguo{
  background:#f1f3f5;
  padding:0 20px;
/*  height: 48px;*/
  line-height: 48px; 
  text-align:left;color:#2A2B2E;font-size:14px;display: flex;
  justify-content: space-between;
}
.page6 .jieguo .pc_tag{
  flex: 1;
}
.jieguo-sort{
  text-align: center;
  position: relative;
  width: 150px;
  cursor: pointer;
}
.jieguo-sort:after{
  height: 7px;
  width: 14px;
  content: "";
  display: block;
  background: url(../image/icon-down.svg) no-repeat center center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.jieguo-sort.up:after{
  transform: rotate(180deg);
}
.sort-type{
  position: absolute;
  height: 76px;
  width: 154px;
  background: #fff;
  font-size: 14px;
  color: #2A2B2E;
  cursor: pointer;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 22;
}
.mask-sort{
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  z-index: 21;
}
.sort-type .type-info{
  text-align: center;
  flex: 1;
  height: 38px;
  line-height: 38px;
}
.sort-type .type-info:hover{
  background: #FAFBFC;
}
.sort-type .type-info.on{
  color:#E60039;
}
.page6 .jieguo span{color:#E60039;margin:0 5px;}

.result-list{margin-bottom:30px;}
.result-list .item{padding:18px 20px;border-bottom:1px solid #ebebeb;position: relative;display: flex;align-items: center;}
.result-list .item .item-date{
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #9B9FA8;
}
.result-wrap{
  border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.result-list .item .item-cont{
  flex: 1;
}
.result-list .item:hover{
	background: #FAFBFC;
}
.result-list .item:hover a{
	color: #E60039;
	text-decoration: underline;
}
.result-list .item:hover a h3{
	color: #E60039;
}
.result-list .item:hover a h3 .red{
	color: #E60039!important;
}
.result-list .item a{
	display: block;
	margin-bottom:10px;
}
.result-list .item h3{color:#333333;font-size:16px;font-weight:bold;display: inline;}
.result-list .item h3.has-lock{
	padding-right: 28px;
	background: url(../image/icon-lock.svg) no-repeat right center;
}
.result-list .item h3 em{font-style:normal;color:#cd0c22}
.result-list .item h3 span{font-size:14px;}
.result-list .item p{color:#5e5e5e;font-size:14px;margin-bottom:12px;line-height:1.7}
.result-list .item p em{font-style:normal;color:#cd0c22}
.result-list .item span{color:#999999;font-size:14px;}
.result-list .item .result-test{
	position: absolute;
	right: 20px;
	top: 32px;
	font-size: 14px;
	color: #9B9FA8;
}

.result-list1{
  margin-bottom: 25px;
}
.result-list1 .item{border-top:1px solid #E3E5E6;padding: 15px 20px}
.result-list1 .item .title{display:flex;flex-wrap:wrap;justify-content: space-between;}
.result-list1 .item h3{color:#333333;font-size:16px;font-weight:bold;width:100%;}
.result-list1 .item p{color:#6A6B6D;font-size:14px;margin-top:8px;}
.result-list1 .item .baohan{display:flex;flex-wrap:wrap;font-size:16px;}
.result-list1 .item .baohan a{margin-right:20px;margin-top:8px;font-weight:normal;}
.result-list1 .item .baohan a:hover{cursor:auto;color:#333;}
.result-list1 .item .name{
	flex: 1;
	margin-right: 20px;
}
.result-list1 .item .go{color:#E60039;font-size:16px;}
.result-list1 .item:hover{
	background: #f1f4f6;
}
.zk{color:#E60039;font-size:16px;display:block;text-align:center;display: flex;align-items: center;cursor: pointer;}
.reback{color:#E60039;font-size:16px;display:block;text-align:center;display: flex;align-items: center;cursor: pointer;}
.zk img,
.reback img{
	margin-left: 10px;
}
.reback img{
	transform: rotate(180deg);
}

.pages-bottom{display:flex; flex-wrap:wrap;justify-content:center; padding-bottom:30px}
.no-result p{color:#333333;font-size:16px;}
.no-result .link{color:#E60039;font-size:16px;text-decoration:underline;margin-left:10px;}
.pages-bottom .sa-page{margin:0 auto;margin-top:30px}



@media (min-width:1024px) {

.pages-bottom{padding-bottom:50px;}
.pages-bottom .sa-page{margin:0;margin-top:0px}

.result-list{margin-bottom:30px;}

}

@media (min-width:1366px) {
.result-list{margin-bottom:40px;}
}

.tczz {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}


/*视频页面*/
.sa-player .xgsp{display:none}


@media (min-width:1024px) {

.sa-video-xq-player .sa-player{margin:20px 0;width:100%}
.sa-video-xq-player .sa-player #div_video{width:81%}
.sa-player-tool{margin:0 0 40px;width:81%}

.sa-player .xgsp{background:#f7f7f7;border:1px solid #e6e6e6;padding:18px 5px 18px 18px;position: absolute;right: 0;top:0;width:16.6%;box-sizing:border-box;display:block;}
.sa-player .xgsp .t {color: #222222;font-size: 20px;display: flex;align-items: center;margin-bottom: 20px;}
.sa-player .xgsp .t .ico{display:block;width:22px;height: 25px;margin:0;margin-right:10px;}
.sa-player .xgsp ul li{margin-bottom:10px;}
.sa-player .xgsp ul li a{color:#777777;font-size:14px;position:relative;padding-left:10px;display:block;word-break: break-all;line-height: 1.6}
.sa-player .xgsp ul li a:before{content:"";display:block;position: absolute;left:-8px;top:10px;width:8px;height:2px;background:#a2a2a2}
}

@media (max-width:1024px) {
  .lx-page4 .baohan{padding-left: 15px;box-sizing: border-box;}
  .time{padding-right:18px;box-sizing: border-box;}
  .down-content .m-down{display:flex;justify-content:space-between;align-items:center;border:1px solid #e6e6e6;padding:18px 4.5%; background:#fff;width:100%;box-sizing:border-box;left:0;z-index:98;}
.down-content .m-down.fixed{position:fixed;top:60px;z-index:98;}

.down-content .m-down .all-check{display:flex;align-items:center;font-size:14px;}
.down-content .m-down .down a{display:flex;align-items:center;color:#333333;font-size:14px;}
.down-content .m-down .down a .ico{height:15px;margin-right:6px;}

.down-content .block .block-list .item{padding-left:30px;position:relative;display:flex;justify-content:flex-end;flex-wrap:nowrap;margin-bottom: 15px;}
.down-content .block .block-list .item label{position: absolute;left:0;top:3px;cursor:pointer;}
.down-content .block .block-list .item a{display:block;width: 63%;color:#333333;font-size:14px;margin-bottom:5px;margin-right: 5px}
.down-content .block .block-list .item .time{display:block;align-items:center;color:#999999;}
  }

.more2:after {
    transform: rotate(312deg) !important;
    top: 4px !important;
}
.wrap-result-cont{
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	width: 1410px;
	display: flex;
	margin: 0 auto;
}
.wrap-result-cont .result-filter{
	width: 210px;
	margin-right: 18px;
}
.filter-item{
	width: 210px;
	flex: 1;
}
.filter-item-title{
	height: 48px;
	line-height: 48px;
	background: #f1f3f5;
	font-size: 14px;
	color: #2A2B2E;
	padding:0 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.filter-item-title.up i{
	transform: rotate(180deg);
}
.filter-item-list li{
	height: 40px;
	display: flex;
	padding-left: 20px;
	align-items: center;
	cursor: pointer;
	color: #6A6B6D;
}
.filter-item-list li *{
	cursor: pointer;
}
.filter-item-list li.disabled{
	opacity: 0.5;
}
.filter-item-list li.disabled *{
	cursor: default;
}
.filter-item-list li input{
	margin-right: 5px;
}
/* 当radio按钮被选中时 */
.filter-item-list input[type="radio"] + label,
.filter-item-list input[type="checkbox"] + label{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding-left: 22px;
}
/* 定义所有的radio按钮 */
.filter-item-list input[type="radio"],
.filter-item-list input[type="checkbox"]{
  display: none; /* 隐藏原生的radio按钮 */
}
 
/* 定义自定义的radio样式 */
.filter-item-list input[type="radio"] + label::before,
.filter-item-list input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #999; /* 未选中时的颜色 */
  position: absolute;
  top: 1px;
  left: 0;
}
.filter-item-list input[type="checkbox"] + label::before{
	border-radius: 3px;
}
 
/* 当radio按钮被选中时 */
.filter-item-list input[type="radio"]:checked + label::before,
.filter-item-list input[type="radio"]:checked + label::after,
.filter-item-list input[type="checkbox"]:checked + label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #fff; /* 选中时的颜色 */
  border: 1px solid #E60039; /* 边框颜色 */
  position: absolute;
  top: 1px;
  left: 0;
}
.filter-item-list input[type="radio"]:checked + label::after{
	width: 10px;
	height: 10px;
	border: none;
	background: #E60039;
	position: absolute;
	left: 4px;
	top: 5px;
}
.filter-item-list input[type="checkbox"]:checked + label::before{
	border-radius: 3px;
	background: url(../image/checkbox-checked-new.png) no-repeat center center;
	background-size: 100% 100%;
}
.wrap-result-cont .page6{
	flex: 1;
}
.wrap-result-cont .page6 .com-content{
	width: 100%;
}
.wrap-result-cont .page6 .com-content .sub_title{
  padding: 0 20px;
  height: 56px;
  font-size: 18px;
  color: #2A2B2E;
  line-height: 58px;
  display: flex;
  justify-content: space-between;
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num{
  display: flex;
  font-size: 16px;
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num > div{
  margin-left: 30px;
  position: relative;
  cursor: pointer;
  color: #E60039;
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num > div.page-next{
  padding-right: 20px;
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num > div.page-prev{
  padding-left: 20px;
}
.sub_title .pagination-num .page-next:after,
.sub_title .pagination-num .page-prev:after,
.sub_title .pagination-num .show-more:after{
  height: 7px;
  width: 18px;
  content: "";
  display: block;
  background: url(../image/icon-down.svg) no-repeat center center;
  background-size: 15px;
  position: absolute;
  top: 25px;
  right: 0;
  transform: rotate(90deg);
}

.sub_title .pagination-num .page-prev:after{
  transform: rotate(270deg);
  right: auto;
  left: 0px;
}
.sub_title .pagination-num > div.show-more{
  color: #E60039;
  padding-right: 25px;
}
.sub_title .pagination-num > div.show-more:after{
  top: 25px;
  right: 0;
  transform: rotate(0);
}
.sub_title .pagination-num > div.show-more.up:after{
  transform: rotate(180deg);
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num > div.page-next.no-data,
.wrap-result-cont .page6 .com-content .sub_title .pagination-num > div.page-prev.no-data{
  color: #C1C6CF;
  cursor: no-drop;
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num .page-next.no-data:after,
.wrap-result-cont .page6 .com-content .sub_title .pagination-num .page-prev.no-data:after{
  height: 7px;
  width: 18px;
  content: "";
  display: block;
  background: url(../image/icon-up.svg) no-repeat center center;
  background-size: 15px; 
  transform: rotate(90deg);
}
.wrap-result-cont .page6 .com-content .sub_title .pagination-num .page-prev.no-data:after{
  transform: rotate(270deg);
}

.noData{
	font-size: 16px;
	line-height: 24px;
	color: #6A6B6D;
	padding: 20px;
}
.result-filter-mobile,
.mobile-mask,
.result-filter-tag{
	display: none;
}
.result-filter-tag.pc_tag{
  display: block;
}
.pc_tag .tag-list{
  display: flex;
  padding: 4px 16px;
  flex-wrap: wrap;
  margin-left: 16px;
  position: relative;
}
.pc_tag .tag-list:before{
  content: "";
  height: 28px;
  position: absolute;
  width: 1px;
  background: #ddd;
  left: 0;
  top: 10px;
}
.pc_tag .tag-list .tag-item{
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #9B9FA8;
  color: #6A6B6D;
  font-size: 14px;
  display: flex;
  border-radius: 28px;
  margin: 6px 16px 5px 0;
  align-items: center;
  z-index: 10;
}
.pc_tag .tag-list .tag-item.clear-all{
  border: none;
  color: #E60039;
  cursor: pointer;
}
.tag-list .tag-clear{
  background: url(../image/close-btn-new.svg) no-repeat left center;
  background-size: 15px;
  height: 100%;
  width: 25px;
  position: relative;
  right: -10px;
  text-align: center;
  cursor: pointer;
}
.search-area .int::placeholder {
  color: #C1C6CF;
}
.sa-page a, .sa-page span{
	border: 1px solid #E3E5E6;
	padding: 0 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.search-flex{
	display: flex;
	width: 1300px;
}
.search-flex .search-box{
	flex: 1;
}
.no-result{
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search-box input:-webkit-autofill,
.search-box input:-webkit-autofill:hover,
.search-box input:-webkit-autofill:focus,
.search-box input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.line-search-block {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 15px 17px;
    box-sizing: border-box;
    border-bottom: 10px solid #fff;
}
.product-line-name, .product-line-introduce {
    margin: 10px 0;
}
.n-search-title, .product-line-title {
    color: #292929;
    font-weight: 700;
    font-size: 16px;
}
.product-line-desc {
    line-height: 24px;
}
.filter-area .n-search-desc {
    margin-top: 6px;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-passage, .product-category {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.product-passage div, .product-category div {
    margin-right: 20px;
    margin-top: 9px;
}
  .product-category a:hover,
  .product-passage a:hover,
  .line-search-block a:hover{
     font-weight: 700;
     color: #292929;
     text-decoration: underline;
     text-decoration-color: #DA0030;
  }

@media screen and (max-width:1400px) {
	.search-flex{
		width: 90%;
	}
}
@media screen and (max-width:1200px) {
    .product-category {
        line-height: 150%;
        border-bottom: 1px solid #BAD9FD;
        padding: 5px 0 16px 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width:810px) {
  .sort-type{
    top: 40px;
  }
  .line-search-block{
    margin-top: 0;
  }
  .search-flex{
    display: block;
  }
  .no-result{
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .result-filter-tag{
    display: block;
  }
  .result-filter-tag.pc_tag{
    display: none;
  }
  .wrap-result-cont{
    display: block;
  }
  .result-filter-mobile{
    display: flex;
    padding: 0 8px;
  }
  .filter-item-title{
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    padding: 0 10px;
  }
  .filter-item-title.text-left{
    justify-content: flex-start;
  }
  .filter-item-title.text-left i{
    margin-right: 6px;
  }
  .wrap-result-cont{
    padding: 0;
  }
  .result-filter{
    display: none;
  }
  .search-area{
    margin-top: 10px;
  }
  .search-area .subbtn-clear{
    height: 40px;
    width: 40px;
    right: 40px;
  }
  .search-area .subbtn .ico{
    height: 40px;
  }
  .search-area .int{
    height: 40px;
    text-indent: 10px;
  }
  .sa-page a:not(.page-first, .page-prev, .page-next, .page-last),
  .sa-page span{
    font-size: 16px;
    border: none;
    padding: 4px 6px;
  }
  .sa-page a.on{
    color: #E60039;
      display: inline-block;
      vertical-align: bottom;
  }
  .result-list .item,
  .result-list1 .item{
    padding: 15px 0;
    margin: 0 15px;
  }
  .result-list .item{
    display: block;
  }
  .result-list .item .item-date{
    text-align: right;
    width: 100%;
  }
  .result-list .item span{
    display: block;
    color: #9B9FA8;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page6 .jieguo{
    background: #fff;
    padding: 0 15px;
    height: 35px;
  }
  .result-list .item .result-test{
    position: relative;
    color: #9B9FA8;
    background: #F7F7F7;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    top: 0;
    right: 0;
    width: auto;
  }
  .wrap-result-cont .page6 .com-content .sub_title{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .result-list1{
    padding-bottom: 18px;
    border-top: none;
  }
  .zk,.reback{
    margin-bottom: 20px!important;
  }

	.result-list1 .item .title{
		display: block;
	}
	.result-list1 .item .name{
		margin-right: 0;
	}
	.result-list1 .item .go{
		margin-top: 15px;
		display: block;
	}
	.noData{
		padding: 15px;
	}
	.pages-bottom{display:block; padding-bottom:50px;}
	.mobile-mask{
		position: fixed;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding-top: 64px;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
		display: none;
		z-index: 99;
	}
	.mobile-mask .mobile-filter{
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
	}
	.mobile-mask .mobile-filter .mobile-filter-name{
		height: 60px;
	}
	.mobile-mask .mobile-filter .mobile-filter-btn{
		height: 72px;
	    display: flex;
	    justify-content: space-around;
	    padding: 0 15px;
	    align-items: center;
   	 	box-shadow: 5px 0px 8px 5px #eee;
	}
	.mobile-mask .mobile-filter .mobile-filter-btn .btn-style{
	    height: 40px;
	    line-height: 40px;
	    width: 45%;
	    font-size: 14px;
	    border-radius: 4px;
	    text-align: center;
	}
	 .btn-reset{
	    border: 1px solid #7D7D7D;
	    color: #7D7D7D;
	}
	.btn-confirm{
	    border: 1px solid #DA0030;
	    background: #DA0030;
	    font-weight: bold;
	    color: #fff;
	 }
	.mobile-mask .mobile-filter .filter-item-list{
		flex: 1;
		overflow: auto;
	}
	.mobile-filter-name{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 22px;
		color: #2A2B2E;
		padding: 0 20px;
	}
	.mobile-filter-name span:nth-child(2){
		width: 40px;
		text-align: right;
		height: 50px;
		line-height: 50px;
	}
	.filter-item-list input[type="radio"] + label::before,
	.filter-item-list input[type="radio"]:checked + label::before,
	.filter-item-list input[type="radio"]:checked + label::after{
		display: none;
	}
	.filter-item-list input[type="radio"] + label{
		width: 100%;
		justify-content: space-between;
	}
	.filter-item-list li{
		padding-right: 20px;
	}
	.filter-item-list li.choose{
		background: #F1F3F5;
	}
	.body-overflow{
		overflow: hidden;
	}
	.tag-list{
		display: flex;
		padding: 0 15px;
		background: #fff;
		padding-bottom: 15px;
		flex-wrap: wrap;
	}
	.tag-list .tag-item{
		padding: 0 12px;
	    height: 28px;
	    line-height: 28px;
	    border: 1px solid #9B9FA8;
	    color: #6A6B6D;
	    font-size: 14px;
	    display: flex;
	    border-radius: 28px;
	    margin: 6px 10px 0 0;
	    align-items: center;
	    z-index: 10;
	}
	.tag-list .tag-item.clear-all{
		border: 1px solid #E60039;
	    color: #E60039;
	}
	.tag-list .tag-clear{
		background: url(../image/close-btn-new.svg) no-repeat left center;
		background-size: 15px;
		height: 100%;
		width: 25px;
		position: relative;
		right: -10px;
		text-align: center;
	}
	.page6 .content-bg{
		margin: 0;
	}
	
	.result-wrap{
    display: none;
  }
}