html,
body {
    height: 100%;
}

/*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 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: 3.5;
    }

    .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%;
    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);
    }*/

footer {
    height: auto;
}

.footer-body {
    width: 100%;
    height: auto;
    padding: 40px 20px 70px;
}

.footer-logo {
    left: 50%;
    top: 40px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

    .footer-logo img {
        max-width: 100%;
    }

.footer-info {
    padding: 100px 0 0 0;
}

.footer-info-title {
    width: 31%;
    margin: 0;
}

    .footer-info-title p.title-p-m {
        margin: 0 0 46px 0;
    }

.footer-info-content {
    float: right;
    width: 65%;
}

.footer-social {
    height: auto;
    padding: 40px 0;
}

    .footer-social ul {
        width: 100%;
        padding: 0 20px;
    }

    .footer-social li a {
        font-size: 18px;
        padding: 0 0 0 45px;
    }

    .footer-social li:nth-child(1) a {
        background-size: 40px 40px;
    }

    .footer-social li:nth-child(2) a {
        background-size: 40px 40px;
    }

    .footer-social li:nth-child(3) a {
        background-size: 40px 40px;
    }

.gototop {
    visibility: hidden;
}

.main-banner {
    width: 100%;
    margin: 30px auto 50px;
}

.swiper-slide {
    height: auto;
}

    .swiper-slide img {
        max-width: 100%;
    }

.index-news,
.index-brands-body,
.index-dm {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 5px;
}

    .index-news h3,
    .index-brands-body h3,
    .index-dm h3 {
        font-size: 26px;
        margin: 0 0 20px 0;
    }

.news-img {
    width: 100%;
    height: auto;
}

.btn-more-news {
    top: -2px;
}

.index-news li {
    width: 100%;
}

    .index-news li:last-child {
        margin: 0;
    }

.index-brands {
    padding: 30px 0 20px;
}

    .index-brands h4 {
        width: 100vw;
        margin-bottom: 15px;
        padding: 0;
    }

/*.index-brands h4.brand-1st {
            background: url(../images/mobile/bg-brand-1st.png) no-repeat;
            background-size: contain;
        }

        .index-brands h4.brand-2nd {
            background: url(../images/mobile/bg-brand-2nd.png) no-repeat;
            background-size: contain;
        }

        .index-brands h4.brand-3rd {
            background: url(../images/mobile/bg-brand-3rd.png) no-repeat;
            background-size: contain;
        }

        .index-brands h4.brand-4th {
            background: url(../images/mobile/bg-brand-4th.png) no-repeat;
            background-size: contain;
        }*/

.index-brands-banner {
    width: 100%;
    /*border:1px solid red;*/
    /*display: none;*/
}

.index-dm {
    margin: 40px auto 100px;
}

.dm-main {
    float: none;
    width: 280px;
    margin: auto;
}



.dm-main-text h4,
.dm-main-text h5 {
    font-size: 24px;
    color: rgba(0, 0, 0, .65);
    line-height: 32px;
    margin: 16px 0;
}

.dm-main-text h5 {
    font-weight: 100;
}

.dm-main-text p {
    font-size: 16px;
    color: rgba(0, 0, 0, .3);
    line-height: 2;
}

.content-body {
    width: 100%;
    padding: 30px 20px;
}

    .content-body h2,
    .contact-body h2 {
        font-size: 26px;
        color: rgba(0, 0, 0, .80);
        margin: 0 0 20px 0;
    }

.content-menu {
    display: none;
}

#content-menu-m {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: url(../images/icon-select.png) no-repeat right 16px center #fff;
    background-size: 12px 8px;
    font-family: Helvetica, Arial, 'PingFangTC-Light', 'Microsoft JhengHei', sans-serif;
    padding: 0 0 0 16px;
    font-size: 18px;
    color: rgba(0, 0, 0, .85);
    margin: 0 0 30px 0;
}

.news-list {
    width: 100%;
}

    .news-list li {
        float: none;
        margin: 0 0 30px 0;
    }

        .news-list li:nth-child(3n) {
            margin: 0 0 30px 0;
        }

.pages-btn {
    height: 70px;
    display: flex;
    justify-content: center;
}

    .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: 100%;
    margin: 0 auto 40px;
    padding: 20px;
}


.btn-changetype {
    position: absolute;
    right: 20px;
    top: 40px;
}

.brand-list {
    width: 100%;
    margin: 0px;
}

    .brand-list h4 {
        font-size: 20px;
        color: rgba(0, 0, 0, .65);
        margin: 0 0 10px 0;
    }

    .brand-list ul {
        margin-bottom: 30px;
        padding: 0;
        overflow: hidden;
        border: none;
    }

    .brand-list li {
        /*float: left;*/
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }

.search-result-img {
    /*float: left;*/
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    border: 0;
}

.search-result-title {
    width: 100%;
    height: auto;
    text-align: left;
}

.brand-list li:nth-child(4n),
.brand-list li:nth-child(2n) {
    margin: 0 0 15px 0;
    float: right;
}

/*.detail-body-brand {
    width: 100%;
    margin: 40px auto;
}

    .detail-body-brand h2 {
        margin: 0 0 30px;
    }

.detail-brand-info {
    width: 100%;
    min-height: 450px;
    background: url(../images/bg-brand.jpg) no-repeat center bottom;
    background-size: contain;
    margin: 0 0 30px;
}

.detail-beand-info-content {
    margin: auto;
}

.detail-brand-intro {
    width: 100%;
}

    .detail-brand-intro p {
        padding: 0 20px;
        margin: 0 0 80px;
    }*/

.transport-left {
    float: none;
    width: 100%;
    margin-top: -20px;
}

.transport-right {
    float: none;
    width: 100%;
    margin: 40px 0 0;
}

.btn-map,
.btn-detail {
    float: none;
    margin: 0 auto 40px;
}

.banner-shareholder {
    display: none;
}

.info-body {
    width: 100%;
}

.info-menu {
    display: none;
}

.info-content {
    float: none;
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
}

    .info-content h2,
    .member-content h2 {
        font-size: 26px;
        margin: 0 0 16px;
    }

.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: 100vw;
    margin-left: -20px;
    position: relative;
}

.shareholder01-table-head-td1,
.shareholder01-table-head-td2,
.shareholder01-table-body-td1,
.shareholder01-table-body-td2 {
    float: none;
    width: 60%;
    height: 32px;
}

.shareholder01-table-head-td3,
.shareholder01-table-body-td3 {
    float: none;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
}

.shareholder01-table-head-td1 p,
.shareholder01-table-head-td2 p,
.shareholder01-table-body-td1 p,
.shareholder01-table-body-td2 p,
.shareholder03-table-head-td1 p,
.shareholder03-table-head-td2 p,
.shareholder03-table-body-td1 p,
.shareholder03-table-body-td2 p,
.shareholder03-table-body-td3 p,
.shareholder04-table-head-td1 p,
.shareholder04-table-head-td2 p,
.shareholder04-table-body-td1 p {
    line-height: 32px;
}

.shareholder01-table-head-td3 p,
.shareholder01-table-body-td3 p {
    text-align: right;
    padding: 0 30px 0 0;
}

.btn-link li {
    width: 100%;
    float: none;
}

    .btn-link li:last-child {
        float: none;
    }

    .btn-link li img {
        max-width: 100%;
    }

.shareholder03-table-head-td1,
.shareholder03-table-head-td2,
.shareholder03-table-body-td1,
.shareholder03-table-body-td2,
.shareholder04-table-head-td1,
.shareholder04-table-head-td2,
.shareholder04-table-body-td1,
.shareholder04-table-body-td2 {
    float: none;
    width: 70%;
    height: 32px;
}

.shareholder04-table-head-td1,
.shareholder04-table-head-td2,
.shareholder04-table-body-td1,
.shareholder04-table-body-td2 {
    width: 55%;
}

.shareholder03-table-head-td3,
.shareholder03-table-body-td3 {
    float: none;
    width: 50%;
    position: absolute;
    right: 18%;
    top: 0;
}

.shareholder03-table-head-td4,
.shareholder03-table-body-td4 {
    float: none;
    width: 19%;
    position: absolute;
    right: 16px;
    top: 0;
}

.shareholder04-table-body-td1,
.shareholder04-table-body-td2,
.shareholder04-table-body-td3,
.shareholder04-table-body-td4 {
    min-height: 32px;
}

.shareholder04-table-body-td1,
.shareholder04-table-body-td2 {
    height: auto;
}

.shareholder04-table-head-td3,
.shareholder04-table-body-td3 {
    width: 44%;
    position: absolute;
    right: 20px;
    top: 0;
}

.shareholder04-table-head-td4,
.shareholder04-table-body-td4 {
    width: 44%;
    position: absolute;
    right: 20px;
    top: 32px;
}

.shareholder04-table-head-td3,
.shareholder04-table-head-td4 {
    height: 32px;
}

    .shareholder04-table-head-td3 p,
    .shareholder04-table-head-td4 p {
        line-height: 32px;
    }

.shareholder04-table-body-td3 {
    top: 8px;
}

.shareholder04-table-body-td4 {
    top: 52px;
}

.shareholder05-table-head-td1,
.shareholder05-table-body-td1 {
    width: 70%;
}

.shareholder05-table-head-td2,
.shareholder05-table-body-td2 {
    width: 30%;
}

.shareholder04-table-body-td2 p {
    height: auto;
}

.shareholder05-table-body-td1,
.shareholder05-table-body-td2 {
    height: auto;
}

.shareholder06-table-head-td1,
.shareholder06-table-body-td1,
.shareholder06-table-head-td2 {
    float: none;
    width: 100%;
    height: 32px;
    min-height: 32px;
}

.shareholder06-table-body-td2 {
    height: 32px;
    min-height: 32px;
    padding: 11px 0 0 0;
}

.shareholder06-table-body-td2-expand {
    height: auto;
}

.shareholder06-table-head-td1 p,
.shareholder06-table-head-td2 p,
.shareholder06-table-body-td1 p {
    line-height: 32px;
}

.shareholder06-table-body-td2 p {
    line-height: 1.3;
    margin: 0 0 12px;
}

.shareholder-contact-main {
    width: 100vw;
    padding: 30px 0 0;
    border: none;
    margin: 0 0 0 -20px;
}

.contact-picture {
    float: none;
    width: 100%;
}

.contact-info {
    float: none;
    width: calc(100% - 40px);
    padding: 0 0 30px;
    margin: auto;
    border-bottom: 1px solid #d8d8d8;
}

    .contact-info h3 {
        margin: 10px 0 5px;
    }

    .contact-info h2 {
        margin: 20px 0 30px;
    }

.shareholder-contact-other {
    width: 100%;
    overflow: hidden;
}

.contact-other-info {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 30px;
}

.contact-body {
    width: 100%;
    margin: 0;
    padding: 30px 20px 100px 20px;
}

    .contact-body h2 {
        margin: 0;
    }

    .contact-body h3,
    .contact-table-body {
        width: 100vw;
        margin: 0 0 0 -20px;
        padding: 0 20px;
    }

.contact-table-body {
    overflow: hidden;
    width: 100%;
    padding: 16px 20px;
}

.contact-table-body-td1,
.contact-table-body-td2,
.contact-table-body-td3 {
    float: none;
}

.contact-table-body-td1,
.contact-table-body-td2 {
    width: 100%;
}

.contact-table-body-td3 {
    width: 100%;
}

.menu-member-m {
    background: #353535;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
}

.nav-m li.menu-member-m p {
    color: #cdb581;
}

.menu-member-m p span {
    margin: 0 5px;
}

.member-body {
    width: 100%;
    margin: 0;
}

.member-menu {
    display: none;
}

.member-content {
    float: none;
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
}

.member-pic {
    float: none;
    margin: 30px auto 0;
}

.member-detail {
    float: none;
    width: 100%;
}

.member-content > p select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 40%;
}

.member-history-thead,
.member-history-tbody,
.member-points-thead,
.member-points-tbody {
    width: 100vw;
    margin-left: -20px;
    padding: 5px 0;
}

.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: none;*/
}

.member-history-thead-td1,
.member-history-tbody-td1,
.member-points-thead-td1,
.member-points-tbody-td1 {
    /*width: 55%;*/
}

.member-history-thead-td2,
.member-history-tbody-td2,
.member-points-thead-td2,
.member-points-tbody-td2 {
    /*width: 55%;*/
}

.member-history-thead-td3,
.member-points-thead-td3,
.member-points-thead-td4,
.member-points-tbody-td3,
.member-points-tbody-td4 {
    /*width: 45%;
    position: absolute;
    left: 55%;
    top: 0;*/
}

.member-points-thead-td3,
.member-points-thead-td4,
.member-points-tbody-td3,
.member-points-tbody-td4 {
    /*top: 5px;*/
}

.member-points-thead-td3,
.member-points-thead-td4,
.member-points-tbody-td3 {
    /*text-align: right;
    padding: 0 20px 0 0;*/
}

.member-points-thead-td4,
.member-points-tbody-td4 {
    /*top: 28px;
    text-align: right;
    padding: 0 20px 0 0;*/
}

.member-history-tbody-td3 {
    width: 30%;
    position: static;
    left: 55%;
    top: 0;
}

.member-history-tbody-td4 {
    width: 15%;
    position: absolute;
    left: 80%;
    top: 0;
}

.member-history-thead-td1 p,
.member-history-thead-td2 p,
.member-history-tbody-td1 p,
.member-history-tbody-td2 p,
.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 {
    line-height: 58px;
}

.member-history-thead-td3 p,
.member-history-tbody-td3 p,
.member-history-tbody-td4 a {
    line-height: 58px;
}

.points-now li {
    width: 49%;
    height: 94px;
}

    .points-now li:first-child {
        width: 100%;
        margin: 0 0 2%;
    }

    .points-now li p {
        margin: 0 0 15px;
    }

    .points-now li h6 span {
        font-size: 24px;
        bottom: -4px;
    }

.search-result-input input {
    width: calc(100% - 100px);
}

.btn-search-result {
    width: 80px;
}

.btn-cinema {
    display: none;
}

.nav-m > ul > li:first-child {
    width: 100%;
    height: 50px;
    margin: 0 auto 20px;
}

.nav-m > ul > li > a img {
    width: 100%;
    height: auto;
}
/*Æ·ÅÆËÑŒ¤*/

.search-result {
    width: 95%;
}

.search-result-summary {
    width: 80%;
    margin: 0 auto 20px;
}

    .search-result-summary p {
        text-align: center;
    }

/*µÇÈë*/
.signin-body {
    /*width: 320px;*/
    padding: 0 20px;
}

.signin-logo {
    display: none;
}

.signin-input {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

    .signin-input p span {
        color: #d0021b;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
    }
/*ˆóÃû»î„Ó*/

.form-sign-up-input {
    float: none;
    width: 100%;
    padding: 0 20px;
}

    .form-sign-up-input input,
    .form-sign-up-input select {
        width: 100%;
    }

    .form-sign-up-input select {
        width: 134px;
    }

.main-content {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px;
}


#codes {
    width: 52%;
}

.btn-back {
    width: 100%;
    height: 48px;
    margin: auto;
    /*border: 1px solid red;*/
}

.btn-back-signup, .btn-back-go {
    width: 47%;
    height: 48px;
    margin: auto;
    margin-right: 5px;
    float: left;
}

.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: 23%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
    margin: 5px 0 30px;
    color: rgba(0, 0, 0, .85);
}

.transport-body {
    width: 100%;
    overflow: hidden;
}

    .transport-body table {
        width: 100%;
    }

    .transport-body p {
        width: 100%;
    }

        .transport-body p img {
            width: 100%;
        }

.detail-content img {
    width: 100% !important;
}

.index-newsa {
    width: 100%;
}


.search-result-imga img {
    width: 100%;
    height: auto;
}

.index-newsa ul li {
    height: auto;
    text-align: center;
    float: left;
    float: none;
    display: inline;
    zoom: 1;
}

.btn-back-go {
    float: right;
}

.footer-info {
    padding-top: 134px;
}

.nav-m .btn-submenu-login {
    background: #353535 !important;
    height: auto !important;
}

.detail-beand-info-list {
    width: 100%;
}

    .detail-beand-info-list > div {
        width: 100%;
    }

.detail-beand-info-image {
    width: 60%;
}

#loginPopupBox-form {
    width: 760px !important;
}

.signin-body {
    padding: 0;
}

.signin-logo {
    display: block;
}

.signin-input {
    float: right;
    width: calc(100% - 200px);
    padding: 60px 100px 0;
}

/*F2E EDIT*/
@media screen and (max-width: 768px) {
    .row .col-3, .row .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }

    .nav-m ul {
        padding: 0;
        margin: 0;
        padding: 24px 20px;
    }





    .nav-m-show {
        width: 100%;
    }




    .main-banner {
        margin-top: 0;
    }

    .index-news {
        margin-bottom: 30px;
    }

        .index-news li, .news-list li {
            height: auto;
        }

            .index-news li h4, .index-newsa li h4, .news-list li h4 {
                line-height: 1.2;
            }



    /*news*/
    .detail-body {
        padding: 0;
    }

    .detail-content {
        padding: 50px 12px;
    }

    .content-menu {
        display: none;
        top: 16px;
        right: 20px;
    }

    #content-menu-m {
        display: none;
    }

    .main-content {
        margin-top: 80px;
        padding: 50px 12px;
    }

    /*brand*/

    .content-body {
        padding: 80px 12px;
    }

        .content-body h2 {
            margin: 0;
        }

    .btn-changetype {
        top: 80px;
    }

    .content-menu {
        top: auto;
        right: auto;
    }

        .content-menu ul {
            margin-top: 0;
        }

    #content-menu-m {
        display: block;
    }

    /*news*/
    .detail-content {
        padding: 30px 20px;
    }

    .main-content {
        margin-top: 0;
        padding: 30px 20px;
    }

    /*brand*/

    .content-body {
        padding: 30px 20px;
    }

        .content-body h2 {
            margin-bottom: 20px;
        }

    .btn-changetype {
        top: 30px;
    }

    .brand-list {
        margin-top: 40px;
    }

    .search-result-img img {
        width: 100%;
    }

    .search-result-title {
        text-align: left;
    }

        .search-result-title p {
            font-size: 20px;
            font-weight: bold;
            color: rgba(0, 0, 0, .65);
        }

    .footer-social li a {
        font-size: 14px;
        padding: 0 0 0 45px;
    }

    .dm-main-img {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .dm-main-text {
        float: none;
        padding: 0;
        height: auto;
    }

    .history-body {
        padding: 30px 63px;
        width: 100%;
    }

    .history-logo, .history-detail {
        float: none;
    }

    .history-detail {
        width: 100%;
        margin-top: 50px;
    }

    #recordPopupBox {
        width: 100%;
    }

    .detail-body-brand {
        width: 100%;
        margin: 40px auto;
    }

    .detail-brand-info {
        width: 100%;
        height: auto;
    }

    .detail-beand-info-list {
        float: none;
        width: 100%;
    }

    .detail-beand-info-image {
        float: none;
        width: 100%;
        height: auto;
        text-align: left;
    }

        .detail-beand-info-image img {
            width: 100%;
            height: auto;
        }


    .detail-beand-info-content {
        margin: auto;
    }

    .detail-brand-intro {
        margin-top: 30px;
        padding: 0 20px;
    }

    .signin-logo {
        display: none;
    }

    .signin-input {
        float: none;
        width: 90%;
        padding: 30px 0;
        margin: 0 auto;
    }

    #loginPopupBox-form {
        width: 100vw !important;
    }

    .footer-social li a i {
        background-size: 38px !important;
    }

    .footer-social li:nth-child(3) a i {
        left: 24%;
    }

    .content-maintitle h2, .content-rightmenu {
        width: 50%;
    }

    .newBrand-link {
        width: 100%;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .newBrand-floor-list .newBrand-link {
        height: auto;
    }

    .newBrand-brandpic > * {
        flex-basis: 0;
        -webkit-flex-basis: 0;
		display: flex;
		justify-content: flex-end;
    }

    .newBrand-floor-list li {
        border: 0;
    }

        .newBrand-floor-list li:not(:last-child) {
            margin-bottom: 20px;
        }

    .newBrand-floor-list .newBrand-link:before {
        top: auto;
        left: auto;
        right: 35px;
        bottom: 35px;
    }

    .newBrand-branddetial {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -webkit-flex-direction: column;
        -webkit-align-items: flex-start;
        padding: 16px 24px;
    }

    newBrand-floor-block h3 {
        border: 0;
    }

    .newBrand-branddetial p {
        margin: 0;
    }

    .newBrand-branddetial h4 {
        margin: 0;
        margin-bottom: 8px;
    }

    .newBrand-brandpic {
        height: 134px;
    }

    .newBrand-floor-block h3 {
        border: 0;
    }

    .newBrand-brandpic .newBrand-brandpic-picbox:first-child {
        flex-basis: 480px;
        -webkit-flex-basis: 480px;
    }

        .newBrand-brandpic .newBrand-brandpic-picbox:first-child img {
            height: 100%;
            width: auto;
        }

    .newBrand-brandpic .newBrand-brandpic-picbox {
        background: #fff;
        position: relative
    }

        .newBrand-brandpic .newBrand-brandpic-picbox img {
			/*max-height: 100%;
			width: auto;*/
            left: 50% !important;
            top: 50%;
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            position: absolute;
        }

    .newBrand-brandpic-picbox img {
        width: 100%;
        height: auto;
    }

    .newBrand-brandpic .newBrand-brandpic-picbox:last-child {
        flex-basis: 288px;
        -webkit-flex-basis: 288px;
    }

    .newBrand-brandpic, .newBrand-branddetial {
        /*flex-basis: 100%;
        -webkit-flex-basis: 100%;*/
        width: 100%;
    }

    .newBrandPony-bannerBox {
        margin-bottom: 38px;
    }

    .newBrandPony-content {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .newBrandPony-info {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        margin-bottom: 38px;
    }

    .newBrandPony-logo {
        margin-left: 0;
    }

        .newBrandPony-logo img {
            width: 100%;
        }

    .member-detail input, .member-detail select {
        font-size: 14px;
        background: #fff;
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 576px) {
    #selectchange {
        width: calc(100% - 74px);
    }
}

@media screen and (max-width: 420px) {
    .newBrand-brandpic {
        height: 76px;
    }
}


@media screen and (max-width: 320px) {
    .footer-social li a {
        padding-left: 36px;
    }

    .footer-info {
        width: 95%;
        margin: 0 auto;
    }
}

.newBrand-branddetial {
	width: 50%;
}

