/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}

/*去掉列表前面的小点*/
li {
    list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;
    /*ie6*/
    vertical-align: middle;
}

button {
    cursor: pointer;
}

a {
    color: #666;
    text-decoration: none;
}

button,
input {
    /* font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif; */
    font-family: "Times New Roman", Times, serif;
}

body {
    background-color: #F5F7FA;
    /* font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif; */
    font-family: "Times New Roman", Times, serif;
    color: #666
}

.hide,
.none {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

/* 定义滚动条的宽度和背景颜色 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

/* 定义滚动条轨道的样式，包括内阴影和圆角 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background-color: #f1f1f1;
}

/* 定义滑块的样式，包括圆角和内阴影 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c1c1c1;
}

.fufild {
    width: 100%;
    height: 100%;
}

/* Unified footer (.pagesix) across all pages */
.pagesix .contain { padding-bottom: 30px; }
.pagesix .contain .left { padding-left: 100px !important; }
.pagesix .contain .left .top { display:flex !important; flex-direction: row !important; align-items:center !important; justify-content: space-between !important; flex-wrap: nowrap !important; font-size: 18px !important; }
.pagesix .contain .left .top .item { flex: 1 !important; display:flex !important; justify-content:center !important; align-items:center !important; padding: 0 18px !important; white-space:nowrap !important; word-break: keep-all !important; flex-shrink:0 !important; border-right: 1px solid #E7E7E7 !important; }
.pagesix .contain .left .top .item:last-child { border: none !important; }
.pagesix .contain .left .bottom { font-size: 18px !important; }
.lang-ru .pagesix .contain, body.lang-ru .pagesix .contain, :lang(ru) .pagesix .contain, html[lang="ru"] .pagesix .contain { width: 100% !important; }
