@charset "utf-8";
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*点击元素时的高亮*/
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none; /*禁用Webkit内核浏览器文字大小调整功能*/
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -text-size-adjust: none;
  background: #FFF
}
body,h1,h2,h3,h4,h5,h6,p,ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
}
img {
    border: none;
    vertical-align: top;
}
a,a:link,a:visited,a:active {
    text-decoration: none;
}
body,input { 
    font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}
input,select,textarea {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}
input {
    -webkit-appearance: none; /*去除ios输入框和按钮自带样式*/
    border-radius: 0;
}
textarea {
    resize: none; 
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
	*zoom:1;
}
dl,dd{margin:0;}














#popBox{position: fixed;top: 0;left:0;height: 100%;width: 100%;background: rgba(000,000,000,.8);z-index: 10;display: none;}
#popBox .main{padding: 0 20px;position: absolute;top: 50%;left: 50%;width: 600px;border-radius: 12px;background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}
#popBox .title{    text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #00D0F0;}
.popList{padding: 10px 0;display: flex;}

.listBox{padding: 10px 0;}
#popBox input{
  width: 312px;
  height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  line-height: 36px;
  border: 1px solid #00D0F0;
  border-radius: 100px;
}
#popBox textarea{
  padding: 10px;
  border: 1px solid #00D0F0;
  border-radius: 8px;
  line-height: 20px;
  height: 100px;
  width: 100%;
}
.btnBox{
  display: flex;
  justify-content: space-between;
  padding: 10px 100px;
}
.btnBox .btn{
  background: #00d0f0;
  width: 120px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100px;
  line-height: 36px;
  cursor:pointer
}
.btnBox .btn:first-child{
  color: #000;
  background: #3333;
}


























