﻿
body{
	overflow-x: hidden;
}
.banner{
    height: 430px;
}
.banner img{
    width: 1920px;
    height: 430px;
    margin-left: -360px;
}
.anchors-bg{
	margin-left: -360px;
    width: 1920px;
    height:50px;
	background:linear-gradient(67deg,rgba(255,106,98,1) 0%,rgba(255,199,144,1) 100%);
}
.anchors{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anchor{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.section {
	background: #FFF;
}
.section .title{
	font-size: 34px;
	font-weight: bold;
	color:#303445;
	text-align: center;
	margin:56px 0;
}
.funcList{
	height: 316px;
	display: flex;
	justify-content: space-between;
}
.func{
	margin-top: 62px;
	width:260px;
	height:173px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 10px 0px rgba(101,47,131,0.1);
	border-radius:10px;
	text-align: center;
}
.func>img{
	width: 80px;
	height: 80px;
	position: relative;
	top: -40px;
}
.func .my-h{
	font-size: 22px;
	color: #333;
	font-weight: 400;
	position: relative;
	top: -10px;
}
.func .my-p{
	font-size: 15px;
	color: #999;
	line-height: 26px;
}
.section.trades{
	height: 500px;
}
.tradeList{
	display: flex;
	justify-content: space-between;
}
.tradeList>img{
	width:224px ;
	height:224px ;
}
.more-mode{
	color: #FFF;
	font-size: 16px;
	width:122px;
	height:30px;
	line-height: 30px;
	background:linear-gradient(273deg,rgba(255,70,85,1) 0%,rgba(255,190,109,1) 100%);
	border-radius:22px;
	margin: 38px auto 0 auto;
	display: block;
	text-align: center;
}

.scene-view,.order-view,.schedule-view,.more-view{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.order-view,.schedule-view,.more-view{
	height: 100%;
}
.scene-des .my-h,.order-des .my-h,.schedule-des .my-h,.more-des .my-h{
	font-size: 32px;
	line-height: 42px;
	color: #333;
	font-weight: bold;
}
.scene-nav,.order-nav{
	display: flex;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}
.scene-nav>div,.order-nav>div{
	margin: 20px 40px 0 0;
	cursor: pointer;
}
.scene-nav .active,.order-nav .active{
	font-weight:bold;
	position: relative;
}
.scene-nav .active::after,.order-nav .active::after{
	content: '';
	position: absolute;
	width:50px;
	height:6px;
	background:linear-gradient(270deg,rgba(255,70,85,1) 0%,rgba(255,190,109,1) 100%);
	border-radius:2px;
	bottom: -8px;
	left: 50%;
	margin-left: -25px;
}
.scene-list,.order-list,.schedule-list,.more-list{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 40px;
	display: none;
}
.scene-list>div,.order-list>div,.schedule-list>div,.more-list>div{
	text-indent: 20px;
	position: relative;
	margin-top: 4px;
}
.scene-list>div::before,.order-list>div::before,.schedule-list>div::before,.more-list>div::before{
	content: '';
	position: absolute;
	left:0;
	top:50%;
	margin-top:-6px;
	width: 6px;
	height: 6px;
	border: 3px solid #FF755E;
	border-radius: 50%;
}
.scene-imgs{
	display: none;
	height: 433px;
}
.order-imgs{
	height: 400px;
}
.schedule-imgs{
	height: 446px;
}
.scene-imgs>img,.order-imgs>img,.schedule-imgs>img{
	height: 100%;
}
.order-imgs>img{
	display: none;
}

.schedule-des .my-p,.more-des>.my-p{
	color: #444;
	font-size: 18px;
	line-height: 28px;
	margin-top: 12px;
}

.more>.my-p{
	text-align: center;
	color: #444;
	font-size: 18px;
	line-height: 28px;
	margin-top: -48px;
}
.more-navs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 530px;
}
.more-nav{
	width:150px;
	height:120px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.08);
	border-radius:6px;
	margin-top: 30px;
	text-align: center;
	padding-top:20px ;
	cursor: pointer;
}
.more-nav.active{
	background: url('../images/tradeApt/more_nav_bg.png' )no-repeat;
	background-size: cover;
	color: #FFF;
}
.more-nav>img{
	width: 90px;
	height: 70px;
}
.more-nav.active>.unLucent,.lucent{
	display: none;
}
.more-nav.active>.lucent{
	display: inline-block;
}

.more-nav>.my-h{
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
.more-imgs{
	height: 482px; 
}
.more-imgs>img{
	height: 100%;
	display: none;
}
.example-nav{
	display: flex;
	justify-content: center;
	margin-top: -16px;
}
.example-nav>div{
	font-size: 20px;
	margin-right: 20px;
	padding: 15px;
	cursor: pointer;
	color: #666;
	position: relative;
}
.example-nav>.active{
	color: #000;
	font-weight: bold;
}
.example-nav>div::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;;
	border-radius: 1.5px;
	background: #E7E7E7;
}
.example-nav>.active::after{
	background:linear-gradient(273deg,rgba(255,70,85,1) 0%,rgba(255,190,109,1) 100%);
}
.example-view-box{
	background: #F9F9F9;
	margin: 40px 0 65px 0;
}
.example-view{
	height: 425px;
	background: url('../images/tradeApt/mode_bg.png') no-repeat left top;
	background-size: 500px 425px; 
	display: none;
}
.example-view-flex{
	height: 100%;
	display: flex;
}
.mode-imgs{
	margin:38px;
}
.mode-imgs>img{
	margin: 0 12px;
	width: 196px;
	height: 350px;
}
.mode-des{
	margin-left: 135px;
	padding-top: 65px;
}
.mode-des .my-h{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	display: flex;
}
.mode-des .my-h .my-h-button{
	width: 120px;
	height: 40px;
	background:linear-gradient(272deg,rgba(255,70,85,1) 0%,rgba(255,190,109,1) 100%);
	border-radius: 22px;
	position: relative;
	font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(255,255,255,1);
    line-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
}
.mode-des .my-h .my-h-button::after{
	content: "";
    position: absolute;
    top: 15px;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    transform: rotate(45deg);
}
.mode-des .my-p{
	color: #333;
	font-size: 16px;
	line-height: 21px;
	margin-top: 14px;
}
.qrCode{
	display: inline-block;
	width: 144px;
	height: 144px;
}
.mp-funcList{
	display: flex;
	margin: 30px 0;
}
.mp-func{
	padding: 0 15px;
	height:32px;
	background:rgba(255,139,114,1);
	border-radius:16px;
	margin-right: 14px;
	color: #FFF;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.make-btns{
	display: flex;
	justify-content: center;
}
.make-btns>a{
	width:130px;
	height:42px;
	background:linear-gradient(273deg,#ff685c 0%,#ff9f66 100%);
	border-radius:21px;
	margin: 0 20px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	margin-top: 10px;
}
.section .initShow{
	display: block;
}
/* 底部样式 */
.count-part {
	min-width: 1200px;
	background: url(../images/takeout/number_bg.jpg);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-part ul {
	width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-part ul>li {
	margin-right: 95px;
	vertical-align: middle;
	height: auto;
	float: left;
}
.count-part ul>li>p:first-child {
	color: #FF755E;
	font-size: 43px;
	margin-bottom: 30px;
	text-align: center;
}

.count-part ul>li>p:last-child {
	font-size: 22px;
	color: #303445;
	text-align: center;
}

.count-part ul>li:last-child {
    width: 360px;
    margin-right: 0;
    text-align: center;
}

.count-part ul>.tel-num>p:nth-child(1) {
	color: #303445;
}
.tel-num>p:nth-child(2) {
	color: #59607B;
	font-size: 22px;
	margin: 1.5vmax 0;
}

.tel-num>p:last-child {
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	background: linear-gradient(273deg,#ff685c 0%,#ff9f66 100%);;
	color: #fff !important;
	border-radius: 25px;
	max-width: 340px;
	text-align: center;

}

/* .tel-num>p:last-child:hover {
	background: rgba(255, 133, 0, 0.9);
} */
/**
	模块背景和主视图定位
*/
.MView{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.MView-bg{
	width: 1920px;
	margin-left: -360px;
}
.MView>.section{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
}
.section>div[class$="-view"]{
	height: 600px;
}
/* 
	立即咨询按钮
*/
.consult_immediately {
	position: absolute;
    width: 130px;
    height: 50px;
	bottom: 100px;
	cursor: pointer;
}