::-webkit-input-placeholder {
        color: #999;font-size:16px
    } 
    :-moz-placeholder {
        color: #999; font-size:16px
    } 
    ::-moz-placeholder {
        color: #999; font-size:16px
    } 
    :-ms-input-placeholder {
        color: #999; font-size:16px
    } 
/*确认订单*/
.confirm_tuo{
	display: block;
	width: 100%;
	height: 4px;
}
.confirm_ban{
	width: 92.5%;
	padding: 0 3.75%;
	height: auto;
	overflow: hidden;
	background: white;
	border-bottom: 1px solid #e6e6e6;
}
.confirm_ban_left{
	width: calc(100% - 16px);
	height: auto;
	float: left;
	overflow: hidden;
}
.confirm_ban .icon-gengduo{
	float: right;
	font-size: 16px;
	color: #a4a4a4;
	line-height: 78px;
}
.confirm_user{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.confirm_user p{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	margin-top: 13px;
	float: left;
}
.confirm_adress{
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	margin-top: 5px;
}
.confirm_name{
	width: 96px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.confirm_phone{
	margin-left: 10px;
}
.confirm_goods{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.confirm_main{
	width: 92.5%;
	padding: 0 3.75%;
	height: 137px;
	overflow: hidden;
	background: white;
	border-bottom: 1px #f3f3f3 solid;
}
.confirm_main img{
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 20px;
}
.confirm_main_right{
	width: calc(100% - 110px);
	height: 137px;
	float: right;
	overflow: hidden;
	margin-left: 10px;
}
.confirm_goodname{
	display: block;
	width: 100%;
	height: 48px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-top:18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.confirm_jf{
	font-size: 15px;
	color: #999999;
	margin-top: 33px;
}
.confirm_num{
	color: #333333;
	float: right;
}
.confirm_money{
	font-size: 16px;
	color: #d82102;
	margin-right: 5px;
}
.confirm_cont{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.confirm_cont li{
	width: 92.5%;
	padding: 0 3.75%;
	height: 53px;
	overflow: hidden;
	background: white;
	border-bottom: 1px #f3f3f3 solid;
}
.confirm_po{
	font-size: 16px;
	color: #333333;
	line-height: 53px;
	float: left;
}
.confirm_pt{
	font-size: 16px;
	color: #333333;
	line-height: 53px;
	float: right;
}
.confirm_acitve{
	height: 45px !important;
	background: #f5f5f5 !important;
}
.confirm_acitve p{
	color: #a1acb5;
	line-height: 45px;
	font-size: 15px;
}
.confirm_cont input[type=password]{
	display: block;
	float: right;
	width: auto;
	height: 53px;
	border: 0;
	background: none;
	font-size: 16px;
	line-height: 53px;
	text-align: right;
}
.confirm_final{
	width: 92.5%;
	padding: 0 3.75%;
	height: 53px;
	overflow: hidden;
	background: white;
	border-bottom: 1px #f3f3f3 solid;
	margin-top:13px; 
}
.fly_footer{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	background: white; 
}
.fly_footer p{
	float: left;
	font-size: 16px;
	padding-left: 3.75%;
	color: #333;
	line-height: 50px;
}
.fly_pay{
	width: 117px;
	height: 50px;
	float: right;
	font-size: 18px;
	color: white;
	border: 0;
	background: -webkit-linear-gradient(left, #bde222 , #87cf42); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #bde222, #87cf42); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #bde222, #87cf42); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #bde222 , #87cf42); /* 标准的语法 */
}
.confirm_pay{
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(left, #bde222 , #87cf42); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #bde222, #87cf42); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #bde222, #87cf42); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #bde222 , #87cf42); /* 标准的语法 */
    font-size: 17px;
    color: white;
    border:0;
}
/*myOrder*/
.order_ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.order_ul li{
	font-size: 16px;
	color: black;
	width: calc(100% / 4);
	line-height: 53px;
	text-align: center;
	box-sizing: border-box;
	border-right:3px #f5f5f5 solid;
	background: white;
	float: left;
}
.order_ul li:nth-last-child(1){
	border-right: 0;
}
.order_active{
    color: #87cf43 !important;
}
.order_cont{
	width: 100%;
    background: white;
    margin-top: 6px;
}
.order_cont_top{
	width: 92.5%;
    padding: 0 3.75%;
	height:42px;
	border-bottom: 1px #e6e6e6 solid;
}
.order_po{
	font-size: 13px;
	color: #a9a9a9;
	line-height: 42px;
	float: left;
}
.order_pt{
	font-size: 14px;
	color: #b6e026;
	line-height: 42px;
	float: right;
}
.order_cont_center{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.order_cont_center li{
	width: 92.5%;
    padding: 0 3.75%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #e6e6e6 solid;
}
.order_cont_center img{
	display: block;
	width: 100px;
	height: 100px;
	padding: 10px 0;
	float: left;
}
.order_cont_nr{
	width: calc(100% - 110px);
	float: left;
	padding-left: 10px;
	overflow: hidden;
}
.order_pa{
	font-size: 15px;
	color: black;
	height: 50px;
	line-height: 25px;
	margin-top: 6px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.deposit_btnf {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px #f5f5f5 solid;
    background: #f5f5f5;
    font-size: 17px;
    color: #999;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.order_pb{
	font-size: 15px;
	color: #d82102;
	margin-top: 33px;
	float: left;
}
.order_pc{
	font-size: 15px;
	color: #333333;
	margin-top: 33px;
	float: right;
}
.order_cont_bottom{
	width: 92.5%;
    padding: 0 3.75%;
    height: auto;
    overflow: hidden; 
}
.order_cont_bottom p{
	font-size: 16px;
	color: #d82102;
	line-height: 50px;
	width: 120px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
.order_cont_bottom input[type=button]{
	display: block;
	width: 80px;
	height: 35px;
	border: 0;
	background: -webkit-linear-gradient(left, #bde222 , #87cf42); 
    background: -o-linear-gradient(right, #bde222, #87cf42); 
    background: -moz-linear-gradient(right, #bde222, #87cf42); 
    background: linear-gradient(to right, #bde222 , #87cf42); 
	color: white;
	font-size: 15px;
	margin-top:8px;
	border-radius: 4px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	float: right;
}
.order_cont_bottom span{
	font-size: 14px;
	color: #ff6e7f;
	float: right;
	line-height: 50px;
}
.order_acticeo{
	border:1px #87cf42 solid !important;
	background: #f3faec !important;
	color: #87cf43 !important;
	margin-right: 10px;
}
.order_acticet{
	background: #e6e6e6 !important;
	color: #999999 !important;
	border:1px #e6e6e6 solid !important;
}
.order_cont:nth-last-child(1){
	margin-bottom: 20px;
}
/*订单详情*/
.detail_ban{
	width: 92.5%;
    padding: 0 3.75%;	
	background: white;
	overflow: hidden; 
}
.detail_po{
	font-size: 15px;
	color: #999999;
	float: left;
	height: 80px;
	line-height: 24px;
	margin-top: 13px;
}
.detail_right{
	width: calc(100% - 70px);
	height: auto;
	overflow: hidden;
	margin-left: 5px;
	float: left;
}
.detail_user{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail_active{
	margin-top:10px;
}
.detail_dizhi{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:6px;
}
.detail_right .icon-dizhi1{
	font-size: 14px;
	color: #666666;
	margin-top: 3px;
	margin-right: 3px;
	float: left;
}
.detail_adress{
	width: calc(100% - 17px);
	font-size: 14px;
	color: #666666;
	float: left;
}
.detail_cont{
	margin-top:13px;
}
.detail_main{
	margin-top: 5px;
}
.fly_leftbtn{
	width: 50%;
	height: 50px;
	background:white;
	font-size: 17px;
	color: #87cf43;
	border:0;
	float: left; 
}
.fly_rightbtn{
	width: 50%;
	height: 50px;
	background: -webkit-linear-gradient(left, #bde222 , #87cf42); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #bde222, #87cf42); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #bde222, #87cf42); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #bde222 , #87cf42); /* 标准的语法 */
	font-size: 17px;
	color: white;
	float: left; 
	border:0;
}
/*个人中心*/
.personal_wrap{
	width: 100%;
	height: 256px;
	background: -webkit-linear-gradient(top, #bde222 , #87cf42); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #bde222, #87cf42); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #bde222, #87cf42); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #bde222 , #87cf42); /* 标准的语法 */
    overflow: hidden;
}
.personal_ban{
	width: 92.5%;
    padding: 0 3.75%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
}
.personal_tu{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	float: left;
}
.personal_user{
	width: auto;
	height: auto;
	margin-left:10px;
	float: left;
}
.personal_name{
	font-size: 21px;
	color: white;
	line-height: 21px;
	margin-top:8px;
	width: 150px;
	height: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.personal_id{
	font-size: 15px;
	color: white;
	line-height: 19px;
	margin-top:5px;
}
.personal_tui{
	font-size: 12px;
	color: #538403;
	line-height: 16px;
	margin-top: 2px;
}
.personal_exchange{
	width: 100px;
	height: 40px;
	background: white;
	border:0;
	border-radius: 4px;
	font-size: 16px;
	margin-top: 23px;
	color: #87cf42;
	float: right;
}
.personal_order{
	width: 92.5%;
    padding: 0 3.75%;
    height: auto;
    overflow: hidden; 
    margin-top:37px;
}
.personal_order li{
	width: calc(100% / 4);
	height: 60px;
	float: left;
}
.personal_order li img{
	display: block;
	width: auto;
	height: 25px;
	margin: 0 auto;
}
.personal_order li p{
	font-size: 14px;
	color: white;
	text-align: center;
	margin-top: 10px;
}
.personal_shadow{
	width: 92.5%;
    margin: 0 3.75%;
    height: 13px;
    background: -webkit-linear-gradient(top, #dbf1c6 , #eef8e4); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #dbf1c6, #eef8e4); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #dbf1c6, #eef8e4); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #dbf1c6 , #eef8e4); /* 标准的语法 */
    border-radius: 4px;
}
.personal_bill{
	width: 92.5%;
    padding: 0 3.75%;
    height: 55px;
    background: white;
    border-bottom: 1px #f5f5f5 solid;
}
.personal_tp{
	display: block;
	width: auto;
	height: 16px;
	margin-top: 19px;
	float: left;
}
.personal_bill p{
	font-size: 16px;
	color: #666666;
	line-height: 55px;
	margin-left:10px;
	float: left;
}
.more{
	font-size: 16px;
	color: #99d75f;
	line-height: 55px;
	float: right;
}
.personal_main{
	width: 100%;
    background: white;
    height: 75px;
    overflow: hidden;
}
.personal_main li{
	display: block;
	width: calc(100% / 3);
	height: 46px;
	border-right: 1px #99d75f solid;
	box-sizing: border-box;
	margin-top: 15px;
	float: left;
}
.personal_main li:nth-last-child(1){
	border-right: 0;
}
.personal_pa{
	font-size: 16px;
	color: #666666;
	padding-left: 17px;
}
.personal_pb{
	font-size: 16px;
	color: #f6731c;
	padding-left: 17px;
	margin-top: 5px;
}
.personal_small{
	font-size: 12px;
}
.personal_cont{
	width: 92.5%;
    padding: 0 3.75%;
    height: auto;
    overflow: hidden;
    background: white;
    margin-top: 15px;
    padding-bottom: 24px;
}
.personal_cont li{
	width:calc(100% / 3);
	height: 114px;
	border-bottom: 3px #f5f5f5 solid;
	box-sizing: border-box;
	border-right: 3px #f5f5f5 solid;
	margin-top:24px;
	float: left; 
}
.personal_activea{
	border-right: 0 !important;
}
.personal_activeb{
	border-bottom: 0 !important;
}
.personal_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.personal_box img{
	display: block;
	width: auto;
	height: 16px;
	margin-top: 2px;
	margin-right:5px;
	float: left;
}
.personal_box p{
	font-size:16px;
	color: #666666;
	float: left; 
}
.personal_pc{
	font-size: 16px;
	color: #87cf42;
	margin-top: 26px;
}
.personal_center{
	text-align: center;
}
.personal_actived{
	margin-left:10px;
}
.personal_activef{
	margin-left:10px;
}
.personal_activeg{
	margin-top: 0 !important;
	height: 124px !important;
}
.personal_activek{
	margin-top: 26px !important;
}
.personal_tou{
	display: block;
	float: right;
	width: 104px;
	height: 40px;
	background:#f5f5f5;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    margin-top: 19px;
    border-radius: 5px;
    color:#87cf42;
}
.personal_tua{
	height: 13px !important;
	margin-top: 4px !important;	
}
.personal_final{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.personal_final a{
	display: block;
	width: 92.5%;
    padding: 0 3.75%;
	height: 55px;
	border-bottom: 1px #f5f5f5 solid;
	background: white;
}
.personal_final .tubiao{
	font-size: 16px;
	color: #87cf42;
	line-height: 55px;
	float: left;
	margin-right:10px;
}
.personal_final a p{
	font-size: 16px;
	color: #666666;
	line-height: 55px;
	float: left;
}
.link{
	display: block;
	width: 16px;
	height: 16px;
	background: #87cf42;
	line-height: 18px !important;
	text-align: center !important;
	font-size: 12px !important;
	color: white !important;
	border-radius: 4px;
	margin-top: 20px;
}
.personal_tub{
	height: 18px !important;
}
/*编辑资料*/
.profile_box{
	width: 100%;
	height: 15px;
	background: #f5f5f5;
}
.profile_cont{
	width:100%;
	height: auto;
	overflow: hidden; 
}
.profile_cont li{
	width: 92.5%;
    padding: 0 3.75%;
	height: auto;
	overflow: hidden;
}
.profile_ztbox{
	width: 100px;
	line-height: 55px;
	font-size: 16px;
	color: #333333;
	float: left;
}
.profile_cont li input[type=text]{
	display: block;
	width: auto;
	height: 55px;
	float: left;
	border: 0;
	background: none;
	font-size: 16px;
	line-height: 55px;
	color: #333;
}
.profile_cont .icon-weixuanzhong{
	font-size: 13px;
	line-height: 55px;
	float: left;
	color: #666666;
}
.profile_cont .icon-xuanzhong{
	font-size: 13px;
	line-height: 55px;
	float: left;
	color: #87cf42;
}
.profile_cont .profile_sex{
	display: block;
	width: 38px;
	height: 38px;
	margin-top: 5px;
	margin-left:15px;
	float: left;
}
.profile_sexbox{
	width: auto;
	height: 55px;
	float: left;
	overflow: hidden;
}
.profile_juli{
	margin-left: 50px;
}
.profile_portrait{
	display: block;
	width: auto;
	height: 87px;
	margin-top: 22px;
	border-radius: 5px;
	float: left;
}
.profile_cont input[type=button]{
	display: block;
	width: 81px;
	height: 30px;
	font-size: 14px;
	color: white;
	border: 0;
	background: -webkit-linear-gradient(left, #bde222 , #87cf42); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #bde222, #87cf42); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #bde222, #87cf42); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #bde222 , #87cf42); /* 标准的语法 */
	float: left;
	margin: 51px 0 0 20px;
	border-radius: 4px;
}
/*xinagyingshi*/
@media screen and (max-width: 1200px) {
    html {
        font-size: 22px;
    }
}
@media screen and (max-width: 720px) {
    html {
        font-size: 18px;

    }
     
}
@media screen and (max-width: 480px) {
    html {
        font-size: 16px;
    }
	
}
@media screen and (max-width: 360px) {
    html {
        font-size: 14px;
    }
    .personal_tu{
		width: 70px;
	    height: 70px;
	    border-radius: 50%;
	    float: left;
	}
	.personal_name{
	    font-size: 18px;
	    color: white;
	    line-height: 21px;
	    margin-top: 6px;
        width: 135px;
	    height: 22px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.personal_id{
		font-size: 13px;
	    color: white;
	    line-height: 19px;
	    margin-top: 3px;
	}
	.personal_tui{
		font-size: 12px;
		color: #538403;
		line-height: 16px;
		margin-top: 0px;
	}
	.personal_exchange{
	    width: 80px;
	    height: 40px;
	    background: white;
	    border: 0;
	    border-radius: 4px;
	    font-size: 16px;
	    margin-top: 14px;
	    color: #87cf42;
	    float: right;
	}
	.personal_actived{
		margin-left:5px;
	}
	.personal_tou{
		display: block;
		float: right;
		width: 87px;
		height: 35px;
		background: -webkit-linear-gradient(top, #bde222 , #87cf42); /* Safari 5.1 - 6.0 */
	    background: -o-linear-gradient(bottom, #bde222, #87cf42); /* Opera 11.1 - 12.0 */
	    background: -moz-linear-gradient(bottom, #bde222, #87cf42); /* Firefox 3.6 - 15 */
	    background: linear-gradient(to bottom, #bde222 , #87cf42); /* 标准的语法 */
	    border: 0;
	    font-size: 14px;
	    margin-top: 19px;
	    border-radius: 5px;
	    color: white;
	}
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 26px;
    }
}