@import "common.css";

/* 轮播 */
.inner-banner{background: url("https://nurmai.oss-cn-hangzhou.aliyuncs.com/video/design-banner.jpg") no-repeat center; background-size: cover;}

/* 服务 */
.service li{width: calc((100% - 120px) / 5);}
.service li img{width: 98px; height: 98px;}
.service li h3{font-size: 18px; line-height: 18px;}

/* 描述 */
.detail img{width: 580px;}
.detail .info{width: calc(100% - 660px);}
.detail .info h3{font-size: 45px; line-height: 45px;}
.detail .info h4{font-size: 22px; line-height: 22px;}
.detail .info span{width: 58px; height: 3px; background-color: #1668FF;}
.detail .info i{width: 20px; height: 20px; font-size: 20px;}
.detail .info em{width: 138px; height: 45px;}

/* 步骤 */
.step .item{width: 160px;}
.step .item .image{width: 98px; height: 98px;}
.step .item h3{font-size: 18px; line-height: 18px;}
.step .item p{color: rgba(255,255,255,0.68)}
.step .arrow{width: 50px; height: 27px;}

/* 响应式 */
@media (max-width: 1440px) {
    .detail .info span{display: none;}
    .detail .info h3{font-size: 36px; line-height: 36px;}
    .detail .info h4{font-size: 16px; line-height: 16px;}
}