*{
    box-sizing:border-box !important;
    padding: 0;
    margin: 0; 
    outline:none;
}
:root {
    --bt-dark-black: #0A0A0A; 
    --bt-pure-white:#fff;
    --bt-grey-color:#9E9E9E;
    --bt-deep-purple-gray:#453952;
    --bt-light-purple-color:#7A678F;
    --bt-deep-purple-color:#D4A0FF;
    --bt-main-orange-color:#FF5300;
    --bt-dark-purple-gray: #362C41;
    --bt-dark2-purple-gray: #332E37;
    --bt-black-purple-gray: #201C23;
}
html{
    overflow-x: hidden;
}
body::-webkit-scrollbar {  }
body.bt-body{
    font-family: "Inter",sans-serif !important;
    padding: 0 !important;
    margin:0 auto !important; 
    font-size: 15px;
    font-weight: 500;
    color: var(--bt-pure-white);
    background: var(--bt-dark-black);
    overflow-x: initial !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    position: relative;
}
html body, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body button{
    font-family: "Inter",sans-serif !important;
}
body.bt-body .btn{
    font-family: "Inter",sans-serif !important;
    font-weight: 500 !important;
}
a{
    color: var(--bt-pure-white);
    text-decoration: none;
}
a:hover{
    color: #FF5300 !important;
}
a:focus{
    color: initial;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: "Inter", serif;
    font-size: 14px;
}
input::-webkit-input-placeholder, /* Chrome, Safari, Opera */
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: "Inter", serif;
    font-size: 14px;
}

input::-moz-placeholder, /* Firefox 19+ */
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: "Inter", serif;
    font-size: 14px;
}

input:-ms-input-placeholder, /* IE 10+ */
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: "Inter", serif;
    font-size: 14px;
}

input::-ms-input-placeholder, /* Microsoft Edge */
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: "Inter", serif;
    font-size: 14px;
}
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: initial !important;
}
.text-center{
    text-align: center;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.maximg img{
    display: block;
    width: 100%;
    height: auto;
}
.amplify-img{
    overflow: hidden;
    display: block;
}
.amplify-img img {
    display: block;
    transition: transform ease .4s;
}
.amplify-img img:hover{
    transform: scale(1.1);
}
.bt-container{
    max-width: 1320px;
    padding: 0 24px;
    margin: 0 auto;
}
.bt-main{
    position: relative;
    background: var(--bt-dark-black);
    color: var(--bt-pure-white);
}
body.bt-body select, 
body.bt-body textarea{
    background: none;
    border:1px solid #3F3249;
    border-radius: 10px;
    color: #fff;
}
body.bt-body select option{
    color:#fff;
    background: var(--bt-black-purple-gray);
    border:1px solid var(--bt-dark2-purple-gray);
    font-size: 14px;
}
body.bt-body select option:hover,
body.bt-body select option:focus,
body.bt-body select option:checked{
    background: var(--bt-deep-purple-gray);
    color: var(--bt-pure-white);
}
/*头部样式*/
.top-adv{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    background: #1C1D20;
    color: #fff;
    text-align: center;
}
.top-adv h1,
.top-adv h2,
.top-adv h3,
.top-adv h4{
    font-size: 16px;
    font-weight: 600;
    color: #D4A0FF !important;
    line-height: 19px;
    margin-bottom: 4px;
    margin-top: 0;
}
.top-adv p{
    margin: 0;
    font-size: 12px;
    line-height: 15px;
}
.top-adv p a{
    color: #fff;
    text-decoration: underline;
}
.top-adv p a:hover{
    color: #D4A0FF !important;
}
.bt-header{
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index: 999;
    background: linear-gradient(256deg, #060606 -3%, #141327 16%, #1F1833 20%, #211B3E 27%, #524B67 31%, #231840 35%, #2C2148 39%, #443B5B 42%, #30234C 46%, #39314F 52%, #59526A 56%, #23173C 61%, #121020 72%, #090909 101%);
    overflow-x: initial !important;
}
body.home .bt-header{
    background: none;
}
.bt-header.bt-header-fixed{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
}
.width-top-adv.bt-header.bt-header-fixed{
    top:58px;
}
body.home .bt-header.bt-header-width-bg{
    background: linear-gradient(256deg, #060606 -3%, #141327 16%, #1F1833 20%, #211B3E 27%, #524B67 31%, #231840 35%, #2C2148 39%, #443B5B 42%, #30234C 46%, #39314F 52%, #59526A 56%, #23173C 61%, #121020 72%, #090909 101%);
}
.bt-header-inner{
    display: flex;
    align-items: center;
    height: 70px;
}
.bt-logo-wrap{
    margin-right: 30px;
}
.bt-logo-wrap h1.bt-logo{
    margin-bottom: 0;
    margin-top: 0;
}
.bt-logo a{
    display: block;
}
.bt-logo a img{
    display: block;
    height: 44px;
    width: auto;
    max-width: unset;
}
.bt-header-right{
    margin-left: auto;
    margin-right: 0;
}
.bt-primary-nav{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.bt-primary-nav a{
    color: var(--bt-pure-white);
    position: relative;
}
.bt-primary-nav li{
    position: relative;
}
/*暂时隐藏hosting*/
.home-nav-hosting {
    display: none;
}
.bt-primary-nav li ul{
    display: none;
}
.bt-primary-nav li.full-with-submenu li{
    padding: 0 !important;
}
.bt-primary-nav li.full-with-submenu li a{
    border-bottom: none !important;
    padding-right: 0;
}
.bt-primary-nav li.full-with-submenu li a
.bt-primary-nav>li.full-with-submenu>ul li.menu-item-has-children>a:after{
    display: none !important;
}
.bt-primary-nav li.full-with-submenu>ul{
    display: none;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 79px !important;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    border-radius: 0;
    border:none;
    padding: 20px calc((100% - 1272px)/2);
}
.bt-primary-nav li.full-with-submenu:hover>ul{
    display: flex !important;
}
.bt-primary-nav li.full-with-submenu>ul::before,
.bt-primary-nav li.full-with-submenu>ul::after{
    display: none;
}
.with-top-adv.bt-primary-nav li.full-with-submenu>ul{
    top:128px !important;
}
.bt-primary-nav li.full-with-submenu>ul>li>ul{
    position: relative;
    padding: 0;
    border-radius: 0;
    border:none;
    background: none;
    display: block;
    left:0;
}
.bt-primary-nav li.full-with-submenu>ul>li.two-column-online>ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 0 24px; 
}
.clearfix:before, .clearfix:after{
    display: none !important;
}
.bt-primary-nav li.full-with-submenu>ul>li>ul>li>a{
    color: #C7C3CB;
    padding: 1px 0;
}
.bt-primary-nav li:hover>ul{
    display: block;
}
.bt-primary-nav>li>ul>li>ul{
    display: none;
}
.bt-primary-nav>li>ul>li:hover>ul{
    display: block;
}
.bt-primary-nav>li>a{
    display: block;
    padding: 30px 15px;
    font-weight: 500;
    line-height: 16px;
}
html[lang="en-US"] .bt-primary-nav>li>a{
    padding: 25px;
}
.bt-primary-nav>li.menu-item-has-children>a:after{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right:0px;
    top:50%;
    margin-top: -6px;
    background-image: url(https://bt-miners.com/wp-content/themes/azuri/assets/images/header-ropdown-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
html[lang="en-US"] .bt-primary-nav>li.menu-item-has-children>a:after{
    right: 8px;
}
.bt-primary-nav>li.menu-item-has-children:hover>a,
.bt-primary-nav>li.current-menu-item>a{
    color: var(--bt-main-orange-color);
}
.bt-primary-nav>li.menu-item-has-children:hover>a:after{
    transform: scaleY(-1);
}
.bt-header-right{
    display: flex;
    align-items: center;
}
.bt-header-right-item{
    position: relative;
}
.bt-header-right-item>a,
.bt-header-right-item>span{
    padding: 30px 17.5px;
}
.bt-header-right-item>a img,
.bt-header-right-item>span img{
    height: 24px;
    width: auto;
}
.bt-header-right .bt-header-right-item .gtranslate_wrapper{
    padding-left: 17.5px;
}
.bt-body .bt-header-right .bt-header-right-item .gtranslate_wrapper #gt_float_wrapper{
    position: relative !important;
    top:auto !important;
    right:auto !important;
}
.bt-body .bt-header-right .bt-header-right-item .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher{
    background: none !important;
}
.bt-body #gt_float_wrapper .gt_float_switcher, #gt_float_wrapper .gt-current-lang{
    background: none !important;
}
.bt-header-right-item>span{
    cursor: pointer;
}
.bt-header-right-item .gt_float_switcher .gt-selected {
    background-color: transparent;
}
.bt-header-right-item .gt_float_switcher{
    background-color: transparent;
    color: var(--bt-pure-white);
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
    /* font-family: "Inter", serif; */
    padding-top: 4px;
    font-weight: normal;
}
.bt-header-right-item .gt_float_switcher .gt-selected .gt-current-lang{
    color: var(--bt-pure-white) !important;
    padding: 0;
}
.bt-header-right-item .gt_float_switcher img{
    width: 28px;
}
.bt-header-right-item .gt_float_switcher .gt-selected .gt-current-lang{
    font-weight: normal;
}
.bt-header-default-pop{
    display: none;
}
.bt-header-right-item:not(.bt-header-right-login-item):hover .bt-header-default-pop{
    display: block;
}
.bt-header-right-item .gt_float_switcher .gt_options,
.bt-primary-nav>li>ul,
.bt-header-default-pop{
    position: absolute;
    top:45px;
    left:50%;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    background: var(--bt-deep-purple-gray);
    width: max-content;
    border:1px solid var(--bt-light-purple-color);
    border-radius: 8px;
    padding: 0px 16px;
    overflow-y: unset;
    max-height: unset;
    z-index: 9999;
    min-width: 180px;
}
.bt-primary-nav>li>ul{
    top:65px !important;
    padding: 0px;
}
.bt-primary-nav>li>ul li.menu-item-has-children>a:after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right:0;
    top:50%;
    margin-top: -6px;
    background-image: url(https://bt-miners.com/wp-content/themes/azuri/assets/images/small-right-arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bt-primary-nav>li>ul li.menu-item-has-children:hover>a:after{
    background-image: url(https://bt-miners.com/wp-content/themes/azuri/assets/images/small-right-arrow-orange.svg);
}
.bt-primary-nav>li>ul>li>ul{
    padding: 0px;
}
.bt-primary-nav>li>ul li{
    padding: 0 16px;
}
.bt-primary-nav>li>ul>li>ul{
    position: absolute;
    top:-1px;
    left:calc(100% - 1px);
    background: var(--bt-deep-purple-gray);
    width: max-content;
    border:1px solid var(--bt-light-purple-color);
    border-radius: 8px;
    z-index: 9999;
}
.bt-header-right-item .gt_float_switcher .gt_options:before,
.bt-primary-nav>li>ul::before,
.bt-header-default-pop::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;  /* 左边透明边 */
    border-right: 8px solid transparent; /* 右边透明边 */
    border-bottom: 12px solid var(--bt-deep-purple-gray);   /* 底边有颜色 */
    position: absolute;
    left:50%;
    top:-11px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
}
.bt-header-right-item .gt_float_switcher .gt_options:after,
.bt-primary-nav>li>ul:after,
.bt-header-default-pop:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;  /* 左边透明边 */
    border-right: 8px solid transparent; /* 右边透明边 */
    border-bottom: 12px solid var(--bt-light-purple-color);   /* 底边有颜色 */
    position: absolute;
    left:50%;
    top:-13px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 8;
}
.bt-header-right-item .gt_float_switcher .gt_options a,
.bt-primary-nav>li ul li a,
.bt-search-brands li a{
    display: block;
    color: var(--bt-pure-white);
    font-size: 14px;
    padding: 6px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.bt-header-right-item .gt_float_switcher .gt_options a{
    padding: 8px 0;
}
.bt-primary-nav>li ul li a{
    padding: 10px 0px;
    padding-right: 33px;
}
.bt-header-right-item .gt_float_switcher .gt_options a:hover,
.bt-primary-nav li a:hover,
.bt-search-brands li a:hover{
    background: none;
    color: var(--bt-main-orange-color) !important;
}
.bt-header-right-item .gt_float_switcher .gt_options a:last-child,
.bt-primary-nav>li ul li:last-child a,
.bt-search-brands li:last-child a{
    border-bottom: none;
}
.bt-header-right-item .gt_float_switcher .gt_options a img{
    width: 28px;
    height: auto;
}
.bt-header-search-form{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .2);
    margin: 16px 0;
}
.bt-header-search-form input.search-keyword{
    height: 40px;
    width: 100%;
    border:none;
    background: none;
    color: var(--bt-pure-white);
}
.bt-header-search-form img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}
.bt-search-brands-wrap p{
    font-size: 12px;
    color: var(--bt-pure-white);
    opacity: .5;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
}
.bt-header-loginform-pop h3{
    font-size: 24px;
    color: var(--bt-pure-white) !important;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 20px;
}
#bt-loginform-pop p label{
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--bt-pure-white);
    margin-bottom: 8px;
}
#bt-loginform-pop p{
    margin-bottom: 16px;
}
#bt-loginform-pop p.login-submit{
    margin-bottom: 10px;
}
#bt-loginform-pop p input,
p.bt-register-link a{
    height: 40px;
    padding: 0 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .2);
    border:none;
    width: 100%;
    color: #fff;
}
#bt-loginform-pop p input.button{
    background: var(--bt-main-orange-color);
}
#bt-loginform-pop p input.button:hover{
    opacity: .8;
}
p.bt-register-link a{
    background: none;
    border:1px solid var(--bt-pure-white);
    color: var(--bt-pure-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
p.bt-register-link a:hover{
    background: var(--bt-light-purple-color);
    color: #fff !important;
}
.bt-header-default-pop.bt-header-loginform-pop{
    min-width: 152px;
}
p.bt-lost-pass-link{
    margin-top: -5px;
}
p.bt-lost-pass-link a{
    font-size: 14px;
    color: var(--bt-deep-purple-color) !important;
}
ul.bt-search-brands{
    margin-bottom: 0;
}
ul.bt-loginform-pop-nav{
    padding-top: 10px;
    margin-bottom: 10px;
}
.bt-header-mini-cart{
    position: relative;
}
.bt-header-mini-cart img{
    height: 24px;
    width: auto;
}
.bt-header-mini-cart span{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bt-main-orange-color);
    color: var(--bt-pure-white);
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    top:-9px;
    right:-9px;
}
.bt-header-cart{
    padding: 0 17.5px;
}
.bt-custom-mini-cart{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0, 0, 0, .4);
    display: none;
}
.bt-custom-mini-cart.active{
    display: block;
}
.bt-custom-mini-cart .widget_shopping_cart{
    width: 0;
    background: var(--bt-deep-purple-gray);
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    transition: width ease .4s;
}
.bt-custom-mini-cart.active .widget_shopping_cart{
    width: 420px;
}
.bt-custom-mini-cart .widget_shopping_cart .bt-mini-cart-widgettitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.bt-mini-cart-widgettitle h3{
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    color: var(--bt-pure-white) !important;
    font-weight: 500;
}
.bt-mini-cart-widgettitle i{
    font-size: 14px;
    color: var(--bt-pure-white);
    cursor: pointer;
    font-weight: 200;
    line-height: 14px;
    padding: 8px;
}
.bt-mini-cart-widgettitle span:hover{
    color: var(--bt-main-orange-color);
}
.bt-custom-mini-cart .shopping_cart_content p.total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bt-pure-white);
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-transform: initial;
}
.bt-custom-mini-cart .shopping_cart_content p.total strong{
    font-weight: 500;
    color: var(--bt-pure-white);
    font-size: 16px;
}
.bt-custom-mini-cart .widget_shopping_cart_content{
    padding: 30px !important;
}
.bt-custom-mini-cart .shopping_cart_content p.buttons{
    margin-top: 20px;
}
.bt-custom-mini-cart .shopping_cart_content .total .amount{
    font-size: 24px;
    font-weight: 500;
    float: none;
    color: var(--bt-pure-white);
}
.bt-custom-mini-cart .shopping_cart_content p.buttons .btn{
    height: 50px;
    background: var(--bt-main-orange-color);
    border-radius: 25px;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
    border:none;
    text-transform: initial;
}
.bt-custom-mini-cart .shopping_cart_content p.buttons .btn:first-child{
    background: var(--bt-deep-purple-color);
    color: var(--bt-dark-black);
}
.bt-custom-mini-cart .shopping_cart_content p.buttons .btn:first-child{
    color: var(--bt-dark-black) !important;
}
.bt-custom-mini-cart .shopping_cart_content p.buttons .btn:hover{
    color: var(--bt-dark-black) !important;
    opacity: .8;
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .image{
    width: 70px;
    height: 70px;
    background: var(--bt-dark-purple-gray);
    border-radius: 6px;
    padding: 5px;
    border:none;
    display: block !important;
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .image img{
    display: block;
    width: 100%;
    height: auto;
}
.bt-custom-mini-cart .shopping_cart_content{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.bt-custom-mini-cart .shopping_cart_content .cart-bottom{
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
}
.bt-shopping-cart-widget-body{
    position: relative;
    flex: 1 1 auto;
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12);
}
.bt-shopping-cart-widget-body .bt-scroll-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #473956 #5a4b6a; /* 滑块颜色 #473956，轨道颜色 #5a4b6a */
    scrollbar-width: thin !important;
}
/* 滚动条整体样式 */
.bt-shopping-cart-widget-body .bt-scroll-content::-webkit-scrollbar {
    width: 5px !important; 
}
  
  /* 滚动条轨道 */
  .bt-shopping-cart-widget-body .bt-scroll-content::-webkit-scrollbar-track {
    background: #5a4b6a; /* 轨道颜色 */
    border-radius: 5px; /* 圆角 */
  }
  
  /* 滚动条滑块 */
  .bt-shopping-cart-widget-body .bt-scroll-content::-webkit-scrollbar-thumb {
    background: #473956; /* 滑块颜色 */
    border-radius: 5px; /* 滑块圆角 */
    border: 2px solid #5a4b6a; /* 滑块边框，与轨道背景一致 */
  }
  
  /* 滑块悬停时的样式 */
  .bt-shopping-cart-widget-body .bt-scroll-content::-webkit-scrollbar-thumb:hover {
    background: #473956; /* 悬停时滑块颜色 */
  }
.bt-custom-mini-cart .shopping_cart_content .cart_list{
    width: 100%;
    max-height: 100%;
    overflow: auto;
}
.bt-custom-mini-cart .widget_shopping_cart_content{
    height: calc(100% - 60px);
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .cart-main-content{
    display: flex;
    flex-direction: column-reverse;
    padding-right: 33px;
    flex:1;
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .widget-product{
    display: flex;
    align-items: flex-start;
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .widget-product:last-child{
    border-bottom:none;
    margin-bottom: 0;
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .name{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    width: 100%;
    margin-top: 0;
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .name a{
    color: var(--bt-pure-white);
}
.bt-custom-mini-cart .shopping_cart_content .cart_list .name a:hover{
    color: var(--bt-main-orange-color) !important;
}
.bt-custom-mini-cart .shopping_cart_content .cart_list span.quantity{
    width: 100%;
    display: block;
    color: var(--bt-main-orange-color);
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
    line-height: 19px;
}
.shopping_cart_content .cart_list .cart-main-content .remove{
    color: #B2ADB6;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #B2ADB6;
}
.shopping_cart_content .cart_list .cart-main-content .remove i{
    font-size: 8px;
    color: #B2ADB6;
}
.shopping_cart_content .cart_list .cart-main-content .remove:hover{
    border-color: var(--bt-main-orange-color);
}
.shopping_cart_content .cart_list .cart-main-content .remove:hover i{
    color: var(--bt-main-orange-color);
}
.bt-custom-mini-cart.bt-empty-mini-cart .shopping_cart_content .cart_list{
    margin-top: auto;
    margin-bottom: 0;
}
.bt-custom-mini-cart.bt-empty-mini-cart .shopping_cart_content .cart-bottom{
    display: none;
}
/*底部样式*/
.footer-gradient-background::after{
    content: '';
    width: 100%;
    height: 540px;
    background: radial-gradient( 48.71% 46.53% at 50% 50%, rgba(69,57,92,0.36) 0%, rgba(10,10,10,0) 100%);
    position: absolute;
    left:0;
    top:-50%;
    z-index: -1;
}
footer.bt-footer{
    color: var(--bt-grey-color);
    position: relative;
    z-index: 1;
}
footer.bt-footer .bt-footer-inner{
    background: var(--bt-dark-black);
    position: relative;
    z-index: 3;
}
.bt-footer-top{
    padding: 60px 0;
}
.bt-footer-bottom{
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-weight: 400;
    font-size: 14px;
}
.bt-footer-bottom p:last-child{
    margin-bottom: 0;
}
.bt-footer-top-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bt-footer-top-l{
    width: 28%;
    flex:unset;
}
.bt-footer-top-c{
    flex:1;
}
.bt-footer-top-r{
    flex:unset;
}
.bt-footer-logo a{
    display: block;
}
.bt-footer-logo a img{
    display: block;
    height: 68px;
    width: auto;
}
.bt-footer-profile{
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    font-weight: 500;
}
.bt-footer-profile p{
    margin-bottom: 16px;
}
.bt-footer-profile p:last-child{
    margin-bottom: 0;
}
.bt-footer-socials{
    margin-top: 25px;
    display: flex;
    margin-bottom: 0;
}
.bt-footer-socials li{
    margin-right: 20px;
}
.bt-footer-socials li:last-child{
    margin-right: 0;
}
.bt-footer-socials li a{
    display: block;
}
.bt-footer-socials li a img{
    height: 50px;
    width: auto;
}
.bt-footer-socials li a:hover{
    opacity: .8;
}
.bt-footer-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 7%;
}
.bt-footer-nav>li>a,
.bt-footer-top-r .bt-footer-menu-hd{
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: var(--bt-pure-white) !important;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
.bt-footer-nav>li>ul{
    margin-top: -3px;
}
.bt-footer-nav>li>ul>li>a{
    display: block;
    padding: 3px 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: var(--bt-grey-color) !important;
}
.bt-footer-nav li ul li a:hover{
    color: var(--bt-main-orange-color) !important;
}
.bt-footer-phones li{
    display: flex;
    align-items: center;
    padding: 3px 0;
}
.bt-footer-phones li img{
    display: block;
    width: 28px;
    height: auto;
    margin-right: 10px;
}
.bt-footer-phones li a{
    font-size: 16px;
    line-height: 32px;
    color: var(--bt-grey-color);
    font-weight: 500;
}
.bt-footer-phones li a:hover{
    color: var(--bt-grey-color);
}
/*其他通用*/
.bt-main-content{
    padding: 45px 0;
    position: relative;
    z-index: 2;
}
.bt-content-header{
    margin-bottom: 45px;
}
body .bt-content-header .bt-page-title{
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: var(--bt-main-orange-color);
    text-align: left;
    margin: 0 !important;
    font-family: "Inter", sans-serif !important;
    display: block !important;
}
.bt-content-header .bt-term-description{
    margin-top: 15px;
    position: relative;
    height: 72px;
    overflow: hidden;
}
.bt-content-header .bt-term-des-box{
    font-size: 14px;
    line-height: 24px;
    opacity: .6;
/*    display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bt-content-header .bt-term-description.bt-content-hide .bt-term-des-box{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bt-content-header .bt-term-description .bt-term-des-more{
    display: none;
    align-items: center;
    color: var(--bt-deep-purple-color);
    font-weight: 500;
    position: absolute;
    right:0;
    bottom: -35px;
}
.bt-content-header .bt-term-description .bt-term-des-more.bt-des-open img{
    transform: scaleY(-1);
}
.bt-content-header .bt-term-description .bt-term-des-more:hover{
    color: var(--bt-deep-purple-color) !important;
}
.bt-content-header .bt-term-description .bt-term-des-more img{
    width: 10px;
    height: auto;
    display: block;
    margin-right: 5px;
}
.bt-main-content-row{
    display: flex;
    align-items: flex-start;
}
.bt-main-content-row .bt-content-area{
    flex:1;
}
body.woocommerce .bt-product-item .out-of-stock{
    height: 30px;
    line-height: 30px;
    border:1px solid var(--bt-dark-purple-gray);
    background: var(--bt-black-purple-gray);
    color: var(--bt-grey-color) !important;
    font-size: 13px;
    border-radius: 15px;
    position: absolute;
    top:0;
    right:0;
    padding: 0 13px;
}
body.woocommerce .products.products-list .out-of-stock{
    top:10px;
    right:10px;
}
/*返回顶部*/
#back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #453952;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    z-index: 1000;
    cursor: pointer;
    transition: opacity 0.3s, visibility 0.3s;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 26px;
}
#back-to-top svg{
    width: 100%;
    height: auto;
    display: block;
}
#back-to-top:hover {
    background-color: #453952;
}

/*侧边栏样式*/
.bt-main-content-row aside.bt-sidebar{
    width: 25%;
    margin-right: 40px;
    flex:none;
    background: var(--bt-black-purple-gray);
    border-radius: 10px;
    border:1px solid var(--bt-dark2-purple-gray);
    padding: 30px;
}
aside.bt-sidebar aside.widget{
    margin-bottom: 15px;
}
aside.bt-sidebar aside.widget:last-child{
    margin-bottom: 0;
}
aside.bt-sidebar aside.widget h2.widget-title,
aside.bt-sidebar aside.widget h5{
    font-size: 20px;
    color: var(--bt-pure-white);
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: block;
    text-align: left;
    font-family: "Inter", sans-serif !important;
}
aside.bt-sidebar aside.widget.widget_search form label{
    font-size: 20px;
    color: var(--bt-pure-white);
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-family: "Inter", sans-serif !important;
}
aside.bt-sidebar aside.widget.widget_search form input{
    height: 40px;
    line-height: 40px;
    background: #48404F;
    color: var(--bt-pure-white);
    border-radius: 8px;
    width: 100%;
    font-family: "Inter", sans-serif !important;
    border:none;
    font-size: 14px;
}
aside.bt-sidebar aside.widget ul{
    list-style: none;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
aside.bt-sidebar aside.widget.widget_nav_menu ul li,
aside.bt-sidebar aside.widget ul.wp-block-list li{
    list-style: none;
    width: 50%;
}
aside.bt-sidebar aside.widget.widget_nav_menu ul li a,
aside.bt-sidebar aside.widget ul.wp-block-list li a{
    display: block;
    color: var(--bt-grey-color);
    font-size: 15px;
    line-height: 20px;
    padding: 8px 0;
    font-weight: 400;
}
aside.bt-sidebar aside.widget.widget_nav_menu ul li a:hover,
aside.bt-sidebar aside.widget.widget_nav_menu ul li.current-menu-item a{
    color: var(--bt-main-orange-color) !important;
}
aside.bt-sidebar aside.widget ul.wp-block-list li a:hover,
aside.bt-sidebar aside.widget ul.wp-block-list li.current-menu-item a{
    color: var(--bt-main-orange-color) !important;
}
/*产品列表*/
body.bt-body .products{
    list-style: none;
    margin-left: 0;
    margin-bottom: -40px;
}
body.bt-body .products.products-grid{
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
body.bt-body .products.products-grid .product{
    width: 33.33%;
    padding-right: 40px;
    margin-bottom: 40px;
    list-style: none;
    float: none;
    margin-right: 0;
}
body.bt-body .products.products-list{
    margin-right: 0;
}
body.bt-body .products.products-list li,
body.bt-body .products.products-list .product{
    margin-bottom: 40px;
}


.products-grid .bt-product-item{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.products-list .bt-product-item{
    display: flex;
    align-items: center;
    position: relative;
    background: var(--bt-black-purple-gray);
    border-radius: 10px;
    border:1px solid var(--bt-dark2-purple-gray);
}
.products-grid .bt-product-item .product-thumb{
    position: relative;
}
.products-grid .bt-product-item .product-thumb a{
    display: block;
    overflow: hidden;
}
.products-list .bt-product-item .product-thumb{
    width: 25%;
}
.products-list .bt-product-item .bt-list-product-c{
    width: 50%;
    padding: 24px;
}
.products-list .bt-product-item::after{
    content: '';
    width: 1px;
    height: 100%;
    background: var(--bt-dark2-purple-gray);
    top:0px;
    right:25%;
    position: absolute;
}
.products-list .bt-product-item .bt-list-product-r{
    width: 25%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bt-product-item .product-thumb a{
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.bt-product-item .product-thumb a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    transition: transform ease .4s;
}
.products-grid .bt-product-item h3{
    margin-top: 14px;
    margin-bottom: 15px;
}
.products-list .bt-product-item h3{
    margin-top: 0px;
    margin-bottom: 10px;
}
.bt-product-item h3 a{
    display: block;
    font-size: 17px;
    line-height: 24px;
    color: var(--bt-pure-white);
    font-weight: 500;
    display: -webkit-box;      
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.products-list .bt-product-item h3 a{
    font-size: 18px;
    line-height: 26px;
}
.products-list .bt-product-item .product-excerpt{
    font-size: 14px;
    color: var(--bt-grey-color);
    line-height: 24px;
}
.bt-product-item h3 a:hover{
    color: var(--bt-main-orange-color) !important;
}
.bt-product-item .price{
    font-size: 17px;
    line-height: 22px;
    color: var(--bt-main-orange-color) !important;
    font-weight: 500;
    margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
    color: var(--bt-main-orange-color) !important;
}
.bt-body.woocommerce ul.products .product .price{
    font-size: 17px;
    line-height: 22px;
    color: var(--bt-main-orange-color);
    font-weight: 500;
    margin-bottom: 0;
}
.products-list .price{
    font-size: 20px;
    line-height: 28px;
}
.products-list .price .wvp-price-range{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.products-grid .bt-product-item .price{
    margin-top: auto;
    margin-bottom: 0;
}
.products-grid .bt-product-item:hover .add-cart{
    z-index: 3;
    opacity: 1;
}
.products-list .bt-product-item:hover .add-cart{
    opacity: .8;
}
.bt-product-item:hover .product-thumb a img{
    transform: scale(1.1);
}
.products-grid .bt-product-item .add-cart{ 
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -9999;
    opacity: 0;
    transition: opacity ease .4s;
}
.bt-product-item .add-cart a{
    display: block;
    line-height: 20px;
    padding: 8px 12px;
    border-radius: 18px;
    background: var(--bt-main-orange-color);
    color: var(--bt-pure-white);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}
.products-list .bt-product-item .add-cart a{
    padding: 8px 24px;
    margin-top: 10px;
}
.bt-product-item .add-cart a:hover{
    color: var(--bt-pure-white) !important;
    background: var(--bt-main-orange-color) !important;
}
.bt-profit-list-item{
    display: flex;
    align-items: center;
}
.bt-profit-list-item .bt-profit-list-td,
.bt-profit-list-item .bt-profit-list-th{
    width: 10%;
    flex:none;
    padding: 0 10px;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
}

/*consignment products*/
.consignment-products-block .consignment-product-item {
    background-color: #201C23;
    border: 1px solid #584C61;
    position: relative;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.consignment-products-block .consignment-product-item:hover {
    border: 1px solid #fff;
}
.consignment-products-block .consignment-product-item::before,
.consignment-products-block .consignment-product-item::after {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--bt-pure-white);
    position: absolute;
    z-index: 2;
}
.consignment-products-block .consignment-product-item::before {
    top: -3.5px;
    left: -3.5px;
}
.consignment-products-block .consignment-product-item::after {
    bottom: -3.5px;
    right: -3.5px;
}
.consignment-products-block .consignment-product-item .product-thumb {
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #201C23 0%, #352D3C 100%);
}
.consignment-products-block .consignment-product-item .consignment-product-info {
    padding: 0 20px;
}
.consignment-products-block .consignment-product-item .consignment-product-info .miner-attr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    background-color: #3F3844;
    border-radius: 10px;
    margin: 15px 0 20px 0;
    text-align: center;
}
.consignment-products-block .consignment-product-item .consignment-product-info .miner-attr .miner-attr-item {
    width:33.33%;
}
.consignment-products-block .consignment-product-item .consignment-product-info .miner-attr .miner-hashrate {
    border-right: 1px solid #584C61;
    border-left: 1px solid #584C61;
}
.consignment-products-block .consignment-product-item .consignment-product-info .miner-attr .miner-attr-item .attr-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.consignment-products-block .consignment-product-item .consignment-product-info .miner-attr .miner-attr-item .attr-title {
    margin: 0;
}   
.consignment-products-block .consignment-product-item .consignment-product-info .miner-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;  
    margin-bottom:20px;  
}

.bt-consignment-item-lists{
    margin:30px 0;
}
.bt-consignment-item-lists .bt-consignment-list-item {
    display: flex;
    align-items: center;
    padding:0 20px;
}
.bt-consignment-item-lists .bt-consignment-list-item .bt-consignment-list-th,
.bt-consignment-item-lists .bt-consignment-list-item .bt-consignment-list-td {
    width: 10%;
    flex:none;
    padding: 0 10px;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
    width: 12%;
}
.bt-consignment-item-lists .bt-consignment-list-item-box {
    border-radius: 10px;	
    background: #201C23;
    border: 1px solid #332E37;
    padding-top:20px;
    padding-bottom:20px;
    margin:10px 0;
}
.bt-consignment-item-lists .bt-consignment-list-item-box .bt-consignment-list-td {
    color:#fff;
    font-size:15px;
    font-weight:500;
}
.bt-consignment-item-lists .bt-consignment-list-item .bt-consignment-list-action a{
    padding:8px 15px;
    background: #D4A0FF;
    color:#0a0a0a;
    border-radius:40px;
    font-size:15px;
    font-weight:500;
}
.bt-consignment-item-lists .bt-consignment-list-item .bt-consignment-list-action a:hover {
    color:#0a0a0a !important;
    text-decoration: underline;
}
.bt-consignment-item-lists .bt-consignment-list-item .bt-consignment-list-location {
    width: 16%;
}
.bt-consignment-item-lists .bt-consignment-list-item-box .bt-consignment-list-price {
    color:#ff5300;
}

.bt-consignment-item-hd h2 {
    color:#fff;
    margin-top:60px;
}


.bt-profit-list-th.sortable-box{
    display: flex;
    align-items: center;
}
.bt-profit-list-th.sortable-box .sortable-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 3px;
}
.bt-profit-list-th.sortable-box a.sortable{
    height: 10px;
}
.bt-profit-list-th.sortable-box a.sortable.asc img{
    transform: scaleY(-1);
}
.bt-profit-list-th.sortable-box a.sortable img{
    height: 12px;
    width: auto;
    margin: 0;
    opacity: .5;
}
.bt-profit-list-th.sortable-box a.sortable:hover img,
.bt-profit-list-th.sortable-box a.sortable.active img{
    opacity: 1;
}
.bt-profit-list-item .bt-profit-list-td.bt-profit-list-price,
.bt-profit-list-item .bt-profit-list-th.bt-profit-list-price,
.bt-profit-list-item .bt-profit-list-td.bt-profit-list-hashrate,
.bt-profit-list-item .bt-profit-list-th.bt-profit-list-hashrate,
.bt-profit-list-item .bt-profit-list-td.bt-profit-list-profitability,
.bt-profit-list-item .bt-profit-list-th.bt-profit-list-profitability{
    width: 15%;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-td.bt-profit-list-price,
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-th.bt-profit-list-price,
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-td.bt-profit-list-hashrate,
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-th.bt-profit-list-hashrate,
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-td.bt-profit-list-profitability,
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-th.bt-profit-list-profitability{
    width: 10%;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-coin {
    width: 7%;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-coin img{
    padding: 1px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top:3px;
    margin-bottom:3px;
    margin-right: -6px;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item span.fullname {
    display: none;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item h3 a span.sortname {
    display: block;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-algo {
    width: 8%;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-td.bt-profit-list-model,
.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-th.bt-profit-list-model
 {
    width: 25%;
    padding-left:0;
}
.bt-profit-list-item .bt-profit-list-td.bt-profit-list-model,
.bt-profit-list-item .bt-profit-list-th.bt-profit-list-model{
    width: 35%;
    flex:none;
}
.bt-profit-list-item.bt-profit-list-hd{
    padding: 0 10px 10px 10px;

}
.bt-profit-list-item.product{
    background: #201C23;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #332E37;
    position: relative;
    margin-bottom: 20px !important;
}

.product-template-bt-product-miner-bros-single .bt-profit-list-item .bt-profit-list-hashrate {
    width: 10%;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-item.product{
    padding: 0 10px;
}
.product-template-bt-product-miner-bros-single .bt-profit-list-td.bt-profit-list-model .product-thumb{
    /* margin: -10px 0 -10px 0; */
}
body.bt-body.product-template-bt-product-miner-bros-single .products{
    margin-bottom: 0;
}
.bt-profit-list-td.bt-profit-list-model{
    display: flex;
    align-items: center;
}
.bt-profit-list-td.bt-profit-list-model .product-thumb{
    width: 30%;
    flex:none;
    
}
.bt-profit-list-td.bt-profit-list-model h3{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin-left: 15px;
}
.bt-profit-list-td.bt-profit-list-model h3 a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}
.bt-profit-list-td.bt-profit-list-model h3 a .sortname{
    display: none;
}
.bt-profit-list-td.bt-profit-list-price .price{
    color: #FF5300 !important;
}
.bt-profit-list-td.bt-profit-list-price .price .wvp-price-range{
    display: block;
    line-height: 19px;
}
.bt-body .IncomeColorBox{
    font-weight: bold;
    color: #fff;
    padding: 5px 30px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}
.bt-body .bt-profit-list-td .IncomeColorBox{
    padding: 5px 10px;
}
.bt-body .IncomeColorI {
    background: linear-gradient( -90deg, #00B578 0%, rgba(0,181,120,0) 100%);
}

.bt-body .IncomeColorII {
    background: linear-gradient( -90deg, #80E25F 0%, rgba(128,226,95,0) 100%);
}

.bt-body .IncomeColorIII {
    background: linear-gradient( -90deg, #D7FF93 0%, rgba(215,255,147,0) 100%);
}

.bt-body .IncomeColorIV {
    background: linear-gradient( -90deg, #DFC82F 0%, rgba(223,200,47,0) 100%);
}

.bt-body .IncomeColorV {
    background: linear-gradient( -90deg, #E77415 0%, rgba(231,116,21,0) 100%);
}

.bt-body .IncomeColorVI {
    background: linear-gradient( -90deg, #D62F23 0%, rgba(214,47,35,0) 100%);
}
/*分页*/
.bt-body .goal-pagination .page-numbers,
.bt-body .goal-pagination .pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.bt-body .goal-pagination .page-numbers li,
.bt-body .goal-pagination .pagination li{
    padding-right: 5px;
}
.bt-body .goal-pagination .page-numbers li > span, 
.bt-body .goal-pagination .page-numbers li > a, 
.bt-body .goal-pagination .pagination li > span, 
.bt-body .goal-pagination .pagination li > a{
    min-width: 44px;
    background: #48404F;
    color: var(--bt-grey-color);
    border-radius: 6px;
    text-align: center;
    height: 44px;
    line-height: 32px;
    margin-top: 0px;
}
.bt-body .goal-pagination .pagination li  a i, .bt-body .goal-pagination .page-numbers li a i{
    line-height: 32px;
}
.bt-body .goal-pagination .page-numbers li > span.current,
.bt-body .goal-pagination .pagination li > span.current,
.bt-body .goal-pagination .page-numbers li > span:hover,
.bt-body .goal-pagination .page-numbers li > a:hover,
.bt-body .goal-pagination .pagination li > span{
    background: var(--bt-deep-purple-color) !important;
    color: var(--bt-dark-black) !important;
}

/**aioseo breadcrumbs**/
.bt-breadcrumbs{
    padding: 11px;
    border-radius: 5px;
    background: var(--bt-black-purple-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #757079;
    margin-bottom: 30px;
}
.bt-breadcrumbs .aioseo-breadcrumbs{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bt-breadcrumbs a{
    color: #757079 !important;
}
.bt-breadcrumbs a:hover{
    color: var(--bt-main-orange-color) !important;
}
.bt-body .woocommerce-notices-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 999;
}
.bt-body .woocommerce-error, 
.bt-body .woocommerce-info, 
.bt-body .woocommerce-message{
    border-top-color: #FF5300;
    background-color: #362C3D;
    color: #fff;
    margin: 0;
}
.bt-body .woocommerce-error a, 
.bt-body .woocommerce-info a, 
.bt-body .woocommerce-message a{
    color: #FF5300;
}
.bt-body .woocommerce-error a:hover, 
.bt-body .woocommerce-info a:hover, 
.bt-body .woocommerce-message a:hover{
    color: #FF5300 !important;
    text-decoration: underline;
}
.bt-body .woocommerce-message::before{
    color: #FF5300;
}
body.bt-body .woocommerce-message .button{
    border-radius: 25px;
    background: #FF5300;
    color: #fff;
    border:none;
}
body.bt-body .woocommerce-message .button:hover{
    background: #FF5300;
    color: #fff !important;
    border:none !important;
}
/*通用页面、文章详情内容样式*/
.bt-page-con{
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 28px;
}
.bt-page-con img{
    max-width: 100%;
    margin: 8px 0;
}
.bt-page-con img.aligncenter{
    margin: 8px auto;
}
.bt-page-con p{
    margin-bottom: 14px;
    color: #9e9e9e;
}
.bt-page-con strong,
.bt-page-con b{
    color: #fff;
}
.bt-page-con h1,
.bt-page-con h2,
.bt-page-con h3,
.bt-page-con h4,
.bt-page-con h5,
.bt-page-con h6{
    color: #fff !important;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 10px;
}
.bt-page-con h1{
    font-size: 32px;
}
.bt-page-con h2{
    font-size: 30px;
}
.bt-page-con h3{
    font-size: 24px;
}
.bt-page-con h4{
    font-size: 20px;
}
.bt-page-con h5{
    font-size: 18px;
}
.bt-page-con h6{
    font-size: 16px;
}
.bt-page-con a{
    color: #D4A0FF;
}
.bt-page-con a:hover{
    color: #D4A0FF !important;
    text-decoration: underline;
}
.bt-page-con table{
    border:none !important;
    border-top:1px solid rgba(255,255,255,.1) !important;
}
.bt-page-con table tbody tr td,
.bt-page-con table tbody tr th{
    background: none !important;
    border:none !important;
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
    color: #fff;
}
.bt-page-con ul{
    list-style: inside;
}
.bt-page-con ol{
    padding-left: 15px;
}
/*常见问题区块*/
.bt-pro-faqs-box{
    margin-top: 60px;
    background: radial-gradient( 50% 50% at 50% 50%, rgba(79,49,103,0.86) 0%, rgba(10,10,10,0.52) 100%);
}
ul.faq{
    background: radial-gradient( 50% 50% at 50% 50%, rgba(79,49,103,0.86) 0%, rgba(10,10,10,0.52) 100%);
    list-style: none;
    border-bottom: none !important;
}
ul.bt-pro-faqs-lists{
    list-style: none;
}
.bt-pro-faqs-lists>li, ul.faq>li{
    margin-bottom: 20px !important;
    background: rgba(255,255,255,.1);
    border:1px solid rgba(255, 255, 255, 0.2);
    padding: 24px 20px;
    border-radius: 10px;
    margin-left: 0 !important;
}
ul.faq>li ul{
    text-decoration: none !important;
}
ul.faq>li ul li{
    background: none;
    border-radius: 0;
    border:none;
    padding: 0;
}
.bt-pro-faqs-lists>li.on, ul.faq li.a{
    background: rgba(212,160,255,0.2);
    border: 1px solid #D4A0FF;
}
.bt-pro-faqs-lists>li:last-child, ul.faq li:last-child{
    margin-bottom: 0 !important;
}
.bt-pro-faqs-lists>li h3, ul.faq li.q{
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    color: #fff;
    opacity: .8;
}
.bt-pro-faqs-lists>li.on h3{
    font-size: 20px;
    line-height: 20px !important;
    opacity: 1;
}
ul.faq li.q img{
    display: none;
}
.bt-pro-faqs-lists>li.on .faq-item-bd{
    display: block;
    margin-top: 15px;
}
.faq-item-bd, ul.faq li.q{
    line-height: 20px;
    display: none;
    position: relative;
}
.faq-item-hd, ul.faq li.q{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-item-hd span{
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
}
.faq-item-hd span::before, ul.faq li.q::before{
    width: 16px;
    height: 2px;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top:50%;
    margin-top: -1px;
}
ul.faq li.q::before{
    right: 20px;
}
.faq-item-hd span::after, ul.faq li.q::after{
    width: 2px;
    height: 16px;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left:50%;
    margin-left: -1px;
}
.bt-pro-faqs-lists li.on .faq-item-hd span::after, ul.faq li.q.on::after{
    display: none;
}
ul.faq li.q::after{
    left:auto;
    top:50%;
    margin-left: 0;
    margin-top: -8px;
    right:27px;
}
.bt-body .wa__btn_popup{
    z-index: 99 !important;
}
/*our salers*/
.our-sales-lists{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}
.our-sales-item{
    padding-right: 20px;
    margin-bottom: 20px;
    width: 25%;
    padding-top: 100px;
}
.our-salers-swiper{
    position: relative;
}
.our-salers-swiper .swiper{
    --swiper-navigation-color: #0A0A0A !important;
    --swiper-navigation-size: 16px !important;
}
.our-salers-swiper .swiper-button-next, 
.our-salers-swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #D4A0FF;
    color: #0A0A0A;
    margin-top: -20px;
}
.our-salers-swiper .swiper-button-next{
    right: -20px;
}
.our-salers-swiper .swiper-button-prev{
    left:-20px
}
.our-salers-swiper .swiper-button-next::after, 
.our-salers-swiper .swiper-button-prev::after{
    font-size: 14px;
    font-weight: bold;
}
.our-salers-swiper .our-sales-item{
    padding-right: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.our-salers-swiper .swiper-wrapper{
    flex-wrap:nowrap;
}
.our-salers-swiper .swiper-slide{
    height: auto;
}
.our-salers-swiper .our-sales-lists{
    margin-bottom: 0;
}
.our-sales-item-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    border-radius: 10px;
    border:1px solid #645075;
    background: linear-gradient( 180deg, #201C23 0%, #3B3044 100%);
}
.saler-photo{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border:3px solid #fff;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
}
.saler-photo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    margin: 0;
}
.saler-introduce-cotent h3{
    font-size: 22px;
    color: #fff !important;
    font-weight: 600;
    margin: 20px 0 15px 0;
}
.saler-introduce-cotent .saler-intro{
    color: #9e9e9e;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.saler-introduce-cotent .saler-intro p{
    margin-bottom: 10px;
}
.saler-introduce-cotent .saler-intro p:last-child{
    margin-bottom: 0;
}
.saler-introduce-cotent .saler-intro strong,
.saler-introduce-cotent .saler-intro b{
    color: #fff;
    font-weight: 500;
}
/*移动端菜单*/
.phone-menu{
    display: none;
}
.iphone__screen {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 99;
}
/**
* Navigation Defaults
*/
.nav {
    position: absolute;
    z-index: 999;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.nav--active{
    height: 100% !important;
    background: #453952;
}
.nav--active .nav {
opacity: 1;
}
.nav__list {
margin: 0;
padding-top: 10px;
border-top:1px solid rgba(255, 255, 255, .1);
}
.nav__list li {
list-style-type: none;
}
.nav__list li{
padding: 0 15px;
position: relative;
line-height: 50px;
}
.nav__list li a{
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
opacity: 1;
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
line-height: 50px;
display: flex;
}
.nav__list>li>a{
color: #fff;
}
.nav__list li.current-menu-item>a, .nav__list li:hover>a{
    color: #D4A0FF !important;
}
.nav__list li.menu-item-has-children>span.phone-nav-arrow{
    position: absolute;
    right: 0px;
    top:0;
    line-height: 50px;
    z-index: 2;
    display: block;
    cursor: pointer;
    background-image: url(https://bt-miners.com/wp-content/themes/azuri/assets/images/header-ropdown-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
}
.nav-back-arrow{
    display: inline-block;
    width: 12px;
    margin-right: 10px;
    height: 50px;
    cursor: pointer;
    background-image: url(https://bt-miners.com/wp-content/themes/azuri/assets/images/header-ropdown-arrow.svg);
    transform: rotate(90deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.menu-header-event-wpbakery-container{
    height: 100%;
}
.nav__list li.menu-item-has-children.active>.sub-menu{
    display: block;
}
.nav__list>li.menu-item-has-children.show  span.iconfont{
-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    /*IE*/
    filter:FlipV;
    transform: rotateX(180deg); 
}
.nav__list li.show>.sub-menu{
   display: block;
}
.nav__list li .sub-menu{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    bottom: 0;
    background: #453952;
    display: none;
    padding-top: 10px;
    z-index: 3;
    height: 100%;
}
.nav__list>li.menu-item-has-children span.iconfont {
    transform: rotate(90deg);
}
/* Default navigation icon */
.nav__trigger {
display: flex;
    position: absolute;
    width: 30px;
    left:16px;
    z-index: 200;
    padding: 23px 0;
    height: 50px;
}
.nav__icon {
display: inline-block;
position: relative;
width: 25px;
height: 2px;
background-color: #fff;
-webkit-transition-property: background-color, -webkit-transform;
transition-property: background-color, -webkit-transform;
transition-property: background-color, transform;
transition-property: background-color, transform, -webkit-transform;
-webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        margin-bottom: 3px;
}
.nav__icon:before,
.nav__icon:after {
content: '';
display: block;
width: 25px;
height: 2px;
position: absolute;
background: #fff;
-webkit-transition-property: margin, -webkit-transform;
transition-property: margin, -webkit-transform;
transition-property: margin, transform;
transition-property: margin, transform, -webkit-transform;
-webkit-transition-duration: 300ms;
        transition-duration: 300ms;
}
.nav__icon:before {
margin-top: -9px;
}
.nav__icon:after {
margin-top: 9px;
}
/* Don't nest if you don't have to. */
/**
* Style #1
*/
.style-1 .nav {
-webkit-transform: translateX(-100%);
        transform: translateX(-100%);
width: 100%;
top: 50px;
position: fixed;
bottom: 0;
}
.style-1 .nav__link {
opacity: 0;
-webkit-transition-delay: 500ms;
        transition-delay: 500ms;
}
.style-1 .nav--active .nav__link {
opacity: 1;
font-size: 16px;
line-height: 45px;
}
.style-1 .nav--active .nav {
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-transform: translateX(0);
        transform: translateX(0);
    background: #453952;
    padding-bottom: 30px;
}
.style-1 .nav--active .nav__icon {
background: rgba(0, 0, 0, 0);
}
.style-1 .nav--active .nav__icon:before {
margin-top: 0;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.style-1 .nav--active .nav__icon:after {
margin-top: 0;
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
/*移动端底部菜单*/
.phone-footer-nav{
    height: 60px;
    background: #1d1d1d;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    z-index: 88;
    margin: 0;
    display: none;
}
.phone-footer-nav li{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone-footer-nav li a{
    text-align: center;
    position: relative;
}
.phone-footer-nav li a img{
    height: 22px;
    width: auto;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    flex:none;
}
.phone-footer-nav li a:hover img{
    filter: none;
}
.phone-footer-nav li a:hover span{
    color: #FF5300;
}
.phone-footer-nav li a span{
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 14px;
    margin-top: 2px;
}
.phone-footer-nav li a small.cart-num{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bt-main-orange-color);
    color: var(--bt-pure-white);
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    top: -9px;
    right: -9px;
}
.bt-header-search-wrap h3{
    color: #fff !important;
    margin: 0;
    display: none;
}
.bt-header-default-pop a.close-popoup{
    font-size: 14px;
    color: var(--bt-pure-white);
    cursor: pointer;
    font-weight: 200;
    line-height: 14px;
    padding: 8px;
    font-family: 'themify';
    speak: none;
    display: none;
    position: absolute;
    right:16px;
    top:10px;
}
.bt-header-default-pop.bt-header-loginform-pop.active{
    display: block;
}
.bt-header-default-pop.bt-header-loginform-pop a.close-popoup{
    display: block;
}
.bt-header-default-pop a.close-popoup:hover{
    color: #fff !important;
}
.bt-header-default-pop a.close-popoup::before{
    content: "\e646";
}
.phone-grtanslate{
    position: fixed;
    z-index: 99;
    left:16px;
    bottom: 80px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2E2B3B;
    align-items: center;
    justify-content: center;
    display: none;
}
.phone-grtanslate .gt_switcher-popup>span{
    display: none !important;
}
.phone-grtanslate .gt_switcher-popup>img{
    border:1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
}
/*页面通用*/
.bt-body .container, .bt-body .container-fluid{
    padding-left: 16px;
    padding-right: 16px;
}
.bt-content-header.small-margin-bottom{
    margin-bottom: 20px;
}
.sectionBox-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sectionBox-1 .img_titleBox{
    display: flex;
    align-items: center;
}
.sectionBox-1 .img_titleBox .imgBox img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #645075;
    margin: 0;
    margin-right: 20px;
}
.sectionBox-1 .img_titleBox .name_priceBox h4{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}
.sectionBox-1 .img_titleBox .name_priceBox p{
    color: #D4A0FF;
    margin-bottom: 0;
}
.sectionBox-1 .web_browBox{
    display: flex;
    flex-direction: column;
}
.sectionBox-1 .web_browBox a{
    color: #0A0A0A !important;
    padding: 10px 30px;
    border-radius: 30px;
    background: #D4A0FF;
    display: block;
    margin-bottom: 10px;
    text-decoration: none !important;
    text-align: center;
}
.sectionBox-1 .web_browBox a:last-child{
    margin-bottom: 0;
}
.bt-page-con table.parameter_table{
    border-top:1px solid #535353 !important;
    border-left:1px solid #535353 !important;
}
.bt-page-con table.parameter_table tr th,
.bt-page-con table.parameter_table tr td{
    border-right:1px solid #535353 !important;
    border-bottom:1px solid #535353 !important;
    text-align: center;
}
.bt-page-con table.parameter_table tr th{
    color: #9e9e9e;
}
.bt-body .container{
    width: 1320px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin: 0 auto;
}
.bt-body #main-container{
    z-index: 5;
    position: relative;
}
/*博客列表页*/
.bt-body .goal-breadscrumb{
    background-color: #201C23 !important;
}
.bt-body .goal-breadscrumb .bread-title{
    color: #FF5300;
}
.bt-body .goal-breadscrumb .breadcrumb li a,
.bt-body .goal-breadscrumb .breadcrumb li::before{
    color: #9e9e9e !important;
}
.bt-body .goal-breadscrumb .breadcrumb li span.active{
    color: #D4A0FF;
}
.bt-body .post .entry-thumb{
    border-radius: 8px;
    overflow: hidden;
}
.bt-body .post-layout .top-info .top-info-inner{
    background-color: #2E2B3B;
    border-radius: 8px 8px 0 0;
}
.bt-body .post-layout .top-info .list-categories a{
    color: #FF5300;
}
.bt-body .post-layout .top-info .list-categories a:hover{
    color: #FF5300;
}
.bt-body .post-grid-v1 .entry-title a{
    color: #fff;
}
.bt-body .post-grid-v1 .entry-title a:hover{
    color: #FF5300 !important;
}
.bt-body .post-grid-v1 .description{
    color: #9e9e9e;
}
.bt-body .post-layout .bottom-info .bottom-info-inner{
    border-radius: 0 0 8px 8px;
    background-color: #453952;
    background-image: none;
}
.bt-body .bottom-info-inner a:hover,
.bt-body .bottom-info-inner span:hover,
.bt-body .bottom-info-inner a,
.bt-body .bottom-info-inner span{
    color: #9e9e9e !important;
}
.bt-body .goal-pagination > span, .bt-body .goal-pagination > a{
    font-family: "Inter", sans-serif !important;
    min-width: 44px;
    background: #48404F;
    color: var(--bt-grey-color);
    border-radius: 6px;
    text-align: center;
}
.bt-body .goal-pagination > span:hover, 
.bt-body .goal-pagination > span.current, 
.bt-body .goal-pagination > a:hover, 
.bt-body .goal-pagination > a.current{
    background: #D4A0FF;
    color: #0A0A0A;
}
.bt-body .sidebar .widget .widget-title, 
.bt-body .sidebar .widget .widgettitle, 
.bt-body .sidebar .widget .widget-heading, 
.bt-body .goal-sidebar .widget .widget-title, 
.bt-body .goal-sidebar .widget .widgettitle, 
.bt-body .goal-sidebar .widget .widget-heading{
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.bt-body .widget-search .form-control{
    border-radius: 5px 0 0 5px;
    background: #0A0A0A;
    border:1px solid #3F3249;
    border-right: 0;
    color: #fff;
}
.bt-body .widget-search .btn:hover, 
.bt-body .widget-search .viewmore-products-btn:hover, 
.bt-body .widget-search .btn:active, 
.bt-body .widget-search .viewmore-products-btn:active,
.bt-body .widget-search .btn, 
.bt-body .widget-search .viewmore-products-btn, 
.bt-body .widget-search .btn, 
.bt-body .widget-search .viewmore-products-btn{
    background: #201C23;
    border-color: #201C23;
    height: 46px;
    width: 46px;
    border-radius: 0 5px 5px 0;
}
.bt-body .widget-search .btn i, 
.bt-body .widget-search .viewmore-products-btn i, 
.bt-body .widget-search .btn i, 
.bt-body .widget-search .viewmore-products-btn i{
    color: #fff;
}
.bt-body .sidebar .widget, .bt-body .goal-sidebar .widget{
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}
.bt-body .posts-list .image a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.bt-body .posts-list .entry-title a{
    color: #fff;
}
.bt-body .posts-list .entry-title a:hover{
    color: #FF5300 !important;
}
.posts-list .top-info a{
    color: #9e9e9e;
}
.posts-list .top-info a:hover{
    color: #9E9E9E !important;
}
.bt-body .widget_meta ul li.current-cat-parent, 
.bt-body .widget_meta ul li.current-cat, 
.bt-body .widget_meta ul li a, 
.bt-body .widget_archive ul li.current-cat-parent, 
.bt-body .widget_archive ul li.current-cat, 
.bt-body .widget_archive ul li a, 
.bt-body .widget_recent_entries ul li.current-cat-parent, 
.bt-body .widget_recent_entries ul li.current-cat, 
.bt-body .widget_recent_entries ul li a, 
.bt-body .widget_categories ul li.current-cat-parent, 
.bt-body .widget_categories ul li.current-cat, 
.bt-body .widget_categories ul li a{
    color: #9e9e9e;
}
.bt-body .widget_meta ul li.current-cat-parent:hover, 
.bt-body .widget_meta ul li.current-cat:hover, 
.bt-body .widget_meta ul li a:hover, 
.bt-body .widget_archive ul li.current-cat-parent:hover, 
.bt-body .widget_archive ul li.current-cat:hover, 
.bt-body .widget_archive ul li a:hover, 
.bt-body .widget_recent_entries ul li.current-cat-parent:hover, 
.bt-body .widget_recent_entries ul li.current-cat:hover, 
.bt-body .widget_recent_entries ul li a:hover, 
.bt-body .widget_categories ul li.current-cat-parent:hover, 
.bt-body .widget_categories ul li.current-cat:hover, 
.bt-body .widget_categories ul li a:hover{
    color: #FF5300 !important;
}
.bt-body .tagcloud a{
    border-radius: 5px;
    background: #48404F;
    color: #9e9e9e;
}
.bt-body .tagcloud a:hover{
    background: #D4A0FF !important;
    color: #0A0A0A !important;
}
/*博客详情页*/
.bt-body mark, .bt-body .mark{
    background-color: #D4A0FF;
    color: #fff;
}
.bt-body .detail-post .tag-social{
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.bt-body .detail-post .goal-social-share .title{
    color: #9e9e9e;
    font-weight: 500;
}
.bt-body .detail-post .goal-social-share a{
    color: #9e9e9e;
}
.bt-body .detail-post .goal-social-share a:hover{
    color: #D4A0FF !important;
}
.bt-body .post-navigation .nav-links{
    justify-content: space-between;
}
.bt-body .post-navigation .nav-links > a{
    width: calc(50% - 15px) !important;
    border-radius: 15px;
    background: #201C23;
    border-color: #50425B;
    text-decoration: none;
}
.bt-body .post-navigation .nav-links::before,
.bt-body .post-navigation .nav-links::after{
    display: none !important;
}
.post-navigation .nav-links .meta-nav,
.post-navigation .nav-links .meta-nav::before{
    color: #9e9e9e !important;
}
.bt-body .post-navigation .nav-links .post-title{
    color: #fff;
    font-weight: 500;
}
.bt-body .post-navigation .nav-links .post-title:hover{
    color: #FF5300 !important;
}
.bt-body .post-navigation .nav-links > a img{
    border-radius: 5px;
}
.bt-body .detail-post #comments{
    border-radius: 15px;
    background: #201C23;
    border:1px solid #50425B
}
.bt-body #respond .comment-reply-title,
.bt-body #respond .title,
.bt-body #respond small a{
    color: #fff;
}
.logged-in-as a{
    color: #fff !important;
}
.logged-in-as a:hover{
    color: #fff !important;
}
.bt-body #commentform textarea.form-control{
    border-radius: 15px;
    background: none;
    border:1px solid #50425B;
    color: #fff;
}
.bt-body #commentform #submit{
    background: #FF5300;
    border:none !important;
    color: #fff !important;
}
.bt-body .related-posts .title span{
    color: #fff;
}
.bt-body .post-grid-v3 .title a{
    color: #fff;
}
.bt-body .post-grid-v3 .title a:hover{
    color: #FF5300 !important;
}
body.woocommerce-order-pay.bt-body #order_review .shop_table{
    border-radius: 0;
    padding: 0;
}
body.woocommerce-order-pay.bt-body #order_review .shop_table th{
    color: #9e9e9e;
}
body.woocommerce-order-pay.bt-body #order_review .woocommerce-Price-amount{
    color: #ff5300;
}
body.woocommerce-order-pay.bt-body #order_review .product-total{
    color: #9e9e9e;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment{
    background: #201C23;
    border: 1px solid #50425B;
    border-radius: 15px;
    overflow: hidden;
}
body.woocommerce-order-pay.bt-body ul.wc_payment_methods{
    padding: 0 30px !important;
    border:none !important;
    border-radius: 15px;
}
body.woocommerce-order-pay.bt-body #payment ul.payment_methods li{
    margin-bottom: 0;
    padding: 19px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #50425B;
    flex-wrap: wrap;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment ul.payment_methods li label{
    flex: 1;
    margin-bottom: 0;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment ul.payment_methods li img{
    height: 32px;
    width: 100%;
    max-width: max-content;
    float: right;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment div.form-row{
    padding: 1em 30px;
}
body.woocommerce-order-pay.bt-body.woocommerce-page #payment #place_order{
    background: #ff5300;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment ul.payment_methods li .payment_box{
    padding: 0;
    margin-top: 10px;
    border:none;
    background: none;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment div.payment_box input.input-text, 
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment div.payment_box textarea,
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment div.payment_box select{
    background: none;
    border: 1px solid #3F3249 !important;
    border-radius: 10px !important;
    color: #fff !important;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment ul li input[type="radio"]{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 #000;
    cursor: pointer;
    height: 18px !important;
    margin-right: 10px;
    min-width: 18px !important;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
    vertical-align: -4px;
    width: 18px !important;
    background-color: transparent;
    border: 1px solid #50425B;
    box-shadow: none;
    margin-top: -2px;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment ul li input[type="radio"]:checked{
    border-color: #D4A0FF;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment ul li input[type="radio"]:checked::after{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D4A0FF;
    top: 4px;
    left: 4.2px;
    content: '';
    border-radius: 50%;
    position: absolute;
}
body.woocommerce-order-pay.bt-body.woocommerce-checkout #payment div.payment_box h2{
    font-size: 18px;
    margin-top: 0;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}
@media (max-width: 1368px) {
    .bt-body .container{
        width: 100% !important;
    }
}
@media (max-width: 1230px) {
    .bt-container{
        padding: 0 16px;
    }
    .bt-body .container{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .bt-logo-wrap{
        margin-right: 20px;
    }
    .bt-header-right-item>a, .bt-header-right-item>span{
        padding: 30px 10px;
    }
    .bt-header-cart,.bt-top-search-button,.bt-top-login-button{
        padding: 0 10px;
        z-index: 1000;
        position: relative;
    }
    .bt-header-right .bt-header-right-item .gtranslate_wrapper{
        padding-left: 10px;
    }
}
@media (max-width: 1120px) {
    html{
        overflow-x: hidden;
    }
    .top-adv{
        display: none;
    }
    .width-top-adv.bt-header.bt-header-fixed{
        top:0;
    }
    .bt-header-inner{
        height: 50px;
    }
    .bt-main-nav{
        display: none;
    }
    .bt-logo-wrap{
        position: absolute;
        left:50%;
        top:50%;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        z-index: 999;
    }
    .bt-logo a img{
        height: 30px;
    }
    h1.bt-logo{
        margin: 0;
    }
    .bt-header-right-item>a, .bt-header-right-item>span{
        padding: 20px 10px;
    }
    .bt-banner{
        margin-top: -50px;
    }
    .phone-menu{
        display: block;
    }
    .bt-custom-mini-cart.active .widget_shopping_cart{
        width: 100%;
    }
}
@media (max-width: 1000px) {

}
@media (max-width: 768px) {
    body.bt-body{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    }
    .bt-header-right-item>a, .bt-header-right-item>span{
        display: none;
    }
    .bt-footer-top-inner{
        display: block;
    }
    .bt-footer-top-l, .bt-footer-top-c, .bt-footer-top-r{
        width: 100%;
    }
    .bt-footer-top{
        padding: 40px 0;
    }
    .bt-header-right-item .gt_float_switcher .gt_options, .bt-primary-nav>li>ul, .bt-header-default-pop{
        left:auto;
        right:0;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .bt-header-right-item .gt_float_switcher .gt_options:before, .bt-primary-nav>li>ul::before, .bt-header-default-pop::before{
        display: none;
    }
    .bt-header-right-item .gt_float_switcher .gt_options:after, .bt-primary-nav>li>ul:after, .bt-header-default-pop:after{
        display: none;
    }
    .bt-header-right .bt-header-right-item .gtranslate_wrapper{
        display: none;
    }
    .bt-custom-mini-cart .widget_shopping_cart .bt-mini-cart-widgettitle{
        padding: 10px 8px 10px 16px;
    }
    .bt-mini-cart-widgettitle h3{
        font-size: 18px;
    }
    .bt-custom-mini-cart .widget_shopping_cart_content{
        padding: 20px 16px 0 16px !important;
    }
    .bt-custom-mini-cart .shopping_cart_content .cart_list span.quantity{
        margin-top: 3px;
    }
    .bt-custom-mini-cart .shopping_cart_content .cart_list .image{
        width: 80px;
        height: 80px;
    }
    .bt-custom-mini-cart .shopping_cart_content p.buttons{
        margin-top: 0px;
    }
    .bt-custom-mini-cart .shopping_cart_content .total .amount{
        font-size: 18px;
    }
    .bt-footer-logo a img{
        height: 50px;
        margin: 0 auto;
    }
    .bt-footer-profile{
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
    .bt-footer-socials{
        margin-top: 15px;
        justify-content: center;
        margin-bottom: 25px;
    }
    .bt-footer-nav{
        padding: 0;
        display: block;
    }
    ul.bt-footer-nav>li{
        margin-top: 15px;
    }
    ul.bt-footer-nav>li>ul.sub-menu,
    .bt-footer-phones{
        display: none;
    }
    ul.bt-footer-nav>li,.bt-footer-top-r .bt-footer-menu-hd{
        position: relative;
    }
    ul.bt-footer-nav>li>span.phone-nav-arrow,
    .bt-footer-top-r>h3>span.phone-nav-arrow{
        position: absolute;
        right: -10px;
        top:0;
        line-height: 50px;
        z-index: 2;
        display: block;
        cursor: pointer;
        background-image: url(https://bt-miners.com/wp-content/themes/azuri/assets/images/header-ropdown-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
        width: 30px;
        height: 30px;
    }
    ul.bt-footer-nav>li>span.phone-nav-arrow.opened,
    .bt-footer-top-r>h3>span.phone-nav-arrow.opened{
        transform: rotate(-180deg);
    }
    ul.bt-footer-nav>li>ul.sub-menu.active,
    .bt-footer-phones.active{
        display: block;
    }
    .bt-footer-socials li a img{
        height: 40px;
    }
    .bt-footer-nav>li>a, .bt-footer-top-r .bt-footer-menu-hd{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .bt-footer-nav>li>ul>li>a{
        font-size: 14px;
        line-height: 30px;
    }
    .bt-footer-phones li a{
        font-size: 14px;
        line-height: 30px;
    }
    .bt-footer-phones li img{
        width: 24px;
    }
    .bt-footer-bottom{
        line-height: 18px;
        padding: 10px 0;
    }
    .phone-footer-nav{
        display: flex;
    }
    .bt-header-default-pop{
        position: fixed;
        top:0;
        left:0;
        right:0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
    .bt-header-default-pop h3{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #fff !important;
        margin: 0;
        display: block;
        margin-top: 16px;
    }
    #bt-loginform-pop{
        margin-top: 16px;
    }
    .bt-header-default-pop a.close-popoup{
        display: block;
    }
    .phone-tab-container{
        overflow: hidden;
    }
    .phone-tab-ul {
        transition: transform 0.3s ease-in-out;
        cursor: grab;
        flex-wrap: nowrap !important;
    }
    .phone-tab-item{
        flex-shrink: 0;
        white-space: nowrap;
    }
    body .bt-content-header .bt-page-title{
        font-size: 24px !important;
        line-height: 24px;
    }
    .bt-main-content{
        padding: 80px 0 30px 0;
    }
    .bt-content-header{
        margin-bottom: 20px;
    }
    .bt-main-content-row aside.bt-sidebar{
        display: none;
    }
    .bt-main-content-row .bt-content-area{
        width: 100%;
    }
    body.bt-body .products.products-grid{
        margin-right: -10px;
    }
    body.bt-body .products{
        margin-bottom: 0px;
    }
    body.bt-body .products.products-grid .product{
        width: 50%;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .bt-product-item h3 a{
        font-size: 16px;
        line-height: 20px;
    }
    .bt-product-item .price{
        font-size: 16px;
        line-height: 20px;
    }
    .products-grid .bt-product-item .add-cart{
        width: 80%;
    }
    .bt-product-item .add-cart a{
        padding: 8px 5px;
        font-size: 13px;
    }
    .goal-pagination .page-numbers li, .goal-pagination .pagination li{
        margin-bottom: 5px !important;
    }
    .products-list .bt-product-item{
        display: block;
    }
    .products-list .bt-product-item .product-thumb,
    .products-list .bt-product-item .bt-list-product-c,
    .products-list .bt-product-item .bt-list-product-r{
        width: 100%;
    }
    .products-list .bt-product-item .bt-list-product-c,
    .products-list .bt-product-item .bt-list-product-r{
        padding: 10px 15px;
    }
    .products-list .bt-product-item .bt-list-product-r{
        padding-bottom: 20px;
    }
    .products-list .bt-product-item::after{
        display: none;
    }
    .products-list .price .wvp-price-range{
        display: block;
    }
    .products-list .bt-product-item .add-cart a{
        width: 100%;
    }
    .bt-list-product-r .add-cart{
        width: 100%;
    }
    .bt-container{
        width: 100%;
    }
    body{
        overflow-x: hidden !important;
    }
    .bt-header{
        position: fixed !important;
    }
    .bt-page-con h1, .bt-page-con h2, .bt-page-con h3, .bt-page-con h4, .bt-page-con h5, .bt-page-con h6{
        margin-top: 24px;
    }
    .bt-page-con h1{
        font-size: 24px;
    }
    .bt-page-con h2{
        font-size: 20px;
    }
    .bt-page-con h3{
        font-size: 18px;
    }
    .bt-page-con h4{
        font-size: 16px;
    }
    .bt-page-con h5{
        font-size: 15px;
    }
    .bt-page-con h6{
        font-size: 14px;
    }
    .bt-page-con{
        line-height: 24px;
        overflow-x: scroll;
    }
    .bt-page-con img{
        margin: 5px 0;
    }
    body.bt-body .bt-shop-products-wrapper .products.products-grid{
        display: flex;
    }
    .bt-pro-faqs-lists li{
        padding: 20px;
    }
    .bt-pro-faqs-lists li h3{
        font-size: 16px;
        line-height: 20px;
        margin-right: 10px;
    }
    .bt-body.woocommerce ul.products li.product .price{
        font-size: 16px;
        line-height: 20px;
    }
    .faq-item-hd span{
        flex:none;
    }
    .bt-pro-faqs-box{
        margin-top: 24px;
    }
    .sectionBox-1{
        display: block;
    }
    .sectionBox-1 .img_titleBox .name_priceBox h4{
        font-size: 18px;
    }
    .sectionBox-1 .img_titleBox .imgBox img{
        width: 50px;
        height: 50px;
    }
    .sectionBox-1 .img_titleBox{
        margin-bottom: 20px;
    }
    .bt-page-con .sctionBox{
        overflow-x: scroll;
    }
    .bt-body .post-navigation .nav-links > a{
        width: 100% !important;
    }
    .phone-grtanslate{
        display: flex;
    }
    .bt-body .wa__btn_popup{
        bottom: 80px !important;
        right:16px !important;
    }
    .bt-body .wa__btn_popup .wa__btn_popup_txt{
        display: none !important;
    }
    #back-to-top{
        bottom: 145px;
        left:16px;
    }
    body.bt-body .products.products-list li,
    body.bt-body .products.products-list .product{
        margin-bottom: 20px;
    }
    .products .bt-profit-list-price,
    .products .bt-profit-list-hashrate,
    .products .bt-profit-list-power,
    .products .bt-profit-list-roi,
    .products .bt-profit-list-efficiency,
    .products .bt-profit-list-coin,
    .products .bt-profit-list-algo{
        display: none !important;
    }
    .products .bt-profit-list-profitability{
        width: 110px !important;
        padding: 0 5px;
        font-size: 13px;
    }
    .products .bt-profit-list-model{
        width: calc(100% - 115px) !important;
    }
    .bt-profit-list-td.bt-profit-list-model h3 a .sortname{
        display: block;
    }
    .bt-profit-list-td.bt-profit-list-model h3 a .fullname{
        display: none;
    }
    .post-layout .top-info{
        left:16px;
        right:16px;
    }
    .bt-body .post-grid-v1 .description{
        display: none;
    }
    .post-layout .bottom-info{
        margin: 0 !important;
    }
    .bt-profit-list-td.bt-profit-list-model h3{
        margin-left: 10px;
    }
    .bt-body .goal-pagination .page-numbers, .bt-body .goal-pagination .pagination{
        margin-top: 24px;
    }
}
/*产品详情页用到得template.min.css中得样式*/
.btn,.viewmore-products-btn,button {
    outline: none!important
}
option {
    padding: 5px
}
.entry-title {
    font-weight: 500;
    font-size: 24px;
    margin: 5px 0 12px;
    word-wrap: break-word
}
.woocommerce-tabs .tab-content {
    color: #666
}

.woocommerce-tabs .tab-pane>h2:first-child {
    display: none
}

.tabs-v1 {
    margin-bottom: 30px;
    background: #eceff6;
    padding: 5px 15px 20px;
    margin-top: 0;
    display: inline-block;
    width: 100%
}
.tabs-v1 .nav-tabs {
    border: none;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.tabs-v1 .nav-tabs:before {
    border-bottom: 1px solid #ddd;
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1
}

.tabs-v1 .nav-tabs>li {
    border: none;
    background: #fff0;
    margin-right: 50px;
    margin-bottom: 0;
    padding: 0
}
.tabs-v1 .nav-tabs>li:last-child {
    border: none
}

.tabs-v1 .nav-tabs>li>a {
    text-align: left;
    font-size: 16px;
    font-family: "Barlow Condensed";
    font-weight: 600;
    padding: .5em 0;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #222;
    border: none!important;
    transition: all 0.3s ease-in-out 0s
}
.tabs-v1 .nav-tabs>li.active {
    border-bottom: 2px solid #f59ca0;
    background: #fff0
}

.tabs-v1 .nav-tabs>li.active>a {
    color: #f59ca0;
    background: #fff0
}

.tabs-v1 .tab-content {
    max-width: 1460px;
    margin: 20px auto 0
}
.row {
    margin-left: -10px;
    margin-right: -10px
}
body.body-footer-mobile {
    padding-bottom: 60px
}
/*产品详情页用到得woocommerce.min.css中得样式*/
.btn,#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.woocommerce .widget_price_filter .price_slider_amount .button,.wfg-button,.woocommerce .woocommerce-message .button,.woocommerce .checkout_coupon .button,.woocommerce table.shop_table input.button:disabled,.woocommerce table.shop_table input.button,.woocommerce .details-product .information .stock.out-of-stock,.woocommerce div.product form.cart .button,.woocommerce div.product form.cart .added_to_cart,.woocommerce .return-to-shop .button,.woocommerce .track_order .button,.woocommerce #respond input#submit,.woocommerce .wishlist_table .product-add-to-cart a,.viewmore-products-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Barlow Condensed";
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid #fff0;
    white-space: nowrap;
    letter-spacing: .05em;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.71;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s
}
.btn-primary,.woocommerce .woocommerce-message .button,.woocommerce .checkout_coupon .button,.woocommerce table.shop_table input.button:disabled,.woocommerce table.shop_table input.button {
    color: #fff;
    background-color: #121212;
    border-color: #050505
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 15px
}
.woocommerce div.product form.cart .reset_variations {
    color: #e44343
}
.woocommerce div.product .product_title {
    font-size: 30px;
    margin: 0;
    font-weight: 400
}
.variations label {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600!important;
    padding-right: 5px
}
.variations .value {
    padding: 0
}
.woocommerce div.product form.cart .variations td {
    line-height: inherit;
    font-size: inherit;
    padding: 10px 0;
    vertical-align: middle;
    display: flex
}
.woocommerce .quantity input.qty {
    width: 80px;
    font-size: 14px;
    height: 52px;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    font-weight: 500;
    color: #666
}
.input-text {
    border: 1px solid #e5e5e5;
    padding: 5px 10px
}
table>thead>tr>th,table>thead>tr>td,table>tbody>tr>th,table>tbody>tr>td,table>tfoot>tr>th,table>tfoot>tr>td,.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td {
    border-bottom: 0;
    border-right: 0
}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover {
    display: inline-block;
    padding: 12px 30px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #222;
    color: #fff;
    font-family: "Barlow Condensed",Arial,sans-serif
}