*{
    margin: 0;
    padding: 0;
    /*list-style: none;*/
    text-decoration: none;
}
html,body{
    padding: 0;
    margin:0;
    background:rgba(34,60,102,1);
    font-family: PingFangSC;
}
a{
	color: rgba(255,255,255,1);
}
div{
    padding: 0;
    margin:0;
}
img{
    vertical-align:top;
    border:none;
}
li{list-style:none}
 @font-face{
    font-family:'FZSHANGKJW';
    src:url('../font/FZSHANGKJW.TTF') format('truetype');
}

.Manchesterphone .header{
    height:322px;
    width: 100%;
    position: relative;
    z-index: 2;
}


.Manchesterphone .header .swiper-pagination{
    position: absolute;
    bottom:58px;
}
.Manchesterphone .header .swiper-pagination-bullet{
    width:6px;
    height:6px;
    background:rgba(255,255,255,1);
}
.Manchesterphone .header .swiper-pagination-bullet-active{
    width:6px;
    height:6px;
    background:rgba(255,255,255,1);
}
.Manchesterphone .header .swiper-wrapper{
    width: 100%;
}
.Manchesterphone .header .swiper-slide{
    width: 100%;
}
.Manchesterphone .header .swiper-slide img{
    width: 100%;
	height: 307px;
	/*height: 322px;;*/
}
/*视频部分*/
.Manchesterphone .videoarea{
    width: 100%;
    height:527px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    position: relative;
}
.Manchesterphone .videoarea_img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 2;
}
.Manchesterphone .videoarea_back{
    z-index: 999;
    width:345px;
    height:383px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    align-items: center;
}
.Manchesterphone .videoarea_back_video{
    width:315px;
    height:177px;
    background:rgba(216,216,216,1);
    border-radius:4px;
    margin: 18px 0;
}
.Manchesterphone .videoarea_back_video_text{
    width:315px;
    height:138px;
    font-size:12px;
    font-weight:400;
    line-height:17px;
}
.Manchesterphone .videoarea_back_video_text p{
    color:#506381;
}
/*“轻核”青年新玩法*/
.Manchesterphone .qnxwf{
    width: 93%;
    position: relative;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Manchesterphone .qnxwf_content{
	  position: relative;
	  width: 100%;
	  overflow: hidden;
}
.Manchesterphone .qnxwf_img{
    position: relative;
    width:100%;
	left: 0;
    top:0;
    border-radius: 20px;
    margin-bottom: 20px;
}
.Manchesterphone .qnxwf .swiper-container{
	position: relative;
	top: 0;
	left: 0;
    z-index: 999;
}
.Manchesterphone .qnxwf .swiper-pagination-bullets{
    bottom: 2px;
}
.Manchesterphone .qnxwf .qnxwf_top .swiper-pagination-bullets span{
    margin-right: 10px;
}
.Manchesterphone .qnxwf .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(80,99,129,0.4);
}
.Manchesterphone .qnxwf .swiper-pagination-bullet-active{
    width:10px;
    height:10px;
    background:rgba(80,99,129,1);
}
.Manchesterphone .qnxwf .swiper-slide{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.Manchesterphone .qnxwf_top{
    width: 99%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background:rgba(255,255,255,1);
    border-radius:8px;
    position: relative;
    padding-bottom: 25px;
}
.Manchesterphone .qnxwf_top_img{
    width:306px;
    
    background:rgba(216,216,216,1);
    border-radius:4px;
    margin-top: 12px;
}
.Manchesterphone .qnxwf_top_img img{
    width: 100%;
}
.Manchesterphone .qnxwf_top_content{
    display: flex;
    flex-direction: column;

}
.Manchesterphone .qnxwf_top_content_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
    font-family:PingFangSC;
    font-weight:500;
    color:rgba(80,99,129,1);
    line-height:22px;
    margin: 12px 0;
}

.Manchesterphone .qnxwf_top_content_title img{
    width:11px;
    height:13px;
    margin-right: 6px;
}
.Manchesterphone .qnxwf_top_content_text{
    font-size:11px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:16px;
    padding: 0 0px 0  14px;
    height: 78px;
    overflow-y: scroll;
    /*debug ios 默认不显示滚动条 */
    -webkit-overflow-scrolling: auto !important;
    width: 94%;
    box-sizing: border-box;

}

.Manchesterphone .qnxwf_top_content_text::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
.Manchesterphone .qnxwf_top_content_text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color:#eee;
    padding-right: 10px;

}
.Manchesterphone .qnxwf_top_content_ckgd{
	padding: 3px 16px;
	background:rgba(80,99,129,0.8);
	border-radius:12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 10px;
}
.Manchesterphone .qnxwf_top_content_ckgd a{
	color:rgba(255,255,255,1);
}

.Manchesterphone .swiper-wrapper_fg{
    position: absolute;
    bottom:-40px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.Manchesterphone .swiper-wrapper_fg_img{
    display: flex;
    justify-content:space-between;
    /*width: 100%;*/
    height: 54px;

}
.Manchesterphone .swiper-wrapper_fg_img img{
    width: 13px;
 }
.Manchesterphone .swiper-wrapper_fg_img img:nth-child(1){
margin-left: 30px;
 }
.Manchesterphone .swiper-wrapper_fg_img img:nth-child(2){
margin-right: 30px;
}
.Manchesterphone .qnxwf_button{
    width: 99%;
    position: relative;
    background:rgba(255,255,255,1);
    border-radius:8px;
    margin-top: 20px;
    padding-top: 8px;
}

.Manchesterphone .qnxwf_button_title{
	position: relative;
    font-size:14px;
    font-weight:500;
    color:rgba(80,99,129,1);
    line-height:20px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	width: 100%;
	height: 25px;
}
.Manchesterphone .qnxwf_button_title img{
	position: absolute;
	top: 0;
	left: calc(50% - 133/2)px;
	width: 130px;
	height: 23px;
}
.Manchesterphone .qnxwf_button_xiaoqiehuan{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size:12px;
    font-weight:400;
    color:rgba(80,99,129,1);
    line-height:17px;
}
.Manchesterphone .qnxwf_button_xiaoqiehuan_title{
    width: 90px;
    text-align: center;
    padding: 2px 5px;
    border-radius:4px;
    border:1px solid rgba(80,99,129,1);
    margin: 0 5px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Manchesterphone .qnxwf_button_xiaoqiehuan_title_active{
    width: 90px;
    height: 37px;
    text-align: center;
    padding: 6px 9px;
    padding-top: 2px;
    border-radius:4px;
    margin: 0 5px;
    margin-top: 7px;
    background: url(".././img/btn_xinwanfa_jinjieban_xuanzhong@2x.png") no-repeat 100% 100%;
    background-size: cover;
    color:rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.Manchesterphone .qnxwf_button_daqiehuan{
    border-radius:4px;
    margin: 0 5px;
    margin-top: 7px;
    height: 120px;
    position: relative;
    padding-bottom: 23px;
}
.Manchesterphone .qnxwf_button_daqiehuan_title{
    width: 100%;
    height: 100%;
    position: relative;
}
.Manchesterphone .qnxwf_button_daqiehuan_title_img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Manchesterphone .qnxwf_button_daqiehuan_title_img_text{
    width:305px;
    height:57px;
    font-size:10px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:14px;
    position: relative;
    padding: 13px;
    overflow-y: scroll;
    /*debug ios 默认不显示滚动条 */
    -webkit-overflow-scrolling: auto !important;
 }
.Manchesterphone .qnxwf_button_daqiehuan_title_img_gd{
    position: absolute;
    right:14px;
    bottom:10px;
    padding: 3px 16px;
    background:rgba(80,99,129,0.8);
    border-radius:12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
/*开启我的“轻核”旅行*/
.Manchesterphone .kqlx{
    width: 93%;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Manchesterphone .kqlx .swiper-slide_item{
    width:100%;
    height:100px;
    background:rgba(255,255,255,1);
    border-radius:8px;
    margin-bottom: 10px;
}
.Manchesterphone .kqlx .swiper-slide_item:nth-child(3){
    margin-bottom: 50px;
	border-radius:35px;
}
.Manchesterphone .kqlx .swiper-slide_item img{
width: 100%;
    height:100%;
	border-radius:8px;
}

.Manchesterphone .kqlx .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(255,255,255,0.4);
}
.Manchesterphone .kqlx .swiper-pagination-bullet-active{
    width:10px;
    height:10px;
    background:rgba(255,255,255,1);
}
/*北英格兰“轻核”目的地*/
.Manchesterphone .qhmdd{
    width: 93%;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Manchesterphone .qhmdd .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(80,99,129,0.4);
}
.Manchesterphone .qhmdd .swiper-pagination-bullet-active{
    width:10px;
    height:10px;
    background:rgba(80,99,129,1);
}
.Manchesterphone .qhmdd .swiper-slide_item{
    height: 360px;
    background:rgba(255,255,255,1);
    border-radius:8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Manchesterphone .qhmdd .swiper-slide_item_img{
    width: 325px;
    height: 160px;
    border-radius:8px;
    margin-top: -28px;
}
.Manchesterphone .qhmdd .swiper-slide_item_title{
    font-size:16px;
    font-weight:500;
    color:rgba(80,99,129,1);
    line-height:22px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Manchesterphone .qhmdd .swiper-slide_item_title span{
    width:10px;
    height:2px;
    background:rgba(80,99,129,1);
    display: block;
    margin-top: 2px;
}

.Manchesterphone .qhmdd .swiper-slide_item_text{
    width: 325px;
    height: 115px;
    font-size:11px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:16px;
    overflow-y: scroll;
    margin-top: 5px;
}
.Manchesterphone .qhmdd .swiper-slide_item_text::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
.Manchesterphone .qhmdd .swiper-slide_item_text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color:#eee;
}
/*TA们的“轻核”之旅*/
.Manchesterphone .qhzl{
    width: 93%;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Manchesterphone .qhzl .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(255,255,255,0.4);
}
.Manchesterphone .qhzl .swiper-pagination-bullet-active{
    width:10px;
    height:10px;
    background:rgba(255,255,255,1);
}
.Manchesterphone .qhzl .swiper-slide{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.Manchesterphone .qhzl .swiper-slide_item{
    width: 165px;
    height: 210px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    margin-right: 12px;
    position: relative;
}
.Manchesterphone .qhzl .swiper-slide_item:nth-child(2){
    margin-right: 0;
}

.Manchesterphone .qhzl .swiper-slide_item_img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Manchesterphone .qhzl .swiper-slide_item_content{
    position: relative;
}
.Manchesterphone .qhzl .swiper-slide_item_content_head{
    padding: 10px;
    display: flex;
    align-items: center;
}
.Manchesterphone .qhzl .swiper-slide_item_content_img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.Manchesterphone .qhzl .swiper-slide_item_content_head span{
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:17px;
    margin-left: 8px;
}
.Manchesterphone .qhzl .swiper-slide_item_content_text{
    padding: 0 10px;
    width:140px;
    height:34px;
    font-size:12px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:17px;
}
.Manchesterphone .qzxz{
    width: 93%;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Manchesterphone .qzxz .qzxz_content{
    width: 100%;
    height: 317px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.Manchesterphone .qzxz .qzxz_content_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.Manchesterphone .qzxz .qzxz_content_cont{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.Manchesterphone .qzxz .qzxz_content_title{
    width:272px;
    height:22px;
    font-size:16px;
    font-weight:600;
    color:#506381;
    line-height:22px;
}
.Manchesterphone .qzxz .qzxz_content_text{
    font-size:11px;
    font-weight:400;
    color:rgba(80,99,129,1);
    line-height:16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
}
.Manchesterphone .qzxz .qzxz_content_text1{
    margin: 2px 0;
}

.Manchesterphone .qzxz .qzxz_content_lfenlei{
    width:305px;
    height:50px;
    /*background:rgba(80,99,129,0.8);*/
    /*box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3);*/
    border-radius:22px;
    margin-bottom: 10px;
    position: relative;
}
.Manchesterphone .qzxz .qzxz_content_lfenlei:nth-child(1){
    margin-top: 10px;
}
.Manchesterphone .qzxz .qzxz_content_lfenlei img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Manchesterphone .qzxz .qzxz_content_ljbl{
    width: 105px;
    height: 26px;
    position: relative;
}
.Manchesterphone .qzxz .qzxz_content_ljbl img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*悠享“轻核”时光*/
.Manchesterphone .yxsg{
    width: 93%;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Manchesterphone .yxsg .swiper-container{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.Manchesterphone .yxsg .swiper-slide{
    margin-top: 20px;
    width: 140px;
    height: 160px;
}
.Manchesterphone .yxsg .swiper-slide_item{
    width: 100%;
    height: 100%;
}
.Manchesterphone .yxsg .swiper-slide img{
    width: 100%;
    height: 100%;
}
.Manchesterphone .yxsg  .swiper-slide-active{
    width: 160px;
    height: 180px;
    margin-top: 11px;
}
.Manchesterphone .yxsg  .swiper-slide_item_text{
    position: absolute;
    bottom: 0;
    width: 100%;
    height:27px;
    background:rgba(0,0,0,0.6);
    border-radius:0px 0px 10px 10px ;
    font-size:11px;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*相伴相惜，梦享飞行——海南航空*/
.Manchesterphone .hnhk{
    width: 93%;
    margin:0 14px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.Manchesterphone .hnhk .hnhk_content{
    position: relative;
    width: 100%;
}
.Manchesterphone .hnhk .hnhk_content_img{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
}
.Manchesterphone .hnhk .hnhk_content_cont{
    position: relative;
}
.Manchesterphone .hnhk .swiper-container{
    height: 200px;
}
.Manchesterphone .hnhk .swiper-slide{
    width: 315px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Manchesterphone .hnhk .swiper-slide_item{
    width: 315px;
    height: 152px;
    position: relative;
    margin-top: 20px;

}
.Manchesterphone .hnhk .swiper-slide img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
}
.Manchesterphone .hnhk .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(80,99,129,0.4);
}
.Manchesterphone .hnhk .swiper-pagination-bullet-active{
    width:10px;
    height:10px;
    background:rgba(80,99,129,1);
}
.Manchesterphone .hnhk .hnhk_content_cont_text{
    width:315px;
    height:113px;
    font-size:11px;
    font-weight:400;
    color:rgba(80,99,129,1);
    line-height:14px;
    padding: 14px;
}
.Manchesterphone .hnhk .hnhk_content_cont_text p{
 margin-top: 15px;
}
.Manchesterphone .bottomlogo{
    width:100%;
    height:100px;
    background:rgba(255,255,255,1);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Manchesterphone .bottomlogo img{
    height: 37px;
}