
/*=========================
index ***
2020-09-23
==========================*/
.pro-container {
    position: relative;
    z-index: 5;
}
.indexvideo {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9;
    margin-left: -40px;
    padding: 6px 0;
    width: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #3081E9;
    cursor: pointer;
    user-select: none;
}
.indexvideo.en {
	width: 60px;
	margin-left: -60px;
}

.popupindex {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1100;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    opacity: 1;
    background-color: rgba(0,20,40,0.9);
}
#shipin {
    position: absolute;
    top: 15%;
    z-index: 999;
    width: 100%;
    /*padding: 50px;*/
}
#shipin .col-md-6 {
    position: relative;
    margin: auto;
    float: none;
}
.popupindex video {
    display: block;
    width: 100%;
    background-color: transparent;
}
#shipin a.closeshipin {
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: url(../image/close.png) center no-repeat transparent;
    cursor: pointer;
}
.popupindex .gengduo {
    font-size: 26px;
    color: #aaa;
    right: 9%;
    position: absolute;
    text-align: right;
}
@media (min-width: 992px) {
    #shipin .col-md-6 {
        max-width: 1000px;
        margin: auto;
        width: 62%;
        padding: 0;
    }
}
@media (max-width: 991px) {
    #shipin a.closeshipin {
        top: -44px;
        right: 10px;
        width: 36px;
        height: 36px;
        background-size: 26px;
    }
}
@media (max-width: 767px){
    .indexvideo {
        display: none;
    }
}