#login-section.hide,#login-section-m.hide{
    display: none!important;
}
@media only screen and (min-width: 800px){
    html.fixed, body.fixed {
        overflow-x: hidden;
    }
    body.fixed {
        position: fixed;
    }

    .member-popup-message{
        z-index: 99;
        top: 50%;
        background: #fff;
        opacity: 1;
        position: fixed;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 480px;
        /*-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);*/
        /*-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);*/
        /*box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);*/
        height: 144px;
        display: block;
    }
    .member-popup-message .close{
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        cursor: pointer;
    }
    body.init-flow .member-popup-message{
        display: none;
    }
    .member-popup-message .popup-inner{
        width: 100%;
        position: absolute;
        top: 50%;
        opacity: 0.9;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .member-popup-message .member-title{
        text-align: center;
        padding: 10px;
        font-size: 16px;
    }
    .member-popup-message .member-content{
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: #000;
    }
    body.zh-hans .member-popup-message .member-content,body.zh-hant .member-popup-message .member-content{
        font-size: 18px;
    }
    .member-popup-message .button-inner{
        width: 100%;
        padding: 0 20%;
        margin-top: 50px;
    }
    .member-popup-message  .popup-btn{
        background-color: #242725;
        padding: 10px 20px;
        opacity: 1;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .member-pdf{
        display: none;
        margin-top:60px;
        width:100%;
        height:100%;
    }
    .a-pdf-download{
        display: none;
    }
    .member-pdf.show{
        display: block;
    }
    .error-message{
        display: none;
        font-size: 10px;
        position: absolute;
        color: #ff6363;
        width: 240px;
        background-color: #e6dcd1;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.8s;
        transition-property: opacity;
        transition-duration: 0.8s;
    }
    .error-message.show{
        opacity: 1;
    }
    #login-section{
        background-size: 100% 100%;
        position: fixed;
        top:100px;
        right: 0;
        width: 312px;
        height: 300px;
        margin-right: -265px;
        -webkit-transition-property: margin-right;
        -webkit-transition-duration: 0.8s;
        transition-property: margin-right;
        transition-duration: 0.8s;
        overflow: hidden;
        padding-top:20px;
        z-index:1000;
    }
    .login-bar{
        display: block;
    }
    .login-bar-m{
        display: none;
    }
    #login-section.logout{
        width: 46px;
        height: 300px;
        margin-right:0;
    }
    .login-bar{
        background-color: #745a4b;
        width: 47px;
        height: 100%;
        float: left;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        position: relative;
    }
    .login-bar-member-logo{
        position: relative;
        top: 30px;
        left: 0;
        width: 100%;
        padding: 0 5px 0 5px;
    }
    .login-bar-logo,.login-bar-member-logo{
        position: absolute;
        top: 30px;
        left: 0;
    }
    .login-bar-title{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        color: #eae5e3;
        top: 68px;
        position: relative;
        left: 2px;
        font-weight: bold;
        display: block;
    }
    .logout .login-bar-title{
        display: none;
    }
    .login-bar-member-logo, #login-section.logout .login-bar-logo,.logout-bar-logo, #login-section.logout .login-ag-logo{
        display: none;
    }
    .login-bar-logo, #login-section.logout .login-bar-member-logo,#login-section.logout .logout-bar-logo{
        display: block;
    }
    .login-ag-logo{
        position: absolute;
        left: 0;
        bottom: 30px;
    }
    .logout-bar-logo{
        position: absolute;
        left: 0;
        bottom: 30px;
    }
    #login-section.logout .logout-bar-logo{
        width: 100%;
        position: absolute;
        padding: 0 12px 0 12px;
        cursor: pointer;
    }
    #login-section.logout .username{
        display: block;
        font-weight: bold;
        color: #fff;
        width: 20px;
        margin: 90px auto 0 auto;
        font-size: 13px;
        cursor: context-menu;
    }
    .login-content{
        background-color: #e6dcd1;
        height: 100%;
        float: left;
        width: 265px;
        padding-top: 20px;
    }
    .section-item{
        width: 240px;
        padding: 0 5px 0 5px;
        margin: 0 auto 10px auto;
        border:1px solid rgb(210, 210, 210);
        border-radius: 4px;
        background: #fff;
    }
    .input-div{
        float: left;
        height: 38px;
        width: 200px;
    }
    .input-field{
        height: 38px;
        width: 100%;
        border: none;
    }
    .login-indicator{
        display: table-cell;
        vertical-align: middle;
        width: 27px;
        height: 38px;
        background-color: #fff;
    }
    .login-icon{
        height: 1em;
        width: 1em;
        display: block;
        fill: currentcolor;
    }
    .login-options{
        width: 240px;
        margin: 0 auto 10px auto;
        height: 25px;
    }
    .remember-me-checkbox{
        float: left;
        height: 20px;
    }
    .password-input-field{
        padding-top: 5px;
        margin: 3px 3px 3px 4px;
        float: left;
    }
    .remember-me-checkbox div{
        cursor: pointer;
        font-weight: 200;
        font-size: 14px;
        color: #888888;
        float: left;
    }
    .show-password{
        height: 20px;
        float: right;
        font-size: 14px;
        color: #696969;
        cursor: pointer;
    }
    .section-item.focus{
        border:1px solid rgb(140, 207, 255);
    }
    .input-field:focus{
        outline: none;
    }
    #login-section .login-button{
        cursor: pointer;
        text-decoration: none;
        border-radius: 4px;
        border: 2px solid rgb(112, 121, 116);
        color: #ffffff;
        width: 240px;
        padding: 10px;
        margin: 0 auto 10px auto;
        text-align: center;
        vertical-align: middle;
        background-color: rgb(112, 121, 116);
    }
    #login-section .login-button:hover{
        background-color: rgb(78, 78, 78);
    }
    #login-section .forgot-password{
        height: 20px;
        font-size: 14px;
        color: #696969;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
    }
    .login-border {
        border-bottom: 1px solid #a7a7a7;
        content: "";
        width: 240px;
        margin: 0 auto 10px auto;
    }
    #login-section .register-now{
        float: left;
        margin-left: 5px;
        color: #696969;
        cursor: pointer;
        font-size: 14px;
    }
    .sign-up-note{
        float: left;
        font-size: 14px;
    }
    .sign-up{
        width: 240px;
        margin: 0 auto;
    }
    .dim-content{
        z-index: 1;
        background-color: #000000;
        opacity: 0.7;
        position: fixed;
        top:0;
        width:100%;
        height:100%;
    }
    .dim-content.hide{
        display: none;
    }
    header .member-zone span{
        color: #a56650;
    }
    header .member-zone.dim{
        display:none;
    }
    #login-section.show{
        margin-right: 0;
    }
    .login-ag-logo{
        bottom: 20px;
    }
    #login-register-form{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        width: 80%;
        height: 90%;
        top: 80px;
    }
    #login-register-form.show{
        display: block;
    }
    #login-section .username{
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
    #login-section .username, #login-section .logout-btn{
        display: none;
    }
    #login-section.logout .logout-btn{
        display: block;
        position: relative;
        width: 100%;
        cursor: pointer;
        height:100%
    }

    #load-content-div{
        position: fixed;
        top: 50px;
        width: 80%;
        height: 90%;
        z-index: 1001;
        left: 10%;
        display: none;
        -webkit-transition-property: display;
        -webkit-transition-duration: 0.8s;
        transition-property: display;
        transition-duration: 0.8s;
    }
    #load-content-div.show{
        display: block;
    }
    #load-content{
        overflow: auto;
        border: 0;
        width: 100%;
        height: 100%;
    }
    #load-content.show-content{
        border: solid #898989 1px;
        opacity: 1;
    }
    .member-close-btn{
        display: none;
        width:26px;
        height:26px;
        position: absolute;
        z-index:100;
        background: url("/members/img/m-close-btn.png");
        background-size: 100% 100%;
        cursor: pointer;
        right: -13px;
        top: -13px;;
    }
    .member-close-btn.show{
        display: block;
    }
}
@media only screen and (max-width: 799px) {
    .login-bar-title{
        color: #ffffff;
        font-size: 21px;
        position: relative;
        top: 8px;
        left: 7px;
        width: 80px;
        float: left;
        display: block;
    }
    .logout .login-bar-title{
        display:none;
    }
    header .member-zone span{
        color: #a56650;
    }
    .error-message{
        display: none;
        font-size: 10px;
        position: absolute;
        color: #ff6363;
        width: 100%;
        background-color: #e6dcd1;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.8s;
        transition-property: opacity;
        transition-duration: 0.8s;
    }
    .error-message.show{
        opacity: 1;
    }
    .member-pdf{
        display: none;
    }
    .a-pdf-download{
        display: block;
    }
    .pdf-download{
        width:100%;
        margin-top:52px;
        position: relative;
        padding: 25px;
    }
    #login-section{
        background-size: 100% 100%;
        position: fixed;
        bottom: -335px;
        width: 100%;
        -webkit-transition-property: bottom!important;
        -webkit-transition-duration: 0.8s;
        transition-property: bottom!important;
        transition: 0.8s bottom ease!important;
        transition-duration: 0.8s;
        height:385px;
        z-index:98;
    }
    svg {
        fill: currentColor;
        vertical-align: bottom;
    }
    #login-section .member-close-btn-m{
        display: none;
    }
    #login-section.show .member-close-btn-m{
        display: block;
        color: #dedede;
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 1000;
        right: 5px;
        top: -15px;
        float: right;
    }
    #login-section.show{
        bottom: 0;
    }
    .login-bar{
        display: none;
    }
    .login-bar-m{
        display: block;
        background-color: #745a4b;
        width: 100%;
        height: 50px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        position: relative;
        padding: 0 20px 0 20px;
    }
    .login-bar-member-logo, #login-section.logout .login-bar-logo, .logout-bar-logo{
        display: none;
    }
    .login-bar-logo, #login-section.logout .login-bar-member-logo, #login-section.logout .logout-bar-logo{
        display: block;
    }
    .login-bar-logo{
        position: relative;
        height: 100%;
        padding: 10px 0 10px 0;
        float: left;
    }
    .login-ag-logo{
        position: relative;
        height: 100%;
        padding: 10px 0 10px 0;
        float: right;
    }
    .logout-bar-logo{
        float: right;
        height: 100%;
        padding: 15px 0 15px 0;
        margin-right: 10px;
    }
    .login-content{
        background-color: #e6dcd1;
        float: left;
        width: 100%;
        padding: 20px;
    }
    .section-item{
        width: 100%;
        height: 40px;
        padding: 0 10px 0 10px;
        margin: 0 auto 20px auto;
        border: 1px solid rgb(210, 210, 210);
        border-radius: 4px;
        background: #fff;
    }
    .login-indicator{
        display: table-cell;
        vertical-align: middle;
        width: 27px;
        height: 38px;
        background-color: #fff;
        float: right;
        padding: 12px 0 12px 0;
    }
    .login-options{
        width: 100%;
        height: 25px;
        margin-bottom: 20px;
    }
    .password-input-field{
        padding-top: 5px;
        margin: 3px 3px 3px 0;
        float: left;
    }
    .login-border {
        border-bottom: 1px solid #a7a7a7;
        content: "";
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .sign-up{
        width: 100%;
        margin: 0 auto;
    }
    .login-bar-member-logo{
        height: 100%;
        padding: 10px 0 10px 15px;
        float: left;
    }
    #login-section.logout .username{
        display: block;
        font-weight: bold;
        color: #fff;
        width: auto;
        font-size: 15px;
        float: left;
        vertical-align: middle;
        height: 100%;
        padding: 15px 20px 15px 20px;
    }
    .input-div{
        float: left;
        height: 38px;
        width: 85%;
    }

    .input-field{
        height: 38px;
        width: 100%;
        border: none;
    }
    .login-icon{
        height: 1em;
        width: 1em;
        display: block;
        fill: currentcolor;
    }
    .remember-me-checkbox{
        float: left;
        height: 20px;
    }
    .remember-me-checkbox div{
        cursor: pointer;
        font-weight: 200;
        font-size: 14px;
        color: #888888;
        float: left;
    }
    .show-password{
        height: 20px;
        float: right;
        font-size: 13px;
        color: #818181;
        cursor: pointer;
    }
    .section-item.focus{
        border:1px solid rgb(140, 207, 255);
    }
    .input-field:focus{
        outline: none;
    }
    #login-section .login-button{
        cursor: pointer;
        text-decoration: none;
        border-radius: 4px;
        border: 2px solid rgb(112, 121, 116);
        color: #ffffff;
        width: 240px;
        padding: 10px;
        margin: 0 auto 10px auto;
        text-align: center;
        vertical-align: middle;
        background-color: rgb(112, 121, 116);
    }
    #login-section .login-button:hover{
        background-color: rgb(78, 78, 78);
    }
    #login-section .forgot-password{
        height: 20px;
        font-size: 13px;
        color: #818181;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
    }

    #login-section .register-now{
        float: left;
        margin-left: 5px;
        color: #818181;
        cursor: pointer;
        font-size: 14px;
    }
    .sign-up-note{
        float: left;
        font-size: 14px;
    }

    .member-pdf{
        margin-top: 50px;
        width: 100%;
        height: 100%;
    }

    header .member-zone.dim{
        display:none;
    }
    html.fixed, body.fixed {
        overflow-x: hidden;
    }
    body.fixed {
        position: fixed;
    }

    .dim-content{
        z-index: 97;
        background-color: #000000;
        opacity: 0.7;
        position: fixed;
        top:0;
        width:100%;
        height:100%;
    }
    .dim-content.hide{
        display: none;
    }
    #load-content-div{
        z-index:1002;
        display: none;
        opacity: 0;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.8s;
        transition-property: opacity;
        transition-duration: 0.8s;
        width:100%;
        height: 100%;
        position: fixed;
        top:0;
        left:0;
        background: white;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    #load-content-div.show{
        opacity: 1;
        z-index:1002;
        display:block;
    }
    #load-content{
        border: 0;
        width: 100%;
        height:100%;
    }
    .member-close-btn.show{
        display: block;
        background-image: url('/members/img/m-close-btn.png');
        width: 26px;
        height: 26px;
        position: fixed;
        right: 13px;
        top: 13px;
    }
    .member-popup-message{
        z-index: 100;
        top: 50%;
        background: #fff;
        opacity: 1;
        position: fixed;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        /*-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);*/
        /*-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);*/
        /*box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.11);*/
        /* padding: 10%; */
        display: block;
    }
    .member-popup-message .close{
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        cursor: pointer;
    }
    body.init-flow .member-popup-message{
        display: none;
    }
    .member-popup-message .popup-inner{
        width: 100%;
        padding: 30px;
    }
    .member-popup-message .member-title{
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.03em;
        font-weight: 300;
    }
    .member-popup-message .member-content{
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: #000;
    }
    .member-zone span{
        padding-left: 0!important;
    }
    .member-popup-message .button-inner{
        width: 100%;
        padding: 0 20%;
        margin-top: 50px;
    }
    .member-popup-message  .popup-btn{
        background-color: #242725;
        padding: 10px 20px;
        opacity: 1;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    textarea {
        font-size: 16px;
    }
}

/* pdf part */
.pdf-list{
    width: 265px;
    margin: 35px 60px;
    cursor: pointer;
    display: inline-block;
}
.pdf-list img{
    width: 100%;
}
.member-zone-content{
    position: absolute;
    left: 50%;
    width: 100%;
    top:60px;
    transform: translate(-50%, 0);
    text-align: center;
}

.pdf-title{
    float:right;
    margin-top: 8px;
    font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, "sans-serif",'LiHei Pro',黑體, SimHei, 微軟正黑體, Microsoft JhengHei, sans-serif, 新細明體, PMingLiU;
    color: #58595b;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-size: 100%;
}

.pdf-list.left {
    margin-right: 0;
}
.pdf-list.right {
    margin-left: 0;
}

@media only screen and (max-width: 2274px){
    .member-zone-content{
        width: 100%;
    }
}
@media only screen and (max-width: 2031px){
    .member-zone-content{
        width: 80%;
    }
}
@media only screen and (max-width: 1911px) {
    .member-zone-content{
        width: 85%;
    }
}

@media only screen and (max-width: 1529px) {
    .member-zone-content{
        width: 90%;
    }
}
@media only screen and (max-width: 1444px) {
    .member-zone-content{
        width: 100%;
    }
}
@media only screen and (max-width: 1299px) {
    .member-zone-content{
        width: 70%;
    }
}
@media only screen and (max-width: 928px) {
    .member-zone-content{
        width: 100%;
    }
}
.pdf-list.left img{
    box-shadow: -10px 10px 12px -6px #777;
}
.pdf-list.right img{
    box-shadow: 10px 10px 12px -6px #777;
}
@media only screen and (max-width: 800px) {
    .pdf-list{
        width: 265px;
        cursor: pointer;
        margin-left: -132.5px!important;
        margin-right: inherit!important;
        left: 50%;
        position: relative;
        display: block;
        float: inherit!important;
    }
    .member-zone-content{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 60px;
        transform: translate(-50%, 0);
        display: block;
        padding-bottom: 60px;
    }
}
header .member-zone span{
    font-weight:bold;
}
.prompt-login,.prompt-reg{
    cursor: pointer;
    text-decoration: underline;
}
body.zh-hans .member-popup-message .member-content,body.zh-hant .member-popup-message .member-content{
    font-size: 18px;
}

.pdf-list{float:left;display: block; }


