body {
    color: #333;
    font-family: "Microsoft YaHei", 微软雅黑, PingFangRegular, Arial , sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}
ul,li{
    list-style:none;
}
body,div{
    margin: 0;
    padding: 0;
}
.header-contact-icon {
    width: 50px;
    height: 50px;
    background: #408858;
    text-align: center;
    margin-right: 20px;
    border-radius: 32px;
    color: #fff;
    font-size: 20px;
    padding-top: 9px;
}
/*.contact-text{
    margin-top: 8px;
    margin-right: 100px;
}*/
.contact-text{
    margin-top: 8px;
    margin-right: 10px;
}

.contact-text span {
    font-size: 14px;
    font-weight: 600;
}

.contact-text h4 {
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}
.nav-item a{
    font-size: 18px;
    font-weight: 600;
}
#back_to_top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    background: #3DCA79;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
}
#back_to_top:hover {
    background: #E74C3C;
    color: #fff;
}
.bottom {
    margin-top: 20px;
    overflow: hidden;
}
/*.bottom .el-pagination {*/
    /*float: right;*/
    /*margin-right: 30%;*/
/*}*/
@media (min-width:300px) {
    .bottom .el-pagination {
        float: right;
        margin-right: 3%;
    }
    #el-pagination_jump{
        display: none;
    }
}
@media (min-width:576px) {
    .bottom .el-pagination {
        float: right;
        margin-right: 30%;
    }
}