a:hover{
	color: #007bff;
    text-decoration: none;
}
.index_list{
	width: 100%;
	height: 227px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content:space-around;
	color: #FFFFFF;
	padding: 0px 25px;
}
.list_info{
	width: 214px;
	height: 163px;
	background: #A2CBFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 15px;
	font-family: PingFang SC;
	line-height: 14px;
	cursor: pointer;
}
.on{
	background: #1B91FF
}
.info_name{
	width: 100%;
	display: inline-block;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
}
.info_date{
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	text-align: right;
	margin-top: 5px;
}
.info_index{
	height: 26px;
	font-size: 34px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.info_z{
	width: 100%;
	margin-top: 10px;
}
.info_z span{
	display: inline-block;
	width: 82px;
}
.info_z span:nth-child(1){
	text-align: left;
}
.info_z span:nth-child(2){
	text-align: right;
}
.price_chart{
	width: 100%;
	height: 612px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin-top: 33px;
	padding: 30px;
}
.price_chart_top{
	height: 31px;
}
.price_chart_text{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	float: left;
}
.price_chart_input{
	margin-top: 10px;
	float: right;
}
.echart_line{
	width: 100%;
	height: 450px;
	margin-top: 50px;
}
.price_table{
	width: 100%;
	min-height: 980px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin-top: 35px;
	padding: 27px 56px;
}
/* .title_txt{
	width:auto;
	height:19px;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#2C2C2C;
	display:inline-block;
} */
.title_txt h4{
	width:480px;
	height:28px;
	font-size:21x;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#2C2C2C;
	display:inline-block;
}
/* .title_txt span{
	border-radius: 19px;
    border: 1px solid #999999;
    width: auto;
    height: 22px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding: 1px 16px;
	float:right;
	margin-top:5px;
	margin-right:6px;
} */
.blue_line{
	width:100%;
	height:5px;
	background:rgba(255,255,255,1);
	margin-top:4px;
}
.blue_line .blue_line_small{
	width:86px;
	height:4px;
	background:rgba(54,157,255,1);
}
.blue_line .blue_line_length{
	width:100%;
	height:1px;
	background:rgba(54,157,255,1);
}
.table_title{
	width: 100%;
	height: 34px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #2897FF;
	line-height: 31px;
	text-align: center;
	margin-top: 45px;
}
.img_down{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.factory_table{
	width: 1082px;
	border: 1px solid #535353;
	margin: auto;
	margin-top: 25px;
	text-align: center;
}
.factory_table th{
	width: 11%;
	background: #309BFF;
	border: 1px solid #535353;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	height: 19px;
}
.factory_table td{
	border: 1px solid #535353;
	font-size: 18px;
	font-family: PingFang SC;
	height: 34px;
}
.remark td{
	text-align: left;
	padding: 32px 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
/* 到岸价 */
.factory_price{
	width: 100%;
	min-height: 920px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin-top: 30px;
	padding: 27px 56px;
}
.city_list{
	width: 100%;
	margin-top: 20px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2C2C2C;
	line-height: 36px;
	display: grid;
	grid-template-columns: 5% 95%;
}
.city_list .all{
	float: left;
	/* height: 100px; */
	width: 43px;
	cursor:pointer;
}
.city_list_info{
	float: left;
	display: flex;
    flex-wrap: wrap;
}
.c_on{
	color:#309BFF;
	font-weight: bold;
	font-size: 20px;
}
.city_list .city{
	/* height: 30px; */
	margin-left: 18px;
	cursor:pointer;
}
.price_info_chart{
	height: 694px;
	margin-top: 40px;
}
/* factory_price_comp */
.price_comp{
	width: 100%;
	height: 261px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 46px 100px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.comp_name{
	height: 29px;
	font-size: 30px;
	color: #1C91FF;
	line-height: 36px;
}
.comp_msg{
	height: 24px;
	font-size: 22px;
	color: #666666;
	line-height: 60px;
	text-align: left;
	margin-top: 30px;
}
.comp_msg span{
	display: inline-block;
	width: 290px;
}
.first_span{
	width: 400px !important;
}
.bills{
	width: 100%;
	text-align: right;
	margin-top: 25px;
	height: 56px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #1B91FF;
	line-height: 56px;
}
.comp_price_info{
	width: 100%;
    /* min-height: 1400px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 30px;
}
.comp_price_chart{
	width: 100%;
    height: 612px;
	margin-top: 30px;
}
.spec_list{
	margin-left: 18px;
	width: 100%;
    min-height: 116x;
	display: flex;
	flex-wrap: wrap;
    /* align-items: center;
    justify-content: space-around; */
	color: #FFFFFF;
}
.spec{
	width: 210px;
	height: 116px;
	background: #A2CBFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 15px;
	cursor: pointer;
}
.spec_on{
	background: #1B91FF;
}
.spec:not(:nth-child(5n)) {
    margin-right: calc(4% / 3);
}
.spec_name{
	width: 200px;
	height: 22px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.spec_price{
	height: 26px;
	font-size: 23px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-top: 30px;
}
/* .modal-header{
	background: #1F93FF;
	text-align: center;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	justify-content: center;
}
.close{
	padding: 20px 10px!important;
} */
.header_title{
	width: 100%;
	text-align: center;
}
.modal-comp{
	width: 98%;
	height: 25px;
	font-size: 23px;
	font-family: PingFang SC;
	/* font-weight: 400; */
	color: #000000;
}
.modal_comp_name{
	float: left;
}
.modal_comp_date{
	float: right;
}
.bills_table{
	width: 98%;
	margin-top: 20px;
}
.bills_table tr{
	border: 1px solid #000000;
}
.bills_table td{
	border: 1px solid #000000;
	width: 20%;
	padding: 5px;
	height: 35px;
}
.bills_title{
	width: 98%;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 39px;
	text-align: left;
	margin-top: 26px;
}
.bills_remark{
	width: 98%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 20px;
}
.bills_line{
	width: 98%;
	height: 1px;
	background: #666666;
	margin: auto;
}
.bills_button{
	width: 253px;
	height: 42px;
	background: #1F93FF;
	border-radius: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 31px;
}
.modal-body{
	/* padding-top: 0px !important; */
}
.m_body{
	padding-top: 20px;
}
.order_msg{
	width: 98%;
	text-align: left;
	display: none;
}
.order_msg img{
	position: absolute;
	top: 20px;
	right: 40px;
}
.order_number{
	margin-right: 20px;
}
.confirmations{
	/* width: 326px; */
	height: 30px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 31px;
	margin-top: 18px;
	margin-bottom: 22px;
	text-align: center;
	display: none;
}
.submit{
	margin-top: 26px;
	text-align: center;
}
.operation{
	width: 98%;
	margin-top: 26px;
	display: none;
}
.email_i{
	width: 320px;
	height: 42px;
	border: 1px solid #434343;
	border-radius: 10px;
	float: left;
	margin-left: 180px;
	padding-left: 20px;
}
.email{
	width: 177px !important;
	float: right;
}
.download{
	width: 137px !important;
	float: left;
	margin-right: 20px;
}
.btn:hover {
	color: #ffffff !important;
}
.poster-canvas{
	display: none;
}
.cssglw{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 220px;
	right: 100px;
	display: none;
}
.i_time{
	line-height: 29px;
	border: 1px solid rgb(133, 133, 133);
  	border-radius: 2px;
}