html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    width: 100%;
    font-family: "Microsoft YaHei";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    display: block;
    cursor: pointer !important;
}
*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
}
input::-webkit-input-speech-button {display: none}
button,input,textarea{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*input为number时清除上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
/*去除hover*/
input:focus{
    outline:none;
}
/*图片*/
img{
    border: none;
    vertical-align: top;
    width:auto\9;
    max-width:100%;
    vertical-align:top;
    height:auto;
}
a{
    -webkit-tap-highlight-color:transparent;
    -ms-tap-highlight-color:transparent;
    -moz-tap-highlight-color:transparent;
}

#pages>li>span,#pages>li>a{
    width: 100%;
    height: 100%;
}

#pages>li>a{
    color:#25a5df;
}
.none{
    display: none; 
}

.showList{
    display: block;
}

.rotate1{
    transform: rotate(360deg) translateY(-50%) !important; 
}

.rotate2{
    transform: rotate(-180deg) translateY(50%) !important; 
}

.colorBlue{
    color: #25a5df !important;
}
.colorBlack{
    color: #333333 !important;
}

.actNav{
    background: #108DC6 !important;
    color:#fff !important;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

#yscroll{
    width: 100%;
    position: relative;
    /* margin-top: 1.1rem; */
    padding: 0 13vw 0 4vw;
    box-sizing: border-box;


}

.tabItem{
    display: inline-block;
    vertical-align: middle;
}

.tabWord{
    margin-right: 2rem;
    text-decoration: none;
    letter-spacing: 0;
    color: #25a5df;
    font-size: 1rem;
    padding: 1rem 0;
}

.tabWord:nth-last-child(1){
    margin-right: 0;
}

.tabItem {
    display: inline-block;
    vertical-align: middle;
}

.aparent{
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.aparent::-webkit-scrollbar{ 
    width: 0 !important;
    height: 0 !important;
}

.swiper-button-prev,.swiper-button-next{
    cursor: none; 
    outline: none;
}

#hd{
    position: absolute;
    width: 2rem;
    height: auto;
    right: 1rem;
    z-index: 1111;
    top: 0.75rem;
}