* {
    margin: 0;
    padding: 0;
}

#layout {
    max-width: 19.2rem;
    margin: 0 auto;
    font-size: 0.2rem;
    margin-top: 1.05rem;
    margin-bottom: 0.3rem;
}
body {
    width: 19.2rem;
    margin: 0 auto;
    font-size: 0.2rem;
}

span {
    font-family: Microsoft YaHei;
}

a {
    text-decoration: none;
}
span {
    cursor: pointer;
}

.banner {
    width: 19.2rem;
    margin: 0 auto;
}

.banner img {
    width: 19.2rem;
}

.picture_3_content {
    width: 15.8rem;
    margin: 0 auto;
}

.picture_3_title {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.3rem auto;
}

.picture_3_title img {
    margin-top: 0.1rem;
    width: 100%;
}

.picture_3_title_left {
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
}

.picture_3_title_right {
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
}

.picture_3_pic {
    width: 15.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.picture_3_pic_box {
    width: 5.14rem;
    display: flex;
    flex-direction: column;
}

.picture_3_pic_box img {
    width: 5.14rem;
    border-radius: 0.1rem;
}

.picture_3_pic_box span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    margin: 0.15rem auto;
    height: 100%;
    text-align: center;
}

.sign_content {
    width: 19.2rem;
    background-image: url(/hezuo/img/part/bg.png);
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sign_title {
    width: 100%;
    padding: 0.2rem 0;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFF;
}

.sign_apply_content {
    width: 12.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.2rem;
}

.sign_apply_input {
    display: flex;
    align-items: center;
    width: 3.0rem;
    height: 0.5rem;
    border: 0.01rem solid #FFFFFF;
    background: none;
}

.sign_apply_input span {
    color: #fff;
    margin: 0 0.1rem;
}

.sign_apply_input input {
    outline: none;
    background: none;
    border: none;
    color: #fff;
}

.sign_apply_input input::placeholder {
    color: #fff;
}

.sign_apply_btn button {
    margin: 0.2rem 0;
    width: 2.6rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    color: #276dd2;
    border: none;

}