body,ul {
	padding: 0;
	margin: 0;
	word-break: break-all;
    font-family: '微软雅黑';
}

a,body {
	color: #333
}

.clearfix,.text-overflow {
	overflow: hidden
}

body { 
	background-color: #f6f6f6
}
.site-header .header-top{
	background-color: #fff
}

ul li {
	list-style: none
}
  
.icon {
	font-family: icon!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-size: 14px;
	font-family: '微软雅黑'
}

a {
	text-decoration: none
}

.page-faq .sec .title a:hover,.page-index .sec .title a:hover,.page-index .sec6 .item .lists .list:hover,.page-notes .sec .title a:hover,.page-routes .sec .title a:hover,.page-routes-detail .sec .title a:hover,.page-strategy .sec .title a:hover {
	text-decoration: underline
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap
}

.hide {
	display: none
}

.tc {
	text-align: center
}

.pt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pt20 {
	padding-top: 20px
}

.pt30 {
	padding-top: 30px
}

.pt40 {
	padding-top: 50px
}

.pb5 {
	padding-bottom: 5px
}

.pb10 {
	padding-bottom: 10px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.pb40 {
	padding-bottom: 50px
}

.pl5 {
	padding-left: 5px
}

.pl10 {
	padding-left: 10px
}

.pl20 {
	padding-left: 20px
}

.pl30 {
	padding-left: 30px
}

.pl40 {
	padding-left: 50px
}

.pr5 {
	padding-right: 5px
}

.pr10 {
	padding-right: 10px
}

.pr20 {
	padding-right: 20px
}

.pr30 {
	padding-right: 30px
}

.pr40 {
	padding-right: 50px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt40 {
	margin-top: 50px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb40 {
	margin-bottom: 50px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml20 {
	margin-left: 20px
}

.ml30 {
	margin-left: 30px
}

.ml40 {
	margin-left: 50px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr20 {
	margin-right: 20px
}

.mr30 {
	margin-right: 30px
}

.mr40 {
	margin-right: 50px
}

.fs12 {
	font-size: 12px
}

.fs13 {
	font-size: 13px
}

.fs14 {
	font-size: 14px
}

.fs15 {
	font-size: 15px
}

.fs16 {
	font-size: 16px
}

.fs18 {
	font-size: 18px
}

.fs20 {
	font-size: 20px
}

.cl-orange {
	color: #f7681d!important
}

.cl-blue {
	color: #3b77e2!important
}

.cl-green {
	color: #4bc42b!important
}

.cl-gray {
	color: #666!important
}

.cl-gray1 {
	color: #999!important
}

.cl-pink {
	color: #f3c2b4!important
}

.cl-yellow {
	color: #f8e0a0!important
}

.cl-green1 {
	color: #cde2b3!important
}
 
.breadcrumb {
	height: 45px;
	line-height: 45px
}

.breadcrumb cite {
	color: #3b77e2
}

.site-header {
	width: 100%;   
	min-width:1200px;
}

.site-header .header-top .wrap {
	position: relative
}

.site-header .header-top .site-logo {
	position: absolute;
	left: 10px;
	top: 20px
}

.site-header .header-top .center-text {
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #f7681d;
	font-size: 18px;
	text-align: center
}

.site-header .header-top .right {
	position: absolute;
	top: 25px;
	right: 30px;
	text-align: right
}

.site-header .header-top .right a {
	color: #333;
	font-size: 14px
}

.site-header .header-top .right a.icon {
	font-size: 18px
}

.site-header .main-nav {
	background-color: #3b77e2; 
	height:46px;
	line-height: 46px;
	font-size: 16px; 
	min-width:1200px;
}

.site-header .main-nav a {
    color: #fff;
    font-size: 15px; 
    padding: 0 16px;
    display: block;
    float: left;
    height: 46px;
    line-height: 45px; 
    position: relative;
}
.site-header .main-nav .nav {
    background: #3269cb; 
    width: 200px;
    text-align: center;
    float:left;
    color:#fff;
    position: relative;
} 
.site-header .main-nav .nav .nav-list {
    position: absolute; 
    top:46px;
    left:0;
    background: #fff;
    color:#111;
    width:200px;
    display: flex; 
    flex-direction: column;
    z-index:999; 
}  
.site-header .main-nav .nav .nav-list .item{ 
    border-bottom:1px solid #e8e8e8;
    /*border-width: 0px 0px 1px 0px; */
    /*border-color: #fff #fff #ccc #fff;*/
    padding: 10px;  
    /*border-style: outset; */ 
    /*position: relative;*/ 
} 
.site-header .main-nav .nav .nav-list .item:hover,.site-header .main-nav .nav .nav-list .item.active2{ 
    border:1px solid #3b77e2;  
    border-width: 1px 3px 1px 3px;
    border-color: #3b77e2 #fff #3b77e2 #3b77e2; 
    width: 175px;
    background: #fff;  
    margin:-1px -2px 0px 0px;  
} 
.site-header .main-nav .nav .nav-list .item:hover .item-title,.site-header .main-nav .nav .nav-list .item:hover .item-footer{ 
    margin-left:-3px; 
}
.site-header .nav-list .item .item-title{
    height:30px;
    line-height: 30px; 
    padding-left:5px;
    text-align: left;  
    font-size: 16px; 
}
.site-header .nav-list .item .item-footer{ 
    display: flex;   
    color:#FF3300; 
    font-size:12px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.site-header .nav-list .item .item-footer div{ 
    margin:0 5px;
    height:20px;
    line-height: 20px;
}   
.site-header .nav-list .item .item-content{
    width:1000px;
    min-height:395px; 
    position: absolute;
    top:0;
    left:200px;
    z-index:-1; 
    background: #fff;
    border:1px solid #3b77e2; 
    /*display: flex;*/
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: space-between; 
    overflow-y:scroll;
    /*border-width:1px 1px 1px 1px; */ 
    padding-bottom:30px;
} 
.site-header .nav-list .item .item-content::-webkit-scrollbar {
    display: none
}

.site-header .nav-list .item2{
    float: left;
    color:#333; 
    width:49%;
    height:unset;
    font-size: 14px;
} 
.site-header .nav-list .item2-title{
    color:#FF3300;
    font-size: 14px;
    text-align: left;
    margin:4px 20px 0 20px;
    width:95%;
    border-bottom:1px solid #f4f4f4;
    line-height: 30px; 
    margin-top:20px;
}
.site-header .nav-list .item2 .item2-title a,.site-header .nav-list .item2 .item2-title a:hover{ 
   color:#FF3300; 
   display: block;
   width: 100%;
   padding:0;
   background: #fff;
}  
.site-header .nav-list .item2-list{ 
    margin:0 10px; 
}
.site-header .nav-list .item2-list a,.site-header .nav-list .item2-list a:hover{
    text-decoration:none;
    outline: none;
    padding:0;
    margin:0 5px; 
    color:#333;
    background: #fff;
    line-height: 30px;
    height:30px;
} 
.site-header .nav-list .item2-list a:hover span{ 
    color:#FF3300; 
}
.site-header .nav-list .item2-list span{
    color:#333;
    font-size: 14px; 
    margin:4px 5px; 
}

/*导航*/
.site-header .main-nav .active {
    background: #2b5399;
}
.site-header .main-nav t{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: none;
 }
.site-header .main-nav a:hover{ 
    background: #2b5399; 
}
.site-header .main-nav .active t ,.site-header .main-nav a:hover t{
    display: block; 
} 

.site-footer .items {
	padding:0 50px;
	color: #fff;
	background-color: #10429b;
	display: flex;
	justify-content:space-between;
}

.site-footer .items .item {
	float: left;
	width: 145px
}

.site-footer .items .item.item-right {
	text-align: center;
	width: 230px
}

.site-footer .items .item h3 {
	font-size: 18px;
	font-weight: 400;
	margin:8px 0;
	text-align: center;
}

.site-footer .items .item li {
	line-height: 28px;
	text-align: center;
}

.site-footer .items .item a {
	color: #fff
}

.site-footer .items .item .footer-code {
	width: 160px;
	height: 160px
}

.site-footer .copyright {
	padding: 15px 0;
	background-color: #dfebff;
	text-align: center;
	color: #666
} 

.site-footer .copyright .imgs img {
    /*width: 128px;   */
    height: 90px;   
    /*margin: 10px;*/
}

.page-index .sec .title {
	position: relative;
	width: 1200px;
	color: #fff;
	background-color: #3b77e2;
	text-align: right
}

.page-index .sec .title .left-title {
	position: absolute;
	left: -15px;
	top: -14px
}

.page-index .sec .title .left-title .icon {
	position: relative;
	top: 8px;
	font-size: 38px
}

.page-index .sec .title a {
	color: #fff;
	line-height: 40px
}

.page-index .sec1 .left-menu {
	width: 135px;
	float: left;
	position: absolute;
	top:0;
	left:30px;
	z-index:999;
}

.page-index .sec1 .left-menu a {
	width: 135px;
	height: 49px;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	background-color: #2556ba;
	border-bottom: 1px solid #fff;
	text-align: center
}

.page-index .sec1 .left-menu a .icon {
	font-size: 24px;
	position: relative;
	padding-right: 10px;
	top: 5px;
	left: 0
} 
 

.page-index .sec2 {
	overflow: visible
}

.page-index .sec2 .imgs {
	width: 1212px
}

.page-index .sec2 .img {
	position: relative;
	float: left;
	margin: 0 11px 10px 0
}

.page-index .sec2 .img img {
	width: 292px;
	height: 154px
}

.page-index .sec2 .img .fitter {
	position: absolute;
	left: 0;
	top: 0;
	width: 292px;
	height: 154px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	visibility: hidden
}

.page-index .sec2 .img .fitter .li1 {
	display: inline-block;
	padding: 0 10px 5px 0;
	margin: 40px 0 10px 30px;
	font-size: 18px;
	border-bottom: 1px solid #fff
}

.page-index .sec2 .img .fitter .li2 {
	padding-left: 30px
}

.page-index .sec3 .clo1 {
	display: table;
	border: 1px solid #ccc
}

.page-index .sec3 .table {
	border: 1px solid #ccc
}

.page-index .sec3 .table-tr {
	border-bottom: 1px solid #ccc
}

.page-index .sec3 .table-tr.cl1 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 8px 10px 10px 0;
	background-color: #f2f2f2;
	border: 1px solid #eee
}

.page-index .sec3 .table-tr.cl1 a:hover {
	color: #fff;
	background-color: #3b77e2
}

.page-index .sec3 .table-tr.cl2 a,.page-index .sec3 .table-tr.cl3 a {
	display: inline-block;
	line-height: 30px;
	padding: 8px
}

.page-index .sec3 .table-tr.cl3 .badge {
	position: relative;
	top: -5px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	font-size: 12px;
	text-align: center;
	background-color: #f7681d;
	color: #fff;
	border-radius: 50%
}

.page-index .sec3 .table-tr.cl4 a,.page-index .sec3 .table-tr.cl5 a {
	display: inline-block;
	line-height: 30px;
	padding: 8px
}

.page-index .sec3 .table-head {
	display: table-cell;
	width: 130px;
	min-height: 48px;
	vertical-align: middle;
	text-align: center;
	background-color: #edf3ff;
	border-right: 1px solid #ccc
}

.page-index .sec3 .table-head .icon {
	font-size: 25px;
	color: #b5d1ff
}

.page-index .sec3 .table-body {
	display: table-cell;
	width: 1070px;
	vertical-align: left;
	background-color: #fff;
	padding: 0 10px
}

.page-index .sec3 .results {
	width: 1220px;
	margin: 0 auto
}

.page-index .sec3 .result {
	float: left;
	position: relative;
	display: inline-block;
	width: 292px;
	padding: 0 5px
}

.page-index .sec3 .result .text {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 292px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-align: center
}

.page-index .sec3 .result .text .cl-orange {
	padding: 5px;
	font-size: 20px
}

.page-index .sec3 .result .size-b {
	position: relative;
	display: block;
	width: 292px;
	height: 411px;
	padding: 5px
}

.page-index .sec3 .result .size-b img {
	width: 292px;
	height: 411px
}

.page-index .sec3 .result .size-m {
	position: relative;
	display: block;
	width: 292px;
	height: 250px;
	margin: 8px
}

.page-index .sec3 .result .size-m img {
	width: 292px;
	height: 250px
}

.page-index .sec3 .result .size-s {
	position: relative;
	display: block;
	width: 292px;
	height: 150px;
	margin: 8px
}

.page-index .sec3 .result .size-s img {
	width: 292px;
	height: 150px
}

.page-index .sec4 {
	width: 1200px; 
	/*margin: 10px auto 20px auto;*/
	margin: 0 auto;
}

.page-index .sec4 img {
	padding: 5px 3px;
	width: 595px;
	height: 417.54px
}

.page-index .sec6 {
	width: 1208px;
	margin: 0 auto 20px
}

.page-index .sec6 .title {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background-color: #3b77e2;
	color: #fff
}

.page-index .sec6 .title .right-title {
	color: #fff;
	float: right
}

.page-index .sec6 .item {
	float: left;
	width: 292px;
	margin: 0 5px
}

.page-index .sec6 .item .lists {
	height: 300px;
	padding: 10px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px
}

.page-index .sec6 .item .lists .list {
	margin-left: 2em;
	display: list-item;
	line-height: 25px
}

.page-index .sec6 .item .lists .list:hover {
	color: #3b77e2
}

.page-index .sec7 {
	width: 1212px;
	margin: 0 auto
}

.page-index .sec7 .item {
	position: relative;
	float: left;
	width: 290px;
	height: 130px;
	padding-left: 100px;
	border: 1px solid #ccc;
	margin: 10px 6px 20px
}

.page-index .sec7 .item:hover {
	background-color: #e4eeff
}

.page-index .sec7 .item h3 {
	padding: 30px 0 5px;
	font-weight: 400
}

.page-index .sec7 .item .icon {
	font-size: 50px;
	position: absolute;
	left: 25px;
	top: 35px
}

.page-index .sec8 .imgs {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px 0
}

.page-index .sec8 .imgs img {
	width: 110px;
	height: 50px;
	padding: 10px 40px
}

.page-secnic .secnics {
	border: 1px solid #ccc
}

.page-secnic .spot-navs {
	padding: 20px
}

.page-secnic .spot-navs .title {
	font-size: 20px;
	width:140px;
}

.page-secnic .spot-navs .title .tip {
	padding: 0 30px 0 10px;
	font-size: 14px;
	color: #666
}

.page-secnic .spot-navs .nav {
	display: inline-block;
	padding: 0px 20px;
	line-height: 25px;
}
.page-secnic .spot-navs .nav:hover {
    color:#ff5722; 
}

.page-secnic .spots {
	width: 1200px; 
	border-bottom: 1px solid #ccc;
}

.page-secnic .spots .spot {
	float: left;
	width: 286px;
	padding: 0 7px 30px
}

.page-secnic-detail .layui-tab .tab4 .item .lowprice,.page-secnic-detail .top-inf-right .pj .title .items {
	float: right
}

.page-secnic .spots .spot .spot-img {
	display: block;
	position: relative;
	width: 286px;
	height: 200px;
	text-align: center;
	background: #ccc;
}

.page-secnic .spots .spot .spot-img img {
	width: 286px;
	height: 200px
}
.page-secnic .spots .spot:hover{ 
    opacity: 0.8;
}

.page-secnic .spots .spot .spot-img span {
	position: absolute;
	bottom: 0;
	letter-spacing: 6px;
	display: block;
	font-size:18px;
	width: 286px;
	line-height: 40px;
	overflow: hidden;
	color: #fff;
	background-color: rgba(0,0,0,.6)
}
 
.page-secnic .spots .spot .inf {
	margin: 10px;
	height: 40px;
	line-height: 20px
}

.page-secnic #pagenation {
	text-align: center
}

.page-secnic-detail .top-inf {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff
}

.page-secnic-detail #pgwSlideshow {
	position: absolute;
	left: 0;
	top: 0;
	width: 626px;
	height: 409px
}

.page-secnic-detail #pgwSlideshow .pgwSlideshow .ps-list li .ps-item {
	margin: 1px
}

.page-secnic-detail #pgwSlideshow .ps-current .ps-next,.page-secnic-detail #pgwSlideshow .ps-current .ps-prev {
	display: none!important
}

.page-secnic-detail #pgwSlideshow .ps-list .ps-next,.page-secnic-detail #pgwSlideshow .ps-list .ps-prev {
	padding: 19px 10px;
	top: 0
}

.page-secnic-detail #pgwSlideshow .ps-list li img {
	width: 96px;
	height: 55px
}

.page-secnic-detail .top-inf-right {
	height: 410px;
	margin-left: 644px
}

.page-secnic-detail .top-inf-right .inf .li1 {
	line-height: 60px;
	font-size: 24px
}

.page-secnic-detail .top-inf-right .inf .li3 {
	padding: 10px 0 20px
}

.page-secnic-detail .top-inf-right .inf .li4,.page-secnic-detail .top-inf-right .inf .li5 {
	line-height: 28px;
	font-size: 15px
}

.page-secnic-detail .top-inf-right .inf .li4 .tip,.page-secnic-detail .top-inf-right .inf .li5 .tip {
	color: #666
}

.page-secnic-detail .top-inf-right .pj {
	background-color: #f6f6f6;
	margin: 10px 20px 10px 0;
	padding: 20px
}

.page-secnic-detail .top-inf-right .pj .title {
	position: relative;
	color: #999
}

.page-secnic-detail .top-inf-right .pj .title a {
	color: #999;
	text-decoration: underline
}

.page-secnic-detail .top-inf-right .pj .content {
	height: 60px;
	padding: 17px 0 27px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	color: #666;
	overflow: hidden
}

.page-secnic-detail .layui-tab {
	padding-top: 30px
}

.page-secnic-detail .layui-tab .layui-tab-title li {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 0
}

.page-secnic-detail .layui-tab .layui-tab-title li.layui-this {
	line-height: 39px;
	border-top: 2px solid #3b77e2;
	background-color: #fff;
	border-bottom-width: 0
}

.page-secnic-detail .layui-tab .layui-tab-content {
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	padding-bottom: 50px;
	border-width: 0 1px 1px
}

.page-secnic-detail .layui-tab .content-title {
	border-bottom: 1px solid #b8e9ff;
	padding-top: 20px
}

.page-secnic-detail .layui-tab .content-title span {
	display: inline-block;
	padding: 8px 20px;
	background-color: #41bff9;
	color: #fff;
	border-top-right-radius: 30px
}

.page-secnic-detail .layui-tab .tab1 {
	font-size: 16px;
	color: #666;
	padding: 10px 30px;
	line-height: 25px
}

.page-secnic-detail .layui-tab .tab1 h3 {
	color: #333;
	padding: 10px 0
}

.page-secnic-detail .layui-tab .tab2 {
	padding: 0 40px;
	font-size: 16px;
	color: #666
}

.page-secnic-detail .layui-tab .tab2 .title {
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}

.page-secnic-detail .layui-tab .tab2 .title .label {
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #ff8646;
	color: #fff;
	border-radius: 2px
}

.page-secnic-detail .layui-tab .tab2 p {
	padding: 10px 0
}

.page-secnic-detail .layui-tab .tab3 {
	font-size: 16px;
	color: #666;
	padding: 10px 30px;
	line-height: 25px
}

.page-secnic-detail .layui-tab .tab3 h3 {
	color: #333;
	padding: 10px 0
}

.page-secnic-detail .layui-tab .tab4 .item {
	margin: 0 40px;
	line-height: 60px;
	border-bottom: 1px solid #ccc
}

.page-secnic-detail .layui-tab .tab4 .item:last-child {
	border-bottom-width: 0
}

.page-secnic-detail .layui-tab .tab5 {
	padding: 25px;
	font-size: 15px;
	color: #999
}

.page-secnic-detail .layui-tab .tab5 .comment-total {
	color: #333;
	font-size: 16px;
	padding: 20px 0
}

.page-secnic-detail .layui-tab .tab5 .comment {
	border-top: 1px solid #ccc;
	padding: 30px 0
}

.page-secnic-detail .layui-tab .tab5 .comment-content {
	padding: 10px 0;
	line-height: 20px;
	color: #666
}

.page-secnic-detail .layui-tab .tab5 #pagenation {
	padding-top: 70px;
	text-align: center
}

.page-routes .sec .title {
	position: relative;
	width: 1200px;
	color: #fff;
	background-color: #3b77e2;
	text-align: right
}

.page-routes .sec .title .left-title {
	position: absolute;
	left: 15px;
	top: -8px
}

.page-routes .sec .title .left-title .icon {
	position: relative;
	top: 8px;
	font-size: 38px
}

.page-routes .sec .title a {
	color: #fff;
	line-height: 40px
}
.page-routes .choose-route .area-title {  
    line-height: 40px;
    font-size: 24px;
    text-align: left;
    padding:10px 20px;
    background: #f4f4f438;
    border-bottom:1px solid #ccc;
}
.page-routes .route-lists .route{ 
    /*border-bottom:1px solid #ccc; */
}
.page-routes .choose-route .clo1 {
	display: table;
	border: 1px solid #ccc
}

.page-routes .choose-route .table {
	border: 1px solid #ccc
}

.page-routes .choose-route .table-tr {
	border-bottom: 1px solid #ccc
}

.page-routes .choose-route .table-tr.cl1 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 8px 10px 10px 0;
	background-color: #f2f2f2;
	border: 1px solid #eee
}

.page-routes .choose-route .table-tr.cl1 a:hover {
	color: #fff;
	background-color: #3b77e2
}

.page-routes .choose-route .table-tr.cl2 a,.page-routes .choose-route .table-tr.cl3 a {
	display: inline-block;
	line-height: 30px;
	padding:0px 8px;
}
.page-routes .choose-route .table-tr.cl2 .active{ 
    /*color:#fff;   */
    /*background:#FF3300;*/
} 
.page-routes .choose-route  a:hover{
    /*color:#ff5722; */
} 

.page-routes .choose-route .table-tr.cl3 .badge {
	position: relative;
	top: -5px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	font-size: 12px;
	text-align: center;
	background-color: #f7681d;
	color: #fff;
	border-radius: 50%
}

.page-routes .choose-route .table-tr.cl4 a,.page-routes .choose-route .table-tr.cl5 a {
	display: inline-block;
	line-height:30px;
	padding:0px 8px;
}

.page-routes .choose-route .table-head {
	display: table-cell;
	width: 130px;
	min-height: 48px;
	vertical-align: middle;
	text-align: center;
	background-color: #edf3ff;
	border-right: 1px solid #ccc
}

.page-routes .choose-route .table-head .icon {
	font-size: 25px;
	color: #b5d1ff
}

.page-routes .choose-route .table-body {
	display: table-cell;
	width: 1070px;
	vertical-align: left;
	background-color: #fff;
	padding:5px 10px;  
    text-align: justify; 
    height:30px;
}

.page-routes .recommends {
	position: relative
}

.page-routes .recommends .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 291px
}

.page-routes .recommends .left img {
	width: 291px;
	height: 420px
}

.page-routes .recommends .recommend-list {
	padding-left: 291px
}

.page-routes .recommends .recommend-list .recommend {
	float: left;
	width: 290px;
	height: 210px;
	padding: 0 0 20px 13px
}

.page-routes .recommends .recommend-list .recommend .tag {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #333
}

.page-routes .recommends .recommend-list .recommend .name {
	display: block;
	width: 100%;
	padding: 5px 0;
	overflow: hidden
}

.page-routes .route-lists .route {
	padding: 20px 10px;
	margin-bottom: 10px;
	background-color: #fff;
	position: relative
}

.page-routes .route-lists .route .left-img {
	position: absolute;
	top: 20px;
	left: 10px
}

.page-routes .route-lists .route .left-img .top-tag {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #ff580f
}
.page-routes .route-lists .route img{
    margin:12px 0;
    width:285px;
    height:200px;
}

.page-routes .route-lists .route .route-inf {
	height: 224px; 
	padding-left: 300px;
	font-size: 15px
}

.page-routes .route-lists .route .route-inf .li1 {
	height: 45px;
	font-size: 16px;
	overflow: hidden
}

.page-routes .route-lists .route .route-inf .li2 .tag {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	color: #fff;
	border-radius: 3px
}

.page-routes .route-lists .route .route-inf .li2 .tag.cyan {
	background-color: #10ccd3
}

.page-routes .route-lists .route .route-inf .li2 .tag.pink {
	background-color: #f16c82
}

.page-routes .route-lists .route .route-inf .li2 .tag.blue {
	background-color: #3b77e2
}

.page-routes .route-lists .route .route-inf .li2 .tag.green {
	background-color: #73be7a
}

.page-routes .route-lists .route .route-inf .li3,.page-routes .route-lists .route .route-inf .li4,.page-routes .route-lists .route .route-inf .li5,.page-routes .route-lists .route .route-inf .li6,.page-routes .route-lists .route .route-inf .li7 {
	padding-top: 10px;
	color: #666; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-routes .route-lists .route .route-inf .li3 label,.page-routes .route-lists .route .route-inf .li4 label,.page-routes .route-lists .route .route-inf .li5 label,.page-routes .route-lists .route .route-inf .li6 label,.page-routes .route-lists .route .route-inf .li7 label {
	color: #333
}

.page-routes .route-lists .route .route-inf .li3 span,.page-routes .route-lists .route .route-inf .li4 span,.page-routes .route-lists .route .route-inf .li5 span,.page-routes .route-lists .route .route-inf .li6 span,.page-routes .route-lists .route .route-inf .li7 span {
	padding-right: 10px
}

.page-routes .route-lists .route .route-inf .li8 {
	position: absolute;
	right: 10px;
	bottom: 20px;
	text-align: right
}

.page-routes .route-lists .route .route-inf .li8 .price {
	display: block;
	padding-bottom: 15px
}

.page-routes .route-lists .route .route-inf .li8 .detail {
	display: inline-block;
	padding: 4px 8px; 
	color: #fff;
	background-color: #f5801d
}

.page-routes .route-lists .route .route-inf .li8 .ask {
	border: 1px solid #f5801d;
	padding: 4px 8px
}

.page-routes .route-strategy .results {
	width: 1220px;
	margin: 0 auto
}

.page-routes .route-strategy .result {
	float: left;
	position: relative;
	display: inline-block;
	width: 292px;
	padding: 0 5px
}

.page-routes .route-strategy .result .text {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 292px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-align: center
}

.page-routes .route-strategy .result .text .cl-orange {
	padding: 5px;
	font-size: 20px
}

.page-routes .route-strategy .result .size-b {
	position: relative;
	display: block;
	width: 292px;
	height: 411px;
	padding: 5px
}

.page-routes .route-strategy .result .size-b img {
	width: 292px;
	height: 411px
}

.page-routes .route-strategy .result .size-m {
	position: relative;
	display: block;
	width: 292px;
	height: 250px;
	margin: 8px
}

.page-routes .route-strategy .result .size-m img {
	width: 292px;
	height: 250px
}

.page-routes .route-strategy .result .size-s {
	position: relative;
	display: block;
	width: 292px;
	height: 150px;
	margin: 8px
}

.page-routes .route-strategy .result .size-s img {
	width: 292px;
	height: 150px
}

.page-routes-detail .top-inf {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff
}

.page-routes-detail .top-inf-left {
	float: left;
	width: 627px
}
.page-routes-detail .top-inf-left .bigimg{
    width:626px; 
    height:420px; 
    float:left;
}

.page-routes-detail #pgwSlideshow {
	width: 626px;
	height: 409px
}

.page-routes-detail #pgwSlideshow .pgwSlideshow .ps-list li .ps-item {
	margin: 1px
}

.page-routes-detail #pgwSlideshow .ps-current .ps-next,.page-routes-detail #pgwSlideshow .ps-current .ps-prev {
	display: none!important
}

.page-routes-detail #pgwSlideshow .ps-list .ps-next,.page-routes-detail #pgwSlideshow .ps-list .ps-prev {
	padding: 19px 10px;
	top: 0
}

.page-routes-detail #pgwSlideshow .ps-list li img {
	width: 96px;
	height: 55px
}

.page-routes-detail #calendar .laydate-day-mark {
	line-height: normal
}

.page-routes-detail #calendar .laydate-theme-molv .layui-laydate-main {
	width: 100%
}

.page-routes-detail #calendar .layui-laydate-content td,.page-routes-detail #calendar .layui-laydate-content th {
	width: 86px
}

.page-routes-detail .top-inf-right {
	float: left;
	padding: 0 10px;
	width: 550px;
	/*height: 410px*/
} 

.page-routes-detail .top-inf-right .inf .li1 {
    margin: 10px 0; 
	/*line-height: 35px;*/
	font-size: 24px;  
	letter-spacing: 0.15rem;
	text-align: justify;
}

.page-routes-detail .top-inf-right .inf .li2 {
	padding:10px 0 
}

.page-routes-detail .top-inf-right .inf .price {
	font-size: 24px
}

.page-routes-detail .top-inf-right .inf .li2 .do-it {
	font-size: 18px;
	margin-right: 30px;
	float: right
}

.page-routes-detail .top-inf-right .inf .li3,.page-routes-detail .top-inf-right .inf .li4 {
	line-height: 35px;
	font-size: 18px 
}

.page-routes-detail .top-inf-right .inf .li3 .tip,.page-routes-detail .top-inf-right .inf .li4 .tip {
	color: #666
}

.page-routes-detail .top-inf-right .inf .li4 {
	padding: 10px 0
}

.page-routes-detail .top-inf-right .inf .li4 .tip {
	padding: 5px 10px;
	border: 1px solid #ccc
}

.page-routes-detail .top-inf-right .gk {
	position: relative;
	padding: 0 50px 0 80px;
	margin-top: 50px;
	font-size: 15px;
	color: #666;
	line-height: 27px
}

.page-routes-detail .top-inf-right .gk li {
	display: inline-block
}

.page-routes-detail .top-inf-right .gk .gk-title {
	position: absolute;
	left: 0;
	top: 0
}

.page-routes-detail .top-inf-right .gk .date {
	padding-right: 5px;
	font-weight: 600;
	color: #3b77e2
}

.page-routes-detail .top-inf-right .dz {
	padding: 60px 0 0
}

.page-routes-detail .top-inf-right .dz .icon {
	font-size: 30px;
	position: relative;
	top: 6px;
	padding-right: 10px
}

.page-routes-detail .top-inf-right .dz .layui-btn {
	font-size: 18px;
	margin-left: 20px
}

.page-routes-detail .layui-tab {
	padding-top: 30px
}
.page-routes-detail .layui-tab .nav{
    width:1198px;float:left;background:#fff;border:1px solid #ccc;margin-bottom:30px;
}
.page-routes-detail .layui-tab .nav .flex-row a{ 
    height:40px; 
    width:120px; 
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border:1px solid #ccc;
    border-width:0 1px 1px 0;
}

.page-routes-detail .layui-tab .layui-tab-title li {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 0
}

.page-routes-detail .layui-tab .layui-tab-title li.layui-this {
	line-height: 39px;
	border-top: 2px solid #3b77e2;
	background-color: #fff;
	border-bottom-width: 0
}

.page-routes-detail .layui-tab .layui-tab-content {
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	padding-bottom: 50px;
	border-width: 0 1px 1px 0;
}

.page-routes-detail .layui-tab .content-title {
	border-bottom: 1px solid #b8e9ff;
	/*padding-top: 20px*/
}
.page-routes-detail .layui-tab .content { 
    padding:10px 10px;
}

.page-routes-detail .layui-tab .content-title span {
	display: inline-block;
	padding: 8px 20px;
	background-color: #41bff9;
	color: #fff;
	border-top-right-radius: 30px
}

.page-routes-detail .layui-tab .tab1 {
	font-size: 16px;
	color: #666;
	padding: 10px 30px;
	line-height: 25px
}

.page-routes-detail .layui-tab .tab1 h3 {
	color: #333;
	padding: 10px 0
}

.page-routes-detail .layui-tab .tab1 .feature {
	padding: 10px 0 0 150px;
	min-height: 150px;
	background: url(/assets/images/routes/feature.jpg) no-repeat
}

.page-routes-detail .layui-tab .tab1 .feature-img img {
	width: 286px;
	height: 150px
}
 
.page-routes-detail .layui-tab .layui-tab-item {
    position: relative; 
} 
.page-routes-detail .layui-tab .tab2-nav {
    position: absolute; 
    left:0; 
    top:0;
}
.page-routes-detail .layui-tab .tab2-nav .active{
    background: red; 
    color:#fff;
}  
.page-routes-detail .layui-tab .tab2-nav a{
    background: #41bff9;  
    margin:3px; 
    text-align: center; 
    /*border-radius:4px;*/
    padding:3px 8px;
    font-weight:700;
    color:#fff;
}
.page-routes-detail .layui-tab .tab2 {
	padding: 0 10px 0 80px; 
	font-size: 16px
}

.page-routes-detail .layui-tab .tab2 .item {
	border: 1px solid #ccc;
	margin-bottom: 10px
}

.page-routes-detail .layui-tab .tab2 .traffic {
	font-size: 18px;
	line-height: 50px;
	background-color: #edf3ff;
	border-top: 2px solid #3b77e2
}

.page-routes-detail .layui-tab .tab2 .traffic span {
	padding: 0 10px
}

.page-routes-detail .layui-tab .tab2 .traffic .icon {
	position: relative;
	top: 8px;
	font-size: 36px;
	color: #41bff9
}

.page-routes-detail .layui-tab .tab2 .spots {
	position: relative;
	padding-left: 100px;
	margin: 10px 0 10px;
	line-height: 28px;
	font-size: 15px
}

.page-routes-detail .layui-tab .tab2 .spots .label {
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 18px
}

.page-routes-detail .layui-tab .tab2 .hotel .icon,.page-routes-detail .layui-tab .tab2 .repast .icon {
	position: relative;
	top: 2px
}

.page-routes-detail .layui-tab .tab2 img {
	padding: 3px 0
}

.page-routes-detail .layui-tab .tab2 p {
    margin:0;
	padding:0 10px;
	color: #666;
	line-height: 24px
}

.page-routes-detail .layui-tab .tab2 .repast {
	padding: 0 10px;
	position: relative
}

.page-routes-detail .layui-tab .tab2 .hotel {
	position: relative;
	margin: 10px
}

.page-routes-detail .layui-tab .tab2 .hotel .hotel-name {
	color: #3b77e2
}

.page-routes-detail .layui-tab .tab3 {
	font-size: 16px;
	color: #666;
	padding: 10px 30px;
	line-height: 25px
}

.page-routes-detail .layui-tab .tab3 h3 {
	color: #333;
	padding: 10px 0
}
  
.page-routes-detail .layui-tab .tab4 .item {
	margin: 10px 0;  
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.page-routes-detail .layui-tab .tab4 .item .view{
    color:#111;
    /*background:yellow;*/
    padding:0 20px;  
}

.page-routes-detail .layui-tab .tab4 .item .lowprice {
	float: right
}
 
/*.page-routes-detail .layui-tab .tab4 .item:last-child {*/
/*	border-bottom-width: 0*/
/*}*/

.page-routes-detail .layui-tab .tab5 {
	padding: 25px;
	font-size: 15px;
	color: #999
}

.page-routes-detail .layui-tab .tab5 .comment-total {
	color: #333;
	font-size: 16px;
	padding: 20px 0
}

.page-routes-detail .layui-tab .tab5 .user-inf {
	position: absolute;
	left: 0;
	top: 45px;
	width: 106px;
	overflow: hidden;
	text-align: center
}

.page-routes-detail .layui-tab .tab5 .comment {
	position: relative;
	padding: 30px 0 30px 106px;
	border-bottom: 1px solid #ccc
}

.page-routes-detail .layui-tab .tab5 .comment:last-child {
	border-bottom: 0
}

.page-routes-detail .layui-tab .tab5 .comment-content {
	padding: 10px 0;
	line-height: 20px;
	color: #666
}

.page-routes-detail .layui-tab .tab5 .carousel-item {
	width: 100px;
	height: 150px
}

.page-routes-detail .layui-tab .tab5 #pagenation {
	padding-top: 20px;
	text-align: center
}

.page-routes-detail .sec .title {
	position: relative;
	width: 1200px;
	color: #fff;
	background-color: #3b77e2;
	text-align: right
}

.page-routes-detail .sec .title .left-title {
	position: absolute;
	left: 15px;
	top: -8px
}

.page-routes-detail .sec .title .left-title .icon {
	position: relative;
	top: 8px;
	font-size: 38px
}

.page-routes-detail .sec .title a {
	color: #fff;
	line-height: 40px
}

.page-routes-detail .sec3 .items {
	width: 1208px;
	margin: 0 auto 20px
}

.page-routes-detail .sec3 .item {
	position: relative;
	float: left;
	padding: 10px 4px;
	font-size: 15px;
	color: #666
}

.page-routes-detail .sec3 .item .item-img {
	width: 294px;
	height: 150px
}

.page-routes-detail .sec3 .item .name {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #333
}

.page-routes-detail .sec3 .item .myd {
	float: right
}

.page-routes-detail .sec4 .items {
	width: 1208px;
	margin: 0 auto 20px
}

.page-routes-detail .sec4 .item {
	position: relative;
	float: left;
	padding: 10px 4px;
	height: 150px
}

.page-routes-detail .sec4 .item .item-img {
	width: 294px;
	height: 150px
}

.page-routes-detail .sec4 .item .item-text {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 294px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.6)
}

.page-strategy .sec .title {
	position: relative;
	width: 1200px;
	color: #fff;
	background-color: #3b77e2;
	text-align: right
}

.page-strategy .sec .title .left-title {
	position: absolute;
	left: 15px;
	top: -8px
}

.page-strategy .sec .title .left-title .icon {
	position: relative;
	top: 8px;
	font-size: 38px
}

.page-strategy .sec .title a {
	color: #fff;
	line-height: 40px
}

.page-strategy .sec1 {
	height: 160px;
	background: url(/assets/images/strategy/tips.jpg) no-repeat
}

.page-strategy .sec1 .tip {
	display: inline-block;
	width: 297px;
	height: 160px
}

.page-strategy .sec2 {
	width: 1208px;
	margin: 40px auto
}

.page-strategy .sec2 .map {
	float: left;
	width: 292px;
	padding: 5px
}

.page-strategy .sec2 .map .map-title {
	width: 292px;
	line-height: 40px;
	text-align: center;
	background-color: #4f8eff
}

.page-strategy .sec2 .map img {
	width: 292px;
	height: 150px
}

.page-strategy .sec2 .map .inf {
	padding: 15px;
	height: 100px;
	background-color: #cbdeff;
	color: #3b77e2;
	overflow: hidden
}

.page-strategy .sec3 .strategy {
	position: relative;
	padding: 20px 10px;
	margin-top: 10px;
	background-color: #fff
}

.page-strategy .sec3 .strategy .img {
	position: absolute;
	/*left: 10px; */
	/*top: 20px*/
}

.page-strategy .sec3 .strategy .inf {
	margin-left: 300px
}

.page-strategy .sec3 .strategy .li1 {
	font-size: 24px
}

.page-strategy .sec3 .strategy .li1 .head {
	height: 57px;
	width: 57px
}

.page-strategy .sec3 .strategy .li2 {
	padding: 20px 0 30px;
	font-size: 15px
}

.page-strategy .sec3 .strategy .li2 .tags {
	color: #999;
	float: right
}

.page-strategy .sec3 .strategy .li3 {
	line-height: 30px
}

.page-strategy .sec3 .strategy .li3 .label-head {
	display: inline-block;
	padding-left: 30px;
	padding-right: 10px;
	background: url(/assets/images/strategy/label-head.jpg) 0 4px no-repeat
}

.page-strategy .sec3 .strategy .li3 .label {
	display: inline-block;
	padding: 0 10px;
	margin: 0 6px;
	background-color: #f5801d;
	color: #fff;
	border-radius: 2px
}

.page-strategy .sec3 .strategy .li4 {
	height: 40px;
	padding: 25px 0 0;
	color: #666;
	font-size: 15px;
	overflow: hidden
} 
.wrap .inf .li4 .content {
    border:1px solid #ccc;
    padding:5px 10px;   
    font-size: 16px;
}

.page-strategy .sec3 #pagenation {
	padding: 50px 0;
	text-align: center
}

.page-strategy .sec4 .items {
	width: 1208px;
	margin: 0 auto 20px
}

.page-strategy .sec4 .item {
	position: relative;
	float: left;
	padding: 10px 4px;
	/*height: 150px*/
}

.page-strategy .sec4 .item .item-img {
	width: 294px;
	height: 150px
}

.page-strategy .sec4 .item .item-text {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 294px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.6)
}

.page-strategy-detail .detail-wap {
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #ccc
}

.page-strategy-detail .top-navs {
	padding: 14px 0;
	background-color: #eaeaea;
	color: #666
}

.page-strategy-detail .top-navs a {
	color: #666;
	padding: 0 40px
}

.page-strategy-detail .detail-content {
	padding: 20px
}

.page-strategy-detail .detail-content .detail-left {
	width: 878px;
	float: left; 
}

.page-strategy-detail .detail-content .detail-left .title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc
}

.page-strategy-detail .detail-content .detail-left .title h2 {
	padding: 10px 0
}

.page-strategy-detail .detail-content .detail-left .title .share {
	float: right
}

.page-strategy-detail .detail-content .detail-left .title .share .icon {
	font-size: 24px
}

.page-strategy-detail .detail-content .detail-left .p {
	font-size: 16px;
	line-height: 30px;
	min-height: 550px;
}

.page-strategy-detail .detail-content .detail-left .detail-bottom {
	padding: 40px 0
}

.page-strategy-detail .detail-content .detail-left .detail-bottom .next {
	float: right
}

.page-strategy-detail .detail-content .detail-right {
	width: 240px;
	float: right
}
.page-strategy-detail .detail-content .detail-right.flex-column-between img{
    max-width:80%; 
}  

.page-strategy-detail .detail-content .detail-right .tip {
	padding: 10px 0;
	font-size: 15px;
	text-align: center
}

.page-strategy-detail .detail-content .detail-right .rank-list {
	background-color: #eaeaea;
	padding-bottom: 10px
}

.page-strategy-detail .detail-content .detail-right .rank-list .li1 {
	background-color: #f7681d;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px
}

.page-strategy-detail .detail-content .detail-right .rank-list .li2 {
	width: 200px;
	margin: 0 16px;
	line-height: 47px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid #ccc
}

.page-strategy-detail .comment p {
	padding: 0 20px 30px;
	font-size: 18px
}

.page-strategy-detail .comment .textarea {
	padding: 0 100px
}

.page-strategy-detail .comment .layui-btn {
	margin-top: 10px;
	border-bottom-width: 2px;
	background-color: #f7681d
}

.page-strategy-detail .comment-lists .list {
	position: relative
}

.page-strategy-detail .comment-lists .list:last-child ul {
	border-bottom: 0
}

.page-strategy-detail .comment-lists .list .head {
	position: absolute;
	top: 8px;
	left: 40px
}

.page-strategy-detail .comment-lists .list ul {
	margin: 40px 15px 0 115px;
	padding-bottom: 40px;
	font-size: 15px;
	border-bottom: 1px dashed #ccc
}

.page-strategy-detail .comment-lists .list ul .li2 {
	padding: 10px 0;
	color: #666
}

.page-strategy-detail .comment-lists .list ul .btn {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 3px
}

.page-strategy-detail .comment-lists .list ul .btn .icon {
	font-size: 20px;
	padding-right: 3px;
	color: #999
}

.page-strategy-detail .comment-lists .list ul .do-it {
	float: right;
	cursor: pointer
}

.page-faq .sec .title {
	position: relative;
	width: 1200px;
	color: #fff;
	background-color: #3b77e2;
	text-align: right
}

.page-faq .sec .title .left-title {
	position: absolute;
	left: 15px;
	top: -8px
}

.page-faq .sec .title .left-title .icon {
	position: relative;
	top: 8px;
	font-size: 38px
}

.page-faq .sec .title a {
	color: #fff;
	line-height: 40px
}

.page-faq .sec1 {
	font-size: 0;
	padding-bottom: 10px
}

.page-faq .sec1 .left-img {
	width: 200px
}

.page-faq .sec1 .right-img {
	width: 1000px
}

.page-faq .sec2 {
	background: url(/assets/images/faq/sec2.jpg) no-repeat;
	font-size: 0
}

.page-faq .sec2 .tip {
	display: inline-block;
	width: 300px;
	height: 180px
}

.page-faq .sec3 {
	background-color: #fff;
	border: 1px solid #ccc
}

.page-faq .sec3 .item {
	padding: 0 20px
}

.page-faq .sec3 .item .title {
	font-size: 24px;
	line-height: 80px
}

.page-faq .sec3 .item .li2 {
	position: relative;
	padding-left: 70px;
	line-height: 60px
}

.page-faq .sec3 .item .li2 .head {
	position: absolute;
	left: 0;
	top: 0
}

.page-faq .sec3 .item .li2 .date {
	color: #666;
	padding: 0 60px 0 30px
}

.page-faq .sec3 .item .li2 .icon {
	padding-right: 3px
}

.page-faq .sec3 .item .li3 {
	padding: 25px 0 20px
}

.page-faq .sec3 .item .li3 .label {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
	background-color: #f5801d
}

.page-faq .sec3 .item .li4 {
	padding-bottom: 40px;
	font-size: 15px;
	color: #666;
	border-bottom: 1px dashed #ccc
}

.page-faq .sec3 .item:last-child .li4 {
	border-bottom: 0
}

.page-faq .sec3 #pagenation {
	padding: 30px 0 70px;
	text-align: center
}

.page-faq .sec4 {
	padding-top: 10px
}

.page-faq .sec4 .items {
	width: 1208px;
	margin: 0 auto 20px
}

.page-faq .sec4 .item {
	position: relative;
	float: left;
	padding: 10px 4px;
	height: 150px
}

.page-faq .sec4 .item .item-img {
	width: 294px;
	height: 150px
}

.page-faq .sec4 .item .item-text {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 294px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.6)
}

.page-faq-detail .detail-wap {
	padding: 0 0 40px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff
}

.page-faq-detail .detail-content {
	padding: 20px
}

.page-faq-detail .detail-content .detail-left {
	width: 878px;
	float: left
}

.page-faq-detail .detail-content .detail-left .title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc
}

.page-faq-detail .detail-content .detail-left .title h2 {
	display: inline-block;
	width: 820px;
	padding: 10px 0 20px
}

.page-faq-detail .detail-content .detail-left .title .share {
	float: right
}

.page-faq-detail .detail-content .detail-left .title .share .icon {
	font-size: 24px
}

.page-faq-detail .detail-content .detail-left .filter {
	line-height: 40px;
	background-color: #eaeaea
}

.page-faq-detail .detail-content .detail-left .answer-lists .list {
	position: relative
}

.page-faq-detail .detail-content .detail-left .answer-lists .list:last-child ul {
	border-bottom: 0
}

.page-faq-detail .detail-content .detail-left .answer-lists .list .head {
	position: absolute;
	top: 8px;
	left: 0
}

.page-faq-detail .detail-content .detail-left .answer-lists .list ul {
	margin: 40px 15px 0 95px;
	padding-bottom: 40px;
	font-size: 15px;
	border-bottom: 1px dashed #ccc
}

.page-faq-detail .detail-content .detail-left .answer-lists .list ul .li2 {
	padding: 10px 0;
	color: #666
}

.page-faq-detail .detail-content .detail-right {
	width: 240px;
	float: right
}

.page-faq-detail .detail-content .detail-right .tip {
	padding: 20px 0 10px;
	font-size: 15px;
	text-align: center
}

.page-faq-detail .detail-content .detail-right .rank-list {
	background-color: #eaeaea;
	padding-bottom: 10px
}

.page-faq-detail .detail-content .detail-right .rank-list .li1 {
	background-color: #f7681d;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px
}

.page-faq-detail .detail-content .detail-right .rank-list .li2 {
	width: 200px;
	margin: 0 16px;
	line-height: 47px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid #ccc
}

.page-faq-detail .comment {
	padding: 0 20px
}

.page-faq-detail .comment p {
	padding: 0 0 28px
}

.page-notes .sec .left-title {
	position: relative
}

.page-notes .sec .left-title .title-name {
	font-size: 20px;
	padding: 2px 0 2px 10px;
	margin: 15px 0;
	border-left: 3px solid #f7681d
}

.page-notes .sec .left-title a {
	position: absolute;
	right: 20px;
	top: 5px
}

.page-notes .sec .title {
	position: relative;
	width: 1200px;
	color: #fff;
	background-color: #3b77e2;
	text-align: right
}

.page-notes .sec .title .left-title {
	position: absolute;
	left: 15px;
	top: -8px
}

.page-notes .sec .title .left-title .icon {
	position: relative;
	top: 8px;
	font-size: 38px
}

.page-notes .sec .title a {
	color: #fff;
	line-height: 40px
}

.page-notes .left {
	float: left;
	width: 868px
}

.page-notes .sec1 {
	text-align: center;
	padding-bottom: 25px
}

.page-notes .sec2 li {
	display: inline-block;
	width: 410px;
	border: 1px solid #ccc;
	margin: 15px 20px 5px 0
}

.page-notes .sec2 li img {
	width: 411px;
	height: 227px
}

.page-notes .sec2 li a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	color: #333
}

.page-notes .sec2 li p {
	padding: 0 10px 10px;
	font-size: 14px;
	color: #666
}

.page-notes .sec3 {
	padding-top: 20px
}

.page-notes .sec3 .note {
	position: relative;
	padding: 20px 5px 20px 10px;
	margin: 0 20px 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 15px
}

.page-notes .sec3 .note .img {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 278px;
	height: 225px
}

.page-notes .sec3 .note .inf {
	padding-left: 294px
}

.page-notes .sec3 .note .li1 {
	font-size: 24px;
	padding-top: 2px;
	padding-bottom: 20px
}

.page-notes .sec3 .note .li1 a {
	display: inline-block;
	max-width: 380px;
	height: 30px;
	overflow: hidden
}

.page-notes .sec3 .note .li1 .tag {
	position: relative;
	top: -7px;
	display: inline-block;
	padding: 2px 5px;
	margin: 0 3px;
	font-size: 15px;
	border-radius: 2px;
	color: #fff;
	background-color: #f5801d
}

.page-notes .sec3 .note .li2 {
	position: relative;
	padding-bottom: 25px
}

.page-notes .sec3 .note .li2 .zan {
	position: absolute;
	right: 0
}

.page-notes .sec3 .note .li3 {
	padding: 5px 0;
	max-width: 100%;
	overflow: hidden
}

.page-notes .sec3 .note .li4 {
	padding-right: 20px;
	height: 45px;
	overflow: hidden
}

.page-notes .sec3 .note .li5 {
	padding: 20px 0 5px;
	color: #999
}

.page-notes .sec3 .note .li5 .icon {
	font-size: 18px;
	padding-right: 5px
}

.page-notes .sec4 {
	width: 328px;
	float: right
}

.page-notes .sec4 .zl-head {
	padding: 42px 0 0
}

.page-notes .sec4 .zl-head p {
	font-size: 18px;
	padding: 15px 0 0
}

.page-notes .sec4 .zl {
	padding: 20px 0 0
}

.page-notes .sec4 .zl img {
	width: 328px;
	height: 195px
}

.page-notes .sec4 .zl .zl-title {
	display: inline-block;
	font-size: 18px;
	max-width: 320px;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.page-notes .sec4 .zl .zl-intr {
	color: #666;
	height: 38px;
	overflow: hidden
}

.page-notes .sec4 .zl-foot {
	padding-top: 20px
}

.page-notes #pagenation {
	padding: 50px 0;
	text-align: center
}

.page-notes .sec5 .results {
	width: 1220px;
	margin: 0 auto
}

.page-notes .sec5 .result {
	float: left;
	position: relative;
	display: inline-block;
	width: 292px;
	padding: 0 5px
}

.page-notes .sec5 .result .text {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 292px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-align: center
}

.page-notes .sec5 .result .text .cl-orange {
	padding: 5px;
	font-size: 20px
}

.page-notes .sec5 .result .size-b {
	position: relative;
	display: block;
	width: 292px;
	height: 411px;
	padding: 5px
}

.page-notes .sec5 .result .size-b img {
	width: 292px;
	height: 411px
}

.page-notes .sec5 .result .size-m {
	position: relative;
	display: block;
	width: 292px;
	height: 250px;
	margin: 8px
}

.page-notes .sec5 .result .size-m img {
	width: 292px;
	height: 250px
}

.page-notes .sec5 .result .size-s {
	position: relative;
	display: block;
	width: 292px;
	height: 150px;
	margin: 8px
}

.page-notes .sec5 .result .size-s img {
	width: 292px;
	height: 150px
}

.page-notes-detail .left {
	float: left;
	width: 800px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc
}

.page-notes-detail .article-head {
	position: relative
}

.page-notes-detail .article-head .user-img {
	position: absolute
}

.page-notes-detail .article-head .article-inf {
	padding: 0 10px 0 70px
}

.page-notes-detail .article-head .article-title {
	font-size: 24px;
	height: 50px;
	line-height: 50px
}

.page-notes-detail .article-head .article-title.tag-jh {
	padding-left: 35px;
	background: url(/assets/images/notes/tag-jh.jpg) no-repeat
}

.page-notes-detail .article-head .article-fj-inf {
	position: relative;
	padding-top: 10px;
	font-size: 15px;
	color: #999
}

.page-notes-detail .article-head .article-fj-inf .tags {
	position: absolute;
	top: 10px;
	right: 0
}

.page-notes-detail .article-body {
	padding: 30px 0 10px;
	line-height: 24px;
	color: #666
}

.page-notes-detail .article-body img {
	padding: 10px 0
}

.page-notes-detail .right {
	width: 328px;
	float: right
}

.page-notes-detail .right .zl-head p {
	font-size: 18px;
	padding: 15px 0 0
}

.page-notes-detail .right .zl {
	padding: 20px 0 0
}

.page-notes-detail .comment,.page-notes-detail .layui-tab {
	padding-top: 30px
}

.page-notes-detail .right .zl img {
	width: 328px;
	height: 195px
}

.page-notes-detail .right .zl .zl-title {
	display: inline-block;
	font-size: 18px;
	max-width: 320px;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.page-notes-detail .right .zl .zl-intr {
	color: #666;
	height: 38px;
	overflow: hidden
}

.page-notes-detail .layui-tab .layui-tab-title li {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 0
}

.page-notes-detail .layui-tab .layui-tab-title li.layui-this {
	line-height: 39px;
	border-top: 2px solid #3b77e2;
	background-color: #fff;
	border-bottom-width: 0
}

.page-notes-detail .layui-tab .layui-tab-content {
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	padding-bottom: 50px;
	border-width: 0 1px 1px
}

.page-notes-detail .comment .form {
	padding-bottom: 40px;
	position: relative
}

.page-notes-detail .comment .head {
	position: absolute;
	left: 40px;
	top: 8px
}

.page-notes-detail .comment .textarea {
	padding-left: 110px
}

.page-notes-detail .comment .layui-btn {
	margin-top: 10px;
	float: right;
	border-bottom-width: 2px;
	background-color: #f7681d
}

.page-notes-detail .comment-lists .list {
	position: relative
}

.page-notes-detail .comment-lists .list:last-child ul {
	border-bottom: 0
}

.page-notes-detail .comment-lists .list .head {
	position: absolute;
	top: 8px;
	left: 40px
}

.page-notes-detail .comment-lists .list ul {
	margin: 40px 15px 0 115px;
	padding-bottom: 40px;
	font-size: 15px;
	border-bottom: 1px dashed #ccc
}

.page-notes-detail .comment-lists .list ul .li2 {
	padding: 10px 0;
	color: #666
}

.page-notes-detail .comment-lists .list ul .focus {
	display: inline-block;
	margin-left: 20px;
	padding: 5px 20px;
	margin-right: 10px;
	background-color: #f7681d;
	color: #fff;
	border-radius: 3px
}

.page-notes-detail .comment-lists .list ul .li3 {
	color: #999;
	line-height: 36px
}

.page-notes-detail .comment-lists .list ul .floor {
	float: right;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 20px;
	border: 1px solid #ccc
}

.page-notes-detail .comment-lists .list ul .floor .icon {
	padding-right: 3px
}
.site-footer.wrap{ 
    position: unset;
}