/* Write your styles */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
li,ol,ul {list-style:none; }


ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;}
a:hover { cursor:pointer; text-decoration:none;}
a:active{cursor:pointer; text-decoration:none;}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
p:empty{
    margin: 0 0px;
}
a img { border:none; }
input,textarea{ border:none; }
h1, h2, h3, h4, h5, h6{ color: #333333; font-weight: normal; font-size:16px; }

/*排版通用*/
.f-mm{ margin-left:auto; margin-right:auto; }/*居中对齐*/
.f-fl{ float:left;} /*左浮动*/
.f-fr{ float:right;} /*右浮动*/
.f-tr{ text-align:right;} /*右对齐*/
.f-tl{ text-align:left;} /*左对齐*/
.f-tc{ text-align:center;} /*中间对齐*/
.f-pr{ position:relative;} /*定位*/
.f-di{ display:inline;}
.f-hide{ display:none;}
.btn-confirm{ background:#fe5244; color:#fff;}
.btn-cancel{background:#e1e1e1; color:#666;}
.hide{ display:none;}
.orange{background: #FFA63C !important;}
.red{color: #FF0000;}
.green{color: #44CC64;}
button.am-btn-primary{ background: #2b84ff; }
button.am-btn{border-radius: 5px; }


/*   客服置顶   */

.page-fixed{ position: fixed; bottom: 100px;right: 0px;}

/*   客服置顶   */    
/*   首页   */
.bg{background:#fafafa;}
.wrap .content{margin:0 auto;  padding:0 20px;  }
.wrap .content table{width:100%;}
.wrap .content img{}
.wrap .button{text-align: center; margin-bottom: 20px; }
.wrap .button a{font-size: 14px;display: inline-block; border:0; background: #217AE6;color: #FFFFFF; width: 40%; height: 40px; line-height: 40px; text-align: center; margin-right:30px;}
.wrap .button a.gray{background: #E1E1E1; color:#A3A3A3;}
.wrap .button a:last-child{ margin-right: 0;}

.wrap .paging{ padding-top:15px; text-align: center; }
.wrap .paging a{ padding:5px 10px; font-size: 15px; color: #777777;border:1px solid #DCDCDC;}
.wrap .paging a.gray{color: #B7B9C2;}
.wrap .paging a.blue{background: #217AE6;color: #FFFFFF;}
.wrap .paging span{padding:0 10px;color: #777777;}

.wrap .nav{ display: flex; justify-content: space-between;  }
.wrap .nav a{text-align: center; display: block; padding:30px 0;  }
.wrap .nav i{font-size:24px; border-radius:50px; color:#fff; width:50px; height:50px; display: block; text-align:center; line-height:50px; 	 }
.wrap .nav a.first i{  background: #ff7a73; }
.wrap .nav a.second i{  background: #69cbff; }
.wrap .nav a.third i{  background: #ff75a5; }
.wrap .nav a.fourth i{ background: #D8B366; }
.wrap .nav h2{ padding-top:5px;   }

.wrap .item-b{ padding:5px 10px 0; }
.wrap .lvyou{ padding-bottom: 70px; }
.wrap .product{  padding-top:10px; }
.wrap .product ul{  overflow: hidden;     }
.wrap .product li img{ border-radius: 5px; }
.wrap .product li{ float: left; width: 48%;height:215px; background: #fff; padding-bottom: 10px; border-radius: 5px; margin-bottom: 10px;position: relative;   }
.wrap .product li:nth-child(even){ float: right; }
.wrap .product li h4{ font-size: 14px; line-height: 20px;position: absolute;bottom:0;left:0; color: #fff;text-align: center;width: 100%;padding-bottom: 5px;opacity: 0.6;background: #000;}
.pstartcity{
	color: #fff;
	text-align: center;
	border-radius: 5px 0 5px 0;
	background: #2b84ff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 5px;
}
.wrap .tag{
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0 4px;
	color:#687e9a;
	
}

 .hot {
    background: linear-gradient(126.78deg,#ff470a,#ff7b24);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 4px;
    padding: 0 3px;
}


.product .price {
    color: #687e9a;
    font-size: 12px;
    font-weight: 400;
}

.product .price-span {
    color: #ff7433;
    font-size: 14px;
    font-weight: bold;
} 

.product .price .original-price {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
    text-decoration: line-through
}
.homepage{ padding-bottom: 70px; }
.category{  overflow: hidden;  }
.category h3{ font-size:18px; color:#000; font-weight: bold; padding-top:4px; }

.category .f-fl{ width:30%; }
.category .f-fr a{ border-bottom: 2px solid transparent; padding:8px 8px 3px ;    cursor: pointer; color:#666;font-size: 14px;position: relative;  }
.category .f-fr a.active{     color: #222; font-weight: bold; }
.category .f-fr a.active::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px; 
  background-color: #333333; 
  bottom: 0;
  border-radius: 2px;
  position: absolute;
  text-align: center;
  left:50%;
  margin-left:-6px;
}

.category .f-fr {
	width:70%;
	display: flex;
	align-content: center;
	white-space: nowrap;
	overflow: scroll;
}







header{ height:60px; line-height: 60px; text-align: center; font-size:18px; position: relative; }
header h1{ font-weight: bold; }
header span{  position: absolute; left:20px; font-size:32px; }
header em{  position: absolute; left:20px;  font-size:24px; }


.search .text{ background: #f5f5f5; color:#a4a4a4;    padding-left:30px !important; border-radius: 20px !important; }
.am-form-icon [class*="am-icon-"]{display:inline;position:relative;}


.filter{ border:solid 1px #d9d9d9; border-radius: 8px; background: #fff; padding:0 10px; margin-bottom: 20px;position: absolute;z-index: 999;left: 5px;width: 97%; }

.filter-title{
    color: #000;
    font-size: 16px;
    font-weight: bold; 
	padding:10px 10px;
	float:left;
	width: 85px;
}
.filter-btns{float:left;margin-top:10px;}

.filter-btns .line{color:#d9d9d9;}
.filter-btn .txt{width: 90px;}
.filter-btn{
	padding:2px 5px;
	border-radius: 4px;
	border:solid 1px #cccccc;
	display: inline-block;
	text-align: center;
	color:#666666;
	margin:2px 2px;
}



.filter-btns .active{ background: #2b84ff; color:#fff; border:solid 1px #2b84ff;}
.filter-btns .active a{color:#fff;}
.filter-btns input[type='checkbox']{ color:#202020;}
.am-checkbox-inline{margin:0 !important; padding-right:10px; padding-bottom: 10px; }


.filter-top{ padding-top:25px; line-height: 44px; }
.filter-total{font-size: 14px;color:#000; float: left; }
.filter-choose{font-size: 14px;color:#000; float: right; position: relative; }

.filter-choose-list{ border-radius: 4px; position: absolute; right:0; width: 150px; z-index: 2032; box-shadow: 1px 1px 4px #888888; background: #fff; padding-left:10px; padding-bottom: 5px; color:#606266; }
.filter-choose-list li{  height:35px; line-height: 35px;   }	
.filter-choose-list li.active{color: #000; font-weight: bold;}

.newslist{ padding-bottom: 100px; margin-top:10px;}
.newslist dl{ background: #fff; overflow: hidden; margin-bottom: 10px; border-radius: 5px; box-shadow: 1px 1px 4px #f0f0f0; }
.newslist dt{ float: left; width:28%;margin-top:0; }
.newslist dd{float:right; width:72%; padding:0 3%; margin-top:0; }
.newslist dd h2{ font-size:16px; font-weight: bold;padding-top:10px; }
.newslist dd p{ font-size: 14px; color:#565656; padding-top:5px; }
.newslist dd span{ color:#999999; padding-left:20px; }


.aboutus{ padding-bottom: 70px; }
.aboutus .classification a{ padding:0 10px ; position: relative; color:#999999; }

.aboutus .classification {
	display: flex;
	align-content: center;
	white-space: nowrap;
	overflow-x: scroll;
	margin-bottom: 20px;
	height:50px; 
	line-height: 50px;
}

.aboutus .classification a.active{ font-weight: bold;  color:#333; }

.aboutus .classification a.active::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 5px; 
  background-color: #333333; 
  border-radius: 3px;
  bottom: 0;
  position: absolute;
  text-align: center;
  left:50%;
  margin-left:-13px;
}

.aboutus .banner img{ border-radius: 8px; }
.aboutus .panel{ padding:20px 0 0; }
.aboutus .panel p{ padding-bottom: 20px; text-align: justify; }

.userinfo { padding-bottom:70px; }
.userinfo .top{ text-align: center; height:160px; background: #3188ff; border-bottom-left-radius: 36px; border-bottom-right-radius:36px;font-size:18px;  }
.userinfo .top h2{color:#fff; padding-top:25px;}
.userinfo .circle{ position: absolute; background: #fff; opacity: 0.05;  }
.userinfo .circle1{  top:-15px; width:68px; height:68px; border-radius: 68px;  left:35%;  }
.userinfo .circle2{  top:-30px; width:136px; height:136px; border-radius: 136px; left:-50px;  }
.userinfo .circle3{  top:-35px; width:100px; height:100px; border-radius: 100px; right:0;   }


.userinfo .main{ background:#fff; border-radius: 10px; padding-bottom: 20px; margin-top:-80px; margin-bottom: 20px;  }
.userinfo .nickname{ font-size:18px; padding-left:20px; }
.userinfo p { padding-top: 20px; padding-left: 40px; }
.userinfo p  img{ width:25%; }
.userinfo .ts{ margin-top:0; }
.userinfo h3{ padding-left: 40px;padding-top: 20px; }

.userinfo .item{ display: flex; justify-content: space-between;text-align: center; padding:20px 10px 10px;  }
.userinfo .item span{ display: block; color:#333333; font-size:14px; }
.userinfo .item img{ width: 55%;}

/*  资讯详情  */
.newsdetail{ padding-bottom: 90px;padding-top:10px; } 

.newsdetail h2{
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.newsdetail .time{
	 color: #666;
	font-size: 12px;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
}



.newsdetail p{
	font-size: 14px;
	color:#333;
}
/*  资讯详情  */

/*  个人信息  */
.user-info{ padding-bottom:70px;  }
.user-info ul{  overflow: hidden;  }
.user-info li{ padding:15px 20px;  overflow: hidden; border-bottom:solid 1px #f2f2f2;  }
.user-info li:last-child{ border-bottom: 0; }

.user-info label{color: #565656;font-size: 16px; height:22px; margin-right:10px; font-weight: normal;vertical-align: -webkit-baseline-middle; }
.user-info input,.user-info select{ padding-left:10px; border: 1px solid #E5E5E5;border-radius: 4px; color: #777777;font-size: 13px;line-height:39px;
height: 39px;width:64%; float: right; }
.user-info textarea{ width: 100%; border: 1px solid #E5E5E5;border-radius: 4px; color: #777777;font-size: 13px;padding-left:10px; padding-top: 10px; height:80px; }

.user-info p{ text-align: center; color: #565656;font-size: 16px; padding-top:20px;  padding-bottom: 20px;}
/*  个人信息  */

.order-list{padding-top:20px;}
.order-list p,.order-list  .desc{ font-size:12px; color:#999999;overflow:hidden; }
.order-list p span{ padding:0 8px; border-right: solid 1px #999999; }
.order-list p span:first-child{ padding-left:0; }
.order-list p span:last-child{border:0;}
.order-list h2{ color: #333333; font-size:14px; padding:5px 0;   }
.order-list h2 a{ color: #333333; }

.order-list .time,.order-list .cellCount{ float: left; padding-right:10px; }
.order-list .orderstatus{font-size:14px; float: right; }
.order-list .item{ padding-bottom: 50px; clear: both; }
.order-list .orderstatus1{ color:#e5004f; }
.order-list .orderstatus2{ color:#ff7f00; }
.ajaxcontentwrapp .item{border-bottom: 1px solid  #ccc;padding:10px 0;}
.product-details{ padding-bottom:100px; overflow: hidden;  font-size:14px; }
.product-details .price{ color:#ff7f00; margin-top:20px; }
.product-details .price strong{ font-size:18px; }

.product-details .simple-desc h2{ font-size:20px; font-weight: bold;}
.product-details .simple-desc p{ color:#666666;margin-top:10px; }
.product-details .simple-desc .tag1{margin-top:10px; }
.product-details .simple-desc .tag1 li{ float: left; background-color: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-right: 4px;
    padding: 0 8px;
	color:#666666;
	border:solid 1px #d4dae2; 
}

.product-details .simple-desc .tips{ clear: both; background-color: #f6f6f6; color:#b0b0b0; font-size:14px; padding:5px; float: left; margin-bottom: 10px; }
.product-details .provider{ background: #e8f5fe; color:#4292ff; font-size: 16px; padding:5px 20px;  }
.product-details .traveldate ul{ justify-content: space-between;  margin-top: 20px;  }
.product-details .traveldate li{ margin: 0 2px;float:left; font-size:14px; border: solid 1px #e9e9e9; border-radius: 5px;padding:2px 2px;text-align: center; position: relative;}
.product-details .traveldate li.cur{border: 1px solid #0c79b1;}
.product-details .traveldate .price{ color:#2b84ff;margin-top:0; }
.product-details h3{ font-size:20px; font-weight: bold; }
.product-details h4{ font-size:16px; font-weight: bold;padding:20px 0 10px; }
.product-details .traveldate .lowerprice{ position: absolute; color:#fff; background: #2b84ff;font-size:12px; left:0;top:-15px;  padding:2px;border-radius: 15px; border-bottom-left-radius: 0; }
.product-details .programme i{ font-size:20px; vertical-align: middle; padding-right:5px; }
.product-details .reason{ background: #f8f8f8;padding:0 20px 15px; border-radius: 8px; margin-top:10px; } 


.product-details .dayCount a{ padding:0 15px ;  color:#999999; margin-right:10px; font-size:14px; width:64px; height:32px;  text-align: center; line-height: 32px; margin-bottom: 15px;color:#999999; display: block; background: #f1f1f1;border-radius: 32px;}
.product-details .dayCount a.active{ color: #2b84ff; background: #eaf4fe;  }

.product-details .dayCount {
	display: flex;
	align-content: center;
	white-space: nowrap;
	overflow-x: scroll;
	margin-top: 40px;
}
.likeIcon{background: url(../images/icon_ctd_bg_09.png) no-repeat center center;background-size: 100% 100%;width: 24px;
height: 20px;
display: inline-block;cursor: pointer;}
.likeOn{background: url(../images/tickbg_07.png) no-repeat center center;background-size: 100% 100%;width: 24px;
height: 20px;
display: inline-block;cursor: pointer;}
.schedule{ box-shadow: 1px 1px 10px #e9e9e9; overflow: hidden; padding-top:10px;border-radius: 8px;  }
.schedule .days{ background: #217AE6; color:#fff; border-radius: 8px; border-bottom-left-radius: 0; border-top-left-radius: 0; display:inline-block; padding:5px 20px 5px 10px ;  }
.schedule .desc{ background: #f8f8f8; border-radius: 8px;  padding:0 20px 10px; }
.schedule .address{ padding-left:20px; }

.product-details .hr{ border:solid 5px #f8f8f8; margin-top:20px;  }
.product-details table{ width: 100%; border:solid 1px #d9d9d9;  }
.product-details table td{ border:solid 1px #d9d9d9; padding:10px; }
.product-details .clause{ padding-top:20px;  }

.product-details .clause li{ height:40px; line-height: 40px; border: solid 1px #d9d9d9; border-radius: 8px; margin-bottom: 10px; padding:0 10px; }
.product-details .clause li a{ color:#000000; }
.product-details .clause li span{float: right; }
.product-details .clause li i{ font-size:18px; }


.product-details .comment{ font-size:14px; }
.product-details .comment a{ color:#bfbfbf; font-size:12px; }
.product-details .comment-date{color:#bfbfbf; font-size:12px; padding-top:5px; }
.product-details .comment-date span{ float:right; }
.product-details .comment-date i{ padding-left:10px;font-size:12px; }
.product-details .child{  padding-bottom: 10px; padding-top: 10px; }
.product-details .comment dl{ overflow: hidden; }
.product-details .comment li{ border-bottom: solid 1px #f2f2f2; padding:20px 0; }
.product-details .comment li:last-child{ border:0; }
.product-details .comment dd,.product-details .comment dt{float: left; margin:0; }
.product-details .comment dt{ width:20%; padding-right:3%;  }
.product-details .comment dd{ width:80%; }

.product-details .child dt{ width:15%; padding-right:3%;  }
.product-details .child dd{ width:85%; }

.product-details .buy{ position: fixed; bottom: 0; width: 100%; text-align: center; padding:10px 0; background: #fff; }
.product-details .buy-tel{ float: left;  width: 25%;}
.product-details .buy-tel i{ font-size:24px; }
.product-details .buy-btn{ float: left; width: 75%;  padding-top:10px; }
.product-details .buy-btn a{ width:100%; display: block; background: #2b84ff; color:#fff; height:40px; line-height: 40px; border-radius: 40px; }
.banner{position:relative;}
.shouchang{position:absolute;top:10px;right:10px;}
.productdetailnav  ul{ padding:5px 20px;background:#fff;border-left: solid 2px #f9f9f9;border-right: solid 2px #f9f9f9; overflow: hidden;box-shadow: 0 10px 10px -10px #d9d9d9; }
.productdetailnav  li{  float: left; color:#666666;  font-size:16px; margin:5px;  }
.productdetailnav  li a.am-active{ font-size: 17px ; color:#333333; border-bottom: solid 2px #333; }


.step { font-size: 14px;  }
.step ul{width: 100%;border:solid 1px #2b84ff; overflow: hidden; }
.step li{float: left; text-align: center; width: 25%;  height:40px; line-height: 40px; position: relative; }
.step li.active{  background: #2b84ff; color:#fff; }
.step li.active:before{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #2b84ff;
	position: absolute;
	right:-4px;
	top:15px;
}


.payorder,.fillorder,.checkorder{ padding-top:20px; margin-bottom: 80px; }
.payorder dl{border-bottom: solid 1px #cccccc; overflow: hidden; }
.payorder dt i{ font-size:30px; color:#029b00;    }
.payorder dl h2{ font-size:24px; font-weight: bold; padding-top:30px; padding-bottom:5px; }

.payorder .payorder-desc{ clear: both;padding:30px 0;}
.payorder p { padding-bottom:20px;  }
.payorder p strong{ color:#e82065; }
.payorder .payorder-type{ padding-top:25px; }
.payorder .payorder-desc p span{ padding-left:35px; }
.payorder .payorder-type ul{ justify-content: space-between;  }
.payorder .payorder-type li{height:65px;width:165px;}
.payorder .payorder-type li:first-child{ background: url('../images/pay.png')  no-repeat;    }
.payorder .payorder-type li:nth-child(2){ background: url('../images/pay.png') no-repeat; background-position: -292px 0;  }
.payorder .payorder-type li:nth-child(3){ background: url('../images/pay.png') no-repeat; background-position: -580px 0;  }


.orderdetail {  margin-bottom: 80px;  }
.orderdetail h2{ padding-left:10px; font-size:16px;border-left:solid 4px #2b84ff; margin-top:20px;   line-height:20px; font-weight: bold;  }
.orderdetail h2 a{float: right; color:#2b84ff;}
.orderdetail .btns{ text-align: center; padding-bottom: 20px;justify-content: space-between; }
.orderdetail .btns button{  }
.orderdetail .info{color:#666666; padding-bottom: 20px; }
.orderdetail p{ padding:10px 0; }
.orderdetail p span{ padding-left:50px; }
.orderdetail .info strong{ color:#e5004f; font-size:16px;}

.orderdetail h3{ color:#9f9f9f;  font-size:16px; padding-bottom:10px; }
.orderdetail .table{ overflow: hidden; width:100%; text-align: center; border:solid 1px #d9d9d9;  border-radius:8px; margin-bottom: 20px;  }
.orderdetail .item{ border-bottom:solid 1px #d9d9d9; padding:8px 0; overflow: hidden;  }
.orderdetail .item:last-child{border-bottom: 0;}
.orderdetail .item span{ float: left;  }
.orderdetail .item span:first-child{ font-weight: bold;width:30%; }
.orderdetail .item span:last-child{ width:70%; }

.fillorder h2{ color:#333333; font-size:18px; font-weight: bold; margin:20px 0 10px; display: flex; justify-content: space-between; }
.fillorder h2 span{color:#2b84ff; font-weight: normal; font-size:16px; }


.fillorder h3{ font-size:16px; color:#333333; }
.fillorder p{ font-size:14px; color:#404040; padding-top:10px; }
.fillorder .temp{ overflow: hidden; }
.fillorder .temp .title{font-size:14px; display: inline-block; color:#8c8c8c;}
.fillorder .temp strong{color:#ff7f00;}

.fillorder .temp .num{display: inline-block; float: right; }
.fillorder .temp .num span{ margin:0 5px; display: inline-block; color:#4ca8ff; width:20px; height:20px; line-height:12px; text-align: center; border: solid 2px #76d5ff; border-radius:10px;  }
.fillorder .remain{ text-align:  center; font-size: 12px; }
.fillorder .item{ border-bottom: solid 1px #d9d9d9; padding:10px 0; margin:10px 0; }
.fillorder .item1{ border:0;}
.fillorder .tips{ color:#ff9730; font-size: 14px;  }
.fillorder .btn1{ margin-top:15px; color:#fff; background: #2b84ff; font-size:12px; display: inline-block; padding:5px 10px; border-radius: 5px; }
.fillorder .item input[type='text']{  border-radius: 5px; }

.fillorder .ad{ font-size:16px; font-weight: bold; background: #fcf8ef; height:50px; line-height:50px; padding-left:20px; margin-top:30px; }

.fillorder .temp1{ border:solid 1px #d9d9d9; border-top: 0; padding:0 25px 20px; margin-bottom:20px; border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; }
.fillorder .temp1 label{ padding:15px 0; }
.fillorder .temp1 li{ border:solid 1px #cccccc;  padding:6px 10px 10px; margin-bottom: 20px;display: flex;  justify-content: space-between;     align-items: baseline; font-size:14px;  }

.fillorder .temp1 li input[type='checkbox']{ width:20px; height:20px; vertical-align:text-bottom; margin-left:5px; }
.fillorder .temp .btn2{ display: inline-block; background: #2b84ff; color:#fff; font-size: 14px; padding:5px 20px;border-radius: 5px; margin:10px 0;  }
.fillorder .temp .remark{ width:100%; height:100px; border:solid 1px #cccccc; }
.fillorder .temp .am-form{ padding:15px 0; }
.fillorder .temp .line{ border-top: dashed 1px #e5e5e5; margin-top: 15px; }
.fillorder .temp p { color:#095f8a;  font-size: 16px; }
.fillorder .submit{ text-align: right; }


.fillorder .totalprice .am-g div{ padding:0;}
.fillorder .totalprice .am-u-sm-2{ text-align: right; }


.checkorder h2{ color:#333333; font-size:20px; font-weight: bold; margin:20px 0 10px; }
.checkorder h3{ color:#828282;  font-size:16px; padding-bottom:10px;}
.checkorder .table{ overflow: hidden; width:100%; text-align: center; border:solid 1px #d9d9d9;  border-radius:8px; margin-bottom: 20px;  }
.checkorder .item{ border-bottom:solid 1px #d9d9d9; padding:8px 0; overflow: hidden;  }
.checkorder .item:last-child{border-bottom: 0;}
.checkorder .item span{ float: left;  }
.checkorder .item span:first-child{ font-weight: bold;width:30%; }
.checkorder .item span:last-child{ width:70%; }

.checkorder .totalprice{  padding:20px 0 40px;  text-align: right; }
.checkorder .totalprice strong{ color:#ef6091; font-weight: normal; font-size: 16px; }
.checkorder .totalprice a{ margin-left:40px; display: inline-block;  font-size: 14px; padding:5px 20px; background: #ff7f00; color:#fff; border-radius: 5px;}


 
/* 底部 */
.footer{max-width:640px; min-width:320px; width:100%; text-align: center;  position: fixed; bottom: 0;  z-index: 99; }
.footer ul{  overflow: hidden;background:#fff;}
.footer li{float: left; width: 20%; color:#949494; line-height: 24px; padding:10px 0; }
.footer li a{color:#949494; display: block; }
.footer li.active a{ color:#2b84ff;	}
.footer li span{display: block;font-size: 14px;}
.footer li i{ font-size:26px; } 
/* 底部 */
   

/*
价格
*/
.manType{padding:20px;}
.chooseMan .reduce {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-weight: normal;
    background: url(../images/plus_03.png) no-repeat center center;
    background-size: 100% 100%;
}

.chooseMan .plus {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-weight: normal;
    background: url(../images/plus_05.png) no-repeat center center;
    background-size: 100% 100%;
}

.chooseMan .chooseNum {	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	position: relative;
	bottom: 1.2rem;
	font-size: 1rem;
	margin: 0 0.2rem;
	font-weight: normal;
	width: 30px;}
.chooseNum input {
    text-align: center;
    position: relative;
    bottom: 1px;
    font-size: 20px;
	width:30px;
}
.manName {
    font-size: 18px;
    height: 1.26rem;
}
.chooseMan {
    height: 1.2rem;
    position: relative;
    top: 0.1rem;
}
.manPrice {
    margin-left: -4px;
    color: #095f8a;
    font-size: 15px;
}
.manPrice label {
    font-size: 15px;
    position: relative;
    top: 0.1rem;
    left: 0.2rem;
}
.manleft .manName{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.countRight .chooseMan{
    height: 32px;
    width: 95px;
    /*border: solid 1px #ddd;*/
    box-sizing: border-box;
    position: relative;
}
.xcmx .xcman,.xcmx .xctime{color:#095f8a;}
.xcmx{width:100%;}
/*加载*/
.loader {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -0.2em 0 0 -0.2em;
	text-indent: -9999em;
	border-top: 0.3em solid rgba(254, 0, 0, 0.1);
	border-right: 0.3em solid rgba(254, 0, 0, 0.1);
	border-bottom: 0.3em solid rgba(254, 0, 0, 0.1);
	border-left: 0.3em solid #FE0000;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-animation: loader 300ms infinite linear;
	-webkit-animation: loader 300ms infinite linear;
	animation: loader 300ms infinite linear;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin:-35px -35px;

}
.loaderimg{margin:-32px -32px;width:45px;height:45px;position: fixed;left: 50%;top: 50%;padding: 8px 8px;}

.loader,
.loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: white;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: -1;
	overflow: hidden;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.is-loading {
	overflow: hidden;
}

.is-loading .curtain {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	z-index: 99;
}

.is-loading .loader {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 0.5;
}

#loaders {
	background: url("../images/loading.gif") no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#tips {
	width: 80%;
	z-index: 10001;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -40%
}

.tips-item {
	height: auto;
	padding: 5px 0;
	background-color: rgba(51, 51, 51, .8);
	z-index: 10002;
	color: #fff;
	display: block;
	position: relative;
	border-radius: 5px
}

.tips-item p {
	margin: 0;
	z-index: 10002;
	font-size: 14px;
	padding: 20px;
}

.tips-img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-right: 4px;
	float: left;
	margin-top: 20px;
	background: url("../images/notice.png") no-repeat center center;
	background-size: 100% 100%
}

#bgDiv,
#tipBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	display: none
}

#showMsg {
	position: fixed;
	z-index: 9999;
	width: 84%;
	margin: 0 8%;
	border-radius: 3px;
	box-shadow: 0 0 5px #333;
	display: none;
	background-color: #fff
}

.msg-content {
	padding: 20px;
	position: relative
}

.msg-btn {
	background-color: #f5f5f5;
	border-radius: 0 0 3px 3px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-top: 5px;
	border-top: 1px solid #ccc
}

.msg-btn a {
	display: block;
	color: #333
}

#tipTxt {
	position: fixed;
	background-color: #fff;
	width: 80%;
	line-height: 70px;
	left: 10%;
	top: 50%;
	margin-top: -35px;
	z-index: 99999;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	display: none
}

#innerloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999
}

#wait {
	position: fixed;
	z-index: 999999;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/21.gif);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	box-shadow: 0 0px 1px rgba(0, 0, 0, .5);
	background-color: #fff
}

#wait p {
	top: 61%;
	text-align: center;
	position: relative;
	color: #666
}

/*分享赚

*/
.sharewxbox{}
.sharewxbox li{float:left;padding:10px 10px;}
.sharewxbox li img{width:80px;height:80px;}
.sharewxbox li span{display:block;}
.imageerweimaitem img{}
#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 20000;
}

#mcover img {
	position: fixed;
	right: 18px;
	top: 5px;
	width: 260px !important;
	/*图片尺寸最好用百分比，例如width:78%;高度不填*/
	height: 180px !important;
	z-index: 20001;
}
/*弹框搜索

*/
.idinfowrap{overflow:hidden;}
.searchipt{float: left;}
#searchcustomerbutton{float:left;margin-left:5px;}
.idinfobox{float: left;padding: 10px 10px;text-align: left;width: 50%;}
.idinfobox .checkcustomer{}
.idinfobox .idname{}
.idinfobox .idinfomation{}
.idinfobox .male{padding-left:10px;}
/*评论*/
.am-icon-star {
    color: #dcdcdc;
}

.am-icon-star.yellow {
    color: #fcd01d;
}

/*优惠券

*/
.conpusBotCont{background-color: #fff;z-index:999;}
/*翻页*/
.pagenation ul li{display:inline-block;list-style: none;}
.pagenation ul li a{position: relative;display: inline-block;padding: 0.5em 1em;text-decoration: none;line-height: 1.2;background-color: #fff;border: 1px solid #ddd;border-radius: 0;margin-bottom: 5px;margin-right: 5px;}
.pagenation ul li.active a{background-color: #5a85b2;border-color: #5a85b2;color:#fff;}
input.setlistrowspage{width: 48px;padding: 5px;border: 1px solid #aaa;}
#tuanpricewapper{border: solid 1px #2b84ff;border-radius: 10px;padding: 5px 5px;}
.main img{width:100%;}




