@charset "UTF-8";

body {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

.meet_text::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.meet_text::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
}

.meet_text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
}

.meet_text::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.9);
}

:before,
:after {
	font-family: 'iconfont';
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iconfont {
	font-family: 'iconfont';
}



/*浮动 清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100px;
}

body {
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #212121;
	-webkit-text-size-adjust: none;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
}

body.show {
	opacity: 1;
}

a {
	color: #212121;
	text-decoration: none;
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

a:link {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #0048B4;
	outline: none;
}

li {
	list-style: outside none;
}

li {
	list-style-type: none;
}

h1 {
	font-size: 16px;
}

h2,
h3,
h4,
h5 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

textarea,
input {
	background: transparent;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #888;
	outline: none;
	border: 0;
}

em {
	font-style: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
	object-fit: cover;
}

/* banner图 */
.banner{
	width: 100%;
	height: 920px;
	margin: 0px auto;
	background: linear-gradient(to bottom, #e9e9ec 90%, #ffffff 100%);
	background-size: 100% 100%;
}

.bannerImg{
	width: 100%;
	margin: 0px auto;
	height: 1000px;
	background: url(banner.png) no-repeat top center;
	background-size: 2200px 1000px;
	padding-top: 100px;
}
.bannerImg .active{
	display: block;
}
.bannerImg_box{
	width: 1100px;
	margin: 0px auto;
}
.each_img{
	display: none;
	position: relative;
	width: 1100px;
	height: 450px;
}
.each_ARcode{
	position: absolute;
	top: 300px;
	left: 0px;
	width: 250px;
	height: 150px;
	background: linear-gradient(to right, #e3492b 0%, rgba(227,73,43,0) 100%);
}
.each_ARcode span{
	display: inline-block;
	width: 130px;
	height: 130px;
	margin: 10px;
	background: #ffffff;
}
.each_ARcode span img{
	width: 90%;
	height: 90%;
	margin: 5%;
} 
.appTitle{
	background: url(app_banner.png) no-repeat top center;
	background-size: 1100px 450px;
}
.wxTitle{
	background: url(wx_banner.png) no-repeat top center;
	background-size: 1100px 450px;
}
.zfbTitle{
	background: url(zfb_banner.png) no-repeat top center;
	background-size: 1100px 450px;
}


.switchButtons{
	width: 1100px;
	margin: 0px auto;
	margin-top: 160px;
}

.each_btns{
	position: relative;
	width: 320px;
	height: 90px;
	margin-right: 70px;
	line-height: 90px;
	text-align: left;
	color: #df1010;
	font-weight: bold;
    font-size: 24px;
	padding-left: 30px;
	background: url(btnBG.png) no-repeat top center;
	background-size: 320px 90px;
	cursor: pointer;
}
.each_btns.active{
	background: url(btnBG_active.png) no-repeat top center;
	background-size: 320px 90px;
	color: #FFFFFF;
}
.each_btns:nth-of-type(3){
	margin-right: 0px;
}

.app_btn::before{
	content: "";
    position: absolute;
    top: -50px;
    right: 10px;
    width: 110px;
    height: 130px;
    background: url(app_icon.png) no-repeat top center;
    background-size: 110px 130px;
}
.wx_btn::before{
    content: "";
    position: absolute;
    top: -50px;
    right: 10px;
    width: 110px;
    height: 130px;
    background: url(wx_icon.png) no-repeat top center;
    background-size: 110px 130px;
}
.zfb_btn::before{
	content: "";
    position: absolute;
    top: -50px;
    right: 10px;
    width: 110px;
    height: 130px;
    background: url(zfb_icon.png) no-repeat top center;
    background-size: 110px 130px;
}


.main{
	width: 1100px;
	margin: 0px auto;
}
.title{
	position: relative;
	max-width: 400px;
	height: 60px;
	margin: 0px auto;
	line-height: 60px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.title::before{
	content: "";
    position: absolute;
    top: 20px;
    right: -240px;
    width: 320px;
    height: 20px;
	border-radius: 10px;
	background: linear-gradient(to right, #ea6667 -20%, rgba(227,73,43,0) 100%);
}
.title::after{
	content: "";
    position: absolute;
    top: 20px;
    left: -240px;
    width: 320px;
    height: 20px;
	border-radius: 10px;
	background: linear-gradient(to left, #ea6667 -20%, rgba(227,73,43,0) 100%);
}


.content_box{
	width: 1100px;
	height: 640px;
	margin: 40px 0px 120px 0px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
	box-shadow: 0 10px 24px rgba(207,81,81,0.25);
}
.content_box_left{
	width: 345px;
	height: 640px;
	border-radius: 20px;
	position: relative;
	background: linear-gradient(135deg, #e95050 0%, rgba(227,73,43,0) 100%);
}

.content_box_left > *{ 
	position: relative; 
	z-index: 1; 
}

.content_box_left::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(bwBG.png) no-repeat center bottom;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}
.content_box_rigth{
	width: 750px;
	height: 640px;
}

.currentSelect_Name{
	width: 100%;
	margin-top: 40px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	position: relative;
	background: linear-gradient(to right, #FFFFFF 0%, rgba(227,73,43,0) 200%);
}
.currentSelect_Name::after{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 60px;
	border-radius: 3px;
	background: linear-gradient(to top, #f86962 0%, #368bff);
}

.ARcode_Name{
	height: 30px;
	margin: 40px 0px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

/* 二维码竖向列表样式 */
.ARcode_box{
	width:100%;
	display:flex;
	justify-content:center;
}
.ARcode_list{
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items:center;
}
.each_current_ARcode{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.each_current_ARcode span:nth-of-type(1){
	width:60px;
	height:60px;
	border-radius:6px;
	overflow:hidden;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all .2s ease;
	cursor:pointer;
}
.each_current_ARcode span:nth-of-type(2){
	display: inline-block;
    width: 100%;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    color: #333;
}
.each_current_ARcode img{
	width:90%;
	height:90%;
	object-fit:contain;
}
.each_current_ARcode.active span:nth-of-type(1){
	width:150px;
	height:150px;
}

/* 未激活二维码：加遮罩并模糊，兼容性处理 */
.ARcode_list .each_current_ARcode:not(.active) span:nth-of-type(1){
	position: relative;
}
.ARcode_list .each_current_ARcode:not(.active) span:nth-of-type(1)::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ARcode_list .each_current_ARcode:not(.active) span:nth-of-type(1) img{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	transform: translateZ(0);
}

.area_list {
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.area_list .active{
	position: relative;
}
.area_list .active .area_text{
	color: #FFF;
	border-radius: 30px;
	background: linear-gradient(to right, #f86962 0%, #368bff);
	box-shadow: 0 4px 18px #182a7840;
	position: relative;
}
.area_list .active .area_text::after{
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	border-radius: 30px;
	background: linear-gradient(to right, #e76059 0%, #3081f1);
}

.each_area{
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-right: 16px;
	margin-bottom: 50px;
	cursor: pointer;
}

.each_area .area_text{
	display: inline-block;
	padding: 0 20px;
}

/* 地方样式 */

.DF .content_box {
    height: 1000px;
}
.DF .content_box_left {
    height: 1000px;
}
.DF .content_box_rigth {
    height: 1000px;
}
.DF .ARcode_box{
	margin-top: 140px;
}
.DF .area_list{
	display: inline-block;
}
.DF .DF_CBL::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--df-bg, url(beijing.png)) no-repeat center bottom;
	background-size: 100% auto;
	pointer-events: none;
	z-index: 0;
}

/* 其他 */
.qt{
	width: 100%;
    margin: 0px auto;
	margin-bottom: 80px;
    background: url(qt_bg.png) no-repeat top center;
    background-size: 2000px 230px;
	padding-top: 40px;
}

.qt_title {
    max-width: 400px;
    height: 60px;
    margin: 0px auto;
    margin-bottom: 20px;
    line-height: 60px;
    color: #1360cb;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.qt_box{
	width: 1100px;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px auto;
	display: flex;
    justify-content: space-between;
    box-shadow: 0 10px 24px #182a7840;
}
.qt_box_left{
	width: 800px;
	position: relative;
}
.qt_box_left::after {
    content: "";
    position: absolute;
    top: 120px;
    right: -2px;
    width: 4px;
    height: 340px;
    border-radius: 2px;
    background: linear-gradient(to top, #f86962 0%, #368bff);
}
.qt_box_right{
	width: 300px;
	
}

.baiDu_title, .KYY_title{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.baiDu_title{
	color:#c54c43;
	background: linear-gradient(to bottom, #f89792 0%, #FFF);
}
.KYY_title{
	color:#1360cb;
	background: linear-gradient(to bottom, #8bb5ee 0%, #FFF);
}
.baiDu_content{
	padding: 40px 60px;
}
.KYY_content{
	padding: 40px 75px;
}
.BD_ARcode_list{
	display: flex;
    flex-wrap: wrap;
}
.eachBD_ARcode,.eachKYY_ARcode{
	width: 150px;
	display: flex;
	flex-direction: column;
	margin-right: 110px;
	margin-bottom: 40px;
}
.eachBD_ARcode:nth-of-type(3n),.eachKYY_ARcode:nth-of-type(3n){
	margin-right: 0px;
}
.eachBD_ARcode span:nth-of-type(1),.eachKYY_ARcode span:nth-of-type(1){
	width: 150px;
	text-align: center;
}
.eachBD_ARcode span:nth-of-type(1) img,.eachKYY_ARcode span:nth-of-type(1) img{
	width: 100px;
}
.eachBD_ARcode span:nth-of-type(2),.eachKYY_ARcode span:nth-of-type(2){
	width: 150px;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.ARcode_Name{
	display:none;
}
