/*公共样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*1.样式重置*/
html, body, ul, li, img, a, p, div, form, input, dl, dd, dt, span {
    padding: 0;
    margin: 0;
    /*设置盒模型*/
    box-sizing: border-box;
    /*去除移动端特有的点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
}

a,
a:hover {
    color: #666;
    text-decoration: none;
}

ul, dl, dd, dt {
    list-style: none;
}

input {
    /*1.清除文本框获取焦点时默认的边框阴影*/
    outline: none;
    /*2.去除边框*/
    border: none;
    /*3.添加边框*/
    border: 1px solid #ccc;
}

/*2.添加新的样式*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

.m_left10 {
    margin-left: 10px;
}

.m_right10 {
    margin-right: 10px;
}

.m_top10 {
    margin-top: 10px;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_wyonyhsti.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_wyonyhsti.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_wyonyhsti.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_wyonyhsti.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_wyonyhsti.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_wyonyhsti.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html, body {
    font-family: 'webfont', sans-serif !important;
}

/* 阿里字体图标 */
@font-face {
    font-family: 'iconfont';  /* project id 1241498 */
    src: url('//at.alicdn.com/t/font_1241498_uddsvh8apcb.eot');
    src: url('//at.alicdn.com/t/_1241498_uddsvh8apcb.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1241498_uddsvh8apcb.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1241498_uddsvh8apcb.woff') format('woff'),
    url('//at.alicdn.com/t/font_1241498_uddsvh8apcb.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1241498_uddsvh8apcb.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout {
    width: 100%;
    height: 100%;
    background-color: #fff;
    max-width: 6.4rem;
    min-width: 3.2rem;
    /*position: relative;*/
    border-top: 1px solid transparent;
}

.container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

a::after {
    /*display: none!important;*/
}


.layout {
    max-width: 640px;
}

.w {
    padding-left: 15px;
    padding-right: 15px;
}

i {
    font-style: normal;
}

.hide {
    display: none;
}

.show {
    display: block;
}

html, body {
    height: 100%;
}
