<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.indexbg {
    padding: 50px 0;
}

.contitle {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.contitle_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all ease 0.3s;
    cursor: pointer;
}

.contitle_li i {
    font-size: 48px;
    color: #000;
    margin-bottom: 15px;
}

.contitle_li p {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.contitle_li:hover {
    -webkit-transform: perspective(2200px) rotateY(25deg);
    -moz-transform: perspective(2200px) rotateY(25deg);
    -ms-transform: perspective(2200px) rotateY(25deg);
    -o-transform: perspective(2200px) rotateY(25deg);
    transform: perspective(2200px) rotateY(25deg);
    transition: all ease 0.3s;
}

.contitle_li:hover i {
    color: #f00
}

.contitle_li:hover p {
    color: #f00
}

/* brand */

.brand {
    padding: 40px 0 40px 0;
}

.covercolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9;
}

.brand_img {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 53%;
    transition: all 0.35s ease;
    cursor: pointer;
}

.brand_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.35s ease
}

.brand_con {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 30px;
    z-index: 99;
}

.brand_con h2,
.brand_conmin h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.brand_con_end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.brand_con a,
.brand_conmin a {
    display: block;
    padding: 15px 30px;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    transition: all 0.35s ease
}

.brand_imgmin img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.35s ease;
    object-fit: cover;
}

.brand_imgmin {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 110%;
    cursor: pointer;
}

.brand_conmin {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 20px 10px;
    z-index: 99;
}

.brand_con a:hover,
.brand_conmin a:hover {
    background-color: #0058E6;
    border: 1px solid #0058E6;
    transition: all 0.35s ease
}

.brand_imgmin:hover img,
.brand_img:hover img {
    transform: scale(1.2);
    transition: all 0.35s ease
}

/* shop */
.shop {
    padding: 40px 0 40px 0;
}

.shopbox {
    background-color: #ECECEC;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.shopimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
    display: block;
}

.shopimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    height: 100%;
    object-fit: cover;
}

.shopbox h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.readmore {
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    background-color: #030048;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.shop_limove {
    position: relative;
    top: 0;
    transition: all 0.35s ease
}

.shop_li:hover .shop_limove {
    position: relative;
    top: -20px;
    transition: all 0.35s ease
}

.shop_li:hover .shopimg img {
    transform: scale(1.1);
    transition: all 0.35s ease
}

.readmore:hover {
    background-color: #fff;
    color: #030048;
    font-weight: bold;
    border: 1px solid #030048;
    transition: all 0.35s ease
}

.shop_title {
    background: url(../images/img9.jpg) no-repeat 50% 50%;
    background-size: 100%;
}

.shop_title_box {
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shop_title_box h3 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop_title_box p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 20px 0 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shopmore {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 50px;
    transition: all 0.35s ease
}

.shopmore span {
    font-size: 16px;
    color: #fff;
}

.shopmore i {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.shopmore:hover {
    background-color: #fff;
    margin-left: 30px;
    transition: all 0.35s ease
}

.shopmore:hover span,
.shopmore:hover i {
    color: #f2295b;
    transition: all 0.35s ease
}

/* indexbanner */
.fashion {
    background: url(../images/img6.jpg) no-repeat;
    padding: 80px 0;
}

.fashion_con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    overflow: hidden;
}

.fashion_con h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    line-height: 55px;
}

.fashion_con p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.fashion_con a {
    display: block;
    margin-top: 40px;
    border: 1px solid #fff;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff;
    transition: all 0.35s ease
}

.fashion_con a:hover {
    background-color: #fff;
    color: #030048;
    font-weight: bold;
    padding: 15px 70px;
    transition: all 0.35s ease
}

/* card */
.card {
    padding: 80px 0 40px 0;
}

.proshop {
    padding: 50px 0 40px 0;
}

.display {
    padding: 40px 0 80px 0;
}

.proshop_title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proshop_title h2 {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.proshop_title span {
    display: block;
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 40px;
}

.proshop_more {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.35s ease
}

.proshop_more p {
    font-size: 18px;
    color: #000;
}

.proshop_more i {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
}

.proshop_more:hover {
    margin-right: 40px;
    transition: all 0.35s ease
}

.proshop_more:hover p,
.proshop_more:hover i {
    color: #f2295b;
}

.card_back {
    background: url(../images/img14.png) no-repeat 50% 50%;
    background-size: 100%;
    padding: 20px;
}

.card_blur {
    background-color: rgba(255, 255, 255, 0.55);
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 20px;
}

.cardimg {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding-top: 100%;
}

.cardimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease
}

.card_blur h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.card_more {
    margin-top: 20px;
    display: block;
    padding: 10px 30px;
    background-color: #fff;
    color: #f2295b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease
}

.card_more p {
    font-size: 18px;
    font-weight: bold;
}

.card_more i {
    font-size: 18px;
    margin-left: 15px;
}

.card_blur:hover .cardimg img {
    transform: scale(1.1);
    transition: all 0.35s ease
}

.card_more:hover {
    background-color: #f2295b;
    color: #fff;
    transition: all 0.35s ease
}

/* hotproduct */

.display_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.display_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 66%;
}

.discover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.display_content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.display_content h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.display_content p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.display_content a {
    padding: 15px 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all 0.35s ease
}

.display_contenttwo {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.display_contenttwo h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display_contenttwo p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display_contenttwo a {
    padding: 15px 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all 0.35s ease
}

.display_contenttwo a:hover,
.display_content a:hover {
    background-color: #fff;
    color: #030048;
    transition: all 0.35s ease
}

/* fot_slogan */

.writetable {
    background: url(../images/img2.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.writetable_cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
}

.writetable_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.writetable_con h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 20px;
}

.writetable_con button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 20px 40px;
    background-color: #0058E6;
    border-radius: 10px;
    transition: all 0.35s ease
}

.writetable_con i {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}

.writetable_con p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.writetable_con button:hover {
    padding: 20px 70px;
    transition: all 0.35s ease
}

/* footer */
.footer {
    background-color: #02225B;
    padding: 30px 0 0 0;
}

.footer_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 50px 0;
    border-top: 1px solid #fff;
}

.footer_bd a {
    font-size: 14px;
    color: #fff;
}

.footer_hd {
    padding: 30px 0 30px 0;
}

.footer_logo {
    display: block;
    margin-bottom: 20px;
}

.footer_logo img {
    vertical-align: middle;
    max-height: 160px;
    width: 100%;
    object-fit: cover;
}

.footer_hd_left p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footerway {
    margin-top: 25px;
}

.footerway {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footerway a {
    display: block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    line-height: 35px;
    text-align: center;
    transition: all 0.35s ease;
    background-color: #fff;
}

.footerway a i {
    font-size: 16px;
    color: #02225B;
    text-align: center;
    display: block;
}

.footerway a:hover {
    transform: scale(0.9);
    transition: all 0.35s ease
}

.footer_one h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_one a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_one a:hover {
    color: #d60000;
}

.callway {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.callway i {
    font-size: 16px;
    color: #d60000;
    margin-right: 10px;
}

.callway p {
    font-size: 16px;
    color: #fff;
}

.footer_bd {
    border-top: 1px solid #444;
    padding-top: 30px;
    margin-top: 30px;
}

.footer_bdtxt {
    color: #fff;
    text-align: center;
}

.footer_bdtxt a {
    font-size: 16px;
    color: #d60000;
    text-align: center;
    display: inline-block;
}

@media (max-width:576px) {
.contitle_li p {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.writetable_con p {
 display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.readmore {
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    background-color: #030048;
    display: block;
    margin-top: 30px;
    text-align: center;
}
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .shop_title {
        margin-top: 20px;
    }

    .fashion_con {
        width: 100%;
    }

    .fashion_con h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .indexbg {
        padding: 20px 0
    }

    .shop {
        padding: 0 0;
    }

    .proshop_title {
        display: block;
    }

    .proshop_title h2 {
        font-size: 30px;
    }

    .proshop_more {
        justify-content: start
    }

    .proshop_title span {
        width: 100%;
        margin: 0 0;
    }

    .card_right {
        margin-top: 30px;
    }

    .proshop_title h2 {
        padding-bottom: 20px;
    }

    .display_content h2,
    .display_contenttwo h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .display_content p,
    .display_contenttwo p {
        display: none;
    }

    .writetable_con h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .writetable_con button {
        border-radius: 0;
    }

    .display_box {
        margin-bottom: 20px;
    }

    .shopbox {
        margin-bottom: 10px;
    }

    .brand {
        padding: 30px 0;
    }

    .brand_box {
        margin-bottom: 20px;
    }

    .footer_one {
        margin-top: 20px;
    }

    .footer_hd {
        padding: 10px 0;
    }
}

@media (min-width:576px) and (max-width:768px) {
.writetable_con p {
 display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .shop_title {
        margin-top: 20px;
    }

    .fashion_con {
        width: 100%;
    }

    .fashion_con h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .indexbg {
        padding: 20px 0
    }

    .shop {
        padding: 0 0;
    }

    .proshop_title {
        display: block;
    }

    .proshop_title h2 {
        font-size: 30px;
    }

    .proshop_more {
        justify-content: start
    }

    .proshop_title span {
        width: 100%;
        margin: 0 0;
    }

    .card_right {
        margin-top: 30px;
    }

    .proshop_title h2 {
        padding-bottom: 20px;
    }

    .display_content h2,
    .display_contenttwo h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .display_content p,
    .display_contenttwo p {
        margin: 0 0 20px 0;
    }

    .writetable_con h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .writetable_con button {
        border-radius: 0;
    }

    .display_box {
        margin-bottom: 20px;
    }

    .shopbox {
        margin-bottom: 10px;
    }

    .brand {
        padding: 30px 0;
    }

    .brand_box {
        margin-bottom: 20px;
    }

    .footer_one {
        margin-top: 20px;
    }

    .footer_hd {
        padding: 10px 0;
    }
}


@media (min-width:768px) and (max-width:992px) {
.writetable_con p {
 display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .footer_one {
        margin-top: 20px;
    }

    .footer_hd {
        padding: 10px 0;
    }

    .display_content h2,
    .display_contenttwo h2 {
        font-size: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .display_content p,
    .display_contenttwo p {
        margin: 5px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 24px;
    }
    .proshop{
        padding: 30px 0;
    }
    .proshop_title {
        display: block;
    }

    .proshop_title h2 {
        font-size: 30px;
    }

    .proshop_more {
        justify-content: start
    }
    .proshop_title span{
        width: 100%;
        margin: 0 0;
    }
    .card_right {
        margin-top: 30px;
    }

    .proshop_title h2 {
        padding-bottom: 20px;
    }
    .fashion_con{
        width: 80%;
    }
    .brand_box{
        margin-bottom: 20px;
    }
    .brand{
        padding:30px 0
    }
    .shop{
        padding: 0 0;
    }
    .indexbg{
        padding: 30px 0;
    }


}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .fashion{
        background: url(../images/img6.jpg) no-repeat right;
    }
    .proshop_title h2{
        font-size:30px
    }
    .card_blur h3{
        font-size:24px
    }
    .shop_title{
        background: url(../images/img9.jpg) no-repeat top;
    }
    .shop_title_box h3{
        font-size:24px
    }
    .shop_title_box{
        padding: 15px 5px;
    }
    .brand_conmin{
        padding: 0 15px;
    }

    .brand_con a, .brand_conmin a{
        padding: 10px 10px;
        display: inline-block;
    }
    .brand_con h2, .brand_conmin h2{
        font-size:24px;
        font-weight: bold;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .fashion{
        background: url(../images/img6.jpg) no-repeat right;
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .fashion{
        background: url(../images/img6.jpg) no-repeat right;
    }
}
.mySwiper2 .swiper-wrapper{
    align-items: center;
}</pre></body></html>