﻿@charset "utf-8";
@import url("icon/iconfont.css");

/* CSS Document */

*,
::before,
::after {
    margin: 0;
    padding: 0;
    /* 清除默认的 点击高亮效果 */
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    /* 让元素 优先考虑 自己的区域大小 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*=====================通用样式定义========================*/
body, th, td {
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular, serif, "宋体", Simsun, "굴림", Gulim, "sans-serif";*/
    color: #333;
}

body, div, p, li, a, input, span {
    /*font-family: PingFangSC-Regular;*/
}

h1, h2, h3, h4 {
    /*font-family: PingFangSC-Regular;*/
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.12rem;
    background: #fff;
}

div,
input,
span,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a, button {
    cursor: pointer;
}

input,
select {
    border: 0 none;
    box-sizing: border-box;
    padding: 0;
}

button {
    background: none;
    border: none;
}

table,
td {
    padding: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

/* 通用浮动属性 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clear1 {
    clear: both;
    line-height: 0;
    height: 0;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    height: 0;
}

/*文字对齐方式*/

.tc {
    text-align: center;
}

.ind {
    text-indent: 2em;
}


/*常用方法*/

.b {
    font-weight: bold;
}

/* 默认链接颜色 */

p {
    color: #333;
}

a {
    color: #333;
}

    a:link,
    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #eb6b70;
    }


/*清除链接虚框*/

:focus {
    outline: none;
}


/*针对Firfox*/

a,
area {
    blr: expression(this.onFocus=this.blur())
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

::selection {
    background: #FFF;
}

::-moz-selection {
    background: #FFF;
}

::-webkit-selection {
    background: #FFF;
}

html {
    font-size: 100px;
    height: 100%;
    /*overflow: hidden;*/
}

@media (max-width: 768px) {
    html {
        font-size: 150px;
    }
}

@media (max-width: 414px) {
    html {
        font-size: 110.4px;
    }
}

@media (max-width: 412px) {
    html {
        font-size: 109.6px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 360px) {
    html {
        font-size: 96px;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 85.3333px;
    }
}

body {
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    background: #F5F5F5;
    width: 3.75rem;
    margin: 0 auto !important;
}

body, a {
    color: #6d6d6d;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

#load_more {
    font-size: 0.12rem;
}
