<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 320px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 16px;
    }
    .main .form_part{
      margin-top:30px !important;
    }
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
    html {
        font-size: 18px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1000px) {
    html {
        font-size: 20px;
    }
}

body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, th, td, b, s,textarea, strong, em, input, select, label, button {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    color:#fff;
   font-family: Helvetica,Arial,sans-serif;
}

button{border: none;}

ul, li {
    list-style: none;
}
a {
    text-decoration: none;
}
.cl{
  clear:both;
}
.clearfix:after {
    clear: both;
}
.hidden{
  display: none;
}
input, textarea {
    font-size: 100%;
}
input:focus, select:focus,textarea:focus {
    outline:none;
}
body{
  max-width: 1000px;
  margin:0 auto;
}
body,html{
  height:100%;
  overflow:hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}
::-webkit-scrollbar {
    width: 18px;
}
::-webkit-scrollbar-track {
    background-color:#e0e0e0;
}
::-webkit-scrollbar-thumb {
    background-color: #77757c;
}
.none{display:none;}
/*.main{
  max-width:1000px;
}*/

.main .form_part{width:19rem;margin:1rem auto 0;font-size:14px;}
.form_part .list{height:22px;margin-bottom:10px;}
.form_part span{color:#333;width:3.8rem;height:22px;line-height:22px;padding-left:10px;display:block;float: left;font-size:0.7rem;background:url(img/star.png) no-repeat left center;}
.form_part .textarea span{background-image:none;}
.form_part input{color:#333;width:14rem;height:22px;border:1px solid #a9a9a9;padding-left:0.4rem;}
.form_part select{width:14.4rem;height:22px;color:#333;}
/*.form_part .list.textarea{height:85px;}*/
.list.textarea span{display: block;float: left;}
.form_part textarea{color:#333;float: left;width:13.6rem;height:85px;border:1px solid #a9a9a9;padding:0.4rem;margin-bottom:10px;}
.form_part a.btn{cursor:pointer;width:5rem;height:30px;padding-left:1.4rem;display:inline-block;font-size:14px;text-align: center;line-height:30px;}
.form_part a.submit{background:#f5ad33 url(img/submit_icon.png) no-repeat 1rem center;margin-left:4.4rem;margin-right:12px;}
.form_part a.freeCall{color:#fff;background:#89cb73 url(img/freeCall_icon.png) no-repeat 1rem center;}
.form_part .tip1{color:#000;background:none;display:inline-block;}
.form_part .tip2{color:#000;background:none;display:inline-block;}
.mobile .stage .inner{height:100% !important;}</pre></body></html>