<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @Author: X
* @Date:   2017-09-13 13:57:37
* @Last Modified by:   X
* @Last Modified time: 2017-11-11 10:59:45
*/

@charset "UTF-8";

/*è®¾ç½®é»˜è®¤ç¼–ç&nbsp;é›†*/


/*css åˆå§‹åŒ– start */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}


/*å„æµè§ˆå™¨æ˜¾ç¤ºä¸åŒï¼ŒåŽ»æŽ‰è¾¹æ¡†ç­‰é»˜è®¤æ&nbsp;·å¼*/

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "å¾®è½¯é›…é»‘";
}

select,
input,
textarea {
    font-size: 16px;
    margin: 0;
    font-family: "å¾®è½¯é›…é»‘";
}


/*é˜²æ­¢æ‹–åŠ¨ å½±å“å¸ƒå±€*/

textarea {
    resize: none;
}

textarea:focus {
    outline: none;
}


/*åŽ»æŽ‰è¡Œå†…æ›¿æ¢å…ƒç´&nbsp;ç©ºç™½ç¼éš™*/

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*word-break: break-all*/
    font-family: "Vic";
}

body {
    font-size: 18px;
    font-family: "Vic";
    line-height: 180%;
    color: #4a4a4a;
    background: #fff;
    /*height: 10000px;*/
}


/*æ¸…é™¤æµ®åŠ¨*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    color: #666;
    text-decoration: none;
}


/*a:hover {
    color: #C81623;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
b,
i,
em {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}


/*å…¬å…±ç±»*/

.w {
    /*ç‰ˆå¿ƒ æå– */
    width: 1180px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

[class^="icon_"] {
    /*background: url("/images/sprite.png") no-repeat;*/
}


/*@font-face {
    font-family: 'PingFangSC-Regular';
    src: url("../css/PingFang Regular.ttf");
    src: url('../css/PingFang Regular.ttf') format('truetype');
}*/

body {
    min-width: 1200px;
    /*height: 10000px;*/
}

.bg_white {
    background-color: #fff;
}
</pre></body></html>