
/* 信息公告查看图片 */
.imgShowBig{
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
    left: 0;
    top: 0;
}
.imgShowBig>div{
	background: #fff;
	width: 680px;
	height: 740px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -365px;
	margin-left: -385px;
}
.imgShowBig>div> .clone{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
}
.imgShowBig>div .bigImg{
	display: block;
	width: 550px;
	height: 550px;
	margin: 30px auto 20px;
	border: 1px solid #ccc;
    box-sizing: border-box;
	object-fit: contain;
}
.imgShowBig>div .left,.imgShowBig>div .right{
	position: absolute;
	top: 275px;
	cursor: pointer;
}
.imgShowBig>div .left{
	left: 10px;
}
.imgShowBig>div .right{
	right: 10px;
}
.imgShowBig>div>ul .active{
	border-color: red;
}
.imgShowBig>div>ul{
	display: flex;
	align-items: center;
	width: 550px;
	margin: 0 auto;
}
.imgShowBig>div>ul li {
	margin-right: 20px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.imgShowBig>div>ul li img{
	width: 168px;
	height: 122px;
	display: block;
	object-fit: cover;
}

.cartWrap{
	padding-top: 20px;
	background: #f5f7fa;
}
.cartWrap .inner{
	background: #fff;
	min-height: 800px;
}
.cartWrap .cart{
	padding: 50px;
}
.cartWrap .cart .title p{
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 34px;
	line-height: 34px;
}
/*.cartWrap .cart .pick{
	position: relative;
	padding-left: 68px;
}*/
.cartWrap .cart p.pick{
	text-align: left;
}
.cartWrap .cart .pick span{
	position: absolute;
	width: 18px;
	height: 18px;
	border: solid 1px #c1c1c1;
	top: 7px;
	left: 33px;
}
.cartWrap .cart .pick span.choice{
	background: url(../img/newpage/choice_03.png) center no-repeat;
}

.checkBox{
	position: relative;
	padding-left: 35px;
	margin-left: 33px;
}
input[type=checkbox]{
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c1c1c1;
    outline: none;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}
.checkBox label{
	line-height: 31px;
}
.checkBox input[type=checkbox]:checked{
   background: url(../img/newpage/choice_03.png) no-repeat center;
}




.cartWrap .cart .col1{
	width: 155px;
}
.cartWrap .cart .col2{
	width: 431px;
}
.cartWrap .cart .col3{
	width: 444px;
}
.cartWrap .cart .company .title{
	height: 30px;
	line-height: 30px;
	padding: 30px 0;
}
.cartWrap .cart .company .handle{
	float: right;
}
.cartWrap .cart .handle p{
	padding: 0 9px;
	min-width: 40px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	border-radius: 3px;
}
.cartWrap .cart .handle p.blue{
	background: #1290FE;
	color: #fff;
}
.cartWrap .cart .handle p.red{
	background: #ff0000;
	color: #fff;
}
.cartWrap .cart .company .content{
	border: solid 1px #dadada;
}
.cartWrap .cart .company .content .material{
	margin-top: 14px;
	border-bottom: dashed 1px #dadada;
	padding-bottom: 14px;
}
.cartWrap .cart .company .content .material input[type=checkbox]{
	margin-top: 35px;
}
.cartWrap .cart .company .content .material.noborder{
	border-bottom: none;
}
.cartWrap .cart .company .content .material>div{
	float: left;
}
.cartWrap .cart .company .content .material .pick{
	height: 100px;
}
.cartWrap .cart .company .content .material .pick span{
	top: 40px;
}
.cartWrap .cart .company .content .mainDesc .imgWrap{
	width: 98px;
	height: 98px;
	border: solid 1px #dadada;
}
.cartWrap .cart .company .content .mainDesc .desc{
	width: 310px;
	margin-left: 20px;
	height: 100px;
	position: relative;
}
.cartWrap .cart .company .content .mainDesc .desc p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	min-width: 300px;
}
.cartWrap .cart .company .content .handle{
	padding-left: 70px;
	width: 374px;
}
.cartWrap .cart .company .content .handle p{
	float: left;
	border: solid 1px #c1c1c1;
	margin-top: 34px;
	cursor: pointer;
}
.cartWrap .cart .company .content .handle p.hblue:hover{
	background: #1290FE;
	border-color: #1290FE;
	color: #fff;
}
.cartWrap .cart .company .content .handle p.hred:hover{
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
}
.cartWrap .cart .shortcut{
	margin-top: 42px;
}
.cartWrap .cart .shortcut .pick{
	line-height: 34px;
	color: #333;
}
.cartWrap .cart .shortcut .handle{
	margin-left: 20px;
}
.cartWrap .cart .shortcut p{
	float: left;
}

.nofound{
	background: #f5f7fa;
}
.nofound .pic{
	width: 504px;
	height: 308px;
	background: url(../img/404noFound.png) no-repeat center;
	margin: 0 auto;
	padding: 100px 0;
}
.nofound .content{
	width: 288px;
	margin: 0 auto;
}
.nofound .content h4{
	color: #333;
	font-size: 24px;
	font-weight: normal;
	line-height: 86px;
}
.nofound .content p{
	line-height: 39px;
	color: #666;
	font-size: 16px;
}
.nofound .content a{
	display: inline-block;
	width: 118px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: solid 1px #1290fe;
	border-radius: 4px;
	margin-top: 16px;
	margin-bottom: 100px;
	color: #1290FE;
}
.notice .main .content{
	background: #fff;
	padding: 54px 75px 200px;
}
.notice .main .content h2{
	text-align: center;
	height: 57px;
	line-height: 57px;
	margin-bottom: 47px;
	font-weight: normal;
	font-size: 24px;
	color: #333;
}
.notice .main .content p{
	line-height: 24px;
	margin-bottom: 18px;
}
.notice .main .content h3,h4{
	line-height: 29px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
.supplyDetail .main{
	margin-top: 0;
}
.supplyDetail .main .show .right{
	margin-left: 140px;
}
.supplyDetail .main #report{
	position: absolute;
    right: -65px;
    font-size: 14px;
}
.supplyDetail .main #report i{
	position: absolute;
	left: -24px;
	top: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.supplyDetail .main #report i.no{
	background: url(../img/newpage/report_03.png) no-repeat 0 0px;
}
.supplyDetail .main #report i.no.yes{
	background: url(../img/newpage/report_03.png) no-repeat 0 -20px;
}
.supplyDetail .main .right .info .item.contract{
    width: 480px;
    height: 35px;
    line-height: 35px;
}
.supplyDetail .main .right .info .item.contract span{
	margin-right: 13px;
}
.supplyDetail .reportWrap{
	display: none;
	width: 800px;
	height: 720px;
	background: #fff;
	position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px
}
.supplyDetail .reportWrap select{
	width: 198px;
	height: 38px;
	line-height: 38px;
	padding: 0 38px 0 15px;
	border: solid 1px #e6e6e6;
	-webkit-appearance: none;
	outline: none;
	background: url(../img/newpage/selectback_03.png) scroll no-repeat right center;
}
.supplyDetail .reportWrap .file{
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #dadada;
	border-radius: 4px;
	cursor: pointer;
}
.supplyDetail .reportWrap .desc{
	width: 488px;
	line-height: 25px;
	color: #999;
	margin-top: 8px;
}
.supplyDetail .reportWrap .enquriy .item textarea.rWrap{
	height: 198px;
}
.supplyDetail .reportWrap button{
	width: 120px;
	border-radius: 4px;
	background: #ff0000;
}
.issueDetail .main .text{
	padding: 0 0 250px 0;
}
.issueDetail .main .section .title{
	border-bottom:1px solid #EFEFEF;
	/* background: #EFEFEF; */
	padding: 0 20px 25px;
}
.issueDetail .main .section .quotationInfo{
	display: flex;
    align-items: center;
    justify-content: space-between;
	background: #FBFBFB;
	padding: 15px 34px 15px 20px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #808080;
}
.issueDetail .main .section .quotationInfo>div:first-child p{
	margin-bottom: 15px;
	font-family: Helvetica;
}
.issueDetail .main .section .quotationInfo>div:first-child p:last-child{
	margin-bottom: 0;
}
.issueDetail .main .section .title .right{
	text-align: center;
}
.issueDetail .main .section .title .right p:first-child{
	font-size: 14px;
}
.issueDetail .main .section .title .right p:first-child span{
	font-size: 16px;
	color: #FF0000;
	font-family: Helvetica;
}
.issueDetail .main .section .title .right a{
	display: inline-block;
	margin-top: 14px;
	width: 140px;
	text-align: center;
	height: 36px;
	background: #1290FE;
	border-radius: 6px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}
.issueDetail .main .section .purchaseBox div{
	/* padding: 0 45px; */
	display: grid;
    grid-template-columns: 50% 50%;
	/* margin-bottom: 26px; */
}
.buydetail .section .purchaseBox{
	margin: 37px 30px 7px;
	border: 1px solid #E8E8E8;
	border-right: none;
}
.buydetail .section .purchaseBox p{
	border-right: 1px solid #E8E8E8;
}
.buydetail .section .purchaseBox div{
    grid-template-columns: 300px 150px 100px 100px 100px auto !important;
	font-size: 14px;
}
.buydetail .section .purchaseBox div p:first-child{
	/* padding-left: 27px; */
}
.buydetail .section .purchaseBox div:first-child p{
	padding: 0 15px;
}
.buydetail .section .purchaseBox div:first-child p:last-child{
	text-align: center;
}
.buydetail .section .purchaseBox>div:first-child{
	height: 40px;
	line-height: 40px;
	background: #F5F5F5;
	color: #000000;
}
.buydetail .section .purchaseBox>div:last-child p{
	display: flex;
	align-items: center;
	padding: 15px;
}
.buydetail .section .purchaseBox>div:last-child{
	/* height: 89px; */
	line-height: 26px;
	color: #666666;
}
.buydetail .section .purchaseBox a{
	color: #1290FE;
	font-family: Helvetica;
	word-wrap: break-word;
	width: 100%;
}
.buydetail .section .require p{
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: grid;
    grid-template-columns: 230px auto;
	border-bottom: 1px solid #E8E8E8;
}
.buydetail .section .require p:last-child{
	border-bottom:none;
}
.buydetail .section .require p span:first-child{
	background: #F5F5F5;
	font-size: 14px;
	color: #333333;
}
.buydetail .section .require p span:last-child{
	color: #666666;
}
.buydetail .section .purchaseBox>div p img{
	width: 60px;
	height: 60px;
	margin: 10px 0 0 !important;
}
.buydetail .section{
	padding-bottom: 142px;
}
.supplement p span,.supplement p{
	font-size: 14px !important;
	color: #555555 !important;
	line-height: 34px;
}
.supplement pre{
	white-space: pre-wrap !important;
	font-size: 14px !important;
	color: #555555 !important;
	line-height: 34px;
	font-family: 'Microsoft YaHei',Arial, '宋体';
}
.supplement img{
	margin: 10px auto !important;
}
.issueDetail .main .section .title h3{
	padding: 29px 0 25px;
	height: auto;
	line-height: normal;
	padding-left: 0;
	font-weight: bold;
	color: #333333;
	font-family: Microsoft YaHei;
	font-size: 22px;
	color: #333333;
}
.issueDetail .main .section .companytitle h3{
	margin-bottom: 0;
}
.issueDetail .main .section .title .time{
	margin: 45px 30px 0 0;
}
.issueDetail .main .section .content{
	padding: 22px 60px;
}
.issueDetail .main .section .content p{
	line-height: 30px;
	margin-left: 0;
	width: auto;
	margin-bottom: 14px;
}
.issueDetail .main .bar{
	margin-top: 0;
}
.issueDetail .main .bar .list{
	background: #fff;
	padding: 20px 15px 7px;
}
.issueDetail .main .bar .list h4{
	height: auto;
	line-height: normal;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.issueDetail .main .bar .list h4 a{
	color: #333;
}
.issueDetail .main .bar .list h4 span{
	position: absolute;
	width: 5px;
	height: 15px;
	background: #ff0000;
	/*background: url(../img/information/buyicon.png) no-repeat -1px -28px;*/
	left: 10px;
	top: 19px;
}
.issueDetail .main .bar .list>div{

}
.issueDetail .main .bar .list>div:nth-last-child(1){
	border: none;
}
.issueDetail .main .bar .list .noborder{
	border: none;
}
.issueDetail .main .bar .list p{
	width: 262px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #555555;
	margin-bottom: 17px;
}
.issueDetail .main .bar .list p a{
	color: #666;
}
.issueDetail .crumbs{
	height: 53px;
	line-height: 53px;
	padding-bottom: 0;
}
.bidsDetail .main .section .content .download{
	width: 100px;
	height: 40px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 93px;
	border-radius: 5px;
	margin-left: 330px;
	cursor: pointer;
}
.issueDetail .main .bar .list>div p{
	width: 210px;
	float: left;
}
.issueDetail .main .bar .list>div span{
	float: right;
	display: inline-block;
	line-height: 45px;
}
.issueDetail .main .section .content .imgWrap{
	margin: 25px 0;
}
.issueDetail .main .bar .contract{
	margin-bottom: 20px;
}
.buyQuote .main{
	background: #f5f7fa;
}
.buyQuote .main .crumbs{
	height: 56px;
	line-height: 56px;
	color: #333;
}
.buyQuote .main>.inner{
	background: #fff;
	padding-bottom: 200px;
}
.buyQuote .main .crumbs a{
	color: #999;
}
.buyQuote .main .info{
	padding: 0 20px;
}
.buyQuote .main .info h3{
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.buyQuote .main .info h3 span{
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #FF0000;
	margin-right: 20px;
}
.buyQuote .main .cont{
	border-bottom: dashed 1px #eee;
}
.buyQuote .main .contact .cont{
	border: none;
}
.buyQuote .main .cont .item{
	margin: 12px 0;
}
.buyQuote .main .cont .item p{
	margin-left: 80px;
	float: left;
	width: 75px;
	text-align: justify;
	margin-right: 40px;
	line-height: 36px;
	color: #7e7e7e;
	height: 36px;
	overflow: hidden;
}
.buyQuote .main .cont .item p:after{
	content: "";
	display: inline-block;
	width: 100%;
}

.buyQuote .main .cont .item .itemR{
	float: left;
}
.buyQuote .main .cont .item div.itemR{
	line-height: 36px;
}
.buyQuote .main .cont .item input[type=text]{
	width: 481px;
	height: 34px;
	border: solid 1px #dadada;
	outline: none;
	padding: 0 19px;
}
.buyQuote .main .cont .item textarea{
	width: 481px;
	height: 148px;
	padding: 10px 19px;
	border: solid 1px #dadada;
	resize: none;
	outline: none;
}
.buyQuote .main .cont .item .radio label{
	padding-left: 30px;
    position: relative;
    width: auto;
    display: inline-block;
    float: left;
    text-align: right;
    line-height: 36px;
    margin-right: 40px;
}
.buyQuote .main .cont .item .radio .type{
	display: none;
}
.buyQuote .main .cont .item .radio input[type=radio]+span {
	display: inline-block;
 	border-radius: 50%;
  	width: 14px; 
  	height: 14px; 
  	border: 1px solid #a7a7a7;
    position: absolute;
    top: 10px;
    left: 0; 
}
.buyQuote .main .cont .item .radio input[type=radio]:checked+span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #a7a7a7;
	top: 4px;
	left: 4px;
}
.buyQuote .main .cont .item .code input[type=text]{
	width: 150px;
	float: left;
}
.buyQuote .main .cont .item .code img{
	float: left;
	width: 90px;
	height: 36px;
	margin-left: 30px;
}
.buyQuote .main .cont .checkBox{
	margin-left: 0;
	margin-right: 30px;
}
.buyQuote .main .cont input[type=checkbox]{
	top: 0;
}




.buyQuote .main .cont .item input.short{
	width: 150px;
}
.buyQuote .main .cont .item .date{
	position: relative;
	width: 150px;
	height: 36px;
}
.buyQuote .main .cont .item .date span{
	position: absolute;
	width: 28px;
	height: 34px;
	background: url(../img/date_03.png) no-repeat;
	right: -32px;
	top: 4px;
}
.buyQuote .main .cont .date span{
	display: inline-block;
	line-height: 36px;
	margin-left: 20px;
}
.buyQuote .main .cont .itemR img{
	width: 118px;
	height: 118px;
	background: url(../img/newpage/nopic_03.jpg) no-repeat;
	margin-right: 30px;
}
.buyQuote .main .cont .name input[type=text]{
	float: left;
	margin-right: 30px;
}
.buyQuote .main .cont .name input[type=radio]{
	float: left;
	margin-top: 11px;
}
.buyQuote .main .cont .name label{
	float: left;
	margin: 0 27px 0 13px;
}
.buyQuote .main .info button{
	width: 100px;
	height: 40px;
	border-radius: 3px;
	border: solid 1px #29a7ff;
	color: #29a7ff;
	background: none;
	line-height: 40px;
	text-align: center;
	outline: none;
	margin: 100px 0 0 370px;
}
.buyQuote .buydetail .source{
	border-bottom: solid 20px #f5f7fa;
	padding: 21px 100px;
}
.buyQuote .buydetail .source .item p{
	float: left;
	width: 75px;
	text-align: justify;
	margin-right: 40px;
	line-height: 36px;
	color: #7e7e7e;
	height: 36px;
	overflow: hidden;
}

.buyQuote .buydetail .source .item p:after{
	content: "";
	display: inline-block;
	width: 100%;
}
.buyQuote .buydetail .item .badge{
	line-height: 36px;
	float: left;
	font-weight: bolder;
}
.buyQuote .buydetail .item .badge p{
	width: auto;
	color: #333;
	margin-left: 0;
}
.buyQuote .buydetail .item .badge p a{
	color: #1290fe;
}
.buyQuote .buydetail .item .badge em{
	float: left;
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../img/vip.png) no-repeat;
	margin-top: 6px;
	margin-right: 10px;
}
.buyQuote .buydetail .item .badge span{
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin-top: 3px;
}
.buyQuote .buydetail .item .badge span.shi{
	background: #5499e9;
}
.buyQuote .buydetail .item .badge span.pei{
	background: #5cb95c;
}
.buyQuote .buydetail .item .badge i{
	display: inline-block;
	float: left;
	color: #999;
	margin-left: 15px;
}
.buyQuote .buydetail .itemR .file{
	margin: 20px 0;
}
.buyQuote .buydetail .itemR .file .btn{
	float: left;
	margin-top: 14px;
	width: 70px;
	height: 70px;
	background: url(../img/newpage/addfile_03.jpg) no-repeat;
}
.buyQuote .buydetail .itemR .file ul li{
	float: left;
	position: relative;
	border: solid 1px #dadada;
	width: 98px;
	height: 98px;
	margin-left: 30px;
}
.buyQuote .buydetail .itemR .file ul li img{
	width: 100%;
	height: 100%;
}
.buyQuote .buydetail .itemR .file ul li span{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 20px;
}









.buydetail .bar .contract{
	padding: 7px 0;
}
.buydetail .bar .contract p{
	line-height: 44px;
	border-bottom: 1px dashed #eee;
	padding-left: 18px;
	margin-left: 0;
}
.buydetail .bar .contract p.noborder{
	border: none;
}
.videoDetail{
	background: #f5f7fa;
	padding-top: 20px;
}
.videoDetail .title{
	position: relative;
	height: 66px;
	
}
.videoDetail .title h3{
	line-height: 66px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.videoDetail .title span{
	position: absolute;
	top: 20px;
	width: 31px;
	height: 30px;
}
.videoDetail .title span.like{
	padding-left: 36px;
	background: url(../img/newpage/videoicon_03.png) no-repeat;
	right: 60px;
	font-size: 20px;
	color: #848484;
	line-height: 27px;
}
.videoDetail .title span.like.is{
	background: url(../img/newpage/videoicon_05.png) no-repeat;
}
.videoDetail .mark{
	position: relative;
	top: -15px;
}
.videoDetail .mark .channel{
	position: absolute;
	width: 92px;
	height: 210px;
	background: #fff;
	box-shadow: 0 0 5px 0 #d2d4d6;
	top: 57px;
	right: -42px;
	display: none;
}
.videoDetail .mark .channel.active{
	display: block;
}
.videoDetail .mark .channel span{
	position: static;
	display: block;
	width: 37px;
	padding-left: 35px;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	margin-left: 10px;
	background: url(../img/channel_03.png) no-repeat 0 0;
	margin-top: 11px;
	cursor: pointer;
}
.videoDetail .mark .channel span:nth-child(2){
	background-position-y: -29px;
}
.videoDetail .mark .channel span:nth-child(3){
	background-position-y: -58px;
}
.videoDetail .mark .channel span:nth-child(4){
	background-position-y: -87px;
}
.videoDetail .mark .channel span:nth-child(5){
	background-position-y: -116px;
}



.videoDetail .title span.share{
	background: url(../img/newpage/videoicon_10.png) no-repeat;
	right: 0;
}
.videoDetail .source p{
	float: left;
	line-height: 30px;
	margin-right: 40px;
}
.productRecommendList{
	background: #f5f7fa;
	padding: 30px 0 200px;
}
.productRecommendList .inner{
	overflow: hidden;
}
.productRecommendList ul{
	width: 1220px;
}
.productRecommendList ul li{
	float: left;
	background: #fff;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.productRecommendList ul li .imgWrap{
	position: relative;
	width: 265px;
	height: 200px;
}
.productRecommendList ul li .imgWrap img{
	width: 100%;
	height: 100%;
}
.productRecommendList ul li .imgWrap span{
	position: absolute;
	width: 24px;
	height: 45px;
	background: url(../img/newpage/recommend.png) no-repeat;
	top: 0;
	right: 13px;
}
.productRecommendList ul li .text{
	padding: 11px 0 7px;
}
.productRecommendList ul li .text h4{
	font-size: 15px;
	color: #333;
	font-weight: normal;
	line-height: 33px;
	width: 265px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productRecommendList ul li .text p{
	position: relative;
	padding-left: 72px;
	line-height: 26px;
	width: 193px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productRecommendList ul li .text p span{
	position: absolute;
	width: 72px;
	left: 0;
}
.productRecommendList ul li .text p.firm{
	width: 250px;
	height: 52px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	padding-left: 0;
}
.productRecommendList ul li .text p.firm span{
	position: static;
}
.page{
	margin-top: 100px;
	text-align: center;
}
.page ul{
	display: inline-block;
	width: auto;
}
.page ul li{
	padding: 0;
	float: left;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: #bbbaba;
	border: solid 1px #9a9a9a;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 9px;
}
.page ul li.prev{
	width: 58px;
	font-size: 14px;
	margin-right: 9px;
}
.page ul li.next{
	width: 58px;
	font-size: 14px;
	margin-left: 9px;
}
.page ul li.active{
	background: #ff0000;
	border-color: #ff0000;
}
.page ul li:hover{
	background: #ff0000;
	border-color: #ff0000;
}
.Publish{
	background: #f5f7fa;
}
.Publish .crumbs{
	height: 84px;
	line-height: 84px;
	background: #fff;
}
.Publish .crumbs p a{
	color: #999;
}
.Publish form{
	padding: 53px 0;
}
.Publish form .item{
	margin-bottom: 21px;
}
.Publish form .item label{
	display: inline-block;
	float: left;
	width: 131px;
	text-align: right;
	line-height: 40px;
	margin-right: 28px;
}
.Publish form .item input[type=text]{
	height: 40px;
	box-shadow: 0 1px 3px 0 #ddd inset;
	padding-left: 21px;
	width: 329px;
}
.Publish form .item input.long{
	width: 499px;
}
.Publish form .item select{
	appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
	width: 239px;
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	padding-left: 21px;
	color: #999;
	border: none;
	box-shadow: 0 1px 3px 0 #ddd inset;
	background: url(../img/newpage/selectback_03.png) no-repeat #fff right;
}
.Publish form .item textarea{
	width: 500px;
	height: 180px;
	padding: 10px 0 10px 21px;
	resize: none;
	border: none;
	box-shadow: 0 1px 3px 0 #ddd inset;
	font-size: 14px;
}
.Publish form button{
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #388efc;
	color: #fff;
	border-radius: 4px;
	border: none;
	appearance: none;
	margin: 100px 0 0 375px;
}
.Publish form button:hover{
	background: #1478f7;
}
.Publish form .item .detailContent{
	float: left;
}
.Publish form .item.detail .file{
	margin-top: 40px;
}
.Publish form .item.detail .file .btn{
	float: left;
	margin-top: 14px;
	width: 70px;
	height: 70px;
	background: url(../img/newpage/addfile_03.jpg) no-repeat;
}
.Publish form .item.detail .file ul li{
	float: left;
	position: relative;
	border: solid 1px #dadada;
	width: 98px;
	height: 98px;
	margin-left: 30px;
}
.Publish form .item.detail .file ul li img{
	width: 100%;
	height: 100%;
}
.Publish form .item.detail .file ul li span{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.Publish form .item .radio .type{
	display: none;
}
.Publish form .item .radio label{
	padding-left: 35px;
	position: relative;
	width: auto;
}
.Publish form .item .radio input[type=radio]+span {
	display: inline-block;
 	border-radius: 50%;
  	width: 14px; 
  	height: 14px; 
  	border: 1px solid #a7a7a7;
    position: absolute;
    top: 12px;
    left: 0; 
}
.Publish form .item .radio input[type=radio]:checked+span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #a7a7a7;
	top: 4px;
	left: 4px;
}


.Publish form .item .calendar{
	float: left;
	position: relative;
	width: 239px;
	height: 40px;
}
.Publish form .item .calendar input{
	padding-right: 38px;
	width: 180px;
}
.Publish form .item .calendar span{
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(../img/newpage/calendar_03.jpg) no-repeat;
	top: 6px;
	right: 10px;
}
.Publish form .item.num input[type=text]{
	width: 218px;
}
/* 支付弹窗 */
.prerogative .pop,.prerogative .vipProtocol{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: #000000;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}
.prerogative .pop>div,.prerogative .vipProtocol>div{
	margin: auto;
	margin-top: calc(50vh - (750px/2));
	width: 850px;
	height: 750px;
	background: #FFFFFF;
	border-radius: 10px;
}
.prerogative .pop>div h3,.prerogative .vipProtocol>div h3{
	position: relative;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #FEFEFE;
	background: url('../img/recharge.png') no-repeat;
	background-size: 100%;
}
.prerogative .pop>div h3 span,.prerogative .vipProtocol>div h3 span{
	cursor: pointer;
	position: absolute;
	right : 34px;
	font-size: 28px;
	font-weight: 400;
}
.prerogative .pop>div .title{
	padding: 15px 20px;
	display: flex;
	align-items: center;
}
.prerogative .pop>div .title img{
	margin-right: 10px;
	padding: 5px;
	box-sizing: border-box;
	width: 51px;
	height: 51px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
}
.prerogative .pop>div .money{
	text-align: center;
	margin-top: 15px;
	font-size: 20px;
	color: #000000;
	margin-bottom: 30px;
}
.prerogative .pop>div .money span{
	color: #1278EA;
}
.prerogative .pop>div .money span:first-child{
	font-size: 24px;
}
.prerogative .pop>div .money span:last-child{
	font-size: 32px;
	font-weight: bold;
}
.prerogative .pop>div .moneyshow{
	box-sizing: border-box;
	padding: 32px 0 56px;
	text-align: center;
	width: 312px;
	height: 182px;
	margin: auto;
	background: url('../img/hybj.png') no-repeat;
	background-size: 100%;
}
.prerogative .pop>div .moneyshow p:first-child{
	font-size: 24px;
	color: #000000;
	margin-bottom: 23px;
}
.prerogative .pop>div .moneyshow p:last-child{
	height: 31px;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
}
.prerogative .pop>div .moneyshow p:last-child span{
	font-size: 20px;
	font-weight: 400;
}
.prerogative .pop>div .moneyshow p:first-child span{
	color: #1278EA;
	font-weight: bold;
}
.prerogative .pop>div .scan{
	width: 452px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prerogative .pop>div .scan div p:first-child{
	box-sizing: border-box;
	width: 172px;
	height: 172px;
	background: #FFFFFF;
}
.prerogative .pop>div .scan div p:first-child img{
	width: 100%;
	height: 100%;
}
.prerogative .pop>div .scan div:first-child p:first-child{
	border: 1px solid #4AB415;
}
.prerogative .pop>div .scan div:last-child p:first-child{
	border: 1px solid #02A9F1;
}
.prerogative .pop>div .scan div p:last-child{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #666666;
}
.prerogative .pop>div .scan div:first-child p:last-child img{
	width: 22px;
	height: 22px;
}
.prerogative .pop>div .scan div:last-child p:last-child img{
	width: 23px;
	height: 23px;
}
.prerogative .pop>div .scan div p:last-child img{
	margin-right: 10px;
}
.prerogative .pop>div .protocol{
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #B5B5B5;
}
.prerogative .pop>div .protocol span:last-child{
	text-decoration: underline;
}
.prerogative .pop>div .protocol span:hover{
	cursor: pointer;
	color: #02A9F1;
}
.prerogative .pop>div .hint{
	width: 714px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.prerogative .pop>div .hint span:first-child{
	width: 70px;
	flex-shrink: 0;
}

.prerogative .vipProtocol{
	background: rgba(0, 0, 0, .4);
}
.prerogative .vipProtocol>div{
	margin-top: calc(50vh - (550px/2));
	width: 750px;
	height: 550px;
}
.prerogative .vipProtocol>div h3{
	background: none;
	color: #333;
	font-weight: 400;
	font-size: 24px;
	border-bottom: 1px solid #dadada;
}
.prerogative .vipProtocol>div h3 span{
	right: 10px;
	font-size: 20px;
	color: #666;
	line-height: normal;
}
.prerogative .vipProtocol>div div{
	overflow-y: auto;
	height: 400px;
	margin: 30px 20px;
	color: #999;
	line-height: 28px;
}
/* 免费申请会员 */
.prerogative .subscribe{
	min-width: 1200px;
	margin-top: 20px;
	width: 100%;
	height: 700px;
	background: url("/static//home//img/subscribeBox.jpg") no-repeat;
	font-size: 100%;
	padding-bottom: 47px;
}
.prerogative .subscribe p{
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
.prerogative .subscribe .subscribe_title{
	padding: 59px 0 45px;
	font-size: 28px;
	color: #FFFFFF;
}
.prerogative .subscribe input{
	box-sizing: border-box;
	display: block;
	padding: 0 20px;
	margin: 40px auto 0;
	width: 500px;
	height: 50px;
	background: rgba(151, 151, 151, .8);
	outline:none;
	border-radius: 25px;
	color: #FEFEFE;
	font-size: 18px;
}
.prerogative .subscribe input::-webkit-input-placeholder {
	font-size: 18px;
	color: #A6A5A5;
}
.prerogative .subscribe .tip{
	font-size: 14px;
	color: #A4A8B9;
	padding-bottom: 29px;
}
.prerogative .subscribe .material{
	box-sizing: border-box;
	cursor: pointer;
	text-align: left;
	margin-top: 19px;
	padding-left: 19px;
	font-size: 14px;
	color: #A4A8B9;
	text-decoration-line: underline;
}
.prerogative .subscribe .material:hover{
	color: #1290FA;
}
.prerogative .subscribe p:last-child{
	cursor: pointer;
	margin-top: 36px;
	width: 280px;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(90deg, #FC9C29, #F44127);
	border-radius: 29px;
	font-size: 22px;
	color: #FFFFFF;
}
.prerogative .banner{
	min-width: 1200px;
	width: 100%;
}
.prerogative .banner img{
	width: 100%;
}
.prerogative .main h2{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	text-align: center;
	padding-top: 90px;
}
.prerogative .content{
	margin-top: 92px;
	display: flex;
    justify-content: center;
}
.prerogative .content>div{
	width: 423px;
}
.prerogative .content>div:first-child{
	width: 350px;
}
.prerogative .content h3{
	height: 130px;
	line-height: 130px;
	background: #f9f9f9;
	font-weight: normal;
	font-size: 26px;
	color: #613C14;
	text-align: center;
	position: sticky;
    top: -1px;
    z-index: 99;
}
.prerogative .content .silver h3{
	background: #444444 !important;
	border-radius: 20px 0px 0px 0px;
	color: #FFC55E !important;
}
.prerogative .content .gold h3{
	background: #FFECCA !important;
}
.prerogative .content .honour h3{
	background: #FFC55E !important;
	border-radius: 0px 20px 0px 0px;
	line-height: normal !important;
	padding-top: 28px;
    box-sizing: border-box;
}
.prerogative .content .honour h3>span{
	display: block;
	margin-top: 10px;
	font-size: 18px;
}
.prerogative .content .honour h3>span span{
	font-size: 26px;
}
.prerogative .content>div .infotitle{
	position: relative;
	display: flex;
    align-items: center;
	text-align: left;
	height: 50px;
	line-height: 50px;
	background: #F0F0F0;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none;
}
.prerogative .content>div .infotitle span{
	position: absolute;
    bottom: -12px;
    left: 51px;
    z-index: 1;
	border-top: 12px solid #F0F0F0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.prerogative .content>div .infotitle img{
	margin: 0 10px 0 20px;
}
.prerogative .content p{
	border-bottom: solid 1px #e6e6e6;
	height: 95px;
	line-height: 95px;
	text-align: center;
	color: #333;
	position: relative;
	background: #fff;
	font-size: 16px;
}
.prerogative .content .gold p{
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}
.prerogative .content p em{
	position: absolute;
	width: 21px;
	height: 17px;
	background: url(../img/privilege_06.png) no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-size: 100% 100%;
}
.prerogative .content p i{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/privilege_03.png) no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-size: 100% 100%;
}
.prerogative .questions{
	min-width: 1200px;
	background: #fff;
	text-align: center;
	padding-bottom: 100px;
}
.prerogative .questions h3{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	padding: 60px 0;
}
.prerogative .questions>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.prerogative .questions>div div,.prerogative .questions>div img{
	width: 600px;
	height: 300px;
}
.prerogative .questions>div div{
	box-sizing: border-box;
	padding: 65px 53px;
	background: #F5F7FA;
}
.prerogative .questions>div div p:first-child{
	font-size: 24px;
	color: #333333;
}
.prerogative .questions>div div p:last-child{
	text-align: left;
	margin-top: 31px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.prerogative .questions>p{
	display: block;
	cursor: pointer;
	margin: 100px auto 0;
	width: 280px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(90deg, #FC9C29, #F44127);
	border-radius: 29px;
	font-size: 24px;
	color: #FFFFFF;
}
.videoWrap video{
	width: 1000px;
	margin: 100px;
	
}
.font.crumbs p{
	line-height: 60px;
}
.leading .proRec .content h3{
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
}
.leading{
	background: #f5f7fa;
	padding-top: 20px;
}
.leading .apply{
	background: #fff;
}
.leading .apply .condition{
	width: 100%;
	height: 50px;
	background: #e3edfe;
	position: relative;
	line-height: 50px;
}
.leading .apply .condition span{
	position: absolute;
	width: 20px;
	height: 16px;
	top: 17px;
	left: 123px;
	background: url(../img/condition_03.png) no-repeat;
	margin-right: 11px;
}
.leading .apply .condition p{
	margin-left: 154px;
	color: #979696;
}
.leading form{
	margin-top: 36px;
	padding-bottom: 200px;
}
.leading form .item{
	margin-bottom: 30px;
}
.leading form .item p{
	float: left;
	width: 180px;
	text-align: right;
	color: #333;
	line-height: 40px;
	margin-right: 30px;
}
.leading form .item .rightWrap{
	float: left;
}
.leading form .item input[type=text]{
	width: 462px;
	height: 38px;
	border: solid 1px #dadada;
	padding: 0 18px;
	line-height: 38px;
	outline: none;
}
.leading form .item select{
	width: 500px;
	height: 40px;
	border: solid 1px #dadada;
	padding-right: 34px;
	padding-left: 18px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/newpage/selectback_03.png) no-repeat scroll right center transparent;
	outline: none;
	color: #666;
}
.leading form label{
	padding-left: 30px;
    position: relative;
    width: auto;
    display: inline-block;
    float: left;
    text-align: right;
    line-height: 40px;
    margin-right: 50px;
}
.leading form .type{
	display: none;
}
.leading form input[type=radio]+span {
	display: inline-block;
 	border-radius: 50%;
  	width: 14px; 
  	height: 14px; 
  	border: 1px solid #a7a7a7;
    position: absolute;
    top: 12px;
    left: 0; 
}
.leading form input[type=radio]:checked+span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #a7a7a7;
	top: 4px;
	left: 4px;
}
.leading form .upload{
	position: relative;
}
.leading form .upload .btn{
	width: 98px;
	height: 38px;
	background: #eee;
	border: solid 1px #dadada;
	color: #999;
	line-height: 38px;
	text-align: center;
	float: left;
}
.leading form .upload input[type=file]{
	position: absolute;
	width: 100px;
	height: 40px;
	top: 0;
	left: 0;
	z-index: 1;
	outline: none;
	opacity: 0;
}
.leading form .desc span{
	display: inline-block;
	float: left;
	color: #999;
	margin-left: 15px;
	line-height: 20px;
	margin-top: 20px;
}
.leading form .rightWrap .file{
	width: 800px;
	margin-top: 20px;
}
/*.pup-report form .rightWrap .file .btn{
	float: left;
	margin-top: 14px;
	width: 70px;
	height: 70px;
	background: url(../img/newpage/addfile_03.jpg) no-repeat;
}*/
.leading form .rightWrap .file ul li{
	float: left;
	position: relative;
	border: solid 1px #dadada;
	width: 98px;
	height: 98px;
	margin:0 30px 20px 0;
}
.leading form .rightWrap .file ul li img{
	width: 100%;
	height: 100%;
}
.leading form .rightWrap .file ul li span{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.leading form textarea{
	width: 480px;
	height: 80px;
	padding: 10px;
	line-height: 20px;
	border: solid 1px #dadada;
	resize: none;
}
.leading form .addpic img{
	float: left;
	width: 100px;
	height: 100px;
	background: url(../img/addpic_07.jpg);
}
.leading form .addpic.desc span{
	margin-top: 80px;
}
.leading form .addpic.upload input[type=file]{
	width: 100px;
	height: 100px;
}
.leading form .handle{
	margin-top: 120px;
	margin-left: 415px;
}
.leading form .handle button{
	width: 88px;
	height: 36px;
	background: none;
	outline: none;
	border: solid 1px #1290fe;
	color: #1290fe;
	line-height: 36px;
	text-align: center;
	letter-spacing: 12px;
	text-indent: 12px;
	border-radius: 5px;
}
.leading form .video{
	display: none;
}
.list-name{
	position: absolute;
	top: 40px;
	background: #fff;
	width: 80%;
	border: 1px #DADADA solid;
	display: none;
}
.list-name li{
	width: 95%;
	line-height: 30px;
	padding-left: 20px;
}

/* 免责 */
.issueDetail .relief{
	margin-top: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 940px;
	height: 80px;
	padding: 20px;
}
.issueDetail .relief p{
	font-size: 12px;
	color: #777777;
}
.issueDetail .relief p:first-child{
	margin-bottom: 10px;
}
.issueDetail .relief p span{
	color: #333333;
}
.issueDetail .bar .company .companyLogo{
	border: none;
}
.issueDetail .bar .company .companyLogo img{
	border: 1px solid #eee;
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius:6px;
}
.issueDetail .bar .company .companyLogo b{
    display: block;
	margin-top: 10px;
	color: #000000;
}
.issueDetail .bar .company .companyInfo{
	padding: 41px 20px 32px;
}
.issueDetail .bar .company .companyInfo p{
    height: auto;
    line-height: normal;
    width: auto;
	margin-bottom: 15px;
	color: #333333;
}
.issueDetail .bar .company .companyInfo p span{
	color: #444444;
	font-family: Helvetica;
}
.issueDetail .bar .company .handle{
	margin-top: 0;
	text-align: center;
}
.issueDetail .bar .company .handle a{
	margin-left: 0;
	width: 140px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	background: #FF0000;
	border-radius: 4px;
}
.issueDetail .bar .company{
	padding-top: 25px;
}