@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
li { list-style: none; }
img { border: none; }
input,
select,
textarea { outline: none; border: none; background: none; border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-image: -webkit-linear-gradient(transparent, transparent);
  background-image: linear-gradient(transparent, transparent);
  font-family:"Helvetica", "Arial";
}
textarea { resize: none; }
html { -webkit-text-size-adjust:none;overflow-x:hidden;}
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section { display: block; }
img { display: block; max-width: 100%; height:auto; width: auto\9; /* ie8 */ vertical-align:top; }
.video embed， .video object， .video iframe { width: 100%; height: auto; }


.clearfix:after,
.clearfix:before { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clearfix-1{text-indent:33px;}
body{font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial,
"Microsoft YaHei", FreeSans, Arimo, "Droid Sans",
"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3",
FontAwesome, sans-serif;}

.left{ float: left }
.right{ float: right }
.box-sizing{box-sizing:border-box;  -moz-box-sizing:border-box; /* Firefox */  -webkit-box-sizing:border-box; /* Safari */  }
.w1440{width: 1200px; margin: 0 auto}
.flex{display:-webkit-flex;display: flex;}
.flex_around{ display:-webkit-flex;display: flex;  justify-content: space-around;align-items: center;    }
.flex_between{display:-webkit-flex;display: flex;  justify-content: space-between;align-items: center;   }
.flex_center{display:-webkit-flex;display: flex;  justify-content: center;align-items: center; }
.flex_wrap{ display:-webkit-flex;display: flex; flex-direction:wrap ; justify-content: space-between;flex-wrap:wrap ;}
.mt15{margin-top: 15px;}
.plr15{padding:0px 15px;}
.kehu_img_b input{
    width: 39%;
    padding: 0 0.2rem;
    height: 3rem;
    margin-bottom: 1rem;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border:solid 1px rgba(141,141,141,0.5);
    border-radius: 5px;

}
.kehu_img_b input:first-child{
    margin-top: 0.4rem;
    border-radius: 5px; 
}

.kehu_img_b input.anniu{
    width: 20%; 
    background: #028732;
   
    border:none;

}

.kehu_img_b textarea{
    border-radius: 5px;
    height: 300px;
    margin-bottom: 1.2rem;
    width: 80%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border:solid 1px rgba(141,141,141,0.5);
    padding: 0.1rem 0.2rem;
}
.kehu_img_b p{
    color: #fff;
    line-height: 1rem;
}
.kehu_img_b p span{
    color: #f57a12;
    font-size:0.3rem;
}




