* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wx_banner {
    width: 100%;
    height: auto;
}
.wx_banner img {
    width: 100%;
    height: auto;
}
.wx_box2 {
    width: 100%;
    padding: 60px 0 60px 0;
    box-sizing: border-box;
}
.wx_title_box2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
    margin-bottom: 14px;
}
.subtitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7D7D7D;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
}
.line {
    width: 52px;
    height: 4px;
    background: #FF5F00;
    margin-bottom: 40px;
}
.wx_box2_img {
    width: 100%;
    height: auto;
    text-align: center;
}
.wx_box2_img img{
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.bottom_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7D7D7D;
}
.wx_box2_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
}
button {
    width: 144px;
    height: 44px;
    background: #FF5F00;
    opacity: 1;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.wx_box3 {
    background: url(../../weixingz/images/bg_02.png);
    background-position: 100% 100%;
}