#banner{
    height: 210px;
}

.carousel{
    background: url("../../img/bg3.jpg") no-repeat;
    background-size: 100% auto;
    background-position-y: 50%;
}

.layui-carousel > [carousel-item] > * {
    color: #ffffff;
    font-size: large;
    font-weight: bold;
    text-align: center;
    line-height: 210px;
    background-color: transparent;
}

.layui-bg-gray{
    padding: 16px 10%;
}

.layui-badge-dot{
    width: 10px;
    height: 10px;
}

.box-item{
    padding: 10px 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.08);
}

.layui-card-header {
    font-size: larger;
    font-weight: bold;
    border-bottom: 1px solid #1E9FFF50;
}

.layui-progress{
    margin: 12px 0;
}

.model-center{

}

.model-right{
    padding-left: 1%;
}

.model-right a{
    margin-right: 2px;
    cursor: pointer;
}

.history-item{
    display: flex;
}

.history-img{
    width: 130px;
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    background-color: #74ade7;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.history-cont{
    width: calc(100% - 130px);
}

@media (max-width: 1000px) {
    .layui-bg-gray{
        padding: 16px 3%;
    }
    .model-right {
        padding-left: 0;
    }
    /**手机版样式优化*/
    .main-menu{
        display: flex;
        flex-wrap: wrap;
    }
    .main-menu .box-item{
        width: 50%;
        height: 80px;
    }
    .main-menu .layui-card{
        height: 100%;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .05);
    }
    .main-menu .layui-card-header{
        border-bottom: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .main-menu .layui-card-body{
        display: none;
    }
}
