﻿/*nav*/
.wsc-layout-pull{
    background-color: #f6f6f6;
}
.slate5-shadow {
    transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s
}

.slate5-shadow:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2)!important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}
/*页面标题*/
.page-title{
    padding: 40px 0;
    font-size: 32px;
    color: #111111;
    font-weight: bold;
    text-align: center;
}
.page-desc{
    padding: 20px 10px;
    background-color: #f6f6f6;
}
.page-desc .gc-img{
    padding-right: 20px;
    width: 100%;
    height: 143px;
}
.page-desc .gc-img:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/tag-detail-lou.png);
    background-size: cover;
    background-position: center;
}
.page-desc .content{
    line-height: 26px;
    font-size: 16px;
    color: #666666;
}
.page-desc .content .font-81241c{
    color: #81241c;
    font-weight: bold;
}
/*快速提交方案需求，免费获取更多设计方案*/
.page-design{
    margin-left: -10px;
    margin-right: -10px;
    padding: 50px 0;
}
.page-design .item{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    width: 100%;
    height: 174px;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.page-design .item .title{
    font-weight: bold;
    font-size: 22px;
}
.page-design .item .btn{
    margin-top: 20px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.page-design .item.item-project{
    background-image: url(../images/page-design-bg-1.png);
}
.page-design .item.item-project .title{
    color: #201f15;
}
.page-design .item.item-project .btn-dark{
    background-color: #333333;
}
.page-design .item.item-advice{
    background-image: url(../images/page-design-bg-2.png);
}
.page-design .item.item-advice .title{
    color: #81241c;
}
.page-design .item.item-advice .btn-dark{
    background-color: #81241c;
}
/*card*/
.card{
    /*padding-bottom: 30px;*/
}
.card .card-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    padding-bottom: 25px;
}
.card .card-header:before{
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(../images/didvier-line.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    position: absolute;
    bottom: 0;
}
.card .card-header .title{
    font-weight: bold;
    font-size: 26px;
    color: #060606;
}
.card .card-header .more{
    font-size: 14px;
    color: #888888;
    display: flex;
    align-items: center;
}
.card .card-header .more:before{
    margin-right: 7px;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../images/more-order.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.card .card-header .more:hover{
    color: #81241c;
}
.card .card-body{
    margin-top: 35px;
}
/*main*/
.main{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    table-layout: fixed;
}
.main .left,
.main .right {
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
}
.main .left{
    display: flex;
    flex-direction: column;
}
.main .content{
    width: 100%;
    padding: 40px 30px;
    border: 1px solid #b6b6b6;
    flex: 1;
}
.main .content,
.main .content p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.main .content p{
    margin-bottom: 20px;
}
.main .content img{
    max-width: 100%;
}
/*表格*/
.main table{
    width: 100% !important;
    max-width: 100% !important;
    overflow: auto;
    table-layout: fixed;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.main table tr th,
.main table tr td{
    border: 1px solid #fff;
    text-align: center;
}
.main table tr:nth-of-type(odd) {
    background-color: #E5E5E5;
}
.main table tr:nth-of-type(even) {
    background-color: #F5F5F5;
}
.main table tr td{
    height: 40px;
    font-size: 16px;
    line-height: 33px;
    color: #0d0d0d;
}
.main  table tr td p{
    font-size: 16px;
}
.main table tr:first-child td{
    font-size: 17px;
    height: 45px;
    background-color: #80241C;
    color: #fff;
    width: auto;
}

.main .card{
    margin-top: 50px;
}
/*case*/
.main .case-box{
    margin-left: -10px;
    margin-right: -10px;
}
.main .case-box .item{
    display: block;
    width: 100%;
}
.main .case-box .item .img-box{
    display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    background-color: #f6f6f6;
}
.main .case-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .case-box .item .cont-box{
    padding: 15px 5px;
}
.main .case-box .item .cont-box .title{
    font-size: 18px;
    line-height: 24px;
    color: #262626;
}
.main .case-box .item .cont-box .title b{
    font-weight: normal;
}
.main .case-box .item:hover .cont-box .title{
    color: #80241c;
}
/*PC端表单*/
.main .wsc-formPC {
    margin-top: 50px;
    margin-bottom: 20px;
    background-image: url(../images/tag-detail-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px;
}
.main .wsc-formPC .title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}
.main .wsc-formPC #form{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .wsc-formPC #form .input-row{
    height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.main .wsc-formPC #form .input-row .item{
    height: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #babab8;
}
.main .wsc-formPC #form .input-row .item:last-child{
    border-right: none;
}
.main .wsc-formPC #form .input-row .item .tit{
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #666666;
    margin: 0;
    text-wrap: nowrap;
}
.main .wsc-formPC #form .input-row .item select{
    margin-left: 5px;
    padding-right: 5px;
    border: none;
    font-size: 16px;
    color: #090909;
}
.main .wsc-formPC #form .input-row .item .ico{
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin-right: 5px;
}
.main .wsc-formPC #form .input-row .item .ico.ico-name{
    background-image: url(../images/name-ico.png);
}
.main .wsc-formPC #form .input-row .item .ico.ico-phone{
    background-image: url(../images/phone-ico.png);
}
.main .wsc-formPC #form .input-row .item input{
    outline: none;
    border: none;
    font-size: 14px;
    color: #666666;
    width: 120px;
}
.main .wsc-formPC #form .btn-outline{
    margin-left: 5px;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
}
/*移动端表单*/
.main .wsc-form{
    padding-bottom: 30px;
}
.main .wsc-form .form-title{
    font-size: 20px;
    font-weight: bold;
    color: #060606;
}
.main .wsc-form .form-main{
    margin-top: 20px;
}
.main .wsc-form .form-main .input-row{
    width: 100%;
    padding: 10px;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .wsc-form .form-main .input-row:before{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
}
.main .wsc-form .form-main .input-row[for=name]:before {
    background-image: url(../images/form-input-name.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main .wsc-form .form-main .input-row[for=tel]:before {
    background-image: url(../images/form-input-whatsapp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main .wsc-form .form-main .input-row[for=message]:before {
    background-image: url(../images/form-input-message.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main .wsc-form .form-main .input-row input {
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    color: #A6A6A6;
    font-weight: normal;
    outline: none;
    border: none;
    background: transparent;
}
.main .wsc-form .form-main .submit-box {
    margin-top: 20px;
    text-align: center;
}
.main .wsc-form .form-main .btn-submit {
    width: 90%;
    outline: none;
    height:50px;
    border-radius: 50px;
    background: #80241C;
    color: #fff;
    font-size: 16px
}
/*右边side*/
.right-slider{
    border-top: 4px solid #80241c;
    background-color: #f6f6f6;
    padding: 0 15px ;
}
.right-slider .slider-item {
    border-bottom: 1px dashed #979797;
}
.right-slider .slider-item:last-child{
border-bottom: none;
}
.right-slider .slider-item .slider-header{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-slider .slider-item .slider-header .title{
    font-size: 26px;
    color: #010101;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}
.right-slider .slider-item .slider-header .title:before{
    display: block;
    content: '';
    width: 4px;
    height: 25px;
    background-color: #80241c;
    position: absolute;
    top: 0;
    left: 0;
}
.right-slider .slider-item .slider-header .more{
    font-size: 13px;
    color: #7e7d7d;
}
.right-slider .slider-item .slider-body{
    margin-top: 20px;
}
.right-slider .slider-item .slider-body .img-box{
    display: block;
    width: 100%;
    height: 160px;
    line-height: 160px;
    background-color: #ffffff;
}
.right-slider .slider-item .slider-body .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-slider .slider-item .slider-body .title{
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.right-slider .slider-item .slider-body .tag{
    margin-top: 10px;
    font-size: 16px;
    color: #818180;
    text-align: center;
}
.right-slider .slider-item .slider-body .btn-box{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.right-slider .slider-item .slider-body .btn-box .btn{
    margin: 0 3px;
    width: 113px;
    height: 34px;
    border-radius: 5px;
    border: solid 1px #81241d;
    font-size: 15px;
}
.right-slider .slider-item .slider-body .btn-box .btn.btn-outline{
    background: transparent;
    color: #81241d;
}
.right-slider .slider-item .slider-body .btn-box .btn.btn-outline:hover,
.right-slider .slider-item .slider-body .btn-box .btn.btn-pull{
    background: #81241d;
    color: #fff;
}
.right-slider .slider-item .slider-body .list-box{
    padding: 10px;
    margin-bottom: 10px;
}
.right-slider .slider-item .slider-body .list-box .list{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #383737;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right-slider .slider-item .slider-body .list-box .list b{
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-slider .slider-item .slider-body .list-box .list:hover{
    color: #81241c;
}
.right-slider .slider-item .slider-body .list-box .list:before{
    display: flex;
    width: 19px;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 19px;
    background-color: #81241c;
    font-size: 15px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(1):before{
    content: '1';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(2):before{
    content: '2';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(3):before{
    content: '3';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(4):before{
    content: '4';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(5):before{
    content: '5';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(6):before{
    content: '6';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(7):before{
    content: '7';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(8):before{
    content: '8';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(9):before{
    content: '9';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(10):before{
    content: '10';
}
.right-slider .slider-item .slider-body .list-box .list:nth-child(4):before,
.right-slider .slider-item .slider-body .list-box .list:nth-child(5):before,
.right-slider .slider-item .slider-body .list-box .list:nth-child(6):before,
.right-slider .slider-item .slider-body .list-box .list:nth-child(7):before,
.right-slider .slider-item .slider-body .list-box .list:nth-child(8):before,
.right-slider .slider-item .slider-body .list-box .list:nth-child(9):before,
.right-slider .slider-item .slider-body .list-box .list:nth-child(10):before{
    background-color: #b8c2cc;
}
.right-slider .slider-item .slider-body .mobile{
    font-size: 34px;
    font-weight: bold;
    color: #010101;
    text-align: center;
}
.right-slider .slider-item .slider-body .btn-online{
    width: 140px;
    height: 40px;
    background-color: #80241c;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
@media (max-width: 1024px) {
    .right-slider{
        padding: 0 5px;
    }
    .right-slider .slider-item .slider-header{
        margin-top: 20px;
    }
    .right-slider .slider-item .slider-body .list-box{
        padding: 10px 5px;
    }
    .right-slider .slider-item .slider-header .title{
        font-size: 22px;
    }
    .right-slider .slider-item .slider-body .mobile{
        font-size: 28px;
    }
    .page-design .item .title{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .page-design{
        padding: 30px 0;
    }
    .page-design .item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        height: 120px;
    }
    .page-design .item .btn{
        margin-top: 0;
    }
}
@media (max-width: 540px) {
    .main .card{
        margin-top: 20px;
    }
    .page-title{
        font-size: 24px;
    }
    .page-desc .gc-img{
        padding-right: 0;
    }
    .page-desc .content{
        margin-top: 10px;
    }
    .page-desc{
        margin-bottom: 0;
    }
    .main .content{
        padding: 15px;
        margin-bottom: 20px;
    }
    .card .card-header .title{
        font-size: 18px;
    }
    .card .card-header .more{
        font-size: 12px;
    }
    .page-design{
        padding: 20px 0;
    }
    .page-design .item{
        padding: 35px 15px;
        align-items: end;
        height: auto;
    }
    .page-design .item .title{
        font-size: 17px;
        line-height: 26px;
    }
    .page-design .item .btn{
        margin-left: 10px;
        border-radius: 40px;
        padding: 0 20px;
    }
    .main .case-box .item .cont-box .title{
        font-size: 16px;
    }
}