@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    box-sizing: border-box;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar { /*隐藏滚轮*/
    display: none;
}

html {
    font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}


html {
    font-size: 50px;
}

/* iPhone 4/5 */
@media (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

/* Android */
@media (min-width: 360px) {
    html {
        font-size: 56.25px;
    }
}

/* iPhone6 */
@media (min-width: 375px) {
    html {
        font-size: 58.59375px;
    }
}

/* iPhone6 Plus */
@media (min-width: 414px) {
    html {
        font-size: 64.6875px;
    }
}

html, body {
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

* {
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/ /*早期浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

body {
    overflow-x: hidden !important;
    color: #333333;
    font-size: .24rem;
}
a{
    color: inherit;
    text-decoration: none;
}

/*!*字体设置*!*/
/*@font-face {*/
   /*font-family: myfont;*/
    /*src: url(../font/PingFang%20Light.ttf);*/
/*}*/
/*.myfont{*/
    /*font-family: myfont;*/
/*}*/
.pullright {
    float: right;
}

.pullleft {
    float: left;
}


img{
    width: 100%;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
}

.hide {
    display: none;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
    zoom: 1;
}

i, b, em {
    font-style: normal;
    font-weight: normal;
}
.tec{
    text-align: center;
}