/*----index----*/
.bc04{
	background: #040404;
}
.mcbc{
    height: 100%;
    background: rgba(28, 31, 35, 0.8);
    padding-top: 32px;
}
.plr17{
	padding: 0 17px;
}
.pr17{
	padding-right: 17px;
}
.section{
	padding:  65px 0;
}
.crumbs-nav, .crumbs-nav a{
	color: #abb0b1;
	font-size: 12px;
	line-height: 40px;
}
.module-title{
	font-size: 24px;
	color: #B2BAC7;
	line-height: 40px;
	overflow: hidden;
	font-family: Microsoft YaHei;
	font-weight: 300;
}
.module-title-tip{
	font-size: 12px;
	color: #6a757f;
	font-weight: 400;
	margin-left: 15px;
}
.module-title-btn{
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #B2BAC7;
	background: #1C1F23;
	cursor: pointer;
	margin-top: 7px;
}
.module-title-btn:hover{
	color: #fff;
}
.module-title .new-title {
    height: 55px;
}
.module-title .new-title h2:after {
    bottom: -10px;
}
.module-title hr{
	width: 50px;
	border-color: #319e46;
	margin: 4px 0 0;
}
.module-price-limit{
	font-size: 12px;
	margin: 44px 0 36px;
}
.module-price-cont{
	max-width: 1380px;
	min-width: 1100px;
	margin-top: 44px;
}
#proPrice, #proDetail, #proGragh{
	width: 100%; 
	height: 450px;
}
.module-deal, .module-rank{
	width: 50%;
}
#proRatio, #proRank{
	width: 100%;
	height: 550px;
}
#proPrice img, #proDetail img, #proGragh img, #proRatio img, #proRank img, #demands-items img, #markets-items img{
	display: block;
	margin: 250px auto 0;
}
.module-banner{
	width: 280px;
	height: 563px;
	background: url(/static/pc/images/left-banner.png) center no-repeat;
}
.module-banner-text{
	margin-top: 443px;
	line-height: 120px;
	text-align: center;
	color: #B2BAC7;
	background: rgba(28,31,35,0.8);
	font-size: 16px;
}
.module-banner-text span{
	font-size: 16px;
	color: #00ff47;
}
.module-dynamic{
	width: 660px;
	margin-left: 350px;
}
.module-dynamic-cont{
	overflow: hidden;
	margin-top: 20px;
}
.md-cont-item{
	width: 320px;
	height: 100px;
	padding: 20px 25px;
	background: #1C1F23;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}
.md-cont-item p{
	font-size: 16px;
	margin-bottom: 16px;
	color: #B2BAC7;
}
.md-cont-item span{
	font-size: 12px;
	color: #5C636B;
	max-width: 198px;
}
.md-cont-operat{
	width: 320px;
	height: 100px;
	padding: 34px 41px;
	background:rgba(4,4,4,0.5);
	border:1px solid rgba(28,31,35,1);
	position: absolute;
	left: 0;
	top: -100px;
	transition: .3s;
}
.operat-btn{
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.operat-btn:hover{
	color: #fff;
}
.operat-apply{
	background: #18A006;
}
.operat-demand{
	background: #00AEFF;
}
.md-cont-item:hover .md-cont-operat{
	top: 0;
}
.md-btn{
	width: 32px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.md-apply{
	color: #5C636B;
	border: 1px solid #2A2E33;
}
.md-demand{
	color: #5C636B;
	border: 1px solid #2A2E33;
}
.md-cont-more{
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #5C636B;
	border: 1px solid #2A2E33;
	margin: 20px auto 0;
	cursor: pointer;
}
.module-order{
	width: 300px;
}
.module-order-list{
	margin-top: 20px;
}
.mo-list-item{
	display: block;
	width: 300px;
	height: 116px;
	text-align: center;
	color: #B2BAC7;
	font-weight: lighter;
	margin-bottom: 8px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 24px;
}
.module-order-list div:last-child{
	margin-bottom: 0px;
}
.mo-list-item span{
	font-size: 14px;
}
.mli1{
	background-image: url(/static/pc/images/mli-01.png);
}
.mli2{
	background-image: url(/static/pc/images/mli-02.png);
}
.mli3{
	background-image: url(/static/pc/images/mli-03.png);
}
.mli4{
	background-image: url(/static/pc/images/mli-04.png);
}
.module-tab{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
}
.module-tab-head{
	background: #f7fafa;
	border-bottom: 1px solid #e3e8eb;
	color: #959ca2;
	font-size: 14px;
	line-height: 40px;
}
.module-tab-head:hover tr{
	background: #f7fafa;
}
.module-tab-head, .module-tab-main{
	width: 100%;
}
.module-tab-main{
	font-size: 14px;
	color: #30445a;
	line-height: 45px;
}
.module-tab-main tr:nth-child(even){
	background: #f7fafa;
}
.module-tab-main tr:hover{
	background: #fff4e5;
}
.layui-laydate-main tr:hover{
	background: #fff;
}
.layui-laydate-main tr:nth-child(even):hover{
	background: #f8f8f8;
}
.tab-cell{
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.module-tab-head .tab-cell{
	font-weight: lighter;
}
.tab-cell-area{
	width: 200px;
}
.tab-cell-broad{
	width: 120px;
}
.tab-cell-class{
	width: 120px;
}
.tab-cell-cate{
	width: 120px;
}
.tab-cell-price{
	width: 120px;
}
.tab-cell-trend{
	width: 120px;
}
.tab-cell-trend span{
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px 10px;
}
.tab-cell-date{
	width: 200px;
}
.trend-rise{
	background-image: url(../images/trend-01.png);
}
.trend-hold{
	background-image: url(../images/trend-02.png);
}
.trend-fall{
	background-image: url(../images/trend-03.png);
}
.pager{
	display: inline-block;
	padding: 20px;
	margin: 40px auto 0;
	overflow: hidden;
}
.pager div{
	float: left;
	margin: 0 5px;
}
.pager-btn{
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f3f6f6;
	color: #a7aeb1;
}
.pager-btn:hover{
	color: #fff;
	background: #319e46;
}
.pager-btn.active{
	color: #fff;
	background: #319e46;
}
.flow-title{
	color: #30435a;
	font-size: 14px;
	line-height: 30px;
}
.flow-cont a{
	width: 104px;
	line-height: 24px;
	font-size: 12px;
	float: left;
	margin-right: 30px;
	color: #959da2;
}
.city-select{
	float: left;
	width: 120px;
	height: 30px;
	margin-right: 10px;
}
.city-select select{
	-webkit-appearance: menulist;
	width: 100%;
	height: 100%;
	padding-left: 5px;
	border-color: #dcdfe2;
	background: #f7f9fb;
	font-size: 14px;
	color: #6a757f;
	vertical-align: middle;
}
.date-input input{
	width: 160px;
	height: 30px;
	padding: 0 40px 0 12px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	color: #6a757f;
	border: 1px solid #dcdfe2;
	background-color: #f7f9fb;
	background-image: url(../images/date.png);
	background-position: 130px center;
	background-repeat: no-repeat;
}

/*----弹窗----*/
.issue{
	padding: 20px 30px;
}
.issue-direct{
	overflow: hidden;
	padding: 20px 20px 10px;
	background: #f3f6f6;
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}
.issue-direct i{
	color: #bec8d0;
	font-style: normal;
	font-size: 20px;
}
.issue-direct-item{
	float: left;
	text-align: center;
}
.issue-direct-item span{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #bec8d0;
	color: #fff;
	margin: 0 auto;
}
.issue-direct-item p{
	font-size: 12px;
	color: #959ca2;
	margin: 0;
	line-height: 30px;
}
.issue-operat{
	width: 100%;
	height: 30px;
	border: 1px solid #71c381;
	margin-top: 16px;
}
.issue-operat-btn{
	float: left;
	width: 50%;
	line-height: 30px;
	text-align: center;
	color: #71c381;
	cursor: pointer;
}
.issue-operat-btn.active{
	background: #71c381;
	color: #fff;
}
.issue-form-item{
	margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.issue-form-item>span{
	position: relative;
	padding-left: 10px;
	width: 60px;
	color: #959ca2;
	font-size: 14px;
	margin-right: 12px;
	text-align-last: justify;
}
.redstar:before{
	content: '*';
	position: absolute;
	left: 0;
	top: 0;
	color: #FF0000;
}
.issue-form-item input::-webkit-input-placeholder, .issue-form-item textarea::-webkit-input-placeholder{
    color: #b5bbc0;
}
.issue-form-item input::-moz-placeholder, .issue-form-item textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #b5bbc0;
}
.issue-form-item input:-moz-placeholder, .issue-form-item textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #b5bbc0;
}
.issue-form-item input:-ms-input-placeholder, .issue-form-item textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #b5bbc0;
}
.issue-form-input{
    -webkit-box-flex: 1;
    flex: 1;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    outline: none;
    height: 32px;
    font-size: 14px;
    color: #222;
    border-color: #dcdfe2;
    background: #f7f9fb;
}
.issue-form-textarea{
	width: 232px;
	height: 84px;
	padding: 10px;
	border-color: #dcdfe2;
	background: #f7f9fb;
	outline: none;
	resize: none;
}
.issue-rider{
	height: 30px;
	line-height: 30px;
	background: #f7f9fb;
	border: 1px solid #dcdfe2;
	border-left-color: #f7f9fb;
	margin-left: -1px;
	cursor: pointer;
}
.issue-rider select{
	width: 50px;
	padding-right: 10px;
	text-align: right;
	background: url(../images/down.png) 34px center no-repeat;
	border: none;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
.issue-rider.select-more select{
	width: 72px;
	background: url(../images/down.png) 58px center no-repeat;
}
.issue-submit{
	float: right;
	width: 252px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #329d46;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.dn{
	display: none;
}
/*----detail----*/
.trend-operat{
	width: 200px;
	height: 32px;
	border: 1px solid #71c381;
	margin-top: 8px;
}
.trend-operat-btn{
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #71c381;
	cursor: pointer;
}
.trend-operat-btn.active{
	color: #fff;
	background: #71c381;
}
/*----query----*/
.module-cond{
	overflow: hidden;
	margin-top: 20px;
}
.module-cond-item{
	float: left;
	margin-right: 28px;
	overflow: hidden;
}
.module-cond-title{
	line-height: 30px;
	font-size: 14px;
	color: #959ca2;
	float: left;
}
.cond-btn{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #208f3e;
}
.cond-search{
	margin-right: 23px;
}
.cond-reset{
	background: #a9b3bb;
}
.cond-issue{
	width: 100px;
}
.el-selects {
	padding-top:24px ;
	padding-bottom: 24px;
}
.el-selects span{
	color: #B2BAC7;
}
.el-selects .el-input__inner{
	background: rgba(40,46,54,1);
	border: 1px solid rgba(62,65,74,1);
	border-radius: 0;
	height: 40px;
	width: 160px;
	color: #B2BAC7;
}
.chart-item{
   width: calc((100% - 30px)/4);
   height: 220px;
   background: #1C1F23;
   position: relative;
}
.mr10{
	margin-right: 10px;
}
.charts-l{
	width: 340px;
	float: left;
	margin-right: 18px;
}
.charts-r{
	width: auto;
	margin-left: 358px;
}
.charts-t{
	overflow: hidden;
}
.charts-map{
	width: 664px;
	float: left;
	height: 460px;
}
.charts-r1{
	float: right;
}
.charts-b{
	background: #1C1F23;
	color: #B2BAC7;
	font-size: 12px;
	padding: 17.5px 24px;
}
.charts-b .table{
	width: 100%;
}
.tab-ul{
	height: 200px;
	overflow: hidden;
	width: 100%;
}
.th ul{
	display: flex;
	justify-content: space-between;
}
.th li{
	/* width: 15%; */
	flex: 1;
	background: #2A2E33;
	color:#727A82  ;
	height: 18px;
	line-height: 18px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.th li:first-child{
	padding-left: 10px;
}
.tab-ul ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 24px;
}
.li span{
	padding-left: 10px;
	width: 15%;
	color: #B2BAC7;
}
.minw{
	min-width: 300px;
}
.li span:first-child,.th li:first-child{
	/* width: 40%; */
}
.chart-item canvas{
	top: -18px !important;
}
.h200{
	height: 200px !important;
}
#mapDemo{
	height: 96%;
	width: 100%;
}
.charts-div2{
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
	height: 700px;
	position: relative;
}
.charts-div3{
	overflow: hidden;
}
.w340{
	width: 340px !important;
}
.chart-span{
	position: absolute;
	bottom: 11px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.chart-span span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #B2BAC7;
}
.chart-span span:before,.chart-span span:first-child::before,.chart-span span:nth-child(3)::before{
	content: '';
	left: 0;
	height: 6px;
	width: 6px;
	background: #00AEFF;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.chart-span span:first-child::before{
	background: #18A006;
}
.chart-span span:nth-child(3)::before{
	background: #FFA93A;
}
.chart-title{
	font-size: 14px;
	color:#B2BAC7 ;
	position: absolute;
	top: 5px;
	left: 10px;
	}
.layui-layer-load {
    background: none !important;
}
@media screen and (max-width: 1379px) {
	.module-banner{
		width: 250px;
	} 
.module-dynamic{
	width: 572px;
	margin-left: 272px;
}
	.mo-list-item,.module-order{
		width: 280px;
	}
	.md-cont-item{
		width: 280px;
	}
	.md-cont-operat{
		width: 280px;
		padding: 34px 20px;
	}
}