/* app-creative.min.css */
body {font-family: apple-system, BlinkMacSystemFont, 'Helvetica Neue',    Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB',    'Microsoft Yahei', sans-serif;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
body, .wrapper, .content-page {
    overflow: visible;
}
.breadcrumb-item a{
    color: #111827 !important;
}
#img-zoom{
  max-width: 100%;
    height: auto !important;  
}
#waybill_number{
  
   position: absolute;
    top: -9999px; /* 或其他负值 */
    left: -9999px; /* 或其他负值 */
    opacity: 0;
}
.ribbon-box{
   opacity: .6;
}
.top-fixed{
        height: 120px;
}
.bottom-fixed{
    height: 100px;
}

.nav-back:hover {
    transition-duration: .25s;
    background-color: #f2f5f9;
    color: #111827;
}
.nav-back {    
    border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    transition-duration: .25s;
    border-radius: .75rem;
    padding: 4px 8px;
    color: #111827;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-box{
    display: flex;
    align-items: center;
}
.nav-back{
    margin-left: 10px;
}
/* header */
.header-navbar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.buy-title-news span{
    display: flex;
    gap: 5px;
    align-items: center;
}
.header-flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-light .navbar-toggler {
    color: #919ca7;
    border: none;
    padding: 0;
}
.nav-hot img{
    width: 20px;
    height: auto;
    
}
.buy-content-b{
    padding-top: 1rem;
}
.nav-hot:before {
    background: #ff4848;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 5px;
    top: 3px;
    border-radius: 9999px;
    z-index: 2;
}
.nav-hot{
    margin-left: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nav-hot:hover{
    color: #fff;
    transition-duration: .25s;
}
.mue-box{
    display: flex;
    column-gap: 25px;
    align-items: center;
    position: relative;
}
.modal-body-home-xl{
    padding: 1.5rem;
    color: #111827;
    font-size: 15px;
    line-height: 1.5;
}
.logo-title {
font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #111827;
    vertical-align: middle;
    margin-left: 5px;
}
.app-search .form-control{
    height: 32px;
    padding-left: 35px;
}
.app-search span{
    font-size: 16px;
    line-height: 32px;
    left: 10px;
}
.nav-item .nav-link{
    color: #111827 !important;
    transition-duration: .25s;
    font-size: 15px;
}
.nav-item .nav-link:hover{
    color: #ffc622 !important;
    transition-duration: .25s;
}


.bg-light {
    background-color: rgba(255, 255, 255, .85) !important;
     -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
}
.app-search .form-control{
    background-color: #ffffff00;
    min-width: 190px;
}
.notice-connect{
    border-top: 1px dashed #e6ebf3;
    padding-top: .5rem;
    column-gap: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1.25rem;
    
}
.weixin svg , .lxqq svg , .Telegram svg{

    font-size: 18px;
    margin-right: 6px;
}
.connect-icon{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    cursor: pointer;
    color: #4b5563;
    font-size: 20px;
    transition-duration: .25s;
}

.connect-icon:hover{
    background: #eff5f4;;
    transition-duration: .25s;
}
.qq:hover svg{
    color: #3b82f6;
    transition-duration: .25s;
}
.wx:hover svg{
    color: #22c55e;
    transition-duration: .25s;
}
.tg:hover svg{
    color: #0ea5e9;
    transition-duration: .25s;
}
.mail:hover svg{
    color: #6366f1;
    transition-duration: .25s;
}


.modal-header .modal-title{
width: 100%;
    text-align: center;
    margin-left: 22px;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
}
.modal-content{
    border-radius: 1rem;
        box-shadow: 0 0 0 1px #0000000f, 0 40px 54px #0000000a, 0 26px 32px #00000005;
}

.modal{
    
    
    background-color: rgba(0, 0, 0, .6) !important;
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    backdrop-filter: saturate(180%) blur(16px);
    
    
    
}
.dropdown-item{
    transition-duration: .25s;
    color: #4b5563;
}
.dropdown-item:hover{
    color: #4b5563;
    text-decoration: none;
    background-color: rgb(32 201 151 / 10%);
    transition-duration: .25s;
}
.tips-title h2 i{
    font-size: 1rem !important;
    
}
.gap-5 {
    gap: 1.25rem;
}

.grid {
    display: grid;
}

.col-span-3 {
        grid-column: span 3 / span 3;
    }
.shadow-card {
    box-shadow: 2px 4px 16px #1717170a;
}

.rd-3 {
    border-radius: .75rem;
}
.of-hidden, .overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}


.bo-1 {
    border: 1px solid #e6ebf3;
}

.bg-1 {
    background-color: #fff;
}

.tips-title{
    padding: 1.5rem;

    color: #111827;
    display: flex;
    align-items: center;
        justify-content: space-between;
}
.tips-title svg{
    color: #111827;
    margin-right: 8px;
    font-size: 22px;
}
.tips-title h2{
        font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.tips-title i{
    font-size: 1.25rem;
    
}

.tips-title h2 i{
   margin-right: 5px; 
}

.notice{
  padding-left: 1.5rem;
        padding-right: 1.5rem;  
        padding-bottom: .625rem;
}
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
.app-search{
    border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    border-radius: 9999px;
    overflow: hidden;
}
.notice p{
   line-height: 1.8;
    margin: 0 0 16px; 
    color: #374151;
    font-size: 15px;
}
.mobile-icon{
    color: #111827;
}
.mobile-icon:hover{
    color: #111827;
}
.mobile-icon{
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
}

.w-100{
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.carousel-inner{
 
  -webkit-touch-callout: none;
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    user-select: none;
    width: 100%;
    height: 100%;
  
}


body {
    background-color: #ffffff;
    height: 100%;
}
body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}
body[data-layout=topnav] .content-page {
    padding: 0!important;
    min-height: 0;
}
.page-title-right {
    display: block !important;
    float: right !important;
    margin-top: 17px !important;
}
@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}
.home-card {
    border: 1px solid #e6ebf3;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000005;
    border-radius: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.hyper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    line-height: 16px;
    border-top: 1px solid #e6ebf3;
    background-color: #ffffff;
}
.footer-web a{
    margin: 0 2px;
}
.footer-loog img{
    filter: grayscale(1); 
    opacity: .4;
}
.footer-web a:hover{
    color: #ffc622 !important;
}
.row-footer{
   display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.col-md-6s-b{
    display: flex;
    align-items: center;
}

.footer-links a:hover{
    color: #ffc622 !important;
}
.modals-boxs{
    display: flex;
 justify-content: space-evenly;
}
.weixin ,.lxqq{
    text-align: center;
}
.modals-boxs img{
    
    max-width: 150px !important;
    height: auto !important;
}
.modals-boxs span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #4B5563;
}
.Telegram i{
    font-size: 18px;
    margin-right: 5px;
}
.Telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4B5563;
    margin: 10px 0;
}
.Telegram span{
display: flex;
    align-items: center;
    justify-content: center;
}
.Telegram a:hover{
    color: #ffc622;
}
.modals-boxs i{
    font-size: 18px;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    
  
    .hyper-footer {
        text-align: center;
    }


       .col-span-2 {
        grid-column: span 5 / span 5;
    }
.col-span-3 {
    grid-column: span 5 / span 5;
}



}
.hyper-footer a {
    color: #919ca7;
}
@media screen and (max-width: 576px) {
    .container {
       padding: 0 12px;
    }
}
@media screen and (min-width: 576px) {
    .container {
       padding: 0;
    }
}
@media screen and (min-width: 992px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .navbar-expand-lg .navbar-nav{
   width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px; 
  
}
}



/* Home Page */

/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}


/* Select Button */

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

}
.nav-list::-webkit-scrollbar {
    display: none;
}

.tab-link {
border: 1px solid #e6ebf3;
background-color: #fff;
box-shadow: 0 2px 3px #00000005;
padding:.25rem .75rem ;
border-radius: .75rem;
color: #4B5563;
font-size: 15px;
text-align: center;
transition-duration: .25s;
}
.tab-link:hover{
background-color: #ffc62221;
    color: #ffc622;
    transition-duration: .25s;
    border-color: #ffc622;
}

.tab-link.active {
    background-color: #ffc622;
    border-color: #ffc622;
    color: #ffffff;
}
.img-checkmark img {
    width: 36px;
}
.tab-link.active .img-checkmark {
    display: block;
}
.img-checkmark {
    position: absolute;
    opacity: 0.8;
    right: -6px;
    bottom: -12px;
    display: none;
}

/* Home Card */
@media screen and (max-width: 767px) {

   .blog-card .card-body {
    padding: 1.25rem 0 0 0 !important;
    }
      .top-fixed{
        height: 100px;
    }
    .navbar-nav .nav-link {
    padding: .6rem 0;
    }

    .navbar-nav{
        margin-bottom: 1rem;
    }
.app-search .form-control {
 
    height: 36px;
}
.app-search span {
    line-height: 36px;
}
.Tutorial-l{
width: 148px;
        height: 111px;
        border-radius: .75rem;
        overflow: hidden;
}
.Tutorial-r{
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: .5rem 0 .5rem 1.25rem;
}

.Tutorial-l img{
    height: 100%;
    width: 100%;
    transition-duration: .25s;
}

.Tutorial-r h3{
    flex-grow: 1;
    margin-bottom: .5rem !important;
    font-size: 15px !important;
    color: #111827;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;

    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */

 
}
.Tutorial-r p{
    flex-grow: 1;
    margin: 0;
    color: #4b5563;
     display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */
    font-size: 14px !important;
}


 .mobile-icon {
    display: block;
 }
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: .75rem;
    }
    .Tutorial-b {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 15px;
    }
   .buy-grid {
            flex-direction: column;
        display: flex;
        gap: 2rem;

    }
    .top-fixed{
        height: 80px;
    }
        .navbar-nav .nav-link {
    padding: .6rem 0;
    }
    .app-search{
        margin-bottom: 20px;
    }
    .navbar-nav{
        margin-bottom: 1rem;
    }
    
}
@media screen and (min-width: 768px) {
       .blog-card .card-body {
    padding: .5rem 0 .5rem 1.25rem !important
    }
    .app-search{
        margin-bottom: 20px;
    }
      .top-fixed{
        height: 100px;
    }
    .navbar-nav .nav-link {
    padding: .6rem 0;
    }

    .navbar-nav{
        margin-bottom: 1rem;
    }
    
.Tutorial-l{
width: 160px;
        height: 120px;
        border-radius: .75rem;
        overflow: hidden;
}
.Tutorial-r{
    display: flex;
        flex: 1;
        flex-direction: column;
        padding: .5rem 0 .5rem 1.25rem;
}

.Tutorial-l img{
    height: 100%;
    width: 100%;
    transition-duration: .25s;
}

.Tutorial-r h3{
    flex-grow: 1;
    margin-bottom: .5rem !important;
    font-size: 15px !important;
    color: #111827;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
   display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */
 
}
.Tutorial-r p{
    flex-grow: 1;
    margin: 0;
    color: #4b5563;
   display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */
font-size: 14px !important;
}

    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 12px;
    }

    .grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
        .Tutorial-b {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 15px;
    }
  .buy-grid {
            flex-direction: column;
        display: flex;
        gap: 2rem;

    }

   
}

@media screen and (min-width: 992px) {
   
         .blog-card{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}  
      .top-fixed{
        height: 120px;
    }
    .navbar-nav .nav-link {
    padding: 0;
    }
    .navbar-collapse{
       padding: 0;
    }
    .navbar-nav{
        margin-bottom: 0;
    }
    
.Tutorial-l{
width: 160px;
 height: 120px;
 border-radius: .75rem;
 overflow: hidden;
}
.Tutorial-r{
 
    padding: .5rem 0 .5rem 1.25rem;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.Tutorial-l img{
    height: 100%;
    width: 100%;
    transition-duration: .25s;
     border-radius: .75rem;
}

.Tutorial-r h3{
    flex-grow: 1;
    margin-bottom: .5rem !important;
    font-size: 15px !important;
    color: #111827;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */

 
}
.Tutorial-r p{
    flex-grow: 1;
    margin: 0;
    font-size: 14px !important;
    color: #4b5563;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */

}


    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 12px;
    }
        .Tutorial-b {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
    }

  .top-fixed{
        height: 110px;
    }
}
@media screen and (min-width: 1320px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 12px;
    }

        .Tutorial-b {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
    }
 
}

.Tutorial-box{
    border: 1px solid #e6ebf3;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000005;
    border-radius: .75rem;
    position: relative;
    display: flex;
    padding: 1rem;
  
}

.Tutorial-link:hover .Tutorial-l img{
   transform: scale(1.05);
    transition-duration: .25s; 
}


.Tutorial-title{
     padding: 2rem 0;
    margin-top: 1rem; 
     display: flex;
       align-items: center;
    justify-content: space-between;
}

.Tutorial-title h4{
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    margin: 0 0 5px 0 !important;
}
.Tutorial-title span{
   text-align: left;
   color: #9ca3af;
}
.Tutorial-More {
    font-size: 18px;
    color: #4b5563;
    border: 1px solid #e6ebf3;
    border-radius: 9999px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .25s;
}
.Tutorial-More:hover{
   transition-duration: .25s;
       background: #eff5f4;
   color: #4b5563;
}



.home-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
.home-Shipping .badge-outline-primarys {
    color: #fff;
    font-size: 12px;
    padding: 2px .5rem;
    border-radius: 9999px;
}  
.badge-a {
    background-color: rgb(52 211 153 / 90%);
}
.badge-b{
    background-color: rgb(28 85 255 / 90%);
}
.badge-c{
background-color: rgb(255 24 99 / 90%);
}

.home-Shipping{
   position: relative;
    transform: translateY(-50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
}
.flex{
    padding: 1.25rem;
    padding-top: 0;
    display: flex;
    flex-grow: 1;  
    flex-direction: column;
}
.name{
  flex-grow: 1;  
  margin-bottom: .5rem !important;
    font-size: 15px !important;
    color: #111827;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.card-bottom-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

  .price {
        color: #111827;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
    }
  .badge-k{
      color: #9ca3af;
      font-size: 12px;
  }  
    
 .home-img,.home-Shipping{
    transition-duration: .25s;
 }   
    
  .home-card:hover .home-img{
    transform: scale(1.05);
    transition-duration: .25s;
 }   
       
  .home-card:hover .home-Shipping{
      transform: translateY(-100%); 
     transition-duration: .25s;
  } 
    
    
    
    
    
    
    
    
/* Buy Page*/
.form-group h3 {
    font-weight: 400;
    color: #212529;
}
.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}
.buy-product img {
    max-width:100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}
.buy-title-news{
       border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    border-radius: .75rem 12px;
    display: inline-flex;
    align-items: center;
    padding: 0 .75rem;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1;
    height: 36px;

}
.buy-content{
    color: #374151;
    font-size: 1rem;
}
.buy-content p{
    line-height: 1.8;
    margin: 0 0 16px;
    
}

.buy-content blockquote :before{
background: #ffc622;
    content: "";
    height: 100%;
    position: absolute;
    width: 3px;
    left: 0px;
    top: 0;
}
.buy-content blockquote{
    position: relative;
    background: #ffc62214;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    overflow: hidden;
}
.buy-content blockquote a{
    color: #111827 !important;
   position: relative;
   padding-left: 25px;
}

.buy-content blockquote a:before {
        background: none;
        content: "";
        height: 16px;
        width: 16px;
        position: absolute;
        right: 0;
        top: 0;
  background-image: url('/assets/hyper/images/link.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
        
    }
.buy-content blockquote p:last-child{
    margin: 0 !important;
}

.buy-content blockquote p{
    margin: 0 0 10px !important;
}


.buy-content h1,.buy-content h2,.buy-content h3,.buy-content h4,.buy-content h5{
   color: #111827 !important;
   font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', Tahoma, Arial, sans-serif;
}
.buy-content h2{
    font-size: 20px;
    margin-bottom: .6em;
    margin-top: 1.6em;
}
.buy-content h3{
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .6em;
    margin-top: 1.6em;
}
.buy-content h4{
   font-size: 1em; 
   margin-bottom: .5em;
    margin-top: 1em;
}
.buy-content strong{
    color: #111827 !important;
}
.buy-content li{
    margin: .5em 0;
}
.fhhb{
  padding: .5rem .8rem;
    font-size: 12px;
    border-radius: 9999px;
    color: #fff;
    line-height: 1;
}
.home-meu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}
.home-meu-r{
    font-size: 16px;
    color: #4b5563;
    display: inline;
}
.shop-hot{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}
.fh-zd{
    background-color: #42d29d;
}
.fh-rg{
    background-color: #848bf1;
    
}
.fh-tg{
    background-color: #f53a77;
    
}
.shop-top{
       display: flex;
    align-items: center;
    justify-content: space-between; 
}
.copy-icon{
    width: 2.2rem;
    height: 2.2rem;
    background-color: #fff;
    border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    cursor: pointer;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563 !important;
    font-size: 16px;
    transition-duration: .25s;
}
.copy-icon:hover{
background-color: #f2f5f9;
transition-duration: .25s;
}

.shop-name{
    align-items: center;
    display: flex;
        gap: 1.25rem;
}
.shop-r-img{
    border-radius: .75rem;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e6ebf3;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000005;
}

.shop-r-img img{
    height:100%;
    width: 100%;
}
.shop-name h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111827;
    margin: 0 !important;
}

.buy-order-box{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;

   background-color: rgba(255, 255, 255, .85) !important;
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
   
    height: 70px;
    border-top: 1px solid #e6ebf3;
}
.buy-order-flex{
    display: flex;
}
.myDiv{
    font-size: 20px;
    color: #ef4444;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}
.price-Sum{
    color: #4b5563;
}
.newsbott{
    background: #fd4848;
    border-color: #fd4848;
    border-radius: .75rem;
    padding: .5rem 1rem;
    transition-duration: .25s;
    border: 1px solid transparent;
    color: #fff;
}
.newsbott:hover{
    background: #fd4848;
    border-color: #fd4848;
    transition-duration: .25s;
    opacity: .85;
}
.epusdt svg{
    max-height: 1.1rem !important;
}
.shop-primary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #374151;
    margin-top: 2rem;
    margin-bottom: .5rem;
}
.shop-plgm{
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.buy-price span:nth-child(2){
    font-size: 20px;
}
.bootstrap-touchspin{
  width: auto;
  align-items: center;
}

.bootstrap-touchspin button{
background: no-repeat;
    border-radius: 0;
    border: none;
    color: #98a6ad;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    width: 28px;
    height: 28px;
}
.text-center-n a{
    background: #ffc622;
    border-color: #ffc622;
    border-radius: .5rem;
    width: 180px;
    margin: 40px auto 0 auto;
    display: block;
}
.text-center-n a:hover{
      background-color: #ffc622 !important;
    border-color: #ffc622 !important;  
}
.text-center-n a:active,.text-center-n a:focus{
      background-color: #ffc622 !important;
    border-color: #ffc622 !important;  
}

.bootstrap-touchspin button:hover{
color: #98a6ad !important;
background: no-repeat !important;
}
.bootstrap-touchspin input{
max-width: 60px;
    border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    border-radius: 12px !important;
    text-align: center;
    color: #333;
    margin: 0 10px;
    height: 30px;
    padding: 0;
    font-size: 12px;
}
.bootstrap-touchspin button:hover{
    background-color: #f2f5f9;
    transition-duration: .25s;
    border-color: #046afb;

}
.shop-stock{
  font-size: 15px;
    color: #4b5563;
}
.alert{
    border: 1px solid #e6ebf3;
    border-radius: .75rem;
        padding: 1rem;
        color: #4b5563;
}
.form-group input{
    border-radius: .75rem;
    color: #4b5563;
}
.buy-title{
    color: #4b5563;
    margin-bottom: 10px;
        font-weight: 600;
}
.goods-form-item{
    border-bottom: 1px solid #e6ebf3;
    padding-bottom: .5rem;
    padding-top: .5rem;
    align-items: center;
    display: flex;
    color: #4b5563;
}
.text-red-500 {
    color: rgb(239 68 68);
}
.shrink-0 {
    flex-shrink: 0;
     width: 5.5rem;
     margin: 0;
}
.goods-form-item input{
    outline-width: 0;
    padding-bottom: .25rem;
    padding-top: .25rem;
    background-color: #00000000;
    border-radius: 6px;
    flex-grow: 1;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.new-input .form-group{
    margin-bottom: 0 !important;
}
.new-input {margin-bottom: 1rem;
    
}

.tips-title h2 img{
    width: 1.25rem;
    height: auto;
    margin-right: 8px;
}
.tips-title h2 {
    display: flex;
    align-items: center;
}
.body-960-box{
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}
.order-title h2{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: #111827;
    margin: 30px 0 50px 0;
}
.order-input-z{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    border-radius: 9999px;
    overflow: hidden;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    position: relative;
        gap: 10px;
}
.order-input-z input{
    flex-grow: 1;
    background-color: #ffffff00;
    border-radius: 0;
    border: none;
    border-color: #ffffff00;
       font-size: 15px;
    color: #111827;
    height: 100%;
    
}

.order-butt{
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 9999px;
    border: none;
    color: #ffffff;
    line-height: 1;
    transition-duration: .25s;
    padding: 0 20px;
    flex-shrink: 0;
    background: #ffc622;
}
.order-butt:hover{
    opacity:.85;
}
.order-centent p{
    margin-top: 30px;
}
#search_pwd{
    border-left: 1px solid #e6ebf3;
}
.error-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.error-box h2{
    padding-right: 15px;
    font-weight: 500;
    color: #111827;
    border-right: 2px solid #d4d6d7;
    }    
.error-box span {
     padding-left: 16px;
    color: #474d56;
    font-size: 15px;
        line-height: 1.5;
    text-align: left;
 } 
.hhhx{
  height: calc(100vh - 100px); 
} 
 .text-center-s{
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }
 .text-center-s .btn-ss{
    width: 120px;
    display: inline-block;
    background: #ffc622;
    color: #fff;
    border-radius: 9999px;
    padding: 10px;
    transition-duration: .25s;
 }
 .text-center-s .btn-ss:hover{
 opacity:.8;
 transition-duration: .25s;
 }
 
 
@media screen and (max-width: 991px) {

 .blog-card{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}   
.home-meu-r{
        display: none;
    }
.orderinfo-card-b{
  flex-direction: column;  
}    
.orderinfo-kami-n{
    width: 100%;
}
.orderinfo-card-b{
       gap: 20px; 
}

}
@media screen and (min-width: 992px) {
    


    .orderinfo-kami-n{
    width: 50%;
    }
    .orderinfo-card-b{
       gap: 30px; 
    }
     .mue-box{
        order: 1; 
    }
    .app-search{
        margin-bottom: 0 !important;
    }
    .buy-grid {
        display: flex;
        gap: 2rem;
        flex-direction: row;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
    .buy-shop {
        width: 25rem;
        order: 2;
        flex-shrink: 0;
    }
    .buy-product {
      order: 1;
      
    }
    .buy-content{
        padding: 0 2rem 2rem 2rem;
        box-shadow: 2px 0px 16px #17171705;
    position: relative;

    border-left: 1px solid #e6ebf3;
    border-right: 1px solid #e6ebf3;
    flex-grow: 1;
    }
    .buy-content:before {
        background: linear-gradient(to bottom, #fff, #e6ebf3);
        content: "";
        height: 160px;
        position: absolute;
        right: -1px;
        top: 0;
        width: 1px;
    }
       .buy-content:after {
        background: linear-gradient(to bottom, #fff, #e6ebf3);
        content: "";
        height: 160px;
        left: -1px;
        position: absolute;
        top: 0;
        width: 1px;
    }
    .buy-content-b:before {
        background: linear-gradient(to top, #fff, #e6ebf3);
        content: "";
        height: 160px;
        position: absolute;
        right: -1px;
        bottom: 0;
        width: 1px;
    }
       .buy-content-b:after {
        background: linear-gradient(to top, #fff, #e6ebf3);
        content: "";
        height: 160px;
        left: -1px;
        position: absolute;
        bottom: 0;
        width: 1px;
    }
    
    
    
    
    
}
/* pay-type */
@media screen and (min-width: 1367px) {
    
    .pay-grid {
        display: inline-flex;
    flex-wrap: wrap;
    column-gap: .6rem;
    row-gap: .8rem;
    }
 
   .col-span-2 {
        grid-column: span 2 / span 2;
    }

}
@media screen and (min-width: 991px) and (max-width: 1367px) {
    
    .pay-grid {
        display: inline-flex;
    column-gap: .6rem;
        row-gap: .8rem;
    flex-wrap: wrap;
    }
   .col-span-2 {
        grid-column: span 2 / span 2;
    }


}
@media screen and (min-width: 768px) and (max-width: 991px) {
       .order-input-z {
    width: 90%;
        
    }

   .pay-grid {
        display: inline-flex;
    column-gap: .6rem;
        row-gap: .8rem;
    flex-wrap: wrap;
    }
      .col-span-2 {
        grid-column: span 3 / span 3;
    }
.col-span-3 {
    grid-column: span 2 / span 2;
}
.bg-light{
   background-color: rgb(255 255 255 / 85%) !important; 
   backdrop-filter: saturate(180%) blur(16px);
}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    
   .pay-grid {
        display: inline-flex;
    column-gap: .6rem;
        row-gap: .8rem;
    flex-wrap: wrap;
    }

.bg-light{
   background-color: rgb(255 255 255 / 85%) !important; 
   backdrop-filter: saturate(180%) blur(16px);
}

}
@media screen and (max-width: 576px) {
   .pay-grid {
        display: inline-flex;
    column-gap: .6rem;
        row-gap: .8rem;
    flex-wrap: wrap;
    }

.bg-light{
   background-color: rgb(255 255 255 / 85%) !important; 
   backdrop-filter: saturate(180%) blur(16px);
}
}
@media screen and (max-width: 380px) {
   .pay-grid {
        display: inline-flex;
    column-gap: .6rem;
        row-gap: .8rem;
    flex-wrap: wrap;
    }

.bg-light{
   background-color: rgb(255 255 255 / 85%) !important; 
   backdrop-filter: saturate(180%) blur(16px);
}
}
.pay-type {
    background-color: #fff;
    color: #000;
    border: 2px solid #bdcfe1;
}
.pay-type:hover {
    background-color: #fff;
    color: #000;
}
.buy-price {
    color: #fd4848;
}

/* Orderinfo Page */
.orderinfo-info-n{
   line-height: 240%; 
   font-size: 14px;
   font-weight: 500;
   flex: 1;
}
.orderinfo-info-n .danhao{
   color: #111827;
    font-size: 15px; 
}

.orderinfo-info-n .fuzhi{
    padding: 0;
    margin: 0;
    background: #ffffff00;
    border-radius: 10px;
    border: none;
    margin-left: 15px;
    color: #919ca7;
    line-height: 1;
    transition-duration: .25s;
    width: 30px;
    height: auto;
}
.orderinfo-info-n .fuzhi:hover{
    transition-duration: .25s;
    color: #111827;
}
.orderinfo-info-bttn{
    background: #ffc622;
    color: #fff;
    padding: .6rem 2rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .6rem;
    border: 1px solid  #ffc622;
}
.orderinfo-info-bttn:hover{
    background: #ffc622;
    color: #fff;
}

.orderinfo-info-n dl:last-child {
  margin-bottom: 0;
}
.textarea-faka{
  border: 1px solid #e6ebf3;
    padding: 10px;
    border-radius: .6rem;  
    background: #ffffff;
}
.cxzf{
    margin: 20px 0 0 0;
    text-align: center;
}
.yqlj{
    cursor: pointer;
}
.yqlink{
    padding: .8rem 1.5rem !important;
}
.art-menu{
   box-shadow: 2px 4px 16px #1717170a;
    border-radius: .75rem;
    border: 1px solid #e6ebf3;
    padding: .75rem;
}
.art-menu .p-2{
    color: #474d56 !important;
    transition-duration: .25s;
}

.art-menu .p-2 strong{
    color: #ffc622 !important;
}

.art-menu .p-2:hover{
    color: #ffc622 !important;
    transition-duration: .25s;
}


.textarea-faka > textarea ,.textarea-faka > textarea:focus{
    background-color: #ffffff00 !important;
    border-radius: 0;
    border: none;
    color: #474d56;
    padding: 0;
    line-height: 1.5;  
}
.orderinfo-kami-title{
    font-size: 15px;
    color: #111827;
    margin: 0 0 10px 0;
    font-weight: 500;
    line-height: 1.5;
}
.orderinfo-kami-title i{
    margin-right: 10px;
}
.textarea-bttn{
   margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1rem;
}

.textarea-bttn a{
 margin: 0;
border-radius: .6rem;
font-size: 14px;
}
    


.flex-y-center{
    display: flex;
    margin-bottom: .7rem;
    line-height: 1.5;
}
.price-co{
    color: #ff4343 !important;
}
.flex-y-center dl,.flex-y-center dt, .flex-y-center dd{
   margin: 0 ;
   padding: 0 ;
}
.flex-y-center .min-w-20{
    flex-shrink: 0;
    min-width: 5rem;
    display: inline-block;
    font-weight: 500;
}
.flex-y-center dt{
color: #111827;
}
.flex-y-center dd{
color: #474d56
}

.orderinfo-grid {
    display: grid;
    grid-template-columns: auto;
}

.orderinfo-body-b{
    text-align: left !important;
}
.orderinfo-card-b{
    padding: 2.5rem;
    border: 1px solid #e6ebf3;
    box-shadow: 0 2px 3px #00000005;
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    color: #4b5563;
    display: flex;
}
.orderinfo-kami-n{
   flex-shrink: 0;
}

.textarea-bttn .win-but{
  border-radius: .5rem;
    line-height: 1;
    font-size: 14px;
    padding: 10px 15px;
}
.textarea-bttn .win-but-n:active ,.textarea-bttn .win-but-n:focus{
   background-color: #ffc622 !important;
    border-color: #ffc622 !important;   
}
.textarea-bttn .win-but-n:hover{
    background: #ffc622;
    border-color: #ffc622;
}
/*info */
.jq-icon-info{
color: #67c23a !important; 
background-image: none !important;

}

.jq-icon-info .close-jq-toast-single{
   color: #67c23a !important; 
}
.jq-icon-info .jq-toast-loader {
background-color:#67c23a !important;
}

/*warning */
.jq-icon-warning{
 color: #f56c6c !important;
background-image: none !important;
}
.jq-icon-warning .close-jq-toast-single{
    color: #f56c6c !important;
}
.jq-icon-warning  .jq-toast-loader {
background-color:#f56c6c !important;
}


/*error */
.jq-icon-error{
 color: #f56c6c !important;
background-image: none !important;
}
.jq-icon-error .close-jq-toast-single{
    color: #f56c6c !important; 
}
.jq-icon-error .jq-toast-loader {
background-color:#f56c6c !important;
}

/*success */
.jq-icon-success{
 color: #67c23a !important;
background-image: none !important;
}
.jq-icon-success .close-jq-toast-single{
  color: #67c23a !important;  
}

.jq-icon-success  .jq-toast-loader {
background-color:#67c23a !important;
}



.jq-has-icon{
   background: #fff;
    border: 1px solid #e6ebf3;
    box-shadow: 0 0 12px 0px #2222251a;
    border-radius: .6rem;
    padding: 10px 20px;
    font-size: 14px;
    overflow: hidden;
}

.jq-has-icon h2{
    margin-bottom: 0;
    font-weight: 600;
}
.close-jq-toast-single{
    font-size: 22px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 5px;
    right: 10px;
    background: none !important;
}





@media screen and (min-width: 767px) {



 
    .orderinfo-card-grid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 12px;
    }
    .orderinfo-info {
        grid-column: span 2 / span 2;
    }
    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}
@media screen and (max-width: 767px) {
        .blog-card .blog-pic {
  flex: 0 0 100%;
        max-width: 100%;
}
        .orderinfo-card-b{
       padding: 1.5rem;
   }
       .order-input-z {
    width: 95%;
        
    }
    .orderinfo-info {
        display: grid;
        justify-content: center;
    }
}
.textarea-kami {
    min-height: calc(100% - 48px - 38px)
}


/* Footer */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 99;
}
#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    background: #ffc622;
    border-color: #ffc622;
}
#back-to-top:hover{
  background: #ffc622;
    border-color: #ffc622;
        opacity: .85;
}
body {
    /*background-image:url(https://file.olo4.com/images/rand/9.jpg) ;*/
    background-repeat:repeat;
    background-attachment:fixed;
    background-position:50% 50%;
}
.pay-type {
    cursor: pointer;
    box-shadow: 0 2px 3px #00000005;
    border-radius: 12px !important;
    height: 2.1rem !important;
    border: 1px solid #e6ebf3;
    display: flex;
    align-items: center;
    padding: 0 .8rem;
    color: #4b5563;
}

.pay-type svg{
    max-height: 1.25rem;
    width: auto;
    margin-right: 4px;
}

.pay-select {
    border: 2px solid #3369ff;
    background: #f8faff;
    color: #3369ff;
}
.stats-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px 26px 28px 30px;
    margin-bottom: 24px;
}
.stats-icon {
    display: block;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(77,85,232,.09);
    /*background: var(--primary-light);*/
    color: #4d55e8;
    color: var(--primary);
    border-radius: 50%;
}
.stats-card i {
    font-size: 24px;
}
.stats-detail {
    margin-right: auto;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.stats-icon-user {
    background: rgba(7,187,7,.13);
    /*background: var(--success--light);*/
    color: #07bb07;
    color: var(--success);
}
.edu-badge, .malus-invite-tips {
    cursor: pointer;
}
.malus-invite-tips {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    background: var(--light);
    color: #868e96;
    color: var(--secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 8px 3px 16px;
    text-align: center;
    border-radius: 20px 0 0 0;
}
.stats-member h6 {
    margin-top: 3px!important;
    font-size: 16px;
}
.stats-icon-time {
    background: rgba(253,151,68,.19);
    /*background: var(--orange-light);*/
    color: #fd9644;
    color: var(--orange);
}
.vip-center .card-header .card-title {
    font-size: 16px;
    font-weight: 700;
}
.btn-pill {
    border-radius: 10rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

@media (max-width: 576px){
    .search-order {
        display: none;
    }
}
.order-table .table td {
    padding: 1.2rem 0 0 0 !important;
    vertical-align: center !important;
    border-top: 1px solid #f3f3f3;
}
.btn-outline-orange {
    background: rgba(7,187,7,.13);
    border: 1px solid var(--success);
    color: #07bb07;
    color: var(--success);
    background: none;
}
.overview {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.overview .card-title {
    font-size: 16px;
    font-weight: 600;
}
.affiliate-overview {
    align-items: center;
    display: flex;
    padding: 24px 24px 24px 48px;
}
.affiliate-overview .card {
    margin-right: 8px;
    height: 88px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 260px;
    box-shadow: none;
}

.affiliate-show-withdrowal-btn {
    margin: 0 12px 0 auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 56px;
    position: relative;
}
.bg-success {
    background-color: rgba(7,187,7,.13)!important;
    background-color: var(--success--light)!important;
}
.stamp {
    color: #fff;
    background: #868e96;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 48px;
    height: 48px;
    border-radius: 6px;
    margin-right: 24px!important;
}
@media (max-width: 768px){
 
    .affiliate-overview {
        align-items: flex-start;
        padding: 24px;
    }
    .affiliate-overview .card {
        margin-right: 0;
    }
    .affiliate-link, .affiliate-overview {
        flex-direction: column;
    }
    .affiliate-show-withdrowal-btn {
        margin-top: 24px;
        width: 100%;
    }
}
.stamp-md {
    line-height: 2.5rem;
}
.affiliate-overview .h4 {
    font-size: 26px;
}
.bg-success {
    background-color: rgba(7,187,7,.13)!important;
    /*background-color: var(--success--light)!important;*/
}
.bg-success i {
    color: #07bb07;
    color: var(--success);
}
.stamp i {
    font-size: 24px;
}
.contact {
    min-height: 136px;
}
.bg-red {
    background: rgba(235,87,87,.17)!important;
}
.bg-red i {
    color: #eb5757;
}
.invite-card .card-title {
    font-size: 16px;
    font-weight: 700;
}
.malus-share .list {
    padding-left: 18px;
    font-size: 14px;
}
.invite-table .table th {
    vertical-align: middle;
    line-height: 1;
}
.invite-table .table th {
    vertical-align: center !important;
    border-top: 1px solid #f3f3f3;
}
.withdrowal-setting .account-info {
    margin-bottom: 24px;
}
.withdrowal-setting .account-info .payment-type {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.withdrowal-setting .account-info .payment-type div.active {
    border: 1px solid #4d55e8;
}
.withdrowal-setting .account-info .payment-type div {
    cursor: pointer;
    width: 162px;
    height: 42px;
    background: #fff;
    border: 1px solid #e8e7f8;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.withdrowal-setting .account-info .payment-type div svg {
    margin-right: 8px;
}
.withdrowal-setting .account-info .account {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.withdrowal-setting .account-info .account .form-wrapper.account-name {
    width: 340px;
    margin-right: 16px;
}
.withdrowal-setting .account-info .account .form-wrapper .label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}
.withdrowal-setting .account-info .account .form-wrapper.account-name input {
    width: 100%;
}
.withdrowal-setting .account-info .account .form-wrapper input {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #7b7b7b;
    margin-right: 16px;
    padding: 0 12px;
    height: 46px;
    margin-bottom: 16px;
}
.withdrowal-setting .desc {
    margin-top: 18px;
    position: relative;
}
.withdrowal-setting .desc h4 {
    margin-bottom: 24px;
}
.withdrowal-setting .desc li {
    list-style: none;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #666;
    flex: none;
    order: 0;
    align-self: flex-start;
    margin-top: 12px;
}
.withdrowal-setting .desc button {
    margin-top: 42px;
    border-radius: 4px;
    width: 212px;
    height: 47px;
    float: right;
}
.invite-table .show-address {
    max-width: 180px;
}
.choose-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}
.choose-tag .tag.active {
    border-color: #4d55e8;
    color: #4d55e8;
}
.choose-tag .tag {
    font-size: 15px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    font-weight: 400;
    background: none;
    color: #333;
    position: relative;
    padding: 4px 8px;
    min-width: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.choose-tag .tag .discount-tag {
    color: #fff;
    background: #ff4243;
    padding: 2px 6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-left: 4px;
    transform: scale(.9);
    margin-top: -1px;
}
.body-dark {
    background: #18191a !important;
}
.header-dark {
    background-color: #383838 !important;
}
.card-dark {
    background-color: #383838 !important;
}
.tab-link-dark {
    background-color: #383838 !important;
}
.home-card-dark {
    background-color: #383838 !important;
}
.form-control-dark {
    background-color: #383838 !important;
}
.card-header-dark {
    background-color: #383838 !important;
}
.modal-content-dark {
    background-color: #383838 !important;
}
.name-dark {
    color: #d2d2d2 !important;
}
.blog-card{
    display: grid;
    gap: 20px;
    margin-top: 30px;
}
.blog-card .card-b{
box-shadow: 2px 4px 16px #1717170a;
border-radius: .75rem;
border: 1px solid #e6ebf3;
margin: 0 !important;
padding: 1rem;
}

.blog-card .card-body h5{
    line-height: 1.5;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    transition-duration: .25s;
}
.blog-card .card-body h5:hover{
    color: #4b5563;
    transition-duration: .25s;
}
.blog-card .card-text-a{
    color: #6c757d;
     display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;  
    margin-bottom: 10px;
    font-size: 14px;
    transition-duration: .25s;
}

.blog-card .card-text-b{
margin: 0;
}
.blog-card .blog-pic img{
width: 100%;
height: 100%;
transition-duration: .25s;
}
.blog-card .blog-pic{
    border-radius: .75rem;
    overflow: hidden;

}
.blog-pic a:hover .card-img{
    transform: scale(1.05);
    transition-duration: .25s;
}

.blog-text{
    flex: 1;
}


@media screen and (min-width: 992px) {
    
.article-body{
    display: flex;
    gap: 2rem;
    flex-direction: row;
}

.card-content-l:before {
        background: linear-gradient(to bottom, #fff, #e6ebf3);
        content: "";
        height: 160px;
        position: absolute;
        right: -1px;
        top: 0;
        width: 1px;
    }
.card-content-l:after {
        background: linear-gradient(to bottom, #fff, #e6ebf3);
        content: "";
        height: 160px;
        left: -1px;
        position: absolute;
        top: 0;
        width: 1px;    
}
.card-content-l-s:before {
        background: linear-gradient(to top, #fff, #e6ebf3);
        content: "";
        height: 160px;
        position: absolute;
        right: -1px;
        bottom: 0;
        width: 1px;
    }    
.card-content-l-s:after {
        background: linear-gradient(to top, #fff, #e6ebf3);
        content: "";
        height: 160px;
        left: -1px;
        position: absolute;
        bottom: 0;
        width: 1px;
    }    
    
.card-content-l{
 padding: 0 2rem 2rem 2rem;
 box-shadow: 2px 0px 16px #17171705;
 position: relative;
border-left: 1px solid #e6ebf3;
border-right: 1px solid #e6ebf3;
flex-grow: 1;  
}
.card-content-r{
width: 20rem;
flex-shrink: 0;
}

.blog-card .blog-pic{
    width: 180px !important;
    height: 135px !important;
}
}

@media screen and (max-width: 991px) {
  
  .card-content-r{
      display: none;
  }  
  
}

@media screen and (min-width: 768px) {
    
        .blog-card .blog-pic {
        width: 160px;
        height: 120px;
    }
}

@media screen and (max-width: 767px) {
.article-body {
flex-direction: column;
display: flex;
gap: 2rem;
    }


}
.blog-post p{
    color: #374151;
    font-size:16px ;
    line-height:1.8 ;
    margin-bottom: 15px;
}
.blog-post a:hover,.buy-content a:hover{
    color: #ffc622;
    text-decoration: underline;
}
.blog-post img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.blog-post h1,.blog-post h2,.blog-post h3,.blog-post h4,.blog-post h5 ,.blog-post p > strong{
    color: #111827;
}
.blog-post h1{
 font-size: 24px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;    
}
.blog-post h2{
 font-size: 22px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;     
}
.blog-post h3{
font-size: 18px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;    
}
.blog-post h4{
 font-size: 16px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;     
}
.blog-post ul ,.blog-post ol{
    color: #374151;
    font-size:16px ;
    line-height:1.8 ;
}
.blog-post ul li,.blog-post ol li{
    margin: .5em 0;
}
.blog-post blockquote {
    position: relative;
    background: #ffc62214;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
}
.blog-post blockquote p {
    margin: 0 0 10px !important;
}
.blog-post blockquote :before {
    background: #ffc622;
    content: "";
    height: 100%;
    position: absolute;
    width: 3px;
    left: 0px;
    top: 0;
}

.blog-breadcrumb .breadcrumb{
    margin: 0;
}
.blog-breadcrumb .breadcrumb a{
    color: #111827;
}
.blog-content .blog-post{
    margin-top: 30px;
}
.blog-breadcrumb .breadcrumb .active{
 color: #919ca7;
}
.blog-article-title h3{
color: #111827;
    margin: 20px 0 10px 0;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 500;
}
.blog-r-title{
    font-size: 16px;
    color: #111827;
    margin-bottom: 20px;
}
.blog-r-title i{
    margin-right: 5px;
}

.list-group-box{
    display: flex;;
}
.list-group-pic{
    width: 88px;
    height: 66px;
    overflow: hidden;
    border-radius: .5rem;
}
.list-group-pic img{
    width: 100%;
    height: 100%;
    transition-duration: .25s;
}
.list-group-text{
    flex: 1;
    padding-left: 1.5rem;
}

.list-group-nunll {
    list-style: none;
    margin-bottom: 20px;
}
.list-group-text h3{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #111827;
      display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
      -webkit-box-orient: vertical; /* 垂直排列 */
      -webkit-line-clamp: 2; /* 限制显示两行 */
      overflow: hidden; /* 隐藏超出范围的内容 */
      text-overflow: ellipsis; /* 使用省略号 */
}
.list-group-pic:hover img{
    transform: scale(1.05);
    transition-duration: .25s;
}
.blog-mianbao .breadcrumb{
    margin: 0;
    padding: 0;
        overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.blog-mianbao .breadcrumb::-webkit-scrollbar {
display: none;  /* 或 width: 0; */
}
.blog-mianbao .breadcrumb-item a:hover{
    color: #ffc622 !important;
}
.blog-mianbao .breadcrumb .active{
    color: #919ca7;
}
.card-p{
  box-shadow: 2px 4px 16px #1717170a;
    border-radius: .75rem;
    border: 1px solid #e6ebf3;
    margin-bottom: 20px;
    padding: 1rem;  
}
.card-p .mb-0{
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #111827;

    flex: 1;
    font-weight: 700;
}
.card-header-p{
 padding: .5rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
     cursor:pointer;
}

.card-header-p i{
 color: #6c757d;
    font-size: 16px;
    width: 24px;
    height: 24px;   
}
.card-body-q{
    color: #474d56;
    font-size: 15px;
    text-align: left;
    padding: .5rem;
}

.card-body-q p{
    color: #374151;
    font-size:16px ;
    line-height:1.8 ;
    margin-bottom: 15px;
}
.card-body-q a:hover,.buy-content a:hover{
    color: #ffc622;
    text-decoration: underline;
}
.card-body-q img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.card-body-q h1,.blog-post h2,.blog-post h3,.blog-post h4,.blog-post h5{
    color: #111827;
}
.card-body-q h1{
 font-size: 24px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;    
}
.card-body-q h2{
 font-size: 22px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;     
}
.card-body-q h3{
font-size: 18px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;    
}
.card-body-q h4{
 font-size: 16px;
font-weight: 600;
line-height: 1.6;
margin-bottom: .6em;
margin-top: 1.6em;     
}
.card-body-qul ,.blog-post ol{
    color: #374151;
    font-size:16px ;
    line-height:1.8 ;
}
.card-body-q ul li,.blog-post ol li{
    margin: .5em 0;
}
.card-body-q blockquote {
    position: relative;
    background: #ffc62214;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
}
.card-body-q blockquote p {
    margin: 0 0 10px !important;
}
.card-body-q blockquote :before {
    background: #ffc622;
    content: "";
    height: 100%;
    position: absolute;
    width: 3px;
    left: 0px;
    top: 0;
}

.pay-grid .alipay .pay-type:hover ,.alipay > .active{
background-color: rgb(2 169 241 / 15%) ;
border-color: rgb(2 169 241 / 100%) ;
}





.pay-grid .wxpay .pay-type:hover ,.wxpay > .active{
  background-color: rgb(9 187 7 / 15%) ;
border-color: rgb(9 187 7 / 100%) ;  
}


.pay-grid .epusdt .pay-type:hover ,.epusdt > .active{
  background-color: rgb(83 174 148 / 15%) ;
border-color: rgb(83 174 148 / 100%) ;     
} 


