/* 咨询 */

.consult {
    width: 100%;
    height: 500px;
    background: url(/xtl/images/plant-6.png);
}

.consult-content {
    width: 1130px;
    margin: 50px auto 0;
    overflow: hidden;
}

.card {
    width: 430px;
    background: #fff;
    float: left;
    margin-top: 120px;
    padding: 30px;
}

.card-r {
    /* margin-left: 148px; */
    float: right;
}

.card span {
    color: #726e75;
}

.card-name {
    border-bottom: 1px solid rgba(222, 222, 222, 0.6);
    overflow: hidden;
    height: 160px;
    margin-bottom: 20px;
}

.card-name h6 {
    font-size: 20px;
    line-height: 56px;
    color: #000;
    float: left;
}

.card-name img {
    float: right;
    width: 50px;
}

#cover {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    /* height: 100%; */
    filter: alpha(opacity=60);
    /*设置透明度为60%*/
    opacity: 0.6;
    /*非IE浏览器下设置透明度为60%*/
    display: none;
    z-Index: 5998;
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none;
    /* cursor: pointer; */
    z-Index: 5999;
    border-radius: 6px;
}

.coco-close::after,
.coco-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 2px;
    height: 20px;
    background-color: #a5a5a5;
    transition: all .15s ease-out;
    display: block;
    border-radius: 2px;
}

.coco-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ovfHiden {
    overflow: hidden;
}

.thickness-content .content {
    position: relative;
}

.thickness-content .content a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
}

.thickness-content .content p {
    text-align: center;
    font-size: 18px;
    color: #000002;
    padding: 18px;
}

.content-div {
    padding: 18px;
}

.thickness-input {
    margin: 5px 0;
    width: 400px;
    height: 30px;
    border-radius: 6px;
    padding: 7px 15px;
    font-weight: 400;
    appearance: none;
    color: #333;
    background-color: #f3f3f4;
    outline: none;
    border: 1px solid transparent;
    font-size: 14px;
    box-shadow: 0 0 0 0 rgba(53 120 229 / 10%);
    transition: all .16s ease-out;
    line-height: 20px;
}

.thickness-input:focus,
.thickness-input:hover {
    transition: all .1s ease-out;
    background-color: #fff;
    box-shadow: 0 0 0 0px rgba(111 111 111 / 20%);
    box-shadow: 0 0 0 1px rgba(66 133 255 / 25%);
    border-color: rgba(66, 133, 255, 0.5);
}

.issue {
    height: 120px;
}

.cover .content input {
    height: 40px;
}

.thickness-input:active {
    transition: all .08s ease-out;
    background-color: #fff;
    border-color: #cbcbcc;
    box-shadow: 0 0 0 0 rgba(66 133 255 / 13%);
}

.button-div {
    overflow: hidden;
    margin-top: 14px;
}

.button {
    background-color: #4285ff;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 22px;
    white-space: nowrap;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border: 0;
    appearance: none;
    outline: 0;
}

button.modal-close {
    background-color: #fff;
    color: #000;
}

.br {
    float: right;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

/* 咨询 end */
/* 自适应 */
@media screen and (max-width:1400px) and (min-width:1200px) {}

@media screen and (max-width:1200px) and (min-width:768px) {}

@media only screen and (max-width: 768px) {
    .card-name h6 {
        font-size: 1.2rem;
    }

    .card span {
        font-size: 1rem;
    }

    .consult-content {
        width: 100%;
    }

    .card {
        width: 300px;
        margin: 30px auto;
        float: none;
    }

    .card-r {
        float: none;
    }

    .card-name {
        height: 90px;
    }

    #modal {
        width: 80%;
    }

    .thickness-input {
        width: 90%;
    }
}