.youth-content{
    height: 50px;
    margin-bottom: -20px;
    cursor: pointer;
}
.youth-head{
    padding-top: 7px;
    display: flex;
    justify-content: space-between;
    width: 62%;
}
.youth-head-count {
    margin-top: 8px;
    font-size: 16px;
    color: #BF9A59;
    padding-left: 10px;
}
.youth-no-sign {
    font-size: 24px;
    color: #ED8000;
}
.youth-sign-in {
    font-size: 24px;
    color: #937757;
}
.youth-head-btn-sign{
    bottom:-10px;
    width:262px;
    height:95px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    position:absolute;
    display:block;
    background-image:url(./images/sign-in.png);
}
.youth-sign-a{
    padding-left: 1026px;
}
.youth-sign-img{
    width: 138px;
    height: 27px;
    margin-top: -40px;
}

.top_btn {
    margin-top: 6px;
    width: 138px;
    height: 27px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    background-image:url(./images/my-sign.png);
}
.top_btn_in {
    margin-top: 6px;
    width: 138px;
    height: 27px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    background-image:url(./images/sign-in.png);
    border: 1px solid white;
    border-radius: 15px;
}
.top_nav {
    display: flex;
    justify-content: space-between;
}