@font-face {
    font-family: 'Aileron';
    src: url('/resource/fonts/aileron/Aileron-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSeason';
    src: url('/resource/fonts/the_seasons/The-Seasons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    /*font-size:12px;*/
}

body {
    font-family: "Aileron", "The Season", serif;
}

body.show-search-platform {
    overflow: hidden;
}


.search_platform {
    background: #fff;
    position: absolute;
    z-index: 1000001;
    left: 0;
    width: 100vw;
    /*top:12vh;*/
    height: 80vh;
    padding: 0 3rem;
    transition: bottom 1s ease;
    bottom: -2000px;
}
.search_platform .close_search_platform{
    float: right;
    color:#9E9D98;
    font-size:2rem;
}

.platform_vis {
    /*transition: visibility,opacity,height 0s ease 1s;*/
    visibility: hidden;
    opacity: 0;
    height:0;
}

.platform_show {
    visibility: visible;
    opacity: 1;
}

.search_platform input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    padding: 10px;
    border-bottom: 1px solid #0e0e0e;
    font-family: "The Season", "Aileron", serif;
}

.search_platform span {
    margin-top: 10px;
    display: block;
    font-family: "Aileron", "The Season", serif;
    font-size: 1.1rem;
    color: #9E9D98;
    text-align: center;
}

.show-search-platform .search_platform {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);

    transition: bottom 0.3s ease;
    bottom: 0;
}


.itme-zi {
    position: absolute;
    width: auto;
    display: none;
    background-color: rgba(230, 193, 184, 0.95);
    z-index: 99999;
    /*top: 160px;*/
    max-width: 870px;
    min-width: 770px;
    padding: 1rem;
    color: #fff;
}

.owl-carousel .item {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.owl-carousel .item:hover {
    background: #E6C1B8;
}

.owl-carousel .item:hover .box i, .owl-carousel .item:hover .box p {
    color: #fff;
}

.itme-zi a {
    transition: background-color 0.2s ease;
    color: #fff;
}

.itme-zi a:hover {
    background: #fff;
    color: #E6C0B8;
}

.item-zi-list ul li {
    /*margin-right:10px;*/
}

.item-zi-list ul li a {
    display: flex;
    align-items: center;
}

.item-zi-list ul li a span {
    /*margin-left:15px;*/
    font-size: 14px;
}

.slick-slide .box {
    display: flex;
    flex-wrap: revert;
    justify-content: center;
    align-items: center;
    color: #E6C0B8;
}

.slick-slide .box-active {
    background: #E6C1B8;
    color: #fff;
}

.slick-slide .box i {
    font-size: 4.6rem;
}

.slick-slide .box p {
    font-size: 0.9rem;
    /*font-weight: 600;*/
    max-width: 6vw;
}

/*.itme-zi:before {*/
/*    content: '';*/
/*    width: 0px;*/
/*    height: 0px;*/
/*    border-left: 30px solid transparent;*/
/*    border-right: 30px solid transparent;*/
/*    border-bottom: 20px solid rgba(230,193,184,0.9);*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: 20px;*/
/*}*/

.head_wrap {
    /*width: 100vw;*/
    /*padding:5px 0;*/
    /*box-sizing: border-box;*/
}

.head_wrap .top-menu-cash-rebate-button {
    background: #E1C896;
    color: #fff !important;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 10px;
    z-index: 99;
    border-radius: 20px;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.head_wrap .top-menu-cash-rebate-button:hover {
    background: #E6C1B8;

}

.head_wrap .head_top {
    padding: 0 1.25rem;
    font-size: 1rem;
}

.head_wrap .search-btn {
    font-size: 1.8rem;
}

.head_wrap .head_top .head_s1 a, .head_wrap .head_top .h_l_txt a {
    color: #9E9D98;
}

.head_wrap .head_top .head_s1 a:hover, .head_wrap .head_top .h_l_txt a:hover {
    color: #E6C1B8;
}


.head_wrap .head_top .head_left .h_l_icon {
    width: 20px;
    height: 20px;
}

.head_wrap .head_top .head_left .h_l_txt {
    font-size: 1rem;
    color: #9E9D98;
}

.head_wrap .head_top .head_right .head_s1 {
    font-size: 1rem;
    color: #9E9D98;
    text-decoration: underline;
    cursor: pointer;
}

.head_wrap .head_top .head_right .head_s2 {
    font-size: 18px;
    margin: 0 2px;
    color: #9E9D98;
}

.head_wrap .head_top .head_right .h_r_icon {
    height: 25px;
    margin-right: 5px;
}

.head_wrap .head_top .head_right .user_icon {
    width: 25px;
    margin-left: 5px;
}

.head_wrap .head_top i {
    color: #9E9D98;
}

.head_logo_wrap {
    display: flex;
    justify-content: space-between;
    /*padding: 1.2rem 1rem;*/
    align-items: center;
    /*border-bottom: 2px solid #ddd;*/
    position: relative;
}

.head_logo_wrap .logo {
    width: 12rem;
    margin-right: 3rem;
}

.head_logo_wrap .icon {
    display: none;
}

.head_logo_wrap .label_list {
    /*flex: 1;*/
    justify-content: space-between;

}

.head_logo_wrap .label_list .label_item {
    color: #000;
    font-size: 1.125rem;
    cursor: pointer;
    padding: 10px 0;

}

.head_logo_wrap .label_list .label_item:hover {
    color: #E6C1B8;
}

.head_logo_wrap .label_list .dropdown-menu {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

.head_logo_wrap .label_list .menu_list {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 1050px;
    flex-wrap: wrap;

}

.head_logo_wrap .label_list .menu_list .menu_item {
    width: 350px;
    color: #9E9D98;
    font-size: 16px;
    padding: 3px 20px;
    padding-left: 40px;
}

.head_logo_wrap .label_list .menu_list .menu_item:hover {
    color: #fff;
    background-color: #E6C1B8;
}

.menu_icon {
    width: 17px;
    overflow: hidden;
    margin-right: 10px;
}

.menu_icon img {
    width: 17px;
    filter: drop-shadow(#9E9D98 50px 0);
    transform: translateX(-50px);
}

.head_logo_wrap .label_list .menu_list .menu_item:hover .menu_icon img {
    filter: drop-shadow(#fff 50px 0);
    transform: translateX(-50px);
}

.head_logo_wrap .search {
    position: relative;
    margin-left: 1.25rem;
}

.head_logo_wrap .search input.scinput {
    width: 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    height: 40px;
    padding-left: 0;
    top: 0.5rem;
    border-bottom: 2px solid #E6C1B8;
    transition: all 0.5s;
}

.head_logo_wrap .search input.scinput::active {
    border: none;
}

.head_logo_wrap .search .btn {
    /*width: 48px;*/
    flex-shrink: 0;
}

.head_logo_wrap .search.show input.scinput {
    width: 200px;
    left: -200px;
    padding-left: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
}

/*.weddin-wrap {*/
/*    flex-direction: column;*/
/*}*/

/*.weddin-wrap .title {*/
/*    display: flex;*/
/*    margin-top: 1.25rem;*/
/*}*/

/*.weddin-wrap .pic {*/
/*    width: 100%;*/
/*    !*margin: 0;*!*/
/*}*/

/*.weddin-wrap .img-box {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/

/*.weddin-wrap .dec {*/
/*    width: 100%;*/
/*}*/

.nav_wrap {
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.nav_list_scroll {
    width: calc(100vw - 60px);
    /* overflow: hidden; */
    /* height: 500px; */
    position: relative;
    height: 100%
}

.nav_list {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.arrow_wrap {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    z-index: 111;
    flex-shrink: 0;
}

.nav_list .dropdown_wrap {
    height: 100%;
    display: inline-block;
    flex: 1;
    padding: 0 0.625rem;
    vertical-align: middle;
}

.nav_list .carousel-item {
    text-align: center;
}

.nav_list .nav_item {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* background-color: #ddd; */
}

.nav_list .carousel-inner {
    overflow: visible;
    width: 100%;
    height: 100%;
}

.nav_list .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}


.nav_list .nav_item.show {
    background-color: #E6C1B8;
}

.nav_list .nav_item .show_white {
    display: none;
}

.nav_list .nav_item.show .show_white {
    display: block;
}

.nav_list .nav_item.show .show_black {
    display: none;
}

.nav_list .nav_item .nav_icon {
    width: 120px;
}

.nav_wrap .arrow {
    width: 30px;
    cursor: pointer;
}

.nav_list .dropdown-menu {
    background-color: #E6C1B8;
    width: 1050px;
    border-radius: 0;
    margin-top: -5px !important;
}

.nav_list .menu_list {
    padding: 10px 0;
    background-color: transparent;
    flex-wrap: wrap;
}

.nav_list .menu_list .menu_item {
    width: 350px;
    color: #fff;
    font-size: 16px;
    padding: 3px 20px;
    cursor: pointer;
    padding-left: 40px;
}

.nav_list .menu_list .menu_item:hover {
    background-color: #fff;
    color: #E6C1B8;
}

.nav_list .menu_list .menu_item .menu_icon img {
    filter: drop-shadow(#fff 50px 0);
    transform: translateX(-50px);
}


.nav_list .menu_list .menu_item:hover .menu_icon img {
    filter: drop-shadow(#E6C1B8 50px 0);
    transform: translateX(-50px);
}


