



::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-button {
    background-color: #d7cfc2;
    display: none;
}

::-webkit-scrollbar-track {
    background: #d7cfc2;
    overflow: hidden
}

::-webkit-scrollbar-track-piece {
    /* background: url(http://www..net/wp/wp-content/themes/mine/img/stripes_tiny_08.png); */
}

::-webkit-scrollbar-thumb {
    background: #ba3833;
    border-radius: 4px
}

::-webkit-scrollbar-corner {
    background: #ba3833;
}

::-webkit-scrollbar-resizer {
    background: #ba3833;
}

::selection {
    background: #ba3833;
    color: #fff
}

::-moz-selection {
    background: #ba3833;
    color: #fff
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

svg {
    vertical-align: top
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 16px;
    /*line-height: 1.8;*/
    overflow-x: hidden;
    /*font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;*/
    text-align: left;
    margin: 0;
    padding: 0;
    color: #515151;
    background: #fff;
    /*padding-top: 120px;*/
    transition: all .3s;
}

hr {
    color: #e3e3e3;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0;
    padding: 0;
    overflow: hidden
}

._iconfont {
    font-family: iconfont;
    font-style: initial
}

.font-yh {
    /*font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif*/
}

.font-vd {
    /*font-family: Verdana, Geneva, sans-serif*/
}

.lineb {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top
}

a {
    text-decoration: none;
    color: #2a2a2a
}

a:hover {
    color: #dd0026
}

img {
    /*max-width: 100%*/
}

.imgloading {
    background: #fff;
    /*background:  url(/images/loading.gif) no-repeat center center*/
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.bka {
    display: block
}

.cell,
.cell2,
.cell3 {
    border-collapse: collapse;
    border-spacing: 0
}

.none {
    background: 0 0
}

.sub {
    display: none
}

.pages {
    width: 100%;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0
}

.pages a {
    padding: 4px 6px;
    background: #fff;
    font-size: 14px;
    border: #dbdbdb solid 1px;
    margin: 0 5px
}

.pages a.font,
.pages a:hover {
    color: #fff;
    background: #055f46;
    border: #055f46 solid 1px
}

.text-center {
    text-align: center
}
li{
    list-style: none;
}