@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('../../../static/fonts/AlibabaPuHui/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf') format('truetype'); /* 也可以是其他格式，如 'woff', 'woff2' */
}

@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('../../../static/fonts/AlibabaPuHui/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('../../../static/fonts/AlibabaPuHui/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf') format('truetype');
    font-weight: bold;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Alibaba_PuHuiT';
}
p{
    line-height: 25px;}
body {
    background: #f5f5f5;
    font-size: 12px;
    color: #333;
}

.container {
    transition: all .3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}

img {
    max-width: 100%;
}

.w12 {
    /*width: 1200px;*/
    margin: auto;
}

a {
    color: inherit;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.flex-box-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

img {
    max-width: 100%;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.white-bg {
    background: #fff;
}


select {
    font-size: 16px;
    color: #333;
}

/* 修改 placeholder颜色 */
select.placeholder, input::placeholder {
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}

select option {
    font-family: "Rub-Rag";
    color: #333;
}


.img-collect {
    position: absolute;
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(40px);
}

.img-luck {
    display: block;
    position: absolute;
    z-index: 3;
    font-size: 30px;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    right: 10px;
    bottom: 10px;
}

/* .img-collect::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.14);
    filter: blur(10px);
} */
.img-collect em {
    position: relative;
    font-size: 22px;
    z-index: 10;
}

.img-collect:hover em::before {
    content: "\e8f5";
}

.container-title .view-more-btn {
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #E21818;
    text-align: center;
}

.color-primary {
    color: #E21818 !important;
}

.container-title .view-more-btn:hover {
    background: #f8e8e7;
}

.header {
    position: sticky;
    top: -131px;
    z-index: 500;
}

.page-header {
    padding: 0px;
    margin: 0px;
}

.header-content {
    box-shadow: 0px 3px 30px -1px rgba(0, 0, 0, 0.06);
}

.header-content__top {
    padding: 20px 0;
    animation: bounceIn 0.2s ease-in;
}

.navbar-fixed-top .header-content__top {
    height: 0px;
    overflow: hidden;
    animation: bounce 0.5s ease-in;
}

.header-content__top .top-content {
    margin: 20px 0;
}

/* 按键跳动动画 */
@keyframes bounceIn {
    0% {
        transform: translateY(-46px);
        /* height: 0; 压缩高度 */
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 按键跳动动画 */
@keyframes bounce {
    0% {
        height: auto;
        /* 原始高度 */
    }

    100% {
        transform: translateY(-126px);
        /* height: 0; 压缩高度 */
        opacity: 0;
    }
}

.header-content__top .left {
    width: 140px;
    height: 48px;
}

.header-content__top .right .links-item {
    width: 100px;
    height: 92px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}

.header-content__top .right .links-item img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.header-content__top .right .links-item .item-text {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
}

.page-header .header-content__body .header-right > div {
    display: flex;
    align-items: center;
    height: 100%;
}

.page-header .header-content__body .header-right .links-list {
    display: inline-flex;
    margin-left: 40px;
}

.page-header .header-content__body .header-right .links-item > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #E13235;
    text-decoration: none;
}

.page-header .header-content__body .header-right .links-item > a .icon-wrap {
    position: relative;
    margin-right: 4px;
    line-height: 1;
}

.page-header .header-content__body .links-item > a .icon-wrap__icon {
    font-size: 16px;
}

/*.material-icons-outlined {*/
/*    font-family: "Material Icons Outlined";*/
/*}*/
/*.material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .material-icons-two-tone {*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-size: 24px;*/
/*    line-height: 1;*/
/*    letter-spacing: normal;*/
/*    text-transform: none;*/
/*    display: inline-block;*/
/*    white-space: nowrap;*/
/*    word-wrap: normal;*/
/*    direction: ltr;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    text-rendering: optimizeLegibility;*/
/*    font-feature-settings: "liga";*/
/*}*/

.bread-crumb {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.bread-crumb a {
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-right: 12px;
    white-space: nowrap;
}
.bread-crumb h1{
    font-size: 14px;
    font-weight: normal;
}
.bread-crumb a i {
    margin-left: 12px;
    color: #999999;
    font-size: 12px;
}

.bread-crumb div {
    font-size: 14px;
    color: #000000;
}


.l_item_bg1 {
    background: #E13235;
}

.l_item_bg2 {
    background: #A0185A;
}

.l_item_bg3 {
    background: #8AB7B4;
}

.l_item_bg4 {
    background: #E3943D;
}

.l_item_bg5 {
    background: #CA252D;
}

.l_item_bg6 {
    background: #3EA5C6;
}

.l_item_bg7 {
    background: #40629B;
}

.l_item_bg8 {
    background: #0071B3;
}

.header-content__body {
    height: 80px;
    border-bottom: 1px solid #E5E5E5;
    background: #fff;
}

.header-content__body .header-bar {
    height: 80px;
    position: relative;
}

.header-content__body .header-search {
    flex: 1;
    margin: 0 40px;
    position: relative;
}

.header-search__tips {
    position: absolute;
    z-index: 2;
    /*top: 100%;*/
    width: calc(100% - 40px);
    display: none;
    align-items: flex-start;
    padding: 8px 0 8px 10px;
    background: #fff;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border-radius: 12px;
}

.header-search__tips.on {
    display: flex;
}

.header-search__tips .tips-header {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 16px;
}

.header-search__tips.on {
    display: flex;
}

.header-search__tips .tips-header img {
    width: 20px;
    height: 20px;
}

.header-search__tips .tips-header span {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.header-search__tips .tag-list {
    /*width: 0;*/
    flex: 1;
    margin-top: -3px;
    line-height: 36px;
}

.header-search__tips .tag-list .tag-item {
    margin: 8px 4px 0;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 24px;
    display: inline-flex;
    justify-content: center;
    line-height: 18px;
    font-weight: normal;
    color: #787878;
    border: none;
    background-color: #f4f4f4;
    text-decoration: none;
    transition: .3s ease-in;
    white-space: nowrap;
}

.dropdown-menu-select {
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border: none;
    border-radius: 12px;
    width: fit-content;
    min-width: unset;
    padding: 10px 0;
}

.dropdown-menu-select > li {

}

.dropdown-menu-select > li > a {
    padding: 8px 16px;
}

.dropdown-menu-select > li > a:hover {
    background: #f8e8e7;
    color: #E21818;
}

.header-search__result {
    display: none;
    position: absolute;
    z-index: 12;
    top: 100%;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border-radius: 12px;
    max-height: 350px;
    overflow-y: auto;
}

.result-item .info .result-item-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.result-item .info p {
    font-size: 14px;
    margin-bottom: 0;
}

.header-search__result .result-item {
    display: flex;
    padding: 8px 16px;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease-in;
}

.header-search__result .result-item .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
}

.header-search__result .result-item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.header-search__result .result-item .info .result-item-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.header-search__result .result-item .info p {
    font-size: 14px;
    margin-bottom: 0;
}

.header-search__result .result-item:hover {
    background: #f8e8e7;
    color: #ca3525;
}


.header-search .search-wrap {
    overflow: visible;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #333333;
    margin-top: 0px;
}

.header-search .search-wrap .search-btn {
    width: 90px;
    height: 32px;
    padding: 2px 12px;
    margin-right: 4px;
}

.header-search .search-btn em {
    font-size: 14px;
}

.header-search .dropdwon-a {
    height: 17px;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #BBBBBB;
}

.header-content__body .right-langu {
    font-size: 16px;
}

.header-content__body .right-langu span {
    position: relative;
    /* top: 2px; */
    margin-right: 5px;
    font-size: 20px;
}

.header-content__body .sign-btn {
    width: 100px;
    height: 40px;
    border-radius: 30px;
    padding: 10px;
    margin-left: 30px;
    background: #E21818;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.header-content__body .default-btn {
    font-size: 16px !important;
}

.header-content__body .right-langu .iconfont {
    margin-right: 10px;
}

.header-content__body .icon-sm {
    font-size: 22px;
    margin-left: 22px;
    cursor: pointer;
}

.header-content__nav {
    min-height: 60px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.header-content__nav .header-nav-wrap {
    height: 60px;
}

.header-content__body .header-search {
    flex: 1;
    margin: 0 40px;
}

.header-search .search-wrap {
    overflow: visible;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #333333;
    margin-top: 0px;
}

.header-search .search-wrap .search-btn {
    width: 90px;
    height: 32px;
    padding: 2px 12px;
    margin-right: 4px;
}

.header-search .search-btn em {
    font-size: 14px;
}

.header-search .dropdwon-a {
    height: 17px;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #BBBBBB;
}

.header-content__nav .nav-list-bold .nav-list-item a {
    font-weight: bold;
}

.header-content__nav .nav-list-item {
    margin-right: 44px;
}

.header-content__nav .nav-right .nav-list-item {
    margin-right: 0px;
    margin-left: 24px;
}

.header-content__nav .nav-list-item.active a,
.header-content__nav .nav-list-item a:hover {
    color: #E21818;
}

.header-content__nav .nav-list-item.active a::after,
.header-content__nav .nav-list-item a:hover::after {
    background: #E21818;
}

.header-content__nav .nav-list-item a::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all .3s ease-in;
}

.header-content__nav .nav-list-item a {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.header-content__nav .nav-list-item.active .nav-item-info-container,
.header-content__nav .nav-list-item:hover .nav-item-info-container {
    display: block;
}

.nav-item-info-container {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 40px 0;
    border-top: 1px solid #EEEEEE;
    background: #fff;
    z-index: 9999;
}

.nav-item-info-container .info-list {
    width: 100%;
    margin-right: 40px;
}

.nav-item-info-container .info-list .info-item a {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.nav-item-info-container .info-list .info-item:first-child {
    height: 17px;
    line-height: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.nav-item-info-container .info-item a::after,
.nav-item-info-container .info-item a:hover::after {
    display: none;
}

.nav-item-info-container .app-container .app-left {
    position: relative;
    padding-right: 75px;
    margin-right: 75px;
    border-right: 1px solid #EEEEEE;
}

.nav-item-info-container .app-container .app-title {
    height: 24px;
    line-height: 23px;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.nav-item-info-container .app-container .app-decs {
    height: 66px;
    line-height: 22px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.nav-item-info-container .app-container .app-view-more {
    height: 19px;
    line-height: 19px;
    margin-top: 30px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-decoration-line: underline;
}

.nav-item-info-container .app-container .app-view-more::after {
    display: none;
}

.nav-item-info-container .app-container .app-img {
    position: absolute;
    top: 0px;
    right: 70px;
    width: 100px;
    height: 100px;
}

.nav-item-info-container .app-container .app-download img {
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #E21818;
    object-fit: contain;
}

.nav-item-info-container .app-container .downlod-img {
    width: 178px;
    margin-bottom: 20px;
    cursor: pointer;
}

.img-app-store {
    width: 102px;
    height: 128px;
    margin-left: 20px;
}

.search-wrap {
    display: flex;
    align-items: center;
    /*width: 524px;*/
    max-width: 100%;
    height: 48px;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    overflow: hidden;
}

.search-wrap input {
    border: none;
    flex: 1;
    height: 100%;
    padding: 0 20px;
    outline: none;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #333;
}


.search-wrap .search-btn {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    background: #E21818;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.search-btn em {
    margin-right: 5px;
}

.footer-container {
    margin-top: 40px;
    padding-top: 60px;
    background: #131313;
    color: #fff;
}

.footer-container .f-left-content {
    width: 83.3%;
}

.footer-container .f-search-wrap {
    margin: 30px 0 60px;
}

.footer-container .f-t1 {
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}

.footer-container .f-t2 {
    line-height: 22px;
    margin-bottom: 20px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
}

.footer-container .f-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 30px 0 50px;
}

.footer-container .f-btn .iconfont {
    margin-left: 20px;
    font-size: 12px;
}

.footer-container .f-btn:hover {
    background: #E21818;
    border-color: #E21818;
    transition: all 0.2s ease-in;
}

.footer-container .f-nav-wrap .nav-item-title {
    height: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.footer-container .f-nav-wrap .nav-item a {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-container .f-websites {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-container .f-websites-list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-container .f-websites .img-wrap {
    width: 25%;
    margin-bottom: 20px;
}

.footer-container .f-websites .img-wrap:nth-child(4n) {
    width: auto;
}

.footer-container .f-websites img {
    width: 104px;
    max-width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    object-fit: contain;
}

.footer-container .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin-top: 50px;
    border-radius: 0px 0px 0px 0px;
    border-top: 1px solid #424242;
}

.footer-container .footer-bottom .f-img {
    width: 225px;
}

.copy-right {
    padding: 0;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;

}


@media (min-width: 1200px) {
    .container {
        width: 1180px;
        padding: 0px;
    }

    .footer-container .f-nav-wrap {
        display: flex;
        justify-content: space-between;
    }

    .footer-container .f-nav-wrap .nav-list:nth-child(3) {
        width: auto;
    }

}

@media (min-width: 992px) {
    .header-content__nav {
        display: block;
    }

    /* .header-content__nav .header-nav-wrap, */
    .header-content__nav .nav-list,
    .header-content__nav .nav-list-item {
        height: 100%;
    }

    .header-content__nav .nav-list:nth-child(2) .nav-list-item {
        margin-left: 44px;
        margin-right: 0;
    }

}

@media (max-width: 1220px) {
    .footer-container .footer-bottom {
        display: block;
        padding: 10px 0;
    }

    .header-content__top .right .links-item {
        transform: scale(0.7);
        margin: 0 -10px;
    }
}

@media (max-width: 992px) {
    .header-content__nav {
        position: fixed;
        width: 100%;
        height: calc(100vh - 40px);
        top: 80px;
        left: 0;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
    }

    .header-content__nav .header-nav-wrap {
        display: block;
    }

    .header-content__nav .header-nav-wrap .nav-list {
        display: block;
    }

    .header-content__nav .header-nav-wrap .nav-list-item a {
        height: 57px;
        line-height: 57px;
        padding-left: 24px;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .header-content__nav .header-nav-wrap .nav-list-item.active a {
        border-left: 3px solid #E21818;
        color: #E21818;
    }

    .header-content__nav .nav-list-item a::after {
        display: none;
    }

    .header-content__nav .right-langu span {
        font-weight: 400;
        margin-right: 5px;
    }

    .footer-container .footer-bottom {
        display: block;
        padding: 10px 0;
    }

    .header-content__top .right .links-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100vw;
        width: 100%;
    }

    .footer-container {
        margin-top: 40px;
    }

    .footer-container .f-left-content {
        width: 100%;
    }

    .footer-container .f-nav-wrap .nav-item-title {
        margin-top: 30px;
    }

    .footer-container .f-websites .img-wrap:nth-child(4n) {
        width: 25%;
    }
    .f-nav-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .f-nav-wrap .col-xs-12{
        width: 50%;
        float: unset;
        margin-bottom: 20px;
    }

}

@media (max-width: 500px) {
    .footer-container .f-websites .img-wrap {
        width: 50% !important;
    }

}


.layer-fixed {
    display: none;
}

@media (max-width: 992px) {
    .layer-fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 24px;
        overflow-y: auto;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99999;
        transition: all 0.2s;
        color: #121212;
    }

    .layer-fixed .icon-close {
        height: 30px;
        text-align: right;
    }

    .layer-fixed .icon-close em {
        font-size: 24px;
        cursor: pointer;
    }

    .layer-fixed .categories-title {
        height: 38px;
        line-height: 38px;
        margin-top: 10px;
        font-weight: 500;
        font-size: 32px;
    }


    .layer-fixed .categories-t {
        height: 28px;
        line-height: 28px;
        margin: 40px 0 24px;
        font-family: "Rub-Rag";
        font-weight: 400;
        font-size: 24px;
    }

    .layer-fixed .categories-list {
        margin: 0 -6px;
        padding-bottom: 18px;
        border-bottom: 1px solid #EEEEEE;
    }

    .layer-fixed .nav-item {
        display: inline-block;
        line-height: 17px;
        padding: 7px 16px;
        background: #F4F4F4;
        border-radius: 40px;
        font-family: "Rub-Rag";
        font-weight: 400;
        font-size: 12px;
        margin: 6px;
    }

    .layer-fixed .show-more-btn {
        border: 1px solid #EEEEEE;
        background: #fff;
        cursor: pointer;
    }
}


.panel--shadow {
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
}

.panel--white {
    background-color: #fff;
}

.panel {
    --panel-border-radius: var(--border-radius-lg, 12px);
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--panel-border-radius);
    overflow: hidden;
}

.d-block {
    display: block !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.member-popup-menu {
    display: none;
    position: fixed;
    /*top: 92px;*/
    top: 200px;
    right: 20px;
    z-index: 10000;
    transform: translateX(calc(100% + 20px));
    transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    transition-duration: .35s;
    transition-property: transform;
}

.member-popup-menu.show {
    transform: none !important;
}

.member-popup-menu__info {
    padding: 16px 20px;
    border-bottom: var(--hr);
}

.form-text, .typography--caption {
    font-size: 12px;
    line-height: 18px;
}

.member-popup-menu a {
    text-decoration: none;
}

.member-popup-menu__menu {
    text-align: center;
}

.member-popup-menu__menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    color: #787878;
}

.member-popup-menu__menu a + a {
    border-top: var(--hr);
}

.member-popup-menu__menu a:hover {
    color: #ca3525;
    background-color: #f8e8e7;
}

@media (min-width: 1400px) {
    .member-popup-menu {
        right: calc(50vw - 700px);
        transform: translateX(calc(50vw - 700px + 100%));
    }
}

@media (min-width: 1200px) {
    .h5, h5 {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .header {
        top: 0;
    }
}

.right-option {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-option-top {

}

.right-option-top .item {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 14px 0px 0px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .04);
    z-index: 9;
    position: relative;
}

.right-option-top .item .img1, .right-option-top .item .img2 {
    width: 38px;
    height: 38px;
}

.right-option-top .item .img2 {
    display: none;
}

.right-option-top .item .text {
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}

.right-option-top .item:hover {
    background: #E21818;
}

.right-option-top .item:hover .img1 {
    display: none;
}

.right-option-top .item:hover .img2 {
    display: block;
}

.right-option-top .item:hover .text {
    color: #fff;
}

.right-option-top .item .item-pup {
    position: absolute;
    padding-right: 20px;
    right: 80px;
    top: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    z-index: -1;
}

.right-option-top .item:nth-child(2) .item-pup {
    top: -90px;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.right-option-top .item:hover .item-pup {
    opacity: 1;
    pointer-events: all;
}

.right-option-top .item .item-pup-cont {
    width: 240px;
    background-color: #fff;
    background-image: url("../images/layouts/right-qr-bg.png");
    background-size: cover;
    border-radius: 14px;
    box-shadow: 0 0 3px 1px #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px 25px;
}

.right-option-top .item .item-pup-cont .name {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.right-option-top .item .item-pup-cont .qr {
    width: 116px;
    height: 116px;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 22px;
    border: 2px solid #E21818;
    padding: 6px;
    background: #fff;
}

.right-option-top .item .item-pup-cont .qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.right-option-top .item .item-pup-cont .item-pup-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    height: 50px;
    background: #E21818;
    border-radius: 80px 80px 80px 80px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}


.kefu-img {
    position: fixed;
    right: 120px;
    bottom: 100px;
    z-index: 2;
}

.kefu-img img {
    width: 112px;
    object-fit: contain;
}


.right-option-go-top {
    width: 46px;
    height: 46px;
    background: #333333;
    margin-top: 363px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: absolute;
}

.right-option-go-top.on {
    display: flex;
}

.no-data--high {
    min-height: 50vh;
}

.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 24px;
}

.no-data__icon {
    font-size: 52px;
}

.bottom-adv {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.adv-img img {
    width: 100%;
    object-fit: contain;
}

.adv-swiper {
    background: #E3E3E3;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.adv-swiper .title {
    background: #fff;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    position: relative;
    padding: 4px 60px 4px 20px;
    width: fit-content;
}

.adv-swiper .title::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    border: solid #E3E3E3;
    border-width: 18px 13px;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.adv-swiper .swiper-outer {
    padding: 10px;
    background: #fff;
}

.adv-swiper .swiper {
    overflow: hidden;
    aspect-ratio: 373 / 137;
    position: relative;
}

.adv-swiper .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv-swiper .swiper .swiper-button-next,
.adv-swiper .swiper .swiper-button-prev {
    background: none;
    color: #fff;
    top: calc(50% + 14px);
}

.adv-swiper .swiper .swiper-button-next {

}

.adv-swiper .swiper .swiper-button-prev {

}

.btm-contact {
    background-image: url("../images/home/adv3.png");
    background-size: cover;
    padding: 40px 30px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
}

.btm-contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btm-contact-item img {
    width: 60px;
    height: 60px;
    margin-right: 13px;
}

.btm-contact-item .name {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.btm-contact-item .text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
}

.btm-contact-item .icon-fanye-youjian {
    cursor: pointer;
    margin-left: 23px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    color: #E21818;
    font-size: 14px;
    flex-shrink: 0;
}

.btm-contact .line {
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
}

.member-popup-menu-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .12);
    z-index: 99;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.fade {
    transition: opacity 220ms linear;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
}

.justify-content-between {
    justify-content: space-between;
}

.align-c {
    align-items: center;
}

.limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.limit3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.modal-backdrop {
    opacity: .4;
}

.modal-header {
    border-bottom: none;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}

.modal-close .i {
    font-size: 22px;
    line-height: 1;
    color: #121212;
    font-style: normal;
}

.modal-footer .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 44px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 44px;
    background-color: #ca3525;
    white-space: nowrap;
    transition: all 220s;
    transition-duration: 175ms;
}

.button--primary {
    color: #fff;
    background-color: var(--primary, #ca3525);
    border-color: transparent;
}

#cancel_btn{
    color: #fff;
}

.modal-header, .modal-footer {
    border: none;
}


.i-close:before {
    content: "\2715";
}


.supplier-info .location span {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position-relative {
    position: relative
}

.dropdown-menu {
    position: absolute;
    z-index: 200;
    display: none;
    min-width: 200px;
    width: fit-content;
    left: 0;
    padding: .8px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
}
.dropdown-menu a{
    line-height: 40px;}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 16px;
    clear: both;
    font-weight: 400;
    color: #111;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #da1212;
}

.dropdown-item:hover, .dropdown-item:hover {
    color: rgba(202, 53, 37);
    text-decoration: none;
    background-color: rgba(249, 232, 232);
}

.dropdown-menu a {
    display: block !important;
}

.dropdown-menu a:hover::after {
    display: none;
}

.modal-open .modal.show {
    display: flex !important;
    align-items: center;
}

.modal-open .modal-dialog {
    margin: 0 auto;
}

.result-mobile-list a {
    display: flex;
}

.header-search__result .result-item .pic, .header-search-mobile__result .result-item .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    flex-shrink: 0;
}

.header-search__result .result-item, .header-search-mobile__result .result-item {
    display: flex;
    padding: 8px 16px;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease-in;
}

.result-mobile-list .pic {
    margin-right: 10px
}

@media (max-width: 992px) {
    .right-option {
        display: none;
    }

    .btm-contact {
        flex-direction: column;
    }

    .btm-contact .line {
        display: none;
    }

    .btm-contact-item {
        padding: 20px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header-content__login {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .hidden-sm {
        display: none !important;
    }

    .header-content__login {
        display: none;
    }
}
