
.all_slide_ad {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #141e2c;

}

.all_slide_ad .inner {
    position: relative;
    width: 100%;
}

.all_slide_ad .slide_ad {
    height: 490px;
    overflow: hidden;
}

.all_slide_ad .textList {
    display: none;
}

.all_slide_ad .conts {
    width: 100%;
}
.all_slide_ad .conts .mTempWrap{
    width: 100%;
}

.all_slide_ad .conts ul {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 490px;
    overflow: hidden;
    width: 200%;
}

.all_slide_ad .conts ul li {
    display: block;

    width: 100%;
    height: 100%;
}

.all_slide_ad .conts ul li img {
    display: block;
    height: 490px;
    width: 100%;
}

.all_slide_ad .tabs {
    position: absolute;
        bottom: 0;
    width: 100%;
}

.all_slide_ad .prev {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31,45,61,.11);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    display: none;
}
.all_slide_ad .next {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31,45,61,.11);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    display: none;
}





.all_slide_ad .tabs ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}

.all_slide_ad .tabs ul li {
    /* padding: 12px 4px; */
    height: 2px;
    width: 30px;
    display: block;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    margin-right: 10px;
        opacity: 0.5;
}

.all_slide_ad .tabs ul li.current {
    opacity: 1;
}











.coin_list_warp {
    background: #141E2C;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coin_list_warp .inner {
    width: 1150px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin: 50px auto 50px;
    border-radius: 10px;
}

.coin_list_warp .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 60px;
    overflow: hidden;
}

.coin_list_warp .title .market {
    line-height: 60px;
    color: white;
    font-size: 24px;
    padding-left: 15px;
    height: 60px;
    /* padding-bottom: 5px; */
    overflow: hidden;
    margin-bottom: 5px;
}

.coin_list_warp .title .tab_item {
    height: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    cursor: pointer;
}

.coin_list_warp .title .tab_item span {
    color: #888894;
    font-size: 15px;
    font-weight: 400;
}

.coin_list_warp .title .tab_item span.circle {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin-top: 3px;
    opacity: 0;
    visibility: hidden;
}

.coin_list_warp .inner .content {
    background: #222e3d;
    display: none;
}

.coin_list_warp .inner .content .no_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.coin_list_warp .inner .content .no_data img {
    height: 100px;
}

.coin_list_warp .inner .content .no_data span {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.coin_list_warp .inner .content .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 60px;
    line-height: 60px;
    background: #222E3D;
}

.coin_list_warp .inner .content .item span {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}



.coin_list_warp .inner .content .item span.star {
    font-variant: normal;
    display: block;
    margin-left: 20px;
}
.coin_list_warp .inner .content .item span.coin_name {
    color: #9292AC;

}

.coin_list_warp .title .tab_item.selected span {
    color: #fff;
}

.coin_list_warp .title .tab_item.selected span.circle {
    opacity: 1;
    visibility: visible;
}

.coin_list_warp .title .tab_item:hover span {
    color: #fff;
}

.coin_list_warp .inner .title_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 38px;
    line-height: 38px;
}

.coin_list_warp .inner .title_inner span {
    font-family: "Quicksand", sans-serif;
    color: #a2a2a2;
    font-weight: 300;
    font-size: 14px;
    width: 60px;
}

.coin_list_warp .inner .content.selected {
    display: block;
}





.coin_list_warp .inner .content .item:nth-child(2n) {
    background: #1E2834;
}

.coin_list_warp .inner .content .item:hover {
    position: relative;
    width: calc(100% + 50px);
    left: -25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.coin_list_warp .inner .title_inner span.empty {
    height: 22px;
    display: block;

        margin-left: 20px;
}

.coin_list_warp .inner .content .item span.star img {
    height: 22px;
    width: 22px;
        cursor: pointer;
}

.coin_list_warp .show_more a {
    color: #5d5d6e;
    user-select: none;
    background-color: transparent;
    border: 1px solid #5d5d6e;
    padding: 6px 12px;
    line-height: 1.5;
    border-radius: 6px;
    font-size: 16px;
}

.coin_list_warp .show_more a::after {
    content: ">>";
}

.coin_list_warp .show_more a:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.green .price,.green .rate{
    color: #53b987 !important;
}

.red .price,.red .rate{
    color: #ff231f !important;
}

.coin_list_warp .inner .content .item span{
    width: 60px;
}

.all_slide_coins li .s03{
    position: relative;
        padding-right: 10px;
}
.all_slide_coins li .s03::after{
    content: "";
    width: 0;
    height: 0;
    border:solid 6px transparent;
    position: absolute;
    top: 10px;
    right: -6px;
}

.all_slide_coins li.green .s03::after{
    top: 4px;
    border-bottom-color: #53b987;
}
.all_slide_coins li.red .s03::after{
    border-top-color: #ff231f;
}







.ad_wrap {

    width: 100%;
    overflow: hidden;
    /* margin: 0 15px; */
    /* margin-top: 54px; */

    position: relative;
}

.ad_wrap .bx-wrapper{
     height: 100%;
    width: 100%;
}
.ad_wrap .ad_inner {
    height: 100%;
    width: 100%;
}

.ad_wrap .ad_inner .item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ad_wrap .ad_inner .item img {
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
}

.ad_wrap .bx-pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    left: calc(50% - 30px);
}


.ad_wrap .bx-pager .bx-pager-item a {
    /* visibility: hidden; */
    /* opacity: 0; */
    display: block;
    background: #fff;
    opacity: 0.2;
    width: 40px;
    height: 3px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.ad_wrap .bx-pager .bx-pager-item a.active {
    opacity: 1;
    width: 30px;
}


.ad_wrap .bx-controls-direction{
    display: none;
}
.ad_wrap .bx-pager{

}
