* {
    box-sizing: border-box;
    font-family: Helvetica, Arial, 'PingFangTC-Light', 'Microsoft JhengHei', sans-serif;
}

    *:focus {
        outline: none;
    }
html{
    cursor: pointer;
}

body {
    background: #fbfafa;
}

select::-ms-expand {
    display: none;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center;
}

header {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #ebebeb;
}

.header-body {
    width: 1000px;
    height: 150px;
    margin: auto;
    position: relative;
    padding: 30px 0 0 0;
}


nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

    nav ul {
        margin: 0;
        padding: 0;
    }

    nav li {
        display: inline-block;
        margin: 0 25px 0 0;
    }

        nav li a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            color: rgba(0, 0, 0, .65);
            line-height: 46px;
            position: relative;
        }

            nav li a:hover:before,
            .content-menu li a:hover:before,
            .btn-changetype a:hover:before,
            .menu-member li a:hover:before {
                -webkit-transform-origin: left top;
                transform-origin: left top;
                -webkit-transform: scale(1,1);
                transform: scale(1,1);
            }

            nav li a:before,
            .content-menu li a:before,
            .btn-changetype a:before,
            .menu-member a:before {
                position: absolute;
                bottom: 5px;
                left: 0;
                content: '';
                width: 100%;
                height: 2px;
                background: rgba(0, 0, 0, .65);
                -webkit-transform: scale(0,1);
                transform: scale(0,1);
                -webkit-transform-origin: right top;
                transform-origin: right top;
                -webkit-transition: -webkit-transform .4s cubic-bezier(1,0,0,1);
                transition: -webkit-transform .4s cubic-bezier(1,0,0,1);
                transition: transform .4s cubic-bezier(1,0,0,1);
                transition: transform .4s cubic-bezier(1,0,0,1),-webkit-transform .4s cubic-bezier(1,0,0,1);
            }

    nav > ul > li:nth-child(1) > a:before,
    nav > ul > li:nth-child(2) > a:before,
    nav > ul > li:nth-child(3) > a:before,
    nav > ul > li:nth-child(4) > a:before,
    nav > ul > li:nth-child(5) > a:before,
    nav > ul > li:nth-child(6) > a:before,
    nav > ul > li:nth-child(7) > a:before {
        display: none;
    }

    nav > ul > li:hover ul {
        height: 70px;
    }

.nav-submenu {
    background: #ece9e9;
    padding-left: calc((100vw - 982px) / 2);
    width: 100vw;
    height: 0;
    transition: all .2s;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 46px;
    margin-left: calc((-100vw + 982px) / 2);
    z-index: 99;
    padding-right: 0;
}

    .nav-submenu a {
        line-height: 70px;
        font-weight: 300;
    }

        .nav-submenu a:before {
            bottom: 15px;
        }

.site-search {
    width: 470px;
    height: 52px;
    position: absolute;
    right: 190px;
    top: 30px;
}

.input-search {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset;
}

.input-search-expand {
    width: 470px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .85) inset;
}

.btn-search {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.btn-search-collapse {
    background: url(../images/icon-search.png) no-repeat center center rgba(0, 0, 0, .85);
    background-size: 20px 20px;
}

.btn-search-expand {
    background: url(../images/icon-search2.png) no-repeat center center transparent;
    background-size: 20px 20px;
}

.btn-search + input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
    color: rgba(0, 0, 0, .85);
    height: 52px;
    padding: 0 0 0 62px;
    background: transparent;
}

.btn-search-collapse + input {
    display: none;
}

.btn-search-expand + input {
    display: block;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Helvetica, Arial, 'PingFangTC-Light', 'Microsoft JhengHei', sans-serif;
    color: #bfbfbf;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Helvetica, Arial, 'PingFangTC-Light', 'Microsoft JhengHei', sans-serif;
    color: #bfbfbf;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Helvetica, Arial, 'PingFangTC-Light', 'Microsoft JhengHei', sans-serif;
    color: #bfbfbf;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Helvetica, Arial, 'PingFangTC-Light', 'Microsoft JhengHei', sans-serif;
    color: #bfbfbf;
}

.btn-signin {
    width: 180px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 30px;
}

    .btn-signin a,
    .menu-member p {
        display: block;
        text-decoration: none;
        background: url(../images/icon-dropdown.png) no-repeat right 16px center #cdb581;
        background-size: 12px 8px;
        line-height: 52px;
        padding: 0 16px;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        transition: all .2s;
        margin: 0;
    }

        .btn-signin a:hover {
            background: url(../images/icon-dropdown.png) no-repeat right 16px center #cfb170;
            background-size: 12px 8px;
        }

.nav-m,
.btn-nav-m,
#content-menu-m {
    display: none;
}

footer {
    width: 100%;
    height: 562px;
    background: rgba(0, 0, 0, .82);
    position: relative;
}

.footer-body {
    width: 1000px;
    margin: auto;
    position: relative;
    padding: 80px 0 0 320px;
}

.footer-logo {
    position: absolute;
    left: 50px;
    top: 92px;
}

.footer-info {
    overflow: hidden;
}

.footer-info-title {
    float: left;
    width: 98px;
    margin: 0 24px 0 0;
}

    .footer-info-title p,
    .footer-info-content p,
    .footer-info-content a {
        font-size: 14px;
        color: rgba(255, 255, 255, .85);
        line-height: 46px;
        margin: 0;
    }

.footer-info-content {
    float: left;
    width: 400px;
}

    .footer-info-content p {
        color: rgba(255, 255, 255, .65);
    }

    .footer-info-content a {
        text-decoration: none;
        color: rgba(255, 255, 255, .65);
    }

        .footer-info-content a:hover {
            text-decoration: underline;
        }

.footer-social {
    width: 100%;
    height: 136px;
    background: #fbfafa;
}

    .footer-social ul {
        margin: 0 auto;
        overflow: hidden;
        padding: 40px 0 0;
        width: 600px;
    }

    .footer-social li {
        float: left;
        width: 33.3333333333%;
        height: 56px;
        list-style: none;
    }

        .footer-social li a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
            color: rgba(0, 0, 0, .65);
            line-height: 56px;
            /*padding: 0 0 0 60px;*/
            position: relative;
            text-align: center;
        }

            .footer-social li a i {
                position: absolute;
                top: 0;
                left: 0;
                width: 55px;
                height: 55px;
                display: block;
            }

/*        .footer-social li:nth-child(1) a i {
            background: url(../images/icon-fb.png) no-repeat left center;
            background-size: 52px 52px;
        }

        .footer-social li:nth-child(2) a i {
            background: url(../images/icon-line.png) no-repeat left center;
            background-size: 52px 52px;
        }

        .footer-social li:nth-child(3) a i {
            background: url(../images/icon-ig.png) no-repeat left center;
            background-size: 52px 52px;
        }*/

.footer-bottom {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #434343;
    text-align: center;
}

    .footer-bottom p {
        color: rgba(255, 255, 255, .65);
        line-height: 50px;
        font-size: 12px;
        margin: 0;
    }

.gototop {
    position: fixed;
    right: 5%;
    bottom: 10%;
    cursor: pointer;
    display: none;
    width: 60px;
    height: 60px;
}

    .gototop img,
    .brand-list img,
    .transport-right img {
        width: 100%;
        height: auto;
    }

.main-banner {
    /*width: 1100px;*/
    max-width: 1100px;
    margin: 50px auto 80px;
}

.index-news,
.index-newsa,
.index-brands-body,
.index-dm,
.news-list {
    width: 1000px;
    margin: 0 auto 80px;
    position: relative;
}

    .index-news h3,
    .index-newsa h3,
    .index-brands-body h3,
    .index-dm h3 {
        font-size: 30px;
        color: rgba(0, 0, 0, .80);
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 20px 0;
    }

.btn-more-news {
    width: 74px;
    height: 32px;
    position: absolute;
    right: 16px;
    top: -1px;
}

    .btn-more-news a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        line-height: 32px;
        text-align: right;
        background: url(../images/icon-more.png) no-repeat 16px center;
        background-size: 8px 12px;
    }





.index-news ul,
.index-newsa ul,
.news-list ul {
    padding: 0;
}

.index-news li,
.news-list li {
    display: inline-block;
    width: 310px;
    overflow: hidden;
    margin: 0 15px 0 0;
    list-style: none;
}

    .index-news li:last-child {
        margin: 0;
    }

.news-img {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 0 0 16px 0;
    position: relative;
}

    .news-img img {
        width: 100%;
        height: auto;
    }

.index-news li a,
.index-newsa li a,
.news-list li a {
    text-decoration: none;
}

.index-news li p,
.index-newsa li p,
.news-list li p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}

.index-news li h4,
.index-newsa li h4,
.news-list li h4 {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    margin: 10px 0 0 0;
}

.index-brands {
    width: 100%;
    padding: 60px 0 20px;
    background: rgba(241, 239, 239, .73);
}

.index-brands-body h4 {
    font-size: 20px;
    color: rgba(0, 0, 0, .65);
    margin: 0 0 20px 0;
}

.index-brands-banner {
    overflow: hidden;
    white-space: nowrap;
    width: 1000px;
    height: 160px;
    margin: 0 0 40px 0;
    position: relative;
}

.banner1 {
    display: inline-block;
    animation: marquee 50s linear infinite;
}

.banner2 {
    display: inline-block;
    animation: marquee2 50s linear infinite;
    margin-left: -5px;
}

.banner3 {
    display: inline-block;
    animation: marquee 70s linear infinite;
}

.banner4 {
    display: inline-block;
    animation: marquee2 70s linear infinite;
    margin-left: -5px;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.index-dm {
    margin: 80px auto 160px;
}

.dm-body {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 40px;
}

.dm-main-img {
    float: left;
    margin: 0 105px 0 0;
    width: 320px;
    height: 440px;
    position: relative;
}

    .dm-main-img img,
    .wowbook-page-content img {
        max-width: 100%;
    }

.book_container {
    display: none;
}

.dm-main-text {
    float: left;
    padding: 100px 0 0 0;
    height: 500px;
}

    .dm-main-text h4 {
        font-size: 24px;
        color: rgba(0, 0, 0, .65);
        line-height: 32px;
        margin: 0;
        width: 320px;
    }

    .dm-main-text p {
        font-size: 16px;
        color: rgba(0, 0, 0, .3);
        line-height: 1;
    }

.content-body {
    width: 1000px;
    margin: auto;
    padding: 80px 0;
    position: relative;
}

    .content-body h2,
    .contact-body h2,
    .dmBox h2{
        font-size: 30px;
        color: rgba(0, 0, 0, .80);
        margin: 0 0 40px 0;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 20px 0;
    }

.dmBox h2 {
    margin: 0 0 40px 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    padding: 0 0 20px 0 !important;
}

.content-menu {
    position: absolute;
    right: 0;
    top: 70px;
}

    .content-menu ul, .brand-subtitle-list-m {
        margin: 0;
    }

        .content-menu li, .brand-subtitle-list-m li {
            display: inline-block;
            margin-right: 25px;
            margin-bottom: 8px;
        }

            .content-menu li p, .brand-subtitle-list-m li p {
                font-size: 16px;
                color: rgba(0, 0, 0, .85);
                line-height: 2;
                text-shadow: 0 0 rgba(0, 0, 0, .9);
            }

            .content-menu li a, .brand-subtitle-list-m li a {
                display: block;
                text-decoration: none;
                font-size: 16px;
                font-weight: 100;
                color: rgba(0, 0, 0, .65);
                line-height: 2;
                position: relative;
            }

                .content-menu li a:before,
                .brand-subtitle-list-m li a:before {
                    bottom: 0;
                }

.news-list li {
    margin: 0 15px 30px 0;
}

    .news-list li:nth-child(3n) {
        margin: 0 0 30px 0;
    }

.pages-btn {
    height: 70px;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .pages-btn a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        color: rgba(0, 0, 0, .65);
        text-align: center;
        line-height: 32px;
        transition: all .2s;
        width: 32px;
        height: 32px;
    }

.prev-page,
.next-page {
    width: 32px;
    height: 32px;
    float: left;
    border: 1px solid #d9d9d9;
    margin: 0 10px;
}

.page-number {
    float: left;
    min-width: 32px;
    height: 32px;
}

.prev-page a {
    background: url(../images/icon-prev.png) no-repeat center center;
    background-size: 8px 11px;
}

.next-page a {
    background: url(../images/icon-more.png) no-repeat center center;
    background-size: 8px 11px;
}

.page-number a.current-page {
    background: #333;
    cursor: default;
    color: #fff;
}

.page-number a {
    float: left;
}

    .page-number a:hover {
        background: rgba(0, 0, 0, .9);
        color: #fff;
    }

.detail-body {
    width: 1000px;
    margin: 80px auto;
    background: #fff;
    padding: 50px;
}

.btn-changetype {
    position: absolute;
    right: 0;
    top: 84px;
}

    .btn-changetype a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        transition: all .2s;
        padding: 10px 0;
    }

.content-menu-brand {
    top: 130px;
}

.brand-list {
    width: 100%;
    margin: 120px 0;
}

    .brand-list h4 {
        font-size: 20px;
        color: rgba(0, 0, 0, .65);
        margin: 0 0 20px 0;
    }

    .brand-list ul {
        margin-bottom: 40px;
        padding: 0;
    }

    .brand-list li {
        list-style: none;
        display: inline-block;
        width: 235px;
        height: 235px;
        border: 1px solid #e6e6e6;
        margin: 0 15px 15px 0;
        background: #fff;
        position: relative;
    }

        .brand-list li:nth-child(4n) {
            margin: 0 0 15px 0;
        }


.search-result-title {
    width: 100%;
    height: 26px;
    margin: 10px 0;
}

    .search-result-title p {
        font-size: 16px !important;
        line-height: 26px !important;
        color: rgba(0, 0, 0, .85) !important;
    }

.search-result-img {
    width: 235px;
    height: 235px;
    overflow: hidden;
    position: relative;
}




.detail-body-brand {
    max-width: 1000px;
    margin: 80px auto;
}

    .detail-body-brand h2 {
        line-height: 50px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, .85);
        margin: 0 0 40px;
        height: 50px;
    }

.detail-brand-info {
    width: 100%;
    height: auto;
    /*background: url(../images/bg-brand.jpg) no-repeat right top;
    background-size: contain;
    margin: 0 0 40px;*/
}

.detail-beand-info-list {
    float: left;
}

.detail-beand-info-image {
    float: right;
    width: 575px;
    height: auto;
    text-align: right;
}

    .detail-beand-info-image img {
        width: 100%;
        height: auto;
    }

.detail-beand-info-content {
    width: 320px;
    height: 60px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}

    .detail-beand-info-content h4 {
        font-size: 18px;
        color: rgba(0, 0, 0, .65);
        line-height: 60px;
        float: left;
        width: 35%;
        margin: 0;
    }

    .detail-beand-info-content p {
        font-size: 18px;
        color: rgba(0, 0, 0, .65);
        line-height: 60px;
        font-weight: 300;
        float: left;
        width: 65%;
        margin: 0;
    }

.detail-brand-intro {
    width: 100%;
    margin-top: 40px;
}

    .detail-brand-intro p {
        font-size: 18px;
        color: rgba(0, 0, 0, .65);
        line-height: 36px;
        margin: 0;
    }

.transport-body {
    width: 100%;
    overflow: hidden;
}

.transport-left {
    float: left;
    width: 490px;
}

    .transport-left h3,
    .transport-right h3 {
        font-size: 20px;
        color: rgba(0, 0, 0, .85);
        border-bottom: 1px solid #d8d8d8;
        line-height: 48px;
        padding: 0 0 0 60px;
    }

        .transport-left h3.transport-title1 {
            background: url(../images/icon-transport1.png) no-repeat 16px center;
            background-size: 28px 24px;
        }

        .transport-right h3.transport-title2 {
            background: url(../images/icon-transport2.png) no-repeat 16px center;
            background-size: 28px 24px;
        }

    .transport-left p,
    .transport-right p {
        font-size: 17px;
        color: rgba(0, 0, 0, .65);
        line-height: 36px;
        margin: 0;
    }

        .transport-left p span,
        .transport-right p span {
            font-weight: 600;
        }

.transport-right {
    float: right;
    width: 405px;
}

    .transport-right img {
        margin: 0 0 20px;
    }

.btn-map {
    width: 276px;
    height: 50px;
    float: right;
    margin: 0 0 40px;
}

    .btn-map a,
    .btn-detail a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        text-align: center;
        line-height: 50px;
        border: 1px solid #979797;
        transition: all .2s;
    }

        .btn-map a:hover,
        .btn-detail a:hover {
            background: rgba(0, 0, 0, .9);
            border: 1px solid rgba(0, 0, 0, .9);
            color: #fff;
        }

/* a img {
    filter: brightness(1);
    transition: all .2s;
}

a img:hover {
    filter: brightness(.6);
} */

.news-img:before,
.swiper-slide:before,
.index-brands-banner:before,
/*.brand-list li:before,*/
.dm-main-img:before,
.search-result-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    pointer-events: none;
    z-index: 99;
}

.news-img:hover:before,
.swiper-slide:hover:before,
.index-brands-banner:hover:before,
/*.brand-list li:hover:before,*/
.dm-main-img:hover:before,
.search-result-img:hover:before {
    background: rgba(0, 0, 0, .3);
}

.btn-detail {
    width: 276px;
    height: 50px;
    margin: 40px 0;
}

.banner-shareholder {
    width: 100%;
    margin: 0 0 30px;
}

    .banner-shareholder img {
        max-width: 100%;
    }

.info-body,
.member-body {
    width: 1000px;
    margin: auto;
    overflow: hidden;
}

.info-menu,
.member-menu {
    float: left;
    width: 255px;
    /*background: rgba(241, 239, 239, .73);*/
    min-height: 1136px;
    padding: 36px 0 0 0;
}

    .info-menu ul,
    .member-menu ul {
        padding: 0;
        margin: 0;
    }

    .info-menu li {
        list-style: none;
        width: 100%;
        height: 50px;
    }

        .info-menu li p {
            font-size: 18px;
            color: rgba(0, 0, 0, .65);
            /*background: #ebeaea;*/
            padding: 0 0 0 13px;
            border-left: 4px solid rgba(0, 0, 0, .85);
            margin: 0;
            font-weight: bold;
        }

        .info-menu li a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: rgba(0, 0, 0, .65);
            padding: 0 0 0 13px;
            border-left: 4px solid transparent;
        }

            .info-menu li a:hover {
                /*border-left: 4px solid rgba(0, 0, 0, .85);*/
                /*background: #ebeaea;*/
                padding: 0 0 0 13px;
                font-weight: bold;
            }

.info-content,
.member-content {
    float: left;
    width: 745px;
    /*background: #fff;*/
    min-height: 1136px;
    padding: 25px 50px;
}

    .info-content > h2,
    .member-content > h2 {
        font-size: 30px;
        color: rgba(0, 0, 0, .80);
        border-bottom: 1px solid #d8d8d8;
        margin: 0 0 40px;
        padding: 0 0 20px;
    }

    .member-content > .member-title {
        font-size: 20px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 30px;
    }

    .member-content > .member-text {
        font-size: 17px;
        line-height: 2.12;
        color: rgba(0, 0, 0, 0.65);
    }

.history-detail {
    float: left !important;
    width: 755px !important;
    background: #fff;
    min-height: 1136px;
    padding: 50px;
}

.shareholder01-table-head,
.shareholder01-table-body,
.shareholder03-table-head,
.shareholder03-table-body,
.shareholder04-table-head,
.shareholder04-table-body,
.shareholder05-table-head,
.shareholder05-table-body,
.shareholder06-table-head,
.shareholder06-table-body {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #e9e9e9;
}

.shareholder01-table-head-td1,
.shareholder01-table-head-td2,
.shareholder01-table-head-td3,
.shareholder01-table-body-td1,
.shareholder01-table-body-td2,
.shareholder01-table-body-td3,
.shareholder03-table-head-td1,
.shareholder03-table-head-td2,
.shareholder03-table-head-td3,
.shareholder03-table-head-td4,
.shareholder03-table-body-td1,
.shareholder03-table-body-td2,
.shareholder03-table-body-td3,
.shareholder03-table-body-td4,
.shareholder04-table-head-td1,
.shareholder04-table-head-td2,
.shareholder04-table-head-td3,
.shareholder04-table-head-td4,
.shareholder04-table-body-td1,
.shareholder04-table-body-td2,
.shareholder04-table-body-td3,
.shareholder04-table-body-td4,
.shareholder05-table-head-td1,
.shareholder05-table-head-td2,
.shareholder05-table-body-td1,
.shareholder05-table-body-td2,
.shareholder06-table-head-td1,
.shareholder06-table-head-td2,
.shareholder06-table-body-td1,
.shareholder06-table-body-td2 {
    float: left;
    height: 64px;
}

.shareholder01-table-head-td1,
.shareholder01-table-body-td1 {
    width: 40%;
}

.shareholder01-table-head-td2,
.shareholder01-table-body-td2 {
    width: 20%;
}

.shareholder01-table-head-td3,
.shareholder01-table-body-td3 {
    width: 20%;
}

    .shareholder01-table-head-td1 p,
    .shareholder01-table-head-td2 p,
    .shareholder01-table-head-td3 p,
    .shareholder01-table-body-td1 p,
    .shareholder01-table-body-td2 p,
    .shareholder01-table-body-td3 p,
    .shareholder03-table-head-td1 p,
    .shareholder03-table-head-td2 p,
    .shareholder03-table-head-td3 p,
    .shareholder03-table-head-td4 p,
    .shareholder03-table-body-td1 p,
    .shareholder03-table-body-td2 p,
    .shareholder03-table-body-td3 p,
    .shareholder03-table-body-td4 a,
    .shareholder04-table-head-td1 p,
    .shareholder04-table-head-td2 p,
    .shareholder04-table-head-td3 p,
    .shareholder04-table-head-td4 p,
    .shareholder04-table-body-td1 p,
    .shareholder04-table-body-td2 p,
    .shareholder04-table-body-td3 p,
    .shareholder04-table-body-td3 a,
    .shareholder04-table-body-td4 p,
    .shareholder04-table-body-td4 a,
    .shareholder05-table-head-td1 p,
    .shareholder05-table-head-td2 p,
    .shareholder05-table-body-td1 p,
    .shareholder05-table-body-td2 a,
    .shareholder06-table-head-td1 p,
    .shareholder06-table-head-td2 p,
    .shareholder06-table-body-td1 p,
    .shareholder06-table-body-td2 p {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, .65);
        line-height: 64px;
        padding: 0 0 0 30px;
        margin: 0;
    }

.shareholder01-table-body,
.shareholder03-table-body,
.shareholder04-table-body,
.shareholder05-table-body,
.shareholder06-table-body {
    border-bottom: 1px solid #e9e9e9;
}

.shareholder04-table-body {
    min-height: 64px;
}

    .shareholder01-table-body:nth-child(odd),
    .shareholder03-table-body:nth-child(odd),
    .shareholder04-table-body:nth-child(odd),
    .shareholder05-table-body:nth-child(odd),
    .shareholder06-table-body:nth-child(odd),
    .contact-table-body:nth-child(odd) {
        background: #fdfdfd;
    }

.shareholder01-table-body-td1 p,
.shareholder01-table-body-td2 p,
.shareholder01-table-body-td3 p,
.shareholder03-table-body-td1 p,
.shareholder03-table-body-td2 p,
.shareholder03-table-body-td3 p,
.shareholder04-table-body-td1 p,
.shareholder04-table-body-td2 p,
.shareholder04-table-body-td3 p,
.shareholder04-table-body-td4 p,
.shareholder05-table-body-td1 p,
.shareholder05-table-body-td2 p,
.shareholder06-table-body-td1 p,
.shareholder06-table-body-td2 p {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    font-weight: 300;
}

.info-content > h4 {
    font-size: 20px;
    color: rgba(0, 0, 0, .65);
}

.info-content > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.info-content > h5 {
    font-size: 16px;
}

.btn-link {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

    .btn-link ul {
        padding: 0;
        margin: 0;
    }

    .btn-link li {
        list-style: none;
        width: 30%;
        float: left;
        margin: 0 5% 0 0;
        position: relative;
    }

        .btn-link li:last-child {
            float: right;
            margin: 0;
        }

        .btn-link li h4 {
            font-size: 20px;
            color: rgba(0, 0, 0, .65);
            text-align: center;
        }

        .btn-link li img {
            max-width: 100%;
        }

.shareholder03-table-head-td1,
.shareholder03-table-body-td1 {
    width: 10%;
}

.shareholder03-table-head-td2,
.shareholder03-table-body-td2 {
    width: 50%;
}

.shareholder03-table-head-td3,
.shareholder03-table-body-td3 {
    width: 30%;
}

.shareholder03-table-head-td4,
.shareholder03-table-body-td4 {
    width: 10%;
}

    .shareholder03-table-body-td4 a,
    .shareholder05-table-body-td2 a {
        padding: 0 0 0 35px;
    }

    .shareholder03-table-body-td4 img,
    .shareholder04-table-body-td3 img,
    .shareholder04-table-body-td4 img,
    .shareholder05-table-body-td2 img {
        width: 19px;
        height: 22px;
    }

.shareholder04-table-head-td1,
.shareholder04-table-body-td1 {
    width: 10%;
}

.shareholder04-table-head-td2,
.shareholder04-table-body-td2 {
    width: 50%;
}

.shareholder04-table-head-td3,
.shareholder04-table-body-td3 {
    width: 25%;
}

.shareholder04-table-head-td4,
.shareholder04-table-body-td4 {
    width: 15%;
}

    .shareholder04-table-body-td4 a {
        padding: 0 0 0 36px;
    }

.shareholder04-table-body-td1,
.shareholder04-table-body-td2,
.shareholder04-table-body-td3,
.shareholder04-table-body-td4 {
    height: auto;
    padding: 10px 0;
    min-height: 64px;
    display: flex;
    align-items: center;
}

    .shareholder04-table-body-td1 p,
    .shareholder04-table-body-td2 p,
    .shareholder04-table-body-td3 p,
    .shareholder04-table-body-td4 p,
    .shareholder04-table-body-td4 a,
    .shareholder05-table-body-td1 p {
        line-height: 1.2;
    }

.shareholder05-table-head-td1,
.shareholder05-table-body-td1 {
    width: 90%;
}

.shareholder05-table-head-td2,
.shareholder05-table-body-td2 {
    width: 10%;
}

.shareholder06-table-body {
    position: relative;
}

.shareholder06-table-head-td1,
.shareholder06-table-body-td1 {
    width: 20%;
    height: 64px;
}

.shareholder06-table-head-td2,
.shareholder06-table-body-td2 {
    width: 80%;
    min-height: 64px;
}

.shareholder06-table-body-td2 {
    padding: 22px 0 0 0;
}

.shareholder06-table-body-td1 p {
    line-height: 64px;
}

.shareholder06-table-body-td2 p {
    line-height: 1.2;
    margin: 0 0 23px;
}

.shareholder06-table-body-td2-expand {
    height: auto;
}

.btn-plus {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 17px;
    background: url(../images/icon-plus.png) no-repeat center center;
    background-size: 19px 19px;
}

.btn-minus {
    background: url(../images/icon-minus.png) no-repeat center center;
    background-size: 19px 1px;
}

.shareholder-contact-main {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.contact-picture {
    float: left;
    width: 384px;
}

    .contact-picture img {
        max-width: 100%;
    }

.contact-info {
    float: left;
    width: calc(100% - 384px);
    padding: 0 0 0 50px;
}

    .contact-info h3 {
        font-size: 18px;
        color: rgba(0, 0, 0, .65);
        line-height: 24px;
        margin: 0;
    }

    .contact-info h4 {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
        font-weight: 600;
        line-height: 20px;
        margin: 0;
    }

    .contact-info h2 {
        font-size: 36px;
        color: rgba(0, 0, 0, .65);
        line-height: 48px;
    }

    .contact-info p {
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        line-height: 30px;
        padding: 0 0 0 30px;
        margin: 0;
        background: url(../images/phone.png) no-repeat left center;
        background-size: 17px 17px;
    }

    .contact-info a {
        background: url(../images/icon_email.png) no-repeat left center;
        background-size: 18px 12px;
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        line-height: 30px;
        padding: 0 0 0 30px;
        transition: all .2s;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

.shareholder-contact-other {
    width: 100%;
    overflow: hidden;
}

.contact-other-info {
    width: 50%;
    float: left;
    padding: 0 0 0 70px;
}

.contact-other-logo {
    width: 100%;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

    .contact-other-logo img {
        width: 50%;
        height: auto;
    }

.contact-other-info p {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    line-height: 22px;
    margin: 0;
}

.contact-other-info h4 {
    font-size: 20px;
    color: rgba(0, 0, 0, .65);
    line-height: 28px;
    margin: 20px 0;
    font-weight: 600;
}

.contact-other-info h5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    margin: -20px 0 28px;
    font-weight: 600;
}

.contact-other-info a {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    line-height: 22px;
    text-decoration: none;
}

    .contact-other-info a:hover {
        text-decoration: underline;
    }

.contact-body {
    width: 1100px;
    margin: 30px auto 0;
    background: #fff;
    padding: 50px 50px 200px 50px;
}

    .contact-body h2 {
        margin: 0;
    }

    .contact-body h3 {
        font-size: 20px;
        font-weight: 600;
        color: rgba(0, 0, 0, .85);
        line-height: 4;
        border-bottom: 2px solid #e9e9e9;
        margin: 0;
    }

.contact-table-body {
    overflow: hidden;
    width: 100%;
    padding: 16px 30px;
}

.contact-table-body-td1,
.contact-table-body-td2,
.contact-table-body-td3 {
    float: left;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}

.contact-table-body-td1,
.contact-table-body-td2 {
    width: 20%;
}

.contact-table-body-td3 {
    width: 60%;
}

    .contact-table-body-td1 p,
    .contact-table-body-td2 p,
    .contact-table-body-td3 p {
        margin: 0;
        line-height: 22px;
    }

    .contact-table-body-td3 a {
        color: rgba(0, 0, 0, .65);
    }

.menu-member p span {
    margin: 0 5px;
}

.menu-member ul {
    margin: 0;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: -500px;
    width: 100%;
    background: #ece9e9;
    z-index: 9;
    opacity: 0;
    transition: opacity .2s;
}

.menu-member:hover ul {
    top: 52px;
    opacity: 1;
}

.menu-member li {
    list-style: none;
    text-align: center;
}

    .menu-member li a {
        background-image: none;
        background: #ece9e9;
        color: rgba(0, 0, 0, .85);
        font-size: 18px;
        line-height: 50px;
        position: relative;
        transition: all .2s;
        display: inline-block;
    }

        .menu-member li a:hover {
            background-image: none;
            background: #ece9e9;
        }

.member-body {
    margin: 55px auto 0;
}

.member-menu li {
    list-style: none;
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    transition: all .2s;
}

    .member-menu li.member-info {
        background: url(../images/icon-memberInfo.png) no-repeat center 20px;
    }

    .member-menu li.member-history {
        background: url(../images/icon-history.png) no-repeat center 20px;
    }

    .member-menu li.member-points {
        background: url(../images/icon-points.png) no-repeat center 20px;
    }

    .member-menu li.member-menu-active,
    .member-menu li:hover {
        background-color: #e9e9e9;
    }

    .member-menu li:before {
        content: "";
        width: 4px;
        height: 120px;
        background: rgba(0, 0, 0, 0);
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s;
    }

    .member-menu li:hover:before {
        background: rgba(0, 0, 0, .85);
    }

    .member-menu li.member-menu-active:before {
        content: "";
        width: 4px;
        height: 120px;
        background: rgba(0, 0, 0, .85);
        position: absolute;
        left: 0;
        top: 0;
    }

    .member-menu li p,
    .member-menu li a {
        padding: 76px 0 0 0;
        font-size: 18px;
        color: rgba(0, 0, 0, .65);
        line-height: 24px;
        margin: 0;
    }

    .member-menu li a {
        display: block;
        text-decoration: none;
    }

.member-pic {
    float: left;
    width: 100px;
}

.member-pic-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

    .member-pic-img img {
        max-width: 100%;
    }

.member-pic a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #4a90e2;
    line-height: 4;
    text-align: center;
    transition: all .2s;
}

    .member-pic a:hover {
        text-decoration: underline;
    }

.member-detail {
    float: left;
    width: 574px;
}

    .member-detail > p {
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        line-height: 24px;
        margin: 0;
    }

    .member-detail input {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        height: 48px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        padding: 0 20px;
        margin: 5px 0 30px;
        color: rgba(0, 0, 0, .85);
        background: #eee;
        color: #ccc !important
    }

    .member-detail select {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        height: 48px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        padding: 0 20px;
        margin: 5px 0 30px;
        color: rgba(0, 0, 0, .85);
        background: #eee;
        color: #ccc !important
    }

    .member-detail a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #4a90e2;
        line-height: 2;
        transition: all .2s;
        margin: 0 0 20px;
    }

        .member-detail a:hover {
            text-decoration: underline;
        }

    .member-detail h6 {
        font-size: 18px;
        color: rgba(0, 0, 0, .85);
        margin: 10px 0 30px;
        font-weight: 300;
    }

#twzipcode {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 20px;
}

.zipcode input {
    width: 20%;
    margin: 0 0 8px 0;
}

select[name=county],
select[name=district],
.member-detail  select{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 38%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 20px;
    color: rgba(0, 0, 0, .85);
    background: url(../images/icon-select.png) no-repeat right 20px center;
    background-size: 12px 8px;
    margin: 0 0 0 2%;
}

.city {
    width: 100%;
    position: absolute;
    left: 20%;
    top: 0;
}

.district {
    width: 100%;
    position: absolute;
    left: 60%;
    top: 0;
}

.member-detail input.member-save {
    width: 140px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .85);
    border: none;
    transition: all .2s;
    cursor: pointer;
}

    .member-detail input.member-save:hover {
        background: rgba(0, 0, 0, .9);
    }

    .member-detail input.member-save:disabled,
    .member-detail input.member-save:disabled:hover {
        background: rgba(0, 0, 0, .15);
        color: #b4b4b4;
        cursor: default;
    }

    .member-detail select{
        background-color: #fff;
    }

.member-content > p {
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    line-height: 40px;
}

    .member-content > p select {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 250px;
        height: 40px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        padding: 0 20px;
        color: rgba(0, 0, 0, .85);
        background: url(../images/icon-select.png) no-repeat right 20px center;
        background-size: 12px 8px;
    }


.member-history-thead,
.member-history-tbody,
.member-points-thead,
.member-points-tbody {
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
    overflow: hidden;
    position: relative;
}

.member-history-thead-td1,
.member-history-thead-td2,
.member-history-thead-td3,
.member-history-tbody-td1,
.member-history-tbody-td2,
.member-history-tbody-td3,
.member-history-tbody-td4,
.member-points-thead-td1,
.member-points-thead-td2,
.member-points-thead-td3,
.member-points-thead-td4,
.member-points-tbody-td1,
.member-points-tbody-td2,
.member-points-tbody-td3,
.member-points-tbody-td4 {
    float: left;
}

.member-history-thead-td1,
.member-history-tbody-td1 {
    width: 30%;
}

.member-history-thead-td2,
.member-history-tbody-td2 {
    width: 35%;
}

.member-history-thead-td3 {
    width: 35%;
}

.member-history-tbody-td3 {
    width: 25%;
}

.member-history-tbody-td4 {
    width: 10%;
}

    .member-history-thead-td1 p,
    .member-history-thead-td2 p,
    .member-history-thead-td3 p,
    .member-history-tbody-td1 p,
    .member-history-tbody-td2 p,
    .member-history-tbody-td3 p,
    .member-history-tbody-td4 a,
    .member-points-thead-td1 p,
    .member-points-thead-td2 p,
    .member-points-thead-td3 p,
    .member-points-thead-td4 p,
    .member-points-tbody-td1 p,
    .member-points-tbody-td2 p,
    .member-points-tbody-td3 p,
    .member-points-tbody-td4 p {
        font-size: 14px;
        color: rgba(0, 0, 0, .65);
        line-height: 54px;
        padding: 0 0 0 20px;
        margin: 0;
        font-weight: 600;
    }

.member-history-tbody,
.member-points-tbody {
    border-bottom: 1px solid #e9e9e9;
}

    .member-history-tbody:nth-child(even),
    .member-points-tbody:nth-child(even) {
        background: #fdfdfd;
    }

.member-history-tbody-td1 p,
.member-history-tbody-td2 p,
.member-history-tbody-td3 p,
.member-points-tbody-td1 p,
.member-points-tbody-td2 p,
.member-points-tbody-td3 p,
.member-points-tbody-td4 p {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    font-weight: 300;
}

.member-history-tbody-td2 p,
.member-history-tbody-td3 p,
.member-points-tbody-td2 p,
.member-points-tbody-td3 p {
    font-weight: 600;
}

.member-history-tbody-td4 a {
    text-decoration: none;
    color: rgba(0, 0, 0, .65);
    text-align: center;
    font-weight: 300;
}

.member-points-thead-td1,
.member-points-tbody-td1 {
    width: 30%;
}

.member-points-thead-td2,
.member-points-tbody-td2 {
    width: 45%;
}

.member-points-thead-td3,
.member-points-tbody-td3 {
    width: 15%;
}

.member-points-thead-td3,
.member-points-tbody-td4 {
    /*width: 10%;*/
}

.points-now {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
}

    .points-now li {
        float: left;
        width: 32%;
        height: 108px;
        margin: 0 2% 0 0;
        background: #cdb581;
        box-shadow: 0 -5px 0 0 #e6d0a1 inset;
        border-radius: 2px;
        padding: 16px;
        list-style: none;
    }

        .points-now li:last-child {
            margin: 0;
        }

        .points-now li p {
            font-size: 16px;
            color: #6b5a35;
            line-height: 24px;
            margin: 0 0 30px;
        }

        .points-now li h6 {
            font-size: 16px;
            color: #fff;
            position: relative;
            text-align: right;
            margin: 0;
        }

            .points-now li h6 span {
                font-size: 36px;
                color: #fff;
                position: absolute;
                left: 0;
                bottom: -6px;
            }

.btn-search-collapse a {
    display: none;
}

.btn-search-expand a {
    display: block;
    width: 52px;
    height: 52px;
}

.search-result-input {
    width: 100%;
    position: relative;
    margin: 40px 0;
}

    .search-result-input input {
        width: calc(100% - 170px);
        height: 52px;
        padding: 0 0 0 50px;
        font-size: 18px;
        background: url(../images/icon-search2.png) no-repeat 16px center;
        background-size: 20px 20px;
        border: 1px solid #d9d9d9;
    }

.btn-search-result {
    width: 150px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
}

    .btn-search-result a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        line-height: 52px;
        text-align: center;
        border-radius: 2px;
        transition: all .2s;
        background: rgba(0, 0, 0, .85);
    }

        .btn-search-result a:hover {
            background: rgba(0, 0, 0, .9);
        }

.detail-content h2 {
    font-size: 30px;
    color: rgba(0, 0, 0, .65);
    line-height: 40px;
}

.member-content > h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
}

.member-content > p {
    line-height: 1.2;
    margin-bottom: 30px;
}

.btn-cinema {
    position: fixed;
    left: 5%;
    top: 50%;
    margin-top: -50px;
    z-index: 99;
}

    .btn-cinema:hover {
        animation: cinema .3s ease;
    }


/*È«Õ¾ËÑË÷*/
.search-result {
    width: 1120px;
    margin: auto;
    /*border-top: 1px solid #dbdbdb;*/
    padding: 30px 0 0 0;
    overflow: hidden;
    min-height: 400px;
    text-align: center;
}

.search-result-summary {
    margin: 0 0 20px 0;
}

    .search-result-summary p {
        font-size: 16px;
        font-weight: 900;
        color: #5e5d5d;
    }

.search-result ul {
    text-align: center;
    display: inline-block;
}

.search-result li {
    float: left;
    width: 235px;
    margin: 0 40px 40px 0;
    display: inline;
}

    .search-result li .search-result-img {
        width: 260px;
        height: 170px;
        border: 1px solid #dbdbdb;
        overflow: hidden;
        position: relative;
    }

        .search-result li .search-result-img img {
            width: 260px;
            height: 170px;
        }

    .search-result li .search-result-title p {
        font-size: 16px;
        line-height: 26px;
        color: #5e5d5d;
    }

        .search-result li .search-result-title p span {
            background: black;
            color: #fff;
            font-weight: 900;
            padding: 0 10px;
            margin: 0 10px 0 0;
        }

    .search-result li .search-result-content p {
        font-size: 14px;
        color: #959595;
        line-height: 1.3;
        height: 54px;
        overflow: hidden;
    }

    .search-result li a {
        text-decoration: none;
    }


/*µÇÈë*/
.signin-body {
    width: 1000px;
    background: #fff;
    height: 500px;
}


.signin-logo {
    float: left;
    width: 200px;
    height: 500px;
    background: url(../../Fonts/images/signin-logo.png) no-repeat center top 110px rgba(0, 0, 0, .85);
    background-size: 150px 54px;
}

.signin-input {
    float: left;
    width: 560px;
    height: 500px;
    padding: 60px 100px 0;
}

    .signin-input h2 {
        font-size: 20px;
        color: rgba(0, 0, 0, .85);
        text-align: center;
        font-weight: 600;
    }

    .signin-input p {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
        position: relative;
    }

        .signin-input p span {
            color: #d0021b;
            text-align: right;
            position: absolute;
            right: 0;
            top: 0;
        }

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 20px;
    margin: 0 0 20px;
}

.signin-input a {
    display: block;
    text-align: right;
    margin: -10px 0 30px;
    text-decoration: none;
    color: rgba(0, 0, 0, .65);
}

    .signin-input a:hover {
        text-decoration: underline;
    }

input[type=button] {
    border: none;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    transition: all .2s;
    margin: 30px 0;
}

    input[type=button]:disabled,
    input[type=button]:disabled:hover {
        background: rgba(0, 0, 0, .15);
        color: #b4b4b4;
        cursor: default;
    }

    input[type=button]:hover {
        background: rgba(0, 0, 0, .9);
        cursor: pointer;
    }

/*.btn-send-captcha {
        width: 104px;
        height: 40px;
        position: absolute;
        right: 545px;
        top: 228px;
        padding: 0;
    }*/

/*ˆóÃû»î„Ó*/

.main-content {
    width: 1000px;
    margin: auto;
    background: #fff;
    padding: 30px 0;
    position: relative;
}

    .main-content h2 {
        font-size: 25px;
        color: #5e5d5d;
        text-align: center;
        letter-spacing: 3px;
        margin: 0 0 50px 0;
    }

.form-sign-up-input textarea {
    -moz-appearance: none;
    width: 100%;
    height: 120px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 30px 0;
    color: #5e5d5d;
}

.form-sign-up-input .bday-year, .form-sign-up-input .bday-month, .form-sign-up-input .bday-day {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 20px;
    margin: 5px 0 30px;
    color: rgba(0, 0, 0, .85);
}

.form-sign-up-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 20px;
    margin: 5px 0 30px;
    color: rgba(0, 0, 0, .85);
}

#codes {
    width: 70%;
}

.btn-back {
    width: 1000px;
    height: 48px;
    margin: auto;
    /*border: 1px solid red;*/
}

    .btn-back a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 48px;
        background: black;
    }


.btn-back-signup {
    width: 49%;
    height: 48px;
    margin: auto;
    float: left;
    margin-right: 15px;
    /*border: 1px solid black;*/
}

.btn-back-go {
    width: 49%;
    height: 48px;
    margin: auto;
    float: left;
    /*border: 1px solid black;*/
}


.index-newsa li {
    display: inline-block;
    width: 235px;
    height: 270px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 25px;
}

    .index-newsa li:last-child {
        margin: 0;
    }

.search-result-imga img {
    max-width: 100%;
    height: 235px;
}

.search-result-imga p {
    text-align: center;
}







@keyframes cinema {
    0% {
        margin-top: -50px;
    }

    50% {
        margin-top: -60px;
    }

    100% {
        margin-top: -50px;
    }
}

/*F2E EDIT*/
.detail-content-title-p, .detail-content-title-h2 {
    margin: 0;
}

.detail-content-title-p {
    margin-bottom: 16px !important;
}

.detail-content-title-h2 {
    margin-bottom: 30px !important;
}

.fancybox-content {
    padding: 0;
}

.main-content .newTitle {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0,0,0,.8);
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 17px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.col-3 {
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.col-4 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-6 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.clearfix {
    clear: both;
    content: "";
    display: table;
}

.btnstyle {
    width: 140px;
    height: 48px;
    border-radius: 2px;
    background: rgba(0,0,0,.85);
}

.nav-mask {
    display: none;
}

.content-maintitle {
    margin: 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

    .content-maintitle h2 {
        float: left;
        width: 30%;
    }

.content-rightmenu {
    float: right;
    width: 70%;
    text-align: right;
}

/*news*/
.index-news li, .news-list li {
    margin: 0;
	margin-bottom: 30px;
}


.main-content {
    width: 100%;
    padding: 0;
}

.content-menu li p
.main-content h2 {
    text-align: left;
    font-size: 30px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 17px;
    color: rgba(0, 0, 0, 0.8);
}

#btn-back-signup {
    width: 140px;
    border-radius: 2px;
}

.detail-content-title .detail-content-title-h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0,0,0,.65);
}

.detail-content-title .detail-content-title-p {
    font-size: 16px !important;
}

/*brand*/

.content-menu-brand {
    margin-bottom: 40px;
}

.content-body h2 {
    margin: 0;
    border: 0;
    padding: 0;
}

.content-menu {
    position: relative;
    top: auto;
    right: auto;
}

    .content-menu ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .content-menu li p {
        margin: 0;
    }

.brand-list {
    margin: 40px 0 80px 0;
}

    .brand-list li {
        border: 0;
        margin: 0;
        background: none;
        margin-bottom: 40px;
        height: auto;
    }

    .brand-list a {
        display: block;
    }

    .brand-list .search-result-img {
        background: #fff;
    }

    .brand-list h4 {
        font-weight: normal;
    }

.history-body {
    width: 660px;
    padding: 80px 85px;
    overflow: hidden;
    background: #fff;
}

.history-logo {
    float: left;
    width: 150px;
}

    .history-logo img {
        max-width: 100%;
    }

    .history-logo p {
        font-size: 20px;
        font-weight: 600;
        color: rgba(0, 0, 0, .65);
        line-height: 28px;
        margin: 10px 0;
    }

.history-detail {
    float: right;
    width: 235px;
}

    .history-detail h6 {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, .65);
        line-height: 22px;
        margin: 0 0 10px;
    }

    .history-detail p {
        font-size: 16px;
        color: rgba(0, 0, 0, .65);
        line-height: 22px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 20px;
        margin: 0 0 20px;
        font-weight: 300;
    }

        .history-detail p.total-amount {
            border: none;
            font-size: 36px;
            font-weight: 600;
            color: #cdb581;
            margin: 20px 0 0;
        }

.index-newsa li {
    height: auto;
}

.search-result-imga img {
    height: auto;
}

.brand-title-list {
    margin-bottom: 22px !important;
    display: flex !important;
    display: -ms-flexbox !important;
    flex-direction: row;
    -ms-flex-direction: !important;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
}

.brand-subtitle-list-m {
    display: none;
}

.birthBox {
    display: flex !important;
    display: -ms-flexbox !important;
    margin-bottom: 30px;
    align-items: center;
}

    .birthBox input {
        margin: 0 !important;
        width: 30% !important;
    }

    .birthBox span {
        padding: 0 10px;
    }

.brand-site {
    line-height: 1 !important;
    padding-top: 22px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.brand-title-list li {
    margin: 0;
    flex: 0 0 16.6666667% !important;
    max-width: 16.6666667% !important;
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 18px;
}

.brand-title-list a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0.4);
    background: #fbfafa;
    transition: all .5s;
}

    .brand-title-list a:hover, .brand-title-list a.active {
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
    }

    .brand-title-list a:before {
        position: relative !important;
    }


.table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}

.table td, .table th{
   height: 50px;
   text-align: center;
}

.table th{
   font-size: 14px;
   font-weight: bold;
   color: rgba(0, 0, 0, 0.65);
}

.table td{
   font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}

.table thead tr{
    border-bottom: 2px solid #e9e9e9;
}

.table tbody tr{
    border-bottom: 1px solid #e9e9e9;
}

.table tbody tr:nth-child(even){
    background-color: #fdfdfd;
}

.table .tableTitle{
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBtn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none;
    cursor: pointer;
    height: 52px;
    width: 100px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0;
    border: 0;
    font-size: 16px;
    background: rgba(0,0,0,.85);
    color: #fff;
}


.newBrand {
    padding: 80px 0;
}

.newBrand-container{
    margin: 0;
}

.newBrand-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.newBrand-titlebox {
    justify-content: space-around;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-bottom: 20px;
}

    .newBrand-titlebox h2 {
        font-size: 30px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 0;
    }

.newBrand-brandlist {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-basis: 567px;
    -webkit-flex-basis: 567px;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

    .newBrand-brandlist li {
        margin: 0 5px;
        margin-bottom: 5px;
        position: relative;
    }

        .newBrand-brandlist li:not(:last-child):after {
            content: ',';
            position: absolute;
            bottom: -2px;
            right: -7px;
        }

    .newBrand-brandlist a {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.65);
        text-decoration: underline;
        display: block;
    }

.newBrand-bannerBox .index-brands-banner {
    width: 100%;
    height: 198px;
    margin: 0;
    margin-bottom: 60px;
}

    .newBrand-bannerBox .index-brands-banner img {
        height: 198px;
    }

.newBrand-floor-block:not(:first-child) {
    margin-top: 60px;
}

.newBrand-floor-block h3 {
    font-size: 30px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}

.newBrand-floor-list {
    flex-direction: column;
    -webkit-flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .newBrand-floor-list li {
        border-bottom: 1px solid #d8d8d8;
    }

    .newBrand-floor-list .newBrand-link {
        display: block;
        height: 128px;
        color: rgba(0, 0, 0, 0.65);
        text-decoration: none;
        position: relative;
    }

/*.newBrand-floor-list .newBrand-link:hover,*/ .newBrand a:hover {
    opacity: .65;
}

.newBrand-floor-list .newBrand-link:before {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 0.75em;
    pointer-events: none;
    display: inline-block;
    border-right: 1.5px solid #534d61;
    border-bottom: 1.5px solid #534d61;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-bottom: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.newBrand-branddetial {
    padding: 0 5px 0 60px;
    /*flex-basis: 720px;
    -webkit-flex-basis: 720px;*/
    width: 70%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

    .newBrand-branddetial h4 {
        font-size: 20px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.65);
    }

    .newBrand-branddetial p {
        /*margin-right: -100px;*/
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
        font-weight: 300;
    }

.newBrand-brandpic {
	overflow: hidden;
    width: 50%;
    justify-content: flex-end;
}

    .newBrand-brandpic > * {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }

.newBrand-brandpic-picbox img {
    width: 100%;
	height: 100%;
}

.newBrand-brandpic .newBrand-brandpic-picbox:first-child img {
    width: auto !important;
	height: 100% !important;
	position: unset;
    transform: unset;
}


.newBrand-slide {
    margin-top: 100px;
}

    .newBrand-slide .brand1 {
        font-size: 20px;
        color: rgba(0,0,0, .65);
    }

.newBrandPony-bannerBox {
    margin-bottom: 60px;
}

    .newBrandPony-bannerBox img {
        width: 100%;
        height: auto;
    }

.newBrand-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.newBrandPony-floorInfo {
    border-top: 1px solid #d8d8d8;
    padding-top: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

    .newBrandPony-floorInfo:before {
        width: 1px;
        height: 50%;
        position: absolute;
        background: #d8d8d8;
        top: 0;
        left: 64px;
        content: '';
    }

.newBrandPony-floor {
    flex-basis: 64px;
    -webkit-flex-basis: 64px;
}

.newBrandPony-category {
    padding-left: 20px;
}

.newBrandPony-content {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .newBrandPony-content:not(:last-child) {
        margin-bottom: 75px;
    }

.newBrandPony-info {
    flex-basis: 659px;
    -webkit-flex-basis: 659px;
}

    .newBrandPony-info p {
        font-size: 16px;
        color: rgba(0,0,0,.65);
        margin: 0;
        padding: 0;
        line-height: 2.25;
    }

        .newBrandPony-info p:not(:last-child) {
            margin-bottom: 30px;
        }

.detail-beand-info-list, .detail-beand-info-content > * {
    float: none !important;
}

.detail-beand-info-content {
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

    .detail-beand-info-content h4 {
        line-height: 1;
        flex-basis: 164px;
        -webkit-flex-basis: 164px;
    }

    .detail-beand-info-content p {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }

.newBrandPony-floorInfo {
    margin: 30px 0;
}

.newBrandPony-brandListBox {
    margin-top: 100px;
    /*padding: 0 25px;*/
}

.newBrandPony-brandList-title {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 18px;
}

.newBrandPony-brandList {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    padding: 30px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

    .newBrandPony-brandList li {
        flex-basis: 33.33333%;
        margin-bottom: 14px;
        -webkit-flex-basis: 33.33333% margin-bottom: 15px;
    }

    .newBrandPony-brandList a {
        display: block;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.65);
        text-decoration: none;
    }

.goBackBtn {
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, .65);
}

@media screen and (max-width: 1024px) {

    .newBrand-container{
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }


    .newBrand-container .brand1 {
        margin-bottom: 16px;
    }

    .newBrand {
        padding: 44px 0;
    }

    .newBrand-titlebox, .newBrand-floor-block h3, .newBrand-container .brand1, .newBrandPony-content, .newBrandPony-brandListBox {
        padding-left: 24px;
        padding-right: 24px;
    }

    .newBrandPony-floorInfo {
        margin: 30px auto;
        width: calc(100% - 50px);
    }

    .newBrandPony-logo {
        margin-left: 100px;
    }

    .content-body > * {
        width: 100%;
    }

    .index-news, .index-newsa, .index-brands-body, .index-dm, .news-list {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 5px;
    }

    .nav-m-show {
        width: 45%;
    }

    header {
        height: 54px;
    }

    .header-body {
        width: 100%;
        height: 54px;
        padding: 0;
    }

    .header-logo {
        text-align: center;
        padding: 13px 0 0 0;
        position: absolute;
        left: 50%;
        margin-left: -98px;
        z-index: 98;
    }

        .header-logo img {
            width: 196px;
            height: auto;
        }

    nav {
        display: none;
    }

    .site-search {
        width: calc(100% - 54px);
        height: 54px;
        right: 0;
        top: 0;
    }

    .input-search {
        width: 54px;
        height: 54px;
    }

    .input-search-expand {
        width: 100%;
        background: #fff;
        z-index: 99;
    }

    .btn-search {
        width: 54px;
        height: 54px;
    }

    .btn-search-collapse {
        background: url(../images/icon-search2.png) no-repeat center center #fafafa;
        background-size: 20px 20px;
        border-bottom: 1px solid #ebebeb;
    }

    .btn-search + input {
        line-height: 54px;
    }

    .btn-signin {
        display: none;
    }

    .btn-signin-m {
        width: 320px;
        height: 50px;
        margin: 20px auto 0;
    }

        .btn-signin-m a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: rgba(0, 0, 0, .85);
            text-align: center;
            line-height: 50px;
            background: #cdb581;
        }

    .btn-nav-m {
        display: block;
        width: 54px;
        height: 54px;
        background: url(../images/mobile/icon-nav-m.png) no-repeat center center #252525;
        background-size: 32px 16px;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s;
    }

    .btn-nav-close-m {
        background: url(../images/mobile/icon-nav-close-m.png) no-repeat center center #252525;
        background-size: 24px 24px;
    }

    .nav-m {
        display: block;
        width: 0;
        height: calc(100vh - 54px);
        background: #252525;
        position: fixed;
        left: 0;
        top: 54px;
        z-index: 99;
        transition: all .2s;
        overflow-y: scroll;
    }

    .nav-m-show {
        width: 45%;
    }

    .nav-mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .7;
        background: #000;
        z-index: 3;
        display: none;
    }

    .nav-m > ul > li:first-child {
        width: 100%;
        height: 50px;
        text-align: center;
        background: #cdb581;
        margin: 0;
        margin-bottom: 40px;
    }

    .nav-m ul {
        padding: 10px 20px 20px 20px;
    }

    .nav-m li {
        list-style: none;
        position: relative;
    }

        .nav-m li a,
        .nav-m li p {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: #fff;
            line-height: 50px;
        }

        .nav-m li.btn-submenu-m p {
            background: url(../images/mobile/icon-show-m.png) no-repeat right center;
            background-size: 19px 19px;
            transition: all .2s;
            margin: 0;
        }

        .nav-m li.btn-submenu-hide-m p {
            background: url(../images/mobile/icon-hide-m.png) no-repeat right center;
            background-size: 19px 1px;
        }

    .nav-m ul.nav-submenu-m {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding: 20px 10px 0;
        overflow: hidden;
        margin: 0 0 20px 0;
        display: none;
    }

    .nav-m ul.nav-submenu-show-m {
        display: block;
    }

    .nav-m ul.nav-submenu-m li {
        width: 50%;
        height: 50px;
        float: left;
    }

        .nav-m ul.nav-submenu-m li:nth-child(even) {
            width: 48%;
            float: right;
        }

        .nav-m ul.nav-submenu-m li a {
            font-size: 15px;
            color: rgba(255, 255, 255, .65);
        }



    .form-sign-up-input {
        padding: 0 !important;
    }

    .footer-social li a i {
        left: 31%;
        transform: translate(-50%, 0);
    }

    .nav-m .btn-submenu-m a {
        line-height: 50px;
        color: #000;
        cursor: pointer;
    }

    .content-maintitle {
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .index-news li {
        height: auto;
        margin-bottom: 20px !important;
    }

    .footer-info{
        width: 320px;
        margin: 0 auto;
    }
    /*.brand-subtitle-list-m{
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    .brand-subtitle-list-m li p, .brand-subtitle-list-m li{
        margin-bottom: 0;
    }*/
}

@media screen and (max-width: 1023px) {
    .newBrand-brandlist, .newBrandPony-brandListBox {
        display: none !important;
    }
}

@media screen and (max-width: 801px) {
    .newBrand-branddetial{
        padding-right: 30px;
    }
}