/** CSS Reset **/
*{-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;outline:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:center; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
textarea, input, select{resize: none;outline:none;background:none;border:none;overflow:visible;width:auto;margin:0;padding:0;border:0 none;-moz-appearance: none;-webkit-appearance: none;}
button {overflow:visible;width:auto;margin:0;padding:0;border:0 none;outline:none;}
input{border:0}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;}
a:hover{ text-decoration:none;color:#000;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0;}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
.clearfix {display:block;}
html{width: 100%;height:100%;}
body{color:#333;font-size:30px;line-height:160%;font-family: "Microsoft YaHei";width: 100%;height:100%;}
.fl{float:left;}
.fr{float:right;}
.mobile{display:none;}
.m1000{width:1000px;margin:0 auto;overflow: hidden;}
/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
body{max-width:750px;margin:0 auto;}

/* banner */
.banner {background:url("../images/banner.jpg") no-repeat center top;height: 388px;}
.banner .logo{padding:35px;display: block;}

.form{background:url("../images/bg.jpg") no-repeat center top;background-size: cover;}
.form ul{width: 80%;display: block;padding:40px 0;margin:0px auto;}
.form ul li{margin:20px 0;background: #fff;border-radius: 5px;padding:10px 0;}
.form ul li span{padding:0 0.5% 0 10.5%;margin: 10px 0;border-right: 1px solid #dedede;float: left;width: 26%;}
.form ul li span i{color:#ce2f3c;}
.form ul li span.name{background: url(../images/icon_1.png) no-repeat 15px center; }
.form ul li span.phone{background: url(../images/icon_2.png) no-repeat 15px center; }
.form ul li span.wechatid{background: url(../images/icon_3.png) no-repeat 15px center; }
.form ul li span.profession{background: url(../images/icon_4.png) no-repeat 15px center; }
.form ul li span.marktitle{background: url(../images/icon_5.png) no-repeat 15px center; }
.form ul li span.school{background: url(../images/icon_6.png) no-repeat 15px center; }
.form ul li span.product{background: url(../images/icon_7.png) no-repeat 15px center; }
.form ul li input,.form ul li select{width: 54%;float: left;font-size: 30px;line-height: 160%;margin:10px 3%;}
.form ul li select{background: url(../images/icon_down.png) 95% center no-repeat;}
/*表单协议*/
.tiaokuan{font-size: 20px;color: #263777;display: block;margin:0px auto;width: 85%;line-height: 120%;}
.tiaokuan img{float:left;margin-right: 6px;margin-top: 6px;cursor:pointer;}
.tiaokuan.gray a{color: #ce2f3c;}

.form .btn-wrap {cursor: pointer;display: block;width: 100%;height: 70px;margin-top:20px;border: none;background: #ce2f3c;color: #fff;border-radius: 5px;font-size: 30px;}

@media screen and (max-width:1000px) {
	.m1000{width:98%;margin:0 auto;}
	.pc{display:none;}
	.mobile{display:block;}

}