*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
a:hover{
    color:#FFF;
}
img{
    vertical-align:inherit!important;
}
body{
    width: 100%;
    color: #222;
    letter-spacing: 1px;
}

.page_container{
    width: 100%;
    min-height: 100vh;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;z-index: 10;
    width: 100%;
    background-color: var(--main-color);
    border-bottom: 1px var(--main-color) solid;
}
.nav_list a{
    color: #333333;
}

/*foot*/
.foot{
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #373f5e;
}
.foot a{
    color: #fff;
}

.footer_tab{
    position:fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-top: 1px #dcdddd solid;
    display: flex;
    justify-content: space-around;
}
.f_tab{
    float: left;
    width:33.33%;
    font-size: 14px;
    text-align: center;
    line-height: 16px!important;
}
.f_tab a{
    color: #333;
}
.f_tab img{
    width: 25px;
    height: 25px;
    margin-top: 7px;
}
/*�������*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}

.page {
    text-align: right;
    margin-top: 30px;
}

.page a {
    display: inline-block;
    background-color: #f2f2f2;
    color: #777777;
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #dddddd;
}

.page .tx {
    width: 40px;
    border: 1px solid #dddddd;
}

.page img {
    vertical-align: 1px;
}

.page .i1 {
    margin-right: 10px;
}

.page .i3 {
    display: none;
}

.page a:hover .i1 {
    display: none;
}

.page a:hover .i3 {
    display: inline-block;
    margin-right: 10px;
}

.page .i2 {
    margin-left: 10px;
}

.page .i4 {
    margin-left: 10px;
    display: none;
}

.page a:hover .i2 {
    display: none;
}

.page a:hover .i4 {
    display: block;
    display: inline-block;
}

.page em {
    color: #777777;
    font-size: 14px;
    margin: 0 5px;
}

.page .on {
    background-color: #1e9fff;
    color: #FFFFFF;
}

.page a:hover {
    background-color: #1e9fff;
    color: #FFFFFF;
    text-decoration: none;
}

.page .but {
    padding: 0 5px;
    cursor: pointer;
}

.page a,.page span{
    cursor: pointer;
    display: inline-block;
    background-color: #f2f2f2;
    color: #777777;
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #dddddd;
    margin-right: 10px;
}
.page span.active {
    background-color: #1e9fff;
    color: #FFFFFF;
}