@charset"utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:14px; color:#626262; font-family:"微软雅黑"; }
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; }
input{background:none;}
textarea { resize:none; }
a{text-decoration: none;}
select{margin:0;padding:0;}
.formspan{display: inline-block}
.error_message, .red{color: #f00;}
.blue{color: #015dc0;}
.green{color: #017f46;}
.red_bg{background-color: #fb7a7a;}
.blue_bg{background-color:#d5f1ff;}
.green_bg{background-color: #78f7be;}
em img {vertical-align: middle;width: 16px;margin-right:6px;margin-top: -4px;}


@media screen and (min-width: 768px) {
/*绿色按钮样式*/


}

@media screen and (max-width: 767px) {
/*绿色按钮样式*/


}

.gzdiv{width:100%;height:500px;position: relative;}
.gzdiv textarea{width:100%;border:none;font-size: 16px;}
.gzdiv .gz{position: absolute;right:50px;bottom:50px;color:#000;}
.gzdiv p{margin:10px 0;}
.gzdiv .gz span{margin:10px 30px;}
