﻿@charset "utf-8";
/* CSS Document */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0px;
  padding: 0px;
}
li,
ol {
  list-style: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
input,
textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  resize: none;
  vertical-align: middle;
}
a,
button,
input,
textarea {
  font-family: Helvetica, "微软雅黑", "Microsoft YaHei";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  font-weight: normal;
}
/* -- 整体布局 -- */
body {
  font-family: Helvetica, "微软雅黑", "Microsoft YaHei";
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
.icolor_title{
  background-color: #f8f8f8;
  position:relative;
  width:100%;
    position: fixed;
    z-index: 999;
}
.index-icolortitle {
  line-height: 44px;
  text-align: center;
  font-size:18px;

}
.index-icolortitle span{
  vertical-align: middle;
}
.index-icolortitle > img {
    vertical-align: middle;
    max-height: 1rem;
    white-space: nowrap;
}
.icolortitle-more {
  position: absolute;
  line-height: 44px;
  margin-left:15px;
  top: 0px;
}
.icolortitle-right {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-right: 14px;
}
.icolortitle-right img {
  width:20px;
}

.mobilecontent{
  max-width: 750px;
  margin: 0 auto;
  padding-top: 45px;
}


.appicolor-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  background: #fff;
  z-index: 200;
}
.appicolor-footer img{
  max-width: 1.2rem;
  max-height: 1.2rem;
  width:14px;
  height:14px;

}
.appicolor-footer ul {
  padding: 0;
  height: 100%;
  width: 100vw;
  border-top: 1px solid #e0e0e0;
}
.appicolor-footer ul li {
  height: 100%;
  border-right: 1px solid #e0e0e0;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.appicolor-footer ul li a {
  color: #666;
}
.appicolor-footer ul li a:hover {
  color: #41D6DA;
  text-decoration: none;
}
.appicolor-footer ul li div.appicolor-list {
  position: absolute;
  width: 100%;
  top: -139px;
  left: 0;
  z-index: 199;
  display: none;
}
.appicolor-footer ul li div.appicolor-list ul {
  background-color: #fff;
  width: 100%;
}
.appicolor-footer ul li div.appicolor-list ul li {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.appicolor-footer ul li div.active {
  display: block !important;
}



/**/

body{

}
.mobilecontent{padding-bottom:4rem;}
.mobilecontent img{
  width: 100%;
  display: block;
}

.mobilecontent *{ box-sizing: border-box;}
.fr{float:right !important;}

.mobilecontent .kv{
    background: #f1f1f1;
    padding-bottom: 36px;
    position: relative;

}
.mobilecontent .kv>div{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
    color: #737373;
}
.mobilecontent .kv>div img{
    margin-right: 10px;
    position: relative;
    font-family: "Birch Std";
    display: inline-block;
    width: 3%;
    vertical-align: text-top;
}

.mobilecontent .kv .order{
  position: absolute;
  bottom: -2px;
  color: #b7b7b7;
  right: 2.5%;
  font-size: .5rem;
  letter-spacing: 2px;
}
.mobilecontent .kv .order .order_left{
  color: #f3d073;
  font-size: 2.5rem;
  letter-spacing: 1px;
}
.mobilecontent .kv .order .yellow{
  color: #f3d073;
}
.mt_40{
  margin-top: 40px;
}
.mobilecontent .btn{
    width: 94%;
    height: 34px;
    display: block;
    background: #171719;
    margin: 40px auto 0;
    font-size: .7rem;
    text-align: center;
    color: #949494;
    line-height: 35px;

}
.mobilecontent .pic1{
  position: relative;
}
.mobilecontent .pic1 .btn2{
  position: absolute;
    height: 28px;
    line-height: 29px;
    bottom: 0;
    right: 2.6%;
    width: 56%;
}
.mobilecontent .pic1 .btn1{
    position: absolute;
    bottom: 12%;
    left: 5%;
    height: 34px;
    line-height: 34px;
    font-size: .7rem;
    width:90%;
    display: block;
    background: #171719;
    text-align: center;
    color:#fff;
}

.mobilecontent form.form1 input{
  display: inline-block;
  width:48%;
  height: 30%;
  padding: 5px 0 5px 10px;
  background: #787878;
  color:#f3d073;
  border:2px solid #787878;
}
.mobilecontent form.form1 input::-webkit-input-placeholder{
	color:#1b1b1b;
}
.mobilecontent form.form1 input:first-child{
  margin-right: 2%;
}
.mobilecontent form.form1 input:hover{
  border:1px solid #f3d073;
}
.mobilecontent form.form1{
  width: 96.5%;
  margin: 0 auto;

}
.swiper-container{
  width: 93%;
  padding: 25px 0 35px;
}
.modal_form{
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .7;
  height: 100%;
    z-index: 999;
}
.modal_content{
    width: 74%;
    margin: 0 auto;
    position: fixed;
    background: #2c2c2c;
    height: auto;
    z-index: 1000;
    border-radius: 5px;
    top: 18%;
    left: 13%;
}
.modal_content img{
  display: block;
  margin: 12% auto 0;
  width: 80%;
}
.modal_content form.form2{
  width: 80%;
  height: auto;
  margin: 15% auto 0;
    font-size: 0;
}
.modal_content form.form2 input,.modal_content form.form2 span{
background: #414141;
border:none;
border-radius: 5px;
display: block;
padding: .7rem;
width: 100%;
padding-left: .8rem;
color:#f3d073;
font-size: 1rem;
}
.modal_content .form_content{
  height: 100%;
}
.modal_content form.form2 input:hover{
      border-color:#fff;
      outline:0;
      -webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 1px rgba(255,255,255,1);
      box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 1px rgba(255,255,255,1);
}
.modal_content form.form2 input:first-child,.modal_content form.form2 span:first-child{
  margin-bottom:1.5rem;
}
.warn-info {
    position: absolute;
    margin: 0.05rem auto 0;
    text-align: left;
    color: #f3d073;
    font-size: .8rem;
    bottom: 4.6rem;
}
#warn-info-name{
    margin-top: -1.5rem;

}
.btn3{
    display: block;
    width: 80%;
    background: #f3d073;
    border-radius: 3px;
    margin: 7% auto 10%;
    text-align: center;
    padding: 2%;
    color:#2c2c2c;
}
.dis_none{
  display: none;
}

.swiper1{
  width: 100%;
  position: relative;
}
.swiper1 .swiper-container-1{
  margin-top: -70.8%;
}

.swiper1 .swiper-slide {
  height: 100%;
/*  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;*/
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.swiper1 .swiper-slide img{
    width: 100%;
}
.swiper1 .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.swiper1 .swiper-slide-active {
  top: 6%;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 73%!important;
}
.swiper1 .pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 8.7%;
}
.swiper1 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px;
}
.swiper1 .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
.swiper1 .swiper-active-switch {
  background: #fff;
}
.swiper1 .swiper-slide-prev{
    margin-right: -66%;
    width: 79%!important;
    left: -60%;
}
.swiper1 .swiper-slide-next{
    margin-left: -6%;
    width: 79%!important;
}
.swiper1 .swiper-container1{
  position: absolute;
  top: 26%;
  width: 100%;
  padding: 0;
}
.swiper1 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    background: #8e8e8e;
    margin-right: .5rem;
}
.swiper1 .swiper-pagination-bullet-active{
  background: #f3d073;
}

.submit {
    margin-top: -7.7rem;
    position: fixed;
    top: 50%;
    border-radius: 4px;
z-index: 1000;
    text-align: center;
    padding: 2.7rem 0;
    box-sizing: border-box;
    width: 74%;
    height: 15.4rem;
    left: 13%;
    background-color: #2c2c2c;
}
.submit img {
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}
.submit h2 {
    font-size: 1rem;
    color: #f3d073;
    margin: .8rem 0 1.2rem 0;
}
.submit p {
    font-size: .7rem;
    color: #7e7e7e;
    line-height: 1.4;
}
.submit-fail h2 {
    color: #f00;
}

.icon-roundcheckfill{
  color:#00cacf;
}

#warn-info-name1{
  left: .6rem;
}
#warn-info-phone1{
  left: 52%;
}
.form2 p{
  position: relative;
}
.form2 p.warn-info{
    bottom:0;
}
.form2 p i{
  color:#707070;
  position: absolute;
    top: 7px;
    right: 11px;
}
.secondStep p.warn-info{
  margin-top:-1.2rem;
}

.item-list {
    position: fixed;
    width: 100%;
    z-index: 4;
    margin: 0 auto;
    bottom: -13.6rem;
    left: 0;
    background-color: #fff;
    height: 13.6rem;
    overflow: scroll;
}
.item-list .make-choose {
    position: relative;
    text-align: center;
    height: 1.7rem;
    line-height: 1.7rem;
    text-indent: 0;
    font-size: 1rem;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
}
.item-list .item {
    position: relative;
    width: 98%;
    margin: 0 auto;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 1rem;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    text-align: left;
    text-indent: .3rem;
}
.item-list .make-choose .close-item-list {
    position: absolute;
    right: .2rem;
    color: #e2545b;
}
.item-list .make-choose .close-item-list {
    position: absolute;
    right: .2rem;
    color: #e2545b;
}

.form_close{
    width: 74%;
    margin: 0 auto;
    position: fixed;
    background: #2c2c2c;
    height: auto;
    z-index: 1000;
    border-radius: 5px;
    top: 32%;
    left: 13%;
    position: fixed;
    color:#f3d073;  
    text-align: center;
      padding-bottom: 10%;
}
.form_close img{
  margin: 10% auto 3%;
}

.form_close h2{
  font-size: .7rem;
  margin-bottom:7%;

}
.form_close a{
  display: inline-block;
  width: 36%;
  padding: 3% 0;
border-radius: 3px;
}
.form_close a.go{
  background:#3f3f3f;
    margin-right: 5%;
}
.form_close a.back{
  background: #f3d073;
}

#yzm1{
    margin-top: -.8rem;
    width: 70%;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    height: 2.5rem;
}
#warn-info-phone{
    margin-top: -1.5rem;
}
#yzmImg{
    display: inline-block;
    width: 30%;
    border-radius: 0 5px 5px 0;
    height: 2.5rem;
    vertical-align: -.8rem;
}

.yzmContainer{
    margin-top: 20px;
    font-size: 0;
    position: relative;
}
.yzmContainer .yzm{
    display: inline-block;
    width: 70%;
    height: 20px;

}
#warn-info-yzm1{
    bottom: -1.5rem;
    left: .6rem;
}
.yzmContainer img{
    display: inline-block;
    width: 30%;
    height: 28px;
    margin-left: 1%;
}


