@charset "UTF-8";
@import url("font.css");
body,html{width:100%;height:100%}
body{background:#f4f6f9;margin:0 auto;-webkit-tap-highlight-color:transparent; font-family: 'HYQiHei', Helvetica, Arial, PingFangSC-Regular, "Microsoft YaHei", sans-serif;font-size: 14px;}
div,form,img,input,label,li,ol,p,ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	list-style: none;
}
input,textarea {
	margin: 0;
    outline: none;
	vertical-align: middle;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
.clear{clear: both;}
.hide{display:none;}
.visibility{visibility: hidden}
a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.iw{ width: 100%; }
.wrapper{
	max-width: 1024px;
	margin: 0 auto;
}
.container{
	width: 80%;
	margin: 0 auto;
	background-color: aqua;
}
.top{
	border-top: 0.75vw solid #00a040;
	border-bottom: 1vw solid #008cd6;
	width: 100%;
	background-color: white;
	position: relative;
	padding: 10px 0 5px 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.top>.b{
	width: 4%;
}
.top>div{
	text-align: center;
}
.back_jt{
	width: 9%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back_jt>img{ width: 20%;margin-bottom: 2px; }
.logo {
	width: 86%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.logo>img{
	width: 45%;
}
.wb{
	width: 93%;
}
.jmpic{
	position: fixed;
	right: 4%;
	bottom: 22%;
	width: 15%;
}
.w100{
	width: 100%!important;
}
/**
 * 首页
 */
.banner{
	width: 100%;
}
.indexMain{
	margin: 0 auto;
	position: relative;
	top: -45px;
}
.barnd_history{
	width: 100%;
}
.barnd_history>.bg{
	position: relative;
}
.barnd_history>.list{
	position: absolute;
	left: 0;
	top: 0;
	/* border: 1px solid gray; */
	margin: 8% 0 0 20%;
	width: 70%;
	height: 60%;
}
.linek {
	position: relative;
	width: 97%;
	height: 100%;
	overflow: hidden;
	padding-left: 15px;
	font-size: 12px;
}

.linek::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 20px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	z-index: 1;
}

.linek::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 20px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.mline{
	width: 100%;
	/* border: 1px solid #000; */
	/* height: 800px; */
}
.mline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/* width: 50%; */
	height: 100% !important;
	margin-left: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00a040;
}
.mline>li{
	/* width: 95%; */
	min-height: 22px;
	max-height: 150px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
}
.indexMain>.barnd_history .mline>li{
	height: 22px!important;
}
.timeline-point{
	width: 15px;
}
.timeline-point>div{
	width: 6px;
	height: 6px;
	background: white;
	border: 2px solid #00a040;
	border-radius: 100%;
	position: absolute;
	left: -3px;
	margin-top: 2px;
}
.timeline-time{
	padding-right:7px
}
.timeline-text{
	flex: 1;
	padding-bottom: 10px;
}
.barnd_history .timeline-text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pmar{
	position: relative;
	width: 100%;
	height: 150%;
}

.subType{
	width: 100%;
}
.subType>ul>li{
	margin-top: 8px;
}
.subType>ul>li>a>img{
	width: 100%;
}
.subType>ul>li>a{
	position: relative;
}
.subType>ul>li>a::after{
	content: "";
	display: inline-block;
	width: 17px;
	height: 31px;
	background-image: url('/template/default/images/jt_1.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 58%;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.subcontent{
	position: fixed;
	/*left: 0;*/
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background:#f4f6f9;
	margin:0 auto;
	overflow: auto;
}
/**
 * franchise
 */
.pagetb{
	height: 4px;
	background-color: #00a040;
}
.bgsuccess{
	background:url('../wap/images/tips_success.png') center center no-repeat;
	background-size: 80%;
	width: 100%;
	height: 70vh;
}
.h50{
	height: 70px;
}
.h100{
	height: 100px;
}
/**
 * brand
 */
.brandControl{
	margin: 0 auto;
	position: relative;
}
.brandControl>div.card{
	width: auto;
	height: auto;
	border-left: 1px solid #f0f2f6;
	border-right: 1px solid #f0f2f6;
	border-bottom: 1px solid #f0f2f6;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #ffffff;
	font-size: 12px;
	/* font-weight: bold; */
	position: relative;
	/* display: flex;
	justify-content: space-between;
	flex-direction: column; */
}
.brandControl>.topbg{
	width:101.63%;
	/* background-image: url('../images/barnd_card_top.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover; */
}
.brandControl>.topbg>img{
	vertical-align: bottom;
}
.tshow{
	text-align: justify;
	line-height: 150%;
}
.dashed-line {
  position: relative;
  height: 25px;
  overflow: hidden;
}
.dashed-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dashed #229bdb;
  transform: scaleX(2.5);
}
.brandControl .box1{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.brandControl .box1>div:nth-child(1){
	width: 15%;
	padding-top: 20px;
}
.brandControl .box1>div:nth-child(2){
	max-width: 80%;
	flex: 1;
}
.brandControl .mline>li{
	/* margin-bottom: 10px; */
	line-height: 130%;
}
.brandControl .mline>li:nth-child(1){
	padding-top: 15px;
}
.brandControl .mline>li:last-child{
	padding-bottom: 5px;
}
.brandControl .linek::before, .brandControl .linek::after{
	width: 30px;
}
.brandControl .linek::after{
	/* bottom: 10px; */
}

/**
 * page
 */
.pageControl{
	margin: 0 auto;
	/* font-weight: bold; */
	font-size: 12px;
	line-height: 130%;
}
.pageControl>div.title{
	padding:25px 0 12px 0;
	font-size: 26px;
	color: #00a040;
}
.pageControl>div.desc{
	margin-bottom: 20px;
}
.pageControl>div.content>img{
	width: 100%;
}
.fullimg{
	width: 100%;
}
.fullimg>img{
	width: 100%;
	display: block;
}

/**
* 自定义radio单选按扭
**/
.radio_type{
	width: 20px;
	height: 20px;
	appearance: none;
	position: relative;
}
.radio_type:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #7d7d7d;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.radio_type:checked:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #008cd6;
	background:#008cd6;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.radio_type:checked:after{
	content: '';
	width: 10px;
	height:5px;
	border: 2px solid white;
	border-top: transparent;
	border-right: transparent;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	left:5px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.radio_type:checked+label{
	color: #c59c5a;
}

/**
 * 表单样式
 */
.formControl {
	margin: 0 auto;
	position: relative;
	top: -30px;
}
.p17{
	padding: 17px;
}
.jmform{
	width: auto;
	height: auto;
	border: 1px solid #f0f2f6;
	border-radius: 20px;
	background-color: #ffffff;
	font-size: 14px;
	/* font-weight: bold; */
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.jmtitle{
	display: none;
	text-align: center;
	font-size: 18px;
	color: #00a040;
	padding-top: 10px;
}
.indexform .jmtitle{
	display: block;
}
.indexform .tip_submit{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #f4f6f9;
}
.jmform>div{
	margin-bottom: 15px;
}
.jmform div.input{
	flex: 1 0;
}
.plabel, .pradio, .pother{
	width: 100%;
	height: 35px;
	background-color: #f9fafc;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.pother{
	flex-flow: column;
	height: auto;
}
.pother textarea{
	margin: 10px 0 0 3%;
	width: 93%;
	height: 70px;
	border: none;
	background-color: transparent;
}
div.label{
	width: 125px;
	margin: auto 0; /* 在主轴上水平居中 */
	margin-left: 10px;
}
.label>label{
	color: #009a33;
	margin-right: 3px;
}

.plabel input{
	font-size: 14px;
	width: 95%;
	height: 100%;
	border: none;
	background-color: transparent;
}
.plabel #fund{
	text-align: right;
}
.cityother{
	display: none;
}
.cityother>.extinput{
	width: 100%;
	height: 100%;
}
#othercity{
	padding-left:10px;
}
.pselect{
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.pselect select{
	font-size: 14px;
	width: 95%;
	height: 100%;
	/* background-color: transparent; */
	border: none;
	outline: none; 
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../wap/images/jt.png) no-repeat right center;
	background-size: 14px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
}
.pselect>.select{
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
.pselect>.select:nth-child(1){
	width: 68%;
	background-color: #f9fafc;
	border-radius: 5px;
}
#source{
	padding-right: 25px;
	text-align: right;
	text-align-last:right;
}
#source>option{
	text-align: right;
	direction: rtl;
}
.subselect{
	flex: 1 0 auto;
}
.pselect>.select:nth-child(2){
	width: 28%;
	background-color: #f9fafc;
	border-radius: 5px;
}
.pselect>.select:nth-child(2)>label{
	width: 100%;
}
#city{
	padding-left: 10px;
	padding-right: 20px;
}
.extinput{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.extinput>label:nth-child(1){
	width: 100%;
}
.extinput>label.text{
	width: 45px;
	text-align: center;
	margin: auto 0;
}
.pradio>div.input{
	display: flex;
	flex-flow: row nowrap;
	/* justify-content: space-between; */
	align-items: stretch;
} 
.pradio>div.input>label {
  display: flex;
  align-items: center;
  margin-right: 15%;
}
.pradio input[type="radio"] {
	margin-top: -2px;
	margin-right: 10px;
}
.pother>label{
	margin: 10px 0;
}
.label>span{
	color: #b7b7b6;
}
::-webkit-input-placeholder { /* Webkit浏览器 */
	color: #bdbdbd;
	font-weight: bold;
}
::-moz-placeholder {
	color: #bdbdbd;
	font-weight: bold;
}
::-moz-placeholder { /* 老版本Firefox浏览器 */
	color: #bdbdbd;
	font-weight: bold;
}
::-ms-input-placeholder { /* IE浏览器 */
	color: #bdbdbd;
	font-weight: bold;
}
::placeholder { /* 标准语法 */
	color: #bdbdbd;
	font-weight: bold;
}
.pbtn{
	background-color: #00a040;
	border-radius: 5px;
	margin-bottom: 0px!important;
}
.pbtn>button{
	width: 100%;
	height: 85px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	border: none; /* 去除边框 */
	outline: none; /* 去除选中时的外边框 */
	background-color: transparent; /* 设置背景色为透明 */
	padding: 0; /* 去除内边距 */
	margin: 0; /* 去除外边距 */
}
.formfloor{
	width: 90%;
	height: 10px;
	margin: 0 auto;
	background-color: #008cd6;
	border-radius: 10px;
	position: relative;
	top: -6px;
	z-index: 1;
}
/**
 * 错误提示
 */
input.error{
	color: #008d1b!important;
	font-weight:bold;
}
label.error{
	font-size: 8px;
	font-weight: 100;
}
.error::-webkit-input-placeholder { /* Webkit浏览器 */
	color: #008d1b;
}
.error::-moz-placeholder {
	color: #008d1b;
}
.error::-moz-placeholder { /* 老版本Firefox浏览器 */
	color: #008d1b;
}
.error::-ms-input-placeholder { /* IE浏览器 */
	color: #008d1b;
}
.error::placeholder { /* 标准语法 */
	color: #008d1b;
}
select.error{
	color: #008d1b;
	font-weight: bold;
}
.radio_type.error:before{
	border: 1px solid #008d1b;
}

/**
alert
 */
.divc{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
	background: #000;
	filter: alpha(opacity=0.7);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.alertTips{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.alertTips>.fire{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.alertTips>.fire>.tipsmain{
	position: relative;
	width: 65%;
	border-radius: 10px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 3vw 0;
}
.alertTips>.fire>.tipsmain>.icon{
	width: 30vw;
	height: 32vw;
	background: url("../images/tips_icon2.png") center center no-repeat;
	background-size: 24vw;
}
.alertTips>.fire>.tipsmain>.desc{
	color:#3e3c3b;
	font-size: 16px;
	line-height:130%;
	padding: 2vw;
}
.alertTips>.fire>.tipsx{
	position: relative;
	width: 100%;
	height: 20vw;
	cursor: pointer;
	background: url("../images/tips_x.png") center center no-repeat;
	background-size: 8vw;
}
.ibp>.colth{
	position: relative;
	/*top: -50px;*/
}
.colth{
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	font-family: Helvetica, Arial, PingFangSC-Regular, "Microsoft YaHei", sans-serif;
	/* margin: 50px 0 100px 0; */
}
.colth>span{
	margin: 2px 0;
}
.colth>span:nth-child(3)>a{
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * 底部菜单
 */
.menufloor{
	z-index: 9;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	background-color: #fefefe;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1),
	              0px 2px 4px rgba(0, 0, 0, 0.2);
}
.menufloor>.item{
	/* border: 1px solid  #000; */
	font-size: 16px;
	font-weight: bold;
	color: #8a8a8a;
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	/* width: 33.333334%; */
	
}
.menufloor>.item>div{
	margin: 0 auto;
	margin-top: 15px;
}
.menufloor>.item>div.on{
	color: #00a040;
}
.menufloor>.item>div.on>a:after{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
a.menu {
	animation: opacity01;
	-webkit-animation: opacity01;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: transparent;
	position: relative;
}
a.menu:after {
	content: " ";
	position: absolute;
	bottom: -45%;
	left: 5%;
	z-index: -1;
	width: 90%;
	height: 4px;
	border-radius: 4px;
	background: var(--accent-color, #00a040);
	transform: scaleX(0);
	transform-origin: center;
	transition: all 0.2s;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: center;
	-webkit-transition: all 0.2s;
}

a.menu:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@-webkit-keyframes opacity01 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opacity01 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}






