@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,ul,ol {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    background-color:#fff;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Microsoft Yahei UI",SimHei,"宋体",simsun,sans-serif;
}
ul,ol {
    list-style: outside none none;
}
a, a:link, a:hover, a:active {
    text-decoration: none;
    outline: none;
}
div {
    box-sizing: border-box;
}
button {
    outline: none;
}
.none {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text_l {
    text-align: left !important;
}
.text_r {
    text-align: right !important;
}
.text_c {
    text-align: center !important;
}
.mg_t5 {
    margin-top: 5px !important;
}
.mg_t10 {
    margin-top: 10px !important;
}
.mg_t15 {
    margin-top: 15px !important;
}
.mg_t20 {
    margin-top: 20px !important;
}
.mg_t25 {
    margin-top: 25px !important;
}
.mg_t30 {
    
    margin-top: 30px !important;
}
.mg_t35 {
    margin-top: 35px !important;
}
.mg_t40 {
    margin-top: 40px !important;
}
.mg_t45 {
    margin-top: 45px !important;
}
.mg_t50 {
    margin-top: 50px !important;
}
.mg_t60 {
    margin-top: 60px !important;
}
.mg_t70 {
    margin-top: 70px !important;
}
.mg_t80 {
    margin-top: 80px !important;
}
.mg_t100 {
    margin-top: 100px !important;
}
.mg_t120 {
    margin-top: 120px !important;
}
.mg_b80 {
    margin-bottom: 80px !important;
}
.mg_l15 {
    margin-left: 15px !important;
}




