<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.infor{width:100%; position:relative;}
.infor .bg{width:100%;}
.infor .bg img{width:100%;}
.infor .box{width:300px; height:80px; position:absolute; top:45%; left:50%; margin-left:-153px; margin-top:-40px;}

.infor .box h2{font-size:24px; margin-bottom:10px; color:#fff; font-weight:100;}
.infor .box input{display:block; width:100%; height:36px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;  font-size:14px; background:none; border:none; border:2px solid #fff; background:url(../img/icon_1.png) 260px center no-repeat; color:#fff; padding-left:10px;}
.infor .box ::-webkit-input-placeholder { ã€€color:#999; font-size:13px; font-family:"å¾®è½¯é›…é»‘";ã€€}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#fff; font-size:14px;}
input:-moz-placeholder, textarea:-moz-placeholder{color:#fff; font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder{color:#fff;font-size:14px;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#fff;font-size:14px;}

.wxtip{background: rgba(0,0,0,0.8); text-align: center; position: fixed; left:0; top: 0; width: 100%; height: 100%; z-index: 998; display: none;}
.wxtip-icon{width: 52px; height: 67px; background: url(../img/weixin-tip.png) no-repeat; display: block; position: absolute; right: 30px; top: 20px;}
.wxtip-txt{padding-top: 107px; color: #fff; font-size: 16px; line-height: 1.5;}

</pre></body></html>