/* top-module-01-wrap */
/* 产品展示头部模块样式01 */
.top-module-01-wrap {padding: 70px;background-color: #f7f7f7;border: 1px solid #f0f0f0;}
.top-module-01-wrap .left {padding: 0 20px}
.top-module-01-wrap .left .img {position: relative;}
.top-module-01-wrap .left .img::after {content: ' ';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background-color: rgba(0, 0, 0, .5);}
.top-module-01-wrap .left .img .play-btn {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);cursor: pointer;z-index: 3;}
.top-module-01-wrap .left .img .play-btn:hover img {scale: 1.1;transition: all 0.6s;}
.top-module-01-wrap .right {padding: 50px;}
.top-module-01-wrap .right h2 {font-family: 'Montserrat Medium';font-size: 54px;position: relative;padding-left: 5px;margin-bottom: 20px;}
.top-module-01-wrap .right h2::after {content: ' ';display: inline-block;width: 40px;height: 2px;background-color: #d21a26;position: absolute;left: 0;top: -10px;}
.top-module-01-wrap .btn-wrap span {padding: 15px 20px;background-color: #d21a26;border-radius: 5px;color: #fff;cursor: pointer;font-family: 'Rubik Medium';}
.top-module-01-wrap .btn-wrap span i{font-weight: 600;}
.top-module-01-wrap .btn-wrap {padding-left: 50px;position: relative;}
.top-module-01-wrap .btn-wrap img {position: absolute;left: 130px;bottom: -50px;}


@media (max-width:786px) {
    .top-module-01-wrap{padding: 10px;}
    .top-module-01-wrap .left {padding: 0;}
    .top-module-01-wrap .right {padding: 0;}
    .top-module-01-wrap .right h2 {font-size: 18px;margin-bottom: 0;margin-top: 10px;text-align: center;}
    .top-module-01-wrap .btn-wrap {padding:0;text-align: center;}
    .top-module-01-wrap .btn-wrap img {left: 50%;transform: translateX(-50%);}
    .top-module-01-wrap .col-md-7 {padding-bottom: 50px;}
}