/* 视频 */
.video_detaill_box{
    width: 100%;
}
.video_detaill_video{
    width: 100%;
    height: 700px;
    -o-object-fit: fill;
    object-fit: cover;
}

/* 轮播 */
.swiper_box{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 48px;
    margin-bottom: 92px;
}
.swiper {
    width: 1292px;
    height: 100%;
    overflow: hidden;

  }

 .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px !important;
    height: 150px;
  }


.swiper_img{
    width: 310px;
    height: 150px;
    position: relative;
    cursor: pointer;
}
.swiper_img>img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.splideImg_bottom{
    align-items: center;
    display: flex;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    height: 32px;
    justify-content: center;
    width: 100%;
}
.swiper-button-prev:after{
    font-size: 27px;
    color: #666666;
}
.swiper-button-next:after{
    font-size: 27px;
    color: #666666;
}
/* 简介内容 */
.introduction_title{
    display: flex;
    align-items:baseline;
    margin-bottom: 25px;
}
.case_title{
    color: #525252;
    font-size: 29px;
    margin-right: 12px;

}
.split{
    font-size: 29px;
    font-weight: 500;
    
}
.tag_info{
    font-size: 14px;
    color: #666666;
}
.more_case>a{
    color: #C9000E;
    font-weight: 500;
    font-size: 14px;
}

.introduction_info{
    text-indent: 2em;
    color: #666666;
    line-height: 29px;
    margin-bottom: 42px;

}
.customer_word{
    font-size: 22px;
    margin-bottom: 32px;
    color: #666666;
    font-weight: bold;
}
.customer_info{
    margin-bottom: 89px;
    display: flex;
}
.customer_img{
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background: #C2C2C2;
    overflow: hidden;
    margin-right: 12px;
}
.customer_img>img{
    width: 100%;
    height: 100%;
}
.customer_info_box{
    flex: 1;
}
.user_info{
    display: flex;
    align-items: flex-end;
    margin-bottom: 13px;
}
.user_info_p{
    color: #666666;
    line-height: 29px;
    text-align: justify;
}
.customer_name{
    font-size: 20px;
    color: #666666;
    margin-right: 20px;
    font-weight: 500;
}
.works_time{
    font-size: 14px;
    color: #999999;
    align-items: flex-end
}
.customer_p{
    color: #666666;
    font-weight: 500;
}
/* 设计师简介 */
.video_designer_box{
    width: 100%;
    height: 600px;
    padding: 112px 0 68px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_designer_main{
    width: 100%;
    height: 420px;
    padding: 20px 188px 20px 147px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .55);
    display: flex;
}
.designer_card_box{
    width: 300px;
    height: 444px;
    padding: 4px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-top: -48px;
    margin-right: 105px;
}
.designer_card_img{
    width: 100%;
    height: 347px;
}
.designer_card_img>img{
    width: 100%;
    height: 100%;
}
.designer_card_info>div:first-child{
    font-size: 28px;
    color: 31px;
    text-align: center;
}
.designer_card_info>div:nth-child(2){
    font-size: 18px;
    color: #999999;
    text-align: center;
}
.designer_info_box{
    flex: 1;
}
.designer_info_box>div{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #EEEEEE;
}
.line{
    padding: 0 6px;
    box-sizing: border-box;
}
.designer_info_btn{
    margin-top: 40px;
}
.designer_info_btn>span{
    display: inline-block;
    width: 164px;
    height: 44px;
    font-size: 22px;
    text-align: center;
    line-height: 44px;
    background: #C9000E;
    border-radius: 5px;
    cursor: pointer;
}

/* 预约弹窗 */
.designer_subscribe_box {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.designer_subscribe {
    animation: bgAnimation .3s linear;
    background: red;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 1px 21px #0000001a;
    box-sizing: border-box;
    height: 389px;
    opacity: .98;
    padding: 36px;
    position: absolute;
}

.designer_subscribe_close {
    cursor: pointer;
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
}

.designer_subscribe_close_img {
    margin-right: -26px;
    margin-top: -32px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.designer_subscribe_close_img img {
    width: 13px;
    height: 13px;
}

.designer_subscribe_close_bg {
    margin-right: -37px;
    margin-top: -37px;
    position: absolute;
    right: 0;
}

.designer_subscribe_info {
    display: flex;
    height: 203px;
    justify-content: center;
    width: 100%;
}
.dsi_designer{
    height: 202px;
    width: 153px;
}
.dsi_inside{
    height: 202px;
    margin-left: 14px;
}
.dsi_inside_item{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    height: 15px;
    line-height: 15px;
    margin-top: 21px;
    font-family: '微软雅黑';
}
.designer_subscribe_input{
    margin-top: 24px;
    position: relative;
}
.dsi_phone{
    margin-left: 17px;
    margin-top: 9px;
    position: absolute;
}
.designer_subscribe_input input{
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding-left: 39px;
    width: 100%;
}
.designer_subscribe_button{
    align-items: center;
    background: #d9000f;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-top: 17px;
}
.full_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.designer_info_btn>span:first-child{
    margin-right: 32px;
}

/* 手机样式 */
/* 业主实录 */
.owner_story {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.os_item {
    width: 93%;
}

.os_item_title {
    color: #333;
    font-size: .66rem;
    font-weight: 700;
    height: 0.62rem;
    line-height: .62rem;
    margin-bottom: 0.41rem;
    margin-top: 1rem;
}

.os_item_video_box {
    background: #fff;
    border-radius: 0.1rem;
}

.os_item_video {
    align-items: center;
    display: flex;
    height: 7.73rem;
    justify-content: center;
    position: relative;
    width: 100%;
}

    .os_item_video > img {
        border-radius: 0.1rem 0.1rem 0 0;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill;
        width: 100%;
    }

.os_item_content {
    box-sizing: border-box;
    color: #555;
    font-size: .55rem;
    font-weight: 400;
    letter-spacing: .02rem;
    padding: 0.56rem 0.6rem .6rem;
    width: 100%;
}

    .os_item_content > p {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {
  
}

@media (min-width: 1026px) and (max-width: 1200px) {
  
}