body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  	margin: 0;
  	padding: 0;
}
p,
h3{
	line-height:1;
}
html{
  	overflow-x:hidden;
  	height: auto;
}
@font-face {
   font-family:myFirstFont;
   src:url('../font/Cremona.ttf');
}
body {
  	position: relative;
  	color: #333;
  	font-size: 14px;
  	font-family: PingFang SC, "微软雅黑", Microsoft YaHei, "Arial";
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	overflow-x: hidden;
  	line-height:1;
  	box-sizing: border-box;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-tap-highlight-color: transparent;
  	outline: none;
  	background: none;
  	text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-tap-highlight-color: transparent;
  	outline: none;
  	background: none;
  	text-decoration: none;
}
.med {
  	line-height: normal;
  	/* 重点：设置内容行高为 normal */
  	display: flex;
  	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
}
td,
th,
caption {
  	font-size: 14px;
}
a {
  	color: #000;
  	text-decoration: none !important;
}
a:hover {
  	text-decoration: none !important;
}
a {
  	border: none;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-tap-highlight-color: transparent;
  	outline: none;
}
a:visited,
a:focus,
a:hover {
  	text-decoration: none;
  	color: #333;
}
em {
  	font-style: normal;
}
img {
  	border: 0;
  	vertical-align: middle;
}
img {
  	border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  	font-size: 14px;
  	outline: none;
}
button {
  	cursor: pointer;
}
table {
  	border-collapse: collapse;
}
video {
  	object-fit: contain;
}
.block {
  	width: 100%;
  	margin: 0 auto;
}
.clearfix:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  	float: left;
}
.fr {
  	float: right;
}
.clear {
  	clear: both;
}
.public-header {
  	position: fixed;
  	left: 0;
  	right: 0;
  	top: 0;
  	height: 1.6rem;
  	line-height: 1.6rem;
  	z-index: 9999;
  	background:#fff;
  	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.public-header .header-body {
  	position: relative;
  	height: 100%;
}
.public-header .logo-box {
  	position:absolute;
  	left:0;
  	bottom:0;
}
.public-header .logo-box img {
  	width: auto;
  	height:1.6rem;
  	display:block;
}
.public-header .logo-box img.active {
  	display: none;
}
.public-header .toggle-btn {
  	position: absolute;
  	right:3rem;
  	top: 0;
  	height: 100%;
  	width: 1.333333rem;
  	z-index:100;
}
.public-header .toggle-btn em {
   position: absolute;
   left: -0.4rem;
   top: 0.373333rem;
   font-size: 0.32rem;
   color: #333333;
   line-height: 1.4;
   opacity:1;
}
.public-header.active .toggle-btn em{
	opacity:0;
}
.public-header .store{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	padding-left:0.3rem;
	width:2.95rem;
	background:#000;
	box-sizing:border-box;
}
.public-header .store a{
	color:#fff;
	font-size:0.373333rem;
}
.public-header .store a img{
	width:0.55rem;
	margin-right:0.25rem;
	position:relative;
	top:-1px;
}
.public-header .toggle-btn .sr-only {
  	position: relative;
  	display: block;
  	width: 0.666667rem;
  	height:2px;
  	background:#CB292C;
  	margin: 0 auto;
  	margin-top: 0.8rem;
}
.public-header .toggle-btn .sr-only:before {
  	position: absolute;
  	top: -0.18rem;
  	left: 0;
  	content: ' ';
  	width: 100%;
  	height:2px;
  	background-color:#CB292C;
  	transition: transform 0.5s;
}
.public-header .toggle-btn .sr-only:after {
  	position: absolute;
  	top: 0.18rem;
  	left: 0;
  	content: ' ';
  	width: 100%;
  	height:2px;
  	background-color:#CB292C;
  	transition: transform 0.5s;
}
.public-header.on {
  	background-color: #fff;
}
.public-header.on .logo-box img {
  	display: none;
}
.public-header.on .logo-box img.active {
  	display: inline-block;
}
.public-header.on .toggle-btn em {
  	color: #CB292C;
}
.public-header.on .toggle-btn .sr-only {
  	background-color: #CB292C;
}
.public-header.on .toggle-btn .sr-only::before,
.public-header.on .toggle-btn .sr-only::after {
  	background-color: #CB292C;
}
.public-header .nav-list {
  	position: fixed;
  	padding-top:0.6rem;
  	padding-left:0.5rem;
  	padding-right:0.5rem;
  	left:0;
  	right:2.95rem;
  	transform:translateX(-100%);
  	transition: all 0.6s;
  	z-index: 99;
  	top:1.6rem;
  	bottom: 0;
  	box-sizing: border-box;
  	overflow: hidden;
  	background:#ffffff;
  	overflow:scroll;
}
.public-header .nav-list::-webkit-scrollbar {
	display:none;
}
.public-header .nav-list ul {
  	overflow: scroll;
}
.public-header .nav-list li {
  	position: relative;
  	overflow: hidden;
  	height: 1.333333rem;
  	line-height: 1.333333rem;
  	border-bottom:1px solid #eeeeee;
  	transition:all .5s;
}
.public-header .nav-list li.on{
	height:auto;
}
.public-header .nav-list li .title{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.public-header .nav-list li a {
  	position: relative;
  	display: block;
  	color: #333;
  	text-align:left;
  	width: 100%;
  	box-sizing: border-box;
  	font-size: 0.4rem;
}
.public-header .nav-list li .title .icon-box{
	width:1.3rem;
	height:1.333333rem;
	line-height:1.333333rem;
	text-align:center;
	flex-shrink:0;
	position:relative;
	right:-0.4rem;
}
.public-header .nav-list li .title .icon-box img{
	height:0.3rem;
	transition:all .5s;
}
.public-header .nav-list li.on .title .icon-box img{
	transform:rotate(90deg);
}
.public-header .nav-list li dl dd{
	padding-left:0.3rem;
	border-top:1px solid #eeeeee;
	box-sizing:border-box;
}
.public-header .nav-list li dl dd a{
	color:#666666;
	font-size:0.346667rem;
}
.public-header .nav-list .search{
	width:100%;
	position:relative;
}
.public-header .nav-list .search input{
	border:1px solid #EDEDED;
	width:100%;
	height:0.8rem;
	line-height:0.8rem;
	border-radius:0.4rem;
	padding-left:0.5rem;
	box-sizing:border-box;
}
.public-header .nav-list .search .icon-box{
	position:absolute;
	top:0.4rem;
	right:0.45rem;
	width:1rem;
	height:0.8rem;
	line-height:0.8rem;
	text-align:right;
}
.public-header .nav-list .search .icon-box img{
	height:0.3rem;
}


.public-header.active .toggle-btn .sr-only {
  	background-color:transparent;
}
.public-header.active .toggle-btn .sr-only:before {
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	top: 0;
}
.public-header.active .toggle-btn .sr-only:after {
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	top: 0;
}
.public-header.active .nav-list {
  	transform:translateX(0);
}
.public-header.on {
  	display: block;
}
.overlay {
  	display: none;
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	width: 100%;
  	left: 0;
  	background-color: rgba(0, 0, 0, 0.6);
  	z-index: 9;
}
.up {
  	position: fixed;
  	width: 0.933333rem;
  	height: 0.933333rem;
  	right: 0.32rem;
  	bottom: 1.866667rem;
  	z-index: 999;
  	text-align: center;
}
.up img {
  	height: 0.933333rem;
  	vertical-align: middle;
}
.banner-box{
   padding-top:1.6rem;
}
.banner-box .img-box img{
   width:100%;
}
.video-pop {
  	display: none;
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 999999999;
}
.video-pop .pop-bg {
  	width: 100%;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.5);
  	cursor: pointer;
}
.video-pop .video-box {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	z-index: 100;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 90%;
}
.video-pop .video-box .close-btn {
  	position: absolute;
  	right: 0;
  	top: -0.6rem;
  	cursor: pointer;
}
.video-pop .video-box .close-btn img {
  	height: 0.453333rem;
}
.video-pop .video-box video {
  	outline: none;
  	width: 100%;
  	height: auto;
}

/*底部量尺及加盟信息*/
.session_6{
	background:url('../image/img_8.png') center center no-repeat;
	background-size:100% 100%;
	height:2rem;
}
.session_6 .all-box{
	display:flex;
	justify-content:space-between;
	padding-left:0.7rem;
	padding-right:0.7rem;
	box-sizing:border-box;
}
.session_6 .all-box .item-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding-top:0.68rem;
	box-sizing:border-box;
}
.session_6 .all-box .item-box .icon-box img{
	height:0.64rem;
}
.session_6 .all-box .item-box .title-box{
	padding-left:0.36rem;
	box-sizing:border-box;
}
.session_6 .all-box .item-box .title-box h3{
	font-size:0.346667rem;
	color:#fff;
}
.session_6 .all-box .item-box .title-box p{
	font-size:0.32rem;
	color:#ffff;
}





/*查看更多*/
.more-box-gray{
	text-align:center;
}
.more-box-gray a{
	width:2.67rem;
	height:0.73rem;
	line-height:0.73rem;
	border-radius:0.37rem;
	border:1px solid #bfbfbf;
	color:#999999;
	display:block;
	margin:0 auto;
	font-size:0.346667rem;
}
.more-box-gray a img{
	width:0.33rem;
}
/*logo色*/
.more-box-logo-color{
	text-align:center;
}
.more-box-logo-color a{
	width:2.67rem;
	height:0.73rem;
	line-height:0.73rem;
	border-radius:0.37rem;
	border:1px solid #CB292C;
	color:#CB292C;
	display:block;
	margin:0 auto;
	font-size:0.346667rem;
}
.more-box-logo-color a img{
	width:0.33rem;
	position:relative;
	top:-0.028rem;
}



/*底部*/
.public-footer {
  	position: relative;
  	box-sizing: border-box;
  	padding-left: 0.32rem;
  	padding-right: 0.32rem;
  	background-color: #222222;
  	padding-top: 0.866667rem;
  	padding-bottom:1.8rem;
}
.public-footer .top-box{
	display:flex;
	justify-content:flex-start;
}
.public-footer .top-box .left-box{
	padding-left:0.32rem;
	box-sizing:border-box;
}
.public-footer .top-box .left-box .icon-box p{
	color:#999999;
	font-size:0.32rem;
	text-align:center;
	margin-top:0.3rem;
}
.public-footer .top-box .left-box .icon-box .er-box img{
	width:2.2rem;
	height:2.2rem;
}
.public-footer .top-box .right-box .body-box{
	box-sizing:border-box;
}
.public-footer .bottom-box{
	margin-top:0.8rem;
	display:flex;
	justify-content:center;
}
.public-footer .bottom-box .icon-box p{
	color:#fff;
	text-align:center;
	margin-top:0.15rem;
}
.public-footer .bottom-box .item-box img{
	width:3rem;
	margin-left:0.7rem;
	margin-right:0.7rem;
}
.public-footer .body-box h3{
   text-align:left;
   font-size:0.4rem;
   color:#fff;
   font-weight:400;
}
.public-footer .body-box h3 img{
   height:0.37rem;
   margin-right:0.15rem;
}
.public-footer .body-box p{
   font-size:0.64rem;
   color:#CB292C;
   font-weight:700;
   text-align:left;
   margin-top:0.2rem;
  	margin-bottom:0.2rem;
}
.public-footer .body-box p:nth-child(3){
	font-size:0.346667rem;
	color:#ccc;
}
.public-footer .icon-box-imgs{
	margin-top:0.4rem;
   display:flex;
   justify-content:flex-start;
}
.public-footer .icon-box-imgs .icon-box{
   margin-right:0.4rem;
}
.public-footer .icon-box-imgs .icon-box img{
   height:0.7rem;
}
.public-footer .icon-box-imgs .icon-box .er-box{
   display:none;
}
.public-footer .copy-box {
  	margin-top:0.9rem;
  	border-top:1px solid rgba(255, 255, 255, 0.2);
  	color: #999;
  	text-align: center;
  	padding-top: 0.42rem;
  	padding-bottom: 0.266667rem;
  	line-height: 1.6;
  	font-size: 0.32rem;
}
.public-footer .copy-box p{
	line-height:22.5px;
}




.public-footer-tab {
   width:100%;
   height:1.33334rem;
   position: fixed;
   bottom:0;
   left:0;
   right:0;
   background: #fff;
   z-index: 91;
   border-radius: 0.25rem 0.25rem 0 0;
   border-top: none;
   max-width: 750px;
   min-width: 320px;
  	z-index: 999;
}
.public-footer-tab .centent-box {
  	border-radius: 0.4rem;
}
.public-footer-tab .item-box {
	width:20%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 0.346667rem;
	padding-top:0.18rem;
	color: #8e8e8e;
	box-sizing: border-box;
}
.public-footer-tab .item-box:nth-child(3) a{
	color:#CB292C;
}
.public-footer-tab .item-box:nth-child(3):after{
	 content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background:#CB292C;
    width: 0.86667rem;
    height: 0.86667rem;
    transform: translate(-50%, -82%);
    border-radius: 50%;
    z-index: -1;
    border: 5px solid #fff;
}
.public-footer-tab .item-box.active a{
	color:#CB292C;
}
.public-footer-tab .item-box a {
  	display:block;
}
.public-footer-tab .item-box img{
  	height: 0.52rem;
  	display:block;
  	margin:0 auto;
  	margin-bottom:0.15rem;
}
.public-footer-tab .item-box:nth-child(3) a img{
	top:-0.2rem;
	position:relative;
}
.public-footer-tab .item-box.active a img,
.public-footer-tab .item-box img.active{
	display:none;
}
.public-footer-tab .item-box.active a img.active{
	display:block;
}






.med {
  	line-height: normal;
  	/* 重点：设置内容行高为 normal */
  	display: flex;
  	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
}


.swiper-pagination {
  	bottom: 0.8rem !important;
  	text-align:center;
}
 .swiper-pagination .swiper-pagination-bullet {
  	opacity: 1;
  	width: 0.15rem;
  	height: 0.15rem;
  	border: 1px solid #999;
  	margin-left: 0.0933rem !important;
  	margin-right: 0.0933rem !important;
  	border-radius:50%;
  	background:transparent;
}
.swiper-pagination .swiper-pagination-bullet-active {
  	background-color: #CB292C;
  	border-color: #CB292C;
}




.public_more {
  	border: 1px solid #CB292C;
  	height: 0.7333rem;
  	width: 2.6667rem;
  	font-size: 0.3467rem;
  	color: #CB292C !important;
}
.public_more img {
  	width: 0.3333rem;
  	margin-left: 0.2667rem;
}





/*首页悬浮提交表格*/
.forms .icon-box{
	position:relative;
	z-index:9999;
}
.forms .icon-box.on img{
	right:-75px;
}
.forms .icon-box img{
	position:fixed;
	right:0px;
	bottom:3rem;
	height:3rem;
	transition:all .5s;
}
.forms .form-box{
	z-index:-1;
	position:fixed;
	left:0.32rem;
	bottom:4rem;
	height:9.1rem;
	background:url('../images/img_9.png') center center no-repeat;
	background-size:cover;
	padding-left:0.75rem;
	padding-right:0.75rem;
	padding-top:0.7rem;
	box-sizing:border-box;
	opacity:0;
	transition:all .5s;
	z-index:99999;
	transform: scale(0);
	transition: all 0.5s ease-out;
	transform-origin:bottom left;
}
.forms .form-box.active{
	opacity:1;
	z-index:9999;
	bottom:4rem;
	transform:scale(1);
}
.forms .form-box .colse-btn{
	position:absolute;
	right:0.5rem;
	top:0.5rem;
}
.forms .form-box .form{
	text-align:center;
	box-sizing:border-box;
}
.forms .form-box .form > h3{
	font-size:0.48rem;
	margin-bottom:0.76rem;
	color:#ffffff;
}
.forms .form-box .form > h3 img{
	margin-right:0.3rem;
	height:0.45rem;
	position:relative;
	top:-0.02rem;
}
.forms .form-box .form input{
	width:100%;
	height:0.8rem;
	margin-bottom:0.45rem;
	border-radius:0.05rem;
	border:none;
	font-size:0.346667rem;
	color:#999;
	padding-left:0.4rem;
	box-sizing:border-box;
}
.forms .form-box .row:nth-child(3){
	margin-left:-0.13rem;
	margin-right:-0.13rem;
}
.forms .form-box .row:nth-child(3) .col-md-3{
	float:left;
	padding-left:0.13rem;
	padding-right:0.13rem;
	width:33.33%;
	box-sizing:border-box;
}
.forms .form-box .row:nth-child(3) .col-md-3 select{
	width:100%;
	height:0.8rem;
	border:none;
	padding-left:0.2rem;
	padding-right:0.2rem;
	border-radius:0.05rem;
}
.forms .form-box .input-box{
	display:flex;
	justify-content:flex-start;
	margin-top:0.45rem;
}
.forms .form-box .ok1{
	width:100%;
	background:#fff;
	border-radius:4px;
	height:0.8rem;
	line-height:0.8rem;
	font-size:0.346667rem;
	color:#CB292C;
}



/*# sourceMappingURL=./common.css.map */