@charset "utf-8";

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
    margin: 0;
    padding: 0;
    border: none;
    color: #666;
    list-style: none;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
    line-height: 25px;
}

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    font-size: 14px;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
}

/* 链接样式 */
a {
    outline: none;
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}


/* 常用元素 */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: 1;
}

/* 层浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}

/* 文字对齐 */
.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.visible-xs {
    display: none !important;
}
:root {--color-blue: #0066CC;}

.font18 {
    font-size: 18px;
}

@media screen and (max-width:767px) {
.hidden-xs {
    display: none !important;
}
.visible-xs {
    display: block !important;
}
.font18 {
    font-size: 16px;
}

}