﻿html,
body {
    width: 100%;
    min-height: 100%;
    background-color: #333;
}

.main {
    padding: 2.4rem 0.4rem 1.2rem 0.4rem;
    border-radius: 0.6rem;
    margin-top: 100px;
}

.one {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}

.title {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dis {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.two {
    color: #EE76A7;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px;
}

.two_img {
    width: 15px;
    height: 10px;
    margin: auto 0;
    margin-right: 8px;
}

.tabs_all1 {
    padding: 0rem 0.8rem 0.6rem 0.8rem;
}

.tabs_all1_one_name {
    font-size: 0.7rem;
    color: #FFF;
}


.video_img {
    color: #FFF;
}

.img_all {
    position: relative;
}

.show_img {
    width: 100%;
}

.no_vip {
    filter: blur(20px);
}

.no_vip_all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.no_vip_all_name {
    text-align: center;
    color: #FFF;
    font-size: 0.8rem;
}

.no_vip_all_buttom {
    margin: auto auto;
    width: 105px;
    border-radius: 100px;
    background: linear-gradient(90deg, #F2C94C 0%, #FCAC06 100%);
    font-size: 0.7rem;
    padding: 0.4rem 0.6rem;
    color: #fff;
}

.no_vip_all_buttom_img {
    width: 0.9rem;
    height: 0.9rem;
    vertical-align: text-bottom;
    display: inline-block;
}

.video {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.video_img {
    width: 100%;
    border-radius: 0.4rem;
}

.video_play {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.moneyOne {
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #4F4F4F;
    padding: 8px 12px;
    margin-bottom: 8px;
}

.moneyOne_img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: text-top;
    display: inline-block;
}

.moneyOne_name {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.moneyOne_name_1 {
    color: #EE76A7;
}

.moneyOne_name_2 {
    font-size: 16px;
}
/*.logo_img{*/
/*    width: 30px;height: 30px;*/
/*}*/
/*.title_name{*/
/*    color: hotpink;font-size: 20px;*/
/*}*/
.hotpink {
    color: hotpink;
}

.gold {
    color: gold;
}

table {
    width: 100%; /*设置表格宽度为100%*/
    border-collapse: collapse;
}

td {
    border-bottom: 1px solid #4F4F4F;
    border-right: 1px solid #4F4F4F;
    height: 30px;
    width: 25%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    padding: 0px 12px;
}

.tb_top {
    border-top: 1px solid #4F4F4F;
}

.tb_left {
    border-left: 1px solid #4F4F4F;
}

.tb_name {
    width: 70%;
    display: inline-block;
}

.tb_img {
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    display: inline-block;
}

.img_start {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.content_p {
    font-size: 38px;
    line-height: 38px;
    color: rgba(170, 170, 170, 1);
    text-align: center;
    padding: 38px 0 20px 0;
}


.popup_onemww {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    width: 14%;
    float: left;
}

.popup_onemww2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    width: 16%;
    float: left;
}

.popup_img {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.hidden {
    display: none;
}

.aui-searchbar {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 2.2rem;
    overflow: hidden;
    width: 100%;
    background-color: #ebeced;
    color: #9e9e9e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.aui-searchbar-input {
    background-color: #ffffff;
    border-radius: 0.25rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    position: relative;
    padding-left: 0.5rem;
    display: -webkit-box;
    -webkit-box-flex: 1;
    margin: auto 0;
}

    .aui-searchbar-input input {
        color: #666666;
        width: 80%;
        padding: 0;
        margin: 0;
        height: 1.4rem;
        line-height: normal;
        border: 0;
        -webkit-appearance: none;
        font-size: 0.7rem;
    }

.search {
    color: #fff;
    margin: auto 0;
    border: 1px solid #fff;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 10px;
}