@charset "UTF-8";

/* test */
.u-test {
    border: 1px solid red;
}

.u-test * {
    border: 1px solid red;
}

/* CSS Document */

@font-face {
    font-family: "superace-font";
    src: url(../images/superace100.otf);
    font-weight: 300;
}

@font-face {
    font-family: "superace-font";
    src: url(../images/superace600.otf);
    font-weight: 600;
}

body {
    font-family: "superace-font", "微軟正黑體", "蘋果儷中黑", Arial !important;
    word-break: normal;
    text-align: justify;
    margin: auto;
}

.superace-font {
    font-family: "daf-font", "微軟正黑體" !important;
}

a {
    transition: all 0.25s;
    text-decoration: none;
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}

.blank40 {
    height: 40px;
}

.blank50 {
    height: 50px;
}

.blank60 {
    height: 60px;
}

.blank70 {
    height: 70px;
}

.blank80 {
    height: 80px;
}

.blank90 {
    height: 90px;
}

.blank100 {
    height: 100px;
}

.blank110 {
    height: 110px;
}

.blank120 {
    height: 120px;
}

.blank130 {
    height: 130px;
}

.blank140 {
    height: 140px;
}

.blank150 {
    height: 150px;
}

.blank160 {
    height: 160px;
}

.blank170 {
    height: 170px;
}

.blank180 {
    height: 180px;
}

.blank190 {
    height: 190px;
}

.blank200 {
    height: 200px;
}

/*企業色#1480C0*/

/* 首頁影片區塊 start*/
#fixed {
    position: relative;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}

#fixed video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

/* 影片支援縮放  ;  但手機版影片隱藏 */

#fixed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
    width: 100%;
    height: 100%;
}

.content-wrap {
    position: relative;
    z-index: 1000;
}

.content-wrap-img {
    position: relative;
    z-index: 1000;
    display: none;
}

.up-mask {
    position: absolute;
    top: 40%;
    z-index: 99;
}

@media (max-width: 480px) {
    .index-page .up-mask {
        top: 0;
        height: 100%;
    }

    .index-page header {
        position: relative;
    }
}

.black-grid-bg {
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black-grid.png);
}

.up-mask .logo-txt,
.up-mask .logo-btn {
    display: block;
    width: 100%;
    height: 100px;
    z-index: 99;
}

.up-mask .logo-txt {
    /*background: url("../images/logo-txt.png") no-repeat top center;
    background-size: contain;*/
    margin-top: -30px;
    margin-bottom: 90px;
    height: 170px;
    color: #fff;
    font-size: 130px;
    text-align: center;
    font-weight: 600;
}

.up-mask .logo-txt span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding-top: 20px;
}

.up-mask .logo-btn a {
    /*background: url("../images/logo-btn.png") no-repeat top center;*/
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px 35px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.up-mask .logo-btn a:hover {
    background: #1480C0;
    color: #fff;
}

.content-wrap .up-mask,
.content-wrap-img .up-mask {
    width: 100%;
}

.content-wrap .up-mask .logo-txt {
    font-size: 110px;
}

@media screen and (max-width:1200px) {
    .content-wrap {
        display: none;
    }

    .content-wrap-img {
        display: block;
    }

    .up-mask .logo-txt {
        font-size: 90px;
    }

    .content-wrap-img .logo-btn {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .content-wrap-img .logo-txt {
        height: 130px;
    }
}

@media screen and (max-width:480px) {
    .content-wrap-img .logo-txt {
        height: 80px;
    }

    .logo-btn {
        position: absolute;
        bottom: 10%;
        left: 0;
    }
}

/* 首頁影片區塊 end*/

/* 導航 start*/
header {
    /*height: 85px;*/
}

.header-block {
    position: fixed;
    width: 100%;
    z-index: 1200;
    top: 0;
}

.top-nav {
    background: rgba(0, 0, 0, 0.8);
    height: 70px;
}

.top-nav>div {
    padding: 0px;
    height: 70px;
}

.top-nav .logo {
    float: left;
    width: 220px;
    height: 40px;
    background: url("../images/img2.png") no-repeat;
    margin: 14px 0 0 10px;
}

.top-nav .nav {
    float: left;
}

.top-nav .nav ul {
    margin-bottom: 0px;
    /*border-right: 1px solid #ffffff;*/
}

.top-nav .nav li {
    display: inline-block;
    margin-right: 30px;
}

/* nav co-branding */
.top-nav .co-branding {
    background-color: #1481c034;
    padding: 0 10px;
}

.top-nav .nav a,
.raheader .nav a {
    display: block;
    line-height: 70px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.top-nav .nav a:hover {
    color: #1480C0;
}

.top-nav .nav ul li ul,
.raheader .nav ul li ul {
    position: absolute;
    background: rgba(20, 128, 170, 0.9);
    padding: 0 0 0 20px;
    display: none;
}

.top-nav .nav ul li:hover ul,
.raheader .nav ul li:hover ul {
    display: inline-block;
}

.top-nav .nav ul li ul li,
.raheader .nav ul li ul li {
    display: block;
    border-bottom: 1px solid #fff;
}

.top-nav .nav ul li ul li:last-child,
.raheader .nav ul li ul li:last-child {
    border: none;
}

.top-nav .nav ul li ul li a,
.raheader .nav ul li ul li a {
    height: auto;
    line-height: 45px;
    min-width: 150px;
}

.top-nav .nav ul li ul li a:hover,
.raheader .nav ul li ul li a:hover {
    color: #fff;
    padding-left: 10px;
}

.top-nav .block-right {
    float: right;
}

.top-nav .block-right div {
    float: left;
}

.top-nav .block1,
.top-nav .block2,
.top-nav .block3,
.top-nav .menu {
    float: left;
    width: 60px;
    height: 70px;
    background: url("../images/img3.png") center no-repeat;
    position: relative;
}

.language-switch {
    float: left;
    width: 60px;
    height: 70px;
    position: relative;
}

.lang-switcher-box {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    float: none;
}

.top-nav .block2 {
    background: url("../images/img4.png") center no-repeat;
}

.top-nav .block2.fav-btn {
    background: url("../images/fav.png") center no-repeat;
}

.language-switch .en {
    background: url("../images/img5.png") center no-repeat;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 0;
}

.language-switch .zh {
    background: url("../images/img5-2.png") center no-repeat;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 0;
}

.language-switch .cn {
    background: url("../images/img5-3.png") center no-repeat;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 0;
}

/*.cn.active-lang{
    top: 14px;
}*/
/*.language-switch:hover, .lang-switcher-for-mobile:active{
    overflow: inherit;
}
.language-switch .active-lang{
    opacity: 1;
}
.language-switch:hover .en, .lang-switcher-for-mobile:active .en{
    opacity: 1;
    transition: all 0.25s;
    z-index: 20;
}
.language-switch:hover .zh, .lang-switcher-for-mobile:active .zh{
    opacity: 1;
    top: 55px;
    transition: all 0.25s;
    z-index: 20;
}
.language-switch:hover .cn, .lang-switcher-for-mobile:active .cn{
     opacity: 1;
     top: 95px;
     transition: all 0.5s;
     z-index: 20;
}*/

@media screen and (max-width: 768px) {
    /*    .language-switch:active{
         overflow: inherit;
    }
    .language-switch:active .en{
        opacity: 1;
        transition: all 0.25s;
    }
    .language-switch:active .zh{
        opacity: 1;
        top: 55px;
        transition: all 0.25s;
    }
    .language-switch:active .cn{
         opacity: 1;
         top: 95px;
         transition: all 0.5s;
    }*/
}

.top-nav .block2 {
    background: url("../images/img4.png") center no-repeat;
}

.top-nav .block3 {
    background: url("../images/img5.png") center no-repeat;
}

.top-nav .menu {
    /* 選單 */
    background: url("../images/img4.png") center no-repeat;
}

.phone-btn {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    /*border-right:1px solid #ffffff;*/
    background: url("../images/img6.png") center no-repeat;
}

.mask,
.mask-2 {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1002;
    margin-top: 70px;

}

.nav-wrap,
.nav-wrap-2 {
    z-index: 6000;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    color: #ffffff;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15%;
}

/* TODO: nav-wrap center */
.nav-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 85vh;
    top: 10vh;
}

.nav-wrap>div,
.nav-wrap-2>div {
    display: block;
    margin-left: 80px;
}

.nav-wrap h3,
.nav-wrap-2 h3 {
    font-size: 33px;
    letter-spacing: 0.005em;
    line-height: 43px;
    font-weight: 600;
}

.nav-wrap a,
.nav-wrap-2 a {
    text-decoration: none;
    color: #ffffff;
    text-align: left;
}

.nav-wrap a:hover,
.nav-wrap-2 a:hover {
    color: #1480C0;
}

.nav-wrap li,
.nav-wrap-2 li {
    font-size: 18px;
    letter-spacing: 0.0025em;
    line-height: 32px;
}


/* .nav-wrap co-branding */
.nav-wrap .co-branding {
    color: #1480C0;
}

.nav-wrap .co-branding a {
    color: rgba(172, 217, 255, 0.5);
}

.nav-wrap .co-branding a:hover {
    color: #1480C0;
}

.testest {
    background: red;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 0;
    z-index: 999999999;
}

@media screen and (max-width:1200px) {

    .nav-wrap,
    .nav-wrap-2 {
        padding: 0;
    }

    .nav-wrap h3,
    .nav-wrap-2 h3 {
        font-size: 26px;
    }

    .nav-wrap li,
    .nav-wrap-2 li {
        font-size: 16px;
    }

    .nav-wrap>div,
    .nav-wrap-2>div {
        margin-left: 40px;
    }

    .top-nav .block-right {
        float: left;
    }

    .top-nav .nav li {
        margin-right: 5px;
    }
}

@media screen and (max-width:991px) {
    .top-nav .nav {
        display: none;
    }

    .top-nav .block-right {
        float: right;
    }

    .top-nav .nav li {
        margin-right: 15px;
    }

    .top-nav .block1,
    .top-nav .block2,
    .top-nav .block3 {
        width: 40px;
        margin: 0 5px;
    }

    .phone-btn {
        width: 55px;
    }

    .top-nav .logo {
        width: 120px;
        margin: 16px 0 0 10px;
        background-size: 100%;
    }

    /* .language-switch {
        width: 30px;
    } */

    .top-nav .block1,
    .top-nav .block2,
    .top-nav .block3 {
        width: 30px;
    }
}

@media screen and (max-width:767px) {

    .nav-wrap,
    .nav-wrap-2 {
        margin-left: 0%;
        top: 10%;
    }

    .nav-wrap a,
    .nav-wrap-2 a {
        text-align: center;
    }

    .nav-wrap>div {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .nav-wrap>div,
    .nav-wrap-2>div {
        margin-left: 0;
    }

    .nav-wrap>div>div {
        height: auto;
    }

    .nav-wrap h3,
    .nav-wrap-2 h3 {
        text-align: center;
        line-height: 36px;
    }


    .nav-wrap li,
    .nav-wrap-2 li {
        text-align: center;
    }

    .top-nav .block1,
    .top-nav .block2,
    .top-nav .block3 {
        width: 40px;
    }

    .language-switch {
        width: 60px;
    }
}

@media screen and (max-width:480px) {
    .top-nav .logo {
        background-size: 100%;
    }

    .nav-wrap,
    .nav-wrap-2 {
        top: 15%;
    }

    .top-nav .logo {
        margin: 0;
        margin-top: 16px;
    }

    .language-switch {
        width: 40px;
        margin-right: 20px;
    }

    .top-nav .block1,
    .top-nav .block2,
    .top-nav .block3 {
        width: 30px;
    }
}

@media screen and (max-width:360px) {
    .top-nav .logo {
        width: 100px;
    }

    .language-switch {
        margin-right: 0;
    }

    .top-nav .block1,
    .top-nav .block2,
    .top-nav .block3 {
        margin: 0 2px;
    }
}

.know {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 40px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: 0.5s all;
    cursor: pointer;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .know {
        bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .know {
        bottom: 150px;
    }

    .know-re {
        bottom: 50px;
    }

    .index-page .know {
        bottom: 10%;
    }
}

@media screen and (max-width: 360px) {
    .know-re {
        bottom: 30px;
    }
}

/* 導航 end*/



/*contenter 開始*/

/* index start */
.index {
    width: 100%;
    overflow: hidden;
}

.index .block1 {
    background: url("../images/img8.jpg") no-repeat;
    /*background-size:cover;*/
    height: auto;
    background-position: 0 160px;
}

.index .upbox,
.index .downbox {
    max-width: 1580px;
    margin: auto;
    height: 800px;
    position: relative;
}

.index .blockone h2 {
    color: #1480C0;
    font-size: 124px;
    letter-spacing: -0.0025em;
    line-height: 124px;
    font-weight: 600;
    text-align: right;
    margin-right: 200px;
    margin-top: 150px;
    padding-top: 100px;
    margin-top: 0px;
    position: relative;
}

.index .blockone p {
    color: #1480C0;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
    text-align: right;
    margin-right: 200px;
    position: relative;
}

.index .blockone input[type="button"],
.left-drag .btn1 {
    width: 220px;
    height: 50px;
    background: #1480C0;
    color: #ffffff;
    border: none;
    float: right;
    margin-right: 200px;
    margin-top: 20px;
    font-size: 18px;
    position: relative;
    transition: all 0.25s;
    letter-spacing: 0.5px;
}

.index .blockone input[type="button"]:hover,
.left-drag .btn1:hover {
    box-shadow: 0px 6px 20px rgba(20, 128, 192, 0.75);
    margin-top: 15px;
}

.index .pic1 {
    position: absolute;
    left: 3%;
    top: 22%;
}

.index .downbox {
    height: 1100px;
    position: relative;
}

.index .block1 .downbox h2,
.index .block1 .downbox p {
    padding-top: 0px;
    margin-right: 0px;
    text-align: left;
}

.index .block1 .downbox h2 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;

}

.index .block1 .downbox p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 16px;
    font-weight: 300;
}

.index .downbox h1 {
    color: #1480C0;
    font-size: 200px;
    letter-spacing: 0.01em;
    line-height: 394px;
    font-weight: 600;
}

.index .downbox input[type="button"] {
    width: 220px;
    height: 50px;
    margin-right: 0px;
    float: left;
}

.index .downbox .pic1 {
    top: 23%;
    left: 3%;
    position: relative;
}

.index .downbox .pic1 .one {
    position: absolute;
    top: 12%;
    display: block;
    left: 3%
}

.index .downbox .pic1 .two {
    position: relative;
    top: 40%;
    display: block;
    left: 35%;
}

.index .downbox .blockone {
    top: 27%;
}

.index .downbox .blocktwo {
    position: absolute;
    top: -5%;
    right: 0px;
    text-align: right;
}


/* TODO: block1 upbox */
@media(max-width:576px) {
    .index .block1 .upbox {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}



.index .block2 {
    background: url("../images/img15-02.jpg");
    /*background-size:cover;*/
    background-position: center 0px;
    background-attachment: fixed;
    height: 350px;
    position: relative;
}

.index .block2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.index .block2 .upbox {
    height: auto;
    position: relative;
    z-index: 5;
}

.index .block2 .blockone {
    margin-top: 80px;
}

.index .block2 .blockone h2 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;
    text-align: left;
    padding-top: 0px;
}

.index .block2 p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 16px;
    font-weight: 300;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.index .block2 input[type="button"] {
    float: left;
}

.index .block2 .picblock {
    position: absolute;
    left: 8%;
    z-index: 10;
    top: -170px;
}

.index .block2 .picblock img {
    position: relative;
    top: 0;
    width: 340px;
    height: auto;
}

.index .block3 {
    background: url("../images/img17.jpg") no-repeat;
    background-position: left 0px;
    background-attachment: fixed;
    height: 950px;
    position: relative;
}

.index .block3 .blockone h2 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;
    text-align: left;
    padding-top: 0px;
    margin-bottom: 20px;
}

.index .block3 .blockone p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
}

.index .block3 input[type="button"] {
    float: left;
}

.index .block3 .picblock {
    position: absolute;
    top: 30%;
    left: 43%;
    z-index: 10;
}

.index .block3 .blockone {
    margin-top: 150px;
}

.block3 a {
    cursor: pointer;
    border-right: 1px solid #000;
}

.block3 a:last-child {
    border: none;
}

.block3 .bigword {
    position: absolute;
    top: 48%;
    left: -60px;
}

.block3 .bigword h1 {
    color: #1480C0;
    font-size: 185px;
    letter-spacing: 0.005em;
    line-height: 394px;
    font-weight: 600;
}

.index .block4 .wrap1 {
    margin-top: 0px;
}

.index .block4 {
    height: 1000px;
    position: relative;
}

.block4 .wrap1,
.block4 .wrap2,
.block4 .wrap3,
.block4 .wrap4 {
    position: absolute;
}

.block4 .wrap1 {
    z-index: 40;
    width: 800px;
    height: 380px;
    top: -10%;
    left: 28%;
}

.block4 .wrap2 {
    z-index: 30;
    top: 32%;
    left: 13%;
}

.block4 .wrap3 {
    z-index: 20;
    top: 55%;
    left: 50%;
}

.block4 .wrap4 {
    z-index: 10;
    left: 58%;
    top: 13%;
}

.block4 .wrap3 a {
    /*background:url("../images/img20.png") no-repeat;*/
    width: 575px;
    height: 330px;
    display: block;
    position: relative;
    background: #058ACC;
}

.block4 .wrap3 .inputbox,
.race-index .section-6 .inputbox,
.race-index-2 .section-7 .inputbox {
    background: url("../images/img169.png") right no-repeat;
    width: 570px;
    height: 45px;
    margin-left: 55px;
    position: absolute;
    bottom: 60px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.block4 .wrap3 .inputbox input,
.race-index .section-6 .inputbox input,
.race-index-2 .section-7 .inputbox input {
    width: 520px;
    height: 45px;
    text-indent: 20px;
    border: none;
    outline: none;
}

.index .block5 .upbox {
    height: 600px;
}

#products-box2.owl-carousel {
    padding-left: 0em;
}

.all-drag {
    margin-top: 1em;
}

.left-drag {
    background: #ffffff;
    position: relative;
    width: 100%;
    text-align: center;
}

.left-drag img.more {
    position: absolute;
    right: 0;
    z-index: 1;
}

.left-drag-word .leaf {
    position: absolute;
    bottom: 100%;
    left: 36.5%;
}

.left-drag-title {
    text-align: Center;
    background: url("../images/img24.png") center no-repeat;
    margin-bottom: 30px;
}

.left-drag-title h3 {
    color: #000000;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 600;
    width: 260px;
    background: #ffffff;
    margin: auto;
}

.arrival-commodity>div a {
    text-align: center;
    width: 100%;
    display: block;
    /*border-right: 1px solid #D9D9D9;*/
    overflow: hidden;
}

.arrival-commodity>div a img,
.product_list .left .blockin a img {
    height: 270px;
    width: auto;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.index .arrival-commodity h4 {
    text-align: center;
    margin-top: 20px;
}

.index .arrival-commodity h4>a {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
}

.index .arrival-commodity p {
    color: #1486C7;
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
}

.index .arrival-commodity p .sale {
    font-size: 16px;
    color: #E92A7D;
    letter-spacing: 0.005em;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
}

.index .arrival-commodity p .original {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    letter-spacing: 0.005em;
    line-height: 19px;
    font-weight: 600;
}

.index .arrival-commodity>span,
.under-move .upbox .arrival-commodity>span {
    color: #179BEB;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-drag .btn1 {
    margin: 0px;
    float: none;
    margin-top: 20px;
}

.block6 {
    padding-bottom: 150px;
}

.block6 .blockmax {
    max-width: 1030px;
    margin: auto;
}

.block6 .blockmax>div {
    padding: 0px;
}

.block6 .blockmax .left {
    background: #E3E3E3;
    padding-bottom: 25px;
    min-height: 577px;
}

.index .block6 .right {
    padding-left: 15px;
}

.block6 .blockmax .left h3 {
    color: #333333;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
    margin-bottom: 26px;
}

.block6 .right .right-down,
.article_content .right-down,
.entire .right-down {
    background: #E3E3E3;
    height: auto;
    margin-top: 30px;
}

.block6 .right-down>div h3,
.article_content .right-down>div h3,
.entire .right-down>div h3 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;
    padding-top: 65px;
    color: #1480C0;
}

.block6 .right-down>div p,
.article_content .right-down>div p,
.entire .right-down>div p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 16px;
    font-weight: 300;
    color: #1480C0;
}

.block6 .right .right-down h3,
.article_content .right .right-down h3,
.entire .right .right-down h3 {
    color: #1480C0;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;
}

.block6 .right .right-down p,
.article_content .right .right-down p,
.entire .right .right-down p {
    color: #1480C0;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 16px;
    font-weight: 300;
}

.block6 .right-down .social-all,
.article_content .right-down .social-all,
.entire .right-down .social-all {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
}

.block6 .right>div {
    padding: 0px;
}

.block6 .right .one img {
    width: 100%;
}

.block6 .social1,
.block6 .social2,
.block6 .social3,
.block6 .social4,
.article_content .social1,
.article_content .social2,
.article_content .social3,
.article_content .social4,
.entire .social1,
.entire .social2,
.entire .social3,
.entire .social4 {
    display: inline-block;
    width: 96px;
    height: 61px;
    margin: 0 8px;
}

.block6 .social1,
.article_content .social1,
.entire .social1 {
    background: url("../images/img38_1.png") center no-repeat;
}

.block6 .social2 {
    background: url("../images/img39_1.png") center no-repeat;
}

.block6 .social3 {
    background: url("../images/img40_1.png") center no-repeat;
}

.block6 .social4 {
    background: url("../images/img41_1.png") center no-repeat;
    margin-top: 30px;
    width: 150px;
}

.block6 .social4.flickr {
    background: url("../images/flickr_1.png") center no-repeat;
    margin-top: 30px;
}

.social-all>a {
    position: relative;
    text-align: center;
    text-decoration: none;
}

.social-all>a>span {
    position: relative;
    left: 0;
    bottom: -68px;
    font-size: 13px;
    font-family: sans-serif;
}




.snapwidget-widget {
    width: 90%;
    margin: 10px auto auto 6%;
}

@media screen and (max-width:1300px) {
    .index .block2 .picblock img {
        width: 200px;
        position: relative;
        top: 200px;
    }

}

@media screen and (max-width:767px) {
    .snapwidget-widget {
        margin: 10px auto auto 5%;
    }

    .index .block2 .blockone h2 {
        text-align: center;
        padding-bottom: 10px;
    }

    .block6 .blockmax .left {
        min-height: auto;
    }

    .arrival-commodity>div a img,
    .product_list .left .blockin a img {
        height: 200px;
    }
}

@media screen and (max-width:480px) {
    .index .downbox .pic1 .two {
        left: 0%;
    }

    .index .downbox .pic1 {
        left: 0%;
    }
}

.mt-30 {
    margin-top: 30px;
}

/* TODO: mask-mobile  nav-menu media: 576px */
@media(max-width:576px) {
    .nav-wrap {
        top: 70px;
        height: calc(100vh - 70px);
        max-height: unset;
        display: block;
    }

    .mt-30 {
        margin-top: 0px;
    }

    .mask {
        background: rgba(0, 0, 0, 1);
    }

    .nav-wrap>div {
        padding-bottom: 0;
    }

    .nav-wrap h3 {
        text-align: left;
        border-bottom: 0.5px solid rgb(255, 255, 255, 0.3);
        margin-top: 15px;
        margin-bottom: 0;
        padding-bottom: 17px;
    }

    .nav-wrap .member-title {
        margin-top: 22px;
    }

    .nav-wrap li {
        text-align: left;
        border-bottom: 0.5px solid rgb(255, 255, 255, 0.3);
        padding: 17px 0;
        line-height: 28px;
    }

    .nav-wrap li a {
        padding-right: 23px;
    }

    .nav-wrap a {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        position: relative;
    }

    .nav-wrap a:after {
        content: "";
        background-image: url("../../img/icon/nav-arrow-right.png");
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .nav-wrap .member-list li {
        border-bottom: none;
    }

    .nav-wrap .member-list a {
        border-bottom: 0.5px solid rgb(255, 255, 255, .3);
    }

    .nav-wrap .member-list a:nth-last-of-type(1) {
        border-bottom: none;
    }
}


/* 首頁swiper start */
.swiper-slide .block-wrap {
    position: absolute;
    bottom: 20%;
    width: 100%;
}

.swiper-slide .block-wrap span {
    color: #ffffff;
    font-size: 72px;
    letter-spacing: 0.1em;
    line-height: 86px;
    font-weight: 600;
    float: left;
    margin-left: 10%;
}

.swiper-slide .block-wrap input {
    width: 220px;
    height: 50px;
    background: #ffffff;
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.005em;
    line-height: 21px;
    outline: none;
    border: none;
    float: right;
    margin-top: 18px;
    margin-right: 10%;
}

.swiper-wrapper.cover-video .swiper-slide img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

.swiper-wrapper.cover-video .swiper-slide:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.swiper-container2 {
    width: 800px;
    height: 380px;
    overflow: hidden;
    position: relative;
    top: 0;
}

a.hover-with-shadow {
    display: block;
}

a.hover-with-shadow:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.25s;
    margin-top: -5px;
    margin-bottom: 5px;
    text-decoration: none;
}

/* 首頁swiper end */

@media screen and (max-width:1700px) {
    .block4 .wrap2 {
        left: 5%;
    }

    .block4 .wrap3 {
        left: 40%;
    }
}

@media screen and (max-width:1500px) {
    .index .blockone h2 {
        font-size: 90px;
        line-height: 100px;
    }

    .index .downbox .blockone {
        top: 30%;
    }
}

@media screen and (max-width:1450px) {
    .block4 .wrap2 {
        left: 0%;
    }

    .block4 .wrap3 {
        top: 62%;
    }
}

@media screen and (max-width:1400px) {
    .index .downbox h1 {
        font-size: 150px;
    }

    .index .downbox .pic1 .one,
    .index .downbox .pic1 .two {
        width: 45%;
    }
}

@media screen and (max-width:1300px) {

    .index .blockone h2,
    .index .blockone p,
    .index .blockone input[type="button"] {
        margin-right: 100px;
        border-radius: 0;

    }

    .index .blockone h2 {
        font-size: 80px;
        line-height: 90px;

    }

    .block1 .pic1 img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .block3 .bigword h1 {
        font-size: 150px;
    }

    .block4 .wrap2 {
        left: -100px;
    }

    .index .downbox .blockone {
        top: 15%;
    }

    .index .downbox h1 {
        font-size: 110px;
        position: relative;
        top: 50px;
    }
}

@media screen and (max-width:1200px) {
    .index .block2 .picblock {
        left: auto;
        right: 8%;
    }

    .block3 .bigword h1 {
        font-size: 120px;
    }

    .block4 .wrap4 {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .block4 .wrap3 .inputbox {
        width: 370px;
        margin-left: 0;
    }

    .block4 .wrap3 .inputbox input {
        width: 320px;
    }
}

@media screen and (max-width:991px) {

    .index .blockone h2,
    .index .blockone p,
    .index .blockone input[type="button"] {
        margin: 20px auto;
        text-align: center;
        float: none;
        display: block;
    }

    .index .blockone h2 {
        font-size: 60px;
        line-height: 70px;
        padding: 50px 0 0 0;
        margin: 0;
    }

    .index .blockone p {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .index .downbox h1 {
        font-size: 110px;
    }

    .index .downbox .pic1 {
        top: 28%;
    }

    .index .block3 .picblock img {
        width: 120%;
    }

    .index .block3 {
        height: auto;
    }

    .swiper-slide .block-wrap {
        bottom: 0px;
        top: 25%;
    }

    .swiper-slide .block-wrap span {
        display: block;
        text-align: center;
        margin-left: 0%;
        float: none;
    }

    .swiper-slide .block-wrap input {
        float: none;
        margin-right: 0px;
    }

    .swiper-slide .block-wrap>div {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .block3 .bigword {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .index .pic1 {
        top: 40%;
    }

    .index .downbox {
        height: auto;
    }

    .index .downbox .pic1 {
        top: 50%;
    }

    .index .block1 .downbox h2 {
        font-weight: 600;
    }

    .index .block1 .downbox p {
        font-size: 14px;
        line-height: 22px;
    }

    .index .downbox h1 {
        font-size: 80px;
        text-align: center;
        line-height: 100px;
        position: static;
    }

    .index .downbox .blocktwo {
        left: 0;
        top: -25%;
    }

    .index .block2 .picblock {
        display: none;
    }

    .index .block3 .blockone {
        margin-top: 0px;
        padding-top: 30px;
    }

    .index .block3 .picblock {
        position: static;
        width: 100%;
        margin-top: 40px;
        height: 100px;
        top: 0;
        left: 0;
        right: 0;
    }

    .index .block4 .wrap1 {
        margin-top: 275px;
    }

    .index .block3 .picblock img {
        width: 100%;
    }

    .index .block3 .blockone h2,
    .index .block3 .blockone p {
        margin-right: 0px;
        text-align: center;
    }

    .index .block3 input[type="button"] {
        margin-right: 0px;
        float: right;
    }

    .index .block3 .upbox,
    .index .block3 .downbox {
        height: auto;
    }

    .block4 .wrap1,
    .block4 .wrap2,
    .block4 .wrap3,
    .block4 .wrap4 {
        position: static;
    }

    .block4 .wrap2 img {
        width: 100%;
    }

    .block4 .wrap3 .inputbox {
        margin-left: 0px;
    }

    .block4 .wrap3 a {
        width: 100%;
        /*background: url("../images/img20.png") center no-repeat;*/
    }

    .block4 .wrap2 {
        margin-top: -80px;
    }

    .block4 .wrap1 {
        width: auto;
        height: auto;
        margin-top: 40px;
    }

    .block6 .right .one {
        display: none;
    }

    .index .block6 .right {
        padding-left: 0px;
    }

    .block6 .right-down>div h3 {
        padding-top: 35px;
    }

    .block6 .right-down .social-all {
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .block6 {
        padding-bottom: 40px;
    }

    .block4 .wrap3 .inputbox {
        width: 350px;
    }

    .block4 .wrap3 .inputbox input {
        width: 300px;
    }

    .swiper-wrapper.cover-video .swiper-slide img {
        height: 100vh;
        width: auto;
        padding-top: 70px;
    }
}

@media screen and (max-width: 550px) {
    .index .block4 {
        height: auto;
        padding-bottom: 50px;
    }
}

@media(max-width:576px) {

    /* TODO: */
    .index .blockone p {
        font-size: 12px;
        margin: 10px 0;
    }

    .index .pic1 {
        top: 50%;
        left: 0;
    }

    /* TODO: */
    .index .blockone {
        position: relative;
        z-index: 2;
        margin-bottom: 35px;
    }

    /* TODO: */
    .index .pic1#move1 {
        /* top: 24%; */
        top: 0;
        padding: 0 40px;
        position: relative;
    }

    /* TODO: */
    index .blockone input[type="button"] {
        margin: 0px auto;
    }
}

@media screen and (max-width: 480px) {
    .index .upbox {
        height: 600px;
    }

    .index .block1 {
        background-position: 0 50px;
    }

    .index .blockone h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .block1 .pic1 img {
        width: 100%;
    }

    .index .downbox .blocktwo#move3 {
        top: 18%;
    }

    .index .downbox h1 {
        font-size: 50px;
        line-height: 50px;
        position: relative;
        top: -100px;
    }

    .index .downbox .pic1 .one {
        display: none;
    }

    .index .downbox .pic1 .two {
        width: 100%;
    }

    .index .block2 {
        background-attachment: scroll;
    }

    .block6 {
        padding-bottom: 0px;
    }

    .swiper-container2 {
        width: 100%;
        height: auto;
    }

    .swiper-container2 .swiper-slide img {
        width: 100%;
    }

    #move5 {
        top: 15%;
    }

    #move5 .box-in {
        padding: 10px;
        background: rgba(255, 255, 255, 0.6);
    }

    #move6 {
        margin-top: 30px !important;
    }

    .index .block3 input[type="button"] {
        float: none;
        margin: auto;
        margin-top: 50px;
    }

    .index .block3 {
        height: 300px;
        background: none;
    }

    .index .block5 .upbox {
        height: 450px;
    }

    .index .block4 .wrap3 .inputbox {
        left: 50%;
        margin-left: -175px;
    }

}

/* index end */


/* co-branding start */
.position-relative {
    position: relative;
}

.img-cover {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.entire-mobile {
    display: none;
}

.video {
    background: #000;
    width: 100%;
    height: 100vh;
}

.bg-cover {
    width: 100%;
    height: 40%;
    object-fit: cover;
    margin-bottom: 20px;
}

.w-100 {
    width: 100%;
    object-fit: cover;
}

/* 1214 - 暫時 */
.mt {
    margin-top: 50px;
}

/* co-branding end */


/* product_entire start */

.top-block {
    display: block !important;
    height: 100vh;
}

.swiper-container.product-swiper {
    height: 500px;
}

.product-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    position: relative;
}

.entire .know-re {
    bottom: 50px;
}

.under-move .upbox {
    margin-top: 50px;
}

.under-move .upbox .box2-m-c {
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 10px;
}

.under-move .upbox h4 {
    text-align: center;
}

.under-move .upbox h4 a {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
}

.under-move .upbox p {
    text-align: center;
    color: #1486C7;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 19px;
    font-weight: 600;
}

.entire-social {
    margin-top: 80px;
    margin-bottom: 10px;
}

.top-block .up-mask .logo-txt {
    height: 200px;
}

@media screen and (max-width: 480px) {
    .top-block .logo-txt {
        background-size: 85%;
        height: 100px;
    }

    .entire .know-re {
        bottom: 50px;
    }

    .entire-social {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .product-swiper .swiper-slide img {
        height: auto;
        width: 100%;
    }

    .product-swiper .swiper-button-prev,
    .product-swiper .swiper-button-next {
        display: none;
    }
}

.entire .max-width,
.article_list .max-width,
.article_content .max-width,
.member_cart .max-width,
.raheader .max-width {
    max-width: 1580px;
    margin: auto;
}

.entire .block1,
.entire .block4,
.entire .block7 {
    min-height: 500px;
}

.entire .block1,
.entire .block2,
.entire .block3,
.entire .block4,
.entire .block10,
.entire .block6,
.entire .block7,
.entire .block8,
.entire .block9 {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

/* 未知div高度 , 垂直置中 */
.entire .block1:before,
.entire .block4:before,
.entire .block7:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.entire .block1 .blockin,
.entire .block4 .blockin,
.entire .block7 .blockin {
    text-align: justify;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* 未知div高度 , 垂直置中 */

.entire .block4 h3,
.entire .block7 h3 {
    color: #000000;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 600;
}

.entire .block4 p,
.entire .block7 p {
    color: #000000;
    font-size: 24px;
    letter-spacing: 0.001em;
    line-height: 24px;
}

.entire .block2,
.entire .block10,
.entire .block8 {
    background: url("../images/img47.png") #E7E7E7 no-repeat top left;
}

.entire .block10 {
    background: url("../images/img50.png") #E7E7E7 no-repeat top left;
}

.entire .block8 {
    background: url("../images/img51.png") #E7E7E7 no-repeat right bottom;
}

.entire .block2 .blockin,
.entire .block10 .blockin,
.entire .block8 .blockin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.entire .block8 .blockin {
    margin-left: 8%;
}

.entire .block2 h4,
.entire .block10 h4,
.entire .block8 h4 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 43px;
    font-weight: 300;
    text-align: left;
}

.entire .block2 p,
.entire .block10 p,
.entire .block8 p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 45px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.entire .block2 span,
.entire .block10 span,
.entire .block8 span {
    color: #000000;
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 24px;
    font-weight: 300;
}

.entire .block2 small,
.entire .block10 small,
.entire .block8 small {
    color: #808080;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 24px;
    font-weight: 300;
    margin-left: 20px;
}

.entire .block3,
.entire .block6,
.entire .block9 {
    overflow: hidden;
}

.block3 .slider-box img,
.block6 .slider-box img,
.block9 .slider-box img {
    min-width: 991px;
}

@media screen and (max-width: 1200px) {

    .entire .block2,
    .entire .block3,
    .entire .block10,
    .entire .block6,
    .entire .block8,
    .entire .block9 {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {

    .entire .block1 h3,
    .entire .block4 h3,
    .entire .block7 h3 {
        font-size: 30px;
        margin-top: 0px;
    }

    .entire .block1 p,
    .entire .block4 p,
    .entire .block7 p {
        font-size: 18px;
    }

    .entire .block2 .blockin,
    .entire .block10 .blockin,
    .entire .block8 .blockin {
        margin-top: 70px;
    }

    .entire .block1,
    .entire .block4,
    .entire .block7 {
        text-align: center;
    }

    .entire .block8 {
        background: url("../images/img51.png") #E7E7E7 no-repeat top left;
    }

    .entire .block8 .blockin {
        margin-left: 0%;
    }

    .entire .block2,
    .entire .block3,
    .entire .block10,
    .entire .block6,
    .entire .block8,
    .entire .block9 {
        height: 350px;
    }
}

/* product_entire end */

/* product_content start */
.product_content .left,
.where_buy .left {
    position: relative;
    height: 100vh;
    background: #ffffff;
}

.product_content .left .fixed-box,
.where_buy .left .fixed-box {
    position: fixed;
    top: 10%;
    left: 8%;
    width: 29%;
    height: 100vh;
    overflow: auto;
    padding-right: 7%;
}

.product_content .left .fixed-box {
    height: 88vh;
}

.product_content .right,
.where_buy .right {
    height: 100vh;
}

.product_content p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 22px;
    font-weight: 300;
}

.product_content p.product-note {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    padding: 0 10px 0 10px;
    margin-top: 15px;
    transition: all 1s;
    max-height: 80px;

}

.product_content .tab-pane {
    background: url(../images/57-2.png) center bottom no-repeat;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 0.25s;
}


.product_content p.product-note.product-note-append {
    overflow: inherit;
    height: auto;
    max-height: 100%;
    overflow-y: hidden;
    padding: 0 10px 0 10px;
    display: block;
}

.product_content .tab-pane.product-note-append {
    background: url(../images/57-3.png) center bottom no-repeat;
}

.product_content h4 {
    font-size: 15px;
}

.product_content .title h3 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 43px;
    font-weight: 600;
    text-align: left;
}

.product_content .title p {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-weight: 300;
    margin: 20px 0;
}

.product_content .title span.conversions,
.product_content .line1 {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.product_content .title span {
    margin-right: 10px;
}

.product_content .title span.sale {
    color: #E92A7D;
}

.product_content .line1 {
    border-top: 1px solid #666666;
    padding: 10px 10px;
    margin-bottom: 0;
    color: #E92A7D;
}

.product_content .line2 {
    margin-top: 20px;
}

.product_content .line2>div {
    padding: 0px;
}

.product_content .heart {
    background: url('../images/img52.png') center center no-repeat #666666;
    height: 45px;
}

.product_content .cart {
    background: url('../images/img53.png') center center no-repeat #1480C0;
    height: 45px;
}

.product_content .cart.sold-out,
.product_content .cart.inform-me {
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: not-allowed;
}

.product_content .cart.inform-me {
    background: #1480C0;
    line-height: 18px;
    padding-top: 5px;
    cursor: pointer;
}

.cart.inform-me span {
    font-size: 13px;
    display: block;
    text-align: center;
}

.email-input-box {
    padding: 0;
}

.product_content .block1 {
    padding: 0 10px 0 0;
}

.product_content .block2 {
    padding: 0 0 0 10px;
}

.product_content .block3 {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin-top: 40px;
}

.product_content .block3 span {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.0025em;
    font-weight: 300;
    display: inline-block;
    padding: 10px 10px 10px 10px;
}

.product_content .social {
    text-align: center;
    margin-top: 10px;
}

.product_content .social .fb,
.product_content .social .twitter,
.product_content .social .wechat {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('../images/img54.png') no-repeat;
    margin: 0 10px;
}

.product_content .social .twitter {
    background: url('../images/img55.png') no-repeat;
}

.product_content .social .wechat {
    background: url('../images/img56.png') no-repeat;
}

.product_content .size-block,
.where_buy .size-block {
    padding: 0px;
    padding-right: 10px;
}

.product_content .size,
.where_buy .size,
.where_buy .search {
    border-bottom: 1px solid #666666;
    width: 100%;
    height: 45px;
}

.product_content .size select,
.where_buy .size select,
.where_buy .search {
    background: url('../images/img57.png') right center no-repeat #ffffff;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.0025em;
    line-height: 40px;
    font-weight: 300;
    cursor: pointer;
}

.product_content .number {
    border-bottom: 1px solid #666666;
    width: 100%;
    height: 45px;
}

.product_content .number .minus,
.product_content .number .plus {
    float: left;
    width: 20%;
    height: 45px;
    background: url('../images/img58.png') center no-repeat;
    cursor: pointer;
}

.product_content .number .plus {
    background: url('../images/img59.png') center no-repeat;
}

.product_content .num {
    float: left;
    width: 60%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.01em;
    font-weight: 300;
}

.product_content .number-block {
    padding-right: 0px;
}

.product_content .size-block,
.product_content .number-block {
    margin-bottom: 20px;
}

.product_content .down-block {
    margin-top: 20px;
}

.product_content .right {
    padding: 0px;
    -webkit-overflow-scrolling: touch;
}

.product_content .right img {
    width: 100%;
    height: auto;
}

.colorbtn {
    position: absolute;
    right: 0;
    top: 30px;
}

.colorbtn>div {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.colorbtn.color-for-pack-product>div {
    float: left;
}

.color1,
.color2,
.color3 {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.color2 {
    background: #ffffff;
}

.color3 {
    background: #1480C0;
}

.cartbox {
    position: fixed;
    right: 0px;
    top: 70px;
    height: 92vh;
    width: 480px;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9990;
    display: none;
}

.cartbox .cartbox-title {
    height: 80px;
    position: relative;
}

.cartbox .cartbox-title .leftbox {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    lefT: 40px;
}

.cartbox .cartbox-title .rightbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/img111.png") no-repeat;
    position: absolute;
    top: 30px;
    right: 40px;
    display: none;
}

.cartbox .cartbox-in,
.checkout .cartbox-in {
    padding: 0 0 0 15px;
    margin-bottom: 30px;
}

.cartbox .cartbox-in div,
.checkout .cartbox-in div {
    padding: 0;
}

.cartbox .cartbox-in h4,
.cartbox .cartbox-in .p-size,
.cartbox .cartbox-in .p-color,
.checkout .cartbox-in h4,
.checkout .cartbox-in .p-size,
.checkout .cartbox-in .p-color {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.cartbox .cartbox-in h4,
.checkout .cartbox-in h4 {
    font-size: 12px;
    text-align: left;
}

.cartbox .cartbox-in .wordbox,
.checkout .cartbox-in .wordbox {
    padding-left: 15px;
}

.cartbox .cartbox-in .p-size,
.cartbox .cartbox-in .p-color,
.checkout .cartbox-in .p-size,
.checkout .cartbox-in .p-color {
    font-weight: 300;
}

.cartbox .downbox,
.checkout .downbox {
    margin-top: 35px;
}

.cartbox .cartbox-wrap,
.checkout .cartbox-wrap,
.checkout .cartbox-wrap,
.checkout .cartbox-wrap {
    height: calc(100% - 430px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.checkout .cartbox-wrap,
.checkout .cartbox-wrap {
    height: 290px;
}

.cartbox .downbox .p-dollar,
.checkout .downbox .p-dollar {
    display: inline;
    float: left;
}

.cartbox .downbox .p-dollar span,
.checkout .downbox .p-dollar span {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
}

.cartbox .downbox .p-dollar .first,
.checkout .downbox .p-dollar .first {
    margin-right: 10px;
}

.cartbox .downbox .p-total,
.checkout .downbox .p-total {
    display: inline;
    float: right;
    color: #1486C7;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 600;
}

.cartbox .cartbox-in .trash {
    text-align: right;
    padding-right: 5px;
    margin-top: 60px;
}

.cartbox .cartbox-in .trash img {
    cursor: pointer;
}

.cartbox .totalbox {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.cartbox .totalbox span {
    float: left;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 21px;
    font-weight: 600;
    margin-top: 35px;
    margin-left: 15px;
}

.cartbox .totalbox-out {
    padding: 0 30px;
}

.cartbox .totalbox .totalbox-in {
    float: right;
}

.cartbox .totalbox .totalbox-in h3 {
    color: #1486C7;
    font-size: 36px;
    letter-spacing: 0.005em;
    line-height: 43px;
    font-weight: 600;
    text-align: right;
}

.cartbox .totalbox .totalbox-in p {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 24px;
    font-weight: 300;
    text-align: right;
}

.cartbox .cart-btn-out {
    padding: 0 30px;
    margin-bottom: 60px;
}

.cartbox .cart-btn .view,
.cartbox .cart-btn .out,
.member_cart .cart-btn .view,
.member_cart .cart-btn .out {
    width: 100%;
    height: 50px;
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.005em;
    line-height: 21px;
    font-weight: 300;
    margin-top: 20px;
    border: none;
    outline: none;
    background: #ffffff;
}

.cartbox .cart-btn .out,
.member_cart .cart-btn .out {
    color: #ffffff;
    background: #1480C0;
    margin-bottom: 80px;
}

.cartbox .cart-btn .view.blue {
    color: #ffffff;
    background: #1480C0;
}

.close-cart-box {
    text-align: center;
}

/* 這是min-width */
@media screen and (min-width: 1200px) {
    .product_content .left {
        width: 37% !important;
    }

    .product_content .right {
        width: 63% !important;
        text-align: center;
    }
}

/* 這是min-width */
@media screen and (max-width: 1200px) {
    .product_content .left .fixed-box {
        left: 5%;
    }
}

@media screen and (max-width: 991px) {
    .product_content .left .fixed-box {
        left: 3%;
    }

    .product_content .left .fixed-box {
        width: 31%;
    }

    .product_content .title span {
        display: block;
        margin: 10px 0 0 0;
    }

}

@media screen and (max-width: 767px) {
    .up-mask .logo-txt {
        font-size: 48px;
        line-height: 40px;
    }

    .product_content .left {
        height: auto;
    }

    .product_content .left .fixed-box {
        width: 100%;
        position: static;
        height: auto;
        padding-right: 0px;
    }

    .product_content .fixed-box .title {
        margin-top: 20px;
    }

    .product_content .size select,
    .where_buy .size select {
        text-align: center;
    }

    .cartbox {
        width: 85%;
    }

    .cartbox .downbox {
        margin-top: 20px;
    }

    .cartbox .cartbox-in .p-size,
    .cartbox .cartbox-in .p-color {
        display: none;
    }

    .cartbox .downbox .p-total {
        float: left;
    }

    /* co-branding */
    .entire-desktop {
        display: none;
    }

    .entire-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .cartbox .cartbox-wrap {
        /*height: 350px;*/
    }

    .product_content .line1 {
        color: #fff;
        background: #E92A7D;
        border-top: none;
        font-size: 16px;
    }

    .product_content .title p,
    .product_content .title h3 {
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }

    .totalbox-container {
        height: 100vh;
    }


}

.product_content .sizebox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
    overflow-y: scroll;
}

.product_content .sizebox-in {
    width: 800px;
    height: auto;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    margin: 100px auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    position: relative;
}

.product_content .sizebox h3 {
    color: #000;
    font-size: 21px;
    letter-spacing: 0.0025em;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 0px;
}

.product_content .sizebox p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}

.product_content .sizebox table {
    width: 100%;
}

.product_content .table-box th,
.product_content .table-box td {
    text-align: center;
    border: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.0025em;
    line-height: 22px;
    font-weight: 600;
}

.product_content .table-box td {
    padding-top: 20px;
}

.product_content .table>tbody>tr>th {
    border-bottom: 1px solid #666666;
}

.product_content .table-box {
    margin-top: 50px;
}

.product_content .table-box .first {
    text-align: left;
    width: 100px;
    height: 45px;
}

.product_content .table-box td {
    font-size: 18px;
    font-weight: 300;
}

.product_content .close {
    width: 30px;
    height: 30px;
    background: url('../images/img65.png') center no-repeat;
    top: 10px;
    right: 10px;
    position: absolute;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .product_content .sizebox-in {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .product_content .sizebox {
        width: 100%;
        top: 70px;
        margin: 0px;
    }
}

@media screen and (max-width: 480px) {
    .product_content .sizebox-in {
        overflow: auto;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .product_content .sizebox-in img {
        width: 100% !important;
        height: auto !important;
    }
}

/* product_content end */

/* article_list start */
.article_list .banner,
.article_content .banner {
    padding: 0px;
    width: 100%;
    height: 500px;
    position: relative;
}

.article_list .banner:after,
.article_content .banner:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.product_list .banner:after {
    content: none;
}

.article_list .banner>div,
.article_content .banner>div {
    width: 900px;
    height: 100px;
    position: absolute;
    top: 23%;
    left: 50%;
    margin-top: -50px;
    margin-left: -450px;
    z-index: 1;
    word-break: break-all;
}

.article_list .banner>div.all-product {
    top: 10%;
}

.article_list .banner h3,
.article_content .banner h3 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0.1em;
    line-height: 57px;
    font-weight: 600;
    text-align: center;
    margin-top: 120px;
    word-break: break-word;
}

.article_list .banner p,
.article_content .banner p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
}

.article_list .block1 {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    padding: 0px;
    margin-bottom: 40px;
}

.article_list.timeline-list .block1 {
    position: relative;
}

.article_list .block1 .left {
    height: 400px;
    padding: 0px;
}

.article_list .right {
    height: 400px;
    padding: 30px 50px;
    position: relative;
    background: #ffffff;
}

.article_list .right h3 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 42px;
    font-weight: 300;
    text-align: left;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_list .right h3:last-of-type {
    color: #000;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_list.timeline-list .right h3 {
    font-size: 300px;
    font-weight: 600;
    color: #fff;
}

.article_list .right p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
}

.article_list .right .go {
    width: 50px;
    height: 50px;
    background: url("../images/img76.png") center no-repeat;
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.article_list .block1 .bg1 {
    background: url("../images/img67.png") center center no-repeat;
}

.article_list .block1 .bg2 {
    background: url("../images/img68.png") center center no-repeat;
}

.article_list .block1 .bg3 {
    background: url("../images/img69.png") center center no-repeat;
}

.article_list .block1 .bg4 {
    background: url("../images/img70.png") center center no-repeat;
}

.article_list .block1 .bg5 {
    background: url("../images/img71.png") center center no-repeat;
}

.article_list .block1 .bg6 {
    background: url("../images/img72.png") center center no-repeat;
}

.article_list .block1 .bg7 {
    background: url("../images/img73.png") center center no-repeat;
}

.article_list .block1 .bg8 {
    background: url("../images/img74.png") center center no-repeat;
}

.article_list .block1 .bg9 {
    background: url("../images/img75.png") center center no-repeat;
}

.article_list .max-width {
    position: relative;
    top: -80px;
}

.article_list .max-width.all-product {
    top: -600px;
}

@media screen and (max-width: 991px) {
    .article_list .max-width {
        width: 85%;
    }

    .article_list .right {
        padding: 20px;
    }

    .article_list .right h3 {
        font-size: 24px;
    }

    .article_list .right p {
        font-size: 16px;
    }

    .article_list .banner>div,
    .article_content .banner>div {
        width: 100%;
        height: 100px;
        position: absolute;
        top: 15%;
        left: 0%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .pl_modify .article_list .banner>div.all-product {
        width: 100%;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .article_list .right {
        height: 300px;
    }

    .article_list .block1 .left {
        height: 120px;
        background-size: cover !important;
    }

    .article_list .right p {
        margin-top: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .article_list .right h3 {
        margin: 10px 0 0 0;
        line-height: 32px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: none;
    }

    .article_list .right .go {
        width: 25px;
        height: 25px;
        background-size: 12px 23px;
    }
}

/* article_list end */

/* article_content start */
.article_content .write {
    margin-top: 40px;
}

.article_content .right-down,
.entire .right-down {
    background: #ffffff;
}

.article_content .social2,
.entire .social2 {
    background: url("../images/img83.png") center no-repeat;
}

.article_content .social3,
.entire .social3 {
    background: url("../images/img84.png") center no-repeat;
}

.article_content .right-down h3,
.article_content .right-down p,
.entire .right-down h3,
.entire .right-down p,
    {
    color: #1480C0;
}

.article_content .right-down h3,
.entire .right-down h3 {
    padding-top: 0px !important;
}

.article_content .wait p,
.entire .wait p {
    text-align: center;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 25px;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .ac_modify .article_content .top-banner {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 320px;
        top: 70px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {

    .article_content .wait p,
    .entire .wait p {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .article_content .right-down .social-all,
    .entire .right-down .social-all {
        margin-top: 0px;
        padding-bottom: 10px;
    }

    .article_content .right-down>div h3,
    .entire .right-down>div h3 {
        font-size: 24px;
    }
}

/* article_content end */

/* where_buy start */
.where_buy .right {
    padding: 0;
}

.where_buy .right img {
    width: 100%;
}

.where_buy .left .fixed-box {
    padding-right: 0px;
    width: 28%;
    left: 3%;
    height: auto;
}

.where_buy .search-out {
    padding: 0px;
    margin-top: 20px;
}

.where_buy .search {
    width: 98%;
    /*background: url('../images/img85.png') right center no-repeat;*/
    background: none;
    border-bottom: 1px solid #000000;
    height: 50px;
}

.where_buy .search img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.where_buy .search input {
    width: 80%;
    border: none;
    outline: none;
    padding: 0px;
    height: 100%;
}

.where_buy .down-block h3 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.0025em;
    line-height: 40px;
    font-weight: 600;
}

.where_buy .down-block .title {
    margin-top: 20px;
    padding: 0px;
}

.where_buy .downbox h3 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.0025em;
    line-height: 40px;
    font-weight: 600;
    margin-top: 30px;
}

.where_buy .downbox img {
    width: 100%;
}

.where_buy .downbox h4 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.0025em;
    line-height: 32px;
    font-weight: 300;
}

.where_buy .downbox p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.0025em;
    line-height: 12px;
    font-weight: 300;
}

.where_buy .position-re {
    top: 360px !important;
    max-height: 500px;
}

.where_buy .downbox .info {
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .where_buy .downbox h4 {
        font-size: 16px;
    }

    .where_buy .downbox p {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {

    .article_list .banner h3,
    .article_content .banner h3 {
        font-size: 36px;
        letter-spacing: 1px;
        margin-top: 120px;
    }

    .where_buy .left .fixed-box {
        left: 0%;
        width: 100%;
        position: static;
        margin-top: 50px;
    }

    .where_buy .left {
        height: auto;
    }

    .where_buy .downbox h4,
    .where_buy .downbox p {
        text-align: center;
    }
}


/* -- 20190704 切版調整 --*/
.where_buy .down-block {
    padding-left: 2.1vw;
    padding-right: 2.1vw;
    width: 100%;
    margin-top: calc(50px + 4.8vh);
}

.where_buy .downbox {
    padding-left: 2.1vw;
    padding-right: 2.1vw;
    max-height: 500px;
    overflow-y: auto;
}

.where_buy .left {
    height: 100vh;
    overflow-y: hidden;
}

@media screen and (max-width: 767px) {
    .where_buy .down-block {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: calc(50px + 1.5vh);
    }

    .where_buy .downbox {
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
    }
}

/* where_buy end */

/* product_list start */
.product_list a {
    text-decoration: none;
}

.product_list .banner h3,
.product_list .banner p {
    color: #1480C0;
}

.product_list .banner>div {
    width: 500px;
    margin-left: -250px;
}

.product_list .banner {
    background: url("../images/img89-01.jpg") no-repeat;
    height: 1000px;
}

.product_list .left {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.product_list .left .blockin {
    float: left;
    width: 20%;
    height: auto;
    padding: 0 8px;
}

.product_list .blockin .block-pic {
    /* border-right: 1px solid #D9D9D9; */
    text-align: center;
    overflow: hidden;
}

.product_list .blockin .block-pic img {
    margin: auto;
}

.product_list .blockin .word {
    min-height: 85px;
    padding-bottom: 40px;
}

.product_list .blockin .word .price span {
    color: #000;
}

.product_list .blockin h3 {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.product_list .blockin .word .price {
    color: #E92A7D;
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.blockin .word p {
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.product_list .blockin .word .price span.original,
.product_content .title p span.original {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.product_list .blockin .word .price span.sale {
    color: #E92A7D;
}

.product_list .blockin .word>span {
    color: #179BEB;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .rightbox {
    padding-left: 20px;
}

.product_list .rightbox .main,
.product_list .rightbox .main,
.product_list .rightbox .search {
    width: 100%;
    background: #E3E3E3;
    height: 45px;
    position: relative;
}

.product_list .rightbox .main,
.product_list .rightbox .search {
    padding: 0 0 0 25px;
}

.product_list .rightbox .main {
    height: auto;
    margin-top: 20px;
    padding: 0 25px 0 25px;
    cursor: pointer;
}

.product_list .arrow,
.product_list .search-img {
    position: absolute;
    top: 20px;
    right: 15px;
}

.product_list .search-img {
    top: 13px;
    cursor: pointer;
}

.product_list .rightbox div p {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: 300;
}

.product_list .rightbox .main p {
    border-bottom: 1px solid #ffffff;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    padding: 0;
    margin: 0;
    word-break: break-all;
    text-transform: uppercase;
}

.product_list .rightbox .main .sub-in:last-child p {
    border: none;
}

.product_list .rightbox .main .sub-in p:hover {
    color: #1486C7;
}

.product_list .sub-in {
    position: relative;
}

.product_list .sub-in img {
    position: absolute;
    top: 20px;
    left: -10px;
}

.product_list .rightbox .search input {
    width: 85%;
    border: none;
    outline: none;
    background: #E3E3E3;
    height: 45px;
}

@media screen and (min-width: 1200px) {
    .product_list .blockin:nth-child(5n) .block-pic {
        border: none;
    }

}

@media screen and (max-width: 1200px) {
    .product_list .left .blockin {
        width: 25%;
    }

    .product_list .blockin:nth-child(4n) .block-pic {
        border: none;
    }
}

@media screen and (max-width: 991px) {
    .product_list .left .blockin {
        width: 33.3%;
    }

    .product_list .max-width {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .product_list .rightbox {
        padding-top: 20px;
    }

    .product_list .blockin:nth-child(3n) .block-pic {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .product_list .left {
        box-shadow: none;
    }

    .product_list .banner {
        /*height: 500px;*/
    }

    .article_list .max-width {
        top: -100px;
    }

    .product_list .blockin:nth-child(3n) .block-pic {
        border: none;
    }

}

@media screen and (max-width: 480px) {
    .product_list .left .blockin {
        width: 50%;
    }

    .product_list .banner>div {
        width: 100%;
        margin-left: 0px;
        position: static;
        margin-top: 150px;
    }

    .product_list .blockin:nth-child(2n) .block-pic {
        border: none;
    }
}

/* product_list end */

/* login_signin start */

.login .bg {
    height: 100vh;
    width: 100%;
    min-width: 767px;
    min-height: 700px;
}

.login-wrap {
    position: absolute;
    width: 480px;
    height: 480px;
    left: 50%;
    margin-left: -240px;
    margin-top: 100px;
    top: 0px;
}

.login-wrap .up {
    margin-bottom: 50px;
}

.login-wrap .up span {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 36px;
    font-weight: 300;
    margin-right: 35px;
    cursor: pointer;
}

.login-wrap .up span.two {
    opacity: 0.5;
}

.login-wrap .middle .email,
.login-wrap .middle .password {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}

.login-wrap .middle .email input,
.login-wrap .middle .password input,
.login-wrap .middle .remember input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.01em;
    font-weight: 300;
    text-indent: 30px;
    height: 45px;
}

.login-wrap .middle .email input::-webkit-input-placeholder,
.login-wrap .middle .password input::-webkit-input-placeholder,
.login-wrap .middle .remember input::-webkit-input-placeholder {
    color: #fff;
}

.login-wrap .middle .email {
    background: url("../images/img101.png") left center no-repeat;
}

.login-wrap .middle .password {
    background: url("../images/img102.png") left center no-repeat;
    margin-bottom: 30px;
}

.login-wrap .middle .password-confirm {
    background: url("../images/img104.png") left center no-repeat;
}

.login-wrap .middle .remember {
    background: url("../images/img103.png") left center no-repeat;
    height: 30px;
}

.login-wrap .middle .remember.policy-check {
    /*    background: none;*/
}

.login-wrap .middle .remember.policy-check span.left {
    /*    text-indent: 0;*/
}

.login-wrap .middle .remember a {
    line-height: 30px;
    font-size: 16px;
    word-break: break-all;
}

.login-wrap .middle .remember span.left {
    float: left;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.0025em;
    text-indent: 35px;
    line-height: 30px;
    padding-right: 5px;
}

.login-wrap .middle .remember span.right {
    float: right;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.0025em;
}

.login-wrap .down .sign,
.login-wrap .down .fb {
    width: 100%;
    background: #ffffff;
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.005em;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    height: 50px;
    /*box-shadow: 0 0 3px 3px #a9a8a8;*/
}

.login-wrap .down {
    margin-top: 50px;
}

.login-wrap .down .sign:hover {}

.login-wrap .down .fb {
    background: #507BBE;
    color: #ffffff;
}

.login-wrap .down .fb:hover {}

.login-wrap .down p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.005em;
    line-height: 50px;
    font-weight: 300;
}

.login-wrap .down a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .login-wrap .up {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .login-wrap {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 0;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0 30px;
    }

    .login-wrap .middle .remember span.left {
        padding-right: 5px;
    }

    .login-wrap .middle .remember {
        height: 30px;
        text-align: left;
    }

    .login-wrap .middle .remember a {
        display: block;
        padding-left: 35px;
        line-height: 14px;
        float: left;
    }

    .login-wrap .middle .remember span.left {
        text-indent: 0;
    }

    .login-wrap .up span {
        margin-right: 20px;
        font-size: 24px;
    }

    .login-wrap .middle .remember span.right {
        padding-top: 5px;
    }
}

@media screen and (max-width: 360px) {
    .login-wrap .down {
        margin-top: 70px;
    }
}

/* login_signin end */

/* login_join_ok start */
.login-ok .login-wrap {
    text-align: center;
}

.login-ok .login-wrap img {
    margin-top: 0px;
}

.login-ok .login-wrap h3 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 36px;
    margin-top: 40px;
}

.login-ok .login-wrap p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.005em;
    line-height: 24px;
    font-weight: 300;
}

.login-ok .btn {
    width: 220px;
    height: 50px;
    background: #ffffff;
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.005em;
    line-height: 30px;
    font-weight: 300;
    margin-top: 50px;
}

/* login_join_ok end */

/* login_password_reset-sent start */
@media screen and (max-width: 480px) {
    .reset-sent .login-wrap h3 {
        font-size: 23px;
    }

    .reset-sent .login-wrap p {
        font-size: 16px;
    }
}

/* login_password_reset-sent end */

/* login_password_retrieve start */
.login_retrieve .login-wrap {
    padding-top: 30px;
}

.login_retrieve p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.005em;
    line-height: 24px;
    font-weight: 300;
}

.login_retrieve .up {
    margin-bottom: 30px;
}

.login_retrieve .down {
    margin-top: 95px;
}

.login_retrieve .email {
    margin-top: 20px;
}

.login_retrieve .up span {
    cursor: auto;
}

@media screen and (max-width: 480px) {
    .login_retrieve p {
        font-size: 16px;
    }
}

/* login_password_retrieve end */

/* member_cart start */
.member_cart .max-width {
    margin-bottom: 100px;
}

.member_cart .title {
    margin-top: 120px;
    margin-bottom: 70px;
}

.member_cart .title h2 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
}

.member_cart .table-out {
    -webkit-overflow-scrolling: touch;
    padding: 0;
}

.member_cart .table-out th {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    border-bottom: 2px solid #000000 !important;
}

.member_cart .table-out .th1 {
    /*text-align: right;*/
}

.member_cart .table-out .th2 {
    width: 35%;
}

.member_cart .table .two img,
.member_cart .table .two div {
    float: left;
}

.member_cart .table .two div {
    margin-left: 20px;
    width: 100%;
}

.member_cart .table .two h3,
.member_cart .table .dollar1 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0px;
}

.member_cart .table .one img {
    margin-top: 60px;
}

.member_cart .table .two h3 {
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 250px;
    text-align: left;
}

@media screen and (max-width: 1400px) {
    .member_cart .table .two h3 {
        width: 150px;
    }
}

.member_cart .table .dollar2 {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
}

.member_cart .table .three,
.member_cart .table .four {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 600;
    padding-top: 70px;
    text-align: center;
}

.member_cart .numbox {
    width: 100%;
    text-align: center;
    height: 40px;
    margin-top: 58px;
}

.member_cart .numbox .first,
.member_cart .numbox .twice,
.member_cart .numbox .third {
    height: 40px;
    line-height: 40px;
}

.member_cart .numbox .first {
    float: left;
    padding-top: 15px;
}

.member_cart .numbox .twice {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
    font-weight: 300;
}

.member_cart .numbox .third {
    float: right;
    padding-top: 5px;
}

.member_cart .five {
    color: #1486C7;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    padding-top: 70px;
}

.member_cart .six {
    text-align: center;
    padding-top: 70px;
}

.member_cart .table>thead>tr>th,
.member_cart .table>tbody>tr>th,
.member_cart .table>tfoot>tr>th,
.member_cart .table>thead>tr>td,
.member_cart .table>tbody>tr>td,
.member_cart .table>tfoot>tr>td {
    border: none;
    border-bottom: 1px solid #000000;
}

.member_cart .cart-btn .out {
    margin: 0px;
}

.member_cart .cart-btn .view {
    color: #1480C0;
    background: #ffffff;
}

.member_cart .cart-btn .accept-notice {
    color: #1480C0;
    background: #ffffff;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.member_cart .rightbox .block1 {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 20px;
    font-weight: 300;
    padding: 6px 0 10px 0;
    border-bottom: 2px solid #000;
}

.member_cart .rightbox .word1 {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 40%;
}

.member_cart .block-in {
    border-bottom: 2px solid #000;
}

.member_cart .block-in>div {
    float: right;
}

.member_cart .rightbox {
    padding-left: 30px;
}

.member_cart .rightbox .word2 {
    color: #1486C7;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 17px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: right;
}

.member_cart .block-in .bigtext {
    color: #1486C7;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 43px;
    font-weight: 600;
}

@media screen and (max-width:1350px) {
    .member_cart .rightbox {
        padding-left: 10px;
    }
}

@media screen and (max-width:1200px) {
    .member_cart .rightbox .word1 {
        width: 30%;
    }

    .member_cart .block-in .bigtext {
        font-size: 26px;
    }
}

@media screen and (max-width:991px) {
    .member_cart .rightbox {
        padding-left: 15px;
    }
}

@media screen and (max-width:767px) {
    .member_cart .numbox {
        min-width: 80px;
    }
}

@media screen and (max-width:480px) {
    .member_cart .title {
        margin-top: 90px;
        margin-bottom: 30px;
    }
}

.member_cart .loginbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.member_cart .login-check {
    overflow-y: auto;
}

.member_cart .login-check .down {
    margin-bottom: 50px;
}

.member_cart .login-wrap {
    position: static;
    margin: 0;
}

.member_cart .checknow {
    margin-top: 160px;
}

.member_cart .checknow input {
    width: 100%;
    height: 50px;
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
    background: #FFFFFF;
    outline: none;
    border: none;
}

.member_cart .checknow h3 {
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
}

.member_cart .checknow p {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.member_cart .img-go {
    text-align: center;
}

.member_cart .loginbox-in {
    margin-top: 200px;
    width: 1080px;
    position: absolute;
    left: 50%;
    margin-left: -540px;
}

.member_cart .checknow input:hover {}

.member_cart .closebtn {
    width: 15px;
    height: 15px;
    background: url("../images/img118.png") no-repeat;
    position: absolute;
    top: 85px;
    right: 20px;
    cursor: pointer;
}

.member a {
    text-decoration: none;
}

@media screen and (max-width:1100px) {
    .member_cart .loginbox-in {
        position: static;
        left: 0%;
        width: 100%;
        margin-left: 8%;
    }

    .member_cart .login-wrap {
        width: 400px;
        height: 400px;
    }

    .login-wrap .middle .remember span.left {
        font-size: 13px;
    }
}

@media screen and (max-width:1050px) {
    .member_cart .loginbox-in {
        margin-left: 6%;
    }
}

@media screen and (max-width:991px) {
    .member_cart .login-wrap {
        width: 100%;
    }

    .member_cart .img-go {
        display: none;
    }

    .member_cart .loginbox-in {
        margin-left: 0px;
    }

    .member_cart .login-wrap {
        padding: 15px;
    }

    .member_cart .checknow {
        margin-top: 140px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width:480px) {
    .member_cart .loginbox-in {
        margin-top: 100px;
    }

    .member_cart .login-wrap .middle .email input,
    .member_cart .login-wrap .middle .password input,
    .member_cart .login-wrap .middle .remember input {
        height: 35px;
    }

    .member_cart .login-wrap .down p {
        display: none;
    }

    .member_cart .login-wrap .down .sign,
    .member_cart .login-wrap .down .fb {
        width: 48%;
        margin: 3px;
        float: left;
        font-size: 12px;
    }

    .member_cart .login-wrap .middle .remember span.left {
        font-size: 11px;
    }

    .member_cart .checknow {
        margin-top: 50px;
    }

    .member_cart .login-wrap .down .sign,
    .member_cart .login-wrap .down .fb {
        width: 100%;
    }

    .member_cart .checknow h3 {
        font-size: 24px;
    }
}

/* member_cart end */

/* checkout start */

.checkout .leftbox h3 {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
}

.checkout .sec1 {
    margin-bottom: 130px;
}

.checkout .sec1>div {
    padding: 0;
}

.checkout .sec1 .one,
.checkout .sec1 .two,
.checkout .sec1 .three,
.checkout .sec1 .four,
.checkout .sec1 .five {
    margin-top: 20px;
}

.checkout .sec1 .one {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 40px;
    font-weight: 300;
}

.checkout .sec1 .one input[type="radio"] {
    margin-right: 10px;
}

.checkout .sec1 .two input[type="text"],
.checkout .sec1 .three input[type="text"],
.checkout .sec1 .four input[type="text"],
.checkout .underbox input[type="text"],
.checkout .input-re2 input[type="password"],
.profile .downbox input[type="text"],
.profile .downbox input[type="password"] {
    border: none;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 40px;
    font-weight: 300;
    outline: none;
    width: 46%;
    border-radius: 0px;
}

.checkout .sec1 .two input[type="text"]::-webkit-input-placeholder,
.checkout .sec1 .three input[type="text"]::-webkit-input-placeholder,
.checkout .sec1 .four input[type="text"]::-webkit-input-placeholder,
.checkout .underbox input[type="text"]::-webkit-input-placeholder,
.checkout .input-re2 input[type="password"],
.profile .downbox input[type="text"]::-webkit-input-placeholder,
.profile .downbox input[type="password"]::-webkit-input-placeholder {
    color: #000;
}

.checkout .sec1 .firstname {
    margin-right: 12px;
}

.checkout .sec1 .three input[type="text"],
.checkout .sec1 .four input[type="text"] {
    width: 95%;
}

.checkout .sec1 .select1,
.checkout .sec1 .select2,
.return_list .six .select2 {
    border-bottom: 1px solid #000000;
    background: url("../images/img119.png") center right no-repeat;
    height: 45px;
    margin-top: 15px;
}

.checkout .width-re input[type="text"] {
    width: 100% !important;
}

.checkout .sec1 .select1 select,
.checkout .sec1 .select2 select,
.return_list .six .select2 select {
    border: none;
    outline: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #000;
    background: #fff;
    width: 95%;
    height: 40px;
    -webkit-appearance: none;
    text-indent: 5px;
}

.checkout .sec1 .right-sec .two input[type="text"] {
    width: 100%;
}

.checkout .sec2 .onebox,
.checkout .sec2 .twobox {
    border-bottom: 0px solid #CCCCCC;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 60px;
    font-weight: 300;
}

.checkout .sec2 .twobox {
    border-bottom: none;
}

.checkout .sec2 .twobox input[type="radio"],
.checkout .sec2 .onebox input[type="radio"] {
    margin-right: 10px;
}

.checkout .sec4 .one {
    border-bottom: 1px solid #CCCCCC;
    padding: 0;
    line-height: 70px;
}

.checkout .sec4 .one>div {
    padding: 0;
}

.checkout .underbox div {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 60px;
    font-weight: 300;
}

.checkout .underbox input[type="radio"] {
    margin-right: 10px;
}

.checkout .underbox input[type="text"] {
    border-bottom: 1px solid #000000;
    height: 50px;
    margin-right: 15px;
}

.checkout .underbox {
    padding: 0;
    margin-top: 20px;
}

.checkout .underbox span {
    display: inline-block;
    width: 47%;
    border: 1px solid #000000;
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 50px;
    height: 52px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    transition: 0.5s all;
}

.checkout .underbox span:hover {
    color: #ffffff;
    background: #000;
}

.checkout .placebtn,
.return_list .placebtn,
.back-to-shoping {
    width: 390px;
    height: 50px;
    background: #1480C0;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    margin: auto;
    margin-top: 120px;
    cursor: pointer;
}

.accept-notice-wrap {
    width: 390px;
    height: 50px;
    margin: auto;
    cursor: pointer;
    text-align: center;
    margin-top: 40px;
}

.back-to-shoping {
    background: #fff;
    color: #1480C0;
    border: 1px solid #1480C0;
    display: block;
    margin: 20px auto;
}

.back-to-shoping:hover {
    text-decoration: none;
    color: #1480C0;
}

.checkout .cartbox-in h4,
.checkout .cartbox-in .p-size,
.checkout .cartbox-in .p-color {
    color: #000;
    text-align: left;
}

.checkout .cartbox-in {
    padding: 0;
}

.checkout .cartbox-in .boxgo {
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

.checkout .cartbox-wrap {
    padding-left: 10px;
    border-bottom: 2px solid #000;
}

.checkout .downbox {
    margin-top: 20px;
}

.checkout .downbox .p-dollar span {
    color: #000;
}

.checkout .total-del {
    text-align: right;
}

.checkout .block-in .bigtext {
    line-height: 23px;
}

.checkout .input-re1 {
    margin-top: 40px;
}

.checkout .input-re1 input[type="text"],
.checkout .input-re2 input[type="password"] {
    width: 100% !important;

}

.checkout .input-re1 input[type="text"]::-webkit-input-placeholder,
.checkout .input-re2 input[type="password"]::-webkit-input-placeholder {
    color: #000;
}

.checkout .input-re1>div {
    padding-left: 0px;
    padding-right: 35px;
}

.checkout .input-re2 .try1 {
    padding-left: 0;
    padding-right: 35px;
}

.checkout .input-re2 .try2 {
    padding: 0;
}

.checkout .species2>div,
.checkout .species1>div {
    padding: 0;
}

@media screen and (max-width:1350px) {
    .checkout .downbox .p-dollar {
        margin-bottom: 5px;
    }

    .checkout .downbox .p-dollar,
    .checkout .downbox .p-total {
        display: block;
        float: none;
    }

    .checkout .input-re1 input[type="text"] {
        font-size: 16px !important;
    }
}

@media screen and (max-width:1200px) {
    .checkout .input-re1>div {
        padding-right: 0;
    }
}

@media screen and (max-width:991px) {
    .checkout .sec1 {
        margin-bottom: 40px;
    }

    .checkout .placebtn {
        margin-top: 60px;
    }

    .checkout .rightbox {
        margin-top: 60px;
    }
}

@media screen and (max-width:767px) {

    .checkout .sec1 .three input[type="text"],
    .checkout .sec1 .four input[type="text"],
    .checkout .input-re2 input[type="password"] {
        width: 100%;
    }

    .checkout .sec1 .two input[type="text"] {
        width: 48%;
    }

    .checkout .input-re1>div {
        padding-right: 0;
    }

    .checkout .input-re2 .try1 {
        padding-right: 10px;
    }

    .checkout .input-re2 .try2 {
        padding-left: 10px;
    }
}

@media screen and (max-width:480px) {
    .checkout .placebtn {
        width: 100%;
    }

    .checkout .leftbox h3 {
        margin-bottom: 10px;
    }

    .checkout .sec1 {
        margin-bottom: 70px;
    }

    .checkout .sec1 .one {
        font-size: 13px;
    }

    .checkout .sec4 .one {
        line-height: 40px;
        margin-top: 0;
    }

    .checkout .sec1 .two input[type="text"],
    .checkout .sec1 .three input[type="text"],
    .checkout .sec1 .four input[type="text"],
    .checkout .underbox input[type="text"],
    .checkout .input-re2 input[type="password"] {
        font-size: 13px;
    }

    .checkout .sec1 .select1 select,
    .checkout .sec1 .select2 select {
        font-size: 13px;
        text-indent: 0px;
    }

    .checkout .placebtn {
        margin-top: 30px;
    }

    .checkout .sec1 .two input[type="text"] {
        width: 47%;
    }

    .back-to-shoping {
        width: auto;
    }
}

/* checkout_confirmation start */
.checkout_confirm p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin-bottom: 5px;
}

.checkout_confirm .sec1>div {
    margin-top: 30px;
}

.checkout_confirm .sec4 .one {
    border-bottom: none;
}

.checkout_confirm p.word3 {
    font-size: 13px;
}

@media screen and (max-width:480px) {
    .checkout_confirm p {
        font-size: 14px;
    }
}

/* checkout_confirmation end */

/* checkout thank and sorry  start*/
.checkout-thank h3 {
    color: #000;
    font-weight: 600;
}

.checkout-thank p {
    color: #000;
}

.checkout-thank p span {
    color: #1480C0;
}

.checkout-thank .btn {
    background: #1480C0;
    color: #ffffff;
    transition: 0.5s all;
}

/*.checkout-thank .btn:hover{
    background: #ffffff;
    color:#1480C0;
}
.checkout-sorry .btn:hover{
    background: #1480C0;
    color:#ffffff;
}*/
/* checkout thank and sorry  end*/

/* member  start*/
.member .know-wrap {
    margin-top: 100px;
    -webkit-overflow-scrolling: touch;
}

.member .knowin div {
    background: #ffffff;
    text-align: center;
    width: 185px;
    height: 185px;
    margin: auto;
}

.member .knowin div img {
    margin: 50px 0 30px 0;
}

.member .knowin p {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 28px;
    font-weight: 600;
}

.member .nav-wrap-2 {
    padding: 0;
}

.member .nav-wrap-2>div {
    margin-left: 0;
}

.member .nav-wrap-2 h3 {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 600;
}

.nav-wrap-all,
.nav-wrap-all2 {
    z-index: 999;
}

.nav-wrap-all ul,
.nav-wrap-all li {
    list-style: none;
}

@media screen and (max-width:991px) {
    .member .checknow {
        display: block;
    }

    .member .knowin div {
        margin-top: 30px;
    }

    .member .know-wrap {
        margin-bottom: 100px;
        overflow: auto;
        height: 60vh;
        margin-top: 30px;
    }

    .member .knowin p {
        padding-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .member .know-wrap {
        margin-top: 0;
    }

    .member .checknow {
        margin-top: 100px;
    }

    .member .knowin div {
        width: 90%;
        height: 100%;
    }

    .member .knowin div img {
        margin: 30px 0 30px 0;
    }

    .member .knowin {
        padding: 0;
    }

    .member .checknow {
        margin-top: 0;
    }
}

/* member  end*/

/* member_profile  start*/
.profile .downbox {
    padding: 0;
    margin-top: 130px;
}

.profile .downbox input[type="text"],
.profile .downbox input[type="password"] {
    width: 100%;
}

.profile .downbox .left {
    padding-right: 40px;
}

.profile .downbox>div {
    margin-top: 70px;
}

.profile .downbox .sex {
    color: #000;
    font-size: 16px;
    letter-spacing: ;
    line-height: 0.025em;
    font-weight: 300;
}

.profile .downbox .sex input[type="radio"] {
    margin-right: 10px;
}

.profile .downbox .male {
    margin-left: 140px;
}

.profile .downbox .birthout {
    position: relative;
}

.profile .downbox .birth {
    position: absolute;
    top: 5px;
    right: 5px;
}

@media screen and (max-width:820px) {
    .profile .downbox .male {
        margin-left: 30px;
    }
}

@media screen and (max-width:767px) {
    .profile .downbox .left {
        padding-right: 10px;
    }

    .profile .downbox {
        margin-top: 50px;
    }

}

@media screen and (max-width:480px) {

    .profile .downbox input[type="text"],
    .profile .downbox input[type="password"] {
        font-size: 13px;
    }

    .profile .downbox>div {
        padding: 0;
    }

    .profile .downbox .left {
        padding: 0;
    }

    .profile .outblock {
        padding: 0;
    }
}

/* member_profile end*/

/* retrun_detail start*/
.detail .num,
.detail .num1 {
    color: #1486C7;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 17px;
    font-weight: 600;
    margin: 0 10px;
}

.detail .num1 {
    font-weight: 300;
}

.detail .sec2 .onebox {
    border-bottom: none;
}

@media screen and (max-width:480px) {
    .detail .num1 {
        display: block;
        margin-left: 0;
    }
}

/* retrun_detail end*/

/* member_order start */

.order-list-table,
.wishlist-table,
.address-list-table {
    min-height: 400px;
}

.member-order {
    overflow: hidden;
}

.member-order .member-gotitle {
    position: relative;
}

.member-order .member-gotitle .search {
    position: absolute;
    top: 5px;
    width: 200px;
    right: 0;
    margin-top: 0px;
}

.member-order .member-gotitle h3 {
    background: #C85959;
    color: #ffffff;
    border-radius: 30px;
}

.member-order .table-re {
    border-top: none;
}

.member-order .member-order-table,
.member_cart .table>tbody>tr>td {
    -webkit-overflow-scrolling: touch;
}

.member-order .title {
    background: transparent !important;
}

.member-order .member-order-table th {
    background: transparent;
    text-align: center;
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 300;
    border-top: none;
    line-height: 20px;
}

.member-order .member-order-table td {
    text-align: center;
    font-size: 16px;
    color: #000000;
    vertical-align: middle !important;
    height: 100px;
    font-weight: 300;
}

.member-order .sub-btn-color {
    background: #666666 !important;
    color: #fff !important;
    width: 125px;
    height: 30px;
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 19px;
    font-weight: 300;

}

.member-order .watch-status:hover {
    /*opacity: 0.5;*/
}

.member-order .table-striped>tbody>tr {
    background: #FFFFFF !important;
    transition: 0.5s all;
}

.member-order .table-striped>tbody>tr:hover {
    background: #eeeeee !important;
}

.member-order .table-striped>tbody>tr th {
    cursor: default;
    border-bottom: 2px solid #000;
}

.member-order .table-striped>tbody>tr th:hover {
    background: none;
}

.member-order .member-order tr span {
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 21px;
    font-weight: 300;

}

.member-order tr .word {
    font-weight: 600;
}

.member-order .ship {
    background: #1480C0 !important;
}

.member-order .finish {
    background: #8CC63F !important;
}

.member-order .return {
    background: #000000 !important;
}

.member-order .btn-primary {
    border: none;
    cursor: auto;
}

.member-order .title {
    margin-bottom: 10px;
}

.member-order .search,
.wishlist .search {
    position: absolute;
    top: 20px;
    right: 10px;
}

.member-order .search input,
.wishlist .search input {
    background: #E3E3E3;
    border: none;
    outline: none;
    width: 200px;
    height: 45px;
    padding-left: 10px;
}

.member-order .search img,
.wishlist .search img {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}

@media screen and (max-width:767px) {

    .member-order .search,
    .wishlist .search {
        display: none;
    }
}

/* member_order end */

/* return_list start */
.return_list {
    overflow: hidden;
}

.return_list .table-out th {
    text-align: left;
}

.piaochecked {
    width: 28px;
    height: 24px;
    float: left;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 50px;
    text-align: center;
    background-image: url(../images/img131.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.on_check {
    background-position: 0 -24px;
}

.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.return_list .table .two div {
    margin-left: -10px;
}

/*.return_list .table .three, .return_list .table .four{
    text-align: left;
    padding-left: 15px;
}*/
.return_list .table-out .th1 {
    width: 8%;
}

.return_list .table-out .th2 {
    width: 27%;
}

.return_list .table-out .th3 {
    width: 10%;
    text-align: center;
}

.return_list .table-out .th4 {
    width: 10%;
    text-align: center;
}

.return_list .table-out .th5 {
    width: 10%;
    text-align: center;
}

.return_list .table-out .th6 {
    width: 27%;
}

.return_list .six {
    padding-top: 30px;
    text-align: left;
}

.return_list .six .select2 select {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.return_list .wordbox {
    width: 100%;
    height: auto;
}

.return_list .wordbox textarea {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 300;
    width: 100%;
    height: 90px;
    padding: 10px 12px;
}

.return_list .block2 h4,
.return_list .block3 h4 {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.return_list .block2 .div1 {
    margin: 50px 0 0 60px;
}

.return_list .block2 .div1 span {
    margin-left: 10px;
    margin-right: 30px;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: 300;

}

.return_list .block3 {
    margin-top: 70px;
}

.return_list .block3 h5 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.return_list .block3 p {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.return_list .block3 ul {
    margin-left: 50px;
}

.return_list .block3 ul li {
    list-style-type: disc;
}

.return_list .block3 .piaochecked {
    margin-top: 0;
    margin-left: -10px;
}

.return_list .downblock span {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.return_list .placebtn {
    margin-left: -80px;
    margin-top: 50px;
}

.return_list .placebtn a {
    color: #fff;
    text-decoration: none;
}

.return_list .table-out .th-res {
    width: 100%;
}

.return_list .table-out .table {
    min-width: 1200px;
}

@media screen and (max-width:991px) {

    /*.return_list .table-out .th6 , .return_list .five ,.return_list .six ,.return_list .table-out .th7{
        display: none;
    }*/
    .return_list .table-out .th6 {
        display: block;
        /*width: 100%;*/
        width: 350px;
    }

    .return_list .table-out .th7 {
        display: none;
    }

    .return_list .five {
        display: none;
    }

}

@media screen and (max-width:767px) {
    .return_list .placebtn {
        margin: auto;
        margin-top: 30px;
        width: 100%;
    }

    .return_list .block3 .piaochecked {
        margin-left: 0px;
    }
}

@media screen and (max-width:480px) {
    .return_list .downblock {
        padding-left: 0;
    }

    .return_list .downblock span {
        font-size: 13px;
    }

    .return_list .block3 p {
        margin-bottom: 0;
    }

    .return_list .m-t-70 {
        margin-top: 30px !important;
    }

    .return_list .m-t-80 {
        margin-top: 30px !important;
    }
}

/* return_list end */

/* return_confirm start */
.confirm .num {
    padding: 60px;
    padding-top: 70px;
    text-align: center;
}

.confirm .block2 h4 {
    margin-top: 40px;
}

/* return_confirm end */

/* member_wishlist start */
.wishlist .table-out th {
    text-align: center;
}

.wishlist .table-out .th4 {
    width: 25%;
}

.wishlist .table .three,
.wishlist .table .four {
    text-align: center;
}

.wishlist .table-out .cart-title {
    text-align: right;
    padding-right: 50px;
}

.wishlist .table .cart {
    text-align: right;
    padding-right: 50px;
    padding-top: 70px;
}

@media screen and (max-width:480px) {

    .wishlist .table .cart,
    .wishlist .table-out .cart-title {
        padding-right: 10px;
    }
}

/* member_wishlist end */

/* member_address_manager start */
.address_man th,
.address_man td {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}

.address_man .table>tbody>tr>td {
    padding: 30px 0;
}

.address_man .table>tbody>tr>.titleone {
    font-weight: 600;
    padding-left: 20px;
}

.address_man .table>tbody>tr .pen {
    padding-left: 15px;
}

.address_man .table>tbody>tr .trash {
    padding-left: 20px;
}

.address_man .search {
    width: 200px;
    height: 50px;
    background: #1480C0;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media screen and (max-width:767px) {

    .address_man .table>tbody>tr>td,
    .address_man .table-out th {
        padding-left: 40px;
    }

    .address_man .table>tbody>tr .pen {
        padding-left: 5px;
    }

    .address_man .search {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: 25px;
    }
}

/* member_address_manager end */

/* return_ok start */
.return_ok .login-wrap {
    width: 650px;
    margin-left: -325px;
}

.return_ok .login-wrap h3 {
    color: #000;
    font-weight: 600;
}

.return_ok .login-wrap p {
    color: #000;
}

.return_ok .login-wrap a {
    text-decoration: none;
}

.return_ok .login-wrap .wordbox {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 10px 0;
    margin-top: 20px;
}

.return_ok .login-wrap .wordbox p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin: 5px;
}

.return_ok .login-wrap .btn {
    background: #1480C0;
    color: #fff;
}

.return_ok .login-wrap .btn {
    margin-bottom: 200px;
}

@media screen and (max-width:767px) {
    .return_ok .login-wrap {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .login-ok .login-wrap p {
        font-size: 16px;
    }

    .return_ok .login-wrap .wordbox p {
        font-size: 14px;
    }

    .return_ok .login-wrap .btn {
        margin-bottom: 100px;
    }
}

@media screen and (max-width:480px) {
    .return_ok .login-wrap .email {
        display: block;
    }
}

/* return_ok end */

/* about_list start */
.swiper-wrapper .wrap-in {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 900px;
}

.swiper-wrapper .wrap-in h3 {
    color: #ffffff;
    font-size: 65px;
    letter-spacing: 0.2em;
    line-height: ;
    font-weight: 600;
    text-align: center;
}

.swiper-wrapper .wrap-in p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-top: 20px;
    line-height: 25px;
}

@media screen and (max-width:900px) {
    .swiper-wrapper .wrap-in {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 25px;
    }
}

@media screen and (max-width:767px) {
    .swiper-wrapper .wrap-in h3 {
        font-size: 40px;
        letter-spacing: 1px;
    }

    .swiper-wrapper .wrap-in p {
        font-size: 14px;
        line-height: 22px;
    }
}

/* about_list end */


/*contenter 結束*/

/*footer 開始*/

footer {
    height: 100px;
    border-top: 1px solid #1480C0;
    padding-top: 25px;
}

footer .left {
    float: left;
    padding-left: 20px;
}

footer .right {
    float: right;
}

footer .right li {
    float: right;
}

footer .right a,
footer .right p {
    color: #333;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 16px;
    font-weight: 600;
    margin-right: 25px;
    text-decoration: none;
    text-align: left;
}

footer .right li:last-child a {
    margin: 0;
}

footer .right a:hover {
    color: #1480C0;
}

footer .right p {
    font-size: 12px;
    text-align: right;
    font-weight: 300;
}

@media screen and (max-width:991px) {
    footer {
        height: auto;
        padding: 15px 0;
    }

    footer .right {
        margin-top: 10px;
        float: left;
        text-align: left;
        padding: 10px 0 0 20px;
    }

    footer .right li {
        float: none;
    }

    footer .right p {
        text-align: left;
    }
}

@media screen and (max-width:480px) {
    footer .right p {}
}

/*footer 結束*/


.product-series-container {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.product-series-container h3 {
    float: left;
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0 0 0 50px;
}

.product-series-container a {
    display: block;
    background: #fff;
    float: right;
    color: #8a8a8a;
    text-align: center;
    padding: 15px 50px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 50px 0 0;
    text-decoration: none;
}

.product-series-container a:hover {
    margin-top: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.totalbox-container {
    position: relative;
    bottom: 0;
    height: 500px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);

}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .3);
}

::-webkit-scrollbar-button {
    background-color: none;
}

::-webkit-scrollbar-corner {
    background-color: black;
}

.btn {
    border-radius: 0;
}

.free-edit-artboard {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    margin-top: -150px;
    background: #fff;
    min-height: 500px;
    word-wrap: break-word;
    padding: 40px 200px 50px 200px;
    text-align: center;
}

.free-edit-artboard ol,
.free-edit-artboard ol li {
    list-style: decimal;
}

.free-edit-artboard ul,
.free-edit-artboard ul li {
    list-style: disc;
}

.free-edit-artboard table {
    width: 100% !important;
}

.free-edit-artboard p img {
    max-width: 100% !important;
    /*    width: auto !important;*/
    height: auto !important;
    padding: 0;
    margin: 20px auto;
    /*    display: block;*/
}

.free-edit-artboard .fix_free_width {
    max-width: 800px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width:991px) {
    .free-edit-artboard {
        padding: 50px;
    }
}

@media screen and (max-width:480px) {
    .free-edit-artboard {
        padding: 20px;
    }
}

/* 修改start */
.ma_modify .member-order-table th,
.ma_modify .member-order-table td {
    text-align: left;
}

.ma_modify .pen,
.ma_modify .trash {
    padding-left: 20px;
}

.ma_modify .member-order-table .firstword {
    font-weight: 600;
}

.ma_modify .search {
    width: 200px;
    height: 50px;
    text-align: center;
    background: #1480C0;
    color: #ffffff;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 18px;
}

label {
    font-weight: 300;
}


/* 修改end */

.timeline-bg {
    width: 100%;
    overflow: hidden;
    height: 500px;
    text-align: center;
    padding: 0;
}

.timeline-bg img {
    width: auto;
}

.timeline-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    color: #fff;
}

.timeline-list .timeline-text h3 {
    font-size: 130px;
    line-height: 500px;
    font-weight: 600;
    padding: 0 40px;
    margin: 0;
    width: 100%;
    display: block;
    float: left;
    word-wrap: break-word;
}

.timeline-list .timeline-text p {
    width: 50%;
    display: block;
    font-size: 18px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding: 0 40px;
    right: 0;
}

#tri-invoice,
#tri-address,
#digi-invoice {
    display: none;
}

.login-ok .login-wrap.checkout-final p,
.login-ok .login-wrap.checkout-final h3 {
    color: #000;
}

/* race_header begin */
.raheader {
    position: fixed;
    top: 70px;
    height: 60px;
    background: #ffffff;
    width: 100%;
    z-index: 1100;
}

.raheader ul {
    float: right;
}

.raheader ul li {
    display: inline-block;
    margin-right: 30px;
}

.raheader .nav ul>.main-li>a {
    height: 60px;
    color: #4D4D4D;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 60px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

@media screen and (max-width:1200px) {
    .timeline-list .timeline-text h3 {
        font-size: 100px;
    }
}

@media screen and (max-width:991px) {
    .raheader li a {
        height: auto;
    }

    .timeline-list .timeline-text h3 {
        font-size: 72px;
        line-height: 100px;
        padding: 50px 0 0 50px;
    }

    .timeline-list .timeline-text p {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 0 30px;
        word-wrap: break-word;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .timeline-list .timeline-text h3 {
        font-size: 45px;
    }

    .raheader li a {
        height: auto;
    }

    .raheader {
        display: none;
    }

    .timeline-bg img {
        display: block;
        left: 50%;
        margin-left: -790px;
    }
}

@media screen and (max-width:480px) {
    .timeline-list .timeline-text h3 {
        line-height: 50px;
        font-size: 40px;
        padding: 30px 0 0 30px;
        margin-top: 30px;
    }

    .timeline-list .timeline-text p {
        font-size: 16px;
    }
}

/* race_header end */

/* race_index begin */
.race-index {
    position: relative;
}

.race-index .top-block {
    background: url("../images/img140.png") no-repeat !important;
}

.race-index .top-block .logo-txt {
    background: none;
}

.race-index .logo-txt h3 {
    color: #ffffff;
    font-size: 130px;
    line-height: 156px;
    font-weight: 600;
}

.race-index .logo-txt p {
    color: #ffffff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.race-index .four-box-wrap {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    padding: 0;
}

.race-index .up-mask {
    top: 35%;
}

.race-index .four-box {
    height: 250px;
    background-position: center center !important;
}

.race-index .four-box>div {
    position: relative;
    top: 20%;
}

.race-index .four-box-wrap .num1 {
    background: url("../images/img141.png") no-repeat;
}

.race-index .four-box-wrap .num2 {
    background: url("../images/img142.png") no-repeat;
}

.race-index .four-box-wrap .num3 {
    background: url("../images/img143.png") no-repeat;
}

.race-index .four-box-wrap .num4 {
    background: url("../images/img144.png") no-repeat;
}

.race-index .four-box-wrap .num2>div {
    top: 0%;
}

.race-index .four-box h4,
.race-index .four-box .sub-title {
    text-align: center;
}

.race-index .four-box h4 {
    color: #FFFFFF;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 43px;
    font-weight: 600;
}

.race-index .four-box .sub-title {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
}

.race-index .four-box .content {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    height: 90px;
    width: 100%;
    overflow: auto;
    text-overflow: ellipsis;
}

.race-index .four-box a {
    text-decoration: none;
}

.race-index .four-box .btnbtn {
    width: 180px;
    height: 45px;
    background: #ffffff;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width:1500px) {
    .race-index .four-box h4 {
        font-size: 22px;
    }

    .race-index .four-box .sub-title {
        font-size: 14px;
    }

    .race-index .four-box .content {
        font-size: 9px;
    }

    .race-index .four-box .btnbtn {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.race-index .section-2,
.race-index .section-4 {
    background: url("../images/img146.png") bottom no-repeat;
    padding-bottom: 50px;
}

.race-index .section-4 {
    height: 90vh;
}

.race-index .section-2 .word-wrap,
.race-index .section-4 .word-wrap {
    max-width: 820px;
    margin: auto;
    margin-top: 75px;
}

.race-index .section-2 h4,
.race-index .section-4 h4 {
    color: #1480B2;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
}

.race-index .section-2 h3,
.race-index .section-4 h3 {
    color: #1480B2;
    font-size: 120px;
    line-height: 114px;
    font-weight: 600;
    text-align: center;
}

.race-index .section-2 p,
.race-index .section-4 p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}

.race-index .section-3 {
    height: 100vh;
    margin-top: 150px;
}

.race-index .section-3 .content>div {
    position: relative;
    top: 5%;
    left: 27%;
    z-index: 99;
}

.race-index .section-3 h3 {
    color: #1480AB;
    font-size: 120px;
    line-height: 126px;
    font-weight: 600;
}

.race-index .section-3 p {
    width: 75%;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.race-index .swiper-container {
    width: 100%;
    height: auto;
}

.no-padding {
    padding: 0;
}

.race-index .swiper-button-prev,
.race-index .swiper-button-next {
    display: none;
}

.race-index .section-4 {
    background: url("../images/img147.png") no-repeat;
}

.race-index .section-4 .word-wrap {
    max-width: 1220px;
    margin-top: 140px;
}

.race-index .section-4 h3 {
    color: #ffffff;
}

.race-index .section-4 p {
    color: #ffffff;
    width: 85%;
    margin: auto;
    margin-top: 40px;
}

.race-index .section-5 {
    padding-top: 50px;
}

.race-index .section-5 .max-width {
    max-width: 1240px;
    margin: auto;
}

.race-index .section-5 .title {
    margin-bottom: 70px;
}

.race-index .section-5 .title h4 {
    color: #1480AA;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}

.race-index .section-5 .title p {
    color: #1480AA;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
}

.race-index .section-5 .block-wrap>div {
    margin-bottom: 60px;
}

.race-index .section-5 .block-wrap h5 {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 24px;
    font-weight: 300;
    margin-top: 30px;
}

.race-index .section-5 .block-wrap p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.race-index .section-5 .block-wrap span {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.race-index .section-6,
.race-index-2 .section-7 {
    height: 250px;
    background: #1480AD;
    padding-top: 60px;
}

.race-index .section-6 h4,
.race-index-2 .section-7 h4 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}

.race-index .section-6 p,
.race-index-2 .section-7 p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
}

.race-index .section-6 .inputbox,
.race-index-2 .section-7 .inputbox {
    left: 50%;
    margin-left: -280px;
    bottom: 40px;
}

.race-index .block-wrap img {
    width: 100%;
}

@media screen and (max-width:1700px) {
    .race-index .section-3 .content>div {
        left: 10%;
    }
}

@media screen and (max-width:1600px) {
    .race-index .go-box {
        position: relative;
        right: 0%;
    }
}

@media screen and (max-width:1200px) {

    .race-index .four-box-wrap .num1,
    .race-index .four-box-wrap .num2 {
        background-size: cover;
    }

    .race-index .four-box-wrap .num2>div {
        top: 3%;
    }

    .race-index .four-box .content {
        margin: 0;
    }

    .race-index .section-3 .content {
        margin-bottom: 30px;
    }

    .race-index .section-3 .content>div {
        left: auto;
    }

    .race-index .go-box {
        position: relative;
        right: auto;
    }

    .race-index .section-3 h3 {
        font-size: 80px;
        text-align: center;
    }

    .race-index .section-3 p {
        width: 100%;
        text-align: center;
    }

    .race-index .section-3 {
        margin-top: 50px;
        margin-bottom: 50px;
        height: auto;
    }

    .race-index .section-5 .block-wrap>div,
    .race-index .section-5 .block-wrap h5,
    .race-index .section-5 .block-wrap p {
        text-align: center;
    }

    .race-index .section-5 .block-in {
        text-align: center;
    }

    .race-index .fourbox-res .four-box-wrap {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .race-index .go-box {
        padding: 0;
    }

    .race-index .section-3 {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .race-index .logo-txt h3 {
        font-size: 60px;
        line-height: 80px;
        font-weight: 600;
    }

    .race-index .section-3 {
        margin: 0;
    }

    .race-index .section-3 h3 {
        font-size: 48px;
        line-height: 52px;
        margin-top: 30px;
    }

    .race-index .section-2 h3,
    .race-index .section-4 h3 {
        font-size: 60px;
        line-height: 64px;
    }

    .race-index .section-4 {
        height: auto;
    }

    .race-index .section-4 .word-wrap {
        margin-top: 30px;
    }

    .race-index .section-6 .inputbox,
    .race-index-2 .section-7 .inputbox {
        width: 350px;
    }

    .race-index .section-6 .inputbox input,
    .race-index-2 .section-7 .inputbox input {
        width: 300px;
    }

    .race-index .four-box {
        height: 150px;
        background-size: cover !important;
    }

    .s2 .swiper-slide img {
        width: 100%;
    }

}

@media screen and (max-width:480px) {
    .race-index .logo-txt p {
        font-size: 9px;
    }

    .race-index .section-2 p,
    .race-index .section-4 p,
    .race-index .section-3 p {
        font-size: 14px;
        line-height: 20px;
    }

    .race-index .section-4 h3 {
        font-size: 48px;
        line-height: 52px;
    }

    .race-index .section-4 p {
        margin-top: 20px;
    }

    .race-index .section-6 .inputbox,
    .race-index-2 .section-7 .inputbox {
        margin-left: 0px;
        position: absolute;
        margin: auto;
        margin-left: -175px;
    }

    .race-index .fourbox-res .four-box-wrap {
        display: block;
        position: relative;
    }

    .race-index .up-mask {
        display: flex;
        top: 0px;
        padding-top: 70px;
        align-items: center;
        height: 100%;
    }

    .race-index .up-mask .logo-txt {
        margin: 0px;
        height: auto;
    }

    .race-index .four-box h4 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .race-index .four-box .btnbtn {
        height: 30px;
        line-height: 30px;

    }

    .race-index .section-2,
    .race-index .section-4 {
        background-size: cover !important;
    }

    .race-index .checkline {
        display: none;
    }

    .race-index .section-2 .word-wrap h1 {
        margin: 0;
    }

    .race-index .section-2 .word-wrap h1 span {
        font-size: 48px !important;
        line-height: 50px;
    }

    .race-index .section-2 .word-wrap,
    .race-index .section-4 .word-wrap {
        margin-top: 30px;
    }
}

/* race_index end */

/* race_index_2 begin */
.race-index-2 .section-1 {
    padding: 0;
}

.race-index-2 .section-1>div {
    padding: 0;
}

.race-index-2 .slide-in p {
    color: #ffffff;
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
}

.race-index-2 .block-wrap {
    max-width: 750px;
    margin: auto;
}

.race-index-2 .block-wrap h4 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
}

.race-index-2 .block-wrap p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}

.race-index-2 .section-2 {
    padding-top: 50px;
}

.race-index-2 .section-3 h2 {
    color: #1480B2;
    font-size: 229px;
    line-height: 276px;
    font-weight: 600;
    position: relative;
    top: 100px;
}

.race-index-2 .section-3 .right-img {
    float: right;
}

.race-index-2 .section-3 .right-img p {
    margin-top: 10px;
}

.race-index-2 .section-4 .max-width {
    max-width: 1450px;
    margin: auto;
    margin-top: 170px;
}

.race-index-2 .section-4 .left-wrap {
    position: relative;
    right: 90px;
    top: 20px;
}

.race-index-2 .section-4 .left-wrap p {
    color: #1480B2;
    font-size: 80px;
    line-height: 82px;
    font-weight: 600;
}

.race-index-2 .section-4 .right-wrap>div {
    margin-bottom: 80px;
}

.race-index-2 .section-4 .datenum h3 {
    color: #1480B2;
    font-size: 123px;
    line-height: 148px;
    font-weight: 600;
    margin: 0;
}

.race-index-2 .section-4 .datenum p {
    color: #1480B2;
    font-size: 29px;
    line-height: 47px;
    font-weight: 600;
}

.race-index-2 .section-4 .detail {
    border-left: 1px solid #1480B2;
    padding-left: 60px;
}

.race-index-2 .section-4 .detail h4 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 43px;
    font-weight: 600;
    text-align: left;
}

.race-index-2 .section-4 .detail p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 20px;
}

.race-index-2 .section-4 .detail .btnbtn,
.news-wrap .wrap .btnbtn {
    width: 220px;
    height: 50px;
    background: #1480AD;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    margin: 40px 0 0 0;
}

.race-index-2 .section-5 {
    padding-top: 40px;
}

.race-index-2 .section-5 .max-width {
    max-width: 750px;
    margin: auto;
}

.race-index-2 .section-5 h3 {
    color: #1480AD;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.race-index-2 .section-5 p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.race-index-2 .section-5 .btnbtn {
    width: 220px;
    height: 50px;
    background: #1480AD;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin: auto;
}

.race-index-2 .section-6 {
    padding-bottom: 180px;
}

.race-index-2 .section-6 .max-width {
    max-width: 1300px;
    margin: auto;
    margin-top: 100px;
}

.race-index-2 .section-6 .max-width>div {
    padding: 0 25px;
}

.race-index-2 .section-6 .block-in {
    padding: 30px 40px;
    background: #F0F0F0;
}

.race-index-2 .section-6 .title h4 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 43px;
    font-weight: 600;
}

.race-index-2 .section-6 .title p {
    color: #1480AD;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 43px;
    font-weight: 600;
}

.race-index-2 .section-6 .content {
    margin-top: 50px;
}

.race-index-2 .section-6 .content p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.race-index-2 .up-mask .logo-txt {
    word-wrap: break-word;
}

@media screen and (max-width:1600px) {
    .race-index-2 .section-4 .left-wrap {
        position: static;
    }

    .race-index-2 .section-4 .left-wrap p {
        font-size: 60px;
    }
}

@media screen and (max-width:1400px) {
    .race-index-2 .section-3 h2 {
        font-size: 120px;
    }
}

@media screen and (max-width:1200px) {
    .race-index-2 .section-4 .max-width {
        margin-top: 70px;
    }

    .race-index-2 .section-4 .left-wrap p {
        font-size: 50px;
        margin: 0;
        text-align: center;
        line-height: 65px;
    }

    .race-index-2 .section-4 .right-wrap {
        margin-top: 50px;
    }
}

@media screen and (max-width:991px) {
    .race-index-2 .section-4 .datenum h3 {
        font-size: 60px;
        text-align: center;
        line-height: 70px;
    }

    .race-index-2 .section-4 .datenum p {
        font-size: 30px;
        text-align: center;
    }

    .race-index-2 .section-6 .title h4 {
        font-size: 30px;
    }

    .race-index-2 .section-6 .content {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .race-index-2 .section-1 {
        margin-top: 0px;
    }

    .race-index-2 .slide-in h2 {
        font-size: 60px;
        line-height: 40px;
    }

    .race-index-2 .slide-in p {
        font-size: 20px;
    }

    .race-index-2 .section-3 {
        margin-top: 70px;
    }

    .race-index-2 .section-3 h2 {
        font-size: 60px;
        line-height: 60px;
        top: 0px;
        text-align: center;
    }

    .race-index-2 .section-4 .max-width {
        margin-top: 30px;
    }

    .race-index-2 .section-6 .max-width>div {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .race-index-2 .section-4 .detail {
        padding: 0 15px;
        border-left: none;
    }

    .race-index-2 .section-4 .detail h4 {
        margin: 0;
        font-size: 20px;
        text-align: center;
    }

    .race-index-2 .section-4 .detail p {
        margin: 0;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .race-index-2 .section-4 .detail .btnbtn {
        margin: auto;
        margin-top: 20px;
    }

    .race-index-2 .section-4 .datenum h3 {
        line-height: 30px;
        font-size: 40px;
    }

    .race-index-2 .section-4 .datenum p {
        font-size: 20px;
        line-height: 32px;
        margin: 0;
    }

    .race-index-2 .block-wrap p {
        line-height: 24px;
    }

    .race-index-2 .section-3 .right-img {
        width: 100%;
        float: none;
    }

    .race-index-2 .section-3 .right-img img {
        width: 100%;
    }

    .race-index-2 .section-4 .left-wrap {
        text-align: center;
    }

    .race-index-2 .section-4 .left-wrap p {
        font-size: 40px;
        display: inline-block;
        padding-left: 10px;
    }
}

@media screen and (max-width:768px) {
    .race-index-2 .swiper-container {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

    .race-index-2 .swiper-container .swiper-slide img {
        width: 100%;
        height: auto;
        padding-top: 0;
    }
}

@media screen and (max-width:480px) {
    .race-index-2 .section-2 {
        padding-top: 30px;
    }

    .race-index-2 .section-3 h2 {
        font-size: 40px;
    }

    .race-index-2 .section-3 {
        margin-top: 10px;
    }

    .race-index-2 .section-5 {
        padding-top: 0px;
    }

    .race-index-2 .section-6 {
        padding-bottom: 50px;
    }

    .race-index-2 .section-6 .block-in {
        padding: 30px 20px;
    }

    .race-index-2 .section-6 .title h4 {
        font-size: 20px;
    }

    .race-index-2 .section-6 .title p {
        font-size: 18px;
        line-height: 20px;
    }

    .race-index-2 .slide-in h2 {
        font-size: 40px;
        word-break: break-word;
    }

    .race-index-2 .up-mask {
        left: 50%;
        margin-left: -220px;
        max-width: 440px;
    }

    .race-index-2 .section-4 .detail {
        padding: 0;
    }

    .race-index-2 .section-4 .right-wrap {
        padding: 0;
        margin-top: 20px;
    }

    .race-index-2 .datenum {
        padding: 0;
    }

    .race-index-2 .section-4 .right-wrap>div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:440px) {
    .race-index-2 .up-mask {
        margin-left: -200px;
        max-width: 400px;
    }
}

@media screen and (max-width:400px) {
    .race-index-2 .up-mask {
        margin-left: -185px;
        max-width: 370px;
    }
}

@media screen and (max-width:360px) {
    .race-index-2 .up-mask {
        left: 0;
        margin-left: 0;
    }
}

/* race_index_2 end */

/* race_article start */
.race_article {
    background: #CDCDCD;
}

.race_article .banner {
    height: 500px;
    padding: 0;
    position: relative;
    background: url("../images/img155.png") top center no-repeat;
    background-size: cover;
}

.race_article .banner .title {
    position: absolute;
    top: 200px;
    width: 100%;
}

.race_article .banner h3 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0.1em;
    line-height: 57px;
    font-weight: 600;
    text-align: center;

}

.race_article .banner p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
}

.race_article .max-width {
    max-width: 1560px;
    margin: auto;
    min-height: 500px;
    background: #ffffff;
    position: relative;
    top: -40px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 75px 0;
}

.race_article .left-wrap {
    height: 90%;
}

.race_article .left-nav {

    height: 100%;
}

.race_article .left-nav li {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 40px;
    cursor: pointer;
    list-style: none;
}

.race_article .right-wrap {
    border-left: 1px solid #1480AA;
    padding: 0 40px;
    min-height: 400px;
}

.race_article .right-wrap .btnbtn {
    width: 100%;
    height: 50px;
    background: #1480AA;
    text-align: center;
    padding-top: 10px;
}

.race_article .right-wrap .div-width {
    max-width: 460px;
    margin: auto;
}

.race_article .up-title {
    border-bottom: 1px solid #666666;
}

.race_article .up-title h3 {
    color: #000;
    font-size: 36px;
    letter-spacing: 0.5px;
    line-height: 43px;
    font-weight: 600;
    word-break: break-word;
    text-align: left;
}

.race_article .up-title p {
    color: #1480AA;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    word-break: break-all;
}

.down-block {
    padding: 10px 0;
    word-break: break-all;
}

.race_article .down-block ul {
    margin-top: 30px;
}

.race_article .down-block li {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.race_article .down-block .btnbtn {
    margin-top: 40px;
}

.race-social {
    max-width: 400px;
    margin: auto;
    padding-bottom: 150px;
}

.race-social .social-title h3 {
    color: #1480C0;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 43px;
    text-align: center;
    font-weight: 600;
}

.race-social .social-title p {
    color: #1480C0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-align: center;
}

.race-social .social-all {
    text-align: center;
    margin-top: 40px;
}

.race-social .social-all img {
    margin: 0 15px;
    cursor: pointer;
}

.race_article .edit-block table p {
    margin: 0.8em 0;
}

@media screen and (max-width:1200px) {
    .race_article .banner h3 {
        font-size: 36px;
    }

    .race_article .edit-block table {
        width: 100% !important;
    }
}

@media screen and (max-width:991px) {
    .race_article .banner h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .race_article .banner {
        height: 300px;
    }

    .race_article .banner h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .race_article .banner .title {
        top: 100px;
    }

    .race_article .left-wrap {
        height: auto;
    }

    .race_article .left-nav {
        height: auto;
    }

    .race_article .left-nav li {
        margin-bottom: 20px;
        text-align: left;
    }

    .race_article .max-width {
        padding-top: 30px;
    }

    .race_article .right-wrap {
        border: none;
    }

    .race_article .edit-block iframe {
        max-width: 100%;
    }
}

@media screen and (max-width:480px) {
    .race_article .up-title h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .race_article .up-title p {
        font-size: 20px;
    }

    .race_article .right-wrap .div-width {
        margin-bottom: 30px;
    }

    .race-social .social-title h3 {
        font-size: 25px;
    }

    .race-social .social-all {
        margin-top: 20px;
    }

    .race-social {
        padding-bottom: 50px;
    }

    .race_article .right-wrap {
        padding: 0 15px;
    }

    .race_article .right-wrap .edit-block {
        padding: 0;
    }
}

/* race_article end */


/* race_news start */

.news-wrap {
    height: 500px;
    position: relative;
}

.news-wrap .title h3 {
    color: #000;
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    text-align: left;
}

.news-wrap .wrap .word {
    margin-top: 30px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

@media (min-width: 991px) {
    .news-wrap .wrap .word {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

.news-wrap .wrap .max-width {
    max-width: 760px;
    margin: auto;
    margin-top: 80px;
}

.news-wrap .wrap .btnbtn {
    position: absolute;
    top: 365px;
    cursor: pointer;
}

.news-wrap .small-width {
    display: none;
}

.news-wrap .big-width {
    display: block;
}

@media screen and (max-width:991px) {
    .news-wrap {
        margin-top: 20px;
        margin-bottom: 50px;
        height: auto;
    }

    .news-wrap .small-width {
        display: block;
        padding: 0;
    }

    .news-wrap .small-width img {
        width: 100%;
    }

    .news-wrap .big-width {
        display: none;
    }

    .news-wrap .wrap .max-width {
        margin-top: 40px;
    }

    .news-wrap .wrap .btnbtn {
        margin: auto;
        margin-top: 50px;
        position: static;
        top: 0;
        bottom: 20px;
    }

    .news-wrap .wrap .word {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width:767px) {
    .news-wrap .title h3 {
        font-size: 50px;
        margin: 0;
    }

    .news-wrap .wrap .word {
        margin-top: 10px;
    }

    .news-wrap .wrap .word {
        font-size: 14px;
        line-height: inherit;
    }

    .news-wrap .wrap .max-width {
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .news-wrap .title h3 {
        font-size: 24px;
    }

    .news-wrap .title p {
        font-size: 25px;
        line-height: 25px;
    }

}

/* race_news end */

/* race_footer begin */
.race-footer .footer-social a {
    text-decoration: none;
}

.race-footer .footer-social img {
    margin-left: 20px;
    cursor: pointer;
}

.race-footer .right li {
    margin-right: 15px;
}

.race-footer .right ul {
    padding-right: 10px;
}

.race-footer .right p a {
    font-weight: 300;
    margin: 0;
}

.race-footer .left a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .race-footer .right li:first-child {
        margin-right: 5px;
    }

    .race-footer .right li:first-child a {
        margin-right: 0px;
    }

}

@media screen and (max-width:1200px) {
    footer .left img {
        width: 110px;
        height: auto;
    }

    footer .left .footer-social img {
        width: 20px;
        height: auto;
    }

    .race-footer .right p {
        margin-top: 10px;
    }

    .race-footer .right ul {
        display: flex;
        justify-content: flex-start;
        text-align: left;

    }
}

/* race_footer end */

/*產品新增tab start*/

.nav-tabs {
    border-bottom: 0px solid #000;
    border-top: 1px solid #000;
    padding: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-bottom: 2px solid #000;
    color: #000;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
    border: none;
    border-bottom: 2px solid #000;
}

.nav-tabs>li>a {
    padding: 10px;
    color: #000;
    border: none;
    transition: none;
    margin: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.default-blue-black {
    width: 220px;
    height: 50px;
    background: #1480C0;
    color: #ffffff;
    border: none;
    margin-top: 20px;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 50px;
}

.default-blue-black:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-decoration: none;
}

.input01 {
    height: 50px;
    width: 220px;
}

.step-input-title {
    font-size: 14px;
    line-height: 22px;
}

.well {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.edit-block {
    word-wrap: break-word;
    padding-right: 20px;
}

@media screen and (max-width:991px) {
    .ac_modify .article_content .banner h3 {
        font-size: 32px;
        margin: 0;
        line-height: 46px;
    }
}

@media screen and (max-width:480px) {
    .ac_modify .article_content .banner h3 {
        font-size: 28px;
        margin: 0;
        line-height: 32px;
        padding-bottom: 10px;
    }
}

.al_modify .article_list,
.mw_modify .article_list,
.mc_modify .article_list {
    overflow: hidden;
}

.rl_modify .word-box,
.mw_modify .word-box,
.mc_modify .word-box {
    display: inline-block;
}

.rl_modify .return_list .table .two div,
.mw_modify .return_list .table .two div,
.mc_modify .member_cart .table .two div {
    width: auto;
    margin-left: 20px;
}

.rl_modify .member_cart .table .two div,
.mw_modify .member_cart .table .two div,
.mc_modify .member_cart .table .two div {
    float: none;
}

.rl_modify .return_list .table .two .first-box,
.mw_modify .return_list .table .two .first-box,
.mc_modify .member_cart .table .two .first-box {
    min-width: 300px;
    margin-left: 0;
    overflow: hidden;
}

.ct_modify .login-wrap {
    height: auto;
    margin-bottom: 50px;
}

.pe_modify .entire .block2 .blockin,
.pe_modify .entire .block8 .blockin {
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 30px;
}

.index .swiper-container2 {
    width: 100%;
    height: 300px;
}

.pl_modify .product_list .banner {
    height: 400px;
    background-size: cover;
    background-position: right;
    margin-bottom: 15px;
}

.pl_modify .article_list .banner>div.all-product {
    top: 30%;
}

.pl_modify .product_list {
    padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .pl_modify .product_list .banner {
        background-position: 30%;
    }
}

@media screen and (max-width:2000px) {

    .pe_modify .entire .block1,
    .pe_modify .entire .block2,
    .pe_modify .entire .block3,
    .pe_modify .entire .block4,
    .pe_modify .entire .block10,
    .pe_modify .entire .block6,
    .pe_modify .entire .block7,
    .pe_modify .entire .block8,
    .pe_modify .entire .block9 {
        height: auto;
        padding-bottom: 20px;
    }

    .pe_modify .entire .block1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pe_modify .entire .block1 .blockin,
    .pe_modify .entire .block4 .blockin,
    .pe_modify .entire .block7 .blockin {
        padding-top: 20px 0;
    }

    .pe_modify .entire .block1,
    .pe_modify .entire .block4,
    .pe_modify .entire .block7 {
        min-height: 0px;
    }
}

@media screen and (max-width:1580px) {
    .entire .block1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width:767px) {
    .pe_modify .swiper-container.product-swiper {
        height: 350px;
    }

    .index .block4 .wrap2 {
        margin-top: 0;
    }

}

@media screen and (max-width:480px) {
    .pe_modify .entire .block2 {
        background-position: top center !important;
    }

    .pe_modify .swiper-container.product-swiper {
        height: 200px;
    }

    .pe_modify .block3 {
        height: 200px;
    }

    .pe_modify .entire .block1 {
        padding-bottom: 10px;

    }
}

.btnbtn {
    width: 220px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 50px auto;
    text-align: center;
    background: #1480AD;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.25s;
    letter-spacing: 0.5px;
    display: block;
}

.scroll_up_sensor {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.scroll_up_sensor {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 70px;
    cursor: pointer;
    z-index: 999;
}

.scroll_up {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/scroll_top.png) no-repeat;
    background-position: -7px -8px;
    top: 15px;
    left: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.registration-info {
    background: #EDEDED;
    margin: 20px 10px;
    padding: 20px;
}

.registration-info h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    word-break: break-all;
    text-align: left;

}

.registration-info p {
    font-size: 24px;
    font-weight: 600;
    color: #1480B2;
    letter-spacing: 1px;
    word-break: break-all;
}

.race-index-2 .notes {
    word-break: break-all;
}

@media screen and (max-width:767px) {
    .scroll_up_sensor {
        bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .registration-info h3 {
        font-size: 30px;
    }

    .registration-info p {
        font-size: 25px;
    }
}

.cancellation {
    min-height: calc(100vh - 100px);
    padding-top: 30vh;
}

.cancel h4 {
    font-size: 48px;
    letter-spacing: 0.2em;
    line-height: 57px;
    font-weight: 600;
    color: #1480C0;
}

.cancel p {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 21px;
    font-weight: 300;
    color: #1480C0;
}

.cancellation .inputbox {
    background: url(../images/img76.png) right 7px no-repeat;
    background-size: 15px auto;
    max-width: 300px;
    width: 90%;
    margin: 20px auto;
    padding-right: 30px;
}

.cancellation .inputbox span {
    text-align: left;
    display: block;
}

.cancellation .inputbox input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.cancellation .newsletter_p {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 36px;
    font-weight: 300;
}

@media screen and (max-width:767px) {
    .cancel h4 {
        font-size: 36px;
    }

    .index .swiper-container2 {
        height: auto;
    }

    .owl-carousel .owl-item img {
        height: auto !important;
    }

    .pl_modify .product_list .banner {
        height: 250px;
        background-position: 30%;
    }

    .pl_modify .product_list {
        padding-bottom: 0;
    }

    .pl_modify .article_list .banner>div.all-product {
        top: 15%;
        margin-top: 0;
    }

    .ma_modify .member-order .search {
        position: static;
        display: block;
        margin: auto;
        margin-top: 40px;
    }
}


.atm-info {
    border-top: 1px solid #000;
    width: 100%;
    margin: 30px 0 0 0;
}

.atm-info td,
.atm-info th {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 5px 0;
}

.atm-info h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #000;
    display: block;
    text-align: center;
    margin: 0;
}

.atm-info th {
    min-width: 120px;
    text-align: right;
}

.atm-info tr:nth-child(6) {
    color: #1480C0;
    font-weight: 600;
    background: #f1f1f1;
    padding: 10px;
}

.member_cart .cart-btn .blue-border-btn .view {
    border: 1px solid #1480C0;
    background: none;
    margin: 0;
}

.inputbox-title {
    width: 100%;
    position: absolute;
    top: 25%;
}

.inputbox-title h4,
.inputbox-title p {
    text-align: center;
}

.inputbox-title h4 {
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: ;
    font-weight: 600;
}

.inputbox-title p {
    color: #ffffff;
    font-size: 20px;
}

.fourbox-a {}

.box-image {
    text-align: center;
    padding: 40px 0;
}

.i-got-it {
    width: 250px;
    height: 50px;
    background: #1480C0;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    margin: 20px auto 40px auto;
    cursor: pointer;
}

.product_content .notice-box .sizebox-in {
    max-width: 400px;
    width: 90%;
    margin: 150px auto 0 auto;
}

.notice-box p {
    padding: 0 20px;
}

.product_content .sizebox.notice-box {
    background: rgba(0, 0, 0, 0.3);
}

.nav-notification {
    color: #fff;
    background: red;
    border-radius: 24px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: 20px;
}

.member .knowin div {
    position: relative;
}

.member .knowin .nav-notification {
    font-size: 16px;
    padding: 10px;
    line-height: 16px;
    border-radius: 32px;
    top: -10px;
    right: -10px;
    min-width: 36px;
}

@media screen and (max-width: 768px) {
    .product_content .notice-box .sizebox-in {
        max-width: 400px;
        width: 90%;
        margin: 50px auto 0 auto;
    }

    .product_content .sizebox-in .box-image img {
        width: 50px !important;
        height: auto !important;
    }

    .nav-notification {
        right: -5px;
    }

}

@media screen and (max-width: 480px) {
    .index-page .index-swiper-re {
        height: 100% !important;
    }

    .index-page .swiper-wrapper.cover-video .swiper-slide img {
        height: 100%;
        width: 100%;
    }

    .index-page .up-mask .logo-txt {
        margin-bottom: 0px;
        padding-top: 60px;
        line-height: normal;
    }

    .index-page .content-wrap-img .up-mask .logo-txt {
        margin-bottom: 65px;
        line-height: 55px;
    }
}

/*影音專區*/

.photo-and-video {
    background: #000;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 60px;
}

.pav-title {
    border: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.pav-title>li {
    float: none;
    display: inline-block;
    text-align: center;
}

.pav-title>li a {
    color: #fff;
    background: none;
    border-radius: 0;
    font-size: 36px;
    padding: 0 40px;
    opacity: 0.3;
}

.pav-title>li a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.pav-title>li.active a {
    opacity: 1;
    color: #fff;
}

.pav-title .middle-line {
    height: 50px;
    width: 1px;
    background: #fff;
    margin-bottom: -12px;
}

.pav-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
    margin: 50px 0;
}

.photo-swiper {
    padding-top: 50px;
}

.video-swiper .swiper-slide {
    width: 600px;
    height: 450px;
    margin: 50px 0;
}

.video-swiper .swiper-slide iframe {
    min-height: 450px;
}

.pav-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container.pav-swiper {
    height: 500px;
}

.pav-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.pav-swiper .swiper-pagination-bullet-active {
    background: #1480C0;
}

.photo-content {
    position: absolute;
    z-index: 2;
    top: 100px;
    background: #000;
    width: 100%;
}

@media screen and (max-width: 425px) {
    .pav-swiper .swiper-slide {
        width: 250px;
        height: 250px;
        margin: 50px 0;
    }

    .video-swiper .swiper-slide {
        width: 300px;
        height: auto;
        margin: 50px 0;
        padding: 20px 0;
    }

    .swiper-container.pav-swiper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .video-swiper .swiper-slide iframe {
        min-height: 200px;
    }
}



/*賽事新聞列表*/

.swiper-container.year-swiper {
    width: 100%;
    height: 45px;
    margin: 50px 0;
}

.year-swiper .swiper-slide {
    width: auto;
    text-align: center;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.year-swiper .swiper-slide a {
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0.03px;
    line-height: 24px;
}

.year-swiper .swiper-slide a.active {
    color: #1480AD;
}

.year-swiper .swiper-slide a:hover {
    text-decoration: none;
}

.race-search {
    margin: 50px 0;
    height: 45px;
    padding: 0 15px;
}

.race-search div {
    background: #E3E3E3;
}

.race-search input {
    width: calc(100% - 40px);
    border: none;
    background: none;
    vertical-align: middle;
    line-height: 45px;
}

.race-search input.search-img {
    width: 30px;
    height: 45px;
    background: url(../images/img99.png) center center no-repeat;
}



.rn-box img {
    width: 100%;
    height: 240px;
    object-fit: cover
}

.race-news-container {
    display: flex;
    flex-wrap: wrap;
}

.race-news-container>div {
    margin-bottom: 50px;
}

.race-news-container a:hover {
    text-decoration: none;
}

.race-news-container h4 {
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.41px;
    line-height: 20px;
    padding-top: 20px;
}

.race-news-container p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.01px;
    line-height: 22px;
    word-wrap: break-word;
}


@media screen and (max-width: 991px) {
    .race-search {
        margin: 30px 0;
    }

    .swiper-container.year-swiper {
        margin: 30px 0 0 0;
        margin-left: 0 !important;
    }

    .pack-product-list .colorbtn {
        margin-top: 15px;
    }
}


/*賽事新聞列表*/


/*加購商品頁*/

.pack-product-container {}

.pack-product-list {
    background: #f4f4f4;
    padding: 15px;
    margin: 0 0 15px 0;
}

.pack-product-list:last-of-type {
    margin: 0;
}

.pack-product-list>div {
    padding: 0px;
}

.pack-product-list>div>a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}


.product_content .pack-product-list .size select {
    font-size: 14px;
    background: url(../images/dropdown.png) no-repeat center right;
    height: 30px;
    line-height: 30px;
}

.product_content .pack-product-list .size {
    height: auto;
    width: 90%;
}

.pack-product-list .colorbtn {
    position: relative;
    top: auto;
    right: auto;
}

.pack-product-list .colorbtn>div {
    margin-left: 5px;
}

.pack-product-list .colorbtn p {
    float: left;
    line-height: 30px;
}

.cart-pack-list {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.cart-pack-list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 3px 0;
}

.cart-pack-list ul li a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.cart-pack-list ul li p {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.7px;
}

.cart-pack-box,
.checkout-pack-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}

.checkout-pack-box .cart-pack-list {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.checkout-pack-box .cart-pack-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.checkout-pack-box .cart-pack-list ul li a {
    color: #000;
}

.checkout-pack-box .cart-pack-list ul li p {
    color: rgba(0, 0, 0, 0.7);
}

.cartbox .cart-pack-box .downbox,
.checkout .checkout-pack-box .downbox {
    margin: 0;
}

.member_cart .table .two .pack-product-cart-title h3 {
    vertical-align: middle;
    margin: 0;
}

.pack-product-cart-title {
    display: flex;
    align-items: center;
}

.member_cart .table>tbody>tr>td.one.pack-product {
    border: none;
}

.pack-product-cart-title a img {
    height: 100px;
    width: auto;
    margin: 0 20px;
}

tr.cart-pack-product-info td {
    margin: 0 !important;
    padding: 5px 0 !important;
    vertical-align: middle !important;
}

.member_cart tr.cart-pack-product-info .numbox {
    height: auto;
    margin: 0;
}

.member_cart .table>tbody>tr>td {
    border: none;
    border-top: 1px solid #000;
}

.phone-top-wrap img {
    display: none;
}

.menu-btn {
    display: none;
}

.product_video iframe {
    width: 560px;
    height: 315px;
}

/*加購商品頁*/


@media screen and (max-width: 991px) {
    .product_video iframe {
        width: 100%;
        height: 315px;
    }

    .free-edit-artboard img {
        max-width: 100% !important;
        height: auto !important;
    }

    .product_content .pack-product-list .size {
        width: 100%;
    }

    .product_content .pack-product-list .size select {
        background: url(../images/dropdown.png) no-repeat center right 5px;
        padding-left: 0;
    }

    .menu-btn {
        width: 100%;
        height: 45px;
        background: #E3E3E3;
        margin-top: 20px;
        color: #000;
        font-size: 16px;
        letter-spacing: 0.025em;
        font-weight: 300;
        line-height: 45px;
        padding: 0 25px 0 25px;
        cursor: pointer;
        display: block;
        position: relative;
    }

    .menu-wrap {
        display: none;
    }

    .menu-arrow {
        position: absolute;
        top: 18px;
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .phone-top-wrap {
        margin-top: 80px;
    }

    .phone-top-wrap img:nth-child(1) {
        display: block;
    }

}

@media screen and (min-width: 1921px) {

    .timeline-list .xl_banner,
    .article_list .xl_banner,
    .article_content .xl_banner {
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .xl_banner_container img {
        width: 100%;
    }

    .race-index.xl_banner_container .section-2,
    .race-index.xl_banner_container .section-4 {
        background-size: cover;
        padding-top: 120px;
    }
}


table[align="center"] {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .edit-block table.table-responsive {
        width: 100%;
        border-color: #4a4a4a;
    }
}