/* 公用重置样式 rem适配 */
html {
    font-size: 13.33333vw;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
/* 大屏上限字体 */
@media screen and (min-width:721px) {
    html {
        font-size: 102.4px;
    }
}

body,dl,dd,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;
}
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[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input {
    cursor: default;
    -webkit-appearance: textfield;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
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;
}