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

@font-face {
    font-family: 'DancingScript-Bold';
    src: url('../../fonts/DancingScript-Bold.otf');
}

@font-face {
    font-family: 'DancingScript-Regular';
    src: url('../../fonts/DancingScript-Regular.otf');
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow-x: hidden;
   
}

li {
    list-style: none;
}

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

.banner {
    padding: 0 20px;
}

.banner img {
    width: 100%;
}

.menu {
    position: relative;
}

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

.nav>li>a {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    color: RGBA(172, 143, 110, 1);
}

.nav>li:hover>a {
    color: rgba(67, 52, 40, 1);
}

.nav>li:hover>a>span {
    color: rgba(67, 52, 40, 1) ;
}

.nav>li:hover>a>span {
    color: #c7161d;
}

.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;
}

.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(172, 143, 110, 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: 68px;
}

.header {
    background-color: rgba(246, 246, 246, 0.88);
    padding: 20px 0px;
}

.abouts {
    padding: 40px 20px;
}

.abouts img {
    width: 100%;
}

.abouts-content {
    background: #F3F1E9;
}

.abouts-content .col-6 {
    padding: 0;
}

.line {
    width: 245px !important;
    height: 1px;
}

.abouts h1 {
    font-size: 51px;
    font-weight: 400;
    color: #C7A782;
    line-height: 62px;
}

.abouts h2 {
    font-size: 31px;
    font-weight: 400;
    color: #C7A782;
    line-height: 38px;
    font-family: 'DancingScript-Regular';
}

.abouts p {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #C7A782;
    line-height: 37px;
    margin-bottom: 0;
    padding: 0 100px;
}

.dress {
    padding-top: 70px;
    padding-bottom: 100px;
}

.title2>.head-main {
    font-size: 47px;
    font-weight: 400;
    color: #C7A782;
    text-align: center;
}

.title2>.head-sub {
    position: relative;
    font-size: 31px;
    font-weight: 400;
    color: #C7A782;
    font-family: 'DancingScript-Regular';
    text-align: center;
    display: flex;
    align-items: center;
}

.title2>.head-sub::before {
    content: "";
    position: absolute;
    left: -120px;
    background: #C7A782;
    width: 87px;
    height: 1.7px;
}

.title2>.head-sub::after {
    content: "";
    position: absolute;
    right: -120px;
    background: #C7A782;
    width: 87px;
    height: 1.7px;
}

.dress-list {
    margin-top: 80px;
}

.dress-item .imgs {
    height: 100px;
}

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

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

.dress-item:nth-child(3) .imgs img {
    width: 60px;
}

.dress-item a {
    margin-top: 57px;
    background: #C7A782;
    border-radius: 29px;
    width: 320px;
    height: 50px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.dress-item a:hover {
    color: #fff;
    background-color: #000;
}

.production {
    background: #F3F1E9;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.title .head-main {
    font-size: 47px;
    font-weight: 500;
    color: #AC8F6E;
    text-align: center;
}

.title .head-sub {
    position: relative;
    font-family: 'DancingScript-Bold';
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #AC8F6E;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

/* .title .head-sub::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 69px;
    height: 3px;
    background: #AC8F6E;
} */

.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);
}

.services {
    padding: 80px 20px;
}

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

.services-item-wrap {
    padding: 0 20px;
}

/* .services-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
} */

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

.services-info {
    padding: 20px 24px 27px 24px;
}

.services-info .name>span {
    font-size: 22px;
    color: white;
    line-height: 42px;
}

.services-info .name>img {
    width: 80px;
}

.services-info .desc {
    margin-top: 16px;
}

.services-info .desc p {
    margin-bottom: 0;
    font-size: 19px;
    color: #616060;
    line-height: 26px;
}

.services-info .prices {
    margin-top: 10px;
}

.services-info .prices span {
    color: #C7A782;
    line-height: 42px;
}

.services-info .prices span:nth-child(1) {
    font-size: 19px;
}

.services-info .prices span:nth-child(2) {
    font-size: 25px;
}

.clothes {
    padding-top: 129px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F3F1E9;
}

.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;
}

.message {
    padding-top: 85px;
    padding-bottom: 60px;
}

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

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

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

.form-item input {
    width: 202px;
    height: 33px;
    border: 1px solid #9E7C5D;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    padding: 0 10px;
}

.message .radio {
    margin-top: 10px;
    color: #9e7c5d;
    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 #9e7c5d;
    border-radius: 50%;
}

.message .radio input:checked:after {
    content: "";
    width: 12px;
    height: 12px;
    text-align: center;
    background: #9e7c5d;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    border-color: #9e7c5d;
}

.date input {
    width: 278px;
}

.message .checkbox {
    color: #9e7c5d;
    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 #9E7C5D;
    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: 35px;
}

.submit button {
    width: 238px;
    height: 48px;
    background: #a89072;
    border-radius: 21px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}

footer {
    background: #E8DFD5;
    padding-top: 48px;
}

.footer-logo img {
    width: 200px;
    max-height: 200px;
    object-fit: contain;
}

.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;
}

.bottom30 {
    margin-bottom: 30px;
}

.top20 {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .banner {
        padding: 0;
    }
    .logo-img {
        width: 40px;
    }
    .abouts-content {
        flex-direction: column;
    }
    .abouts {
        padding: 40px 0;
    }
    .abouts .col-6 {
        width: 100%;
        margin-top: 20px;
    }
    .abouts h1,
    .title>.head-main,
    .title2>.head-main {
        font-size: 36px;
    }
    .abouts h2,
    .title>.head-sub,
    .title2>.head-sub {
        font-size: 24px;
    }
    .line {
        width: 200px !important;
    }
    .abouts p {
        padding: 20px 20px;
    }
    .title2>.head-sub::before,
    .title2>.head-sub::after {
        display: none;
    }
    .dress-list {
        flex-direction: column;
    }
    .dress-item {
        width: 100% !important;
        margin-bottom: 60px;
    }
    .dress-item a {
        padding: 0 20px;
        width: auto;
        height: 44px;
        font-size: 18px;
        line-height: 44px;
    }
    .dress {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .production-list .col-3 {
        width: 50% !important;
    }
    .services {
        padding: 50px 20px;
    }
    .services-list {
        flex-direction: column;
    }
    .services-item-wrap {
        margin-bottom: 40px;
    }
    .clothes {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .clothes-list {
        flex-direction: column;
    }
    .clothes-item-wrap {
        margin-bottom: 40px;
    }
    .message-form .message-form-con {
        flex-direction: column;
    }
    .message-form .col-lg-4 {
        width: 100%;
        margin-bottom: 40px;
    }
    .foot-content {
        flex-direction: column-reverse;
    }
    .foot-content>.col-lg-4 {
        margin-top: 20px;
        font-size: 20px;
    }
    .form-content .form-item {
        margin-bottom: 32px;
    }
    .dress-item .imgs img {
        width: 200px !important;
    }
    .dress-item .imgs {
        height: 300px;
    }
    .abouts p {
        font-size: 20px;
    }
}

@media screen and (min-width:577px) and (max-width:820px) {
    .abouts-content {
        flex-direction: column;
    }
    .abouts {
        padding: 40px 0;
    }
    .abouts .col-6 {
        width: 100%;
        margin-top: 20px;
    }
    .abouts h1,
    .title>.head-main,
    .title2>.head-main {
        font-size: 36px;
    }
    .abouts h2,
    .title>.head-sub,
    .title2>.head-sub {
        font-size: 24px;
    }
    .dress-list {
        flex-direction: column;
    }
    .dress-item {
        width: 100% !important;
        margin-bottom: 60px;
    }
    .dress-item a {
        padding: 0 20px;
        width: auto;
        height: 44px;
        font-size: 24px;
        line-height: 44px;
    }
    .dress {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .production-list .col-3 {
        width: 50% !important;
    }
    .services {
        padding: 50px 20px;
    }
    .services-list {
        flex-direction: column;
    }
    .services-item-wrap {
        margin-bottom: 40px;
    }
    .clothes {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .clothes-list {
        flex-direction: column;
    }
    .clothes-item-wrap {
        margin-bottom: 40px;
    }
    .message-form .message-form-con {
        flex-direction: column;
    }
    .message-form .col-lg-4 {
        width: 50%;
        margin-left: 25%;
        margin-bottom: 40px;
    }
    .foot-content {
        flex-direction: column-reverse;
        font-size: 24px;
    }
    .foot-content .col-lg-4 {
        margin-top: 20px;
    }
    .label {
        font-size: 26px;
    }
    .form-item input {
        width: 300px;
    }
    .message .checkbox {
        font-size: 24px;
    }
    .form-content .form-item {
        margin-bottom: 32px;
    }
    .dress-item .imgs img {
        width: 200px !important;
    }
    .dress-item .imgs {
        height: 300px;
    }
    .abouts p {
        font-size: 24px;
    }
    .abouts-content {
        padding: 20px 0;
    }
}

@media screen and (min-width:821px) and (max-width:992px) {}