 
 body{
 	font-family: 'AntonRegular';
 }
 
@font-face{
    font-family: 'AntonRegular';
    src:url('../font/fzxqft.eot');
    src:url('../font/anton-webfont.eot?#iefix') format('embedded-opentype'), 
          url('../font/anton-webfont.woff') format('woff'), 
          url('/font/fzxqft.ttf') format('truetype'),
          url('../font/anton-webfont.svg#antonregular') format('svg');
          font-weight:normal;
          font-style:normal;
    }
 
.employee{
	width: calc(100% - 20px);
	height: 90px;
	padding: 10px;
	
	font-family: "fanti";
}
.photo{
	width: 90px;
	height: 90px;
	float: left;
}
.photo>img{
	width: 100%;
	height: 100%;
}
.photoname{
width: 120px;height: 90px;margin-left: 10px;float: left;
}
.photoname>p{
	width: 100%;	height: 20px;	line-height: 20px;	font-size: 14px;text-align: left;	float: left;
}
.photoname>div{
width: 100%;height: 20px;float: left;line-height: 20px;font-size: 14px;text-align: left;
}
.photoname>span{
width: 100%;height: 20px;float: left;margin-top: 30px;line-height: 20px;font-size: 14px;text-align: left;
}

.appointment{
	float: right;line-height: 155px;height: 90px;font-size: 14px;
}
.itemtext6{
	width: calc(100% - 20px);height:32px;padding: 10px;margin-top: 10px;background: white;
}
.itemtext6-div1{
	width: 49%;float: left;border-right: 1px solid gainsboro;
}

.itemtext6-div1-span1{
	float: left;width: 100%;height: 16px;font-size: 14px;line-height: 16px;font-weight: bold;text-align: center;
}
.itemtext6-div1-span2{
	float: left;width: 100%;height: 16px;font-size: 14px;line-height: 16px;text-align: center;
}
.itemtext6-div2{
	width: 50%;float: right;
}
.itemtext6-div2-span1{
	float: left;width: 100%;height: 16px;font-size: 14px;line-height: 16px;font-weight: bold;text-align: center;
}
.itemtext6-div2-span2{
	float: left;width: 100%;height: 16px;font-size: 14px;line-height: 16px;text-align: center;
}
.assess{
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
	background: white;
}
.assess>ul{
	width: 100%;
	height: auto;

}
.assess>ul>li{
	width: calc(100% - 20px);
	height: auto;
	padding: 0px 10px;
	float: left;
}
.assesstitle{
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
}
.incon{
	position: absolute;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: 5px;
}
.incon>a{
	width: 22px;
	display: block;
}
.incon>a>img{
	width: 100%;
	height: 100%;
}
.assesstext{
	width: 50%;
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
}
.assesstext>span>img{
	width: 22px;
	float: right;
	margin-top: 8px;
}
.userinfomation{
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
}
.userinfomation>span{
	float: left;
	margin-left: 10px;
}
.userinfomation>span:nth-child(1){
	float: left;
	margin-left: 0px;
}
.userinfomation>span>img{
	height: 24px;
}
.userinfomationtext{
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #f3f3f3;
}
.photoasses{
	width: calc(50% - 10px);
	height: auto;
	padding: 5px;
	float: left;
	/*background: white;*/
	border-radius: 8px;
}
.photoasses>div{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	height: auto;
	float: left;
	background: white;
}
.photoasses>div:nth-child(2){
	width: calc(100% - 20px);
	padding: 10px;
}
.photoasses>div:last-child{
	color: red;
	border-radius: 0 0 8px 8px;
	width: calc(100% - 20px);
	padding:0px 10px 10px 10px;
}
.photoasses>div>img{
	width: 100%;
	height: auto;
	float: left;
	border-radius: 8px 8px 0 0 ;
}

.photoasses>div>span{
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
		/*overflow: hidden;*/
    display: -webkit-box;
    /*text-overflow: ellipsis;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.textnum{
	width: 100%;
	height: 34px;
	padding: 10px 0;
}
.textnum>span{
	line-height: 24px;
	height: 24px;
	float: left;	
	font-size: 14px;
	margin-left: 10px;
}
.textnum>span>img{
	height: 24px;
}
.textnum>span:nth-child(1){
	margin-left: 0px;
}
.textnum>span:nth-child(4){
	float: right;	
}
.textmore{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.textmore>span{
	position: absolute;
	right: 0;
}
.textmore>span>img{
	width: 22px;
	margin-top: 8px;
}
.textlike{
	width: 100%;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	text-align: center;
}

.photoasses>img{
	width: 100%;
	height: auto;
	float: left;
}
.particulars{
	display: none;
	width: 100%;
	height: auto;
	background: white;
	margin-top: 40px;
}
.itemtextd-text1-div3>img{
	width: 22px;
	height: auto;
}

.intrudoce{
	width: calc(100% - 22px);
	padding: 0 10px;
	border: 1px solid wheat;
	border-radius: 5px;
	margin-top: 10px;
}
.intrudoce>span{
	font-size: 14px;
	line-height: 16px;
}
.intrudoce>span:nth-child(2){
	color: blue;
}

.spece{
	width: 100%;
	position: relative;
	height: 40px;
	border-bottom: 1px solid gainsboro;
	border-top: 1px solid gainsboro;
}
.spece>span{
	width: 33%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	float: left;
}
.spece>span:nth-child(4){
	width: 1px;
	position: absolute;
	left: 33%;
	color: gainsboro;
}
.spece>span:nth-child(5){
	width: 1px;
	color: gainsboro;
	position: absolute;
	left: 66%;
}

.itemspecespece{
	width: 100%;
	height: auto;
}
.itemspecespece>p{
	font-size: 16px;
}
.itemspecespece>ul{
	width: 100%;
	height: auto;
}
.itemspecespece>ul>li{
	width: calc(100% - 20px);
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
}

.itemspecespece>ul>li>span{
	width: 110px;
	text-align: left;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	float: left;
	color: gainsboro;
}
.itemspecespece>ul>li>span:nth-child(2){
	width: calc(100% - 110px);
	text-align: left;
	color: black;
}

.itemspecespece3{
	width: 100%;
	height: auto;
}
.itemspecespece3>p{
	font-size: 18px;
}
.itemspecespece3>ul{
	width: 100%;
	height: auto;
}
.itemspecespece3>ul>li{
	width: calc(100% - 20px);
	padding: 0 10px;
	font-size: 14px;
	border-bottom: 1px solid gainsboro;
	line-height: 30px;
}
.itemspecespece3>ul>li>span{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}
.itemspecespece3>p{
	font-size: 16px;
}

/*评价*/
.apprise{
	display: none;
	width: 100%;
	height: auto;
	float: left;
	background: #f3f3f3;
	margin-top: 40px;
	margin-bottom: 50px;
}
.apprise>ul{
	width: 100%;
	height: auto;
}
.apprise>ul>li{
	width: calc(100% - 20px);
	padding: 0 10px;
	height: auto;
	background: white;
	margin-top: 10px;
	float: left;
}
.apprise>ul>li:nth-child(1){
	padding: 0;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid gainsboro;
}
.apprise-info{
	width: calc(80% - 20px);
	float: left;
}
.apprise-info>span{
	width: auto;
	font-size: 14px;
	line-height: 33px;
	background-color: pink;
	border-radius: 33px;
	padding: 0 10px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
.apprise-info>span:nth-child(1){
	background-color: red;
	color: white;
	float: left;
}
.apprise-infom{
	width: calc(20% - 20px);
	padding: 20px 20px 0 10px;
	float: right;
	text-align: right;
	font-size: 14px;
}
.apprise-infom>span{
	width: 100%;

	height: 30px;
	line-height: 30px;
	float: left;
	text-align: right;
	font-size: 14px;
}
.apprise-user{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0;
}
.apprise-user>span{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-left: 10px;
	height: 20px;
	float: left;
}
.apprise-user>span:nth-child(1){
	margin-left: 0px;
}
.apprise-user>span>img{
	height: 20px;
	width: 20px;
}
.apprise-user>span:last-child{
	float: right;
}
.apprise-user2{
	width: 100%;
	float: left;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
}
.apprise-user-img{
	width: calc(33% - 20px);
	padding: 10px;
	float: left;
}
.apprise-user-img>img{
	width: 100%;
}


.itemimgdiv>ul{
	float: left;
}
.itemimgdiv>ul>li{
	float: left;
}
.itemretrun>img{
	height: 22px;
	margin-top: 8px;
}
.itemnav>img{
	height: 28px;
	margin-top: 6px;
}
.itemtext1-text{
	width: 76%;
	font-size: 14px;
	float: left;
}
.itemtext1-text>div{
	/*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: normal;*/
}





.itemimgdivli{
	width: 100%;
	height: auto;
	background: white;
	padding: 0;
}

.itemimg{
	width: 300%;
	height: auto;
	margin: auto;
	
}
.itemimg>li>a>img{
	width: 33%;
	height: 100%;
	float: left;
}


.itemtext2-text{
	font-size: 14px;
}
.itemtextd{
	margin-top: 10px;
}
.itemtext1{
	width: calc(100% - 20px);	
	padding: 0  10px;
	height: auto;
	background: white;
	margin-top: 10px;    
	float: left;
}

.itemtextd{
	width: calc(100% - 20px);
	height: 50px;
	background: white;
	padding: 0 10px;
	margin-top: 10px;
	line-height: 50px;
}
.itemtextd-text1{
	width: 100%;
	font-size: 14px;
	float: left;
}
.itemtextd-text1111{
	width: 100%;
	font-size: 14px;
	float: left;
}
.itemtextd-text1-div3>img{
	margin-top: 13px;
} 
/*
 * @Author: juzhiqiang 
 * @Date: 2019-05-03 14:28:28 
 * @Email: 1020814597@qq.com 
 * @Last Modified by: juzhiqiang
 * @Last Modified time: 2019-05-04 14:47:18
 * @Remark:  item/index
 */
ul,
ol {
    list-style: none;
}

.item {
    color: #333;
    background: #ffffff;
    float: left;
    width: 100%;
}

.item .cur {
    color: #d9274e !important;
    border-color: #d9274e !important;
}

.item-desc-t {
    background: #fff;
    margin-bottom: .3em;
}

.item .item-title {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: normal;
}

.item-price {
    color: #666;
    line-height: 38px;
    position: relative;
    height: 44px;
    padding: 0 10px;
    font-weight: normal;
}

.item-price .price {
    color: #d9274e;
    font-weight: normal;
}

.item-fav {
    position: absolute;
    right: 22px;
    top: 0;
    line-height: 16px;
    text-align: center;
}

.item .item-pick {
    background: #fff;
    font-size: 14px;
    padding: 0 10px;
    justify-content: space-between;
}

.item .item-commit {
    background: #f5f1de;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
}

.item .icon-70 {
    color: #d9274e;
}

.item-select {
    margin-top: .3em !important;
}

.item-select .weui-cell__ft {
    text-align: left;
    width: calc(100vw - 96px);
}

.item-desc {
    margin-top: .3em !important;
    font-size: 14px;
}

.item-desc_list {
    flex-flow: wrap;
    font-size: 13px;
    line-height: 22px;
}

.item-desc_list div {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 4px;
    height: 22px;
    width: 50%;
}
.itemdiv{
	position: absolute;
}

.item-shop_handel {
    /*position: absolute;*/
    z-index: 999;
    right: 0;
    left: 0;
    top: 103px;
    /*bottom: 0;*/
    background: rgba(0, 0, 0, 0.6);
    /*height: 100%;*/
    display: none;
}

.item-shop_handels {
    position: absolute;
    z-index: 1000;
    top: 103px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.item-shop_handel-m {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

.btn-group {
    display: flex;
    justify-content: space-between;
    
}

.btn-group .weui-btn {
    border-radius: 0;
    flex: 1;
}

.btn-group .weui-btn:after {
    border-radius: 0;
}

.newtime{
	font-size: 16px;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	text-align: left;
	
}

.btn-group .weui-btn+.weui-btn {
    margin-top: 0;
}

.item .weui-count .weui-count__btn {
    border-color: #ccc;
}



.item .weui-count .weui-count__increase {
    background-color: #ccc;
}

.item-tabber .item-tabber,
.item-tabber .weui-btn,
.item-tabber .weui-btn:after {
    border-radius: 0;
}

.item-tabber .item-cart,
.item-tabber .item-pay {
    flex: 1.5;
}

.item-tabber .item-cart p,
.item-tabber .item-pay p{
    color: #fff;
    font-size: 15px;
    margin-top: 9px;
}

.item-tabber .weui-btn+.weui-btn {
    margin-top: 0;
}




/*index1*/

.hedtop{
	width: 100%;
	height: 53px;
background: white;
border-bottom: 1px solid gainsboro;
}

.return{
	width: 13%;
	height: 53px;
	float: left;
	/*background: #000000;*/
	text-align: center;
	line-height: 53px;
	/*font-family: "方正细倩繁体";*/
	font-size: 16px;
	position: relative;

}

.search{
	width: 74%;
	height: 53px;
	float: left;
	line-height: 53px;
	/*background: #0000FF;*/
}
.searchdiv{
	position: relative;
}
.searchdiv>a:active{
	color: gainsboro;
}

.searchdiv>a>img{
	width: 25px;
	position: absolute;
	right: 10px;
	top: 3px;
}

.linav{
	width: 13%;
	height: 53px;
	/*background: #003300;*/
	float: left;
	position: relative;
	/*font-family: "方正细倩繁体";*/
	font-size: 16px;
	line-height: 53px;
	text-align: right;
	position: relative;
	z-index: 1001;
}

.linavul{
	overflow: hidden;
	display: none;
	position: absolute;
	top: 54px;
	right: 2px;
	width: 120px;
	height: auto;    
	z-index: 1000;
    box-shadow: 0 -0.06rem 0.3rem #bfbfbf;
    border-radius: 8px;
}
.linavul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	/*font-family: "方正细倩繁体";*/
	/*text-align: center;*/
	background: white;
	color: black;
	border-bottom: 1px solid gainsboro;
}
.linavul>li>a{
	width: 100%;
	height: 30px;
	display: block;
}
.linavul>li>a>img{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;	
	float: left;
}
.linavul>li>a>p{
	width: calc(100% - 25px);
	height: 30px;
	line-height: 30px;
	position: absolute;
	/*left: 2px;*/	
	font-size: 18px;
	z-index: 10px;
	text-align: center;
	/*font-family: "方正细倩繁体";*/
	float: left;
	margin-left: 25px;
	color: black;
}

.linavul li:hover{
	background: white;
	color: red;
}
.iconw{
	width: 100%;
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: 9px;
}
.iconw>img{
	width: 100%;
	height: 100%;
}

.iconh{
	width: 30px;
	height: 25px;
	display: none;
}


.iconhcss{
	display: block;
}

.iconh>img{
	width: 100%;
	height: 100%;
}

.searchdiv{
	margin-top: 12px;
	width: 100%;
	height: 30px;
	background: #f6f6f6;
	color: gainsboro;
	border-radius: 15px;
	line-height: 30px;
	text-align: left;
	text-indent: 25px;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
}
.searchdiv>a{
	display: block;
	margin-top: 12px;
	width: 100%;
	height: 30px;
	background: #f6f6f6;
	color: gainsboro;
	border-radius: 15px;
	line-height: 30px;
	text-align: left;
	text-indent: 25px;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
}

/*赛选*/

.saixuanbox{
	width: 100%;
	height: 50px;background: white;
	/*border-bottom: 1px solid gainsboro;*/
}
.saixuanul{
	width: 100%;
	height: 50px;
	
}
.saixuanbox1{
	width: 100%;
	height: 50px;background: white;
	/*border-bottom: 1px solid gainsboro;*/
}
.saixuanul1{
	width: 100%;
	height: 50px;
	
}
/*滚动条添加样式*/
.addclassto{
	position: fixed;
	z-index: 999;
	top: 0px;
	background: white;
}
.addclassto2{
	display: none;
	opacity: 0;
	/*transform: rotateX(180deg);*/
}

.addred{
	color: red !important;
}
.saixuanli{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	border-bottom: 1px solid gainsboro;
	line-height: 50px;
}
.zho{
	width: 10px;
	height: 10px;
	/*opacity: 0;*/
}
.zongheimg{
	width: 10px;
	height: 10px;
}
.zongheimg1{
	width: 10px;
	height: 10px;	
}
.price{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	border-bottom: 1px solid gainsboro;
	line-height: 50px;
}
.price>div>img{
	width: 8px;
	height: 12px;
}


.dsplay{
	display: none;
}

/*综合图标变化*/

.xuan{
	    transform: rotateX(180deg);
}

.saixuanliicon112{
	position: absolute;
	right: 10px;
}
.saixuanli1{
	width: 25%;
	height: 38px;
	float: left;
	text-align: center;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	line-height: 50px;
}
.saixuanli2{
	margin-top: 10px;
	width: 90%;
	height: 28px;
	border-radius: 5px;
	margin: auto;
	background: #f6f6f6;
	line-height: 28px;
}
.tedail{
	width: 100%;
	height: auto;
	float: left;
	background: white;
}
.tedailul{
	width: 100%;
	height: auto;
	float: left;
}
.tedailli{
	width: calc(100% - 10px);
	padding: 10px 10px 0px 10px;
	height: auto;
	background: white;
	float: left;
	border-top: 1px solid gainsboro;	
}

.imgdiv{
	width: 30%;
	height: auto;
	float: left;
}
.logodiv{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}
.imgboxdiv{
	width: 100%;
	float: left;
}
.imgboxdiv>img{
	width:100% ;
}

.textdiv{
	width: calc(70% - 20px);
	padding: 0 10px;
	float: left;
}

.txtname1{
	width: 100%;
	height: 40px;
	text-align: left;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	line-height: 40px;
	 overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	
/*    display:-webkit-box; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;  */
float: left;
}
.txtname2{
	width: 100%;
	height: auto;
float: left;
	
}
.name21{
	width: 50%;
	height: 14px;
	float: left;
	font-size: 14px;
	color: black;
	/*font-family: "方正细倩繁体";*/
	line-height: 14px;
	margin: auto;
}
.name21>span>img{
	width: 12px;
	height: 12px;
}
.name21>span{
	height: 14px;
	font-size: 14px;
	color: black;
	/*font-family: "方正细倩繁体";*/
	line-height: 14px;
	float: left;
}
.name22{
	width: 50%;
	height: 14px;
	float: left;
	font-size: 14px;
	color: black;
	/*font-family: "方正细倩繁体";*/
	line-height: 14px;
	margin: auto;
}
.name22>span{
	font-size: 14px;
	color: black;
	/*font-family: "方正细倩繁体";*/
	line-height: 14px;
}
.txtname3{
	width: 100%;
	height: 40px;
	
}
.txtname3>div{
	width: 50%;
	line-height: 40px;
	font-size: 16px;
	color: red;
	font-weight: bold;
	text-align: left;
	float: left;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.txtname4{
	width: 100%;
	height: 12px;
	line-height: 12px;
	text-align: left;
	float: left;
	font-size: 12px;
}

/*筛选弹窗*/
.iconpreparationli{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	border-bottom: 1px solid gainsboro;
	line-height: 50px;
}
.iconpreparation{
	
}
.preparationbox{
	position: absolute;
	z-index:1000;
	top: 104px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
	background: #f6f6f6;
}
.preparationboxul{
	width: 100%;
	height: auto;
}

.iconpreparationli>div>img{
	width: 10px;
	height: 10px;
	
}
.preparationboxul>li{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid gainsboro;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	color: black;
}
.rangetitle{
	width: 50%;
	height: 40px;
	float: left;
}
.range{
	width: 50%;
	height: 40px;
	float: left;
}

.range>textarea{
	width: 30%;
	height: 30px;
	border: none;
	margin-top: 5px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    /*font-family: "方正细倩繁体";*/
    outline: none;
    resize:none;
    float: left;
    border-radius: 5px;
}
.gan{
	width: 24px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	float: left;
	color: #a7a7a7;
	/*font-family: "方正细倩繁体";*/
}

/*类目*/
.categorytitle{
	width: 50%;
	height: 40px;
	float: left;
}
.categorytext{
	width: 50%;
	height: 40px;
	font-size: 14px;
	float: left;
	color: red;
	background-color: transparent;
	outline: none;
	border: 0;
	/*font-family: "方正细倩繁体";*/
}

.catagorybox{
	width: 100%;
	height: 200px;
    position: absolute;
    z-index: 1201;
    background: white;
    top: 185px;
    display: none;
}
.catagorybox>div{
	width: 100%;
	height: 40px;
	/*text-indent: 10px;*/
	font-size: 14px;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	padding: 0 10px;
}
.catagoryboxmaintext>a{
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-indent: 30px;
	font-size: 12px;
	border-radius: 5px;
	background: white;
	border: 1px solid red;
}

.savetime{
	width: 50%;
	height: 40px;
	float: left;
}

.savetimetext{
	width: 50%;
	height: 40px;
	float: left;	
	font-size: 14px;
	color: red;	
	background-color: transparent;
	outline: none;
	border: 0;
	/*font-family: "方正细倩繁体";*/
}
.savetimebox{
	width: 100%;
	height: auto;
    position: absolute;
    z-index: 1200;
    top: 225px;
    display: none;
}
.savetimebox>div{
	width: 100%;
	height: 40px;
	/*text-indent: 10px;*/
	font-size: 14px;
	background: #ffffff;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	padding: 0 10px;
}
.savetimeboxmaintext{
	width: 100%;
	height: 40px;
	/*text-indent: 10px;*/
	font-size: 14px;
	background: #ffffff;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	padding: 0 10px
}
.savetimeboxmaintext>a{
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-indent: 30px;
	font-size: 12px;
	border-radius: 5px;
	background: white;
	border: 1px solid red;
}

.preparationinput{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid gainsboro;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	color: black;
}
.resetting{
	width: 50%;
	height: 40px;
	background: gainsboro;
	line-height: 40px;
	text-align: center;
	color: black;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	float: left;
}
.sure{
	width: 50%;
	height: 40px;
	background: red;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 16px;
	/*font-family: "方正细倩繁体";*/
	float: right;
}



/*商品详情样式*/

.itemnavbox{
	width: calc(100% - 20px);
	height: 40px;
	background: white;
	padding: 0 10px;
	line-height: 40px;
	/*font-family: "方正细倩繁体";*/
	font-size: 16px;
	border-bottom: 1px solid gainsboro;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
.itemretrun{
	width: 20%;
	height: 40px;
	float: left;
}

.itemnavlist{
	width: 60%;
	margin: auto;
	float: left;
	height: 40px;
}
.itemnavlist>div{
	width: 33%;
	float: left;
	text-align: center;
	color: black;
	
}
.itemnav{
	width: 20%;
	float: left;
	height: 40px;
	text-align: right;
}
