@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1;
  }
  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1;
  }
  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


body {
  margin: 0 auto;
  overflow-x: hidden;
  height: 100%;
  min-width: 320px;
  max-width: 480px;
}

.box_one {
  width: 100%;
  height: 17.25rem;
  background: url(../images/banner.png) no-repeat;
  background-size: 100%;
  position: relative;
}

.box_two {
  padding: 1rem 0.75rem 0;
}

.box_two .box_two_img {
  width: 100%;
}

.box_two h1 {
  font-weight: 550;
  font-size: 1.25rem;
  line-height: 1.475rem;
  color: #344356;
}

.box_two p {
  font-size: 0.65rem;
  line-height: 1.475rem;
  color: #898a8c;
}

.box_two p span {
  padding-right: 0.45rem;
}

.box_three {
  padding: 1rem 0.75rem 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 29px 1px rgba(2, 38, 31, 0.05);
          box-shadow: 0px 6px 29px 1px rgba(2, 38, 31, 0.05);
}

.box_three h2 {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #344356;
  border-left: solid 0.2rem #4ac7b0;
  padding-left: 0.625rem;
}

.box_three_content {
  margin: 0 0.75rem;
  padding: 0.75rem 0 0.55rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #898a8c;
  border-bottom: solid 1px #dadada;
}

.box_three_content .div_green_font {
  padding-right: 1.25rem;
}

.box_three h3 {
  font-size: 0.85rem;
  line-height: 0.75rem;
  color: #344356;
  position: relative;
  font-weight: normal;
  padding-top: 0.75rem;
  padding-left: 1.5rem;
}

.box_three h3 .icon-icon1 {
  position: absolute;
  left: 0.75rem;
  top: 0.85rem;
}

.box_four {
  height: 25rem;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100%;
  padding: 1.25rem 0.75rem 0;
}

.box_four_img {
  width: 100%;
}

.box_four h1 {
  font-weight: 550;
  font-size: 1.25rem;
  line-height: 1.475rem;
  color: #feffff;
  padding: 0 0.75rem;
}

.box_four .duibi_pte {
	display: flex;
  height: 15.35rem;
  padding-top: 0.5rem;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.box_four .duibi_pte table td {
  vertical-align: middle;
}

.box_four .duibi_pte .duibi_left {
  width: 3.875rem;
  float: left;
  margin-top: 2.35rem;
  background-color: #fff;
  border-radius: 0.375rem 0 0 0.375rem;
  padding: 0 0.25rem;
}

.box_four .duibi_pte .duibi_left p {
  height: 2.35rem;
  line-height: 2.35rem;
  white-space: nowrap;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.65rem;
  text-align: center;
  color: #344356;
}

.box_four .duibi_pte .duibi_left .last {
  border-bottom: none;
  font-size: 0.625rem;
}

.box_four .duibi_pte .duibi_right {
  width: 3.15rem;
  float: left;
  margin-left: -pxToRem(15);
  padding: 0 0.25rem;
  border-radius: 0.375rem 0 0 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#de8e5a), to(#e6aa83));
  background: linear-gradient(0deg, #de8e5a 0%, #e6aa83 100%);
  -webkit-box-shadow: -0.2rem 0px 0.55rem 0px rgba(113, 44, 0, 0.12), 0.2rem 0px 0.55rem 0px rgba(113, 44, 0, 0.12);
          box-shadow: -0.2rem 0px 0.55rem 0px rgba(113, 44, 0, 0.12), 0.2rem 0px 0.55rem 0px rgba(113, 44, 0, 0.12);
}

.box_four .duibi_pte .duibi_right p {
  height: 2.35rem;
  border-bottom: 1px solid #fff;
  font-size: 0.65rem;
  text-align: center;
  line-height: 2.35rem;
  white-space: nowrap;
  color: #fff;
}

.box_four .duibi_pte .duibi_right .last {
  border-bottom: none;
}

.box_four .duibi_pte table {
  width: 9.225rem;
  float: right;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #fff;
}

.box_four .duibi_pte table tr.biaoti {
  height: 2.35rem;
}

.box_four .duibi_pte table tr.biaoti td {
  font-size: 0.75rem;
  font-weight: bold;
  color: #4ac7b0;
  background-color: #ecf7f5;
  border-right: 0;
  border-bottom: 1px solid #ecf7f5;
}

.box_four .duibi_pte table tr.biaoti .last {
  font-size: 0.6rem;
  border-radius: 0 0.375rem 0 0;
}

.box_four .duibi_pte table tr td {
  width: 2.9rem;
  text-align: center;
  border-right: 0;
  padding: 0 0.075rem;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.65rem;
  color: #344356;
  height: 2.35rem;
}

.box_four .duibi_pte table tr .last {
  border-bottom: none;
  border-right: none;
}

.box_five {
  padding: 1rem 0.75rem 0;
}

.box_five .box_five_img {
  width: 100%;
}

.box_five .content_box {
  padding: 0 0.75rem;
}

.box_five .content_box h1 {
  font-weight: 550;
  font-size: 1.25rem;
  line-height: 1.8rem;
  color: #344356;
}

.box_five .content_box .box_five_com {
  display: block;
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.box_five .content_box .p_box {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin-bottom: 1.75rem;
  color: #344356;
}

.box_five .content_box .p_box .p_con {
  padding-left: 1.375rem;
}

.box_five .content_box .btn_five {
  margin-bottom: 1.75rem;
}

.box_eight {
  background: url(../images/bg5.jpg) no-repeat;
  background-size: 100%;
  height: 21rem;
  padding: 1.25rem 0.75rem 0;
}

.box_eight_img {
  width: 100%;
}

.box_eight h1 {
  font-size: 1.25rem;
  font-weight: 550;
  line-height: 1.475rem;
  color: #feffff;
  margin: 1.25rem 0 1rem 0.75rem;
}

.box_eight .wrapper {
  width: 100%;
}

.box_eight .wrapper .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem;
}

.box_eight .wrapper .navbar .item {
  width: 5.25rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 0.9rem;
  border: solid 0.05rem #fafcff;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
}

.box_eight .wrapper .navbar .active {
  background-color: #ffffff;
  color: #4ac7b0;
}

.box_eight .wrapper .banxing_contion table {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.375rem;
  font-size: 0.65rem;
  color: #344356;
}

.box_eight .wrapper .banxing_contion table td {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: middle;
}

.box_eight .wrapper .banxing_contion table tr td:first-child {
  width: 2.95rem;
  font-size: 0.7rem;
  height: 2.125rem;
  color: #344356;
}

.box_eight .wrapper .banxing_contion table tr td:last-child {
  border-right: 0;
}

.box_eight .wrapper .banxing_contion table .biaoti {
  height: 3rem;
  background-color: #ecf7f5;
  font-size: 0.7rem;
}

.box_eight .wrapper .banxing_contion table .er_last td {
  border-bottom: 0;
}

.box_eight .wrapper .banxing_contion .gexinghua table td {
  padding: 0.25rem;
  vertical-align: middle;
}

.box_eight .wrapper .banxing_contion .gexinghua table tr td:first-child {
  width: 30%;
}

.box_eight .wrapper .banxing_contion .gexinghua table tr td:nth-child(2) {
  width: 25%;
}

.box_eight .wrapper .banxing_contion .gexinghua .zhu {
  color: white;
  font-size: 0.7rem;
  margin-top: 0.5rem;
}

.box_eight .wrapper .banxing_contion .tehui table td {
  vertical-align: middle;
}

.box_eight .wrapper .banxing_contion .tehui table tr td:first-child {
  width: 60%;
  height: 3rem;
}

.box_eight .wrapper .hide {
  display: none;
}

.green_font {
  color: #4ac7b0;
}

.pte_btn {
  width: 14rem;
  height: 2.2rem;
  background-color: #4ac7b0;
  border-radius: 1.1rem;
  font-size: 0.8rem;
  line-height: 2.2rem;
  display: block;
  text-align: center;
  color: #ffffff;
  margin: 1rem auto;
}

.pte_btn_white {
  background-color: #ffffff;
  color: #4ac7b0;
}

.pte_btna {
  width: 8rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1.1rem;
  font-size: 1rem;
  line-height: 2rem;
  border: 0.01rem solid #fff;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 2rem;
  left: 4.75rem;
}

.font20 {
  font-size: 0.5rem !important;
}

.font24 {
  font-size: 0.6rem !important;
}

/*# sourceMappingURL=map/index.css.map */


.icon-icon1 {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/sprite.png) 0rem 0rem no-repeat;
    background-size: 0.85rem 2.8rem;       
}
.icon-mine {
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/sprite.png) 0rem -0.75rem no-repeat;
    background-size: 0.85rem 2.8rem;       
}
.icon-phone {
    width: 0.6rem;
    height: 0.95rem;
    background: url(../images/sprite.png) 0rem -1.85rem no-repeat;
    background-size: 0.85rem 2.8rem;       
}




.wrap{
	display: flex;
	flex-flow: column;
	align-items: center;
	/* padding: 50px 50px 20px 50px; */
	position: relative;
	padding-top: 0.8rem;
}
.callPhone-form-item{
	display: flex;
	align-items: center; 
	font-size: 0.8rem;
	color: #fdfffc;
	margin-bottom: 0.8rem;
	/* margin-left: 50px;
	margin-left: 20px; */
}
.callPhone-form-item span{
	display: flex;
	width: 4rem;
	height: 2.2rem;
	border: 0.01rem solid #fff;
	border-right: none;
	border-radius: 2.2rem 0 0 2.2rem;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
}
.callPhone-form-item-name{
	width: 10rem;
	height: 2.2rem;
	border: 0.01rem solid #fff;
	border-radius: 0px 2.2rem 2.2rem 0px;
	text-indent: 0.4rem;
	/* background-color: transparent; */
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 0.7rem;
	color: #fff;
}
input::placeholder{
	color: #fff;
	font-size: 0.7rem;
}
.callPhone-form-item-phone{
	width: 10rem;
	height: 2.2rem;
	border: 0.01rem solid #fff;
	border-radius: 0px 2.2rem 2.2rem 0px;
	text-indent: 0.4rem;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 0.7rem;
	color: #fff;
}
.callPhone-form-item-code{
	display: flex;
	width: 6rem;
	height: 2.2rem;
	border: 0.01rem solid #fff;
	border-right: none ;
	text-indent: 0.4rem;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 0.7rem;
	color: #fff;
}
.yzm{
	color: #000;
	font-size: 0.6rem;
	/* background-color: #254461; */
	width: 4rem;
	height: 2.2rem;
	border-top-right-radius: 2.2rem;
	border-bottom-right-radius: 2.2rem;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	/* border: none; */
	border: 0.01rem solid #fff;
	box-sizing: content-box;
	cursor: pointer;
}
.freeDingzhi{
	width: 14rem;
	height: 2.3rem;
	background-color: rgba(255, 255, 255, 0.2);
	border: 0.01rem solid #fff;
	border-radius: 2.3rem;
	font-size: 1rem;
	color: #fff;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center; 
	border: none;
	cursor: pointer;
	/* margin-left: 40px; */
	animation: scale2 2s linear infinite;
	animation-direction: alternate;
	margin-top: 1rem;
	/* border: 1px solid #fff; */
}
.banxing .btn_pte {
  /* background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px; */
	cursor: pointer;
}

.freeDingzhi:hover {
  background-color: white;
  color: #4ac7b0;
}


/* 隐私政策 */
.form-privacy{
	/* margin-left: 300px; */
	display: flex;
	width: 100%;
	/* align-items: center; */
	justify-content: center;
	margin-top: 0.5rem;
}
.privacy-validate{
	margin-right: 0.3rem;
}
.form-privacy span{
	color: #fff;
	font-size: 0.5rem;
}
.form-privacy a{
	color: #feac1a;
	font-size: 0.5rem;
}

