@charset 'UTF-8';

/**!
 * 交易详情
 * author: lucw;
 * date: 2019-05-16
 */

/* main */
.cm-wpr {
	 padding: 23px 20px 0;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    min-height: 500px;
}

.ewb-main {
    padding: 0;
    padding-bottom: 26px;
}
/* 步骤条 */

.step-bar {
    width: 150px;
    margin-top: 18px;

    position: fixed;
    margin-left: 995px;
}

.step-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 28px;
}

.step-item:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 6px;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    z-index: 1;
}

.step-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid #ddd;
    box-sizing: border-box;
    z-index: 2;
}

.step-name {
    line-height: 26px;
    font-size: 16px;
    color: #a6b3c2;
}

.step-time {
    line-height: 24px;
    color: #a6b3c2;
}

.current .step-name,
.done .step-name {
    color: #2d7eda;
}

.current.step-item:before {
    background-color: #246fdd;
    border-color: #246fdd;
}
.current.step-item:after {
    background-color: #246fdd;
}

.done.step-item:before {
    background-color: #fff;
    border-color: #246fdd;
}

.done.step-item:after {
    background-color: #246fdd;
}
/* go */
.ewb-go {
	width: calc(100% - 150px);
    /*padding-top: 23px;*/
    overflow: hidden;
}

.ewb-go-hd {
     margin: 0 60px 0 20px;
    text-align: center;
    background: url(../images/subPage/colu_fbg.jpg) left 10px repeat-x;
}

.go-tt {
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
    max-width: 428px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #2c7edc;
    background-color: #fff;
}

.go-sub {
    line-height: 32px;
    text-align: center;
    color: #2c7edc;
}

.go-state {
    line-height: 44px;
    color: #999;
    text-align: center;
	  margin-top: 10px;
    background-color: #f6f6f6;
    padding: 0 20px;
}

.go-list {
    margin: 0 7px;
    display: inline-block;
    vertical-align: top;
}

.ewb-go-bd {
    margin: 0 80px;
}

.go-pro {
    margin-top: 5px;
    min-height: 92px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}


.go-con {
    margin-left: 5px;
    height: 38px;
    font-weight: bold;
    color: #999;
    background: url(../images/subPage/golist_bg.png) 23px top no-repeat;
}

.go-con01 {
    margin-top: 4px;
    float: left;
    line-height: 32px;
    font-size: 24px;
    color: #d0d0d0;
}

.go-con02 {
    margin-left: 2px;
    margin-top: 14px;
    width: 86px;
    float: left;
    line-height: 22px;
    font-size: 14px;
}

.go-time {
    margin-top: 11px;
    padding-left: 24px;
    line-height: 22px;
    color: #999;
}

.ewb-go-items>li {
	margin-right: 25px;
    float: left;
    width: 123px;
    padding-top: 14px;
    padding-bottom: 7px;
    cursor: pointer;
}

.pro-cur{
	color: #fff;
	background: url(../images/subPage/goback_bg.jpg) left top no-repeat;
}

.pro-cur .go-con01,
.pro-cur .go-con,
.pro-cur .go-time{
	color: #fff;
}

.pro-cur .go-con{
	background-image: url(../images/subPage/golist_bg2.png);
}

.ewb-go-items>li:hover .go-con{
	color: #339aed;
	background-image: url(../images/subPage/golist_bgh.png);
}

.ewb-go-items>li:hover .go-con01{
	color: #339aed;
}

.ewb-go-items>li.pro-cur:hover .go-con01,
.ewb-go-items>li.pro-cur:hover .go-con,
.ewb-go-items>li.pro-cur:hover .go-time{
	color: #fff;
}

.ewb-go-items>li.pro-cur:hover .go-con{
	background-image: url(../images/subPage/golist_bg2.png);
}

/* make */
.ewb-make {
    margin-top: 20px;
}

.ewb-make-hd {
    position: relative;
    border-bottom: 2px solid #2c7edc;
}

.ewb-make-bd {
    padding-bottom: 24px;
}

.make-line {
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 100;
}

.ewb-make-items>li {
    float: left;
    border-left: 1px solid #fff;
}

.ewb-make-items>li:first-child {
    border-left: 0;
}

.make-lk.cur,
.make-lk:hover {
    color: #fff;
    font-weight: bold;
    background: url(../images/subPage/make_tabbg.jpg) left top no-repeat #246fdd;
}

.make-lk {
    /*padding: 0 47px;*/
    padding: 0 19px;
    display: block;
    line-height: 49px;
    font-size: 16px;
    color: #2c7edc;
    background-color: #ecf5ff;
}

.say-con {
    padding-top: 22px;
    line-height: 24px;
    color: #666;
	position: relative;
}

.say-det {
    color: #333;
}

.say-para {
    text-indent: 2em;
}

.say-con h2 {
    margin-top: 9px;
    line-height: 41px;
    font-size: 18px;
    font-weight: bold;
    color: #2c7edc;
}

.say-ps {
    margin-top: 18px;
    text-align: right;
}

/* fit */
.ewb-fit {
    background: url(../images/subPage/fit_bg.jpg) right top no-repeat #ecf5ff;
}

.fit-tt {
    width: 127px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-indent: 40px;
    background: url(../images/subPage/fit_ico.png) left top no-repeat;
}

.ewb-fit-items {
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 12px;
}

.ewb-fit-items>li {
    line-height: 32px;
}

.ewb-fit-items a {
    color: #2b7ddb;
}

.ewb-fit-items a:hover {
    text-decoration: underline;
}

/* 说明 */
.ewb-exp {
    margin-top: 12px;
    border: 1px solid #e5e5e5;
}

.ewb-exp-hd {
    padding-left: 27px;
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/subPage/exp_bg.jpg) left top no-repeat;
}

.ewb-exp-bd {
    line-height: 32px;
    color: #666;
}

.ewb-exp-con {
    padding: 20px;
    padding-bottom: 15px;
}

/* want */
.ewb-want {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -707px;
    margin-top: -78px;
     z-index: 99;
}

.ewb-want-items>li {
    margin-top: 1px;
}

.want-lk {
    padding-top: 12px;
    padding-left: 52px;
    display: block;
    width: 97px;
    height: 63px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: center top;
}

.want-lk.bg01 {
    background-image: url(../images/subPage/want01.jpg);
}

.want-lk.bg02 {
    background-image: url(../images/subPage/want02.jpg);
}

.want-lk.bg03 {
    background-image: url(../images/subPage/want03.jpg);
}

.want-lk.bg01:hover {
    background-image: url(../images/subPage/want01h.jpg);
}

.want-lk.bg02:hover {
    background-image: url(../images/subPage/want02h.jpg);
}

.want-lk.bg03:hover {
    background-image: url(../images/subPage/want03h.jpg);
}

/* 倒计时 */
.ewb-do {
    width: 357px;
    height: 137px;
    background: url(../images/subPage/say_bg.png) center top no-repeat;
}

.ewb-do-hd {
    padding-top: 4px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.ewb-do-items {
    padding: 0 7px;
    text-align: center;
}

.ewb-do-items>li {
    float: left;
    width: 33.3%;
}

.do-msg {
    margin: 0 auto;
    width: 74px;
    height: 53px;
    line-height: 53px;
    font-weight: bold;
    font-size: 38px;
    color: #2c7edc;
    border-radius: 4px;
    background-color: #fff;
}

.do-time {
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.ewb-say-box {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 357px;
    height: 137px;
}

.do-end {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 357px;
    height: 137px;
    line-height: 137px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: url(../images/subPage/say_bgh.png) center top no-repeat;
}

/*新增分享*/
.share {
	border-top: 1px solid #e6e6e6;
	padding-top: 28px;
}

.share-l {
    float: left;
}

.share-l>span {
    float: left;
    color: #999;
    /*line-height: 30px;*/
}

.share-icon {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.share-icon>img {
    display: inline-block;
    vertical-align: middle;
}

.bdshare-button-style1-16 .bds_sqq{
	height:19px;
	background:url('../images/share_icon1.png'),no-repeat !important;
}

.bdshare-button-style1-16 .bds_weixin{
	height:19px;
	background:url('../images/share_icon2.png') !important;
}

.bdshare-button-style1-16 .bds_tsina{
	height:19px;
	background:url('../images/share_icon3.png') !important;
}

/* åˆ†äº« */
.bdshare-button-style1-16 {
    float: left;
	margin-top: 6px;
	
}
.bdshare-button-style1-16>a {
   margin-left: 15px !important;
}

.bdshare-button-style1-16>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.bds_sqq {
	padding-left:16px !important;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.bds_sqq>img {
    display: inline-block;
    vertical-align: middle;
}
.bds_weixin {
	padding-left:24px !important;
    float: left;
    height: 20px !important;
    line-height: 30px;
    margin-left: 20px;
}

.bds_weixin>img {
    display: inline-block;
    vertical-align: middle;
}

.bd_weixin_popup{
	min-height: 340px !important;
}
.bd_weixin_popup_foot{
  
}
.bds_tsina {
	padding-left:22px !important;
    float: left;
    height: 20px !important;
    line-height: 30px;
    margin-left: 20px;
}

.bds_tsina>img {
    display: inline-block;
    vertical-align: middle;
}

/* 1400分辨率以下 */

@media (max-width: 1400px) {
    .ewb-want {
        left: 0;
        margin-left: 0;
    }
	/*图片处理*/
	.say-con img{
		max-width:800px;
	}
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
	.ewb-go-bd{
		margin: 0 40px;
	}
	/*图片处理*/
	.say-con img{
		max-width:800px;
	}
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
	.ewb-go-bd{
		margin: 0 20px;
	}

	.ewb-go-hd{
		margin: 0 20px;
	}

    .ewb-go-items>li{
        margin-right: 15px;
    }

	.make-lk{
		padding: 0;
		text-align: center;
	}

	.ewb-make-items>li{
		width: 20%;
	}
	
	/*图片处理*/
	.say-con img{
		max-width:700px;
	}

}


/* 手机端 */

@media (max-width: 767px) {
    .ewb-want {
        position: static;
        margin: 0;
        margin-top: 10px;
        width: 100%;
        height: auto;
    }

    .ewb-want-items>li{
    	width: 33.33%;
    	float: left;
    }

    .want-lk{
    	padding: 0;
    	line-height: 63px;
    	text-align: center;
    	width: auto;
    	background: none;
    }

    .want-lk.bg01{
    	background: none;
    	background-color: #28b194;
    }

    .want-lk.bg02{
    	background: none;
    	background-color: #fe9e60;
    }

    .want-lk.bg03{
    	background: none;
    	background-color: #68bdef;
    }

    .want-lk.bg01:hover{
    	background: none;
    	background-color: #02a486;
    }

    .want-lk.bg02:hover{
    	background: none;
    	background-color: #f58940;
    }

    .want-lk.bg03:hover{
    	background: none;
    	background-color: #49a9df;
    }

    .ewb-go-bd{
		margin: 0 10px;
	}

	.ewb-go-hd{
		margin: 0 10px;
	}

	.ewb-make-bd{
		padding-bottom: 10px;
	}

	.ewb-exp{
		margin-top: 10px;
	}

	.ewb-main{
		padding-bottom: 12px;
	}

	.go-pro{
		min-height: auto;
		height: 92px;
		overflow-x:auto; 
	}

	.ewb-go-items>li{
		display: inline-block;
		white-space: nowrap;
		float: none;
	}

	.ewb-go-items{
		white-space: nowrap;
		height: 92px;
		display: inline-block;
	}

	.ewb-fit-items{
		padding: 10px;
	}

	.ewb-exp-con{
		padding: 10px;
	}

	.ewb-go{
		padding-top: 10px;
	}

	.make-lk{
		font-size: 15px;
	}

	.make-line{
		display: none;
	}

	.ewb-make-hd{
		overflow-x: auto;
	}

	.ewb-make-items{
		min-width: 500px;
	}

	.go-state{
		padding: 10px 0;
		line-height: 24px;
	}
	
	/*图片处理*/
	.say-con img{
		max-width:500px;
	}
	/*分享图片处理*/
	.bdshare-button-style1-16 {
	    float: left;
		margin-top: 0px;
	}

}

/*竖版手机端*/

@media (max-width: 480px) {
	 .step-bar {
        float: none!important;
        width: 100%;
    }

    .ewb-go {
        float: none!important;
        width: 100%;
    }
	.want-lk{
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}

	.ewb-say-box{
		width: 100%;
	}

	.ewb-do{
		width: 100%;
		background-size: 100% 100%;
	}

	.ewb-do-hd{
		font-size: 18px;
	}

	.do-msg{
		font-size: 32px;
		width: 60px;
	}

	.do-time{
		font-size: 15px;
	}
	/*图片处理*/
	.say-con img{
		max-width:300px;
	}
}

/*土地矿权详情新增*/
.show_table{
	line-height: 2.5; 
	font-size: 18px;
	overflow-x: auto;
}
.oldurl{
	width: 170px;
    height: 53px;
    background-image: url(../images/oldUrl.png);
}

.center{
	text-align: center;
}

.show_red{
	color: red; 
	font-size: 30px;
}
/* 参与，打印 */

.want {
    position: relative;
    line-height: 20px;
    margin: 10px 0 0 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}

.want>a {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    margin-left: 15px;
    vertical-align: top;
}

.want>a:first-child {
    margin-left: 0;
}

.want>a:after,
.bdshare-button-style1-16>a:after {
    display: none;
    position: absolute;
    top:100%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin: 6px 0 0 -4px;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #404040 transparent;
}

.want>a:before,
.bdshare-button-style1-16>a:before {
    display: none;
    content: attr(text);
    position: absolute;
    top:100%;
    left: 50%;
    width: auto;
    height: 24px;
    margin-top: 10px;
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background-color: #404040;
    border-radius: 4px;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.want>a:hover:after,
.want>a:hover:before,
.bdshare-button-style1-16>a:hover:before,
.bdshare-button-style1-16>a:hover:after {
    display: block;
}

.join {
    background: url("../images/join_icon.png") center center no-repeat;
}

.print {
    background: url("../images/print_icon.png") center center no-repeat;
}



/*土地矿权详情新增*/
.show_table{
	line-height: 2.5; 
	font-size: 18px;
	overflow-x: auto;
}
.oldurl{
	width: 170px;
    height: 53px;
    background-image: url(../images/oldUrl.png);
}

.center{
	text-align: center;
}

.show_red{
	color: red; 
	font-size: 30px;
}
