body{
	overflow-x:auto;
}
.contangsdf{
	position:relative;
	padding:20px;
	margin-top:50px;
	height:109px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234,234,234,1)
}

.topbanner{
	display:flex;
}

.topbaner_one{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#0962d6;
	line-height:30px;
	margin:0 20px;
	margin-left:10px;
}

.topbaner_two{
	font-size:15px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(237,81,13,1);
	line-height:30px;
	margin:0 20px;
}

.topbaner_three{
	font-size:15px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(237,81,13,1);
	line-height:30px;
	margin:0 20px;
}

.flsdf{
	display:flex;
}
.centerbanner{
	display:flex;
	padding:10px;
}

.centerbanner_content{
	font-size:15px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(40,39,39,1);
	line-height:30px;
}

.clabel{
	font-size:13px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:30px;
}

.flsdfd{
	display:flex;
	margin:0 15px;
	margin-left:20px;
}

.flsdfdd{
	display:flex;
	margin:0px;
	margin-left:12px;
}

.right_tools{
	position:absolute;
	bottom:0;
	right:0px;
	width:190px;
	height:149px;
	background:#fff;
	text-align:right;
}

.right_tools_date{
	font-size:13px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:30px;
	padding-right:30px;
}

.right_left_cnt{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(105,105,105,1);
	line-height:30px;
	margin-right:5px;
	margin-top:3px;
}

.right_right_cnt{
	font-size:22px;
	padding-right:0px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(105,105,105,1);
	line-height:30px;
	color:#de0770;
	text-align:right;
	
}

.xiadan_btn{
	width:92px;
	height:32px;
	background:#0962d6;
	border-radius:3px;
	text-align:center;
	color:#fff;
	line-height:32px;
	margin-left:20px;
	margin-bottom:5px;
}

.xinagqing{
	padding:40px 10px;
	padding-bottom:0px;
	position: relative;
}
.xiangqing-logo{
	width: auto;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 47px;
}

.company_name{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(68,68,68,1);
	text-align:center;
}

.company_desc{
	margin-top:10px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(144,144,144,1);
	text-align:center;
}

.table_desc{
	margin-top:40px;
	display:flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.table_desc_item{
	margin-right:10px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(144,144,144,1);
}

.table_desc_itemb{
	width:80px;
	height:25px;
	border:1px solid rgba(159,159,159,1);
	border-radius:4px;
	color:rgba(159,159,159,1);
    text-align:center;
    cursor: pointer;
    line-height: 24px;
}

.layui-table td, .layui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
	text-align:center;
}

.item_bg{
	background:#f6f6f6;
}


.trad-panel{
    width: 100%;
    height: 170px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #eee;
    position: relative;
    box-sizing: border-box;
    padding: 10px 35px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.trad-panel:hover{
    box-shadow: 0 0 8px 0 #ccc ;
}
.trad-panel-num{
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    /* background: url(../img/trad_panel_num.png) no-repeat; */
    /* background-size: 100% 100%; */
    position: absolute;
    background-color: #0962d6;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.trad-panel-date{
    position: absolute;
    right: 35px;
    top: 14px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.trad-panel-left{
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
}
.color-grey{
    color: #999 !important;
}
.color-red{
    color: #de0770 !important;
}
.color-darkgrey{
    color: #666 !important;
}
.trad-panel-title{
    font-size: 14px;
}
.trad-panel-title span{
    margin-right: 40px;
}
.trad-panel-attr{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.trad-panel-attr span{
    font-size: 12px;
}
.trad-panel-com{
    font-size: 14px;
    display: flex;
}
.trad-panel-com div{
    margin-right: 40px;
}

.trad-panel-right{
    width: 18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0;
    margin-left: 30px;
}
.trad-panel-price{
    text-align: right;
    font-size: 14px;
}
.trad-panel-price .color-red{
    font-size: 18px;
    font-weight: bold;
}

.trad-panel-opera{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trad-panel-opera .collect{
    color: #666;
    cursor: pointer;
}
.trad-panel-opera .collect.cur i{
    color: #de0770;
}
.trad-panel-opera button{
    width: 112px;
    letter-spacing: 2px;
}


.calc-box{
	width: 1200px;
	box-sizing: border-box;
	min-height: 296px;
	padding: 30px 35px;
	background-color: #fff;
	margin-top: 20px;
}
.calc-box .calc-t{
	width: 100%;
	min-height: 110px;
	display: flex;
	justify-content: space-between;
}
.calc-box .calc-l{
	height: 100%;
	height: 624px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-between;
	padding: 130px 0; 

}
.calc-box .calc-l-panel{
	display: flex;
	height: 38px;
	align-items: center;
	margin-bottom: 10px;
	justify-content: center;
}
.calc-box .calc-l-panel:nth-last-of-type(1){
	margin-bottom: 0;
}
.calc-box .calc-l-panel label{
	width: 110px;
	text-align: right;
	font-size: 14px;
	color: #696969;
	line-height: 0;
}
.calc-box .calc-l-panel input{
	width: 247px;
	height: 37px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	margin-left: 20px;
	padding: 0 10px;
}
.calc-box .layui-unselect{
	margin-left: 20px;
}
.calc-box .layui-unselect input{
	margin-left: 0px;
}
.calc-box .calc-r{
	width: 680px;
}
.calc-box .calc-r p{
	color: #0962d6;
	font-size: 14px;
	line-height: 25px;
	text-align: right;
}
.calc-box .calc-r-table{
	width: 100%;
	border: 1px solid #EAEAEA;
	font-size: 15px;
	color: #5B5A5A;
	margin-top: 20px;
}
.calc-box .calc-r-table th,.calc-box .calc-r-table td{
	border: 1px solid #EAEAEA;
	height: 38px;
	text-align: center;

}
.calc-box .calc-r-table th{
	/* font-weight: normal; */
}
.calc-box .calc-r-table .tit-bg{
	background-color: #eee;
}
.calc-box .calc-r-table .imp-bg{
	background-color: rgb(226, 187, 180);
}
.calc-box .calc-r-table input{
	box-sizing: border-box;
	outline: none;
	display: block;
	border: none;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-align: center;
}
.calc-box .calc-r-table .cur{
	background-color: #0962d6;
	color: #fff;
}
.calc-box .calc-btn{
	display: block;
	width:112px;
	height:32px;
	background:rgba(51,102,153,1);
	border-radius:3px;
	margin: 45px auto 0;
	line-height: 32px;
}
.calc-box .calc-tip{
	color: #7D7D7D;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}