* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow-x: hidden;
}

li {
    list-style: none;
}

input,
button {
    outline: none;
    border: none;
}

.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    transition: all 0.5s linear;
    background-color: rgba(252, 241, 234, 1) !important;
}

/* .menu {
    position: relative;
}

.nav>li {
    display: inline-block;
    position: relative;
}

.nav>li>a {
    margin-left: 59px;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
}

.nav>li>a h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 10px;
}

.nav>li>a h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
}

.nav>li:hover>a {
    color: rgba(166, 124, 96, 1);
}

.nav>li:hover>a>span {
    color: rgba(166, 124, 96, 1) !important;
}

.nav>li:hover>a>span {
    color: rgba(166, 124, 96, 1);
}

.nav a {
    color: #333;
    display: block;
    text-decoration: none;
}

.nav ul li {
    position: relative;
}

.nav>li:hover>ul {
    display: block;
}

.nav ul {
    min-width: 144px;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    -webkit-transition: display 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
    transition: display 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
}

.nav span {
    font-size: 20px;
    font-weight: bold;
    margin-top: -16px;
}

.nav>li>a {
    font-weight: 500;
}

.nav>li>ul>li>a {
    background-color: #fff;
    padding: 14px 20px;
}

.nav>li>ul>li:hover>a {
    background-color: rgba(166, 124, 96, 1);
    color: #fff;
}

.nav>li>ul>li>ul {
    left: 100%;
    top: 16px;
}

.nav>li:last-child>ul>li>ul {
    left: -100%;
    top: 0;
}

.nav>li>ul>li:hover>ul {
    display: block;
}

.nav>li>ul>li>ul>li>a {
    background-color: #fff;
    padding: 14px 20px;
} */

.logo {
    width: 50px;
}

.header {
    background-color: rgba(246, 246, 246, 0.88);   
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.about {
    padding-top: 47px;
    padding-bottom: 147px;
}

.logo-img {
    width: 40px;
}

.about img {
    width: 100%;
    max-width: 100%;
}
@media (max-width:992px) {
    .about img {
        width: 75%;
        margin: auto 12.5%;
    }
}
.about-text {
    padding: 0px 110px;
}

.about-text h2 {
    font-size: 47px;
    color: #404040;
    line-height: 62px;
    text-align: center;
}

.about .img-text {
    width: 159px;
    margin-top: 6px;
}

.about .line {
    width: 245px;
    margin-top: 8px;
}

.about p {
    font-size: 18px;
    color: #404040;
    line-height: 37px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 15%; /*100px*/
}

.about-more {
    padding: 0 15%;/*100px*/
}

.about-more a {
    width: 107px;
    height: 31px;
    background: #A67C60;
    border-radius: 4px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 31px;
}

.about-more a:hover {
    background-color: #000000;
}

.studio-title h2 {
    font-weight: normal;
    font-size: 47px;
    color: #404040;
    text-align: center;
}

.studio-subtitle {
    position: relative;
    margin-top: 16px;
}

.studio .studio-subtitle img {
    width: 392px;
}

.studio-subtitle::before {
    content: "";
    position: absolute;
    width: 87px;
    height: 2px;
    background: #626262;
    left: -126px;
}

.studio-subtitle::after {
    content: "";
    position: absolute;
    width: 87px;
    height: 2px;
    background: #626262;
    right: -126px;
}

.studio-list {
    margin-top: 38px;
    /* margin-bottom: 129px; */
}

.studio-item-content {
    /* width: 320px; */
    width: 100%;
    background: #FFFFFF;
    box-shadow: -5px 3px 18px 0px rgba(0, 0, 0, 0.31);
    border-radius: 8px;
}

.studio .studio-item-content .imgs {
    /* height: 275px; */
    padding: 20px;
}

.studio .studio-item-content .imgs img {
    height: 275px;
    object-fit: contain;
    object-position: center;
    transition: all 1s;
}

.studio .studio-item-content .imgs img:hover {
    transform: scale(1.1);
}

.studio .studio-name {
    /* height: 75px; */
    height: 100%;
    background: #F5E0DF;
    /* border-radius: 8px; */
    border-radius: 0 0 8px 8px;
    text-align: center;
    /* line-height: 75px; */
    padding: 20px 10px;
    font-size: 21px;
    color: #404040;
}

.studio-item:nth-child(1) .imgs img {
    width: 108px;
}

.studio-item:nth-child(2) .imgs img {
    width: 235px;
}

.studio-item:nth-child(3) .imgs img {
    width: 92px;
}
@media (max-width:768px) {
    .studio .studio-item-content .imgs {
        padding: 8px;
    }
    .studio .studio-item-content .imgs img {
        height: 120px;
    }    
    .studio .studio-name {
        padding: 10px 6px;
        font-size: 14px;
    }
}



.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title h2 {
    font-weight: 500;
    font-size: 47px;
    color: #404040;
}

.title .title-en {
    position: relative;
    margin-top: 16px;
}

.title .title-en::after {
    content: "";
    position: absolute;
    bottom: -19px;
    width: 69px;
    height: 3px;
    background: #404040;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.title1 {
    width: 145px;
}

.services-text {
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 0 240px;
}

.services-text p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #404040;
    line-height: 37px;
    margin-bottom: 20px;
}

/* .services-list {
    margin-bottom: 139px;
} */

.services-list>.row {
    flex-wrap: wrap;
}

.services-item {
    background: rgba(245, 224, 223, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
    padding: 0 !important;
    /* margin-bottom: 50px; */
    overflow: hidden;
    display: block;
    transition: all 1s;
}

/* .services-item .imgs {
    height: 254px;
} */

.services-item .imgs img {
    width: 100%;
}

.services-item:hover {
    transform: scale(1.04);
}

.services-item span {
    display: block;
    /* height: 90px; */
    /* line-height: 90px; */
    font-size: 25px;
    color: #080808;
    text-align: center;
}

.title2 {
    width: 178px;
}

/* .production {
    margin-bottom: 129px;
} */

.production-list {
    margin-top: 54px;
    flex-wrap: wrap;
}

.production-item {
    margin-top: 20px;
    padding: 0 10px !important;
}

.production-item img {
    width: 100%;
    transition: all 2s;
}

.production-item img:hover {
    transform: scale(1.08);
}

/* .clothes {
    margin-bottom: 103px;
} */

.clothes-list {
    margin-top: 55px;
}

.clothes-item-wrap {
    padding: 0 20px;
    position: relative;
}

.clothes-item img {
    width: 100%;
}

.clothes-item-wrap:hover {
    cursor: pointer;
}

.clothes-item-wrap:hover .mask {
    display: flex;
}

/* .mask {
    position: absolute;
    top: 0;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.26);
    width: calc(100% - 40px);
    height: 100%;
    color: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

.clothes-name p {
    margin-bottom: 0;
    font-size: 39px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
}

.clothes-item-wrap .mask a {
    width: 149px;
    height: 44px;
    background: #C7A782;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-top: 16px;
    display: block;
}

/* .news {
    margin-bottom: 98px;
} */

.title3 {
    width: 211px;
}

.news-list {
    margin-top: 67px;
    padding-top: 65px;
    padding-bottom: 65px;
    background-image: url(/assets/images/bg.png);
    background-size: 100% 100%;
}

.news-list>.container {
    /* margin-bottom: 65px !important; */
}

.news-img {
    position: relative;
}

.news-img>img {
    width: 100%;
}

.news-item h2 {
    font-weight: 400;
    font-size: 18px;
    color: #947956;
    line-height: 36px;
    /* margin-top: 22px;
    margin-bottom: 39px; */
    margin-top: 1vmax;
    margin-bottom: 2vmax;
}

.news-item>p {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 36px;
}

.news-item a {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 36px;
}

.news-item a:hover {
    color: #947956;
}

.news-item .text {
    width: 100%;
    height: 107px;
    position: absolute;
    left: 0;
    background-color: rgba(255, 0, 25, 0.29);
    background-size: 100% 100%;
    padding: 0 16px;
}
.news-item .text p{
    color: #ffffff;
}
.news-item .text>p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 4px;
}

.news-item .text>p:nth-child(2) {
    font-size: 22px;
    margin-bottom: 4px;
    text-align: center;
}

.default-more a,
.default-more button {
    width: 227px;
    height: 46px;
    background: #A67C60;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.52);
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    font-size: 23px;
    color: #FFFFFF;
}

.default-more a:hover,
.default-more button:hover {
    background-color: #000;
    color: #fff;
}

.news-link a {
    width: 143px;
    height: 26px;
    border-radius: 12px;
    border: 1px solid #AAAAAA;
    text-align: center;
    line-height: 22px;
}

.news-link a:hover {
    background-color: #000;
}

.title4 {
    width: 179px;
}

/* .comment {
    margin-bottom: 100px;
} */

.comment-list {
    margin-top: 87px;
    margin-bottom: 65px;
}

.comment-item {}

.comment-text {
    font-size: 15px;
    color: #0D0D0D;
    line-height: 30px;
}

.comment-item-content {
    padding: 41px 35px 54px 35px;
    border-radius: 8px;
    border: 1px solid #333333;
}

.comment-person img {
    width: 115px;
    height: 115px;
    margin-top: 31px;
    margin-bottom: 19px;
}

.comment-person h2 {
    font-weight: bold;
    font-size: 18px;
    color: #0D0D0D;
    line-height: 30px;
}

.comment-person h3 {
    font-weight: 400;
    font-size: 14px;
    color: #BFBFBF;
}

.comment-link a {
    width: 313px;
    height: 79px;
    background: #A67C60;
    border-radius: 14px;
    text-align: center;
    line-height: 79px;
    font-weight: bold;
    font-size: 27px;
    color: #FFFFFF;
}

.comment-link a:hover {
    background-color: #000;
    color: #fff;
}

.message {
    position: relative;
    padding-bottom: 72px;
}

.message-form {
    margin-top: 70px;
}

.label {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 2px;
}

.form-item {
    margin-bottom: 32px;
}

.form-item input {
    /* width: 202px; */
    /* height: 33px; */
    width: 100%;
    height: 46.8px;
    border: 1px solid #404040;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    padding: 0 10px;
}

.message .radio {
    margin-top: 10px;
    color: #404040;
    font-size: 16px;
}

.message .radio input {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    position: relative;
}

.message .radio input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1.2px solid #404040;
    border-radius: 50%;
}

.message .radio input:checked:after {
    content: "";
    width: 12px;
    height: 12px;
    text-align: center;
    background: rgba(142, 0, 0, 1);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    border-color: #404040;
}

.date input {
    width: 278px;
}

.message .checkbox {
    color: #404040;
    font-size: 16px;
}

.message .checkbox input {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    position: relative;
}

.checkbox-item,
.radio-item {
    margin-bottom: 4px;
}

.form-item .input input {
    width: 329px;
}

.form-item textarea {
    width: 331px;
    height: 235px;
    border: 1px solid #404040;
    border-radius: 3px;
    background: transparent;
}

.form-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-content .form-item {
    margin-bottom: 0;
}

.submit {
    margin-top: 65px;
}

.message .studio-title img {
    width: 467px;
}

.red {
    color: rgba(142, 0, 0, 1);
}

.checkbox-item {
    margin-bottom: 30px;
}

.top30 {
    margin-top: 30px;
}

footer {
    background: #F5E0DF;
    padding-top: 37px;
}

.footer-logo img {
    width: 76px;
}

.footer-web-name {
    margin-top: 16px;
}

.foot-content {
    border-bottom: 1px solid #433428;
}

.foot-content p {
    margin-bottom: 0;
    margin-top: 8px;
}

.footer-text {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #433428;
    line-height: 80px;
}

.foot-content {
    padding-bottom: 39px;
    color: rgba(67, 52, 40, 1);
}

.footer-icon {
    margin-top: 16px;
}

.foot-content p {
    text-align: center;
}

.icons img {
    width: 200px;
    margin-top: 24px;
}

.navbar {
    background-color: rgba(252, 241, 234, 1);
}

@media screen and (max-width: 576px) {
    /* .banner {
        margin-top: 70px;
    } */
    .about p {
        padding: 0 10px;
    }
    .about-more {
        padding: 0 10px;
    }
    .about-text {
        margin-top: 40px !important;
    }
    .studio-title h2,
    .title h2,
    .about-text h2 {
        font-size: 35px;
        text-align: center;
    }
    .studio .studio-subtitle img {
        width: 300px;
    }
    /* .studio-item {
        margin-bottom: 40px;
    } */
    .services-text {
        padding: 0 10px;
    }
    /* .services-list {
        margin-bottom: 100px;
    } */
    .production-item {
        width: 50% !important;
    }
    /* .news-item:not(:last-child),
    .comment-item:not(:last-child) {
        margin-bottom: 40px !important;
    } */
    .message .studio-title img {
        width: 300px;
    }
    .message-form-con {
        flex-direction: column;
    }
    .form-item input {
        width: 100%;
    }
    .message-form-con .col-lg-4 {
        width: 100%;
    }
    .foot-content {
        flex-direction: column;
    }
    .foot-content .col-lg-4 {
        margin-bottom: 40px;
    }
    .footer-text {
        line-height: 30px;
        padding: 20px 0;
    }
    .clothes-list {
        flex-direction: column;
        overflow: hidden;
    }
    /* .clothes-item-wrap {
        margin-bottom: 40px;
        width: 100vw !important;
    } */
    .clothes-item-wrap {
        padding: 0;
    }
    .services-item .imgs {
        height: inherit;
    }
}

@media screen and (min-width:577px) and (max-width:992px) {
    .logo-img {
        width: 50px;
    }
    /* .banner {
        margin-top: 90px;
    } */
    .about p {
        padding: 0 10px;
    }
    .about-more {
        padding: 0 10px;
    }
    .about-text {
        margin-top: 40px !important;
    }
    /* .studio-item {
        margin-bottom: 40px;
    } */
    .services-text {
        padding: 0 20px;
    }
    .services-item .imgs {
        height: inherit;
    }
    .production-item {
        width: 50% !important;
    }
    .title h2 {
        text-align: center;
    }
    /* .news-item,
    .comment-item {
        margin-bottom: 40px !important;
    }
    .clothes-item-wrap {
        margin-bottom: 40px;
        width: 100vw !important;
    } */
    .clothes-item-wrap {
        padding: 0;
    }
    .message-form-con {
        flex-direction: column;
    }
    .message-form-con .col-lg-4 {
        width: 100%;
    }
    .form-item input,
    .form-item textarea,
    .form-item .input input {
        width: 100%;
    }
    .foot-content {
        flex-direction: column;
    }
    .foot-content .col-lg-4 {
        margin-bottom: 40px;
    }
    .footer-text {
        line-height: 30px;
        padding: 20px 0;
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {
    .services-item .imgs {
        height: inherit;
    }
    .nav>li>a {
        margin-left: 30px;
    }
}