﻿/*内容宽度*/
.wsc-layout-width{
    width: 1180px;
    margin: 0 auto;
}
/*顶部banner*/
.wsc-pull{
    width: 100%;
    background-color: #ccc;
}
.wsc-pull .banner{
    width: 100%;
    height: 487px;
    background-image: url(../images/designs-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*表单card*/
.card{
    padding-top: 85px;
    padding-bottom: 75px;
}
.card .card-header{
    display: flex;
    align-items: center;
}
.card .card-header:before{
    display: block;
    content: '';
    width: 7px;
    height: 40px;
    margin-right: 25px;
    background-color: #80241c;
}
.card .card-header .title{
    font-size: 32px;
    color: #040404;
}
.card .card-body{
    margin-top: 40px;
}
.card .card-body .tab-header{
    height: 100px;
    background-color: #7c2b22;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .card-body .tab-header .tab-item{
    height: 100%;
    color: #fff;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .card-body .tab-header .tab-item .num{
    font-size: 28px;
    font-weight: bold;
}
.card .card-body .tab-header .tab-item .txt{
    margin-left: 8px;
    font-size: 15px;
}
.card .card-body .tab-header .tab-item:nth-child(1),
.card .card-body .tab-header .tab-item:nth-child(2){
    background-image: url(../images/designs-tab-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.card .card-body .form-box{
    height: 436px;
    background-color: #f6f6f6;
    padding-top: 30px;
}
.card .card-body .form-box .tip{
    font-size: 17px;
    letter-spacing: -1px;
    color: #888888;
    text-align: center;
}
.card .card-body .form-box .form-horizontal{
    margin-top: 22px;
}
.card .card-body .form-box .form-horizontal .display-flex{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
}
.card .card-body .form-box .form-horizontal .form-label{
    min-width: 90px;
    height: 40px;
    font-size: 17px;
    color: #414141;
    font-weight: normal;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.card .card-body .form-box .form-horizontal .form-weight:before{
    display: block;
    content: '*';
    font-size: 17px;
    color: #c53025;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
}
.card .card-body .form-box .form-horizontal .form-input{
    width: 500px;
}
.card .card-body .form-box .form-horizontal .form-control{
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dfdbdb;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #666666;
}
.card .card-body .form-box .form-horizontal textarea.form-control{
    height: 78px;
    resize: none;
}
.card .card-body .form-box .btn-outline{
    background: transparent;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #80241c;
    font-size: 16px;
    color: #7c2b22;
}

.card .card-body .contact-box{
    height: 536px;
    background-color: #f0f0f0;
}
.card .card-body .contact-box:before{
    display: block;
    content: '';
    height: 3px;
    background-color: #80241c;
}
.card .card-body .contact-box .contact-item{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card .card-body .contact-box .contact-item .ico{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #80241c;
}
.card .card-body .contact-box .contact-item .ico.ico-mobile{
    background-image: url(../images/contact-ico-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
}
.card .card-body .contact-box .contact-item .ico.ico-email{
    background-image: url(../images/contact-ico-email.png);
    background-repeat: no-repeat;
    background-position: center;
}
.card .card-body .contact-box .contact-item .title{
    margin-top: 20px;
    font-size: 18px;
}
.card .card-body .contact-box .contact-item .text{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.card .card-body .contact-box .contact-online{
    border-top: 1px dashed #adadad;
    margin-top: 50px;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.card .card-body .contact-box .contact-online .btn-pull{
    width: 140px;
    height: 40px;
    background-color: #80241c;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*媒体查询 自适应样式*/
@media (max-width: 1200px) {
    .card{
        padding-top: 40px;
    }
    .card .card-body{
        margin-top: 30px;
    }
}
@media (max-width: 1024px) {
    .wsc-pull .banner{
        height: 400px;
    }
}
@media (max-width: 1180px) {
    .wsc-layout-width{
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 992px) {
    .wsc-pull .banner{
        height: 360px;
    }
    .card .card-body .form-box{
        height: auto;
        min-height: 436px;
    }
    .card{
        padding-top: 55px;
    }
    .card .card-header:before{
        height: 26px;
        margin-right: 15px;
    }
    .card .card-header .title{
        font-size: 26px;
    }
    .card .card-body{
        margin-top: 30px;
    }
}
@media (max-width: 910px) {
    .wsc-pull .banner{
        height: 300px;
    }
}
@media (max-width: 768px) {
    .card {
        padding-top: 30px;
    }
}
@media (max-width: 700px) {
    .wsc-pull .banner{
        height: 250px;
    }
    .card .card-header .title{
        font-size: 22px;
    }
    .card .card-body{
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .wsc-pull .banner {
        height: 200px;
    }

    .card .card-header .title {
        font-size: 22px;
    }

    .card .card-body {
        margin-top: 20px;
    }

    .card .card-body .tab-header {
        height: 70px;
    }

    .card .card-body .form-box .tip {
        font-size: 16px;
    }

    .card .card-body .form-box .form-horizontal {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .wsc-pull .banner {
        height: 140px;
    }
    .card .card-header .title{
        font-size: 20px;
        line-height: 26px;
    }
    .card .card-body .tab-header{
        height: 55px;
    }
    .card .card-body .tab-header .tab-item .num{
        font-size: 22px;
    }
}
@media (max-width: 400px) {
    .card{
        padding-bottom: 50px;
    }
    .card .card-body .tab-header{
        height: 40px;
    }
    .card .card-body .tab-header .tab-item .num{
        font-size: 20px;
    }
    .card .card-body .tab-header .tab-item .txt{
        font-size: 14px;
    }
    .card .card-body .form-box .form-horizontal textarea.form-control{
        height: 88px;
    }
    .card .card-body .form-box{
        padding-bottom: 40px;
    }
}