body{
    background: url("../../images/bg.png") no-repeat  center 0;
}

.container{
    justify-content: center;
}
.container>.bj-column{
    width: 1220px;
    background: #FFFFFF;
	padding: 40px;
}
.prj_lc .prj_lc_block{
	margin: 40px 0px;
	width:100%;
	height: 146px;
	background: #F8F8F8;
	display: flex;
    align-items: center;
}

.prj_lc .prj_lc_block .lc_left{
	width:184px;
	height:100%;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_lc .prj_lc_block .lc_left .lc_title{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
}
.prj_lc .prj_lc_block  .steps{
	    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

[class^="title_icon"], [class*=" title_icon"]{
	margin-bottom:6px;
}

.prj_lc .prj_lc_block  .steps .title_icon1{
	background:url("../../images/step1.png") no-repeat ;
	width:51px;
	height:51px;
	display:flex;
	
}
.prj_lc .prj_lc_block  .steps .active .title_icon1{
	background:url("../../images/step_active1.png") no-repeat ;
}
.prj_lc .prj_lc_block  .steps .title_icon2{
	background:url("../../images/step2.png") no-repeat ;
	width:52px;
	height:52px;
	display:flex;
}
.prj_lc .prj_lc_block  .steps .active .title_icon2{
	background:url("../../images/step_active2.png") no-repeat ;
}
.prj_lc .prj_lc_block  .steps .title_icon3{
	background:url("../../images/step3.png") no-repeat ;
	width:58px;
	height:62px;
	display:flex;
}
.prj_lc .prj_lc_block  .steps .active .title_icon3{
	background:url("../../images/step_active3.png") no-repeat ;
}
.prj_lc .prj_lc_block  .steps .title_icon4{
	background:url("../../images/step4.png") no-repeat ;
	width:56px;
	height:56px;
	display:flex;
}
.prj_lc .prj_lc_block  .steps .active .title_icon4{
	background:url("../../images/step_active4.png") no-repeat ;
}
.prj_lc .prj_lc_block  .steps li{
	display: flex;
    justify-content: center;
    align-items: center;
	    flex-wrap: wrap;
		width: 210px;
		position:relative;
}
.prj_lc .prj_lc_block  .steps li:after{
	content: '';
    width: 137px;
    
border: 1px dashed #586580;
    position: absolute;
    right: -95px;
}
.prj_lc .prj_lc_block  .steps li:last-child:after{
	width:0;
	border:none;
}
.prj_lc .prj_lc_block  .steps .title{
	width:100%;
	text-align:center;
	font-size: 18px;
font-family: PingFang SC;
font-weight: 400;
line-height: 25px;
color: #333333;
}
.container .prj_consoler .prj_consoler_lunbo{
	 width: 442px;
}


/*.container .prj_consoler .prj_consoler_lunbo .spec-preview img{
	max-width: 442px; 
	max-height: 404px;
}*/
.container .prj_consoler .prj_consoler_lunbo .jqzoom {
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 442px;
    height: 404px;
}
.container .prj_consoler .prj_consoler_lunbo ul.{
	    display: flex;
}
.container .prj_consoler .prj_consoler_lunbo  .items{
	margin: 0 10px;
	    width: 402px;
    height: 74px;
    overflow: hidden;
	position: relative;
}
.items ul{
	position: absolute;
}
.container .prj_consoler .prj_consoler_lunbo .spec-scroll{
	display: flex;
    align-items: center;
	margin-top: 43px;
}
.container .prj_consoler .prj_consoler_lunbo li{
	margin-left:10px;
	float:left;
}
.container .prj_consoler .prj_consoler_lunbo li:first-child{
	margin-left:0px;
}
.container .prj_consoler .prj_consoler_lunbo li img{
	width:123px;
	height:74px;
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    text-align: center;
    width: 10px;
    height: 74px;
    line-height: 74px;
    cursor: pointer;
    background: #b1b1b1;
    text-decoration: none;
}

.zoomdiv{
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	width:442px;
	height:350px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


.prj_consoler_title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
	color: #707070;
	margin-bottom:30px;
}

.prj_consoler_title .jtitle{
	font-size:24px;
	color:#000000;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
}
.prj_consoler_title .jtitle_tbrbh{
	font-weight:bold;
	color: #E8C274;
	    margin-left: 10px;
}
.prj_consoler_title  .jtitle_dzjyno{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
	color: #707070;
}
.prj_consoler_info{
	width:calc(100% - 472px);
	margin-left:30px
}

.prj_consoler_info .djs_yks{
	height: 106px;
	border: 1px solid #B70000;
	width:100%;
	 display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .djs_jks{
	height: 106px;
	border: 1px solid #E8C274;
	width:100%;
	 display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .djs_yjs{
	height: 106px;
	border: 1px solid #E2E2E2;
	width:100%;
	 display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 24px;
}
.prj_consoler_info .djs_yks .djs_left{
	    height: 106px;
    background: #B70000;
    width: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .djs_jks .djs_left{
	    height: 106px;
    background: #E8C274;
    width: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .djs_yjs .djs_left{
	    height: 106px;
    background: #E2E2E2;
    width: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .djs .djs_left > span{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap;
}
.prj_consoler_info .djs .djs_icon_clock{
	background:url("../../images/clock.png") no-repeat ;
	width:30px;
	height:30px;
	display:flex;
}
.prj_consoler_info .djs  .djs_tip{
	width:100%;
	text-align:center;
	font-size: 16px;
font-family: PingFang SC;
font-weight: bold;
line-height: 22px;
color: #FFFFFF;
margin-top:5px;
}
.prj_consoler_info .djs .djs_right{
	background:url("../../images/djsbg.png") no-repeat ;
	width:calc(100% - 106px);
	height:106px;
	    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.prj_consoler_info .djs_yjs  .djs_right_price{
	font-size: 18px;
font-family: PingFang SC;
font-weight: bold;
line-height: 25px;
color: #999999;
}
.prj_consoler_info .djs_yjs  .djs_right_price .price{
	font-size: 23px;
font-family: PingFang SC;
font-weight: bold;
color: #999999;
}
.prj_consoler_info .djs_yjs  .djs_right_price .price span{
	font-size: 34px;
font-family: PingFang SC;
font-weight: bold;
color: #999999;
}
.prj_consoler_info .djs_yks  .djs_right_price{
	font-size: 18px;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.prj_consoler_info .djs_yks  .djs_right_price .price{
	font-size: 23px;
font-family: PingFang SC;
font-weight: bold;
color: #B70000;
}
.prj_consoler_info .djs_yks  .djs_right_price .price span{
	font-size: 34px;
font-family: PingFang SC;
font-weight: bold;
color: #B70000;
}
.prj_consoler_info .djs  .djs_right_time{
	font-size: 33px;
font-family: PingFang SC;
font-weight: bold;
line-height: 46px;
color: #E8C274;
}
.prj_consoler_info .djs  .djs_right_time .day{
	font-size:50px;
}
.prj_consoler_info .djs  .djs_right_time .clock_djs{
	font-family: AgencyFB-Bold;
}

.djs_right_dj{
	position: absolute;
    right: 0;
    bottom: 2px;
	    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	width:150px;
}
.djs_right_dj .jydj_title{
	font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
color: #002E6B;
width: 100%;
    text-align: left;
	width: 100%;
    margin-bottom: 5px;
}
.djs_right_dj .jydj_price{
	font-size: 16px;
font-family: AgencyFB-Bold;
font-weight: bold;
color: #002E6B;
}
.djs_right_dj .unit{
	font-size: 11px;
font-family: PingFang SC;
font-weight: bold;
color: #002E6B;
}
.prj_consoler_info .xm_info{
	width: calc(100% - 343px);
}
.prj_consoler_info .xm_info >span{
	width:100%;
	font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
line-height: 20px;
color: #333333;
}
.prj_consoler_info .xm_info >span strong{
	font-size: 22px;
font-family: Agency FB;
font-weight: 400;
line-height: 25px;
color: #E69B00;
}

.prj_consoler_info .xm_info >span strong .unit{
	font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
line-height: 20px;
color: #666666;
}
.prj_consoler_info .xm_info_yks .xm_info >span  .bzj,.prj_consoler_info .xm_info_jks .xm_info >span  .bzj{
	color:#333333;
}
.prj_consoler_info .xm_info_jks .xm_dqjg{
	width: 343px;
height: 283px;
background:url("../../images/dqjgbg_jks.png") no-repeat ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .xm_info_yks .xm_dqjg{
	width: 343px;
height: 283px;
background:url("../../images/dqjgbg_yks.png") no-repeat ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .xm_info_yjs .xm_dqjg{
	width: 343px;
height: 283px;
background:url("../../images/dqjgbg_yjs.png") no-repeat ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prj_consoler_info .xm_dqjg > span{
	width:100%;
	    text-align: center;
}
.prj_consoler_info .xm_dqjg  .dqjg_tip{
	    text-align: left;
    margin-left: 25px;
	font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
line-height: 22px;
color: #000000;
}
.prj_consoler_info .xm_dqjg .dqjg_price{
	font-size: 28px;
font-family: Agency FB;
font-weight: bold;
color: #E69B00;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.prj_consoler_info .xm_dqjg .dqjg_price_value{
	font-size: 46px;
font-family: Agency FB;
font-weight: bold;
line-height: 54px;
color: #E69B00;
width: 100%;
    margin-bottom: 10px;
}
.prj_consoler_info .xm_info_yks .xm_dqjg .dqjg_price_value{
	color: #B70000;
}
.prj_consoler_info .xm_info_yks .xm_info >span strong{
	color: #B70000;
}
.prj_consoler_info .xm_info_yjs .xm_dqjg .dqjg_price_value{
	font-size: 46px;
font-family: Agency FB;
font-weight: bold;
line-height: 54px;
color: #999999;
}
.prj_consoler_info .xm_info_yjs .xm_info >span strong{
	color: #333333;
}

.prj_consoler_info .xm_dqjg .dqjg_unit{
	font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
line-height: 20px;
color: #333333;
}
.prj_consoler_info .xm_dqjg .cur_tbrbh{
	font-size: 22px;
font-family: Agency FB;
font-weight: 400;
line-height: 25px;
color: #B40C00;
}
.prj_consoler_info .xm_dqjg .dqjg_yszq{
	font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
line-height: 22px;
color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}


.prj_info_tabs{
	width:100%;
}
.prj_info_tabs .layui-tab-content{
	padding:20px 0;
}
.prj_info_tabs .layui-tab-title li{
	padding:8px 16px;
	line-height: unset;
	border-bottom:3px solid #00000000;
	font-size: 18px;
font-family: PingFang SC;
font-weight: bold;
line-height: 25px;
color: #333333;
}
.prj_info_tabs .layui-tab-title{
	height:auto;
	background-color:transparent;
	border:none;
}
.prj_info_tabs .layui-tab-card>.layui-tab-title .layui-this:after{
	border:none;
}
.prj_info_tabs .layui-tab-card{
	border:none;
	box-shadow:none;
}
.prj_info_tabs .layui-tab-card>.layui-tab-title .layui-this{
	border-bottom: 3px solid #000000;
}
.prj_info_tabs .layui-table td,.prj_info_tabs  .layui-table th{
	height: 76px;
	line-height:unset;
	font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
line-height: 20px;
color: #333333;
}
.prj_info_tabs .layui-table .columnsm{
	background: #ECECEC99;
	font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
line-height: 20px;
color: #000000;
}
.prj_info_tabs  .pricetable td,.prj_info_tabs  .pricetable th{
	background: #ECECEC99;
	border:none;
}
.prj_info_tabs  .pricetable thead tr{
	background-color:#f1f1f1;
}
.prj_info_tabs  .pricetable th{
	font-size: 18px;
font-family: PingFang SC;
font-weight: bold;
line-height: 25px;
color: #333333;
height:20px;
    text-align: center;
}
.prj_info_tabs  .pricetable tbody tr:first-child td{
	color:#B70000;
}
.prj_info_tabs  .pricetable td{
	font-size: 16px;
font-family: PingFang SC;
font-weight: bold;
line-height: 22px;
color: #333333;
    height: 55px;
	border-bottom: 1px dashed #707070;
	background-color: transparent;
	text-align: center;
}
.pricetable{
	border:none;
}
.prj_info_tabs  .pricetable .white_bg td{
	background: #ffffff;
}

.prj_info_tabs  .landtable td,.prj_info_tabs  .landtable th{
	background: #ECECEC99;
	border:none;
}
.prj_info_tabs  .landtable th{
	font-size: 18px;
font-family: PingFang SC;
font-weight: bold;
line-height: 25px;
color: #333333;
    text-align: center;
}
.prj_info_tabs  .landtable td{
	font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
line-height: 20px;
color: #333333;
    height: 46px;
}
.prj_info_tabs  .landtable .white_bg td{
	background: #ffffff;
}
.prj_info_tabs .layui-this.layui-tab-title-span:after{
	content:'';
}

.jtzt_2_end{
	width:100%;
	height: 74px;
border: 1px solid #999999;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
font-family: PingFang SC;
font-weight: bold;
line-height: 28px;
color: #333333;
}
.jtzt_2_end .jtzt_2{
	    margin-left: 10px;
}
.jtzt_3{
	width:100%;
	height: 74px;
background: #E8C274;
	display: flex;
    justify-content: center;
    align-items: center;
	border: none;
	font-size: 24px;
font-family: PingFang SC;
font-weight: bold;
line-height: 33px;
color: #674500;
cursor:pointer;
}
.xm_info_row{
	margin-bottom:30px;
}
.jtzt_8{
	width:100%;
	height: 74px;
border: 1px solid #B70000;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
font-family: PingFang SC;
font-weight: bold;
line-height: 28px;
color: #333333;
}
.jtzt_5{
	width:100%;
	height: 74px;
background: linear-gradient(180deg, #649DFF 0%, #005DFB 100%);
display: flex;
    justify-content: center;
    align-items: center;
	border:none;
	font-size: 20px;
font-family: PingFang SC;
font-weight: bold;
line-height: 28px;
color: #FFFFFF;
cursor:pointer;
}
.jtzt_7{
	width:100%;
	height: 74px;
border: 1px solid #E8C274;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
font-family: PingFang SC;
font-weight: bold;
line-height: 28px;
color: #333333;
}

.price_input_block{
	display: flex;
    justify-content: center;
    align-items: center;
}
.input-group{
	display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}
.input-group-btn{
	    display: flex;
    width: 50px;
    height: 74px;
}
.input-group-btn .btn{
	width: 100%;
    height: 100%;
    border: none;
	font-size:25px;
	color:#ffffff;
	cursor:pointer;
}
.input-group-btn .btn1{
	background: linear-gradient(180deg, #649DFF 0%, #005DFB 100%);
}
.input-group-btn .btn2{
	background: linear-gradient(180deg, #FF963A 0%, #E26900 100%);
}
.price_input{
	    height: 70px;
    width: 322px;
	    border-radius: 0px;
    border: 1px solid #666666;
	margin: 0 5px;
	font-size: 25px;
font-family: PingFang SC;
font-weight: bold;
line-height: 22px;
color: #333333;
padding-left:20px
}
.jtzt_4 .btn-bid{
	width: 249px;
height: 74px;
background: #0059BF;
display: flex;
    justify-content: center;
    align-items: center;
	font-size: 22px;
font-family: PingFang SC;
font-weight: bold;
line-height: 30px;
color: #FFFFFF;
margin-left: 46px;
cursor:pointer;
}
.input-group .priceunit{
	position:absolute;
	right: 70px;
    font-size: 18px;
	color:#999999;
}
.column_date{
	color:#B70000;
	font-family: Agency FB;
	font-size:22px;
}
.jyzst{
	color:#333333;
	    text-decoration: underline;
}
.record-icon s{
	text-decoration:none;
}