/*
Theme Name: Toqi
Theme URI: http://www.toqi.cn
Author: jason
Author QQ: 173572811
Description: The Toqi Website Style
Version: 2.0
*/

/***规范备注：
头部标题 class为 zt；
所有带颜色的标题 class为 tle;
标题后加箭头的加 tlear；
带下划线白底左右空3%样式 box；
box中内容规划样式 txtcon；
头部banner图样式 banlist；
黄色按钮默认+点击 btnc，btnc_on；
ul,li列表统一样式 listBox；
***/

/***主题颜色***/
.zt{
	color: #fff;
	background: #23bd6f;
}

.ztfs{
	background: #434953;
	color: #fff;
}
/***主题颜色 end***/

/***统一头标，内容标题***/
.tletop{
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 120%;
}

.topleft{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 42px;
	font-size: 90%;
}

.topright{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 42px;
	font-size: 90%;
}

.text{
	padding-right: 12px;
	font-size: 90%; 
}

.tle{
	width: 94%;
	padding: 0 3%;
	height: 42px;
	line-height: 42px;
	background: #23bd6f;
	color: #fff; 
}

.tlear{
	background: #23bd6f url(../images/arrow_d.png) no-repeat;
	background-size: 15px auto;
	background-position: 96% 16px;
}

.tleat{
	background: #23bd6f url(../images/arrow_t.png) no-repeat;
	background-size: 15px auto;
	background-position: 96% 16px;
}

.listBox{
	width: 100%;
	background: #fff;
	margin-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}	

.listBox li{
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	width: 94%;
	margin: 0 auto; 
}

.listBox li:last-child{
	border: none;
}

.listBoxs{
	width: 100%;
	background: #fff;
	margin-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}	

.listBoxs li{
	border-bottom: 1px solid #e6e6e6;
	padding: 9px 0;
	overflow: hidden;
	width: 94%;
	margin: 0 auto; 

}

.listBoxs li:last-child{
	border: none;
}
/***统一标题样式 end***/

/***  箭头  ***/
.arrow_r{
	background: url(../images/arrow_r.png);
	width: 14px;
	height: 19px;
	background-size: 14px auto;
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -8px;
}

.arrow_d{
	background: url(../images/arrow_d.png);
	width: 15px;
	height: 10px;
	background-size: 15px auto;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -5px;
}

.arrow2{
	background: url(../images/downico.png) top left no-repeat;
	width: 14px;
	height: 14px;
	background-size: 14px auto;
	display: block;
}
/***  end  ***/

/***  按钮  ***/
.btnf{
	background: #23bd6f;
	color: #fff;
}

.btnc{
	background: #f4b024;
	color: #fff;
}

.btnc_on{
	background: #f0f0f0;
	color: #666;
}

.choose_on{
	width: 26px;
	height: 30px;
	background: url(../images/chooseico.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	background-size: 24px auto;
}

.choose{
	width: 26px;
	height: 30px;
	background: url(../images/chooseico.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 24px auto;
}

/***  end  ***/

/** font color**/
.crzt{
	color: #23bd6f; 
}

.crzf{
	color: #f4b024; 
}

.cro{
	color: #fff;
}

.crt{
	color: #333;
}

.crs{
	color: #666;
}

.crf{
	color: #ccc;
}

.font2{
	font-size: 120%;
}

/* common start */ 

*:not(input) {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
}

* {
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', Tahoma, Helvetica, arial, sans-serif;
	-webkit-appearance: none;
}

body {
	font-family: 'Microsoft YaHei', Tahoma, Helvetica, arial, sans-serif;
	font-size: 14px;
	background: #f0f0f0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.tlr{
	text-align: right;
}

.hide {
	display: none;
}

.wrap{
	min-width: 320px;
	max-width: 640px;
	margin:0 auto;
	margin-bottom: 60px;
}

.bgbg{
	background: #fff;
}

.banlist img{
	width: 100%;
	display: block;
	height: auto;
}

.banlist p{
	position: absolute;
	bottom: 18px;
	right: 10px;
	width: 30px;
	height: 20px;
	background: url(../images/picturebg.png) top left no-repeat;
	background-size: 55px auto; 
	padding-left: 27px; 
	color: #fff;
	font-size: 90%;
	line-height: 20px;
}

.box{
	width: 94%;
	padding: 0px 3% 5px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.boxs{
	width: 94%;
	padding: 5px 3%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 12px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.boxh3{
	color: #666;
	font-size: 95%;
	line-height: 30px;
}

.txtcon{
	color: #333;
	line-height: 20px;
	padding: 8px 0;
	font-size: 90%; 
}

.txtcons{
	color: #333;
	line-height: 20px;
	padding-bottom: 6px;
	font-size: 90%; 
}

.bornone{
	border: none;
}


/* bottom start */ 
.bottom{
	height: 42px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	border-top: 1px solid #e6e6e6;
}
.bottom ul li{
	height: 42px;
	float: left;
	width: 20%;
	box-shadow:outset;
}
.bottom ul li img{
	display: block;
	margin:0 auto;
	margin-top: 10px;
}
.bottom ul li:last-child{
	border:none;
}

.copyBox{
	position: fixed;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	-moz-opacity:.3; 
	opacity:.3;
	font-size: 90%;
}

/* 底部 seart */
.footer{
	height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #e6e6e6;
	background: #fff;
	z-index: 10;
}
.footer ul li{
	float: left;
	width: 20%;
}
.footer ul li img{
	display: block;
}

.mian{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	display: none;
}
.footer3_1{
	position: fixed;
	left: 0;
	bottom: 41px;
	width: 100%;
	background: #fff;
	
}
.footer3_2{
	position: relative;
	height: 100%;
	padding-bottom: 15px;
}
.move_list {
	position: absolute;
	z-index: 1000;
	bottom: 10px;
	left: 50%;
}
.move_list li {
	width: 15px;
	height: 4px;
	margin-left: 5px;
	border-radius: 10px;
	background: #e6e6e6;
	float: left;
}
.move_list .picact {
	background: #5d9beb;
}
#slider{
	width:100%;
	margin:0 auto;
} 
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow:hidden;
	position:relative;
}
.swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;
}
.current-page{
	width:480px;
	height:40px;
	margin:30px auto 0;
	font-family:"微软雅黑";
}
.current-page div{
	float:left;
}
.page{
	width:100px;
	height:40px;
	line-height:34px;
	margin:0 50px;
	text-align:center;
	font-size:18px;
}
.page #cur{
	color:#f00;
	font-weight:600;
}
.footer3_4{
	padding:5px 15px;
	overflow: hidden;	
}
.footer3_4 ul li{
	float: left;
	width: 33.3%;
}
.footer3_5{
	padding: 10px 10px 5px 10px;
	overflow: hidden;
}
.footer3_5 p{
	font-size: 12px;
	margin-top: 5px;
	color: #333;
	text-align: center;
}
.footer3_5_1{
	width: 60%;
	height: auto;
	max-width: 60px;
	display: block;
	margin:0 auto;
}
/* 底部 end */


/***相册***/


.big_img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.big_img li{
	display: table-cell;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	paddin: 0px;
	width: 100%;
	height: 600px;
}

.big_img img{
	width: 100%;
}

.closeico{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
}

.arrleft{
	position: absolute;
	top: 50%;
	left: 0px;
	background: url(../images/arrleft.png) top left no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 60px;
	margin-top: -15px;
}

.arrright{
	position: absolute;
	top: 50%;
	right: 0px;
	background: url(../images/arrright.png) top left no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 60px;
	margin-top: -15px;
}

.numberbox{
	position: absolute;
	left: 0px;
	bottom: 60px;
	width: 100%;
}

.numberbox p{
	width: 44%;
	float: left;
	line-height: 30px;
	color: #fff;
	padding: 0 3%;
}

.numberbox p:first-child{
	font-size: 110%; 
}

.numberbox p:last-child{
	font-size: 90%; 
}

.catedel p{
	position: absolute;
	bottom: 18px;
	right: 10px;
	width: 58px;
	height: 20px;
	background: url(../images/picturebg.png) top left no-repeat;
	background-size: 55px auto; 
	padding-left: 27px; 
	color: #fff;
	font-size: 90%;
	line-height: 20px;
}
/** 相册 end **/


/**新相册**/
.singlepic_box {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	background: url(../images/lucency.png);
	z-index: 100000000;
}

#singlepic_ul {
	z-index: 1000;
	width: 1000em;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
.singlepic_text {
	position: absolute;
	bottom: 5px;
	left: 0px;
	height: 100px;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #fff;
	z-index: 11000;
	padding: 5px;
	box-sizing: border-box;
	line-height: 16px;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}
.single_series {
	position: absolute;
	right: 10px;
	bottom: 78px;
	z-index: 11000;
	color: #fff;
	width: 60px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
}
.single_close {
	position: absolute;
	width: 19px;
	height: auto;
	top: 10px;
	right: 15px;
	border: 0;
}
.album_li {
	padding: 15px 10px;
	padding-bottom: 0px;
}
.car_ck, .selectall {
	-webkit-appearance: checkbox;
}
/**新相册end**/

/***Loading Rotation***/
@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)} to{-webkit-transform:rotate(360deg)}}
@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)} to{-moz-transform:rotate(360deg)}}
@-ms-keyframes rotate{from{-ms-transform:rotate(0deg)} to{-ms-transform:rotate(360deg)}}
@-o-keyframes rotate{from{-o-transform:rotate(0deg)} to{-o-transform:rotate(360deg)}}


.loading{
	width: 100px;
	margin: 14px auto 0;
	color: #666;
}
.loadPic img{
	width:100%; 
	height:auto;
}
.loadPic{
	animation:2s linear 0s normal none infinite rotate;
	-webkit-animation:2s linear 0s normal none infinite rotate; 
}
.loadPic{ 
	height:15px; 
	width:15px; 
	float: left; 
	margin: 3px 5px 0 0;
}

/*吃*/

.eaterytxt .eato{
	background: url(../images/mapico.png) 0px 4px no-repeat;
	margin-top: 8px;
	background-size: 12px auto;
}

.eaterytxt .eatt{
	background: url(../images/telico.png) 0px 4px no-repeat;
	background-size: 12px auto;
}

/* 过渡 start */
.playdgbg{
	background: url(../images/playbg.jpg);
	height: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	background-size:100% 100%;
	overflow: hidden;
}

.catedgbg{
	background: url(../images/categd.jpg);
	height: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	background-size:100% 100%;
	overflow: hidden;
}

.guodu a{
	width: 58%;
	display: block;
	margin: 20px auto;
	max-width: 280px;
}

.guodu a img{
	width: 100%;
	height: auto;
}
/* 优惠券 */
.cou{
	background: url(../images/coupon.png);
}

.cou_on{
	background: url(../images/coupon_on.png);
}

/**住**/
.jqadd{
	width: 85%;
	line-height: 42px;
	font-size: 95%;
	background: url(../images/addct.png) 0px no-repeat;
	background-size: 18px auto; 
	padding-left: 22px;
}

.jqtel{
	width: 95%;
	line-height: 42px;
	background: url(../images/telct.png) 0px no-repeat;
	background-size: 18px auto; 
	padding-left:22px;
}

.hotelico li:before{
	background: url(../images/hotel_ico.png);
	background-size: 27px auto; 
	content: "";
	width: 20px;
	height: 18px;
	display: block;
	float: left;
	margin: 3px 0 0 0;
}

.order{
	background: url(../images/ico10.png) right 18px no-repeat;
	background-size: 14px auto;
	width: 50px;
	text-align: left;
	padding-left: 3%;
}

.search{
	background: url(../images/search.png) left top no-repeat;
	background-size: 40px auto;
	width: 45px;
	height: 42px;
}

.sxlist_on .sx_on{
	color: #23bd6f;
	background: url(../images/tickico.png) right 15px no-repeat;
	background-size: 17px auto;
}

.sxlist .sx_on{
	color: #23bd6f;
	background: #f2f2f2 url(../images/arrow_g.png) 94% no-repeat;
	background-size: 7px auto;
}

/***玩***/
.searchtle input{
	background: #fff url(../images/sousuo1.png) no-repeat 6px;
}

.travel li span{
	background: url(../images/telicos.png) 10px no-repeat;
}

.ordico{
	background: url(../images/orderico.png) 0px 17px no-repeat;
	background-size: 12px auto;
	width: 80%;
	line-height: 30px;
	padding: 8px 0 0 23px;
}

.ordhico{
	background: url(../images/center_ico2.png) 0px 15px no-repeat;
	background-size: 16px auto;
	width: 80%;
	line-height: 30px;
	padding: 8px 0 0 23px;
}

.codebtn{
	background: #fff url(../images/codeimg.png) 5px no-repeat;
}

.sxlisto .sx_on{
	color: #23bd6f;
	background: url(../images/tickico.png) right 15px no-repeat;
	background-size: 17px auto;
}



.nearlist span{
	font-size: 90%;
	color: #999;
	background: url(../images/mapico.png) 0px no-repeat;
	background-size: 12px auto;
	padding-left: 15px;
}


.rili{
	display: block;
	background: url(../images/rili.png) no-repeat 0px;
	background-size: 13px auto;
	float: left;
	width: 40%;
	padding-left: 16px; 
	font-size: 80%;
	color: #666;
}


/***个人中心***/
.trangle{
	width: 40px;
	height: 40px;
	background: url(../images/trangle.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 100% auto;
}


.icobg{
	background: url(../images/picon.png);
	background-size: 50px auto;
}

.portraitBox p{
	background: url(../images/rankico.png) top left no-repeat;
	width: 35px;
	height: 20px;
	background-size: 100% auto;
	padding-left: 25px; 
	color: #fff;
	font-size: 80%;
	line-height: 18px; 
	position: absolute;
	top: 50px;
	left: 51%;

}

.induce_on{
	background: url(../images/induce_on.png);
}

.induce{
	background: url(../images/induce.png);
}

.repeatx{
	width: 100%;
	background: url(../images/couponbg.jpg) top left repeat-x;
	height: 2px;
	background-size: 25px auto;	
}

/**微商城**/
.off{
	background: url(../images/closeico2.png) no-repeat;
	background-size: 19px auto;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 15px;
	right: 12px;
}

/****/
.addbox a{
	background: url(../images/add_ico.png) 10px 12px no-repeat;
	width: 100%;
	line-height: 40px;
	color: #5f5f5f;
	background-size: 13px auto;
	display: block;
	padding-left: 30px;
}

.chuxing1 i{
	float: right;
	width: 14px;
	height: 8px;
	background: url("../images/ico5.png") top left no-repeat;
	background-size: 100% auto;
	margin-top: 20px;
}

.open .chuxing1 i{
	background: url("../images/ico10.png");
	background-size: 100% 100%;
	width: 14px;
	height: 8px;
	margin-top: 20px;
}

/*搜索结果样式start*/
.content1 {
	margin-top: 20px;
}
.content1 img{
	width: 118px;
	height: 185px;
	display: block;
	margin:0 auto;
}
.content1 p {
	color: #434342;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
}
/*搜索结果样式end*/