@charset "utf-8";

.login-out{
    margin:20px 0 0;
    text-align: center;
}
.fb-login{
    margin-bottom: 5px;
}
.check-agree-box {
    background: #eee;
    padding: 15px 25px;
    clear: both;
    margin: 20px 0 0;
}
.check-agree label {
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #F75000;
}
.check-agree a {
    text-decoration: underline;
}
.check-agree a:hover {
    color: #F3856D;
}

.wishlist-box {
    margin-top: 50px;
}


.apply-btn-group-title{
    font-size: 24px;
    display: block;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
    margin-top: 50px;
}
.apply-btn-group{
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.apply-btn-group .abtn{
    color: #FF862C;
    font-size: 20px;
    font-weight: bold;
    width: 200px;
    height: 72px;
    line-height: 72px;
    border: 2px solid #FF862C;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.apply-btn-group .abtn:hover{
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}


.form-box {
   margin-top: 30px;
}


@media screen and (max-width: 1000px) {/*手機版*/
    .check-agree-box {
        padding: 5px;
        margin-top: 5px;
      
    }
    .check-agree label{
        margin:3px 0;
    }
    .wishlist-box {
        margin-top: 0;
    }
    .login-out{
        margin-top: 5px;
    }
}