﻿
.banner {
    width: 100%;
    height: 4rem;
    background-image: url(/images/join/banner.png);
    background-size: cover;
    background-color: #fff;
    padding-top: 1.2rem;
    box-sizing: border-box;
    text-align: center;
}

    .banner p:first-child {
        font-size: 0.7rem;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        text-shadow: 0.014rem 0.07rem 0.214rem rgba(197, 103, 25, 0.32);
    }

    .banner p:last-child {
        font-size: 0.3rem;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 0.2rem;
    }
/*content*/
.main {
    padding: 0 0.45rem;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.main_title {
    font-size: 0.45rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 0.6rem;
    margin-bottom: 0.28rem;
}

.main_span {
    font-size: 0.34rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}

.main_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:0.22rem;
}

.main_con {
    width: 48%;
    height: 3rem;
    background: #FFFFFF;
    padding-top:0.4rem;
    box-sizing:border-box;
    margin-top:0.28rem;
    box-shadow: 0.014rem 0.028rem 0.58rem 0.028rem rgba(0, 0, 0, 0.09);
}

    .main_con img {
        width: 0.85rem;
        height: 0.85rem;
    }

.con_p {
    font-size: 0.34rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom:0.15rem;
    margin-top:0.1rem;
}

.con_p2 {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 0.42rem;
}
.join_line {
    width: 100%;
    height: 5.48rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.38rem 0.2rem rgba(0, 0, 0, 0.03);
    border-radius: 0.14rem;
    margin-top:0.09rem;
    padding-top:0.48rem;
    box-sizing:border-box;
    margin-bottom:0.5rem;
}
    .join_line img {
        width: 2.7rem;
        height: 2.72rem;
    }
    .join_line p {
        font-size: 0.34rem;
        font-family: PingFang SC;
        font-weight: 500;
        color: #666666;
        margin:0.22rem 0;
    }
.zxbtn {
    width: 6.28rem;
    height: 1.14rem;
    line-height:1.14rem;
    text-align:center;
    margin:0 auto;
    background: linear-gradient(-90deg, #F4AE46, #ED813E);
    border-radius: 0.57rem;
    font-size: 0.4rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF!important;
    display:block;
}