.out-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.tabs {
    width: 100%;
    height: 190px;
    background: #F3F9FE;
    border: 1px solid #A2CEFA;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
}

.item {
    height: 26px;
    line-height: 26px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
}

.video {
    width: 100%;
    height: 300px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #CCDEE5;
    margin-bottom: 25px;
}

.img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    width: 100%;
    background-color: #164299;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    position: relative;
    bottom: 0px;
    /* margin-top: 50px; */
}

.select {
    color: #2589FF;
}

.footicon {
    display: none;
}