<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.liuyan_con{ margin: 20px auto;border:1px solid rgb(225, 225, 225); padding:20px }
.liuyan_left{ }
.liuyan_right{ float: right; width: 50%; background: url(../images/ly.png) no-repeat top;  height: 479px; background-size: 100%; }
.ly_text{ width: 280px; margin: 40px 0px 0px 100px; color: #999; font-size: 16px; line-height: 200%; }
.liuyan_left input[type="text"]{ background: none;  border:none; width: 100%; outline:none;}
.liuyan_left textarea{ background: none; border:none;  outline:none;}
.liuyan_left p{ float:left; width:49%; margin-bottom:20px;}
.liuyan_left p.r{ float:right}
.liuyan_left p input[type="text"],.liuyan_left p select{ border-bottom: #d7d7d7 1px solid; border: #d7d7d7 1px solid; line-height: 45px; text-indent: 20px;}
.liuyan_left p select{ width:100%; height:47px;}

.liuyan_left dd{ float:right; border: #d7d7d7 1px solid; }
.liuyan_left dd textarea{height: 100px; margin: 10px auto; width: 97%; margin-left: 1.5%;}
.liuyan_left p input::-webkit-input-placeholder{color: #999;  } /*?使用webkit内核的浏览器 */
.liuyan_left p input:-moz-placeholder{color: #999; } /*?Firefox版本4-18 */
.liuyan_left p input::-moz-placeholder{color: #999; } /*?Firefox版本19+ */
.liuyan_left p input:-ms-input-placeholder{color: #999; }
.liuyan_left textarea::-webkit-input-placeholder{color: #999; font-family: "Arial"; padding-left: 10px; }

.liuyan_left p input[type="submit"]{ border:none; width: 100%; line-height: 35px; background: #005aa1; color: #fff; text-align: center; }

@media only screen and (max-width: 1024px) {


.ly_text{ margin-left: 55px; }

}

@media only screen and (max-width: 768px) {
.liuyan_right{ background-size:100% auto;  background-position: top;  }
.ly_text{ width: 50%; }
.liuyan_left p{ margin: 0px auto 10px auto; }
}


@media only screen and (max-width: 600px) {
.liuyan_right{  display: none; }
.liuyan_left{ float: none; width: 95%; margin: auto; }
.liuyan_left p{ width:100%}
.liuyan_left p input[type="text"]{ line-height: 40px; }
}</pre></body></html>