    html,
    body{
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      background: #ffffff;
	  font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	  color: #333;
    }
    * {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}
	a{
	  text-decoration:none;
	  color: #5a5a5a;
    }
	ul {
		margin: 0;
		list-style: none;
		padding: 0;
	}	
    li{
      list-style-type: none;	
    } 
	img {
    vertical-align: middle;
}
    input{

}
    p {
        font-size: 16px;
        line-height: 60px;
    }
    .y-wrap{
      position: absolute;
      left: 0;
      right: 0;
	  width:100%;
	  max-width:480px;
      top: 0;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      border-radius: 4px;
    }
    .y-wrap > iframe{
      background: #eee;
      width: 100%;
      height: 100%;
      border: none;
    }
    .y-qrcode{
    /* position: fixed; */
    /* top: 117px; */
    /* left: 437px; */
    /* width: 220px; */
    /* height: 240px; */
    /* box-sizing: border-box; */
    /* background: url(img/erweima.jpg) no-repeat top center; */
    /* background-size: 100% 100%; */
    }
    .y-qrcode canvas {
      margin: 20px;
    }
    .y-qrcode img {
      margin: 10px;
    }
    .y-qrcode > .y-desc {
      width: 100%;
      font-size: 12px;
      color: #999999;
      text-align: center;
      font-family: PingFangSC-Regular;
      bottom: 5px;
      position: absolute;
    }

.demo{
    display: flex;
    padding: 12px;
    height: auto;
    background: url(../image/head.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.demo a{	
    width: 100%;
    margin: auto;
    height: 43px;
    font-size: 19px;
    display: inline-block;
    margin-left: 67px;
    max-width: 100%;
    color: #000000;
    line-height: 225%;
}

#ClickMe {
	background-color: #000;
	color: #000;
	margin:0 auto;
}
#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	width: 300px;
	height: 500px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
}
.close1 {
	width: 300px;
	height: 60px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.goodtxt {
	text-align: center;
}
.goodtxt p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.code-img {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 240px;
}

.banner{
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
	margin-top: 50px;
}	
.banner img{
    width: 100%;
}
.banner-txt p{
    text-align: center;
    line-height: 25px;
    margin-top: -13%;
	color: #f00;
}
.v11 {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
}
.v11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 0px;
    background-size: cover;	
    background-image: url(../image/2.gif);
    opacity: 0.5; /* 设置透明度为 0.5，可以根据需要调整值 */
    z-index: -1;
}
.v1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
	margin-bottom: 50px;
    position: relative;	
}
.v1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 0px;
    background-size: cover;	
    background-image: url(../image/1.gif);
    opacity: 0.5; /* 设置透明度为 0.5，可以根据需要调整值 */
    z-index: -1;
}
.v1-title p{
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 60px;
}
	
.v1-form-list{
    margin-left: 10px;
    margin-right: 10px;
	position: relative;
}	
.shouji {
    outline: none;
    border-radius: 3px;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    margin: 0;
    padding-left: 8px;
    padding-right: 36px;
    border: 1px solid #e1e1e1;
    line-height: 20px;
    color: #c4c4c4;
    outline-width: 0;
    outline-style: none;
    outline-color: transparent;
    box-shadow: none;
    text-shadow: none;
    user-select: text;
    background-color: transparent;
    -webkit-appearance: none;
}

.item-title	{
	display:block;
}	
.v1-form-list-item{
    margin-top: 0.5625rem !important;
}
.v1-form-list-item-title{
    margin-bottom: 7px;
    line-height: 30px;
    overflow: visible;
    font-weight: bold;
}
.v1-form-list-item-title::after {
    position: absolute;
    font-size: 1rem;
    color: #e6322e;
    content: '*';
    margin: -0.0625rem 0 0 0.125rem;
}

.item-title-xz{
    position: relative;
}	
	
.item-title-xz-option {
    margin-right: 7px;
    background: #fff;
    font-size: 16px;
    margin-top: 5px !important;
    border-radius: 6px;
    padding: 10px 20px !important;
    min-width: 20px;
    width: calc(49% - 3 * 1px);
    border: 1px solid #e1e1e1;
    display: inline-table;
}
.item-title-xz-option:nth-child(2n) {
    margin-right: 0;
}
	
.item-title-xz .vi-input {
    position: absolute;
    left: -9999px;
}	

.phone-font {
    margin-top: 40px;
    margin-bottom: 25px;
}
.item-submit{
    width: 100%;
    color: #fff;
    font-size: 24px;
    height: 2.75rem;
    line-height: 30px;
    background-color: rgb(230, 50, 46);
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    border-radius: 1.5rem;
    background-image: -webkit-linear-gradient(45deg, rgb(230, 50, 46), rgb(255, 25, 98));
    border-color: transparent;
}

.v2{
    background: #efefef;
}

.v2-title p {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #149ffe;
    line-height: 127px;
}

.v2-title img {
    width: 100%;
    margin-top: -47px;
}
.v3{
    height: 500px;
    background: url(../image/mobile-image.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.v3-title p {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 21px;
    color: #000000;
    line-height: 66px;
}
.v3-img img {
    width: 100%;
    margin-top: -47px;
}
.v4-img{
    height: 580px;
    background: url(../image/v4.png) no-repeat top center;
    background-size: 100% 97%;
}

.v4 img {
    width: 100%;
    margin-top: 0px;
}
.v4-title p {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 21px;
    color: #000000;
    margin-bottom: 0;
    margin-bottom: 0px;
}

.v4-img img {
    width: 100%;
    margin-top: -47px;
}

.right {
    width: 100%;
    float: right;
    margin-bottom: 30px;
    margin-top: 36px;
}
.right dl{
    float: right;
    width: 50%;
}
.right dd{
    color: #777777;
    margin-inline-start: 0px;
}
.right h3{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-family: SourceHanSansCN-Bold;
    color: rgb(31,31,31);
}

.left {
    width: 93%;
    float: left;
    margin-left: 10px;
    margin-top: 44px;
}
.left dl{
    float: left;
    width: 50%;
}
.left dd{
    color: #777777;
    margin-inline-start: 0px;
}
.left h3{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-family: SourceHanSansCN-Bold;
    color: rgb(31,31,31);
}


.v5-img{
    height: 50px;
    background: url(../image/v5.png) no-repeat top center;
    background-size: 100% 100%;
    margin-top: -53px;
}
.v5 p {
    font-size: 16px;
    line-height: 30px;
    display: block;
    /* padding-left: 30px; */
    /* font-weight: 400; */
    color: #5a5a5a;
    margin-top: 17px;
    margin: 12px;
}
.v5 img {
    width: 100%;
    margin-top: -47px;
}

.v5-title span{
    text-align: center;
    display: block;
    font-size: 14px;
}
.v5-img img {
    width: 100%;
    margin-top: -47px;
}
.v5-txt-left {
    width: 52px;
    height: 40px;
    position: absolute;
    left: 14.5%;
    margin-top: 63px;
}
.text-left {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    margin-top: 43px;
}
.v5-txt-right {
    width: 196px;
    height: 40px;
    position: absolute;
    left: 30%;
    margin-top: 53px;
}
.text-right {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-top: 61px;
}
.item {
    width: 100%;
}
.item p {
    font-size: 16px;
    line-height: 30px;
}
.panel{
    margin: 20px;
}
.list-2 li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.list-2 li h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 10px;
}
.list-2 li h3 {
	background: url(../image/wen.jpg) no-repeat left bottom;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	height: 29px;
	display: block;
	padding-left: 30px;
}
.list-2 li p {
	background: url(../image/da.jpg) no-repeat left top;
    font-size: 14px;
    line-height: 23px;
    display: block;
    padding-left: 30px;
    font-weight: 400;
	color: #b2b2b2;
}
.v5-title p {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-bottom: 3px;	
}
/* 工具栏 */
#toolbar {
position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 60px;
    left: 0;
    background: #ffffff;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #1aac19;
}
#toolbar .list li {
float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #ffffff;
    border-left: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-radius: 24px;
    background-color: #149ffe;
    color: rgb(255, 255, 255);
    font-size: 0.962409rem;
}

#toolbar .list a {
    display: block;
    height: 47px;
    line-height: 9px;
    font-size: 16px;
    padding-top: 18px;
}
#toolbar .list a span {
text-align: center;
    color: #fdfdfd;
    display: block;
    font-size: 16px;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #ac140f;
}	


/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    width: 310px;
    height: 350px;
    padding: 11px;
    padding-top: 22px;
    margin-top: -25px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}
#wxnr img {
width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
#wxnr p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
#wxnr i {
position: absolute;
    top: 10px;
    right: 9px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}
#wxnr span {
    display: inline-block;
    padding: 10px 10px;
    line-height: 10px;
    background-color: #149ffe;
    color: #fff;
    cursor: pointer;
}
#wxnr span.wx {
    padding-left: 0.4rem;
    background-image: url(../image/wx1.png);
    background-size: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 16px;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
	display: none;
}



.an-box {
    max-width: 640px;
    margin: 5% 0 1.5% 0;
}
.an-box h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 14px;
    text-align: center;
}
.an-box h2 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.an-box li {
    line-height: 32px;
}
.an-box li {
    width: 20%;
    text-align: center;
    margin: 5% 2.5% 25% 2.5%;
    float: left;
}
.an-box li img {
    width: 100%;
}
a img {
    border: 0;
}
























