<!-- 公用重置样式 -->
html {
    font-size: 13.33333vw;
}

@media screen and (max-width:320px) {
html {
    font-size: 42.667PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:321px) and (max-width:360px) {
html {
    font-size: 48PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:361px) and (max-width:375px) {
html {
    font-size: 50PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:376px) and (max-width:393px) {
html {
    font-size: 52.4px;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:394px) and (max-width:412px) {
html {
    font-size: 54.93PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:413px) and (max-width:414px) {
html {
    font-size: 55.2PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:415px) and (max-width:480px) {
html {
    font-size: 64PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:481px) and (max-width:540px) {
html {
    font-size: 72PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:541px) and (max-width:640px) {
html {
    font-size: 85.33PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:641px) and (max-width:720px) {
html {
    font-size: 96PX;
    font-size: 13.33333vw;
}
}

@media screen and (min-width:721px) and (max-width:768px) {
html {
    font-size: 102.4PX;
}
}

@media screen and (min-width:769px) {
html {
    font-size: 102.4PX;
}
}

@media screen and (min-width:769px) {
html {
    font-size: 102.4PX;
}
}
body, dd, dl, form, h1, h2, h3, h4, h5, h6, hr, input, ol, p, pre, tbody, td, textarea, tfoot, th, thead, ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    line-height: 1.5;
    font-size: 16px;
    color: #333;
}
body, button, input, select, textarea {
    font-family: 'Roboto-Bold', 'Roboto';
}
em, i {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, html input, input, input {
    -webkit-appearance: button;
    cursor: pointer;
}
button, input {
    cursor: default;
}
input[type=checkbox], input {
    box-sizing: border-box;
    padding: 0;
}
input {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input::-webkit-search-decoration {
-webkit-appearance:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input {
    line-height: normal !important;
}
}

/*首页-快迅*/
.news-tit{
width: 2rem;
height: 100%;
position: absolute;
left: 0;
top: 0;
}

