.telephone{
    padding: 24px 10px 24px 10px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    height: 100%;
    width: 270px;
    position: relative;
    margin: 0px auto;
    background: #333;
}
.instruct-slide .swiper-slide{
    /*position: relative;*/
    /*padding-bottom: 30%;*/
    /*border-radius: 100%;*/
}
.instruct-slide .swiper-slide img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    /*position: absolute;*/
    border-radius: 12px;
}
.swiper-instruct .navigation{
    visibility: visible;
}

.swiper-instruct .navigation {
    top: 48%;
    /*transform: translateY(-50%);*/
}
.swiper-instruct .navigation.slider-next {
    right: 0;
}
.swiper-instruct .navigation.slider-prev {
    left: 0;
}
.ads-banner .instruct-slide .swiper-slide{
    position: relative;
    padding-bottom: 40%;
}
.swiper-instruct .navigation{
    border-radius: 100% !important;
    background-color:#7e7f8980 !important;
}
.instruct_list{
    position: relative;
}
.instruct-slide .swiper-button-prev {
    height: 40px;
    width: 40px;
    background: #545454;
    left: 8px;
    top: 50%;
    z-index: 200;
}
.instruct-slide .swiper-button-prev span{
    color: #FFF;
    top: 50%;
    position: absolute;
    transform: translate(50%,-50%);
    right: 50%;
    font-size: 31px;
}
.instruct-slide .swiper-button-next {
    height: 40px;
    width: 40px;
    right: 8px;
    background: #545454;
    top: 50%;
}
.instruct-slide .swiper-button-next span{
    color: #FFF;
    top: 50%;
    position: absolute;
    transform: translate(50%,-50%);
    right: 50%;
    font-size: 31px;
}
.instruct_list_item{
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 30px;
    position: relative;
}
.instruct_list_item:hover{
    cursor: pointer;
}
.instruct_list_item::after{
    content: "";
    position: absolute;
    height: 100%;
    left: 30px;
    z-index: -1;
    width: 0px;
    top: 0;
    border-left: 1px dashed #e0e0e0;
}
.instruct_list_item:last-child::after {
    border: none;
}
.instruct_numerical_order{
    background: #fad7e6;
    color:#d82d97;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.instruct_active .instruct_text_show{
    color: #d82d9e;
}
.instruct_active .instruct_numerical_order{
    background: #d82d8b;
    color: #fff;
}
.instruct_text{
    font-style: italic;
    font-weight: 400;
    display: none;
    font-size:13px;
}
.instruct_active .instruct_text{
    display: block;
}
.tool-filter{
    position: relative;
    padding-left: 20px
}
.bottom-sheet {
    display: none;
}
.js-copy-text-code {
    border-color: transparent;
    border-width: 1px;
    border-radius: 0.375rem;
    font-weight: 500;
    height: 1.75rem;
    line-height: 1.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-left: 16px;
    cursor: pointer;
}
.viewless,.viewmore{

    cursor: pointer;
    color: #f1c40f;
    border: 1px solid #f1c40f;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    margin: 20px 0;
}
.showtext {
    max-height:initial;
}
.modalCountdownendtime{
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}
.submit_flashsale_mobile{
    position: fixed;
    z-index: 102;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: #fff;
    padding: 16px;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .instruct-mobile{
        width:100%;
        position: relative;
        margin-bottom:100px;
    }
    .instruct-mb-layout:nth-child(1){
        width: 167px;
        height: 320px;
        position: relative;
        margin: 0 auto;
        z-index: 3;
    }
    .instruct-mb-layout:nth-child(2){
        width: 120px;
        height: 213px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        margin-left: -80px;
    }
    .instruct-mb-layout:nth-child(3){
        width: 120px;
        height: 213px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        margin-left: 80px;
    }
    .instruct-see-detail{
        width: 100%;
    }
    .btn_instruct{
        background: #c1177c;
        color:#fff;
        padding: 8px 16px;
        border-radius: 6px;
    }
    .sheet-body-instruct{
        padding-left: 0;
        padding-right: 0;
        top: 28px;
    }

    .instruct-slide{
        border-radius: 0;
    }

    .swiper-slide-instruct{
        height: 380px;
        /*background-color: #e5e5e5;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .telephone{
        width: 192px;
        position: relative;
        margin: 0px auto;
        height: 100%;
        padding:16px 10px 28px 10px;
        background-color: #424242;
        border-radius:24px;
    }
    .telephone_inner{
        width:100%;
        height:100%;
        position: relative;
    }
    .swiper-slide-instruct-img{
        position: absolute;
        inset: 0px;
        box-sizing: border-box;
        padding: 0px;
        border: none;
        margin: auto;
        display: block;
        width: 0px;
        height: 0px;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .instruct-slide .swiper-slide img{
        border-radius: 8px;
    }
    .slide-instruct-text{
        font-size: 15px;
        font-weight: 500;
        padding: 20px;
        margin-top: 20px;
    }
    .instruct_text{
        display: block;
    }
    .swiper-instruct-mb .navigation{
        visibility: visible;
    }

    .swiper-instruct-mb .navigation {
        top: 48%;
        /*transform: translateY(-50%);*/
    }
    .swiper-instruct-mb .navigation.slider-next {
        right: 0;
    }
    .swiper-instruct-mb .navigation.slider-prev {
        left: 0;
    }
    .ads-banner .instruct-slide .swiper-slide{
        position: relative;
        padding-bottom: 40%;
    }
    .swiper-instruct-mb .navigation{
        border-radius: 100% !important;
        background-color:#7e7f8980 !important;
    }

    .bottom-sheet {
        display: block;
    }
    .bottom-sheet[aria-hidden=true] {
        visibility: hidden
    }
    /* _____*/
    .bottom-sheet:not([aria-hidden="true"]) .layer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(67, 70, 87, 0.5);
        z-index: 1099;
        transition: all linear .2s;
    }

    .bottom-sheet .content-bottom-sheet {
        position: relative;
        background-color: #fff;
        z-index: 1100;
        border-radius: 8px 8px 0 0;
        transform: translateY(100%);
        transition: transform linear .5s;
        height: 10vh;
        max-height: 100vh;
        width: 100vw;
    }

    .bottom-sheet .content-bottom-sheet:not(.not-selectable) {
        transition: height .5s;
    }

    .bottom-sheet .content-bottom-sheet.bar-slide:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: -8px;
        width: 32px;
        height: 4px;
        background: #FFFFFF;
        border-radius: 24px;
        transform: translateX(-50%);
    }

    .bottom-sheet:not([aria-hidden="true"]) .content-bottom-sheet {
        transform: translateY(12px);
    }

    .status-bottom-sheet {
        display: none;
    }

    .bottom-sheet {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1003;
        visibility: visible;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .bottom-sheet[ aria-hidden="true"] {
        visibility: hidden;
    }

    .sheet-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 12px 16px 11px;
        border-bottom: 1px solid #333;
    }

    .sheet-header .close-sheet {
        position: absolute;
        margin-bottom: 0;
        width: 24px;
        height: 24px;
        right: 16px;
        top: 12px;
        background-image: url(../../image/svg/close-bottom-sheet.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
    }

    .sheet-body {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 16px;
        padding: 16px;
        overflow-x: hidden !important;
    }

    .bottom-sheet[aria-hidden="true"] .sheet-footer {
        transform: translateY(100%);
    }

    .sheet-footer {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px 16px 44px;
        background-color: #fff;
    }

    .sheet-footer.v2 {
        box-shadow: 0 -2px 4px #E8E8E8;
    }

    .sheet-footer .btn {
        width: calc(50% - 6px);
    }

    .sheet-footer .btn:last-child:nth-child(odd) {
        width: 100%;
    }
    .swiper-general .swiper-pagination{
        bottom: -20px;
    }
    .swiper-general .swiper-pagination .swiper-pagination-bullet{
        background: var(--ghost-border-default-color);
        margin: 0 4px;

    }
    .swiper-general{
        margin-top: 16px;
    }
    .news-ads-slide .swiper-slide .news-ads-img{
        padding-bottom: 60%;
    }
    .banner-news.swiper-general .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: -24px;
    }
    .swiper-pagination-bullet{
        margin-right: 5px;
    }
    .social-icon-fb{
        width: 40px !important;
    }
    .accounts_detail_content img {
        max-width: 100%;
        height: auto;
    }

}
@media        only screen and (min-width: 360px) {
    .hidetext {
        max-height: 140px;
        overflow: hidden;
    }
}
@media        only screen and (max-width: 420px) {
    .viewless,.viewmore{
        font-size: 14px !important;
    }
    .row-flex.item-list .col-sm-6{
        margin-right:  auto;
        margin-left:  auto;
    }
}

@media        only screen and (min-width: 500px) {
    .hidetext {
        max-height: 162px;
        overflow: hidden;
    }
}
@media        only screen and (min-width: 992px) {
    .hidetext {
        max-height: 162px;
        overflow: hidden;
    }
}
