.page_header{
	display: none;
}

#btn_scan{
	position: relative;
}

#btn_scan:after {
    position: absolute;
    width: 6rem;
    height: 2.4rem;
    line-height: 2.4rem;
    content: "扫条码";
    display: block;
    top: 0rem;
    left: 2rem;
    color: #fff;
}

/* banner */
.page_banner{
	max-height: 400px;
	background: #fff;
}
/* banner slider */
.swiper-container {
    width: 100%;
    height: 100%;
} 

/* 第一栏 供需入口 */
.page_column_1{
	overflow: hidden;
}

.page_column_1 li {
	 	width: 25%;
    height: 10rem;
    float: left;
    background-color: #fff;
}

.page_column_1 li a {
    margin-left: 25%;
    margin-top: 10%;
    display: block;
    width: 50%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.btn_smzh{
	background-image: url(../img/ico/sy-smzh.png);
}
.btn_rdzx {
    background-image: url(../img/ico/sy-rdzx.png);
}
.btn_wlcx {
    background-image: url(../img/ico/sy-wlcx.png);
}
.btn_zhyg {
    background-image: url(../img/ico/sy-zhyg.png);
}




.ico_gong_big{
	background-image: url(../img/ico/ico_gong_big.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    width: 20%;
    height: 7rem;
}

.ico_xu_big{
	background-image: url(../img/ico/ico_xu_big.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    width: 20%;
    height: 7rem;
}
.ico_qiutang_big {
    background-image: url(../img/ico/ico_qiutang_big.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    width: 20%;
    height: 5rem;
}
.ico_zhanhui_big {
    background-image: url(../img/ico/ico_zhanhui_big.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    width: 20%;
    height: 4.5rem;
}

.page_column_1 .maina span{
	display: block;
    float: right;
    width: 80%;
    font-size: 2.2rem;
    color: #f04155;
    text-align: center;
}
.page_column_1 .suba span{
	display: block;
    float: right;
    width: 80%;
    font-size: 1.6rem;
    text-align: center;
}




/* 第二栏 快速委托 */
.page_column_2{
	overflow: hidden;
}

.page_column_2 .fastcall{
	display: block;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    background: #fff;
    position: relative;
}

.ico_tel{
    float: left;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    height: 3rem;
    width: 3rem;
    background-image: url(../img/ico/ico_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.page_column_2 h3{
	font-size: 1.3rem;
	display: inline;
	color: #666;
}

.page_column_2 .tel{
	font-size: 1.2rem;
	color: #8f8f8f;
}

.page_column_2 .fastcall a{
	font-size: 1.2rem;
	color: #3093ed;
	float: right;
	margin-right: 1rem;
}

/* 第三栏 我的快捷入口 */
.page_column_3{
	margin-top: 1rem;
	margin-bottom: 6rem;
	background: #fff;
	overflow: hidden;
}

.page_column_3 a{
	display: block;
	width: 49.5%;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.4rem;
	text-align: center;
	background: #fff;
	float: left;
}

.page_column_3 #a1{
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
}
.page_column_3 #a2{
	border-bottom: solid 1px #f0f0f0; 
}

.page_column_3 #a3{
	border-right: solid 1px #f0f0f0;
}

/* 每日推荐 */
.daily_rec{
	
}
.daily_rec.loading {
    background-image: url(../img/ico/index_loading.gif);
    height: 8rem;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center;
}
.dr_head{
	line-height: 5rem;
    font-size: 1.6rem;
    color: #555;
}
.dr_head label{
	color: #F04155;
    padding: 0 1rem;
}
.dr_head label:before{
	content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-image: url(../img/ico/ico_tj.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.dr_xu{
	margin-top: 2rem;
	background-color: #fff;
	display: none;
}
.dr_xu ul{
	background: #f2f2f2;
}
.dr_xu li{
    position: relative;
	background: #fff;
    padding: 1rem;
	padding-bottom: 2rem;
	overflow: hidden;
	margin-bottom: 1rem;
}

.dr_xu li:last-child{
    border-bottom: none;
}
.dr_xu li>a{
	display: block;
    overflow: hidden;
}
.dr_xu li>a.success:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    background-image: url(../img/transition_success.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.dr_xu li>a.unsuccess:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    background-image: url(../img/transition_unsuccess.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.dr_xu img.thumb{
    height: 100%;
    max-width: inherit;
    position: absolute;
    width: 100%;
}
.dr_xu .thumb_base{
    width: 35%;
    height: 14rem;
    float: left;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/thumb.png);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.thumb_base.is_liutong:after {
    content: "※流通品采购※";
    position: absolute;
    bottom: 0rem;
    width: 100%;
    text-align: center;
    background-color: #EF4158;
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #fff;
}
.dr_xu .content{
	float: left;
    width: 63%;
    margin-left: 2%;
    position: relative;
}
.xu_title{
	float: left;
    font-size: 1.4rem;
    color: #222;
    font-family: 黑体;
    line-height: 2.4rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xu_time {
    /* clear: both; */
    width: 100%;
    line-height: 2.6rem;
    color: #ccc;
    font-size: 1rem;
    /*background-image: url(mobile/img/ico/ico_time_small.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.2rem;
    padding-left: 1.5rem;*/
    float: left;
    letter-spacing: .1rem;
}
.lefttimer_num{
    background-color: #ffad5d;
    color: #fff;
    display: inline-block;
    padding: 0 .2rem;
    margin: 0 .05rem;
    height: 1.2rem;
    line-height: 1.3rem;
    vertical-align:middle;
    border-radius: .2rem;
    position: relative;
    z-index: 0;
}

.lefttimer_num:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffc48b;
    z-index: -1;
    border-radius: .2rem;
}
.xu_desc{
	float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #999;
}
.xu_country{
	float: left;
    width: 60%;
    font-size: 1rem;
    line-height: 2.4rem;
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    position: relative;
	text-indent: 2.2rem;
}

.xu_nums{
    clear: both;
	float: left;
    color: #ffad5d;
    font-size: 1.3rem;
}
label.xu_nums:before {
    content: "需求: ";
    color: #4e4e4e;
    font-size: 1rem;
    line-height: 2.4rem;
}
label.xu_nums:after {
    content: " 瓶";
    color: #4e4e4e;
    font-size: 1rem;
    line-height: 2.4rem;
}
.xu_city{
	float: left;
	font-size: 1rem;
    line-height: 2.4rem;
    color: #4e4e4e;
    margin-left: 0.5rem;
}
label.xu_city:before {
    content: "";
    display: inline-block;
    height: 1.4rem;
    width: 0rem;
    border-left: solid 1px #ccc;
    padding-left: .5rem;
    vertical-align: text-bottom;
}
.xu_people{
	float: left;
	font-size: 1rem;
    line-height: 2.4rem;
    color: #4e4e4e;
    margin-left: 0.5rem;
}
label.xu_people:before {
    content: "";
    display: inline-block;
    height: 1.4rem;
    width: 0rem;
    border-left: solid 1px #ccc;
    padding-left: .5rem;
    vertical-align: text-bottom;
}
.xu_offer{
    float: right;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #ccc;
}
label.xu_offer:after{
	content: "人报价";
}
.xu_mobile{
	float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #4e4e4e;
    background-image: url(../img/ico/ico_dh.png);
    background-repeat: no-repeat;
    background-size: 1.3rem;
    background-position: 0 center;
    text-indent: 1.5rem;
    display: none;
}
button.btn_xu_offer{
	position: absolute;
    right: 1rem;
    bottom: 2rem;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 黑体;
    line-height: 2.6rem;
    padding: 0 1.2rem;
    background-color: #fff;
    border: solid 1px #f04155;
    border-radius: .6rem;
    color: #F04155;
    background-image: url(../img/ico/ico_jb.png);
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
    padding-left: 2rem;
}


.dr_gong{
	margin-top:2rem;
	background-color: #fff;
	display: none;
}
.dr_gong ul{
	background: #f2f2f2;
}
.dr_gong li{
	background: #fff;
    position: relative;
    padding: 1rem;
	padding-bottom: 2rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.dr_gong li:last-child{
    border-bottom: none;
}
.dr_gong li>a{
	display: block;
    overflow: hidden;
}
.dr_gong img.thumb{
	width: 45%;
	height: 14.5rem;
    float: left;
    /*border-radius: 1rem;*/
}
.dr_gong .content{
	float: left;
    width: 53%;
    margin-left: 2%;
    position: relative;
}
.gong_title{
	float: left;
    font-size: 1.4rem;
    color: #222;
    font-family: 黑体;
    line-height: 2.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.gong_desc{
	float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gong_country{
	float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 2.4rem;
    position: relative;
	text-indent: 2.2rem;
}
.gong_nums{
	float: left;
    color: #ffad5d;
    font-size: 1.3rem;
}
label.gong_nums:before {
    content: "需求: ";
    color: #4e4e4e;
    font-size: 1rem;
    line-height: 2.4rem;
}
label.gong_nums:after {
    content: " 瓶";
    color: #4e4e4e;
    font-size: 1rem;
    line-height: 2.4rem;
}
.gong_city{
	float: left;
	font-size: 1rem;
    line-height: 2rem;
    color: #999;
}
.gong_level{
	float: left;
	font-size: 1rem;
	line-height: 2rem;
	margin-right: 1rem;
	color: #4e4e4e;
}
label.gong_level:before {
	color: #ccc;
    content: "等级 : ";
    background-image: url(../img/ico/ico_dj.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    padding-left: 1.6rem;
    background-position: 0 center;
}
.gong_type{
	float: left;
	color: #4e4e4e;
	font-size: 1rem;
	line-height: 2rem;
}
label.gong_type:before {
	color: #999999;
    content: "类型 : ";
}
.gong_price{
	float: left;
    width: 100%;
    background-image: url(../img/ico/ico_price.png);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: 0 center;
    padding-left: 3.4rem;
    color: #ffad5d;
    line-height: 2.2rem;
    border-top: solid 1px #f2f2f2;
    margin-top: .5rem;
}
label.gong_price:after {
	color: #999;
    content: "元/瓶";
    font-size: 1rem;
}
.gong_people{
	float: left;
	font-size: 1rem;
    line-height: 2rem;
    color: #999;
    margin-left: 0.5rem;
}
label.gong_people:before {
    content: "";
    display: inline-block;
    height: 1.4rem;
    width: 0rem;
    border-left: solid 1px #ccc;
    padding-left: .5rem;
    vertical-align: text-bottom;
}
.gong_mobile{
	float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #4e4e4e;
    background-image: url(../img/ico/ico_dh.png);
    background-repeat: no-repeat;
    background-size: 1.3rem;
    background-position: 0 center;
    text-indent: 1.5rem;
}
a.btn_gong_offer{
	position: absolute;
    right: 1rem;
    bottom: 2rem;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 黑体;
    line-height: 2.6rem;
    padding: 0 1.2rem;
    background-color: #fff;
    border: solid 1px #f04155;
    border-radius: .6rem;
    color: #F04155;
    background-image: url(../img/ico/ico_jb.png);
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
    padding-left: 2rem;
}


    /*报价弹窗*/
    .offer_dialog{
        position: fixed;
        width: 100%;
        height: 42rem;
        background-color: #fff;
        bottom: -42rem;
        opacity: 0;
        z-index: 1;
        box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.15);
        text-align: center;
        transition: all .3s ease-in;
        -moz-transition: all .3s ease-in; /* Firefox 4 */
        -webkit-transition: all .3s ease-in; /* Safari 和 Chrome */
        -o-transition: all .3s ease-in; /* Opera */
    }
    .offer_dialog.show{
        bottom: 0rem;
        opacity: 1;
         transition: all .3s ease-in;
        -moz-transition: all .3s ease-in; /* Firefox 4 */
        -webkit-transition: all .3s ease-in; /* Safari 和 Chrome */
        -o-transition: all .3s ease-in; /* Opera */
    }
    .od_close{
        position: absolute;
        right: 1rem;
        top: 1rem;
        text-indent: -9999px;
        width: 3rem;
        height: 3rem;
        background-image: url(../img/ico/ico_close.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .od_main{
        overflow-y: auto;
        height: 25rem;
        margin-top: 5rem;
    }
    .od_content{
        font-size: 1.6rem;
        line-height: 6rem;
        text-align: center;
        color: #4e4e4e;
    }
    #offer_price{
        border: solid 1px #FF808F;
        height: 4rem;
        border-radius: .4rem;
        width: 18rem;
        margin: 0 1rem;
        text-indent: 1rem;
        color: #F04155;
    }
    .od_remark{
        font-size: 1.6rem;
        line-height: 6rem;
        height: 6rem;
        text-align: center;
        color: #4e4e4e;
    }
    .od_remark_base{
        overflow: hidden;
        display: inline-block;
    }
    .od_remark_label{
        float: left;
    }
    #offer_remark{
        border: solid 1px #C5C5C5;
        height: 4rem;
        font-size: 1.6rem;
        line-height: 2rem;
        padding: .5rem 1rem;
        border-radius: .4rem;
        width: 16rem;
        margin: 0 1rem;
        margin-right: 5rem;
        color: #797979;
        float: left;
    }
    .od_sub{
        width: 40%;
        display: inline-block;
        height: 4rem;
        font-size: 1.8rem;
        line-height: 4rem;
        background-color: #F04155;
        border-radius: .4rem;
        color: #fff;
        cursor: pointer;
    }

    .btn_upload{
        width: 60%;
    }
    .uploader .uploadimgedit{
        width: 60%;
    }
	
	.preloader{
		width: 4rem;
		height: 4rem;
		display: none;
		position: relative;
		margin: 1rem auto;
	}
	.preloader.on{
		display: block;
	}
	.double-bounce1, .double-bounce2 {
	  width: 100%;
	  height: 100%;
	  border-radius: 50%;
	  background-color: #F44336;
	  opacity: 0.6;
	  position: absolute;
	  top: 0;
	  left: 0;
	   
	  -webkit-animation: bounce 2.0s infinite ease-in-out;
	  animation: bounce 2.0s infinite ease-in-out;
	}
	 
	.double-bounce2 {
	  -webkit-animation-delay: -1.0s;
	  animation-delay: -1.0s;
	}
	 
	@-webkit-keyframes bounce {
	  0%, 100% { -webkit-transform: scale(0.0) }
	  50% { -webkit-transform: scale(1.0) }
	}
	 
	@keyframes bounce {
	  0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	  } 50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	  }
	}

    .loadmore{
        text-align: center;
        line-height: 4rem;
        background: #f2f2f2;
        color: #999;
        display: none;
    }
	
	
	.update_version_cover{
		background: url(../img/report.png);
		background-repeat: no-repeat;
		background-size: 1rem;
		background-position: 2rem center;
		line-height: 3rem;
		font-size: 1.2rem;
		color: #F08D28;
		text-indent: 4rem;
		display:none;
		position:absolute;
	}