<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.List-search {
    right: 148px;
}*/
.main-page {
    display: flex;
    max-width: 1400px;
    /* max-width: 1600px; */
    margin: 24px auto;
    padding: 0 18px;
}

section {
    /*background-image: url(../image/member_bg_Landscape.png);*/
    background-image: url(../image/59123.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 0px 156px 493px rgba(0, 0, 0, 0.24) inset;
    background-attachment: fixed;
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding-right: 12%;
}
    section .introduce {
        font-size: 2.4em;
        width: calc(100% - 500px - 120px - 126px);
        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,.8);
        /* background: olive; */
        line-height: 1.5;
        display: flex;
        align-items: center;
    }
#Confirm-form {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
    background: #fff;
     right: -100%; 
    /* box-shadow: 0 0 15px 1px #bdbdbd; */
    border-radius: 3px;
    padding: 0 40px 48px 40px;
    transition: .5s;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.submit-button {
    margin-top: auto;
}
/*#header-SingUp {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1024px;
    background: #dc3632;
    padding: 0 10px;
}
.ui-header-Block {
    margin: 0;
    padding: 5px 0;
    width: 162px;
}

    .ui-header-Block a {
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ui-header-Block img {
        width: 38px;
    }

    .ui-header-Block strong {
        font-size: 20px;
        font-weight: 550;
        color: #fff;
    }

.header-Block {
    margin: auto;
    display:flex;
    align-items:center;
}

    .header-Block h2 {
        font-size: 18px;
        color: #f9f9f9;
        margin-left: 9px;
        padding: 0 0 0 10px;
        border-left: 1px solid #aaa;
        font-weight: 500;
    }*/
.member-login-SingUp {
    position: relative;
    width: 500px;
    margin: 108px 95px 120px 160px;
    background: #fff;
    padding: 0 40px 48px 40px;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px #bdbdbd;
    overflow: hidden;
}

    .member-login-SingUp h2 {
        font-size: 21px;
        font-weight: 550;
        text-align: center;
        padding: 29px 0 19px 0;
        color: #dc3632;
    }

#Declared {
    color: red;
    text-align: center;
    margin-top: 15px;
}

.Exp-SingUp {
    color: #808080;
    font-size: .85em;
    margin-top: 20px;
    padding-left: 23px;
    list-style: outside;
}

    .Exp-SingUp li {
        margin-bottom: 9px;
        line-height: 1.3;
    }


.menuLink-SignIn {
    display: none !important;
}</pre></body></html>