@charset "utf-8";
*{margin: 0px;padding: 0px;}
html{
	font-size: 14px;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	  font-size: 1.4rem;
	 -webkit-text-size-adjust: 100% !important;
     text-size-adjust: 100% !important;
     -moz-text-size-adjust: 100% !important;
    
}
.banner{
	width: 100%;
}
.banner >img{
	width:100%;
}
.wximage img[data-v-0dbe69c0] {
    width: 100%;
    height: 100%
}

.wximage[data-v-0dbe69c0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999!important;
    object-fit: cover;
    z-index: 9999
}
.text-box[data-v-0dbe69c0] {
    position: absolute;
    background: -webkit-linear-gradient(bottom,#d13a22,#da793b);
    background: linear-gradient(0deg,#d13a22,#da793b);
    padding: .10667rem .10667rem;
    border-radius: 0 0 0 .26667rem;
    top: 0;
    right: 0
}

.item-text[data-v-0dbe69c0] {
    font-size: 0.68667rem;
    font-weight: 500;
    text-align: center;
    color: #fafbc8;
    opacity: .7
}

.main{
	width:100%;
position: relative;
overflow: hidden;
background-color: #b82014;
}
.form{
	width:100%;
	position: absolute;
    top: 30.68rem;
}
.form1{
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	right:0;
	left:0;
	margin:auto;
}

.scroll-container{
	width:92%;
	margin:0 auto;
	overflow: hidden;
	border-radius: 25px;
	/*background: rgba(0,0,0,0.2);*/
	background-color: transparent;
	display: flex;
	align-items: center;
}
.trumpet{
	width: 0;
	display: none;
}
.scroll-box{
	flex:1;
	margin-left: 2px;
	overflow: hidden;
}
.trumpet img{
	margin-top: 5px;
}
.container {
  margin-left:20px;
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  white-space: nowrap;
  -webkit-animation: 100s scroll linear infinite normal;
  animation: 100s scroll linear infinite normal;
  
}

.container-ul {
  display: flex;
  width: 220px;
  flex: 1;
  white-space: nowrap;
}
 .horse-light-item {
   box-sizing: border-box;
	display: inline-block;
    list-style: none;
    width: 220px;
	line-height: 22px;
    flex: 1;
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    margin: 5px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
	font-size: 1.2rem;
}
@keyframes scroll {
        0% {
          -webkit-transform: translateX(0%);
          transform: translateX(0%);
        }
        100% {
          -webkit-transform: translateX(-8800px);
          transform: translateX(-8800px);
        }
}
.bgimg{width: 100%;}

.step-one{
	height:32px;
}
.img_one{margin-left: 10%;
height: 32px;
margin-top: 5px;
}

.step-two{
	height: 32px;
	text-align: left;
	width: 84%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.step-four{
	height:30px;
	text-align: center;
}
.step-four img{
	height:100%;
}
.two{
	width: 40%;
	text-align: right;
}
.three{
	width:60%;
}
#img_three ,#img_two,#img_four{
	display: none;
}
.step-two img{
	height: 100%;
}



.pro{background-color: #FE4D08;}
.prodetail{
	width: 92%;background: #fff;margin: 0 auto;
	border-radius: 25px;border: 3px solid #FEC371;
	text-align: left;
	line-height: 25px;
	margin-top: 30px;
}
.prodetail p{margin: 0 10px;font-size: 1.6rem;}
.fontbold{
	font-weight: bold;
}
.nobgcolor{
	background-color: #fff;
}
.border0{border:0px;}
.btn {
	display: block;
	border: 0px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	text-align: center;
	margin-top: 10px;
	background: transparent;
}


.probtn{
	width:45%;
	height: 50px;
	background-color: #ffc72c;
	margin: 25px auto;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 1.6rem;
}

.border1{
	border:1px solid #E4E4E4;
}
.bggray{
	background-color:#F1F1F1;
}
.bgwhite{
	background-color: #fff;;
}
.form_item {
	width:82%;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	
}
.btn_container{
	width:90%;
	position:relative;
	text-align: center;
	text-align: center;
	margin: 0 auto;;
}
.btn_img
{
	margin: 0px auto;
	cursor: pointer;
    width: 100%;
	-webkit-animation: free_download 0.5s linear alternate infinite;
	animation: free_download 0.5s linear alternate infinite;
}
@-webkit-keyframes free_download {
	0% {
	  -webkit-transform: scale(0.9);
	}
	100% {
	  -webkit-transform: scale(1);
	}
  }
  @keyframes free_download {
	0% {
	  transform: scale(0.9);
	}
	100% {
	  transform: scale(1);
	}
  }
.handle
{
	width:100%;
	margin:0 auto;
	cursor: pointer;
}
.finger{
	position: absolute;
	top: 25px;
	right: 15%;
}
.mtop{
	margin-top: 20px;
}
.border{
	border: 1px solid #e0e0e0;
}
.flex{
	display: flex;
	align-items: center;
}
.txt_container{
	flex-basis: 50%;
	box-sizing: border-box;
}
.vcode{
	flex-basis: 50%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.cut-off-rule{
	width:3px;
	border-right: 3px solid #0A7CF9;
	display: none;
}
.confirm-info{
	width:100%;text-align: center;font-size: 1.0rem;line-height: 15px;margin-bottom: 10px;
}

#vcode{ width: 100%;}
#getvcode{
	margin-right: 15px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 1.2rem;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.btn-getcode{
	cursor: pointer;
	height: 40px;
	width:120px;
	line-height: 40px;
	background-color:#FEC802;
	border-radius: 40px; 
	margin-right: 6px;
	color: #fff;
	border: 0;
	outline: 0;
	font-size: 1.2rem;
}
.txt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	outline:none;
	border-style: none;
	outline: none;
	color: #3C3C3C;
	cursor:pointer;
	margin: 0 auto;
	font-size: 1.2rem;
	background-color: transparent;
	padding-left: 20px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #414141;font-size: 1.2rem;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #414141;font-size: 1.2rem;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #414141;font-size: 1.2rem;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #414141;font-size: 1.2rem;
}

.center{text-align: center;}
.s_name{margin: 0 auto;text-align: center;margin-top: 10px;}
.agreement{
	margin:0 auto;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	line-height: 25px;
	width: 92%;
}
.agreement a{color: #fcf003 ;text-decoration: none;}
.s_info{
	color: #f3f2f2;
	font-size: 1.0rem;
	line-height: 25px;
	width:92%;
	margin: 0 auto;
	margin-top: -50px;
}
.s_info p{margin: 5px 0px;}

#show_toast_msg {
	opacity: 0;
	transition: all 1s;
	z-index: 9999;
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	-webkit-transform: translate(-50%, -40%);
	-moz-transform: translate(-50%, -40%);
	width: 70%;
	
}
#toast_msg {
	font-size: 1.8rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	padding: 10px 15px;
	margin: 10px auto;
	border-radius: 4px;
}
.circle-checkbox:checked {
	background: #fff;
}

.circle-checkbox {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: solid 1px #7FC6FB;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0.8rem;
	margin: 0px;
	margin-right:3px;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	
}

/* 设置伪类，即显现的对勾样式 */
.circle-checkbox:checked::after {
	content: "";
	top: 2px;
	left: 2px;
	position: absolute;
	background: transparent;
	border: 1px solid #7FC6FB;
	border-top: none;
	border-right: none;
	height: 6px;
	width: 10px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.shadow {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
}
.shadow-bg,.form-confirm,.confirm-succ,.step-two-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 92%;
	height: 470px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 15px solid #DC1244;
	box-sizing: border-box;
}
.step-two-form
{
	border: 0;
	background-color: transparent;
	background-size: 100% 100%;
	width:110%;
	max-width: 500px;
}
.form-confirm{
	border: 0;
	background-color: #FF2227;
	height: 500px;
	background-image: url('../images/confrim-bg1.png');
	background-size: 100% 100%;
	font-size: 30px;
	border-radius: 20px;
	max-width: 750px;
}
.confirm-succ{
	border:0;
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	border-radius: 20px;
	width: 92%;
	height: 430px;
	background: transparent;
}
.lingqu{
	margin: 0 auto;
	margin-top: 240px;
	text-align: center;
}
.lingqu img{
	width: 160px;
}
.confirm-msg{
	bottom: 20px;
	font-size: 30px;
	color: #fff;
	width:76%;
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: left;
	line-height:36px;
	margin-top: 260px;
}
.confirm-title,.confirm-phone{
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}


#phone_num{
	color: #F6C762;
	font-weight: bold;
}
.dialog-confirm-btn{
	width:92%;
	margin: 15px auto;
	text-align: center;
}
.dialog-confirm-btn >img{
	width:100%;
	cursor: pointer;
}
.close{
	position: absolute;
	top: 15%;
	left: 80%;
	z-index: 100;
	cursor: pointer;
}
.close img{
	width: 50px;
}



@media screen and (max-width: 500px) {
	.form_item{
		height: 50px;
		line-height: 50px;
	}
	.txt{
		height: 50px;
		line-height: 50px;
	}.close{
		top: 10%;;
	}
	.circle-checkbox{
		margin-top: 5px;
	}
	.form-confirm{
		font-size: 1.4rem;
		height: 420px;
	}
	.confirm-msg{
		font-size: 1.0rem;
		line-height: 20px;
	}
	.agreement{
	font-size: 0.8rem;
	}
}

.msgbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 80%;
	height: 300px;
	max-width:350px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	line-height: 18px;
	border: 3px solid #fff;
	text-align: center;
}
.msg_title{font-size: 1.8rem;color: #9C6A56;font-weight: bold;margin-top: 10px;}
.msgcontent{font-size: 1.2rem;line-height: 28px;margin-top: 20px;}
.title {height: 50px;line-height: 50px;text-align: center;font-weight: bold;font-size: 1.6rem;}
.main_box {width: 100%;height: 100%;overflow: hidden;position: relative;}
.box_content {height: 80%;width: 94%;overflow: auto;
	position: relative;margin: 0 auto;padding: 0;
	word-wrap: break-word; word-break:break-all;
	font-size: 1.2rem;
}
.box_content p{	line-height: 25px;font-size: 1.0rem;
}
.msgbox_bottom {
	height: 50px;
	line-height: 50px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.button {
	background: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding:0px;
	width: 100%;
	border: 0px;
	outline: 0px;
	color: #1989fa;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6rem;
}
.button:hover {background: #f0f0f0;}

#loading{
	position: fixed;
	z-index: 9999;
	background-color:rgba(0,0,0,0);
	display: block;
	vertical-align: middle;
	text-align: center;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	/*
	
	*/
}
.loading-container
{
	position:relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	background-color:rgba(0,0,0,0.3);
}
#loading img{
	position:relative;
	top: 35%;
}
.confirm-bg-img{
	width: 100%;
}
.dialog-btn-container{
	bottom: 20px;
	font-size: 1.4rem;
	color: #fff;
	width:82%;
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: left;
	margin-top: -78px;
	display: flex;
	justify-content: center;
	align-items: center;
	height:60px;
	line-height: 20px;
}
.confirm-title,.confirm-phone{
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}


.dialog-confirm-btn,.dialog-cancel-btn{
	width:60%;
	margin: 15px auto;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.dialog-confirm-btn >img{
	width:65%;
	cursor: pointer;
	-webkit-animation: free_download 2s linear alternate infinite;
	animation: free_download 2s linear alternate infinite;
	margin-top: 10px;
}
.dialog-cancel-btn
{
	width:77px;
	height: 45px;
	line-height: 45px;
	font-size: 1.0rem;
	margin-left: 35px;
	color:#ff7575;
	font-weight: bold;
}

