
/*  é¡µé¢é‡ç½®æ ·å¼  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.bg {
  background: url("../img/8c32fa_1920x1106.jpg") top center no-repeat;
  background-size: 100% auto;
}
.text {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #747474;
  padding: 80px 0;
  line-height: 60px;
  padding-bottom: 50px;
}
.lines {
  width: 100%;
}
.lines ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lines ul li {
  width: 226px;
  height: 66px;
  border: 2px solid #6cb56b;
  border-radius: 10px;
  text-align: center;
  line-height: 64px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding-right: 40px;
  margin: 20px 0;
  position: relative;
}
.lines ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lines ul li span {
  font-weight: bold;
  color: #000;
}
.lines ul li em {
  font-family: arial;
  color: #000;
}
.lines ul li:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  background-color: #7ae42d;
}
.lines ul li.v1 {
  border: 2px solid #e7b212;
}
.lines ul li.v1:after {
  background-color: #e7b212;
}
.lines ul li.v2 {
  border: 2px solid #fd6029;
}
.lines ul li.v2:after {
  background-color: #fd6029;
}
.button {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.button button {
  width: 330px;
  height: 80px;
  background-color: #6ebb35;
  border-radius: 12px;
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .text {
    font-size: 24px;
    line-height: 40px;
    padding: 20px 0;
  }
  .lines ul li {
    width: calc(50% - 10px);
    margin: 10px 0;
    height: 44px;
    font-size: 16px;
    border: 1px solid #6cb56b;
  }
  .lines ul li:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-top: -5px;
  }
  .lines ul li.v1 {
    border: 1px solid #e7b212;
  }
  .lines ul li.v2 {
    border: 1px solid #fd6029;
  }
  .button {
    padding: 30px 0;
  }
  .button button {
    width: 240px;
    height: 60px;
    font-size: 24px;
  }
  .bg {
    background: url("../img/e054d3_638x1106.jpg") top center no-repeat;
    background-size: 100% 100%;
  }
}
