@media only screen and (max-width: 750px){
   
    .products-table ul li:first-child.system{
        display: inline-block;
    }
    .index-box{
        display: block;
        height: auto;
    }
    .betel-box{
        display: block;
    }
    .index-member-bg{
        width: 550px;
        max-width: 100%;
    }
    .page-box{
        height: auto;
    }
    .member-page{
        width: 550px;
        padding-top: 30px;
    }
    .member-info li{
        padding: 0 10px;
    }
    .rwd-products-list{
        width: 100%;
        display: block;
        text-align: center;
        position: relative;
        border: 1px solid #0f512c;
        box-sizing: border-box;
        font-size: 24px;
        background-color: #FFF;
        color: #0f512c;

    }
    .rwd-products-list span{
        line-height: 50px;
        display: block;
    }
    .rwd-products-list:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-top: 10px solid #0f512c;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    .products-class li{
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #FFF;
        color: #0f512c;
    }
    .products-table{
        margin: 10px 0;
    }
    .nut ul li{
        width: 20%;
    }
    .nut ul.gift li{
        width: 50%;
    }
    .verification{
        float: none;
        margin-bottom: 20px;
    }
    .member-submit{
        float: none;
    }
    .cigarette ul li, .drink ul li{
        width: 33.333%;
    }
    .other ul li{
        width: 50%;
    }
    #gift_list ul{
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #gift_list li{
        width: 33.33%;
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #gift_list ul li{
        line-height: normal;
    }
    .detailed-box li:nth-child(4) .detailed-class{
        height: 42px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 480px){
    .employee input{
        width: 14px;
    }
    .member-page{
        width: 95%;
    }
    .member-info-box{
        width: 100%;
        float: none;
    }
    .page-out{
        float: none;
        width: 100px;
        padding: 10px 0;
        height: auto;
        margin-top: 10px;
    }
    .member-info li:after{
        content: '';
    }
    .member-info li{
        display: block;
        padding-left: 0;
        padding-bottom: 5px;
    }
    .member-title{
        padding-bottom: 10px;
    }
    .work-box{
        width: 100%;
    }
    .index-date{
        width: 100%;
        text-align: left;
    }
    .member-join{
        width: 95%;
    }
}