.video-box {
    width: 807px;
    height: 455px;
    background-color: #eee;
    margin-right: 11px;
    position: relative;

}

.video-box video {
    width: 100%;
    z-index: 999;
}

.video-box .mask {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    box-shadow: inset 0px 25px 20px -20px #000
        /*inset 0px -25px 20px -20px #000;*/
}


.video-rightT1 {
    width: 229px;
    height: 150px;
    margin-right: 9px;
}

.video-rightT2 {
    width: 145px;
    height: 150px;
}

.video-rightb {
    width: 383px;
    height: 294px;
    margin-top: 11px;
}

.brand-box {
    width: 100%;
    border: solid 2px #ea608e;
    background: url('../img/temp/index/7shouye-img3.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 65px 45px 0 62px;
    cursor: pointer
}

.brand-title {
    font-size: 33px;
    color: #ea608e;
    font-weight: bold;
    border-bottom: 2px solid #ea608e;
    display: table;
    margin: 0 auto;
    padding-bottom: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.brand-imgbox {
    margin: 0 auto;
}

.brand-img {
    width: 338px;
    height: 168px;
    margin-right: 33px;
    display: block;
}

.brand-img:nth-last-child(1) {
    margin: 0;
}

.brand-img:nth-child(1) {
    margin-top: 18px;
    margin-bottom: 12px;
}

.brand-img:nth-child(2) {
    margin-top: 18px;
    margin-bottom: 12px;
}

.brand-img:nth-child(3) {
    margin: 18px 0 12px;
}

.brand-img:nth-child(6) {
    margin: 0;
}

.brand-line {
    width: 107px;
    height: 14px;
    background-color: #88daff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
}

.brand {
    position: relative;
    height: 55px;
}

.brand-more {
    font-size: 20px;
    color: #979595;
    text-align: right;
    line-height: 50px;
    margin-top: 10px;
}

.brand-imgs {
    width: 388px;
    height: 251px;
}

.brand-imgs-box {
    margin-top: 25px;
    cursor: pointer
}

/* footer */
.footer-img {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 54px;
}

footer {
    position: relative;
}


.choice-left {
    position: absolute;
    /* background-color: red; */
    width: 349px;
    height: 149px;
    left: 338px;
    top: 185px;
    cursor: pointer
}

.choice-right {
    position: absolute;
    /* background-color: blue; */
    width: 349px;
    height: 149px;
    right: 335px;
    top: 185px;
    cursor: pointer
}

.footer-mt {
    cursor: pointer;
}

.footer-mt:hover {
    color: #ea608e;
}

/* 弹窗 */
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    top: 0;
    display: none;
    z-index: 999999999;
}

.popup-img {
    width: 100%;
    display: block;
    
}

.popup-closed {
    right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    z-index: 99;
    cursor: pointer;
}

.popup-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-box {
    position: relative;
    width: 28%;
    min-width: 360px;
}

.new-footer{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.new-footerbt {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}