* {
    /* 页面初始化 */
    margin: 0;
    padding: 0;
}

body {
    background-color: #f1f1f1;
}

/* 内容区 start */
.Header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 10%;
    margin-top: 8%;
}

.img,
.biaoticontent {
    width: 47%;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.img {
    background-image: url(../../image/artist/contactdao.png);
    border: 2px solid#d6d6d6;
}

/* .biaoticontent {
    background-image: url(../../image/daojian/xiantiao.png);
} */

.text {
    width: 50%;
    height: auto;
    margin: 10% 0 0 20%;
}

.h2 {
    color: #333;
    font-size: 1.5vw;
    padding-bottom: 3%;
}

.text>p {
    color: #333;
    font-size: 0.8vw;
}

.beijing {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
}

.boxes-2 {
    width: 66%;
    height: auto;
    background-color: #454545;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3% 4% 1% 4%;
}

.text-2 {
    width: 40%;
    height: auto;
}

.p2 {
    color: #fff;
    font-size: 0.8vw;
    font-weight: 400;
    margin-top: 3%;
}

.p3 {
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    margin-top: 5%;
}

.er-wei {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}

.er-1 {
    width: 25%;
    height: auto;
}

.line {
    width: 66%;
    height: 1px;
    background-color: #d6d6d6;
}

.Contact {
    width: 66%;
    height: auto;
    background-color: #454545;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3% 4%;
}

.weixin {
    margin-left: 10%;
}

.text1 {
    color: #fff;
    font-size: 0.8vw;
    margin-top: 2%;
}

.p1 {
    color: #eee;
    font-size: 0.8vw;
    font-weight: 300;
    padding-left: 14%;
}

h3 {
    color: #fff;
    font-size: 1vw;
}

.boxes {
    width: 50%;
    height: auto;
}

.box1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.cellphone,
.Email,
.wechat {
    width: 9%;
    height: 3vh;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5%;
}

.cellphone {
    background-image: url(../../image/daojian/cellphone.png);
}

.Email {
    background-image: url(../../image/daojian/email.png);
}

.wechat {
    background-image: url(../../image/daojian/wechat.png);
}

.box2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 14%;
}

.code {
    width: 28%;
    height: 13vh;
    background-image: url(../../image/daojian/erweima2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 3%;
}

/* 内容区 end */

/* 移动端适配样式 start */
@media (max-width: 768px) {

    /* 内容区适配 */
    .Header {
        flex-direction: column;
        margin-top: 4rem;
        padding: 0 5%;
    }

    .img,
    .biaoticontent {
        width: 100%;
        height: 20vh;
    }

    .text {
        width: 100%;
        padding: 5%;
        margin: 1% 0 0 2%;
    }

    .h2 {
        font-size: 1.2rem;
    }

    .text>p {
        font-size: 0.8rem;
    }

    .boxes-2 {
        width: 90%;
        flex-direction: column;
    }

    .text-2 {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .er-wei {
        width: 100%;
        margin-bottom: 3%;
        margin-top: 0;
    }

    .p3 {
        font-size: 1rem;
    }

    .p2 {
        font-size: 1rem;
    }

    .line {
        width: 90%;
    }

    .Contact {
        width: 90%;
        flex-direction: column;
    }

    .boxes {
        width: 100%;
        margin-bottom: 2rem;
    }

    .biaoti {
        font-size: 1.2rem;
    }

    .h3 {
        font-size: 1.2rem;
    }

    .p1 {
        font-size: 1rem;
        padding-left: 11%;
    }

    .box2 {
        padding-left: 11%;
    }

    .text1 {
        font-size: 1rem;
    }

    .Email,
    .wechat {
        width: 6%;
    }

    .code {
        width: 27%;
        height: 12vh;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

}

/* 移动端适配 end */