@charset "utf-8";
/* CSS Document */
*{ margin:0;paddong:0;}
a{ text-decoration:none; color:#666;}
ul,li{ list-style:none;}
.container{ display:flex;justify-content:space-between; flex-direction:column;}
.banner img,.bot img{ width:100%;}
section {
  padding: 0 .3rem;
  margin-top: .4rem;
}
h5{ font-size:15px; line-height:2;}
.sp-box {margin-top:.2rem;}
.sp-box p{margin-bottom:.2rem; padding:0 .1rem;}
.sp-box input[type="checkbox"]{ display:block; width:24px; display:inline-block;height: 24px;font-size: .32rem;outline: none;
border: 1px solid #ddd; margin-top:0px; vertical-align:center}
.sp-box p label{line-height:1.6;  font-size:.32rem; padding:0 6px; color:#333; font-weight:bold;}
.sp-box .reason{ display:none} 
.sp-box .reason label{line-height:1.6;  font-size:.32rem; padding:0 6px; color:#333;display:block; padding:0 0.4rem;}
.sp-box .reason textarea{  overflow: hidden;
width:90%;
  line-height: 1.6;
  height: .8rem;
  font-size: .32rem;
  padding: 0 10px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin:.1rem .4rem .24rem;
  height:1.2rem;
  font-family: "å¾®è½¯é›…é»'";
  color: #555;}
.sp-box input[type="checkbox"] { width: 16px; height: 16px; display: inline-block; text-align: center;vertical-align:baseline; line-height: 16px; position: relative; border:none;}            
.sp-box  input[type="checkbox"]::before {content: ""; position: absolute;  top: 0;  left: 0; background: #fff; width: 100%; height: 100%;  border: 1px solid #CACDCF }           
.sp-box input[type="checkbox"]:checked::before { content: "\2713"; background-color: #2196F3; color: #fff;  position: absolute; top: 0; left: 0;width: 100%; border: 1px solid #2196F3; font-size: .2rem; font-weight: bold; }

section .box{ margin-top:.2rem;}
section .box label span{ font-size:.32rem; font-weight:bold; margin-top:.04rem; margin-right:4px; display:inline-block; font-weight:100; font-size:14px; }
textarea,input[type="text"]{ display:bloxk; line-height:1.6; height:.8rem; font-size:.32rem; padding:0 10px; outline:none; width:100%;box-sizing:border-box;
 border:1px solid #ddd; border-radius:3px; margin-top:.2rem; font-family:"å¾®è½¯é›…é»'";color:#555; }
.infor p{ width:100%; line-height:1.6;  font-size:.32rem; padding:0 6px; margin-top:.1rem; font-family:"å¾®è½¯é›…é»'"; color:#555 }
input:placeholder,texrarea:placeholder{ color: #ddd; }

.motai{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; background: rgba(0, 0, 0, .4); transition: all .7s ease;
    -moz-transition: all .7s ease; -webkit-transition: all .7s ease;-o-transition: all .7s ease;}
	
.motai1{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(0, 0, 0, .4); transition: all .7s ease;
    -moz-transition: all .7s ease; -webkit-transition: all .7s ease;-o-transition: all .7s ease;}	
.waiting {position: fixed; top: 25%; left: 0; right: 0; bottom: 0; z-index: 999; display:none; }
.waiting img{width:50%;position:absolute; left:25%; top:100px;}
.motaiHide {transform: translate(-5550px, 0px);-webkit-transform: translate(-5550px, 0px);-moz-transform: translate(-5550px, 0px); -o-transform: translate(-5550px, 0px);}

.motaiShow { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px);}


.iphone { width: 100%; height: 100%; padding: 0; background: none; }
	.browser { width: 100%; height: 100%; }

	/*选择地区*/
	input,textarea{color:#333;}
	input:placeholder,textarea:placeholder{ color: #ddd; }
	select{ color:#333;}
	body{ z-index:1; }
	.express-area {line-height: 1.6;height: .8rem;font-size: .3rem;padding: 0 10px;outline: none;border: 1px solid #ddd;border-radius: 3px;margin-top: .1rem;font-family: "微软雅黑";color: #999;}
	.express-area a { display: block; line-height:.8rem; height:.8rem; overflow:hidden;}
	.express-area dl { position: relative; height:.5rem; color: #4d525d; width:100%; font-size:.32rem; }
	.express-area dl dt { float:left; font-size:0;}
	.express-area dl dd { color:#444; }
	/*选择地区弹层*/
	.express-area-box { position: absolute; bottom: -100%; left: 50%; z-index: 15; width: 320px; margin-left: -160px; background-color: #fff; color: #4d525d; z-index:100 }
	.express-area-box header { position: relative; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
	.express-area-box header h3 { margin: 0 1.675rem; text-align: center; font-size: .36rem; line-height: 1rem; font-weight:bold; }
	.express-area-box header .back,
	.express-area-box header .close { position: absolute; top:6px;  width: .3rem; height: .3rem;  background: url(../../images/cyb/smdgd/close-area.png) no-repeat; background-size:100% 100%;}
	.express-area-box header .back { width: .32rem; height: .32rem;   display: none; left: 6px;background:url(../../images/cyb/smdgd/back.png) no-repeat;  background-size:70% 100%;}
	.express-area-box header .close { right: 6px;  }
	.express-area-box article { height: 250px; overflow-y: scroll;  -webkit-overflow-scrolling : touch;}
	.area-list li { padding: .05rem .1rem; border-bottom: 1px solid #e2e2e2; text-align: justify; font-size: .34rem; line-height: 2;}
	
	.express-area-box { position: fixed; left: 0; width: 100%; margin-left: 0;}
	
	/*遮罩层*/
	.main{ width:100%; height:100%; position:fixed;   }
	.mask { display: none; position: fixed; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; background-color: rgba(0,0,0,.5);}
	.add{ position:fixed; height:100%;width:100%; overflow:hidden; }
	.focused{color:red;}
    .toppic{ width:100%;}
	.toppic img{ width:100%;} 
	
.con {
    margin:2.2rem auto;
	width: 330px;
	height: 310px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	padding-top: 0;
	transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
}

.conHide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.conShow {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.Hide{ display:none;}
.Show{ display:block;}
.con>img {
    position: absolute;
    width: 80%;
    top: -110px;
    left: 10%;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.con>.img2 {
    position: absolute;
    width: 20%;
    top: 78px;
    left: 40%;
    transition: all 1.5s ease .2s;
    -moz-transition: all 1.5s ease .2s;
    -webkit-transition: all 1.5s ease .2s;
    -o-transition: all 1.5s ease .2s;
}


.con>.animateHide {
    transform: translate(0, -1250px);
    -webkit-transform: translate(0, -1250px);
    -moz-transform: translate(0, -1250px);
    -o-transform: translate(0, -1250px);
}

.con>.animateShow {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}
.con>.animateHide1 {
opacity:0
}

.con>.animateShow1 {
	opacity:1
}

.con h4 {
	height:1.2rem; background:#ffe6bf; color:#ff9600; line-height:1.2rem; text-align:center; border-radius:10px 10px 0 0;
}

.text {
    width: 94%;
	margin:.1rem auto;
    box-sizing: border-box;
    text-align: left;
    font-size:16px;
    color: #333;
	margin-top:.1rem;
	transition: all 1.5s ease;

}

.text span {
color:#2ecf67
}
.tochat {
    width: 240px;
	height:48px;
    margin: 16px auto;
	background:#5aa0fe;
	border-radius:30px;
    color: #fff;
    cursor: pointer;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.tochat a {
	display:block;
	line-height:48px; font-size:18px; text-align:center;
    color: #fff;
    cursor: pointer;
	font-weight:bold;
}



.con h4 {
height:1.2rem; background:#7BBAF9; color:#fff; letter-spacing:2px; line-height:1.2rem; text-align:center; border-radius:10px 10px 0 0;
}


    @media screen and (max-width: 330px){
        .con{
            width: 100%;
        }
    }

	.con{
            width: 330px;

        }


.file-box {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    color: #000;
    background: #d6d6d6;
    transition: all 0.5s;
}
.sub-btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    color: #000;
    background: #d6d6d6;
    transition: all 0.5s;
}
.file-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
    background-color: transparent;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;}  
	  
	.red{ color:#f00; margin-right:6px;}
	
.prompot {
    clear: both;
}
 .tip {
    display: inline-block;
    width: 100px;
    margin-right: 15px;
    text-align: right;
    float: left;
}
.false {
    color: red;
}
.right {
    color: #555;
}
input.false,textarea.false {
    border: 1px solid red;
	box-shadow:none; 
}
input.right {
    border: 1px solid #ddd;
}

.tp{ width:100px; height:40px; background:rgba(100,100,100,.8); color:#fff; top:48%; left:50%; margin-left:-50px; position:absolute; text-align:center; line-height:40px; border-radius:3px; display:none}

.zbtn{ width:92%; margin:.4rem auto; height:.8rem; background:url(../../images/cyb/smdgd/sbtn.png) 0 0 no-repeat; background-size:100% 100%; border:none; outline:none; cursor:pointer}
.zbtn2{ width:98%; margin:.4rem auto; height:.8rem; background:#5aa0fe; background-size:100% 100%; border:none; border-radius:3px; outline:none; cursor:pointer; color:#fff; font-weight:bold; font-size:17px;}
.zbtn3{ width:100%; margin:.6rem auto .2rem; height:.8rem; background:#2ecf67; background-size:100% 100%; border:none; border-radius:3px; outline:none; cursor:pointer; color:#fff; font-weight:bold; font-size:17px;}
.pic{ width:100%; text-align:center; margin-top:.2rem;}
.pic img{ width:98%; padding-bottom:10px;}
.pic .inner p{ line-height:2; text-align:left; padding-left:10px; border-top:6px solid #f3f3f3;}
.pic p.ts{ line-height:2; color:#f00;border:none; text-align:center}

		/*遮罩层*/
  .opacityBottom {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(30,30,30,.7);
        z-index: 100000000000;
        top: 0;
        left: 0;
    }
	
  .opacityBottom .bigImg{
	width:100%;
	margin:250px auto;
        
    }
