
body{display:flex;display:-webkit-flex;flex-direction:column;height:100vh;
margin:0;
}
.modal-app{
	height:100%;width:100%;background:#f6fafd;position:fixed;top:0;right:0;bottom:0;left:100%;z-index:998;
}
.modal-app2{
	//height:100%;width:100%;
	background:#f6fafd;position:fixed;
	//top:0;
	right:0;
	bottom:0;
	//left:100%;
	left:0;
	z-index:999;
}
//解决ios兼容问题。未知原因无效，故废弃

.detailios {
display:none;

padding-left: 280px;

	height:100%;

	width:100%;background:#f6fafd;
	position:fixed;
	top:0;right:0;bottom:0;
	
	left:9999px;
	
	z-index:999;
}
.modal-app > div:first-child,.modal-app2 > div:first-child{
	line-height:50px;background:#282c31;text-align:center;color:#fff;font-size:2rem;
}
.modal-app .back_user,.modal-app2 .back_user{
	background:url(../images/range.png) no-repeat center;background-size:10px 16.5px;width:50px;height:50px;position:absolute;left:0px;
	//opacity:1;
}
.back-trans{
	opacity:1 !important;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;
}
.modal-app .add_product{background:url(https://chongzhi.com/images/add_01.png) no-repeat center;background-size: 18px 18px;width: 50px;height:50px;position:absolute;right:0;top:0;}
.container{
	display:flex;display:-webkit-flex;flex:1;overflow-y:scroll;flex-direction:column;overflow-x:hidden;/*height:calc(100vh - 100px)*/;
	background:#f6fafd;
}
.container > div{height:100%;width:100%;}
.header{display:none;box-sizing:content-box;background:rgb(42, 41, 46);text-align:center;line-height:50px;height:50px;font-size:1.4rem;width:100%;}
.header .header_img{background: url(https://chongzhi.com/images/cz_phone_head.png) no-repeat center center;background-size: 60px 20px;width:60px;height:50px;display: none;}
.header .memu_name{font-size:2rem;color:#fff;display:none;}
.header .question{background:url(https://chongzhi.com/images/question.gif) no-repeat center;background-size:20px;width:50px;height:50px;position:absolute;right:0;top:0;display:none;}
.header .header-back{
background: url(../images/range.png) no-repeat center;background-size:10px 16.5px;width:50px;height:50px;position:absolute;left:0px;
//display:none;
}
.header .credit-btn {
	background:url(https://chongzhi.com/images/ico_credit_gray.png) no-repeat center;
	background-size:20px;
	width:50px;
	height:50px;
	position:absolute;
	top: 0;
	right: 0;
	display:none;
}
.icon{width:25px;height:25px;background:url(https://chongzhi.com/images/iconsb526542.png) no-repeat;background-size:250px auto;margin-top:3px;}
.icon-cz{background-position:0 0;}
.icon-cz-active{background-position:-30px 0;}
.icon-user {background-position:-60px 0;}
.icon-user-active {background-position:-90px 0;}
.footer-gb{background-color:#fff;width:100%;}
.footer-gb .foot-item {width:33.3%;height:100%;float:left;text-align:center;}
.footer-gb .foot-item a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.4rem;color:#000;}
.footer-gb a span {height:20px;line-height:20px;font-size:11px;}
.icon_check{background:url(https://chongzhi.com/images/checkdan_1.png) no-repeat;}
.icon_check-active{background: url(https://chongzhi.com/images/checkdan_2.png) no-repeat;}
.footer-gb .checkdan i{background-size:25px;width:25px;height:25px;}
.footer-gb .checkdan span{margin-top:1.5px;}

/*商品列表*/
.cz_page{height:100%;}
.cz_page .cz_tab_head{line-height:45px;height:45px;font-size:1.4rem;background:#fff;z-index:999999;width:100%;  display: -webkit-box; display: -ms-flexbox; display: flex;}
.cz_page .cz_tab_head .cz_tabs{-webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align:center;color:#626262;background-color:#fff;position:relative;}
.cz_page .cz_tab_head .cz_tabs.cz_active::after{height:43px;width:100%;border-bottom:2px solid rgb(250, 172, 66);content: "";position: absolute;left: 0px;}
.cz_page .content{background:#f6fafd;position:relative;overflow:hidden;width:100%; height:calc(100% - 45px);}
.cz_page .content .cz_tab_body{position:relative;background:#f6fafd;width:700%;height:100%;}
.cz_page .content .cz_tab_body .cz_tab_item{display:block;float:left;overflow:hidden;width:14.28%;height:100%;}
.cz_page .cz_tab_item .cz-table-view{background-color:#f6fafd;overflow-x:hidden;overflow-y:auto;padding-top:10px;height:100%;}
.cz_page .cz_tab_item .cz-table-view li{list-style:none;position:relative;overflow:hidden;padding:5px 15px;font-size:1.4rem;color:#626262;background-color:#fff;}
.add_load_btn{height:50px;line-height:50px;text-align:center;color: #626262;font-size:1.4rem;}

/*查单*/
.dindan_num{width:85%;margin:0 auto;position:relative;}
.dindan_num input{border:none;margin-bottom: 0px;height: 50px;font-size:1.4rem;}
.dindan_num .del_order{display:none;width:50px;height:50px;position:absolute;top:0px;right:0px;background:url(https://chongzhi.com/images/del_order.png) no-repeat center;background-size:36%;}
.btn_check{text-align:center;width:85%;height:50px;line-height:50px;border-radius:25px;margin:50px auto;color:#fff;background:linear-gradient(to right, #ff9600, #ff6001);}
.btn_check:active{background:#ff6001;}
.check_page{width:100%;height:100%;box-sizing:border-box;display:flex;display:-webkit-flex;display:-ms-flexbox;flex-direction:column;}
.check_page .con{flex:1 0 auto;margin-top:50px;}
.check_page .warm_tips{padding-left:18px;padding-right:16px;margin-bottom:50px;}
.check_page .warm_tips p{margin-bottom:2px;color:#626262;font-weight:bold;}
.check_page .warm_tips ol{color:#626262;list-style-position:inside;}
.re_cz_page{background:#f6fafd;height:calc(100% - 50px);width:100%;padding-top:50px;box-sizing:border-box;}
.succ_cz_page{background:#f6fafd;
//height:calc(100% - 50px);
width:100%;overflow:auto;
}
.succ_cz_page .cz_status_pic{width:100px;height:100px;margin:20px auto;}
.succ_cz_page .com_bg{position:relative;background:url(../images/cz_tip_bk.png) no-repeat;background-size:100% 100%;width:100%;margin:auto;display:flex;display:-webkit-flex;flex-direction:column;justify-content:center; padding: 40px 0;}
.succ_cz_page .com_bg::before{content:"";width:99%;border:1px dashed rgb(244, 246, 248);position:absolute;left:0;top:20px;}
.succ_cz_page .com_bg::after{content:"";width:99%;border:1px dashed rgb(244, 246, 248);position:absolute;left:0;bottom:20px;}
.succ_cz_page .cz_ok{background:url(../images/cz_ok.png) no-repeat center;background-size:50%;}
.succ_cz_page .cz_error{background:url(../images/cz_error.png) no-repeat center;background-size:50%;}
.succ_cz_page .cz_zhong{background:url(https://chongzhi.com/images/cz_zhong_ph.gif) no-repeat center;background-size:50%;}
.succ_cz_page .com_txt{width:100%;text-align:left;padding:5px 0 5px 30px;color:#626262;font-size:1.4rem;}

/*用户*/
.user_page{font-size:1.4rem;color:#626262;width:100%;height:100%;overflow-x:hidden;background:#f6fafd;}
.user_page a {
	color: #626262;
}
.user_page .content .common{background-color:#fff;width:100%;height:45px;line-height:45px;position:relative;text-indent:60px;}
.user_page .content .common:active{background-color:rgba(0,0,0,0.05);}
.user_page .content .common i{position:absolute;left:20px;top:12px;width:20px;height:20px;}
.user_page .content .tele i{background:url(https://chongzhi.com/images/user_01.png) no-repeat;background-size:20px 20px;}
.user_page .content .tele_phone{display:inline-block;text-indent:0px;}
.user_page .content .wangwang i{background:transparent url(https://chongzhi.com/images/wanwan.png) no-repeat;background-size:20px 20px;}
.user_page .content .business i{background:transparent url(https://chongzhi.com/images/business_01.png) no-repeat;background-size:20px 20px;}
.user_page .content .business.nologin i{background:transparent url(https://chongzhi.com/images/business_02.png) no-repeat;background-size:17px 17px;}
.user_page .content .order_center i{background:transparent url(https://chongzhi.com/images/bus_manage_01.png) no-repeat;background-size:20px 20px;}
.user_page .content .order_center.nologin i{background:transparent url(https://chongzhi.com/images/bus_manage_02.png) no-repeat;background-size:17px 17px;}
.user_page .order_center,.user_page .she_zhi,.user_page .contract_kf{margin-top:6px;}
.user_page .content .safe_center i{background:transparent url(https://chongzhi.com/images/safe_01.png) no-repeat;background-size:20px 20px;}
.user_page .content .contract_kf i{background:transparent url(https://chongzhi.com/images/customer.png) no-repeat;background-size:18px 18px;}
.user_page .content .she_zhi i{background:transparent url(https://chongzhi.com/images/shezhi.png) no-repeat;background-size:17px 17px;}
.user_page .content .credit-item i{background:transparent url(https://chongzhi.com/images/ico_credit_yellow.png) no-repeat center;background-size:20px;}
.user_page .content .down_load i{background:transparent url(https://chongzhi.com/images/down.png) no-repeat;background-size:18px 18px;}
.user_page .content small {
	float: right;
	margin-right: 40px;
	color: #999;
	font-size: 1.4rem;
}
.user_page .content span.d_span {position:absolute;right:20px;top:12px;font-size:2.0rem;color:rgb(181, 182, 183); text-indent: 0}
.user_page .content .btn_lg{text-align:center;width:85%;height:50px;line-height:50px;border-radius:25px;margin:20px auto;color:#fff;background:#ff5b4f;}
.user_page .btn_lg:active{background:#ff6001;}

.login_page,.regist_page{width:100%;height:calc(100% - 50px);overflow-y:auto;background-color:#f6fafd;font-size:1.6rem;}
.bg_logo{margin:40px auto;width:105px;height:105px;background:url(https://chongzhi.com/images/czk_logo_03.png) no-repeat center;background-size:100%;}
.login_page .phone,.login_page .pwd,.regist_page .phone,.regist_page .pwd{width:80%;height:50px;position:relative;margin:auto;}
.login_page .content .phone_span{position:absolute;right:20px;top:15px;color: rgb(181, 182, 183);}
.login_page .content input,.regist_page .content input{height: 100%;width: 100%;border: none;text-indent: 40px;border-radius:0;}
.login_page .content .phone input,.regist_page .content .phone input{background: #fff url(https://chongzhi.com/images/phone.png) no-repeat 20px center;background-size: 16px 22px;border-radius:3px 3px 0px 0px;font-size:1.4rem;}
.login_page .content .pwd input{border-radius:0px 0px 3px 3px;}
.login_page .content .pwd input,.regist_page .content .pwd input{background: #fff url(https://chongzhi.com/images/pwd.png) no-repeat 20px center;background-size: 20px 20.7px;border-top:1px solid rgb(242,242,242);font-size:1.4rem;}
.login_page .btn_lg,.regist_page .btn_lg{text-align: center;width:85%;height:50px;line-height: 50px;border-radius:25px;margin:60px auto 30px;color:#fff;font-size:1.4rem;background:linear-gradient(to right, #ff9600, #ff6001);}
.login_page .btn_lg:active,.regist_page .btn_lg:active{background:#ff6001;}
.login_page .footer,.regist_page .footer{color:#b5b6b7;height:50px;text-align:center;}
.login_page .footer div,.regist_page .footer div{margin-top:10px;font-size:1.4rem;}
.select_menu_wrap{position: absolute;z-index:999;width:100%;height:auto;top:50px;display:none;max-height:200px;overflow-y:auto;}
.select_menu_wrap .select_item{height:50px;line-height:50px;position:relative;background: #F8F8F8;border-bottom: 0.5px solid #ddd;}
.select_menu_wrap .select_item span{margin-left:55px;display:inline-block;width: calc(100% - 55px);cursor: default;}
.select_menu_wrap .del_img{width:28px;height:28px;display:inline-block;background:url(https://chongzhi.com/images/quan.gif) no-repeat left center;background-size:100% 100%;position: absolute;margin-top: 11px;left: 15px;}
.forget_pwd_wrap{width:80%;margin:auto;}
.forget_pwd_wrap span{display:inline-block;width:50%;}
.regist_page .content #regist_pwd2{border-radius:0 0 3px 3px;}

/*暂不用样式 .wangwang_page{position:fixed;top:50px;left:100%;z-index:100009;background-color:#f6fafd;width:100%;height:calc(100% - 50px);font-size:1.4rem;}
.wangwang_page .wan_w{width:85%;margin:0 auto;margin-top:50px;}
.wangwang_page .wan_w input{border:none;margin-bottom:0;height:50px;font-size:1.4rem;}
.wangwang_page .btn_bind_wang{text-align: center;width:85%;height:50px;line-height: 50px;border-radius: 25px;margin: 50px auto;color: #fff;background: linear-gradient(to right, rgb(255, 150, 0), rgb(255,96,1));}
.wangwang_page .btn_bind_wang:active{background:linear-gradient(to right, rgb(255,96,1), rgb(255,96,1));}*/

.pro_release{background-color:#f6fafd;width:100%;height:calc(100% - 50px);font-size:1.4rem;}
.pro_release .pro_adress{width:85%;margin:20px auto;}
.pro_release .pro_adress input {border:none;height:50px;font-size:1.4rem;margin-bottom:0px;}
.pro_release .pro_type{width:85%;margin:auto;height:50px;line-height:50px;}
.pro_release .pro_type > div{width:50%;float:left;text-align:center;}
.pro_release .pro_type .pro_redio{background:url(https://chongzhi.com/images/pro_redio.png) no-repeat;background-size:80% 80%;display: inline-block;width: 32px;height: 32px;vertical-align: middle;}
.pro_release .pro_type .selected{background:url(https://chongzhi.com/images/pro_select.png) no-repeat;background-size:80% 80%;}
.pro_release .pro_price{width:85%;background-color:#fff;height:50px;line-height:50px;margin:0 auto;text-align: left;text-indent: 1em;}
.pro_release .pro_price input{border:none;width:80%;color:#ff6600;}
.pro_release .btn_release{text-align:center;width:85%;height:50px;line-height:50px;border-radius: 25px;margin: 50px auto 0;color: #fff;background: linear-gradient(to right, rgb(255, 150, 0), rgb(255,96,1));}
.pro_release .btn_release:active,.user_page .btn_release:active{background: linear-gradient(to right, rgb(255,96,1), rgb(255,96,1));}
.select_wrap{width:85%;margin:20px auto;height:50px;}
.select_wrap > div{width:50%;float:left;position:relative;}
.select_wrap .select_type,.select_value{text-align:center;background-color:#fff;height:50px;line-height:50px;}
.select_wrap .select_type .va i {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 5px;	
}
.select_wrap ul{list-style: none;position:absolute;width:100%;z-index:9999999;display:none;background:#fff;}
.select_wrap ul.value_s{height:400px;overflow-y:scroll;}
.value_wrap2{display: none;}
.select_wrap ul li{text-align: center;background-color:#fff;height:50px;line-height:50px;}
.select_wrap ul li i {
	display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 5px;	
}
.select_wrap ul li:active{background-color: rgba(0,0,0,0.5);}
.select_wrap .arrow_sp{font-size:1.8rem;margin-left:10px;}

.pro_manager{width:100%;height:calc(100% - 50px);background-color:#f6fafd;}
.pro_manager ul{height:100%;}
.pro_man_ul li{list-style:none;position:relative;overflow:hidden;padding: 5px 15px;font-size:1.4rem;color:#626262;background-color:#fff;}
.pro_manager .info{display:inline-block;}
.pro_manager .del_edit{display:inline-block;float:right;margin-top:1.4rem;}
.pro_manager .pro_m_edit{display:inline-block;width:24px;height:24px;background: url(https://chongzhi.com/images/edit.png) no-repeat;background-size:90%;margin-right:30px;}
.pro_manager .pro_m_del{display:inline-block;width:24px;height:24px;background: url(https://chongzhi.com/images/deltele.png) no-repeat;background-size:90%;margin-right:10px;}

.guanyu_page{width:100%;height:100%;left:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:space-around;align-items:center;}
.guanyu_page .guanyu_h{background:url(https://chongzhi.com/images/guanyu.png) no-repeat center;background-size:50%;width:100%;height:110px;}
.guanyu_page .guanyu_t{background:url(https://chongzhi.com/images/guanyu_t.png?20180820) no-repeat 60% center;background-size:50%;width:100%;height:110px;}
.guanyu_page .txt_info{font-size:1.4rem;margin-bottom:30px;}
.guanyu_page .txt_info .company{font-weight:bold;}
.guanyu_page .kf a{color:#626262;}

.shezhi_page{width:100%;height:100%;left:100%;font-size:1.4rem;z-index:100005;background-color:#f6fafd;}
.shezhi_page > div{height:50px;line-height:50px;width:100%;padding-left:10%;font-weight:bold;}
.shezhi_page ul{background-color:#fff;}
.shezhi_page ul li{height:50px;line-height:50px;width:100%;padding-left:15%;position:relative;}
.shezhi_page ul li:active{background-color:rgba(0,0,0,0.05);}
.shezhi_page li i{display:none;width:20px;height:20px;background:url(https://chongzhi.com/images/gou_01.png) no-repeat;background-size: 80%;position: absolute;left: 5%;top: 18px;}
.shezhi_page li i.active{display:block;}
.showorhide{display: none;}
@media screen and (max-height:400px) {
	.check_page{
		overflow-y:auto;
	}
	.check_page .warm_tips{
		position:static;margin-bottom:50px;
	}
	.succ_cz_page{
		overflow-y:auto;
	}
}
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone4/4s */
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
}
@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 */
	.login_page .btn_lg, .regist_page .btn_lg{margin: 30px auto;}
	.regist_page .footer div {margin-top: 5px;}
	.user_page .content .common{position:relative;text-indent:60px;}
	.user_page .content .common i {top: 10px;}
	.user_page .content .btn_lg{margin:20px auto 0;}
	/*.user_p_wrap .bg_logo {
	    margin:20px auto;width:110px;height:110px;background:url(https://chongzhi.com/images/czk_logo_03.png) no-repeat center center;background-size:100%;
	}*/
}
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
	.user_page .content .common{height:45px;line-height: 45px;position:relative;text-indent: 60px;}
	.user_page .content .common i {top:12px;}
}
@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {/* 兼容iphone X */
   .footer-gb {
      /* padding-top: constant(safe-area-inset-top);
       padding-left: constant(safe-area-inset-left);
       padding-right: constant(safe-area-inset-right);*/
       /*padding-bottom: constant(safe-area-inset-bottom);*/
        padding-bottom: constant(safe-area-inset-bottom);
    	padding-bottom: env(safe-area-inset-bottom);
    }

}
    
/************  更新-2018-07-11  ************/
.dindan_num {
	position: relative;
}
.dindan_num em {
	position: absolute;
	width: 40px;
	height: 50px;
	background: url("../images/buttom.png") no-repeat center;
	background-size: 12px auto;
	cursor: pointer;
}
.dindan_num input {
	padding-left: 40px; 
}
.history-list {
	position: absolute;
	left: -2px;
	top: 52px;
	width: 101%;
	display: none;
}
.history-list li {
	line-height: 32px;
	background: #f9f8f8;
	color: #888;
	padding-left: 40px;
}
.history-list li i {
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://chongzhi.com/images/del.png) no-repeat center;
    background-size: 15px;
    margin-right: 10px;
}
.history-list li:hover {
    background: #f3f3f3;
    box-shadow: 0 0 8px #f3f2f2 inset;
    color: #666;
    cursor: pointer;	
}
.search-item {
	color: #626262;
}
.search-item i {
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url("https://chongzhi.com/images/search-ico.png") no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin-left: 5px;
}
.product-title span i {
	display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;    	
}
.product-title span .bg_100 {
	background: #3a9bfd;
}
.product-title span .bg_101 {
	background: #e52222;
}
.product-title span .bg_102 {
	background: #2ac92a;
}
.product-title span .bg_900 {
	background: #284e8d;
}
.product-title span .bg_201 {
	background: #cb68ff;
}
.select_value .va {
	color: #999;
}
.select_value .price-input {
    width: 50px;
    height: 20px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;	
    text-align: center;
    font-size: 14px;
}