/*è¯¢ä»·*/

.xunjia,
.yangpin {
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
} 

.tc_bg {
    background: rgb(0 0 0 / 0.6);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.xunjia .zc_bd,
.yangpin .zc_bd {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    height: auto;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: scroll;
}

.mabey_scro {
    -ms-overflow-style: scroll;
    height: 100%;
}

.xunjia .zc_bd h1,
.yangpin .zc_bd h1 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 26px;
}

.zc_bd h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: 1px solid #eee;
    background: #f5f5f5;
    padding: 10px 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.zc_bd h3 span {
    color: red;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    float: right;
    line-height: 1.7;
}

.bzbd {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.zc_bd div div div {
    width: 48%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.zc_bd div div lable {
    width: 100%;
    display: inline-block;
}

.zc_bd div div lable span {
    color: red;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.zc_bd div div lable p {
    display: inline-block;
    margin-left: 5px;
    color: #666;
    font-size: 14px;
}

.zc_bd div div input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    outline: none;
    padding: 0 10px;
    color: #333;
    transition: all ease .3s;
}

.no_mar {
    margin: 0;
}

.zc_bd .qk_bd div {
    width: 100%;
}

.zc_bd div div textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 120px;
    outline: none;
    padding: 0 10px;
    color: #333;
    transition: all ease .3s;
}

.zc_bd button {
    width: 100%;
    height: 45px;
    border: 0;
    color: #fff;
    background: var(--main-color);
    transition: all ease .3s;
}

.closethisform {
    display: none;
}

.zc_bd div div:nth-child(2n+0) {
    float: right;
}