@charset "utf-8";
/*公共样式*/

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
html,body {
	margin:0;
	padding:0;
	background-color: #FFFFFF ;
	font-family: "微软雅黑";
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,input,textarea,legend,button,table,tbody,caption,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/*去除按钮默认样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
/*去除input发光边框*/
input:focus, textarea:focus {
    outline: none;
}
/*去除IE10+浏览器文本框后面的小叉叉*/
input::-ms-clear {
    display: none;
}
/*禁止多行文本框textarea拖拽*/
textarea {
    resize: none;
}
ol,ul {
	list-style:none;
}
a:focus {
	outline:thin dotted
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
a {
	text-decoration:none
}
a:focus{outline: none;}
input::-webkit-input-placeholder {
	color:#c0c4c8
}
a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clearfix:after{
	clear:both;
	content:'.';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hidden{
	display: none;
}
.show{
	display: block;
}
i{
	font-style: normal;
}
.main{
	max-width: 750px;
	margin: 0 auto;
}
.empty{width:100%;height:10px;background:#eeeeee;}


.rotation_div{text-align: center;width: 100%;position:fixed;    height: 1000px;background: #ffffff;
	z-index: 999999;}
@-webkit-keyframes rotation{
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
.rotation{
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}
.rotation_img{position:fixed;left:0;top:0;bottom:0;right:0;margin:auto;z-index: 1000000;}


/*登录*/
.login_tit{border:1px solid #eeeeee;background:#ffffff;padding:30px 20px 50px;border-radius:10px;box-shadow: 0px 3px 27px 0px #8f9090;position:fixed;top:50%;left:50%;width:300px;height:390px;margin:-195px 0 0 -150px;}
.login_tit h4{text-align: center;font-size:19px;color: #3fa6eb;font-weight: bold;}
.login_tit h5{text-align: center;font-size:15px;font-weight: bold;letter-spacing:6px;color: #3fa6eb; margin-bottom: 10px;}
.login_tit input{width:100%;height:50px;line-height: 50px;padding:0 15px 0 30px;margin-top: 10px;border-bottom: 1px solid #eeeeee;font-size:14px;}
.login_tit .login_name input{background:url(../icon-img/me1.png)no-repeat top 45% left 0;background-size:20px;}
.login_tit .login_pass input{background:url(../icon-img/mima.png)no-repeat top 45% left 0;background-size:20px;}
.login_tit .login_ji{font-size: 11px;padding:32px 0 0;color: #666666;}
.login_tit .login_but{padding:30px 20px;}
.login_tit .login_but button{width:100%;height:50px;background:#3489fb;border-radius: 10px;color:#ffffff;font-size:16px;outline: none;box-shadow: 0px 8px 18px 0px rgba(44, 128, 241, 0.55);}
/*首页*/
.banner{position:relative;}
.banner img{display:block;width:100%;}
.banner .search{position:absolute;top:11px;width:85%;font-size: 15px;z-index: 555; left:5%; background:#fff; border-radius:20px;}
.banner .search input{width:100%;height:2rem;border-radius:20px;background:url(../icon-img/search.png)no-repeat left 0px top 50%;background-size:13px;background-color:#ffffff;margin-left: 5%; text-align: left; padding-left:10px;font-size: 12px;}
.banner .swiper-pagination-bullet{width:13px;height:4px;border-radius: 5px;background:#d6d6d6;opacity:0.5;}
.banner .swiper-pagination-bullet-active{background:#ffffff;opacity:1;}

.column{padding:20px 0 0 0;}
.column .swiper-container-column ul{padding-bottom:20px;}
.column .swiper-container-column li{width:20%;float:left;text-align: center;margin:0 0 10px 0;}
.column .swiper-container-column li img{display:inline-block;width:44px;height:44px;border-radius: 50%;}.column .swiper-container-column li h4{font-size: 12px;color: #333333;padding-top: 5px;}
.column .swiper-pagination-bullet{width:6px;height:6px;background:#dddddd;opacity:1;}
.column .swiper-pagination-bullet-active{background:#fbb747;}

.box1{  height:auto; overflow:hidden; margin:0 auto;padding-top: 5px;padding-bottom: 5px;}
.news{ width:100%; background:url(../img/img_11_mess.png) no-repeat left 7px center; background-size:70px;}
.news ul{ margin:0px; padding:0px;}
.news ul li{  line-height:25px; color:#333; font-size:14px; padding-left:85px; line-height:30px;height: 30px;text-overflow: ellipsis;white-space: nowrap; overflow:hidden;}
.news ul li a{ color:#333;}
.linear-swiper-wrapper{
	transition-timing-function: linear !important;
}


.swim{padding-top:20px;}
.swim .swim-tit{display: table;font-size: 17px;text-align:center ;padding:0 20px;position:relative;margin:0 auto;}
.swim .swim-tit img{width:20px;height:20px;vertical-align: middle;position:absolute;top:50%;margin-top:-10px;}
.swim .swim-tit .swim-tit-left{left:0;}
.swim .swim-tit .swim-tit-right{right:0;}
.swim .swim-tit span{display:inline-block;padding:0 10px;color: #333333;font-weight: bold;}
.recommend-con h4{text-align: center;padding:20px 0;color: #999999;display: inline-block;}
.recommend-con h4 i{display: inline-block;margin:0 10px;}
.recommend-con h4 a{color: #999999;font-size:15px;}
.recommend-con h4 .active-nav{color: #000000;font-size:15px;}
.recommend-cons{width:100%!important;}
.recommend-con .recommend-lis{margin:0 15px;border-bottom:1px solid #eeeeee;}
.recommend-con .recommend-lis ul{margin:0 -5px;}
.recommend-con .recommend-lis li{float:left;width:33.33%;padding:0 5px 20px;}
.recommend-con .recommend-lis li img{display:block;width:100%;margin-bottom:10px;}
.recommend-con .recommend-lis li a{color:#333333;font-size:14px;}
.recommend-con .recommend-lis li p{text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.swim .more{text-align: center;padding:15px 0;}
.swim .more a{color:#333333;font-size:14px;}
.swim .more a i{width: 22px;display: inline-block;}
.special-con{margin:0 15px;border-bottom:1px solid #eeeeee;}
.special-con li{width:75%;margin-right:10px;padding:20px 0;float:left;}
.special-con li img{width:100%;border-radius:2px;}
.product-con{margin:0 15px;border-bottom:1px solid #eeeeee;}
.product-con li{width:100%;padding:20px 0;float:left;}
.product-con li img{width:100%;border-radius:2px;}
.product-con .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:25px;}
.product-con .swiper-pagination-bullet{width:5px;height:5px;background:#dddddd;opacity:1;}
.product-con .swiper-pagination-bullet-active{background:#fbb747;}

.information{padding-bottom:50px;}
.information-con{padding:0 15px;margin-top:20px;}
.information-con li{padding:20px 0 15px 140px; position:relative;height:120px;border-bottom:1px solid #eeeeee;position:relative;}
.information-con li img{width:125px;height:90px; position:absolute;top:50%;left:0px;margin-top:-45px;overflow: hidden;
border-radius: 9px;}
.information-con li h4{height:23px;line-height:23px;font-size:15px;color: #333333;font-weight: bold;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.information-con li p{font-size: 13px;color: #999999;  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }
.information-con li span{display:inline-block;background:url(../icon-img/time.png)no-repeat top 50% left 0;background-size:13px;font-size:11px;color: #999999;padding-left:15px;position:absolute;bottom:15px;left:145px;border-radius: 20px;}
.menu{position:fixed;left:0;bottom:0;width:100%;border-top:1px solid #eeeeee;background:#ffffff;z-index: 5555;-webkit-transform: translateZ(0);}
.menu li{height:50px;float:left;width:25%;text-align: center;padding-top:25px;}
.menu li a{color:#666666;font-size:11px;}
.menu .active a{color:#03ca9d;}
.menu .home{background:url(../icon-img/home.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .side{background:url(../icon-img/side.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .sale{background:url(../icon-img/sale.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .me{background:url(../icon-img/me.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .home.active{background:url(../icon-img/home-b.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .side.active{background:url(../icon-img/side-b.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .sale.active{background:url(../icon-img/sale-b.png)no-repeat top 5px left 50%;background-size:20px;}
.menu .me.active{background:url(../icon-img/me-b.png)no-repeat top 5px left 50%;background-size:20px;}

/*身边游*/
.side_tour{width:100%;border-bottom:1px solid #eeeeee;position:fixed;top:0;left:0;background:#ffffff;z-index: 20;}
.side_tour li{float:left;width:23%;height:55px;line-height: 55px;padding-left:30px;font-size: 15px;}
.side_tour .spot{background:url(../icon-img/spot_a.png)no-repeat top 50% left 10px;background-size:20px;}
.side_tour .accommodation{background:url(../icon-img/accommodation_a.png)no-repeat top 50% left 10px;background-size:20px;}
.side_tour .entertainment{background:url(../icon-img/entertainment_a.png)no-repeat top 50% left 10px;background-size:20px;}
.side_tour .convenient{background:url(../icon-img/convenient_a.png)no-repeat top 50% left 10px;background-size:20px;}
.side_tour .restaurants{background:url(../icon-img/restaurant_a.png)no-repeat top 50% left 10px;background-size:20px;}
.side_tour .spot.swiper-slide-thumb-active{background:url(../icon-img/spot_b.png)no-repeat top 50% left 10px;background-size:20px;}
.side_tour .accommodation.swiper-slide-thumb-active{background:url(../icon-img/accommodation_b.png)no-repeat top 50% left 10px;background-size:20px; color:#03ca9d;}
.side_tour .entertainment.swiper-slide-thumb-active{background:url(../icon-img/entertainment_b.png)no-repeat top 50% left 10px;background-size:20px; color:#03ca9d;}
.side_tour .convenient.swiper-slide-thumb-active{background:url(../icon-img/convenient_b.png)no-repeat top 50% left 10px;background-size:20px; color:#03ca9d;}
.side_tour .restaurants.swiper-slide-thumb-active{background:url(../icon-img/restaurant_b.png)no-repeat top 50% left 10px;background-size:20px; color:#03ca9d;}
.side_tour li a{color:#808080;}
.side_tour .swiper-slide-thumb-active a{color:#03ca9d;}
.side_tour_lis{padding:55px 0 50px;}
.side_tour_lis li{height:105px;padding:15px 10px 15px 129px;border-bottom:1px solid #eeeeee;position:relative;}
/*.side_tour_lis li:last-child{border:none;}*/
.side_tour_lis li img{width:99px;height:72px;border-radius:3px;position:absolute;top:15px;left:15px;}
.side_tour_lis li .dao{font-size:11px;position:absolute;bottom:48px;right:15px;text-align:right;}
.side_tour_lis li .dao a{display:inline-block;color: #333333;height:20px;line-height:20px;padding:0 8px;border:1px solid #dbdbdb;border-radius:10px;margin-top:8px;}
.side_tour_lis li .dao11{font-size:11px;position:absolute;bottom:23px;right:15px;text-align:right;}
.side_tour_lis li .dao11 a{display:inline-block;color: #333333;height:20px;line-height:20px;padding:0 8px;border:1px solid #dbdbdb;border-radius:10px;margin-top:8px;}

.side_tour_lis li h4{font-size: 16px;color: #222;text-overflow:ellipsis;overflow: hidden;white-space: nowrap; margin-bottom:4px;}
/*.side_tour_lis li span{display:inline-block;padding:2px 5px;margin:5px 0;font-size: 12px;background:rgba(255,161,0,0.11);color:#ffa100;text-align: center;border-radius:2px;}
*/.side_tour_lis li p{height:20px;line-height:20px;padding:0 45px 0 0px;font-size: 14px;text-overflow:ellipsis;overflow: hidden;white-space: nowrap; color:#999 !important;}
.side_tour_lis li p a{color: #999999;}
.side_tour_lis li i{color: #999999;}
.side_tour_lis li label{display:inline-block;font-size:10px;color: #666666;margin:8px 0;}
.convenient_lis h4{margin-bottom:20px;}
.convenient_lis li .dao{bottom:25px;}
.convenient_lis li .dao11{bottom:25px;}

/*特卖*/
.sale{padding-top:0px;}
.sale img{display:block;width:100%;}
.sale .swiper-pagination-bullet{width:13px;height:3px;border-radius:5px;background:#d6d6d6;opacity:0.5;}
.sale .swiper-pagination-bullet-active{background:#ffffff;opacity:1;}
.sale .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:10px;}
.sale .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}
.sale-lis{padding:15px 0 23px;}
.sale-lis li{width:25%;float:left;padding:0 20px;}
.sale-lis li img{width:100%;}
.sale-lis li h4{font-size: 11px;color: #333333;text-align: center;}
.rec_tic{padding-bottom:50px;}
.vine li h4{padding-bottom:0px;}
.rec_tickets .rec_tickets_tit{position:relative;text-align: center;margin-top:20px;}
.rec_tickets .rec_tickets_tit img{ width:50%}
.rec_tickets .rec_tickets_tit span{display:block;position:absolute;top:9px;left:50%;margin-left:-42.5px;width:85px;height:1px;background:#666666;}
.rec_tickets .rec_tickets_tit h4{width:60px;height:20px;line-height:20px;font-size: 13px;color: #666666;position:absolute;top:0px;left:50%;margin-left:-30px;background:#ffffff;}
.arts .rec_tickets_tit span{margin-left:-47.5px;width:95px;}
.arts .rec_tickets_tit h4{width:72px;margin-left:-36px;}
.rec_tickets_con li{height:105px;padding:15px 10px 15px 129px;border-bottom:1px solid #eeeeee;position:relative;}
.rec_tickets_con li:last-child{border-bottom:none;}
.rec_tickets_con li img{width:99px;height:72px;border-radius:3px;position:absolute;top:15px;left:15px;border-radius: 10px;}
.rec_tickets_con li h4{font-size: 15px;font-weight: bold;color: #000000;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.rec_tickets_con li span{display:block;width:94%;height:19px;line-height: 19px;margin:5px 0px 0px 0px;font-size: 12px;color:#999;text-align: left; overflow:hidden;}
.rec_tickets_con li p{font-size: 14px;color: #f30505 !important; margin-top:2px;}

/*餐饮*/
.restaurant{padding:0 15px;}
.restaurant li{height:110px;padding:15px 0 15px 120px;position:relative;border-bottom: 1px solid #eeeeee;}
.restaurant li:last-child{border:0;}
.restaurant li img{position:absolute;top:15px;left:0;width:110px;height:80px;}
.restaurant li h4{font-size:15px;color: #333333;padding-bottom:3px;font-weight:bold;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.restaurant li p{font-size: 13px;color: #999999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.restaurant li span{display:inline-block;padding-left:20px;background:url(../icon-img/xin.png)no-repeat top 50% left 0;background-size:15px;color: #999999;position:absolute;bottom:12px;left:120px;}
/*餐饮详情*/
.restaurant_details_tit .swiper-slide{height:280px;}
.restaurant_details_tit .swiper-slide img{width:100%;}
.restaurant_details_tit_x{padding:20px 15px 20px;}
.restaurant_details_tit_x h4{font-size: 16px;color:#333333;font-weight:bold;}
.restaurant_details_tit_x p{color:#999999;font-size: 12px;line-height: 20px;}
.restaurant_details_tit_x a{display:block;text-align:center ;color:#333333;padding:10px 0 0;}
.stay_details_tit_x .stay_c img{width:100%;padding:10px 0;}
.restaurant_details_con{padding:20px 15px 50px;;}
.restaurant_details_con h4{font-size:16px;padding-left:25px;background:url(../icon-img/xin_b.png)no-repeat top 50% left 0;background-size:20px;}
.restaurant_details_con li{padding:15px 0;margin-left:60px;position:relative;border-bottom:1px solid #eeeeee;}
.restaurant_details_con li img{width:50px;height:50px;border-radius: 50%;position:absolute;top:15px;left:-60px;}
.restaurant_details_con li h5{font-size:13px;padding-right:120px;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.restaurant_details_con li p{font-size:14px;}
.restaurant_details_con .restaurant_xing{line-height: 13px;padding-bottom:10px;}
.restaurant_details_con .restaurant_xing span{display:inline-block;font-size:10px;;color:#FF9E05;}
.restaurant_details_con .restaurant_time{position:absolute;top:18px;right:0;color:#979797;font-size:10px;}
.restaurant_details_con .more{text-align: center;padding:20px 0;}
.restaurant_details_con .more a{color:#333333;font-size:14px;}
.restaurant_details_but{width:100%;position:fixed;bottom:0;left:0;background:#ffffff;text-align: center;border-top:1px solid #eeeeee;}
.restaurant_details_but li{width:33.33%;height:50px;float:left;padding-top:25px;position:relative;color:#666666;font-size:13px;text-align: center;}
.restaurant_details_but .on{color:#03ca9d;}
.restaurant_details_but .on .Collection{display:none;}
.restaurant_details_but .on .Yi_collection{display:block;}
.restaurant_details_but li span{position:absolute;top:8px;left:50%;font-size:16px;margin-left: -8px;}
.restaurant_details_but li a{color:#666666;display:inline-block;}
/*语音*/
.sdesc_shuo{position:absolute;left: 0; top: 10px;z-index: 1;width:48%;}
.sdesc_shuo_img{position: relative;width:54px;height:54px;margin: 0 2px 0 10px;border-radius:100%;overflow: hidden;border: 2px solid #fff;background:#fff;}
.sdesc_shuo .setAll{width:54px;height:54px;object-fit: cover;}
.voice{ position: relative; display: inline-block; vertical-align: middle; width: 40%; height:43px; padding: 3px 3px 3px 7px; margin-top:7px; font-size: 0; background: url(../icon-img/desc_sy.png) no-repeat center; background-size: 100% 100%; }
.voice span{font-size:14px;}
.voice .video_time{position:absolute;bottom:18px;right:10px;font-size: 10px;line-height:8px;color:#fff;}
.voice_dot{ position: absolute; right:-1px;top: -2px; display: inline-block;width:8px;height: 8px;border-radius: 100%;background-color:#f65530;}
.voice_img1{ height:10px; vertical-align: top; margin: 13px 0 0 5px; }
.voice_img2{ height:15px; vertical-align: top; margin: 10px 0 0 1px; }
.voice_img3{ height:20px; vertical-align: top; margin: 8px 0 0 1px; }
.voc_play .voice_img1{ -webkit-animation: fdIn2 both 1s infinite  ease-in-out; animation: fdIn2 both 1s infinite  ease-in-out;}
.voc_play .voice_img2{ -webkit-animation: fdIn both 1s infinite  ease-in-out .3s; animation: fdIn both 1s infinite  ease-in-out .3s;}
.voc_play .voice_img3{ -webkit-animation: fdIn both 1s infinite  ease-in-out .6s; animation: fdIn both 1s infinite  ease-in-out .6s;}
/*渐显*/
@-webkit-keyframes fdIn2{ 0%{ -webkit-opacity:0.2;} 100%{-webkit-opacity:1;} }
@keyframes fdIn2{ 0%{ opacity:0.2; } 100%{ opacity:1; } }
@-webkit-keyframes fdIn{ 0%{ -webkit-opacity:0.1;} 100%{-webkit-opacity:1;} }
@keyframes fdIn{ 0%{ opacity:0.1; } 100%{ opacity:1; } }

/*交通*/
.traffic-tit img{display:block;width:100%;}
.traffic-con ul{padding:19px 15px;margin:0 -5px;}
.traffic-con li{width:50%;height:69px;float:left;padding:0 5px ;position:relative;border-radius: 5px;margin:0 0 12px 0;font-size: 11px;}
.traffic-con li a{display:block;width:100%;height:69px;background:rgba(242,252,250,1);padding:13px 5px 13px 55px;}
.traffic-con li img{width:45px;height:45px;position:absolute;top:50%;left:10px;margin-top:-22.5px;}
.traffic-con li h4{color: #333333;font-size: 14px;}
.traffic-con li p{color: #999999;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
/*全部评论*/
.comment{padding:10px 15px 50px;}
.comment-but{width:100%;height:50px;line-height:50px;position:fixed;bottom:0;left:0;background:#03ca9d;text-align: center;}
.comment-but a{color:#ffffff;font-size: 15px;}
/*我要评论*/
.comment_qu .comment_qu_tit{width:100%;height:157px;text-align: center;}
.comment_qu .comment_qu_tit h4{font-size: 15px;color: #333333;padding-top:47px;}
.comment_qu .comment_qu_tit span{color:#d7d7d7;}
.comment_qu .comment_qu_tit .colour{color:#ff9e05;}
.comment_qu .comment_qu_con{padding:22px 15px;position:relative;margin-bottom:50px;}
.comment_qu .comment_qu_con h4{font-size:15px;color: #181818;padding-bottom:10px;}
.comment_qu .comment_qu_con textarea{width:100%;height:208px;font-size:13px;border:1px solid #eeeeee;padding:17px 5px 25px;}
.comment_qu .comment_qu_con p{position:absolute;right:25px;bottom:30px;color: #666666;}
.comment_qu .comment_qu_con p span{color: #666666!important;}
.comment_qu button{width:100%;height:50px;line-height:50px;font-size:15px;position:fixed;bottom:0;left:0;background:#03ca9d;color: #ffffff;outline:none;}
/*酒店列表*/
.stay_tit{border-bottom:1px solid #eeeeee;position: relative;z-index: 66;}
.stay_tit li{width:50%;height:50px;line-height: 50px;float:left;text-align: center;font-size:14px;}
.stay_tit .active{color:#03ca9d;}
.stay_tit li .type_xia{display:none;}
.stay_tit .active .type_xia{display:inline-block;}
.stay_tit .active .type_shang{display:none;}
.type_con{position:relative;z-index: 58;}
.stay_lis{padding:0;}
.stay_quan{position:relative;}
.stay_tit_lis{-moz-user-focus: none;-moz-user-select: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);position:absolute;z-index: 56;top: 0;left: 0;width: 100%;background: #ffffff;}
.stay_tit_lis li{width:100%;text-align: center;height:50px;line-height: 50px;border-bottom: 1px solid #eeeeee;color:#333333;font-size:14px;}
.stay_tit_lis .active{color:#03ca9d;}
.close{position: fixed;width: 100%;height: 100%;top: 0;left: 0;filter: alpha(Opacity=50);z-index: 55;}
/*酒店详情*/
.stay_details_tit img{width:100%;}
.stay_details_tit_x{padding:20px 15px;}
.stay_details_tit_x h4{font-size: 16px;color:#000000;padding-bottom: 10px;}
.stay_details_tit_x .stay_a  span{display:inline-block;padding:2px 5px;font-size: 12px;background:rgba(255,161,0,0.11);color:#ffa100;text-align: center;border-radius:2px;}
.stay_a{padding-bottom:15px;}
.stay_b{font-size: 10px;position:relative;border:1px solid #eeeeee;border-width: 1px 0;padding:20px 105px 20px 0;}
.cenic_b{border-width:0 0 1px 0;}
.stay_b span{color: #666666;}
.stay_b label{color: #999999;position:absolute;top:20px;right:45px;}
.stay_b a{display:inline-block;color: #333333;height:20px;line-height:20px;padding:0 8px;border:1px solid #dbdbdb;border-radius:10px;margin-top:5px;position:absolute;right:0;top:13px;}
.stay_c{padding-top:20px;font-size: 13px;color: #666666;}
.stay_c a{display:block;text-align: center;padding:15px 0 0;color:#03ca9d; }
.stay_c p{}
.stay_details_con{padding:19px 15px;}
.stay_details_con h4{padding-left:30px;font-size: 15px;background:url(../icon-img/stay.png)no-repeat top 50% left 5px;background-size:16px}
.stay_details_con ul{padding:24px 10% 0;}
.stay_details_con li{float:left;width:33.33%;height:25px;line-height:25px;text-align:left;font-size:12px;color:#333333;}
.stay_details_con li i{font-size:14px;color:#666666;padding-right:5px;}
/*便民*/
.convenient-con li{width:50%;height:68px;line-height:68px;margin-bottom:12px;;float:left;position:relative;}
.convenient-con ul{margin:0 -3px;padding:18px; 15px;}
.convenient-con li a{display:block;margin:0 3px;border-radius: 3px;}
.convenient-con li h4{padding:0 50px 0 5px;margin:0 4px;font-size: 16px;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.convenient-con .hospital h4{border-bottom:1px solid #ec44a9;color:#e9079c;}
.convenient-con .toilet h4{border-bottom:1px solid #14a24d;color:#14a24d;}
.convenient-con .sports h4{border-bottom:1px solid #13a6e4;color:#13a6e4;}
.convenient-con .hospital a{background:rgba(233,7,156,0.06);}
.convenient-con .toilet a{background:rgba(145,200,155,0.06);}
.convenient-con .sports a{background:rgba(19,166,228,0.06);}
.convenient-con li img{width:42px;height:42px;position:absolute;top:50%;right:8px;margin-top:-21px;border-radius: 50%;}
/*厕所*/
.toilet-con li{position:relative;padding:15px 50px 15px 15px;border-bottom:1px solid #eeeeee;}
.toilet-con li h4{font-size: 15px;font-weight: bold;padding-bottom:5px;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.toilet-con li span{font-size: 10px;color:#666666;}
.toilet-con li i{color: #999999;font-size: 10px;}
.toilet-con li a{display:block;width:38px;height:19px;line-height:19px;text-align:center;border:1px solid #eeeeee;border-radius: 10px;font-size: 11px;color: #333333;position:absolute;bottom:15px;right:10px;}
/*航拍列表*/
.photography{}
.photography-top{width:100%;height:35px;font-size:18px;line-height: 35px;background:rgba(238,238,238,0.4);color:#9a9a9a;padding-left:15px;}
.photography-bottom{padding:10px 5px 0;overflow: hidden;}
.photography-bottom ul{width:100%;padding-bottom: 5px;}
.photography-bottom ul li{width:33.3%;float:left;text-align: center;margin-bottom:10px;padding:0 5px;}
.photography-bottom ul li p{color:#000;font-size: 16px;margin:0;text-align: left;padding:0 5%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.photography-bottom ul li span{display:block;color:#a8a8a8;font-size: 12px;text-align: left;padding:0 5%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.photography-bottom ul li img{width:100%;height:84px;}
/*景区详情*/
.cenic_con{position:relative;padding-left:65px;margin:20px 0 10px;}
.cenic_con_r{font-size:12px;color: #333333;padding-bottom:10px;}
.cenic_con_l{font-size:12px;color: #666666;position:absolute;top:0;left:0;}
.cenic p{font-size:12px;color: #666666;}
/*线路*/
.line{padding:8px 10px;}
.line li{height:80px;position:relative;padding:20px 0 0 120px;margin-bottom:20px;}
.line li img{width:110px;height:80px;position:absolute;top:0;left:0;}
.line li h4{font-size: 15px;color:#333333;margin:0 0 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.line li p{font-size:13px;color: #a8a8a8;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/*线路详情*/
.line_details{padding:10px;}
.line_details .head{padding:10px 0 30px 0;}
.line_details .head p{color:#000;font-size: 18px;}
.line_details .head .you{color:#1b63bd;}
.line_details .head span{color:#999;font-size: 14px;}
.line_details .lista{height:170px;text-align: center;margin-bottom:35px;padding:30px;background:url(../img/lista_05.png)no-repeat;background-size:100% 100%;}
.line_details .lista p{font-size: 13px;color: #363636;line-height:27px;}
.line_details .line_details_con img{width:100%;padding-bottom:15px;}
.line_details .line_details_con a{display:block;text-decoration:underline;color: #0d65b7;text-align: center;}
.line_details .line_details_con p{font-size:13px;color:#333333;padding-top:15px;line-height: 20px;}
/*娱乐*/
.disport .search{height:60px;width:100%;font-size: 15px;padding:12px 33px;z-index: 555;background:#f6f6f6;}
.disport .search input{width:100%;height:35px;line-height:35px;border-radius:20px;padding:0 30px 0 25%;background:url(../icon-img/search.png)no-repeat left 18% top 50%;background-size:15px;background-color:#ffffff;}
/*个人中心*/
.Personal_Center_tit{width:100%;height:210px;padding:15px;position:relative;}
.Personal_Center_tit>img{width:100%;height:100%;box-shadow: 0px 3px 16px 0px rgba(239, 108, 74, 0.59);border-radius: 5px;}
.Personal_Center_tit .Personal_Center_tit_t{width:80px;height:130px;position:absolute;top:50%;left:50%;margin:-65px 0 0 -40px;text-align: center;}
.Personal_Center_tit .Personal_Center_tit_t img{display:block;width:100%;border-radius: 50%;border:3px solid rgba(255, 255, 255, 0.33)}
.Personal_Center_tit .Personal_Center_tit_t h4{font-size: 15px;color: #ffffff;padding-top:7px;}
.Personal_Center_tit .Personal_Center_tit_t span{display:block;font-size: 12px;color: #ffffff;}
.Personal_Center_con{padding:15px 15px 50px;}
.Personal_Center_con li{height:55px;line-height: 55px;border-bottom:1px solid #eeeeee;background:url(../icon-img/you.png)no-repeat top 50% right 0;background-size:20px;}
.Personal_Center_con li i{color:#fc4313;padding-right:5px;vertical-align: bottom;}
.Personal_Center_con .Feedback i{font-size:13px;}
.Personal_Center_con li a{display:block;width:100%;color: #333333;font-size: 15px;}
/*门票列表*/
.ticket li{padding-right:50px;}
.ticket .gou{position: absolute;top: 36px;right:15px;width:30px;height:30px;}
.ticket .gou img{width:30px;height:30px;position: static;border-radius: 50%;}
.ticket li label{display:block;margin:0;font-size: 14px;color: #f30505;}
/*商品详情*/
.commodity_tit img{display:block;width:100%;}
.commodity_tit .commodity_tit_t{padding:20px 15px 0;}
.commodity_tit .commodity_tit_t span{font-size: 20px;color: #f22b38;padding-right:10px;}
.commodity_tit .commodity_tit_t span i{font-size: 13px;}
.commodity_tit .commodity_tit_t label{font-size: 12px;color: #999999;}
.commodity_tit .commodity_tit_t h4{font-size:16px;color: #000000;padding:15px 0;border-bottom:1px dashed #e0e0e0;}
.commodity_tit .commodity_tit_b{padding:15px;}
.commodity_tit .commodity_tit_b li{float:left;text-align:center;color: #8f8b8d;font-size:12px;width:33.33%;line-height: 20px;padding:0 5px;position:relative;}
.commodity_tit .commodity_tit_b li img{display:inline-block;vertical-align:bottom;width:18px;height:21px;margin-right:3px;}
.commodity_tit .commodity_tit_b li span{display:inline-block;}
.commodity_tit .commodity_tit_b li i{display:inline-block;width:1px;height:10px;background:#eeeeee;position:absolute;top:50%;right:0;margin-top:-5px;}
.commodity_tit .commodity_tit_b li:last-child i{display:none;}
.commodity_tit .num{padding:15px;height:63px;line-height:35px;position:relative;}
.commodity_tit .num label{font-size: 13px;color: #666666;float:left;}
.commodity_tit .num .number_box{font-size: 13px;color: #666666;border: solid 1px #dbdbdb;width:100px;height:33px;float:left;border-radius: 5px;position:absolute;top:15px;right:15px;}
.commodity_tit .num .number_box input{float:left;}
.commodity_tit .num .number_box .gon{width:33px;height:31px;line-height:31px;opacity: 0.34;font-size: 33px;}
#text_box{width:32px;height:100%;text-align: center;}
.commodity_con .commodity_con_t{text-align: center;position:relative;height:50px;}
.commodity_con .commodity_con_t h4{font-size:15px;font-weight: bold;width:70px;background:#ffffff;position:absolute;top:15px;left:50%;margin-left:-35px;}
.commodity_con .commodity_con_t span{display:inline-block;width:105px;height:3px;border:1px solid #C2C2C2;border-width:1px 0 1px 0;margin-top:23px;}
.commodity_con .commodity_con_c{padding:0 50px 20px 15px;position:relative;}
.commodity_con .commodity_con_c h4{font-size: 13px;color: #333333;padding-bottom:5px;}
.commodity_con .commodity_con_c p{font-size: 10px;color: #666666;line-height: 30px;}
.commodity_con .commodity_con_c p i{padding-right:5px;}
.commodity_con .commodity_con_c .navigation{position:absolute;bottom:23px;right:5px;}
.commodity_con .commodity_con_c .navigation a{display:block;padding:3px 10px;border:1px solid #dbdbdb;border-radius:15px;font-size:11px;color:#333333;margin-top:10px;}
.commodity_con .commodity_con_b{padding:10px 15px 50px;}
.commodity_con .commodity_con_b img{width:100%;margin-bottom:5px;}
.purchase{position:fixed;bottom:0;left:0;width:100%;height:50px;background:#ffffff;text-align: center;box-shadow: 0px 11px 21px 0px #080808;}
.purchase .purchase_l{width:30%;height:100%;color: #666666;font-size: 11px;position:relative;}
.purchase .purchase_r{width:70%;height:100%;line-height:50px;background:#EB4D3D;font-size:15px;}
.purchase .purchase_l a{display:inline-block;width:100%;height:100%;padding-top:28px;color:#666666;}
.purchase .purchase_l a i{position:absolute;top:7px;left:50%;font-size:18px;margin-left: -9px;}
.purchase .purchase_r a{display:inline-block;width:100%;color:#ffffff;}
.individual{position:fixed;bottom:85px;right:7px;width:57px;height:57px;line-height:57px;border-radius: 50%;background:#ffffff;text-align: center;font-size:27px;box-shadow: 0px 5px 16px 0px rgba(147, 147, 147, 0.4);}
.individual a{color:#8f8f8f;}
/*收货地址*/
.receiving_tit{padding:5px 10px;}
.receiving_tit li{position:relative;border-radius: 10px;background:#ffffff;padding:10px;margin-bottom:10px;}
.receiving_tit li span{display:inline-block;width:100%;padding-right:110px;font-size:16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.receiving_tit li>label{display:inline-block;font-size:14px;text-align: right;position:absolute;top:10px;right:20px;}
.receiving_tit li p{font-size:14px;padding-top:5px;}
.receiving_tit .receiving_tit_a{border-top:1px solid #eeeeee;padding-top:15px;margin-top:10px;}
.receiving_tit .receiving_tit_a span{font-size:14px;}
.receiving_tit .receiving_tit_a a{font-size:14px;color:#000000;}
.receiving_tit .receiving_tit_a input{vertical-align: middle; outline-color:#000;}
.receiving_tit .receiving_tit_a label{font-size:14px;}
.receiving_tit .receiving_tit_a .edit{position:absolute;bottom:10px;right:80px;}
.receiving_tit .receiving_tit_a .detele{position:absolute;bottom:10px;right:20px;}
.receiving_tit .receiving_tit_a .edit i{font-size:16px;padding-right:5px;}
.receiving_tit .receiving_tit_a .detele i{font-size:13px;padding-right:5px;}
.receiving_con{width:100%;text-align: center;height:50px;line-height: 50px;padding:0 10px;margin:15px 0;}
.receiving_con a{display:block;width:100%;text-align: center;background:#eb4d3d;border-radius: 25px;color: #ffffff;font-size:15px;}
/*添加收货地址*/
.add_address_z{padding:5px 15px;}
.add_address{border-radius: 10px;overflow: hidden;background:#ffffff;padding:0 10px;}
.add_address .add_address_tit{height:52.5px;line-height: 52.5px;border-bottom:1px solid #eeeeee;}
.add_address .add_address_tit label{font-size: 14px;color: #999999;}
.add_address .add_address_tit input{width:68%;height:45px;font-size: 14px;padding-left:10px;}
.add_address_z button{width:100%;height:48px;background:#eb4d3d;border-radius:24px;color: #ffffff;font-size:15px;margin-top:50px;}
/*特产*/
.specialty li{padding-right:45px;}
.specialty li h4{padding-top:0;}
.goods_jingle{ font-size:12px; color:#999; width:95%; height:19px; display:block; overflow:hidden;}
/*新闻列表*/
.news_list{padding:0 15px;}
.news_list li{padding:20px 0 15px 100px; position:relative;height:120px;border-bottom:1px solid #eeeeee;position:relative;}
.news_list li img{width:90px;height:90px; position:absolute;top:50%;left:0px;margin-top:-45px;}
.news_list li h4{height:23px;line-height:23px;font-size:15px;color: #333333;font-weight: bold;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.news_list li p{font-size: 13px;color: #999999;  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }
.news_list .news_list_con{font-size:11px;color: #999999;position:absolute;bottom:15px;left:100px;}
.news_list .news_list_con span{display:inline-block;padding-right:30px;}
.news_list .news_list_con span:last-child{padding-right:0;}
.news_list .news_list_con span i{padding-right:5px;}
.news_list .news_list_con .new_time i{font-size:13px;}
/*新闻详情*/
.news_details{padding:20px 15px;}
.news_details h4{font-size:16px;font-weight: bold;padding-bottom:10px;}
.news_details span{display:inline-block;font-size:11px;color: #999999;padding-right:20px;}
.news_details .news_details_x{padding:20px 0;}
.news_details .news_details_x p{text-indent: 2em;font-size:12px;line-height:20px;color:#333333;}
.news_details .news_details_x img{max-width:100%;}
/*我的订单*/
.box1{ width:95%; height:auto; overflow:hidden; margin:0 auto; }
.v_dd{ width:100%; height:60px; line-height:60px; border-bottom:1px solid #eee;}
.v_dd span{ width:50%; height:60px; float:left; text-align:center;}
.v_dd span.active{ border-bottom:1px solid #ff9913; color:#ff9913;}
.dd_1{ width:95%; height:190px;box-shadow: 0px 3px 5px #ccc; margin:0 auto; margin-bottom:20px; border-radius:5px; margin-top:10px; display: block;}
.dd_101{ width:95%; height:60px; margin:0 auto; border-bottom:1px solid #eee;}
.dd_101_a img{ width:40px; height:40px; border-radius:100px; float:left; overflow:hidden; margin-top:10px; margin-right:10px; }
.dd_101_a{ width:150px; color:#666;line-height:60px;font-size:12px; float:left;}
.dd_101 i{ width:60px; line-height:60px; float:right; color:#666666; font-style:normal; font-size:12px; display:block;}
.dd_102{ width:100%; height:70px; margin-top:15px; display:block;}
.dd_102_img{ width:60px; height:60px; float:left; margin-left:10px;}
.dd_102_img img{ width: 60px;height: 60px;overflow: hidden;}
.dd_102_t{ width:70%; height:70px; float:left; margin-left:10px;}
.dd_102_t h1{ width:100%; font-size:13px; font-weight:700; color:#333;line-height:25px; text-align:left;}
.dd_102_t h1 img{ float:right; width:20px; height:20px;}
.dd_102_t p{ font-size:12px; color:#666; line-height:20px;}
.dd_102_t span{ font-size:15px; color:#ff9913;}
.buy_2{ width:80px; height:30px; line-height:30px; text-align:center; float:right; border-radius:100px; border:1px solid #eee; color:#666; font-size:13px; margin-right:10px;}
/*订单详情*/
.dd_2{ width:100%; height:auto; margin:0 auto;}
.dd_201{ width:100%; height:60px; line-height:60px; font-size:14px; color:#333; font-weight:700; background:url(../img/d_1.png) no-repeat left 15px; background-size:30px; border-bottom:1px dashed #eee;}
.dd_201_t{ width:100%; height:60px; line-height:60px; color:#333; font-weight:700; text-align:center; font-size:18px;}
.dd_202{ width:100%; height:60px; line-height:60px; font-size:14px; color:#333; font-weight:700; background:url(../img/23.png) no-repeat left 15px; background-size:30px; border-bottom:1px dashed #eee;}
.dd_3_1{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
.dd_301_a{ width:65%; color:#666; line-height:60px;font-size:12px; float:left; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dd_301_a img{ width:40px; height:40px; border-radius:100px; float:left; overflow:hidden; margin-top:10px; margin-right:10px; }
.dh{ width:50px; height:50px; margin-top:10px; background:url(../img/sxq_3.png) no-repeat 10px 0px; background-size:30px; text-align:center; font-size:12px; color:#ff9913; display:block; float:left; line-height:70px;}
.bd{ width:50px; height:50px; margin-top:10px; background:url(../img/sxq_4.png) no-repeat 10px 0px; background-size:30px; text-align:center; font-size:12px; color:#ff9913; display:block; float:left; line-height:70px;}
/*会员商家*/
.box1{ width:95%; height:auto; overflow:hidden; margin:0 auto; }
.v_all{ width:100%; height:auto; overflow:hidden;}
.v_1{ width:100%; height:80px; line-height:80px; text-align:center; color:#a6a6a6;}
.vs_all{ width:100%; height:auto; border-top:1px solid #eee; overflow:hidden;}
.vs_img{ width:85px; height:85px; float:left; margin-top:15px;position:relative;text-align: center;}
.vs_img img{ width:75px; }
.vs_img span{ position:absolute; z-index:999; left:15px;}
.vs_img span img{ width:39px;}
.vs_t_all{ width:70%;  float:right;margin-top: 9px;}
.vs_t{ width:70%; height:35px; font-size:15px; font-weight:700; color:#333; line-height:35px; float: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.vs_x{ width:100%; height:25px; float:left; font-size:12px; color:#666; overflow:hidden;}
.vs_x img{ width:12px; height:12px;}
.vs_jg{ width:30%; height:35px;line-height: 35px; float:right; color:#ff9913; font-size:12px;}
.vs_jg span{ font-size:18px; font-weight:700;}
.vs_x i{display: inline-block;width: 12px;height: 12px;background: url(../img/img_12.png) no-repeat center;background-size: 100%;margin-right: 3px;}
.vs_x .fen{color: #ff9913;}
.vs_x .empty{background: url(../img/star-empty.png) no-repeat center;background-size: 100%;}
.vs_x .star-half{background: url(../img/star.png) no-repeat center;background-size: 100%;}
.pl{ width:67%; float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size:12px;}
.vs_2 span{font-size:12px; width:28%; float:right; display:block;}

/*商户中心*/
.sh_all{ width:100%; height:100%; background:#eee; padding-top:30px;}
.sh_in{ width:90%; height:410px; background:#fff; margin:0 auto; border-radius:10px;}
.sh_t{ width:100%; height:60px; line-height:60px; text-align:center; font-size:13px; color:#666;}
.sh_bot{ width:90%; height:auto; overflow:hidden; border-bottom:1px solid #eee; margin:0 auto; text-align:center;}
.bot1{ width:33%; height:80px; float:left; color:#333; font-size:12px; text-align:center; margin-bottom:20px;}
.bot1 img{ width:50px; height:50px;}
.sh_y_1{ width:80%; height:40px; line-height:50px; font-size:12px; color:#666; padding-left:20px;}
.sh_y_2{ width:90%; height:55px; line-height:55px; font-size:33px; font-weight:700; color:#333; margin:0 auto;}

/*核销*/
.hx_1{ width:95%; height:280px;box-shadow: 0px 3px 5px #ccc; margin:0 auto; margin-bottom:20px; border-radius:5px; margin-top:10px; display: block; background:#fff;}
.hx_101 span{ width:100%; margin:0 auto; color:#666; font-size:14px; line-height:55px; display:block;}
.hx_101 input{ width:100%; height:60px; border:none; line-height:60px; font-size:16px; font-weight:700; color:#333; margin:0 auto; display:block;}
.hx_101{ width:95%; border-bottom:1px solid #eee; margin:0 auto; height:auto; overflow:hidden;}
.dh_bot{width:95%; height:45px; background:#ff9913; color:#fff; font-size:18px; display:block; border-radius:5px; margin-top:20px; line-height:45px; text-align:center; font-size:16px; margin-bottom:10px; margin:0 auto; display:block; margin-top:15px;}

/*上传资料*/
.sc_1{ width:100%; height:60px; line-height:60px; border-bottom:1px solid #eee; }
.sc_1 span{ width:60px; line-height:60px; display:block; float:left; font-size:12px; margin-left:15px;color:#666;}
.sc_1 input{ width:71%; float:right; line-height:58px; float:right; border:none;  text-align:right; color:#333; margin-right:15px;}
.sc_2{ width:100%; height:auto; overflow:hidden;line-height:60px; border-bottom:1px solid #eee; padding-bottom:15px;  }
.sc_2 span i{ color:#999; font-style:normal;}
.sc_2 span{ width:285px; line-height:60px; display:block; float:left; font-size:12px; margin-left:15px;color:#666;}
.sc_2 a{ width:100px; height:100px; float:left; display:block; margin-left:15px;}
.sc_2 a img{ width:100px; height:100px; overflow:hidden;}
.sc_3{ width:100%; height:auto; overflow:hidden; border-bottom:1px solid #eee; padding-bottom:15px;  }
.sc_3 span{ width:100%; line-height:60px; display:block; float:left; font-size:12px; margin-left:15px;color:#666;}
.sc_3 span i{ color:#999; font-style:normal;}
.sc_3 a{ width:100px; height:100px; float:left; display:block; margin-left:15px;}
.sc_3 img{ width:100px; height:100px; overflow:hidden;}
.sc_3_img{ float:left; overflow:hidden; margin-left:15px; border-radius:5px; position:relative;}
/*.close{ width:20px; height:20px; display:block; position:absolute; z-index:999; left:60px; top:-10px;}*/
.close img{ width:25px;height:25px;}
.sure_1{ width:45%; height:45px; float:left; background:#d0d0d0; color:#666; font-size:18px; display:block; border-radius:5px; margin-top:20px; line-height:45px; text-align:center; font-size:16px; margin-bottom:10px;}
.sure_2{ width:45%; height:45px; float:left; background:#ff9913; color:#fff; font-size:18px; display:block; border-radius:5px; margin-top:20px; line-height:45px; text-align:center; font-size:16px; margin-bottom:10px; margin-left:20px;}

/*上传产品*/
.text1{background:#eee; width:100%; margin:0 auto; height:200px; border:none;}
.ms_all{ width:90%; height:auto; margin:0 auto;}


/*订单确认*/
.order{background:#fff;}
.order_address{padding:24px 35px;color: #333333;position:relative;background:url(../icon-img/you1.png) no-repeat top 50% right 13px;background-size:10px;border-bottom:1px solid #eee;}
.order_address img{position:absolute;top:50%;left:12px;width:15px;margin-top:-9px;}
.order_address span{display:block;padding-right:110px;font-size: 16px;color: #333333;}
.order_address label{position:absolute;top:24px;right:40px;font-size: 14px;color: #333333;}
.order_address p{font-size: 14px;color: #999999;padding-top:5px;}
.order_con{padding:20px 15px;position:relative;border-bottom:1px solid #eee;}
.order_con img{width:80px;height:80px;float:left;}
.order_con .order_c_r{width:70%;padding-left:15px;}
.order_con .order_c_r p{font-size: 16px;padding:5px 0;color: #000000;}
.order_num{border-bottom: 1px solid #eeeeee;padding: 15px;height: 65px;line-height: 35px;position: relative;}
.order_num .number_box{position:absolute;top:15px;right:15px;}
.order_num label{font-size: 13px;color: #666666;float:left;}
.order_num .number_box{font-size: 13px;color: #666666;border: solid 1px #dbdbdb;width:100px;height:33px;float:left;border-radius: 5px;position:absolute;top:15px;right:15px;}
.order_num .number_box input{float:left;}
.order_num .number_box .gon{width:33px;height:31px;line-height:31px;opacity: 0.34;font-size: 33px;}
.order_num #text_box{width:32px;height:100%;text-align: center;}
.order_remarks{padding:0 15px;height:57px;line-height: 57px;font-size: 13px;}
.order_remarks label{display:block;float:left;width:15%;color: #666666;}
.order_remarks input{width:85%;height:100%;float:left;color: #333333;}
.order_money{height:57px;line-height: 57px;padding:0 15px;text-align: right;border-top:1px solid #eee;}
.order_Actual{position:fixed;bottom:0;left:0;height:50px;line-height:50px;width:100%;background:#fff;box-shadow: 0px 11px 21px 0px rgba(76, 76, 76, 0.4);}
.order_Actual .order_Actual_l{width:70%;padding-left:55px;}
.order_sty label{font-size: 13px;color: #333333;}
.order_sty span{color: #f22b38;font-size:9px;}
.order_sty i{font-size: 14px;font-weight: bold;}
.order_Actual .order_Actual_r{width:30%;text-align: center;background:#eb4d3d;color:#fff;}

/*加载更多样式*/
/* .beg_load, .beg_load1 {
	font-size: 1.2rem;
	text-align: center;
	padding: 1.5rem 0;
	color: #999;
}
 */
.beg_load, .beg_load1 {
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 0;
    color: #d5d5d5;
}







