
@font-face {
    font-family: "Rub-Rag";
    src: url('../font/Rubik-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Rub-Med";
    src: url('../font/Rubik-Medium.ttf') format('truetype');
}
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Rub-Med';
}

body {
    background: #f5f5f5;
    font-size: 12px;
    color: #333;

}
#enBody{
    zoom: 1 !important;
}
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: 18px;
    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;
    border: none;
}

.container-title .view-more-btn:hover {
    background: #f8e8e7;
}
.header{
    position: sticky;
    top: -131px;
    z-index: 5;
}
.page-header {
    padding: 0px;
    margin: 0px;
}

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

.header-content__top {
    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;
    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";*/
/*}*/




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

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

.header-search__tips {
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    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;
}
.header-search-mobile__result{
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.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 ,
.header-search-mobile__result .result-item {
    display: flex;
    padding: 8px 16px;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease-in;
}
.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-mobile__result .result-item .pic img ,
.header-search__result .result-item .pic img {
    max-width: 100%;
    max-height: 100%;
}
.header-search-mobile__result .result-item .info .result-item-title ,
.header-search__result .result-item .info .result-item-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.header-search-mobile__result .result-item .info p ,
.header-search__result .result-item .info p {
    font-size: 14px;
    margin-bottom: 0;
}
.header-search-mobile__result .result-item:hover ,
.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;
}

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

.header-content__body .icon-sm {
    font-size: 22px;
    margin-left: 22px;
    cursor: pointer;
}
.mobile-controls__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    margin-left: 10px;
}
.mobile-controls__menu-btn .lines {
    position: relative;
    width: 18px;
}
.mobile-controls__menu-btn .lines span {
    width: 100%;
    height: 2px;
    background-color: #121212;
    display: block;
    margin-bottom: 4px;
    transition: transform .5s ease;
}
.mobile-controls__menu-btn.active .lines span {
    position: absolute;
}
.mobile-controls__menu-btn.active .lines span:first-child {
    top: 0;
    transform: rotate(45deg);
}
.mobile-controls__menu-btn.active .lines span:nth-child(2) {
    visibility: hidden;
}
.mobile-controls__menu-btn.active .lines span:last-child {
    top: 0;
    transform: rotate(-45deg);
}

.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-item {
    margin-right: 44px;
    margin-top: 15px;
}

.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: 14px;
    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: 200px;
    margin-right: 70px;
    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 .downlod-img {
    width: 178px;
    margin-bottom: 20px;
    cursor: pointer;
}

.nav-item-info-container .app-container .img-app-store {
    width: 102px !important;
    height: 128px;
    margin-left: 20px;
}

.search-wrap {
    display: flex;
    align-items: center;
    /*width: 524px;*/
    max-width: 100%;
    height: 48px;
    margin-top: 30px;
    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 {
    padding-top: 60px;
    background: #131313;
    color: #fff;
}
.footer-adv{
    /*margin-top: 88px;*/
    display: none;
}
.footer-adv img{
    width: 100%;
    object-fit: contain;
    background: #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%;
        margin-top: 0;
    }

    .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 - 80px);
        top: 80px;
        left: 0;
        background: #fff;
        z-index: 9999;
    }
    .header-search__tips{
        display: none !important;
    }
    .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: 12px;
        /*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) {
    .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%;
    }

}

@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;
    }
}
.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;
}
.share-modal__card {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.share-modal__card img {
    flex: 0 0 auto;
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 24px;
    border-radius: 4px;
    border: 1px solid rgba(18, 18, 18, 0.12);
}
.share-modal__card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid;
    opacity: .1;
}
.share-modal__sns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.sns-btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: none;
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}.sns-btn svg {
     display: block;
     width: 24px;
     height: 24px;
     margin-right: 8px;
 }

.float-nav-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 30;
    transition: all .5s;
    transform: translateX(calc(100% + 30px));
}

.float-nav-block-item {
    background-color: #fff;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 16px;
    transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    display: block;
}
input[type="radio"]:checked{
    accent-color: #CA3525;
}
@media (prefers-reduced-motion: reduce) {
    .float-nav-block-item {
        transition: none
    }
}

.float-nav-block-item[data-link] {
    cursor: pointer
}

@media (hover: hover) {
    .float-nav-block-item[data-link]:not(.no-interactive-style):hover {
        transform: translateX(-8px)
    }
}

@media (hover: none) {
    .float-nav-block-item[data-link]:not(.no-interactive-style):active {
        transform: translateX(-8px)
    }
}

.float-nav-block-item__img {
    width: 100px;
    object-fit: contain;
    border-radius:8px;
}

.float-nav-block-item__img:not(:only-child) {
    margin-bottom: 16px
}

.float-nav-block-item .text-link {
    display: flex;
    justify-content: space-between
}
.float-nav-block-item .text-link .iconfont{
    color: var(--bs-primary);
}
.section-block{
    background: #fff;
    margin: 20px 0;
    border-radius: 14px;
    padding: 20px;
}

@media (max-width: 500px) {
    .product-img-gallery .save{
        right: 29px !important;}
    .product-img-gallery .share{
        display: none;}
    .share-modal__sns {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap:2px;
    }
}

.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;
    text-align: center;
}

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