@font-face {
    font-family: akbrobat;
    src: url("/font/akrobat-extrabold.ttf");
}
.font-akb {
    font-family: akbrobat;
}
.m-header {
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.mobile-container {
    padding: 0 10px;
}
.header-left-icon {
    color: #162e64;
    float: left;
    font-size: 20px;
}
.header-right-icon {
    color: #162e64;
    text-align: right;
    float: right;
    font-size: 20px;
}
.m-header .logo {
    display: inline-block;
    width: 115px;
    height: 47px;
    background: url(/image/logo.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: middle;
}
.m-footer-bottom {
    background-color: #172d64;
    height: 54px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.m-imp-market .el-col-8 .sub-content{
    height: 80px;
    text-align: center;
    padding: 10px;
}
.m-market-box {
    padding: 10px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.1);
}
.m-header-stock {
    color: #1d2023;
    font-size: 16px;
    font-weight: bold;
}
.mobile-carousel {
    position: relative;
    overflow: hidden;
}

.mobile-carousel .el-carousel__indicators {
    left: 50%;
    bottom: 45px;
    z-index: 99;
}

.mobile-carousel .el-carousel__indicator {
    display: inline-block;
    padding: 12px 4px;
}

.mobile-carousel .el-carousel__button {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
}

.mobile-carousel .speedy-entry {
    height: 70px;
    line-height: 47px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));

}
.mobile-carousel .speedy-entry .wrapper{
    margin-top: 23px;
}

.mobile-carousel .speedy-entry span {
    font-size: 16px;
    color: #fff;
    margin-right: 29px;
}

.mobile-carousel .speedy-entry a {
    font-size: 16px;
    color: #fff;
    margin-right: 52px;
    position: relative;
    text-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,.3);
}

.mobile-carousel .speedy-entry a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.mobile-carousel .speedy-entry a:hover:after {
    width: 100%;
    left: 0;
}

.mobile-carousel .speedy-entry a:last-child {
    margin-right: 0;
}
.mobile-carousel  .el-carousel__indicator.is-active button {
    background-color: #c30e23;
}
/* 移动端特殊处理 */

@media only screen and (max-width:767px) {
    body, .container{
        width: 100%;
        min-width: auto;
    }
    .wrapper {
        width: 100%;
        overflow: hidden;
    }
    .carousel .el-carousel__indicators {
        bottom: 4px;
    }
    .footer {
        height: 38px;
    }
    .no-bg .has-bg {
        background-color: #fff !important;
    }
    .has-bg {
        background-color: #fff !important;
    }
    .first-news .news-img {
        width: 100%;
        background-color: rgba(0,0,0,1);
    }
    .first-news .news-item {
        margin: -40px 0 0 10px;
    }
    .first-news .news-item h3{
        color: #fff;
    }
    .mobile-mt-30 {
        margin-top: 30px;
    }
    .scroll-load {
        margin: 20px 10px;
    }
    .el-table--scrollable-x .el-table__body-wrapper {
        overflow-x: auto !important;
    }
    .first-news .news-img:hover img {
        transform: none;
    }
    .m-pd-top-20 {
        padding-top: 20px;
    }
    .card-header .tab-header span {
        font-size: 20px;
    }
    .card-header span.header-title {
        font-size: 20px;
    }
    .card-header .tab-header span {
        padding: 0 8px;
    }
    .else-news ul li span {
        white-space: normal;
        display: inline-block;
        float: none;
    }
    .else-news ul li i {
        float: left;
    }
    .news-research {
        padding: 10px 0 12px;
    }
    .card-debt {
        padding: 0;
    }
    .tab-header .header-title{
        width: 50%;
        padding: 0 !important;
    }
    .card-header .tab-header {
        width: 100%;
        text-align: center;
    }
    .el-submenu .el-menu-item {
        border-bottom: solid 1px rgba(255,255,255,0.08);
    }
    .el-submenu {
        border-bottom: solid 1px rgba(255,255,255,0.08);
    }
    .right-content-no-data {
        min-height: auto;
    }
    .right-content {
        margin: 12px 10px;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1)
    }
    .m-right-time {
        float: right;
        font-size: 12px;
        margin-top: 8px;
        color: #606972;
    }
    .select-chart-type {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .m-top-center {
        display: block;
        height: 33px;
        line-height: 44px;
    }
    .m-top-center-time {
        display: block;
        height: 20px;
        line-height: 20px;
        color: #606972;
        font-size: 12px;
        font-weight: normal;
    }
    .first-news .news-img {
        border-radius: 8px;
    }
    .mobile-box {
        border-radius: 4px;
        border: 1px solid #DCDFE6;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
    }
    .el-tabs__nav-next, .el-tabs__nav-prev {
        line-height: 56px;
        font-size: 16px;
    }
    .download-btn button {
        padding: 7px 10px;
    }
    .download-btn button i{
        font-size: 14px;
    }
    .download-btn-left button {
        padding: 7px 10px;
    }
    .download-btn-left button i{
        font-size: 14px;
    }
    .first-news .news-item {
        position: relative;
    }
    .first-news .news-img img {
        opacity: 0.9;
    }
}
@media only screen and (max-width:374px) {
    .hidden-ip5 {
        display: none;
    }
}
