.m-product-BI-banner {
    max-width: 1180px;
    padding: 66px 0 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-product-BI-banner .g-c-bd {
    margin: 0 auto;
    padding-left: 220px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-product-BI-banner .g-c-bd .banner-inner {
    width: 960px;
    height: 350px;
    background-color: #eee;
    position: relative;
    padding: 60px 40px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.m-product-BI-banner .g-c-bd .banner-inner .banner-tlt .u-title {
    vertical-align: middle;
    line-height: 36px;
    font-size: 36px;
    color: #333;
}

.m-product-BI-banner .g-c-bd .banner-inner .banner-tlt .videoUrl {
    position: absolute;
    z-index: -999;
    opacity: 0;
}

.m-product-BI-banner .g-c-bd .banner-inner .banner-tlt .m-video-btn {
    display: inline-block;
    vertical-align: middle;
    width: 103px;
    height: 34px;
    line-height: 36px;
    margin-left: 10px;
    cursor: pointer;
}

.m-product-BI-banner .g-c-bd .banner-inner .banner-tlt .m-video-btn .u-video-btn {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.m-product-BI-banner .g-c-bd .banner-inner .banner-desc {
    width: 615px;
    margin-top: 20px;
    line-height: 28px;
    color: #666;
    font-size: 18px;
}

.m-product-BI-banner .g-c-bd .banner-inner .freeTry-btn {
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 142px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #0056ff;
}

.m-product-BI-banner .g-c-bd .banner-inner .freeTry-btn+a {
    margin-left: 20px;
}

.m-product-BI-banner .g-c-bd .banner-inner .u-second-btn {
    background: none;
    border: 1px solid #0056ff;
    color: #0056ff;
}

.m-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.m-dialog .dialog-mask {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}

.m-dialog .dialog-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 67%;
    max-height: 75%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 4px #000;
}

.m-dialog .dialog-content .dialog-body {
    width: 100%;
    height: 100%;
}

.m-dialog .dialog-actions {
    position: absolute;
    right: -50px;
    top: 0;
    color: $whitef;
    z-index: 10;
}

.m-dialog .dialog-actions .icon-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-image: image-set(url(../images/close.png) 1x,url(../../../res/aboutUs/close@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/close.png) 1x,url(../../../res/aboutUs/close@2x.png) 2x);
    cursor: pointer;
    background-size: contain;
}

.infos-video-preview .dialog-content {
    width: 890px;
    height: 500px;
    max-width: none;
    max-height: none;
}

.infos-video-preview .dialog-content .dialog-body .video-play-button {
    display: block;
    font-size: 32px;
}

.infos-video-preview .dialog-content .video-js {
    width: 100%;
    height: 100%;
}