*{
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	list-style: none;
	box-sizing: border-box;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	display: block;
	content: '';
	clear: both;
}
.staticHeight{
	height: 50px;
	width: 100%;
	position: relative;

}
.height10{
	height: 10px;
	background: #F1F1F1;
}
.height20{
	height: 20px;
	background: #F1F1F1;
}
.p30{
	padding: 0px 15px;
}
.textcenter{
	text-align: center;
}

.zongti{
	max-width: 750px;
	min-width: 320px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
/* 首页开始 */

.pheader{
	height: 55px;
	width: 100%;
	padding: 0px 10px;
	background: #fff;
	padding-top: 10px;
}
.pheader .pheader_top{
	width: 100%;
	height: 35px;
	display: flex;
}
.top_left{
	width: 30px;
}
.top_left img {
	width: 20px;
	margin-top: 8px;
}

.top_center{
	width: calc( 100% - 80px);
	background: #f1f1f1;
	border-radius: 6px;
}
.top_center input{
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: #f1f1f1;
	border-radius: 6px;
	padding-left:35px;
	background-image:url(../img/search.png) ;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 10px;
}
.top_right{
	width:50px;
	text-align: right;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_right span{
	color: #333;
}
.top_right img{
	width: 10px;
	vertical-align: 2px;
	margin-left: 8px;
}

.index_banner{
	position: relative;

}
.index_banner .banner_img{
	position: relative;
	width: 100%;
}

.index_router_item{
	width: 100%;
	height: 100px;
	padding: 20px 0;
}
.router_item {
	width: 100%;
	position: relative;
}
.router_item ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.router_item ul li{
	width: 20%;
}
.router_item ul li a{
	display: block;
}
.router_item ul li a img{
	display: block;
	width: 40px;
	margin: 0 auto;
}
.router_item ul li a p{
	font-size: 13px;
	margin-top: 5px;
}

.index_pro{
	width: 100%;
}
.pro_item{
	margin-top: 10px;
}
.pro_title{
	height: 48px;
	line-height: 48px;
	padding-top: 2px;
}
.pro_tit{
	height: 48px;
	line-height: 48px;
	padding-top: 2px;
    text-align: center;
}
.pro_title img{
	height: 25px;
	display: block;
	margin: 0 auto ;
	line-height: 45px;
    margin-top: 12px;
}
.index_pro .pro_img{
	width: 100%;
	border-radius: 5px;
	border-radius: 5px;
}
.index_pro .pro_detail{
	background: #fff;
	height: 55px;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow:0px 3px 5px #f8f8f8;
	padding-left: 11px;
}
.index_pro .pro_detail h4{
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #000;

}
.index_pro .pro_detail .pro_price{
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #000;
    margin-top: 6px;
}
.index_pro .pro_detail .pro_price .color_price{
	position: relative;
    font-size: 12px;
    color: #fff;
    padding-left: 3px;
    text-align: center;
}
.index_pro .pro_detail .pro_price s{
	font-size: 11px;
	color: #999;
	padding-left: 10px;
}
.index_pro .pro_detail .pro_price .join_cart{
	float: right;
	background: #fedc00;
	width: 90px;
	border-radius: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.index_more{
	height: 50px;
	width: 100%;
	padding: 13px;
}
.index_more img{
	height: 25px;
	margin: 0 auto;
	display: block;
}

.pfooter{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fff;
	height: 50px;
	z-index: 100;
}
.pfooter ul{
	display: flex;
	justify-content: space-around;
	padding: 5px 0px;
}
.pfooter ul li{
	flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	width: 25%;
	text-align: center;
}
.pfooter ul li img{
	width: 25px;
}
.pfooter ul li p{
	font-size: 12px;
}
.index_select p{
	color: #ff9010;
}
.index_select p{
	color: #ff9010;
}
.cart{
	background: #fff;
}
.cart_item{
	height: 91px;
	border-top: 1px solid #f7f7f7;
	background: #fff;
}

.cart_select_item{
	position: relative;
	line-height: 90px;
	height: 90px;
	overflow: hidden;
}
.cart_select_item label{
	position: relative;
	line-height: 90px;
	height: 90px;
}
.cart_select_item input{
	position: absolute;
	z-index: -10;
	top: 10px;
	left: 10px;
}
.cart_select_item .check{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 35px;
	background: url(../img/nocheck.png);
	background-size: 20px 20px;
}

.cart_select_item input:checked+.check {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 35px;
	background: url(../img/checked.png);
	background-size: 20px 20px;
}

.cart_pro_img{
	width: 80px;
	padding-top: 10px;
}
.cart_pro_img img{
	width: 70px;
	max-height:70px ;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.cart_right_price{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.cart_right{
	padding-top: 10px;
	position: relative;
	height: 90px;
}
.cart_right .cart_right_title{
	font-size: 13px;
	font-weight: bolder;
}

.cart_right_price .pro_price{
	color: #ff5556;
	font-size: 14px;
}

.cart_num{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 25px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
}
.cart_num .remove{
	font-size: 18px;
	padding: 0px 10px;
	border-right: 1px solid #b7b7b7;
}
.cart_num .num{
	font-size: 14px;
	padding: 0px;
	padding: 0px 5px;
	vertical-align: 1px;
}
.cart_num .add{
	font-size: 18px;
	padding: 0px 10px;
	border-left: 1px solid #b7b7b7;
}

.cart_jiesuan{
	position: fixed;
	bottom: 50px;
	width: 100%;
	background: #fff;
	height: 50px;
	z-index: 100;
	padding: 0px 15px;
}
.cart_jiesuan_xuan{
	float: left;
}

 .cart_jiesuan_xuanlabel{
	position: relative;
	line-height: 50px;
	height: 50px;
}
.cart_jiesuan_xuan input{
	position: absolute;
	z-index: -10;
	top: 10px;
	left: 10px;
	display: none;
}
.cart_jiesuan_xuan .check{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	background: url(../img/nocheck.png);
	background-size: 20px 20px;
}

.cart_jiesuan_xuan input:checked+.check {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	background: url(../img/checked.png);
	background-size: 20px 20px;
}
.cart_jiesuan_xuan .xuanxuan{
	vertical-align: 3px;
	margin-left: 5px;
}
.cart_jiesuan_right{
	height: 50px;
	float: right;
}
.cart_jiesuan_right .jiesuanbtn{
	float: right;
	display: block;
	width: 90px;
	height: 35px;
	margin-top: 5px;
	background: #ff6a53;
	border-radius: 5px;
	border: 0px;
	color: #fff;
	font-size: 15px;
}
.cart_jiesuan_right .heji{
	float: right;
	font-size: 13px;
	color:#ff6a53 ;
	margin-top: 13px;
	margin-right: 10px;
}

.public_header{
	height: 50px;
	line-height: 50px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
}
.public_left{
	position: absolute;
	left: 15px;
	z-index: 10;
}
.public_left img{
	width: 10px;
}
.public_center{
	position: relative;
	text-align: center;
	z-index: 9;
	font-size: 18px;
	font-weight: bolder;
}
.public_right{
	position: absolute;
	right: 15px;
}
.introduce_img{
	position: relative;
	padding-bottom: 10px;
}
.jianjietu{
	width: 100%;
}

.introdce_detail{
	padding: 0px 15px;
}
.introdce_detail p{
	text-indent: 2em;
	line-height: 20px;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #333;
}

.jiagou{
	width: 100%;
}

.jiagou img{
	width: 90%;
	display: block;
	margin: 15px auto;
}
.zhidu{
	padding: 20px 15px;
}
.zhidu p{
	text-indent: 2em;
	text-align: justify;
	line-height: 20px;
	color: #666;
}
.news_block{
	background: #fff;


}

.news_item{
	height: 100px;
	padding: 0px 15px;
}
.news_item .news_item_title{
	color: #333;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item .news_item_miao{
	color: #666;
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_item .news_item_time{
	font-size: 12px;
	color: #666;
	line-height: 25px;
}

.news_detail{
	background: #fff;
	padding: 10px 15px 30px;
}
.news_detail_title{
	height: 60px;
}
.news_detail_title h4{
	height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.news_detail_title p{
	height: 50px;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.news_detail_title p span{
	margin-left: 10px;
}
.news_cont{

}
.news_cont p{
	text-indent: 2em;
	line-height: 20px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
}
.news_cont img{
	display: block;
	margin: 10px auto;
	width: 100%;
	border-radius: 8px;
}
.goods1{
	height: 85px;
	padding: 5px 15px;
}
.goods1 p{
	line-height: 25px;
}
.goods1 .color_price{
	font-size: 16px;
}
.goods2{
	height: 35px;
	padding: 8px 15px;
	position: relative;
}
.goods2 p{
	color: #666;
}
.goods2 .sharebtn{
	position: absolute;
	right: 0px;
	top: 5px;
	padding: 3px 15px;
	background: #f7f7f7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.goods2 .sharebtn img{
	width: 15px;
	margin-right: 5px;
}

.goods3{
	padding: 10px 15px;
}
.goods3 .goods3_title{
	padding-bottom: 10px;
}
.goods3 .goods3_title h4{
	padding-left: 10px;
	border-left: 3px solid #ffac19;
}
.goods3 .goods3_left{
	padding-left: 20px;
	color: #666;
	line-height: 25px;
	font-size: 13px;
}
.goods3 .goods3_right{
	padding-left: 20px;
	color: #666;
	line-height: 25px;
	font-size: 13px;
}
.goods4{
	padding: 10px 0px;
}
.goods4 .goods4_title{
	padding-bottom: 10px;
	padding: 0px 15px 10px;
    padding-top: 40px;
}

.goods2 p{
	padding-left: 10px;
	border-left: 3px solid #ffac19;
}
.goods3_tit h4{
	padding-left: 10px;
	border-left: 3px solid #ffac19;
}
.goods4 .goods4_title h4{
	padding-left: 10px;
	border-left: 3px solid #ffac19;
}
.goods4 .goods4_cont img{
	width: 100%;
}

.cart_alert{
	position: fixed;
	bottom: 50px;
	/*height: 130px;*/
	width: 100%;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #F7F7F7;
}
.cart_alert .cart_alert_cont{
	padding: 15px 15px;
}
.cart_alert .cart_alert_item {
	height: 110px;
}
.cart_alert .cart_right{
	height: 110px;
}
.cart_alert .cart_alert_item .cart_pro_img{
	width: 100px;
	height: 100px;
	padding-top: 10px;
}
.cart_alert .cart_alert_item .cart_pro_img img{
	width: 80px;
	height: 80px;
	max-height: 80px;
	border-radius: 8px;
}
.cart_alert .cart_alert_item .cart_right{
	padding-top: 30px;
}

.cart_alert .cart_alert_item .cart_right p{
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.cart_alert  .cart_alert_item .cart_right .color_price{
	line-height: 25px;
	color: #ff5556;
	font-size: 16px;
}
.cart_alert  .cart_right_price{
	position: relative;
}

.cart_alert .cart_right_price .cart_num{
	position: absolute;
	bottom: 15px;
	right: 0px;
	height: 25px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
}
.cart_alert .cart_right_price .cart_num .remove{
	font-size: 18px;
	padding: 0px 10px;
	border-right: 1px solid #b7b7b7;
}
.cart_alert .cart_right_price .cart_num .num{
	font-size: 14px;
	padding: 0px;
	padding: 0px 5px;
	vertical-align: 1px;
}
.cart_alert .cart_right_price .cart_num .add{
	font-size: 18px;
	padding: 0px 10px;
	border-left: 1px solid #b7b7b7;
}
.pfooter1{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fff;
	height: 50px;
	z-index: 100;
}
.pfooter1 ul{
	display: flex;
	justify-content: space-around;
	height: 100%;
}
.pfooter1 ul li{
	flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	width: 50%;
	text-align: center;
	height: 100%;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}
.alert_close{
	width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    transform: rotate(45deg);
    font-size: 24px;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #666;
	z-index: 105;
}

.sort_item{
	position: relative;
}
.sort_item .fenlei{
	position: fixed;
	height: calc(100% - 100px);
	background: #fff;
	width: 100px;
	border-top: 1px solid #F2F2F2;
	padding-top: 20px;
}
.sort_item .fenlei ul li{
	text-align: center;
	/* line-height: 35px; */
	margin: 10px 0px;
}
.sort_item .fenlei ul li.active{
	border-left: 2px solid #fe9500;
	color: #fe9500 ;
}

.order_sort {
	border-top: 1px solid #F7F7F7;
	padding-bottom: 10px;
	background: #fff;
}

.order_sort ul{
	display: flex;
}
.order_sort ul li{
	flex: 1;
	width: 25%;
	text-align: center;
	position: relative;
}
.order_sort ul li.active p{
	color: #ff7200;
}
.order_sort ul li img{
	height: 22px;
	margin: 13px auto 5px;
}
.order_sort ul li .dotnum{
	position: absolute;
    right: 28%;
    top: 8px;
	background: #ff4c34;
	padding:2px 7px;
	color: #fff;
	font-size: 12px;
	border-radius:100% ;
}
.order_zong{
	background: #fff;
}
.order_list{
	position: relative;
	padding: 1px 0px;
}
.order_list:after{
	content: '';
	display: block;
	clear: both;
}
.order_item{
	position: relative;
	height: 90px;
	padding: 0px 15px;
	border-bottom: 1px solid #F2F2F2;
}
.order_item:after{
	content: '';
	display: block;
	clear: both;
}
.order_left{

}
.order_left img{
	width: 70px;
	height: auto;
	border-radius: 5px;
	margin: 9px 0px;
}
.order_right{
	width: calc(100% - 70px);
	margin-top: 10px;
	position: relative;
	height: 80px;
}
.order_right h4{
	float: left;
	width: 65%;
	padding-left: 10px;
	/*font-weight: bold;*/
}

.order_right .order_price{
	text-align: right;
}
.order_bottom{
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 100%;
    padding: 0px 10px;
}
.order_bottom .color_price{
	font-size: 16px;
}
.btn_leixing{
	width: 75px;
	/*height: 25px;*/
	border-radius: 8px;
	text-align: center;
	float: right;
	border: 1px solid #F2F2F2;
	line-height:25px ;
	font-size: 12px;
}
.queren{
	background: #fea500;
	color: #fff;
}
.quxiao{
	border: 1px solid #cecece;
	margin-right: 10px;
}

.daifu{
	border: 1px solid #ff7862;
	color: #ff7862;
}
.wancheng{
	border: 1px solid #83df2f;
	color: #83df2f;

}
/* 首页结束 */
/* 我的开始 */
.mine_top{
	height: 335px;
	background: url(../img/minebg.png) ;
	background-size: 100% 100%;
	padding: 0px 15px;
	overflow: hidden;
}

.mine_info{
	width: 100%;
	margin: 45px 0px 10px 0px;
	background: #fff;
	border-radius: 10px;
}
.mine_info .mine_info_top{
	height: 175px;
	border-bottom: 1px solid #F2F2F2;
	padding: 10px;
	margin: 10px;
}
.mine_info .mine_info_top img{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.mine_info .mine_info_top p{
	text-align: center;
	line-height: 22px;
}
.mine_phone{
	color: #ff9300;
}
.mine_zichan{
	padding: 0px 10px;
	height: 105px;
}
.mine_zichan h4{
	padding-bottom: 5px;
}
.mine_zichan ul {
	display: flex;
	justify-content: space-around;
}
.mine_zichan ul li{
	flex: 1;
	width: 33%;
}
.mine_zichan ul li p{
	text-align: center;
}

/* liebiao */
.mine_list{
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 15px;
}
.mine_list h4{
	padding-left: 10px;
	margin: 10px 0px;
	padding-left: 10px;
	border-left: 2px solid #ffa517;
}
.mine_list h4 span{
	color: #666;
}
.order_sort {
	border-top: 1px solid #F7F7F7;
	padding-bottom: 10px;
	background: #fff;
}

.mine_item ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.mine_item ul li{
	width: 25%;
	text-align: center;
	position: relative;
	flex-direction: column;
}
.mine_item ul li.active p{
	color: #ff7200;
}
.mine_item ul li img{
	height: 22px;
	margin: 13px auto 5px;
}
.mine_item ul li .dotnum{
	position: absolute;
    right: 28%;
    top: 8px;
	background: #ff4c34;
	padding:2px 7px;
	color: #fff;
	font-size: 12px;
	border-radius:100% ;
}
.erweima_list{
	background: #fff;
	padding: 10px 15px;
}
.erweima_list p{
	line-height: 20px;
}
.sheng{
	margin: 20px auto;
}
.sheng button{
	display: block;
	margin: 50px auto;
	height: 40px;
	width: 250px;
	background: #fea900;
	border-radius: 20px;
	color: #fff;
	border: 0px;
}
.erweima1_zong{
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	background: url(../img/erbg.jpg);
	background-size: 100% 100%;
}
.info_er_top{
	height: 110px;
	padding-top: 56px;
	padding-left:76%;

}
.info_er_top img{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 100%;
}
.info_er_top p{
	line-height: 30px;
}
.info_er_ma{

}
.info_er_ma img{
	width: 88px;
	height: 88px;
	border-radius: 5px;
	border: 1px solid #ff412a;
	margin: 58px auto;
	display: block;
}

.bangding{
	padding: 30px 30px;
}
.bangding h4{
	line-height: 40px;
}
.bangding_item{
	height: 70px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 20px;
}
.bangding_item p{
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 14px;
}
.bangding_item img{
	margin-right: 10px;
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
}
.bangding_item input{
	height:30px ;
	display: block;
	width: 100%;
	border: 0px;
	outline: none;
	padding-left: 25px;
}
.sure_btn{

}
.sure_btn button{
	width: 250px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	border: 0px;
	border-radius: 25px;
	background: #fea100;
	font-size: 18px;
	margin: 80px auto 30px;
	color: #fff;
}

.pass_zu{
	height: 45px;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.pass_item{
	width: 100%;
}
.pass_item .pass_zu_item{
	width: 50%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border:1px solid #ccc;
}
.pass_item .pass_zu_item.active {
	background: #fea100;
	color: #fff;
	border:0px solid #ccc;
}
.pass_item .pass_left{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.pass_item .pass_right{
	border-right:0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.tuijian_cont{
	background: #fff;

}
.tui_list{
	padding: 10px 15px;
	height: 80px;
	border-bottom: 1px solid #f2f2f2;
}
.tui_left{
	float: left;
	widows: 70px;
}
.tui_name{
	float: left;
	line-height: 60px;
	width: 80px;
	text-align: center;
}
.tui_id{
	float: left;
	line-height: 60px;
}
.tui_left img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.tuijian_zu{
	height: 40px;
	padding: 0px 15px;
	background: #fff;
}
.tuijian_item ul{
	display: flex;
	justify-content: space-around;
}
.tuijian_item ul li{
	width: 33%;
	text-align: center;
	line-height: 40px;
}
.tuijian_item ul li.active{
	border-bottom: 1px solid #ff9010;
	color: #ff9010;
}
.jifen_zong{
	background: #fff;
}
.jifen_item{
	padding: 0px 15px;
	border-bottom: 1px solid #F2F2F2;
	height: 40px;
	line-height: 40px;
}
.jiangli_zong{
	background: #fff;

}
.jiangli_list{
	padding: 7px 15px;
	border-bottom: 1px solid #F2F2F2;
}
.jiangli_item{
	line-height: 30px;
}
.jiangli_item .jifen_time{
	color: #666;
}
.jiangli_item2{
	line-height: 20px;
}
.jiangli_item3{
	line-height: 20px;
	padding-bottom: 5px;
}

.address_item{
	background: #fff;
	padding: 10px 15px;
	margin-top: 10px;
}
.address_top{
	height: 60px;
	border-bottom: 1px solid #ccc;
}
.address_top p{
	line-height: 20px;
}
.address_top .dizhi_detail{
	line-height: 30px;
	color: #666;
}
.address_bottom{
	height: 30px;
	line-height: 30px;
}

.address_xuan  input{
	position: absolute;
	z-index: -10;
	top: 10px;
	left: 10px;
	display: none;
}
.address_xuan  .radio_xuan{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	background: url(../img/nocheck.png);
	background-size: 20px 20px;
}

.address_xuan  input:checked+.radio_xuan {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	background: url(../img/zhong.png);
	background-size: 20px 20px;
}
.address_xuan  input:checked~.moren {
	color: #ff9010;
}
.address_xuan .moren{
	vertical-align: 5px;
	margin-left: 5px;
}

.address_caozuo{

}
.address_caozuo span{
	margin-left: 10px;
	vertical-align: bottom;
}
.address_caozuo span img{
	width: 15px;
	margin-right: 5px;
}

.address_add button{
	width: 250px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	border: 0px;
	border-radius: 25px;
	background: #fea100;
	font-size: 18px;
	margin: 80px auto 30px;
	color: #fff;
}

.add_item{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F2F2F2;
	padding: 0px 15px;
	background: #fff;
}
.add_item1{
	height: 70px;
	border-bottom: 1px solid #F2F2F2;
	padding: 0px 15px;
	background: #fff;
}
.add_item .add_left{
	float: left;
	width: 80px;
	font-weight: bold;
}
.add_item .add_right{
	float: left;
}
.add_item .add_right input{
	border: 0px;

}
.add_item1 .add_left{
	line-height: 40px;
	font-weight: bold;
}
.wuyiyi{

	height: 40px;
}
.add_item1 p{
	color: #999;
}
.info_top{
	height: 80px;
	padding: 10px 15px;
	background: #fff;
}

.info_top img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
	background: #fff;
	display: block;
	margin: 0 auto;
}
.info_top .name{
	margin-top: 8px;
	line-height: 25px;
}
.info_cont{
	margin-top: 10px;
}
.info_item{
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	background: #fff;
	border-bottom: 1px solid #F2F2F2;
}
.info_item .info_left{
	color: #666;
}
.info_item input{
	height: 30px;
	margin-top: 10px;
	width: 200px;
	text-align: right;
	border: 0px;
	outline: none;
}
.info_item .sex{
	height: 30px;
	margin-top: 10px;
	width: 80px;
	text-align: right;
	border: 0px;
	outline: none;
	margin-left: 20px;
}
.info_item .sex_zong input{
	width: 18px;
	vertical-align: -10px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #ff9010;
}
.layui-form-radio {
    line-height: 28px;
    margin: 0px;
    padding-right: 0px;
    cursor: pointer;
    font-size: 0;
}

.tixian_top{
	height: 150px;
	background: url(../img/tixianbg.png);
	background-size: 100% 100%;
}
.tixian_top p{
	text-align: center;
	color: #fff;
}
.tixian_top p span{
	padding: 3px 10px;
	border: 1px solid #fff;
	border-radius: 10px;
}
.ti1{
	line-height: 40px;
	font-size: 13px;
	padding-top: 15px;
}
.ti_money{
	font-size: 18px;
	margin-bottom: 20px;
}
.tixian_item1{
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	padding: 0px 15px;
	background: #fff;
}
.tixian_item2{
	margin-top: 10px;
	padding: 0px 15px;
	background: #fff;
}
.zhifu_item {
	padding: 10px 0px;
	border-bottom: 1px solid #F2F2F2;
}
.zhifu_item .zhiimg {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
.zhifu_item .yinimg {
	height: 40px;
	display: inline-block;
	margin-right: 8px;
}

.zhifu_item .myicon{
	margin-top: 15px;
	font-weight: bold;
}

.tixian_xuanze{
	margin-top: 10px;
}
.tixian_item3{
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	background: #fff;
	border-bottom: 1px solid #F2F2F2;
}
.tixian_item3 input{
	width: 150px;
	height: 30px;
	margin-top: 10px;
	border: 0px;
	outline: none;
}
.tixian_btn button{
	width: 80%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	border: 0px;
	border-radius: 25px;
	background: #fea100;
	font-size: 18px;
	margin: 30px auto 30px;
	color: #fff;
}
.qiandao{
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	background: url(../img/qiandaobg.png);
	background-size: 100% 100%;
}
.qiaodao_top{
	height: 170px;
	color: #fff;
	text-align: center;
}
.qiaodao_top p{
	margin-top: 35px;
	font-size: 16px;
}
.qiaodao_top h3{
	margin-top: 10px;
	font-size: 24px;
}

.qiaodao_jinbi{
	position: absolute;
	top: 63%;
	width: 100%;
	text-align: center;
}
.qiaodao_jinbi img{
	width: 20px;
	vertical-align: -3px;
}
.qiaodao_jinbi span{
	font-size: 20px;
	font-weight: bold;
}
.qiandao_btn{
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.qiandao_btn button{
	width:250px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	border: 0px;
	border-radius: 25px;
	background: #fea100;
	font-size: 18px;
	margin: 30px auto 30px;
	color: #fff;
}
.yanzheng_item{
	padding: 10px 15px;
	margin: 70px auto 50px;
}
.yanzheng_item img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.yanzheng_item input{
	border: 1px solid #ccc;
	height: 40px;
	width: 80%;
	border-radius: 5px;
	padding-left: 8px;
}

/* 订单确认页面的css */
.cart_jian{
	line-height: 50px;
	padding-right: 5px;
	color: #999;
}
.ordersure{
	padding: 0px 15px;
	margin-top: 15px;
	position: relative;
}
.ordersure_top{
	background: #fff;
	border-radius: 8px;
	height: 104px;
	position: relative;
	overflow: hidden;
}
.ordersure_top .surename{
	padding: 20px 0px 10px;
}
.ordersure_top .surename span{
	padding-left: 20px;
}
.sure_dizhi{
	line-height: 20px;
	color: #999;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dingwei{
	margin-top: 55px;
	margin-left: 15px;
	width: 22px;
	height: 22px;
}
.sure_bg{
	width: 100%;
}
.right_icon{
	position: relative;
	right: 0px;
	top: 50px;
	color: #999;
}
.ordersure_cont{
	position: relative;
	background: #fff;
	margin-top: 10px;
	border-radius: 8px;
}
.sure_cont{
	padding-top: 20px;
	position: relative;
}
.sure_cont .order_img{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}
.order_cont{
	height: 70px;
	position: relative;
}
.sure_dibu{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-right: 10px;
}
.sure_pin{
	line-height: 25px;
	color: #999;
}
.order_conttwo{

}
.cont_item_sure{
	height: 40px;
	margin-top: 20px;
	padding: 0px 10px;
	position: relative;
}
.cont_item_sure > span{
	height: 40px;
	line-height: 40px;
}
.cont_item_sure1{
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	position: relative;
}
.cont_item_sure1  span{
	height: 30px;
	line-height: 30px;
}
.cont_item_sure2{

	padding: 10px 10px;
	position: relative;
}
.cont_item_sure2 textarea{
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-top:10px;
	border-radius: 6px;
	padding: 5px;
	resize: none;
	outline: none;
	border: 0px;
	background: #F7F7F7;
}
.cont_footer{
	padding: 15px 10px;
	text-align: right;
}
.cont_footer span i{
	font-style: normal;
}

/* 订单确认页面的css */

/* 我的结束 */
.myicon{
	color: #fe8000;
}
.color2{
	color: #999;
}
.color1{
	color: #666;
}
.color_price{
	color: #ff5556;
}
.none{
	display: none;
}



/*都在mystyle.css中*/

/*以下四块内容-找到对应的地方替换*/
.erweima1_zong{
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
}
.info_er_top{
	position: absolute;
	top: 11%;
	right: 9%;
	color: #fff;
}
.info_er_top img{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}
.info_er_top p{
	text-align: center;
	line-height: 30px;
}




/* 新增 开始 */
.adderweima {
	width: 100%;
	position: relative;
	padding: 10px 0px;
}

.adderweima img {
	width: 100%;
}

.erweima_alert {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10001;
	background: rgba(0, 0, 0, .5);
	top: 0px;
	left: 0px;
}

.erweima_alert .mask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10001;
	background: rgba(0, 0, 0, .5);
	top: 0px;
	left: 0px;
}

.erweima_alert .img_er {
	width: 200px;
	height: 200px;
	position: fixed;
	z-index: 10001;
	background: rgba(0, 0, 0, .5);
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.erweima_alert .close {
	width: 30px;
	height: 30px;
	position: fixed;
	z-index: 10002;
	background: rgba(0, 0, 0, .5);
	top: calc(50% - 120px);
	left: calc(50% + 95px);
	color: #fff;
	border-radius: 100%;
	border: 1px solid #f3f3f3;
	text-align: center;
	line-height: 24px;
	font-size: 26px;
}

.free {
	position: relative;
	width: 100%;
	height: 100%;
}

.free img {
	width: 100%;
	position: relative;
	height: 100%;
}

.free .erma {
	width: 20%;
	height: auto;
	position: absolute;
	top: 61%;
	left: 50%;
	margin-left: -8%;
	border-radius: 3px;
}
.info_er_top {
	position: absolute;
	top: 11%;
	right: 9%;
	color: #fff;
}

.info_er_top img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}

/* 结束 */
/* 新增注册登录 */
/*登陆页面开始*/
.height_top{
	height: 1rem;
}
.login{
	position: relative;
	top: 0px;
}
.public_header{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background: #eceeed;
	max-width: 640px;
}
.public_header_left{
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.public_header_left img{
	width: 0.2rem;
	margin-top: 0.25rem;
	position: absolute;
	left: -0.1rem;
	margin-left: 0.35rem;
}
.public_header_center{
	width: 100%;
	position: relative;
	font-weight: bolder;
	font-size: 15px;
	left: 0px;
	top: 0px;
}
.public_header_right{
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}
.public_header_right img{
	width:0.45rem;
	margin-top: 0.2rem;
	float: right;
	margin-right: 0.3rem;
}
.company_logo{
	height: 5rem;
	position: relative;
	overflow: hidden;
}
.company_logo img{
	display: block;
	height: 3.5rem;
	margin: 1rem auto;
}
.login_form{
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.login_input{
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.login_input span.login_icon{
	display: inline-block;
	width: 20%;
	text-align: center;
}
.login_input span{
	display: inline-block;
	vertical-align: middle;
	width: 22%;
	text-align: left;
	color: #424242;
}
.login_input .yzm_input{
	width: 43%;
}
.login_input .yzm_btn{
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0.1rem;
	height: 1rem;
	line-height: 1rem;
	display: inline-block;
	width: 25%;
	background: #61BAC2;
	border-radius: 8px;
	color: #fff;
	padding: 0px 0.2rem;
	font-size: 12px;
}
.login_input input{
	display: inline-block;
	width: 70%;
	text-align: left;
	height: 1.1rem;
	line-height: 1.1rem;
	border: 0px;
	outline: none;
	vertical-align: middle;
}
.login_btn{
	width: 100%;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	background: #f66e44;
	border: 0px;
	outline: none;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	margin: 1.2rem auto 0.2rem;
}
.bg_login_img{
	position: fixed;
	width: 100%;
	height: 2.2rem;
	bottom: 0px;
	max-width: 640px;
	z-index: -1;
}
.bg_login_img img{
	width: 100%;
	height: 100%;
}
.tips{
	font-size: 12px;
	color: #999;
	margin-top: 0.2rem;
}
.bg{
	width: 100%;
	background: #fff;

}
.heng{
	background: #f2f3f5;
	width: 115%;
	margin-left: -7%;
	height: 0.2rem;
}
.noborder{
	border:0px;
}

.wen_tips{

}
.wen_tips p{
	padding-top: 0.2rem;
	color: #fe7e20;
}
.wen_tips ol{
	padding-top: 0.2rem;
	color: #999;
	font-size: 12px;
}
.wen_tips ol li{
	margin-left: 0.8rem;
	font-size: 13px;
	line-height: 0.5rem;
	list-style: decimal;
}
.login_input_text{
	width: 100%;
	padding:0.2rem;
}
.login_input_text textarea{
	width: 98%;
	height: 2rem;
	outline: none;
	resize: none;
	border:0px;
}
.color2{
	color: #c5c5c5;
}
.phone_img{
	height:  0.55rem;
	display: block;
	margin: 0 auto;
}
.tips_img{
	width: 0.4rem;
	vertical-align: -3px;
	margin-top: 0.1rem;
	margin-right: 0.2rem;
}
.login_input .yanzheng{
	width: 50%;
}
.login_input .yanzhengma{
	width: 24%;
	display: inline-block;
	text-align: center;
	height: 28px;
	line-height:28px;
	border-radius: 5px;
	color: #fff;
	background: #f66e44;
}
.bg_login_img .bg_1{
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	z-index: 10;
	top: 0px;
	color: red;
}
.bg_login_img .bg_2{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	top: 25px;
	color: red;
}
.jifen_time{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    display: inline-block;
}
/*登陆页面结束*/
/* 我的结束 */
.myicon {
	color: #fe8000;
}
.right{
	float: right;
}
.color2 {
	color: #999;
}

.color1 {
	color: #666;
}

.color_price {
	color: #ff5556;
}

.none {
	display: none;
}

.guige_item{
	padding: 10px;
}
.guige_title{
	line-height: 30px;
	margin-bottom: 15px;
}
.guige{
	width: 80%;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
}
.guige.active{
	width: 80%;
	border: 1px solid #fec400;
	color: #fec400;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
}