*{
	font-family:-apple-system; 
}
.layui-layer-molv .layui-layer-title{
	background: #7fab74 !important;
}
.layui-layer-molv .layui-layer-btn a {
    background: #7fab74 !important;
    border-color: #7fab74 !important;
}
/*轮播图*/
.banner_box{
	width: 100%;
	position: relative;
}
.swiper-container{
	width: 100%;
}
.swiper-container img{
	width: 100%;
	height: auto;
  	display: inherit;
}
.pc_pagination{
    bottom: 50px !important;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%,0) !important;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #83cc72;
}
/*logo*/
.logo{
	box-sizing:border-box;
    width: 112px;
    height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.logo img{
    width: 112px;
    height: 120px;
}
.jianbian_bk{
    position: absolute;
    width: 100%;
    height: 20%;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(231,51, 104, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(231,51, 104, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(231,51, 104, 0) 100%);
    background-image: linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(231,51, 104, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}
/*导航*/
.navigation{
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.navigation span{
	display:inline-block;
  	padding-left:37px;
}
.navigation span > a{
	color: #fff;
	font-size: 18px;
	margin: 37px 0 0 0;
  	padding: 0 5px;
}
.two_nav{
    background: #fff;
    text-align: center;
    margin-top: 15px;
    padding: 18px 0;
    border-radius: 5px;
  	display:none;
}
.two_nav li{
	margin-bottom:24px;
    font-size: 14px;
  	color:#666;
}
.two_nav li:last-child{
	margin-bottom:0;
}
.navigation a:hover{
	color: #83cc72;
}
.navigation a.checked{
	color: #83cc72;
}
/*搜索*/
.search{
    width: auto;
    height: 80px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 2;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    transform: translate(-50%,0);
    box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.2);
}
.want_to{
    width: 264px;
    background: #fff;
    border-radius: 8px 0 0 8px;
    color: #494949;
    font-size: 18px;
    line-height: 80px;
    position: relative;
    box-sizing: border-box;
    padding-left: 56px;
    border-right: 1px solid #dfdfdf;
    letter-spacing: 0.7px;
}
.want_theme{
    width: 360px;
    border-radius: 0 0 0 0;
  	border-right:none;
}
.search_btn{
    width: 210px;
    border-radius: 0 8px 8px 0;
    background: #73a467;
    color: #fff;
    text-indent: 0;
    text-align: center;
    padding-left: 0;
    border-right: none;
}
.icon_down{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #494949;
    position: absolute;
    right: 64px;
    top: 50%;
    margin-top: -4px;
}
/*介绍*/
.introduce{
	box-sizing:border-box;
	/*padding: 0 20%;*/
	text-align: center;
    background: url(http://qiniu.naturewin.cn/js_bk.jpg);
    background-size: 100% 100%;
  	display: flex;
    align-items: center;
    justify-content: space-between;
}
.js_bk{
    width: 100%;
  	display: inherit;
}
.audio_box{
  	height: 100%;
    width: 62%;
  	cursor: pointer;
  	position: relative;
}
.audio_img{
	height: 100%;
}
.audio_img video{
	display: inherit;
}
.index_logo{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 60px;
}
.play{
	position: absolute;
  	top:50%;
  	left:50%;
  	transform: translate(-50%,-50%);
  	cursor: pointer;
}
.introduce_main{
    width: 32% !important;
    text-align: left;
    margin: 0 !important;
}
.introduce_title{
	color: #609952;
	font-size: 30px;
	margin-top: 87px;
  	margin-bottom: 60px;
}
.introduce_title2{
	color: #609952;
	margin-top: 0;
}
.introduce_title3{
	margin-top: 0;
}
.introduce_title span{
	font-weight: bold;
}
.icon_circle span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border:3px solid #609952;
	margin:0 6px;
	margin-top: 30px;
}
.icon_circle2 span{
	border:3px solid #609952;
	margin-bottom: 50px;
}
.icon_circle3 span{
	margin-bottom: 50px;
}
.introduce_content{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 0px;
}
/*精选*/
.address_select{
	background: #fff;
	box-sizing:border-box;
	/*padding: 0 20%;*/
	text-align: center;
	padding-top: 100px;
	background-repeat:no-repeat;
	background-size:100%;
	-moz-background-size:100%;
}
.address_list{
	display: flex;
	flex-direction: row;
	justify-content :flex-start;
	flex-wrap:wrap;
}
.address_card{
	width: 325px;
    /* height: 253px; */
    border-radius: 8px;
    background: #f9f9f9;
    overflow: hidden;
    margin-bottom: 22.5px;
    margin-right: 22.5px;
}
.address_card:nth-child(3n){
	margin-right:0;
}
.address_card_img{
	width: 100%;
	height: 216px;
}
.address_card_img img{
	width:100%;
	height:100%;
}
.address_card_title{
	box-sizing:border-box;
	font-size: 16px;
	color: #333333;
	text-align: left;
	padding: 15px 16px;
}
.address_card_content{
	font-size: 12px;
	color: #333333;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 16px;
	line-height: 20px;
	margin-bottom: 18px;
}
.more_address{
	display: inline-block;
	background: #73a467;
	color: #fff;
	font-size: 18px;
	width: 238px;
    height: 51px;
    line-height: 38px;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 70px;
  	background:url(../images/more_no.png) no-repeat 0 0;
  	background-size:100% 100%;
	transition: all 0.2s linear;
  	position:relative;
}
.more_jt{
  	height: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0,-48%);
    right: 30px;
}
.more_address:hover{
	background:url(../images/more_click.png) no-repeat 0 0;
  	background-size:100% 100%;
}
.introduce_title4{
    color: #fff;
    margin-top: 60px;
    margin-bottom: 50px;
}
.icon_circle4 span{
	border: 3px solid #fff;
  	margin-bottom: 30px;
}
.partner_list{
    text-align: left;
    background: rgba(225, 225, 225, 0.25);
    border-radius: 8px;
    padding-top: 68px;
}
.partner_list a{
  	width: 12%;
    margin-left: 10.4%;
    margin-bottom: 68px;
    display: inline-block;
  	background:#fff;
  	height:50px;
}
.partner_logo{
	width:100%;
}
.partner_logo:nth-child(4n){
	margin-right: 0;
}
/*自然说*/
.pro_look_more{
	position: fixed;
    right: 2%;
    bottom: 212px;
    width: 80px;
    height: auto;
  	transition: all 0.2s linear;
  	z-index: 2;
}
.pro_look_more:hover{
  	transform: scale(1.1);
}
.pro_look_more img{
	width:100%;
  	height:auto;
}
.hzhb{
	position:relative;
  	padding-top: 0;
}
.hzhb_bk{
	width:100%;
  	height:auto;
  	display: inherit;
}
.hzhb .main{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    width: 1156px;
}
.platform_border{
	box-sizing:border-box;
	border:1px solid #e5e5e5;
	width: 100%;
	/*height: 100%;*/
	border-radius: 0 0 5px 5px;
}
.address_card_title2{
	padding: 14px 16px;
  	background: #fff;
  	height: 76px;
  	overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  	line-height: 26px;
}
.advertisement{
    display: inherit;
    width: 100%;
    height: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 36px;
    margin-bottom: 100px;
}
.advertisement img{
	width: 100%;
	height: 100%;
}
/*自然说*/
/*主图*/
.banners{
	width: 100%;
	position: relative;
}
.banners img{
	width: 100%;
}
.banner_text{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.banner_text_title{
	color: #ffffff;
	font-size: 34px;
	margin-top: 100px;
	font-weight: bold;
}
.banner_text_content{
	font-size: 16px;
	line-height: 30px;
	color: #ffff;
	margin-top: 21px;
	text-align: left;
}
.banner_search{
	width: auto;
    height: 80px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -44px;
    z-index: 2;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    transform: translate(-50%,0);
    box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.2);
}
}
.want_themes{
	border-radius: 2px;
}
.product_box{
	padding-top: 80px;
}
.product_list{
	display: flex;
	flex-direction: row;
	justify-content :space-between;
	flex-wrap:nowrap;
}
.product_left{
	width: 75%;
}
.pro_card{
	padding-bottom: 20px;
	border-bottom:1px solid #eeeeee;
	display: flex;
	flex-direction: row;
	justify-content :flex-start;
	flex-wrap:nowrap;
	margin-top: 20px;
}
.pro_card:first-child{
	margin-top: 0;
}
.pro_card_img{
	width: 300px;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.pro_card_img img{
	width: 100%;
	height: 100%;
}
.pro_card_label{
	position: absolute;
	left: 0;
	top:11px;
	/*background: #f14444;*/
	color: #fff;
	width: 69px;
	height: 28px;
	line-height: 28px;
	text-indent: 12px;
	font-size: 14px;
	background-image: url(../images/label_bj.png);
	background-repeat:no-repeat;
	background-size:100%;
	-moz-background-size:100%;
}
.pro_card_rihgt{
    width: 70%;
    margin-left: 15px;
    position: relative;
}
.pro_card_title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.pro_card_address{
	/*color: #73a467;*/
	font-size: 16px;
	margin-top: 20px;
}
.pro_card_labels{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}
.pro_card_date{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}
.pro_card_date span{
	/*color: #73a467;*/
}
.pro_card_money{
    color: #333;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pro_card_money span{
	font-size: 10px;
	margin-left:2px;
}
.pro_card_rihgt img{
    width: 16px;
    height: 16px;
    position: relative;
    top: 2.5px;
    margin-right: 12px;
}
.more_pro{
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #eeeeee;
	color: #73a467;
	text-align: center;
	margin-top: 17px;
	cursor: pointer;
}
.product_right{
	width: 200px !important;
}
.hot_pro_title{
	color: #333333;
	font-size: 22px;
	margin-bottom: 20px;
}
.hot_pro_img{
	display: block;
	width: 100%;
	height: 133px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 18px;
  	position: relative;
}
.hot_mdd_name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.hot_pro_img img{
	width: 100%;
	height: 100%;
}
.more_pros{
	margin-top: 0;
}
.more_title{
	font-size: 30px;
	color: #609952;
	text-align: center;
	margin-bottom: 43px;
}
.default_box{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content :center;
	flex-wrap:nowrap;
	margin:68px 0;
}
.default_img{
	display: inline-block;
}
.default_msg{
	text-align: left;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
    box-sizing: border-box;
    padding-top: 60px;
    margin-left: 40px;
}
.default_msg a{
	color: #73a467;
	font-weight: bold;
	margin-left: 5px;
}
/*目的地定制*/
.banner_text_m{
	width: 100%;
	text-align: left;
}
.banner_text_title_m{
	margin-top: 117px;
}
.destination_pro{

}
.destination_title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin :41px 0 17px 0;
}
.abroad_list{
	display: flex;
	flex-direction: row;
	justify-content :flex-start;
	flex-wrap:wrap;
}
.abroad_card{
	display: inline-block;
	width: 325px;
	height: 325px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-bottom: 22.5px;
	margin-right: 22.5px;
	cursor: pointer;
}
.abroad_card:nth-child(3n){
	margin-right: 0;
}
.abroad_card img{
	width: 100%;
	height: 100%;
}
.abroad_card_bj{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
  	transition: all 0.2s linear;
}
.abroad_card_bj:hover{
	background: rgba(0, 0, 0, 0.4);
}
.abroad_card_content{
	position: absolute;
    top: 50%;
    left: 50%;
	width: 85%;
	text-align: center;
	color: #fff;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 12px;
    line-height: 16px;
}
.abroad_card_name{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
.territory_card{
	display: inline-block;
	width: 171px;
	height: 227px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-bottom: 9px;
	margin-right: 9px;
	cursor: pointer;
}
.territory_card img{
	width: 100%;
	height: 100%;
}
.territory_card:nth-child(4n){
	margin-right: 0;
}
.territory_card_name{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 11px;
	left: 11px;
}
.more_pro1{
	margin-top: 11px;
}
.more_pro2{
	margin-top: 18px;
}
/*目的地详情*/
.destination_note{
	box-sizing:border-box;
	padding: 27px 20px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 0;
	bottom: 20%;
	width: 350px;
	color: #fff;
}
.destination_note_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.destination_note_text{
	font-size: 12px;
	line-height: 21px;
}
.destination_introduce{
	background:#fafafa;
	padding-top: 37px;
	padding-bottom: 54px;
}
.destination_introduce_mian{
	position: relative;
}
.destination_introduce_name{
	color: #609952;
	font-size: 34px;
	margin: 0 0 37px 0;
  	font-weight:bold;
}
.destination_introduce_content{
	font-size: 14px;
	color: #333333;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
	overflow: hidden;
}
.currency_title{
	color: #609952;
	font-size: 30px;
	text-align: center;
  	font-weight:bold;
	margin: 0 0 44px 0;
  	margin-top:3px;
}
.title_circle{
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border:3px solid #609952;
	margin:0 10px;
}
.destination_introduce_label{
	box-sizing:border-box;
	position: absolute;
	right: 0;
	top: -48px;
	width: 80px;
	height: 84px;
	background-image: url(../images/detail_label.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 25px;
	z-index: 1;
}
.destination_explain{
	padding-top: 44px;
	padding-bottom: 13px;
}
/*目的地详情新版UI*/
.new_mdd_box{
	background: #f7f7f7;
  	position:relative;
}
.foot{
  	position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: -174px;
}
.mdd_line{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    height: 18px;
    background: #74a467;
}
.english_name{
    font-size: 24px;
    margin-left: 20px;
}
.destination_explain_card{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 180px;
    width: 100%;
}
.destination_explain_left{
    width: 26%;
    box-sizing: content-box;
    /*padding: 40px 80px 0;*/
  	padding: 80px 80px 0;
}
.destination_explain_img{
  	width: 60%;
    overflow: hidden;
}
.destination_explain_img img{
	width: 100%;
    height: auto;
  	display: inherit;
}
.destination_explain_card_title{
  	font-size: 28px;
	/*font-size: 24px;*/
	color: #333333;
	font-weight: bold;
}
.destination_explain_card_title span{
	display: inline-block;
	width: 29px;
	height: 29px;
	background: #73a467;
	color: #fff;
	text-align: center;
	line-height: 29px;
	border-radius: 5px;
	font-weight: normal;
	margin-right: 10px;
}
.destination_explain_card_mag{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  	margin: 18px 0 15px 0;
    font-size: 16px;
    color: #333333;
}
.icon_detail{
	width:16px;
  	margin-left:6px;
  	margin-right:12px;
  	position: relative;
    top: 1.5px;
}
.English_title{
    display: inherit;
    color: #73a467;
    /*font-size: 16px;*/
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    font-weight: 500;
}
.destination_explain_card_mag > div{
	width: 100%;
  	/*margin-bottom: 15px;*/
  	margin-bottom: 20px;
  	font-weight: bold;
}
.destination_explain_card_mag > div span{
	color: #73a467;
  	font-weight: normal;
  	margin-left:10px;
}
.destination_explain_card_text{
	/*font-size: 14px;*/
  	font-size:16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 4;*/
	overflow: hidden;
	/*line-height: 20px;*/
  	line-height: 26px;
    letter-spacing: 1px;
}
.star{
	display: inline-block;
  	position: relative;
    top: 1.5px;
  	left: 6px;
}
.star img{
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2px;
}
.good_activity{
	background: #73a467;
	padding-top: 37px;
	padding-bottom: 51px;
}
.currency_titles{
	color: #fff;
}
.title_circles{
	border-color: #fff;
}
.pro_card_good{
	width: 100%;/*525px;*/
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 0;
	border:none;
}
.pro_card_img_good{
  	width: 30%;
    height: auto;
	border-radius: 8px 0 0 8px;
}
.pro_card_rihgt_good{
	padding: 15px 15px 0 0;
}
.pro_card_money_good{
	bottom: 10px;
	right: 15px;
}
.product_right_good{
	width: 174px;
	height: 174px;
}
.product_right_good .hot_pro_img{
	height: 100%;
}
/*双数对称*/
.double_destination_explain_card{
    justify-content: flex-end;
}
.double_foot{
	transform: rotateY(180deg);
}
.double_mdd_line{
    left:0;
}
.new_mdd_box:last-child .foot{
	display:none;
}
.new_mdd_box:last-child .destination_explain_card{
    margin-bottom: 50px;
}
.card_swiper{
	position:relative;
}
/*机构服务*/
.org_box{
	background:#fff;
	padding-bottom: 91px;
}
.org_img{
	width: 100%;
}
.org_img img{
	width: 100%;
    height: auto;
    margin-bottom: 18px;
    display: inherit;
  	display:none;
}
.org_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.org_left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.org_card{
    box-sizing: border-box;
    width: 13%;
    border-bottom: 3px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 23px;
    cursor: pointer;
    padding-left: 14px;
    padding: 23px 0;
    float: left;
    text-align: center;
    margin: 0px 51px;
}
.org_card_logo{
    width: 32px;
    height: 32px;
}
.org_card_text{
	color: #333333;
	font-size: 12px;
	margin-left: 20px;
}
.org_card_title{
	font-size: 16px;
	font-weight: bold;
}
.org_card_checked{
	border-color: #73a467;
}
.org_card_checked .org_card_title{
  	color:#73a467;
}
.org_right{
    width: 100%;
    background: #fff;
    padding: 56px 0px;
}
.org_right .org_right_show{
	display: none;
}
.org_right_show{
	width: 100%;
	margin: 0 auto;
}
.org_right_show:first-child img{
	width:100%;
}
.org_right_title{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom:1px solid #e5e5e5;
	padding: 29px 0 24px 0;
	margin-bottom: 24px;
}
/*关于我们*/
.about_left{
	/*padding:10px 0;*/
}
.about_card{
	/*padding:25px 30px;*/
}
.about_card .org_card_logo{
	width: 31px;
	height: 28px;
}
.about_title{
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	position: relative;
	line-height: 28px;
}
.about_title span{
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 36px;
	height: 3px;
	background: #fff;
}
.about_checked .about_title{
	color: #73a467;
}
.about_checked{
	border-color: #73a467;
}
.teacher_list{
	width: 1200px;
    margin-left: -90px;
}
.teacher_card{
	width: 382px;
    height: auto;
    background: #fff;
    border-radius: 6px;
    margin: 0 23px 23px 0;
    overflow: hidden;
  	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  	transition: all 0.2s linear;
}
.teacher_card:nth-child(3n){
	margin-right:0;
}
.teacher_card:hover{
	transform: translateY(-15px);
}
.teacher_img{
    width: 384px;
    height: 254px;
    display: -webkit-box;
}
.teacher_information{
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 20px;
}
.teacher_head{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.teacher_content{
    width: auto;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.teacher_name{
	font-size:20px;
  	color:#333;
}
.teacher_label{
  	font-size: 14px;
    background: #73a467;
    padding: 4px 10px;
    width: auto;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    margin-top: 12px;
  	letter-spacing: 1px;
}
.teacher_label2{
	background: #e98618;
}
.teacher_word{
	box-sizing: border-box;
    padding: 0 20px 24px;
    font-size: 14px;
    color: #666;
    height: 62px;
    margin-bottom: 24px;
  	line-height:22px;
}
/*搜索页面*/
.search_box{
	background: #fafafa;
	padding-top: 51px;
	padding-bottom: 53px;
}
.search_frame{
	box-sizing:border-box;
	width: 309px;
	height: 34px;
	margin: 0 auto;
	border:1px solid #73a467;
	border-radius: 5px; 
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content :space-between;
	flex-wrap:nowrap;
}
.search_left{
	display: flex;
	flex-direction: row;
	justify-content :space-between;
	flex-wrap:nowrap;
	cursor: pointer;
	padding-top: 20px;
}
.search_frame input{
    width: 78%;
    background: #fafafa;
    text-indent: 5px;
}
.search_frame a{
	display: inline-block;
	width: 65px;
	text-align: center;
	background: #73a467;
	color: #fff;
	height: 32px;
	line-height: 32px;font-size: 14px;
}
.choice{
	margin:0 auto;
	width: 309px;
	display: flex;
	flex-direction: row;
	justify-content :space-between;
	flex-wrap:nowrap;
	font-size: 14px;
	color: #999999;
	cursor:  pointer;
	margin-top: 25px;
	margin-bottom: 27px;
}
.choice div{
	border-bottom: 3px solid #fafafa;
	line-height: 25px;
}
.choice .choice_checked{
	color: #73a467;
	border-color: #73a467;
}
.search_list{
	background: #fff;
	box-sizing:border-box;
	border:1px solid #e5e5e5;
	padding: 16px 41px 36px;
}
.search_have{
	display: none;
}
.click_bm{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border:1px solid #73a467;
	color: #73a467;
	line-height: 88px;
	text-align: center;
	font-size: 14px;
	margin: 29px 0 0 0;
}
.search_list .pro_card{
	width: 80%;
}
.click_bm:hover{
	background: #73a467;
	color: #fff;
}
.search_no{
	text-align: center;
}
.no_img{
	margin:20px 0;
}
.no_msg{
	color: #333333;
	font-size: 12px;
}
.no_btn{
	margin: 80px 0;
}
.no_btn a{
	display: inline-block;
	width: 142px;
	height: 34px;
	text-align: center;;
	line-height: 34px;
	color: #666666;
	background: #eeeeee;
	border-radius: 5px;
	margin: 0 10px;
}
.no_btn a.open_dz{
	background: #73a467;
	color: #fff;
}
/*公共下拉样式*/
.want_to_box{
    display: none;
	box-sizing: border-box;
    position: absolute;
    width: 624px;
    background: #fff;
    top: 76px;
    left: 0;
    border-radius: 0 0 8px 8px;
    padding: 10px 20px;
    overflow: auto;
    z-index: 1;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    line-height: 30px;
    font-size: 14px;
}
.want_theme .want_to_box{
	left:-264px;
}
.want_to_box p{
    display: inline-block;
    text-align: center;
    padding: 0 10px 0 0;
}
.want_to_box p:hover{
	color:#73a467;
}
/*公共定制弹窗*/
.customized_layer,.customized_layer2{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left:0;
	z-index: 11;
}
.customized_layer_box{
	width: 383px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
	padding-bottom: 46px;
}
.close_customized_layer{
	color: #c7c7c7;
	font-size: 30px;
	text-align: center;
	line-height: 83px;
	cursor: pointer;
	font-weight: normal;
}
.customized_layer_list{
	box-sizing:border-box;
	display: flex;
	flex-direction: row;
	justify-content :flex-start;
	flex-wrap:nowrap;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	padding-left: 40px;
	margin-bottom: 13px;
}
.customized_layer_tips{
  	text-align: center;
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}
.input_title{
	text-align: right;
	width: 20%;
}
.input_title span{
	color: #e60012;
}
.layer_input_box{
	width: 60%;
    padding-left: 20px;
}
.layer_input_boxs{
	width: 30%;
}
.layer_display_flex{
	display: flex;
    justify-content: space-between;
}
.layer_input_box select{
	height: 30px;
	width: 49%;
    border: 1px solid #ccc;
    outline:none;
    background: #fff;
}
.layer_input_box select.address3{
	width: 100%;
	margin-top: 5px;
}
.layer_input_box textarea{
	width: 100%;
    border: 1px solid #ccc;
    outline:none;
    text-indent: 5px;
    height: 120px;
}
.layer_input{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 30px;
	text-indent: 5px;
	/*margin-left: 20px;*/
	background: #fff;
}
.layer_check{
	display: flex;
	flex-direction: row;
	justify-content :flex-start;
	flex-wrap:nowrap;
}
.layer_check p{
	margin-left: 15px;
}
.layer_check p input{
	margin-right: 5px;
}
.sub_btn{
	text-align: center;
}
.sub_btn div{
	box-sizing:border-box;
	display: inline-block;
	width: 125px;
	height: 30px;
	line-height: 30px;
	background:#eeeeee;
	color: #333333;
	border-radius: 5px;
	border:1px solid #e5e5e5;
	margin:0 13px;
	cursor: pointer;
}
.sub_btn div.sub_btn_yes{
	color: #fff;
	background: #73a467;
	border-color: #73a467;
}
.address_card{
	transition: all 0.2s linear;
}
.address_card:hover {
    box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
    transform: scale(.95);

}
.video_layer{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: 10;
  	display:none;
}
.video_box{
  	width:1020px;
	position:relative;
  	top:50%;
  	left:50%;
  	transform: translate(-50%,-50%);
}
.code_layer{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: 10;
  	text-align: center;
  	display:none;
}
.code_box{
  	width:260px;
	position:relative;
  	top:50%;
  	left:50%;
  	transform: translate(-50%,-50%);
}
.code_box img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.code_box p{
	text-align:center;
  	color:#fff;
  	font-size:20px;
  	line-height:40px;
}
/*导师详情*/
.teacher_box{
	background:#fafafa;
    padding-top: 0;
}
.new_teacher{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.newt_head img{
    width: 285px;
  	display: inherit;
  	border-radius:50%;
}
.newt_right{
    margin-left: 68px;
    width: 404px;
}
.newt_name{
    font-size: 30px;
    color: #111111;
 	font-weight:bold;
}
.newt_status{
    color: #333333;
    padding: 2px 14px;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    position: relative;
    top: 0px;
}
.newt_status img{
	width: 18px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.newt_label{
	font-size: 16px;
    margin-top: 15px;
    color: #fff;
    letter-spacing: .5px;
}
.newt_label span:first-child{
	margin-right:23px;
  	background: #73a467;
    padding: 4px 10px;
    border-radius: 4px;
}
.newt_label span:last-child{
    background: #e98618;
    padding: 4px 10px;
    border-radius: 4px;
}
.newt_word{
    color: #666666;
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
    letter-spacing: .5px;
}
.teacher_msg{
	position:relative;
  	height: 755px;
  	transform: scale(0.8);
  	left: -5%;
  	margin-top: -30px;
}
.teacher_msg > div{
	transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
  	position: absolute;
  	border-radius: 4px;
    overflow: hidden;
  	box-shadow: 8px 6px 28px -5px rgba(68, 68, 68, 0.3);
  	border-radius: 50%;
}
.teacher_msg > div > div{
  	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  	position: absolute;
}
.teacher_square1{
	width:398px;
  	height:398px;
  	top: 0;
    left: 0;
}
.t_head{
  	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    height: 400px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg) !important;
}
.teacher_square2{
	width:182px;
  	height:182px;
  	background:#ffffff;
  	top: 260px;
    left: 410px;
}
.t_name{
  	line-height: 254px;
    width: 254px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg) !important;
  	color: #333;
    font-size: 26px;
    letter-spacing: 1px;
  	background: url(../images/t_logo.png) no-repeat 125px 48px;
    background-size: 70%;
}
.teacher_square3{
	width:182px;
  	height:182px;
  	background:#7daf71;
  	top: 410px;
    left: 260px;
}
.t_word{
  	font-size:14px;
	width: 70%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg) !important;
  	text-align: center;
}
.teacher_square4{
	width:182px;
  	height:182px;
  	top: 108px;
    left: 562px;
}
.teacher_square5{
	width:182px;
  	height:182px;
  	top: 108px;
    left: 860px;
}
.t_label{
  	font-size:20px;
	line-height: 254px;
    width: 254px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg) !important;
  	text-align:center;
  	background: url(../images/square4.png) no-repeat 0 0;
    background-size: 100%;
}
.t_label2{
	background: url(../images/square5.png) no-repeat 0 0;
    color:#333;
}
.teacher_square6{
	width:290px;
  	height:290px;
  	background:#6a8fce;
  	left: 658px;
    top: 280px;
}
.t_more{
  	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    height: 408px;
    width: 408px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg) !important;
}
.teacher_fk{
  	position: absolute;
    bottom: 90px;
    left: 488px;
}
.t_js{
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #333333;
  	padding-bottom: 50px;
}
.t_js_bottom{
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translate(-50%,0);
}
.t_title{
	text-align:center;
  	font-size:30px;
  	font-weight:bold;
  	color:#333;
  	line-height: 154px;
}
.teacher_fwb{
	padding: 0 20px 80px;
}
.hide{
	display: none;
}