/* flex 弹性布局
------------------------------- */
.flex {
    display: flex;
}

.flex-auto {
    flex: 1;
}

.flex-row {
    display: flex;

    flex-direction: row;
}

.flex-column {
    display: flex;

    flex-direction: column;
}

.align-center {
    align-items: center;

}

.align-start {
    align-items: flex-start;

}

.align-end {
    align-items: flex-end;

}

.align-baseline {
    align-items: baseline;

}

.justify-center {
    justify-content: center;

}

.justify-left {
    justify-content: flex-start;

}

.justify-right {
    justify-content: flex-end;

}

.flex-center {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.flex-margin {
    margin: auto;
}

.flex-wrap {
    flex-wrap: wrap;

}

.pointer {
    cursor: pointer;

}

/* 省略号
------------------------------- */

.omit1 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.omit2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.omit3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.omit4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.omit5 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 宽高 100%
------------------------------- */
.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.vh100 {
    height: 100vh !important;
}

.max100vh {
    max-height: 100vh !important;
}

.min100vh {
    min-height: 100vh !important;
}


.el-pagination {
    --el-pagination-hover-color: var(--primary-color)
}

p {
    margin: 0;
}
a {
    color: #333333;
    text-decoration: none!important;

}
html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;

    --primary-color: #F5AC07

}

.el-carousel__button {
    width: 50px;
    height: 8px;
    background-color: var(--primary-color) !important;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 20px;
}

.el-carousel__button:before {
    content: '';
    z-index: 0;
    border-radius: 10px;


}


.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.header {
}


.header .shop {
    position: absolute;
    right: 0;
    bottom: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #28a13a;
}

.header .menu {
    min-width: 1200px;
}

.header .menu {
    min-width: 1200px;
}


.header .menu .menu-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 87px;

}

.header .menu .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex: 1;
    color: #3D3D3D;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-decoration: none;

}

.header .menu .menu-item .cate-item {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    z-index: 1;
    top: 40px;
    left: 0;
    right: 0;
    display: none;
}


.header .menu .menu-item .cate-item .cate-item-title {

    padding: 10px;

}

.header .menu .menu-item .cate-item .cate-item-title:hover {

    background-color: var(--primary-color);

}


.header .active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);

}

.header .menu .menu-item:hover:after {

    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: var(--primary-color);

}

.header .menu .menu-item:hover .cate-item  {

    display: flex;
    flex-direction: column;

}

.banner {
}

.banner-item {
    margin: 0 auto;

}

.banner-item.is-link {
    cursor: pointer;
}

.banner-pic {
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}


.main-content {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


.bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    background-color: #FAFAFA;

}

.bottom .title {
    font-size: 15px;
    font-weight: 400;
    color: #3D3D3D;
}


.bottom .content {
    position: relative;
    width: 1100px;
    margin: 0 auto;

}

.bottom .content .item-title {
    font-size: 14px;
    font-weight: 250;
    line-height: 40px;
}

.bottom .qrcode-content {
    position: absolute;
    right: -160px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: #01605c;*/
    padding: 10px 10px;
}

.bottom .qrcode .label {
    font-size: 13px;
    color: #01605c;
    /*padding-top: 0px;*/
    font-weight: bold;
}

.bottom .qrcode img {
    width: 115px;
    height: 115px;
}

.bottom .text {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #999;
}

.tab2 {

    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    width: 1100px;
    margin: 0 auto;

}

.tab2 .content {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.tab2 .content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    margin: 0 auto;
    background-color: var(--primary-color);

}

.tab2 .title {
    font-size: 24px;
}

.tab2 .sub-title {
    font-size: 16px;
    color: #999;
}

.pic {
    margin: 0 auto;
    font-size: 0;

}



.go-top-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    background-color: var(--primary-color);
    right: 20px;
    bottom: 40px;
    border-radius: 3px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.go-top-btn span {
    font-size: 25px;

}