﻿@charset "utf-8";
@font-face {
	font-family: 'OPPOSans-R';
	src: url('../fonts/OPPOSans-R.ttf');
}
/*.family_regular {*/
/*	font-family: "微软雅黑 Regular";*/
/*}*/
/*.family_bold {*/
/*	font-family: "微软雅黑 Bold";*/
/*	font-weight: 700;*/
/*}*/
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: "OPPOSans-R";
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
input[type=number] {
    -moz-appearance:textfield;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea{
	font-family: "OPPOSans-R";
}
p{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
.swiper-container{
	margin-left: initial;
	margin-right: initial;
}

.id_str{
	position: relative;
	top: -90px;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(250px);
		transform: translateY(250px);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(250px);
		transform: translateY(250px);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: #e5e5e5;
}
::-webkit-scrollbar-thumb {
	background: #0a0a0a;
	border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
	background: #0a0a0a;
	border-radius: 20px;
}
::-webkit-scrollbar-corner {
	background: #e5e5e5;
}
/*预览图片*/
.swiper_enlarge_con{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
.swiper_enlarge{
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper_enlarge .img_box{
	width: 100%;
	height: 100%;
}
.swiper_enlarge .img_box .img{
	max-width: 100%;
	max-height: 100%;
}
.swiper_enlarge_con .enlarge_close{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
/*搜 索*/
.search_box{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	background: rgba(0,0,0,0.8);
	display: none;
}
.search_box.show{
	display: block;
}
.search_box .close{
	position: absolute;
	right: 10%;
	top: 70px;
	cursor: pointer;
}
.search_box .search_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	height: 66px;
	width: 80%;
	border-bottom: 1px solid #fff;
}
.search_box .search_input{
	width: calc(100% - 75px);
	height: 100%;
	background: transparent;
	outline: none;
	border:none;
	color:#fff;
	font-size: 24px;
}
.search_box .search_icon{
	width: 75px;
	height: 100%;
	cursor: pointer;
}
.search_box .search_input::-webkit-input-placeholder {
    color: #fff;
}
.search_box .search_input:-moz-placeholder {
    color: #fff;
}
.search_box .search_input::-moz-placeholder {
    color: #fff;
}
.search_box .search_input:-ms-input-placeholder {
    color: #fff;
}

/*顶部banner*/
.top_banner{
	width: 100%;
	position: relative;
}
.top_banner .img{
	width: 100%;
}
.top_banner .top_banner_txt{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translateY(-50%,-50%);
	color:#fff;
	display: none;
}
.top_banner .top_banner_1{
	font-size: 48px;
	line-height: 48px;
	text-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.top_banner .top_banner_line{
	width: 135px;
	height: 5px;
	background: #fff;
	margin: auto;
	margin-top: 10px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.nav_menu{
	width: 100%;
	background: rgba(0,0,0,0.5);
	height: 82px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nav_menu .nav_menu_txt{
	width: 20%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 82px;
	font-size: 18px;
	color:#fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}
.nav_menu .nav_menu_txt:first-child{
	border-left: 1px solid #838484;
}
.nav_menu .nav_menu_txt:hover,
.nav_menu .nav_menu_txt.on{
	background: #0a0a0a;
}
/*导航条*/

.header_box ~ .base_body{
	padding-top: 90px;
}
.header_box{
	height: 90px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	box-sizing: border-box ;
}
.header_box.shadow{
	box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.1);
}
.header_inner{
	width: 87.5%;
	margin: auto;
	height: 100%;
}

.header_box .header_menus_nav{
	height: 100%;
	color:#666;
	position: relative;
}
.header_box .header_menus_nav .last_box{
	height: 90px;
}
.header_box .header_menus_nav:last-child{
	margin-right: 0;
}
.header_box .header_menus_nav .a_nav{
	line-height: 90px;
	height: 90px;
	margin: 0 15px;
}
.header_box .header_menus_nav .a_nav .triangle_bottom{
	border-right: 3px solid transparent;
	border-top: 4px solid #999;
	border-left: 3px solid transparent;
	height: 0px;
    width: 0px;
    margin-left: 5px;
}
.header_box .header_menus_nav:hover .a_nav2{
	color:#666;
	font-weight: initial;
}
.header_box .header_menus_nav.on .a_nav,
.header_box .header_menus_nav:hover .a_nav,
.header_box .header_menus_nav .a_nav2:hover{
	color:#00928c;
	font-weight: bold;
}
.header_box .header_menus_nav:last-child:hover{
	background: transparent;
}
.header_box .header_menus_nav .menus_child{
	position: fixed;
	width: 100vw;
	left: 0;
	top: 90px;
	padding: 44px 0;
	background: #fff;
	z-index: 1;
	display: none;
}
.header_box .header_menus_nav:hover .menus_child{
	display: block;
}
.header_box .header_menus_nav .menus_child_txt{
	padding: 0 10px;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.header_box .header_menus_nav .menus_child_txt:last-child{
	border-bottom: none;
}
.header_box .header_menus_nav:hover .menus_child_txt{
	display: block;
}
.header_box .header_menus_nav .search_icon{
	margin: 0 20px;
	cursor: pointer;
}
.header_box .header_menus_nav .go_shop{
	width: 87px;
	height: 30px;
	border:1px solid #999;
	text-align: center;
	line-height: 30px;
	border-radius: 8px;
}



.menu_pro{
	width: 33.3333%;
	border-right: 1px solid #e5e5e5;
}
.menu_pro:last-child{
	border-right: none;
}
.menu_pro .menu_pro_title{
	color:#000000;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.menu_pro .menu_pro_nav{
	color:#666666;
	font-size: 14px;
	width: 33.3333%;
	text-align: center;
	line-height: 14px;
	margin-top: 40px;
}
.menu_pro .menu_pro_nav .menu_pro_nav_title{
	line-height: 14px;
	font-size: 14px;
	color:#646464;
	display: inline-block;
	position: relative;
}
.menu_pro .menu_pro_nav .menu_pro_nav_img{
	width: 100%;
	height: 92px;
}
.menu_pro .menu_pro_nav .menu_pro_nav_img .img{
	margin: auto;
	max-height: 90%;
	max-width: 90%;
}
.menu_pro .menu_pro_nav .menu_pro_nav_img .img2{
	display: none;
}
.menu_pro .menu_pro_nav:hover .menu_pro_nav_img .img1{
	display: none;
}
.menu_pro .menu_pro_nav:hover .menu_pro_nav_img .img2{
	display: block;
}
.menu_pro .menu_pro_nav:hover .menu_pro_nav_title{
	color: #0a0a0a;
	font-weight: bold;
}



.base_menu .base_menu_nav{
	color:#333333;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 180px;
	height: 110px;
	border-radius: 8px;
	background: #f3f4f6;
	margin-right: 20px;
}
.base_menu .base_menu_nav:last-child{
	margin-right: 0;
}
.base_menu .base_menu_nav .base_menu_nav_title{
	line-height: 14px;
	font-size: 14px;
	color:#646464;
	display: inline-block;
	position: relative;
}
.base_menu .base_menu_nav .base_menu_nav_img{
	width: 100%;
	height: 44px;
}
.base_menu .base_menu_nav .base_menu_nav_img .img{
	margin: auto;
	max-height: 60%;
	max-width: 60%;
}
.base_menu .base_menu_nav .base_menu_nav_img .img2{
	display: none;
}
.base_menu .base_menu_nav:hover .base_menu_nav_img .img1{
	display: none;
}
.base_menu .base_menu_nav:hover .base_menu_nav_img .img2{
	display: block;
}
.base_menu .base_menu_nav:hover .base_menu_nav_title{
	color:#00928c;
	font-weight: bold;
}
.logo_box .logo{height: 2em; margin-right: 50px;}
/*导航条 移动*/
.heade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #191818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
.headr_img {
    width: 100px;
    height: 100%;
}
.headr_img .logo{
	/*width: 100%;*/
	height: 15px;
	display: block;
}
.headr_cont {
    margin-top: 18px;
}
.headr_cont span {
    display: block;
    width: 23px;
    height: 1px;
    background: #fff;
    margin-bottom: 6px;
}
.headr_cont span:nth-child(2) {
    width: 17px;
}
.heart {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}
.hea {
    position: relative;
}
.hea span {
    width: 20px;
    height: 1px;
    background: #fff;
    margin-top: 8px;
}
.hea .nm {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hea .vb {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: 0px;
}
.hea span:nth-child(2) {
    width: 20px;
}
.headr_bot {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1003;
    background: #2f2f2f;
    height: 100%;
    display: none;
}
.language_box {
}
.language_ico {
	width: 20px;
	margin-left: 10px;
}
.language {
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
/* .liq {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
} */
.slid {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}
.liq:nth-child(2) {
    -webkit-transition-delay: 100ms, 100ms;
    transition-delay: 100ms, 100ms;
}
.liq:nth-child(3) {
    -webkit-transition-delay: 180ms, 180ms;
    transition-delay: 180ms, 180ms;
}
.liq:nth-child(4) {
    -webkit-transition-delay: 260ms, 260ms;
    transition-delay: 260ms, 260ms;
}
.liq:nth-child(5) {
    -webkit-transition-delay: 320ms, 320ms;
    transition-delay: 320ms, 320ms;
}
.liq:nth-child(6) {
    -webkit-transition-delay: 400ms, 400ms;
    transition-delay: 400ms, 400ms;
}
.liq:nth-child(7) {
    -webkit-transition-delay: 480ms, 480ms;
    transition-delay: 480ms, 480ms;
}
.liq:nth-child(8) {
    -webkit-transition-delay: 560ms, 560ms;
    transition-delay: 560ms, 560ms;
}
.fort_bott{
    width: calc(100% - 40px);
    padding: 0 20px;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
}
.fort_bott::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.fort_bott .li {
    width: 100%;
    border-bottom: 2px solid #404043;
}
.fort_bott .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.info h3 {
    font-size: 15px;
    padding-top: 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    width: 50%;
}
.info h3 a{
    width: 100%;
    display: inline-block;
    color:#fff;
}
.inf_img>img {
    margin-top: 122%;
}
.foyu_opi2 {
    display: none;
}
.foty_over a {
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 40px;
    font-size: 14px;
}
.foty_over a:hover{
	color:#004ea2;
}
.inko p a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.img_disp2 {
    display: block;
}
.img_disp3 {
    display: none;
}
.y_ov a:last-child {
    border-bottom: none;
}
.mobile_search{
	margin-left: 10px;
}
.headr_img .language_ico {
	width: 15px;
}
.headr_img .language {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: revert;
}
/*底部样式*/
/* 页脚整体样式 */
/* 基础样式 */
.footer {
	background: #333;
	color: #fff;
	padding: 60px 0 0;
  }
  
  .footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
  }
  
  .footer-main {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 50px;
  }
  
  /* 左侧信息区域 */
  .footer-info {
	flex: 0 0 300px;
  }
  
  .hotline {
	margin-bottom: 30px;
  }
  
  .hotline h3 {
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
	font-weight: normal;
  }
  
  .phone {
	font-size: 28px;
	font-weight: bold;
  }
  
  /* 社交媒体链接 */
  .social-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
  }
  
  .social-item {
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
  }
  
  .social-item:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-3px);
  }
  
  .social-item img {
	width: 18px;
	height: 18px;
	object-fit: contain;
  }
  
  /* 微信二维码弹窗 */
  .qr-popup {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 100;
  }
  
  .qr-popup img {
	width: 120px;
	height: 120px;
  }
  
  .wechat:hover .qr-popup {
	display: block;
  }
  
  /* 右侧导航菜单 */
  .footer-nav {
	flex: 1;
	display: flex;
	justify-content: space-between;
	gap: 20px;
  }
  
  .nav-group {
	min-width: 120px;
  }
  
  .nav-title h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #fff;
  }
  
  .nav-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
  
  .nav-link {
	color: #999;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
	white-space: nowrap;
  }
  
  .nav-link:hover {
	color: #fff;
  }
  
  /* 版权信息 */
  .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	text-align: center;
	color: #999;
	font-size: 14px;
  }
  
  .copyright a {
	color: #999;
	text-decoration: none;
  }
  
  .copyright a:hover {
	color: #fff;
  }
  
  /* 移动端样式 */
  @media screen and (max-width: 1200px) {
	.footer-main {
	  flex-direction: column;
	}
  
	.footer-info {
	  flex: none;
	  text-align: center;
	}
  
	.social-links {
	  justify-content: center;
	}
  
	.footer-nav {
	  padding-bottom: 15px;
	}
  
	.nav-group {
	  flex-shrink: 0;
	}
  }
  
  @media screen and (max-width: 768px) {
	.footer {
	  padding-top: 40px;
	}
  
	.footer-nav {
	  flex-direction: column;
	  gap: 0;
	}
  
	.nav-group {
	  width: 100%;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
  
	.nav-title {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 15px 0;
	  cursor: pointer;
	}
  
	.nav-title h3 {
	  margin: 0;
	}
  
	.arrow {
	  width: 10px;
	  height: 10px;
	  border-right: 2px solid #fff;
	  border-bottom: 2px solid #fff;
	  transform: rotate(45deg);
	  transition: transform 0.3s ease;
	}
  
	.nav-group.active .arrow {
	  transform: rotate(-135deg);
	}
  
	.nav-content {
	  display: none;
	  padding: 15px 0;
	}
  
	.nav-group.active .nav-content {
	  display: flex;
	}
  }
  
  /* 响应式布局调整 */
  @media screen and (min-width: 1441px) {
	.footer-container {
	  max-width: 1400px;
	}
  }
/*页码*/
.page_number_con {
	width: 100%;
	height: 56px;
	font-size: 14px;
}
.page_number_con .page_number {
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	border: 1px solid #ececec;
	background: #ececec;
	text-align: center;
	line-height: 56px;
	display: block;
	color: #333333;
	margin-right: 10px;
	font-size: 18px;
	border-radius: 50%;
}
.page_number_con .gonum{
	border:1px solid #e5e5e5;
	text-align: center;
	margin:0 10px;
	box-sizing: border-box;
	height: 56px;
	width: 56px !important;
}
.page_number_con .btngo{
	height: 56px;
	border:1px solid #e5e5e5;
	margin-left: 10px;
	line-height: 56px;
	padding:0 10px;
	font-size: 12px;
}
.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active {
	background: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
}

.page_number_con .page_number:hover {
	background: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
}
.page_number_con .page_number.page_number_hover{
	border: 1px solid #ececec;
	background: transparent;
}
.page_number_con .page_number.page_number_hover:hover{
	border: 1px solid #0a0a0a;
	background: #0a0a0a;
}
.page_number_con .page_number.page_number_hover:hover img{
	filter: grayscale(100%) brightness(1000%);
}
.page_number_con .page_number:hover .triangle_left {
	border-right-color: #0a0a0a;
}

.page_number_con .page_number:hover .triangle_right {
	border-left-color: #0a0a0a;
}

.page_number_con .page_number:last-child {
	margin-right: 0;
}

.page_number_con .page_number_inner {
	width: 100%;
	height: 100%;
}
/*公众样式*/

.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 0px !important;
	height: 0px !important;
}

.base_body {
	position: relative;
}
.base_con{
	width: 60%;
	margin: auto;
}
.pc_screen {
	display: block !important;
}
.mobile_screen {
	display: none !important;
}
.font_weight{
	font-weight: bold;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.fix-button {
  position: fixed;
  z-index: 1002;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  padding: 18px 0;
  background: #F5F5F5;
  border-radius: 20px 0 0 20px;
}

.fix-button div{
  width: 100%;
  cursor: pointer;
}

.fix-button .button-content {
  width: 100%;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.online-franchise img {
  width: 20px;
  margin: 0 auto 12px;
}

.to-top img {
  width: 20px;
  margin: 30px auto 16px
}




/*响应式适配*/


@media screen and (max-width: 1861px) {

}
@media screen and (max-width: 1681px) {
	.base_con{
		width: 90%;
	}

	.nav_menu{
		height: 60px;
	}
	.nav_menu .nav_menu_txt{
		line-height: 60px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1450px) {
	.top_banner .top_banner_1 {
	    font-size: 30px;
	    line-height: 30px;
	}
	.top_banner .top_banner_line {
	    width: 90px;
	    height: 2px;
	}
	.base_con,.header_inner{
		width: 95%;
	}

	.header_box .logo_box .logo{
		height: 1.5em;
	}

	.page_number_con .page_number{
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.page_number_con .page_number img{
		width: 6px;
	}
}
@media screen and (max-width: 1335px) {

	.header_box .header_menus_nav{
		font-size: 14px;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	html{
		overflow-x: auto !important;
	}
	.base_body,
	.header_box{
		min-width: 1000px !important;
		overflow: hidden !important;
		/*overflow-x: auto !important;*/
	}

	.footer_us .footer_us_title {
	    font-size: 14px;
	    line-height: 14px;
	}
	.footer_us .footer_us_li {
	    font-size: 12px;
	    line-height: 12px;
	    margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.fix-button{
		width: 60px;
		padding-top: 0;
	}
	.fix-button .button-content{
		font-size: 12px;
	}
	.to-top img {
	    width: 20px;
	    margin: 0px auto 10px;
	}
	.online-franchise img{
		margin-bottom: 10px;
	}
	.online-franchise img{
		width: 20px;
	}
	::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}
	html{
		overflow-x: hidden !important;
	}
	.base_body{
		min-width: initial !important;
	}
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}
	.header_box ~ .base_body{
		padding-top: 50px !important;
	}
	.top_banner .top_banner_txt{
		top: 35%;
	}
	.top_banner .top_banner_1 {
	    font-size: 18px;
	    line-height: 18px;
	}
	.top_banner .top_banner_line {
	    width: 40px;
	    height: 1px;
	}
	.nav_menu{
		position: initial;
		height: 36px;
	}
	.nav_menu .nav_menu_txt {
	    line-height: 36px;
	    font-size: 12px;
	}
	.search_box .close{
		top: 30px;
		width: 16px;
		right: 5%;
	}
	.search_box .search_inner{
		height: 42px;
		width: 90%;
	}
	.search_box .search_input{
		width: calc(100% - 50px);
		font-size: 14px;
	}
	.search_box .search_icon{
		width: 50px;
	}
	.search_box .search_icon .icon{
		width: 15px;
	}
}

/*公众样式*/
.clearfix{
    *zoom:1;
}
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #0a0a0a;
	text-decoration: none;
	transition:0.3s all;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}

body{
	color: #333;
	padding: 0;
	margin: 0;
	background: #F5F5F5;
	font-family: "OPPOSans-R";
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.color_fff {
	color: #fff !important;
}

.color_main {
	color: #004ea2 !important;
}

.color_bg_main {
	color: #fff !important;
	background: #004ea2 !important;
}

.color_gray {
	color: #808080 !important;
}

.color_999 {
	color: #999 !important;
}

.text_hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.two_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.three_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.four_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.six_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.seven_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
/*文字倾斜*/
.text_italic {
	font-style: italic;
}


/*flex*/

.d_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
}

.flex_wrap {

	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j_start {
	-o-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.j_center {
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.j_end {
	-o-justify-content: end;
	-ms-justify-content: end;
	-moz-justify-content: end;
	-webkit-justify-content: end;
	justify-content: end;
}

.j_between {
	-o-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.a_center {
	-o-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.a_end {
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}


.flex_column {
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
/*浮动*/
