.container .center {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.center .commonTitle {
    position: relative;
    padding-left: 44px;
    padding-top: 0;
    font-size: 16px;

    color: #4d4d4d;
}

.center .commonTitle i {
    position: absolute;
    width: 24px;
    height: 18px;
    top: -3px;
    left: 10px;
}

.commonTitle .tuijian-icon {
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    top: -3px !important;
    left: 10px !important;
}

.center .commonTitle img {
    position: absolute;
    width: 22px;
   
    top: -3px;
    left: 10px;
}

.center .roomTuijianWrap {
    width: 708px;
    position: relative;
}

.roomTuijianWrap .more {
    position: absolute;
    right: 15px;
    top: 5px;
}

.roomAllWrap .more {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
}

.more a {
    font-size: 14px;
    color: #989898;
}

.more img {
    position: absolute;
    width: 9px;
    height: 14px;
    right: -14px;
    bottom: 0;
}

.center .roomShow {
    width: 708px;
    height: 421px;
    background: #fff;
    margin-top: 14px;
    border-radius: 4px;
}

.center .roomAllWrap {
    margin-top: 25px;
    position: relative;
}

.roomAllWrap .more {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;

    color: #989898;
}

.guildWrap {
    margin-top: 25px;
}

.guildShow {
    width: 708px;
    height: 125px;

}

.guildShow>img {
    width: 100%;
    height: 100%;
}

.roomAllShow {
    margin-top: 14px;
    width: 708px;
    min-height: 1400px;
    background: #fff;
    border-radius: 4px;
}

.roomShow ul {
    padding-left: 21px;
    padding-top: 20px;
}

.roomAllShow ul {
    padding-left: 21px;
    padding-top: 20px;
}

.roomShow ul li {
    width: 151px;
    height: 175px;
    float: left;
    position: relative;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 23px;
}

.roomAllShow ul li {
    width: 151px;
    height: 175px;
    float: left;
    position: relative;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 23px;
}

.live-item {
    display: block;
    width: 151px;
    height: 151px;
    border-radius: 6px;
    overflow: hidden;

}

.live-item .liveAvater {
    width: 151px;
    height: 151px;
    transition: all 0.6s;
}

.live-item .liveAvater:hover {
    transform: scale(1.4);
}

.roomShow ul li .toutiao {
    height: 22px;
    width: 46px;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 0;
    background: #f2c700;
    border-radius: 4px 0px 15px 0px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}



ul li .num {
    position: absolute;
    top: 127px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);
    ;
    /*FireFox*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);
    /* Opear */
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    /*IE10及IE10+*/
    border-radius: 0 0 6px 6px;
}

.num .hot {
    padding-left: 10px;
    width: 14px;
    height: 16px;
}

.roomShow ul li .roomName {
    position: relative;
    width: 150px;
    padding-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #666666;
    font-size: 14px;
}

.roomAllShow ul li .roomName {
    position: relative;
    width: 150px;
    padding-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #666666;
    font-size: 14px;
}

.right .dayRecommendWrap {
    width: 295px;
}

.right .commonTitle {
    width: 251px;
    position: relative;
    padding-left: 44px;
    padding-top: 0;
    font-size: 16px;
    color: #4d4d4d;
    height: 28px;
    line-height: 28px;
}

.right .commonTitle img {
    position: absolute;
    width: 24px;

    top: 5px;
    left: 10px;
}

.right .dayRecommendShow {
    width: 295px;
    height: 248px;

    opacity: 0.5;
    border-radius: 6px;
    margin-top: 2px;
    position: relative;
}

.right .dayRecommendShow .toutiao {
    height: 22px;
    width: auto;
    position: absolute;
	opacity: 0.8;
    font-size: 14px;
    right: 0;
    top: 0;
    background: #ffffff;
    border-radius: 0px 4px 0px 15px;
	font-weight:800;
	color:#FE408F;
    text-align: center;
    line-height: 22px;
}

.dayRecommendShow>img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.dayRecommendShow>.recommendName {
    width: 295px;
    position: absolute;
    top: 88px;
    text-align: center;

    font-size: 20px;

    color: #ffffff;
}

.dayRecommendShow>.enterType {
    margin-top: 20px;
    width: 295px;
    text-align: center;
    position: absolute;
    top: 128px;
}

.enterType>a {
    padding: 8px 13px;
    width: 62px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    font-size: 16px;

    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.enterType>a:hover {
    opacity: 0.5;
}

.huodongCenterWrap {
    margin-top: 25px;
}

.huodongShow {
    width: 295px;
    height: 120px;
    border-radius: 10px;
    background: #FFFFFF;
    margin-top: 5px;
}

.huodongShow>#huodong-swiper {
    width: 100%;
    height: 100%;
}

#hd-pagination {
    height: 10px;
}

.hd-bullet {
    display: inline-block;
    width: 10px !important;
    height: 10px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 10px !important;
    margin-bottom: 12px !important;
    border-radius: 5px;
    cursor: pointer;
}

.hd-bullet-active {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    opacity: 1;
}

.dayStar {
    position: relative;
    margin-top: 25px;
}

.dayStarShow {
    box-sizing: border-box;
    width: 295px;
    height: 580px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 8px;
    padding-top: 18px;
}

.dayStarShow ul li>a {
    height: 96px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.dayStarShow .mingci {
    padding-left: 24px;
    padding-top: 44px;
}

.dayStarShow .mingCi {
    padding-left: 37px;
    padding-top: 44px;
}

.dayStarShow .afterThree {
    height: 86px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.mingci img {
    position: absolute;
    width: 28px;
    height: 36px;
    left: 24px;
    top: 26px;
}

.dayStarShow .userAvater {
    margin-left: 44px;
    padding-top: 18px;
}

.dayStarShow .userPic {
    margin-left: 26px;
    padding-top: 18px;
}

.userPic img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-left: 8px;
}

.userAvater .avater {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-left: 8px;
}

.userAvater .topThree {
    position: absolute;
    width: 86px;
    height: 75px;
    top: 0;
}

.dayStarShow .user {
    padding-top: 28px;
    margin-left: 20px;
}

.user .username {
    font-size: 14px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    margin-bottom: 12px;
}

.user .userID {
    font-size: 12px;
    color: #666666;
}

.user .userID span {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dayRichRankWrap {
    position: relative;
    margin-top: 25px;
}

.dayRichShow {
    width: 295px;
    height: 580px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 8px;
}

.dayRich .more {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 14px;

    color: #989898;
}

.dayStar .more {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;

    color: #989898;
}

.adWrap {
    margin-top: 25px;
}

.ad {
    width: 295px;
    height: 258px;

}

.ad img {
    width: 100%;
    height: 100%;

}

/* 排行榜S */
.rankListWrap {
    width: 100%;
    background: #f4f5f8;

    padding-bottom: 100px;
}

.xinglu-rank {
    position: relative;
    width: 1220px;
    margin: 0 auto;
}

.starAndRich {
    margin-top: 39px;
}

.starRank {
    width: 490px;
    float: left;
    margin: 0 auto;
    position: relative;
}

/*  明星榜S */
.rankBox,
.richBox {
    box-sizing: border-box;
    width: 550px;
    height: 571px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
    position: relative;
    background: #fff;
}

.top3bg {
    background: url(../images/rankList/top3.png) #fff no-repeat 30px 177px;
}

.rank-item1 {
    position: absolute;
    width: 163px;
    height: 154px;
    left: 188px;
    top: 10px;

}

.gold,
.sliver,
.bronze {
    position: absolute;
    left: 46px;
    top: 22px;
}

.rank-item2 {
    position: absolute;
    width: 163px;
    height: 154px;
    left: 36px;
    top: 40px;
}

.rank-item3 {
    position: absolute;
    width: 163px;
    height: 154px;
    left: 347px;
    top: 40px;
}

.rank-top3bg {
    position: absolute;
    left: 40px;
    top: 0;
    width: 163px;
    height: 143px;
    width: 80px;
    height: 82px;
}

.rank-avator {
    position: absolute;
    width: 61px;
    height: 62px;
    border-radius: 50%;
    top: 25px;
    left: 50%;
    margin-left: -31px;
}

.rankBox a {
    display: block;
}

.rank-user {
    width: 163px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    height: 30px;
    text-align: center;

}

.rank-user i {
    position: absolute;
    right: 0;
    top: 0;
}

.rank-nickName {
    display: inline-block;
    font-size: 16px;
    width: 120px;
    height: 30px;
    color: #4d4d4d;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank-yonghuID {
    position: absolute;
    text-align: center;
    width: 163px;
    height: 13px;
    font-size: 14px;
    color: #666666;
    top: 145px;
    left: 0;
}
.rank-yonghuID-level {
    position: absolute;
    text-align: center;
    width: 163px;
    height: 13px;
    font-size: 14px;
    color: #666666;
    top: 120px;
    left: 0;
}
.rankBox li:nth-child(n+4):nth-child(-n+9) {
    width: 245px;
    position: relative;
    top: 297px;
    height: 25px;
    left: 0;
    margin-bottom: 20px;
}

.rankBox li:nth-child(n+10):nth-child(-n+15) {
    width: 245px;
    position: relative;
    top: 25px;
    height: 25px;
    left: 260px;
    margin-bottom: 20px;
}

.rankBox li:nth-child(n+4):nth-child(-n+9) a {
    display: block;
    height: 25px;
    position: relative;
    padding-left: 37px;
}

.rankBox li:nth-child(n+4):nth-child(-n+9) span {

    position: absolute;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    color: #9a9a9a;
    left: 23px;
    top: 3px;
}

.rankBox li:nth-child(n+4):nth-child(-n+9) i {
    position: absolute;
    left: 37px;
    top: 6px;
}

.rankBox li:nth-child(n+4):nth-child(-n+9) em {
    width: 160px;
    position: absolute;
    left: 120px;
    top: 0;
    padding-bottom: 5px;
}

.rankBox li:nth-child(n+4):nth-child(-n+9) em b {
    float: left;
    width:80px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rankBox li:nth-child(n+10):nth-child(-n+15) a {
    display: block;
    height: 25px;
    position: relative;
    padding-left: 37px;
}

.rankBox li:nth-child(n+10):nth-child(-n+15) span {
    width: 20px;
    position: absolute;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    color: #9a9a9a;
    left: 12px;
    text-align: right;
    top: 3px;
}

.rankBox li:nth-child(n+10):nth-child(-n+15) i {
    position: absolute;
    left: 37px;
    top: 6px;
}

.rankBox li:nth-child(n+10):nth-child(-n+15) em {
    width: 170px;
    position: absolute;
    left: 100px;
    top: 0;
    padding-bottom: 5px;
}

.rankBox li:nth-child(n+10):nth-child(-n+15) em b {
    float: left;
    width: 80px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.richBox li:nth-child(n+4):nth-child(-n+9) {
    width: 245px;
    position: relative;
    top: 297px;
    height: 25px;
    left: 0;
    margin-bottom: 20px;
}

.richBox li:nth-child(n+10):nth-child(-n+15) {
    width: 245px;
    position: relative;
    top: 25px;
    height: 25px;
    left: 260px;
    margin-bottom: 20px;
}

.richBox li:nth-child(n+4):nth-child(-n+9) a {
    display: block;
    height: 25px;
    position: relative;
    padding-left: 37px;
}

.richBox li:nth-child(n+4):nth-child(-n+9) span {
    position: absolute;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    color: #9a9a9a;
    left: 23px;
    top: 3px;
}

.richBox li:nth-child(n+4):nth-child(-n+9) i {
    position: absolute;
    left: 37px;
    top: 6px;
}

.richBox li:nth-child(n+4):nth-child(-n+9) em {
    width: 200px;
    position: absolute;
    left: 120px;
    top: 0;
    padding-bottom: 5px;
}

.richBox li:nth-child(n+4):nth-child(-n+9) em b {
    float: left;
    width: 80px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.richBox li:nth-child(n+10):nth-child(-n+15) a {
    display: block;
    height: 25px;
    position: relative;
    padding-left: 37px;
}

.richBox li:nth-child(n+10):nth-child(-n+15) span {
    width: 20px;
    position: absolute;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    color: #9a9a9a;
    left: 12px;
    text-align: right;
    top: 3px;
}

.richBox li:nth-child(n+10):nth-child(-n+15) i {
    position: absolute;
    left: 37px;
    top: 6px;
}

.richBox li:nth-child(n+10):nth-child(-n+15) em {
    width: 200px;
    position: absolute;
    left: 120px;
    top: 0;
    padding-bottom: 5px;
}

.richBox li:nth-child(n+10):nth-child(-n+15) em b {
    float: left;
    width: 80px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cycle {
    position: absolute;
    left: 550px;
    top: 67px;
}

.cycle ul li {
    margin-bottom: 11px;
}

.cycle ul li>a {
    box-sizing: border-box;
    border-radius: 0px 10px 10px 0px;
    display: inline-block;
    width: 36px;
    height: 71px;
    padding: 26px 9px 0 9px;
    background: #f9a98e;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

.cycle .active {
    background: #F0714F !important;
}

.cycle li:nth-child(4) a {
    padding-top: 15px;
    line-height: 20px;
}

.richRank {
    float: right;
    width: 550px;
    padding-right: 36px;
    position: relative;
}

.rankTitle {
    position: relative;
    padding-left: 44px;
    padding-top: 0;
    font-size: 22px;

    color: #4d4d4d;
}

.rankTitle img {
    position: absolute;
    width: 24px;
    height: 18px;
    top: 3px;
    left: 10px;
}

/* 明星榜E */
/* 攻城榜S */
.rank-siegeRank {
    height: 572px;

    margin-top: 39px;
}

.rank-battleTitle {
    position: relative;
    padding-left: 44px;
    padding-top: 0;
    font-size: 22px;

    color: #4d4d4d;
}

.rank-battleTitle img {
    position: absolute;
    width: 24px;
    height: 18px;
    top: 3px;
    left: 10px;
}

.rank-siegeShow {
    background: #fff;
    height: 542px;
    margin-top: 14px;
    border-radius: 10px;
}

.rank-santoNow {
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #FEAC72 0%, #FDC044 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    position: relative;
}

.rank-santoNow p {
    position: relative;
    left: 0;
    top: 0;
    font-size: 18px;
    height: 52px;
    padding-top: 7px;
    color: #333333;
    margin-bottom: 1px;
}

.rank-santoNow .xingzhuang {
    width: 129px;
    height: 59px;
    position: absolute;
    left: 545px;
    top: -5px;
}

.rank-santoNow h5 {
    height: 18px;
    font-size: 18px;

    color: #ffffff;
    margin-bottom: 9px;
}

.rank-santoNow .heart {
    position: absolute;
    width: 20px;
    height: 18px;
    left: 605px;
}

.rank-santoNow .rank-battleObject {
    width: 580px;
    position: absolute;
    left: 26%;
    top: 70px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.rank-battleObject .rank-object {
    text-align: center;
}

.rank-object img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #2a6eeb;
}

.rank-object:last-child img {
    border: 2px solid #cc234c;
}

.rank-object .rank-userName {
    font-size: 18px;

    color: #F4765C;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.rank-object .rank-userID {
    font-size: 16px;

    color: #666666;
}

.rank-table {
    margin-top: 120px;
    width: 1220px;
    table-layout: fixed;
}

.rank-table tbody tr td {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-table tbody td a {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    text-align: left;
    margin-left: 3px;

}

.rank-table tbody td a:first-child {
    text-align: right;
    margin-right: 3px;
}

.rank-table thead tr {
    height: 50px;
    background: #FFF2E1;
    line-height: 50px;
    font-size: 20px;
    color: #4d4d4d;
}

.rank-table thead tr th:first-child {
    width: 80px;
}

.rank-table thead tr th:nth-child(2) {
    width: 400px;
}

.rank-table tbody tr {
    height: 50px;
    line-height: 50px;
    color: #666666;
}


.rank-table tbody tr:nth-child(2n) {
    height: 50px;
    background: #FFF2E1;
    line-height: 50px;
}




/* 攻城榜E */
/* 礼物周星榜S */
.rank-giftList {
    margin-top: 48px;
}

.rank-giftTitle {
    position: relative;
    padding-left: 44px;
    padding-top: 0;
    font-size: 22px;

    color: #4d4d4d;
}

.rank-giftTitle .rank-week {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.rank-week b {
    cursor: pointer;
}

.rank-week .active {
    color: #f4765c;
}

.rank-giftTitle img {
    position: absolute;
    width: 24px;
    height: 18px;
    top: 3px;
    left: 10px;
}

.rank-giftShow {
    width: 1220px;
    margin-top: 15px;
}

.rank-giftShow a {
    display: block;
}

.rank-commongift {
    float: left;
    width: 290px;
    height: 266px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.rank-commongift:nth-child(4n) {
    margin-right: 0;
}

.rank-commongift:nth-child(n + 5) {
    margin-bottom: 0;
}

.rank-commongift .jinlu {
    border-radius: 10px 10px 0px 0px;
    height: 88px;
    background: linear-gradient(0deg, #FEAC72 0%, #FDC044 100%);
    padding-top: 8px;
}



.jinlu .jinluPic {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    top: -7px;
    left: 62px;
    margin-top: 8px;
    background: #fff;
    border-radius: 50%;
}

.jinluPic img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.jinlu em {
    font-size: 20px;
    position: relative;
    left: 70px;
    top: -38px;

    color: #ffffff;
    margin-left: 10px;
}

.rank-giftShow .rank-giftOne {
    height: 80px;
}

.rank-giftRank {
    float: left;
    padding-left: 22px;
    padding-top: 41px;
    font-size: 18px;
    font-weight: 600;
    color: #9a9a9a;
}

.rank-userInfo {
    float: left;
    position: relative;
    width: 100px;
    height: 80px;
}

.rank-userInfo .giftGold {
    position: absolute;
    left: 24px;
    top: 20px;
}

.rank-userInfo .theOne {
    position: absolute;
    left: 19px;
    top: 7px;
    width: 62px;
    height: 61px;
}

.rank-userInfo .gift-avatar {
    position: absolute;
    left: 27px;
    top: 23px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.gift-first {
    position: absolute;
    left: 20px;
    top: 5px;
}

.rank-giftUser {
    float: left;
    position: relative;
    width: 150px;
    left: 0px;
    padding-top: 20px;
}

.rank-giftUser .rank-userMing {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #323232;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank-giftUser i {
    position: absolute;
    right: 5px;
    top: 25px;
}

.rank-giftUser .rank-giftNum {
    margin-top: 9px;
    font-size: 12px;
    color: #666666;
    width: 200px;
}

.rank-giftMore {
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 18px;
}



.rank-giftMore .ranknum {
    font-size: 18px;
    font-weight: 600;
    color: #9a9a9a;
    position: relative;
    left: 0;
    top: -5px;
}

.rank-giftMore .actor_level_spec {
    margin-left: 8px;
}

.actor_level_spec i {
    position: relative;
    left: 0;
    top: -5px;
    transform: scale(0.8);
}

.rank-giftMore .rank-userMing span {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px;
    color: #666666;

}

.rank-giftMore .rank-giftNum {
    display: inline-block;
    position: relative;

    font-size: 12px;
    color: #666666;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 礼物周星榜 */
/* 排行榜 */

/* 商城样式S */
#pop-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
    display: none;

}

.pop-box {
    box-sizing: border-box;
    width: 480px;
    min-height: 218px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(88, 88, 88, 0.17);
    border-radius: 10px;
}

.pop-title {
    color: #fff;
    line-height: 56px;
    width: 460px;
    height: 56px;
    background: #f4765c;
    border-radius: 10px 10px 0px 0px;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
}

.pop-title .closetitle {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.pop-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #ebebeb;
}

.pop-content span {
    display: block;
    font-size: 22px;
    margin-bottom: 12px;
}

.pop-content em {
    display: block;
    font-size: 18px;
    word-break: break-all;
}

.pop-footer {
    padding-bottom: 20px;
}

.xinglu-shopWrap {
    background: #f4f5f8;
}

.shopMall {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    height: 100%;
    padding-top: 44px;
    padding-bottom: 50px;
}

.shopChoose {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e7e7e7;
}

.shopChoose li {
    display: inline-block;
    margin-right: 38px;
}

.shopChoose li a {
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: #4d4d4d;
}

.shopChoose .ui-tabs-active {
    height: 31px;
    color: #F07151;
    padding-top: 3px;
    border-bottom: 3px solid #F07151;

}

.shopChoose li:hover {
    height: 31px;
    font-size: 18px;

    color: #F07151;
    padding-top: 3px;
    border-bottom: 3px solid #F07151;
}

.shopTitle {
    position: relative;
    padding-left: 44px;
    margin-top: 37px;
    font-size: 16px;
    color: #4d4d4d;
}

.shopTitle img {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    left: 10px;
}

.xinglu-shop {
    width: 1220px;
}

.tequanContent {
    width: 1220px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-top: 18px;
    background-color: #fff;
    margin-bottom: 38px;
}

.tequanType {
    padding-top: 40px;
}

.tequanType ul li {
    width: 228px;
    height: 248px;
    background: #ffffff;
    border: 1px solid #f7d492;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 33px;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

.tequanType span {
    display: block;
    height: 170px;
    width: 230px;
    text-align: center;
    position: relative;
}

.tequanType span p {
    position: absolute;
    left: 0;
    right: 0;
    top: 153px;
    font-size: 16px;
    color: #676767;
}

.tequanType span img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tequanType h5 {
    margin-top: 16px;
    font-size: 14px;
    color: #999999;
    width: 175px;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 30px;
}

.tequanContent .openVip {
    display: block;
    position: relative;
    left: 522px;
    width: 175px;
    margin-top: 2px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #F4765C;
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.22);
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.tequanContent .openVip:hover {

    background: #F6967C;
   
}

.hideContent {
    display: none;
}

.showContent {
    display: block;
}

.shop-carTitle {
    position: relative;
    padding-left: 44px;
    margin-top: 37px;
    font-size: 16px;
    color: #4d4d4d;
}

.shop-carTitle img {
    position: absolute;
    width: 30px;
    height: 25px;
    top: -5px;
    left: 10px;
}

.shop-haohuaWrap,
.shop-shareWrap,
.shop-chongzhiWrap,
.shop-gameWrap,
.shop-weekWrap,
.shop-honorWrap,
.shop-activeWrap {
    box-sizing: border-box;
    padding: 23px 0 24px 40px;
    width: 1220px;
    min-height: 394px;
    height: auto !important;
    height: 394px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
}

.xinglu-car ul li {
    box-sizing: border-box;
    padding-top: 37px;
    padding-left: 7px;
    padding-right: 7px;
    width: 271px;
    height: 347px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
    border-radius: 10px;
    text-align: center;
    float: left;
    margin-right: 18px;
    margin-bottom: 27px;
}

.shop-carPic {
    text-align: center;
    width: 257px;
    height: 183px;
    background-size: 215px 63px;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.shop-carPic .shop-carself {
    position: relative;
    top: 0;
    margin-bottom: 4px;
    z-index: 3;
    
}

.shop-carPic .shop-carStage {
    position: absolute;
    left: 25px;
    top: 50px;
    z-index: 2;
}


.shop-carPic .shop-carName {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 32px;
}

.shop-carPrice {
    height: 20px;
    font-size: 14px;


    color: #F4765C;
    line-height: 32px;
    margin-top: 9px;
    margin-bottom: 29px;
}

.shop-buyButton {
    width: 120px;
    height: 34px;
    background: #F4765C;
    border-radius: 4px;
    line-height: 34px;
    color: #fff;
    position: relative;
    left: 76px;
    cursor: pointer;
}
.shop-buyButton:hover
{
	background: #F6967C;
}
.shop-liangBox {
    box-sizing: border-box;
    padding: 30px 25px 34px 24px;
    width: 1220px;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
}

.shop-liangIntro {
    box-sizing: border-box;
    padding-left: 32px;
    margin-bottom: 30px;
    position: relative;
}

.shop-liangIntro .shop-wenti {
    position: absolute;
    left: 0;
    top: 6px;
}

.shop-liangIntro span {
    font-size: 16px;
    color: #F4765C;
    line-height: 34px;
}

.shop-liangIntro input {
    position: absolute;
    right: 0;
    top: -3px;
    width: 245px;
    height: 36px;
    border: 1px solid #F4765C;
    border-radius: 20px;
    font-size: 16px;
    padding-left: 11px;
    outline: none;
    color: #4d4d4d;
    background-color: #FFF;
}

.shop-liangIntro .shop-liang-search {
    position: absolute;
    right: 2px;
    top: 0;
    height: 34px;
    width: 40px;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 17px;
    background-color: #fff;
}

.shop-liangBox p {
    padding-left: 23px;
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 19px;
    position: relative;
}

.shop-liangBox p .shop-gou {
    position: absolute;
    left: 0;
    top: 5px;
}

.shop-liangType {
    position: relative;
}

.shop-liangType b {
    font-size: 24px;
    color: #EE6E32;
}

.shop-liangType span {
    font-size: 18px;
    color: #4d4d4d;
}

.shop-liangType em {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 81px;
    position: absolute;
    text-align: right;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: #4d4d4d;
    cursor: pointer;
}

.shop-liangType em .shop-changeLiang {
    position: absolute;
    left: 0;
    top: 0;
}

.shop-liangChoose {
    margin-top: 32px;
    min-height: 122px;
}

.shop-liangChoose li {
    position: relative;
    float: left;
    width: 210px;
    height: 120px;
    border: 1px solid #F4765C;
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
    border-radius: 10px;
    margin-right: 22px;
    margin-bottom: 20px;
}

.shop-liangChoose li:first-child {
    margin-left: 0;
}

.shop-liangInfo {
    text-align: center;
}

.search-liangInfo {
    text-align: center;
    position: relative;

}

.search-liangInfo .search-liangNum {
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background:  linear-gradient(90deg, #F4765C, #FF9400);
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
}

.search-liangInfo .search-liangPrice {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #F4765C;
}

.shop-liangInfo .shop-liangNum {
     border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background:  linear-gradient(90deg, #F4765C, #FF9400);
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
}

.shop-liangInfo .shop-liangPrice {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #F4765C;
}

.shop-liangSelect {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 120px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);

    padding-top: 45px;
    padding-left: 18px;
    display: none;
}

.shop-liangSelect a {
    float: left;
    width: 80px;
    height: 30px;
    background: #F4765C;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 14px;
    cursor: pointer;
}
.shop-liangSelect a:hover{
    background: #F6967C;
}
.shop-popupwrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}

.shop-buyLiang {
    box-sizing: border-box;
    width: 480px;
    height: 340px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(88, 88, 88, 0.17);
    border-radius: 10px;
}

.shop-searchLiang {
    width: 330px;
    height: 270px;
    border-radius: 10px;
    background: #fff !important;

}

.shop-searchLiang .search-liangNum {
    position: absolute;
    left: 0;
    top: 27px;
    right: 0;
    margin: auto;
    font-size: 60px;
    font-weight: 600;
    color: #F4765C;
    background: #ffffff;
    box-shadow: none;
}

.shop-searchLiang .search-liangPrice {
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    color: #808080;

}

.search-footer {
    width: 100%;
    top: 153px;
    left: 60px;
    position: relative;

}

.search_confirm {
    display: block;
    float: left;
    width: 90px;
    height: 34px;
    background: linear-gradient(90deg, #f4765c, #8af6d3);
    border-radius: 17px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-right: 30px;
}

.shop-buyLiang h3 {
    color: #fff;
    line-height: 56px;
    height: 56px;
    background: #F4765C;
    border-radius: 10px 10px 0px 0px;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}

.shop-buyLiang h3 .closetitle {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.shop-liang-section {
    height: 200px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.shop-liangShow {
    float: left;
    height: 200px;
    text-align: center;
    width: 240px;
    font-size: 40px;
    font-weight: 600;
    color: #F4765C;
    line-height: 200px;
}

.shop-carShow {
    float: left;
    height: 200px;
    background-size: 180px 53px;
    width: 255px;
    text-align: center;
    position: relative;
}

.shop-carShow .shop-showStage {
    position: absolute;
    left: 37px;
    top: 96px;
}

.shop-carShow .shop-car {
    position: absolute;
    left: 46px;
    top: 55px;
    width: 163px;
    height: 90px;
}

.shop-giveLiang {
    height: 345px;
}

.shop-liang-side {
    float: right;
    height: 177px;
    padding-top: 18px;
    width: 240px;
}

.shop-give-section {
    height: 225px;
}

.shop-liang-Giveside {
    float: right;
    height: 177px;
    padding-top: 18px;
    padding-left: 20px;
    width: 220px !important;
}

.shop-vip-main {
    width: 220px;
    float: left;
}

.shop-vipShow {
    width: 220px;
    height: 200px;
    position: relative;
}

.shop-vipShow img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:200px;
}

.shop-vip-side {
    width: 250px;
    float: left;
    padding-top: 35px;
}

.shop-car-side {
    float: right;
    height: 177px;
    padding-top: 18px;
    width: 223px;
}

.shop-liang-side .shop-liang-hao {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 36px;
    margin-bottom: 10px;
    position: relative;
    top: 5px;
}

.shop-liang-side p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 32px;
    margin-bottom: 11px;
}

.shop-liang-side p span {
    font-size: 16px;
    color: #F4765C;
}

.shop-liang-side p em {
    
    font-size: 16px;
    display: inline-block;
}

.lineThrough {
    text-decoration: line-through;
}

.buyconfirm {
    display: block;
    width: 90px;
    height: 34px;
    background: linear-gradient(90deg, #F4765C, #FF9400);
    border-radius: 4px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    margin-top: 20px;
    margin-left: 195px;
}
.buyconfirm:hover {
    background: linear-gradient(90deg, #F6967C, #FFa420);
   
}

.buyAndUse {
    display: block;
    width: 121px;
    height: 34px;
    background: #F4765C;
    border-radius: 4px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    margin-top: 20px;
    margin-left: 180px;
}
.buyAndUse:hover{
	background: #F6967C;
}
.give-search {
    display: inline-block;
    width: 114px;
    outline: none;
    height: 28px;
    margin-left: 3px;
    border: 1px solid #989898;
    border-radius: 18px;
    padding-left: 9px;
	padding-right: 9px;
}

.give-nickname {

    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 16px;
}

.text-success {
    color: #bfd84d !important;
}

.text-fail {
    color: #ff4a4a !important;
}
.shop-guizuShow {
    float: left;
    height: 200px;
    background-size: 180px 53px;
    width: 200px;
    text-align: center;
    position: relative;
}

.shop-guizuShow .shop-showStage {
    position: absolute;
    left: 37px;
    top: 96px;
}

.shop-guizuShow .shop-guizu {
    position: absolute;
    left: 60px;
    top: 55px;
    width: 80px;
}
/* 商城样式E */
/* 下载样式S */
#downloadWrap {
    overflow: hidden;
    position: relative;
    height: 820px;
    width: 100%;
    min-width: 1270px;
    background: url("../images/download/downloadWrap.png") no-repeat center;
}
#downloadWraps {
    overflow: hidden;
    position: relative;
    height: 820px;
    width: 100%;
    min-width: 1270px;
    background: url("../images/download/downloadWraps.png") no-repeat center;
}
.download-content{
    width: 1220px;
    height: 800px;
    margin: 0 auto;
}
.downloadClient {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    opacity: 0.5;
}

.download-phone1 {
    width: 340px;
    margin-top:60px;
}

.download-phone2 {
    width: 340px;
    margin-left: 20px;
}

.download-title {
    width: 460px;
    position: absolute;
    margin-left: 40px;
    margin-top:0px;
    top:60px;
}

.downloadStyle {
    width: 490px;
    height: 278px;
    float: right;
    margin-top: 460px;
}

.QRdownload {
    width: 234px;
    height: 234px;
    float: left;
	margin-top: 180px;
	margin-left:40px;
	text-align: center;
}

.QRdownload img {
    border: 0;
    padding: 0;
}

.downloadChoose {
    float: right;
}

.downloadChoose a {
    display: block;
    width: 149px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    margin-left: 31px;
    margin-bottom: 13px;
    padding-left: 67px;
    line-height: 46px;
    color: #ffffff;
    position: relative;
}

.downloadChoose a img {
    position: absolute;
    width: 17px;
    height: 20px;
    left: 30px;
    top: 15px;
}
.moreContent{
	font-size: 32px;
	
    color: #ffffff;
}
.downmobileContent{
	font-size: 20px;
	margin-left:10px;
	line-height:70px;
    color: #ffffff;
}
.version {
    width: 234px;
    height: 23px;
    font-size: 20px;
    color: #ffffff;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}

/* 下载客户样式E */

/* 支付页面样式S */
.payWrap {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 100px;
    width: 100%;
    background: #f4f5f8;
    height: 100%;
}

.xinglu-pay {

    position: relative;
    width: 1220px;
    margin: auto;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
}

.payBox {
    box-sizing: border-box;
    width: 1220px;
    height: 630px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
    padding: 42px 74px 57px 69px;
    position: relative;
    border-radius: 15px;
    background: url(../images/pay/scan.png) no-repeat 708px 181px,
        url(../images/pay/tuoyuan.png) no-repeat 688px 160px,
        url(../images/pay/Phone.png) no-repeat 883px 42px;
}

.payBox2 {
    box-sizing: border-box;
    width: 1220px;
    height: 630px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
    border-radius: 10px;
    padding: 42px 74px 57px 69px;
    background: url(../images/pay/zfbscan.png) no-repeat 708px 181px,
        url(../images/pay/tuoyuan.png) no-repeat 688px 160px,
        url(../images/pay/zfb.png) no-repeat 883px 42px;
}

.xinglu-pay .tips {
    font-size: 22px;
    color: #353434;
    line-height: 32px;
    height: 24px;
    margin-bottom: 39px;
}

.xinglu-pay .tips .m {
    font-size: 30px;
    color: #f67f00;
}

.xinglu-pay p {
    height: 21px;
    font-size: 22px;
    color: #7f7f7f;
    line-height: 32px;
    margin-bottom: 25px;
}

.scanPay {
    margin-top: 52px;
}

.scanPay .qrimg {
    float: left;
    width: 271px;
    height: 271px;
}

.scanPay .payInfo {
    float: left;
    margin-left: 53px;
    padding-top: 39px;
}

.scanmoney {
    height: 22px;
    font-size: 22px;
    color: #4d4d4d;
}

.paymoney {
    font-size: 42px;
    font-weight: 600;
    color: #f67f00;
    margin-top: 28px;
    margin-bottom: 49px;
}

.paytips {
    width: 155px;
    font-size: 22px;
    padding-left: 65px;
    color: #4d4d4d;
    line-height: 32px;
    background: url(../images/pay/QRscan.png) no-repeat 0 6px;
    background-size: 50px 50px;
}

/* 支付页面样式E */
/* 全部房间styleS */
.container .multiWrap {
    flex: 1;
    margin-left: 40px;

}

.container .room-left {
    margin-top: 0px;
}

.multiWrap .multiBox {
    box-sizing: border-box;
    min-height: 1460px;
    height: auto !important;
    height: 1460px;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 22px;

    border-radius: 10px;
}

.multiBox .multiTitle,
.room-sort,
.xinglu-multi-search {
    float: left;
}

.xinglu-multi-search {
    position: relative;
    width: 218px;
    margin-left: 29px;
}

.xinglu-multi-search input {
    height: 30px;
    background: #fff;
    border-radius: 17px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    padding-left: 21px;
    outline: none;
}

.xinglu-multi-search .room-search {
    position: absolute;
    right: 2px;
    top: 3px;
    height: 30px;
    width: 40px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 17px;
}

.multiTitle {
    height: 23px;
    font-size: 24px;
    margin-right: 470px;
    color: #F4765C;
    padding-top: 4px;
}

.room-sort {
    padding-top: 9px;
}

.room-sort span {
    font-size: 14px;

    cursor: pointer;
    color: #999999;
}

.room-sort .sortactive {
    color: #F4765C;
}

.room-sort em {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #eaeaea;
    vertical-align: middle;
}

.multiLive {
    margin-top: 20px;
}

.multiLive ul li {
    width: 180px;
    height: 208px;
    float: left;
    position: relative;
    border-radius: 6px;
    margin-right: 14px;
    margin-bottom: 22px;
}

.multiLive ul li .liveAvatar {
    width: 180px;
    height: 180px;
    border-radius: 6px;
}

.multiLive ul li .num {
    position: absolute;
    left: 0px;
    top: 156px;
    width: 100%;
    line-height: 24px;
}


.multiLive ul li .roomName {
    position: relative;
    width: 150px;
    padding-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #666666;
    font-size: 14px;
}

.multi-item {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 6px;
    overflow: hidden;

}

.multi-item .liveAvatar {
    width: 180px;
    height: 180px;
    transition: all 0.6s;
}

.multi-item .liveAvatar:hover {
    transform: scale(1.4);
}

/* 全部房间styleE */
/* 找回密码Style S */
.findWrap {
    width: 100%;
    background-color: #f4f5f8;
    padding-top: 40px;
    padding-bottom: 100px;
}

.xinglu-find {
    width: 1220px;
    margin: 0 auto;
}

.findBox {
    box-sizing: border-box;
    width: 1220px;
    height: 610px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(125, 125, 125, 0.14);
    border-radius: 10px;
    padding-top: 29px;
    padding-left: 30px;
    padding-right: 30px;
}

.find-title {
    height: 46px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 24px;
    color: #4d4d4d;
    margin-bottom: 79px;
}

.find-main {
    text-align: center;
}

.find-main .input-item {
    position: relative;
    margin-bottom: 30px;
}

.find-main .input-item label {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #808080;
    text-align: left;
}

.find-main .input-item em {
    position: absolute;
    font-size: 14px;
    color: #e60101;
    left: 478px;
    top: 36px;
    display: none;
}

.find-main .input-item .getCode {
    width: 110px;
    height: 30px;
    border: 1px solid #f4765c;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #f4765c;
    position: absolute;
    margin-left: 16px;
    top: -2px;
    outline: none;
}

.find-main input {
    outline: none;
    width: 290px;
    height: 26px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding-left: 10px;
}

.find-main button {
    outline: none;
    border: 0;
}

.submit-btn {
    margin-top: 17px;
    width: 60px;
    height: 26px;
    background-color: #f4765c;
    border-radius: 13px;
    color: #fff;
    opacity: 0.3;
}

.find-main p {
    height: 14px;
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
}

.find-success {
    text-align: center;
    display: none;
}

.find-success p {

    color: #666666;
    margin-top: 10px;
    margin-bottom: 29px;
}

.find-success span {
    display: block;
    font-size: 16px;
    color: #f4765c;
}

/* 找回密码Style E */

/* 最近浏览样式S */

.container .browseWrap {
    width: 1001px;

    margin-left: 40px;
}

.browseWrap .browseBox {
    width: 100%;
    box-sizing: border-box;
    min-height: 1290px;
    height: auto !important;
    height: 1290px;
    background-color: #fff;
    border-radius: 10px;
}

.browseBox>.browseTitle {
    font-size: 24px;

    color: #f4765c;
    padding-top: 19px;
    padding-left: 21px;
}

.browseBox>.browseRoom {
    width: 100%;
    text-align: center;
    margin-top: 73px;
}

.browseRoom>.noBrowse {
    margin-top: 30px;
    font-size: 16px;

    color: #666666;
}

.gonghuiWrap {
    width: 1001px;
}

.gonghuiWrap>.gonghuiShow {
    width: 100%;
    margin-top: 43px;
}

.gonghuiShow>img {
    width: 1001px;
}

/* 最近浏览样式E */
/* 在线充值样式S */
#rechargeWrap {
    width: 100%;
    background: #f4f5f8;
    height: auto;

}

.recharge {
    box-sizing: border-box;
    position: relative;
    width: 1220px;
    margin: 0 auto;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
}

.onlineCZ {
    box-sizing: border-box;
    width: 1220px;
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 29px 41px 37px 39px;
}

.onlineCZ .title {
    font-size: 24px;
    color: #f4765c;
}

#recharge-banner {
    width: 1140px;
    height: 350px;
    margin-top: 30px;
    margin-bottom: 29px;
}

#recharge-banner .swiper-slide img {
    width: 1140px;
    height: 350px;
    border-radius: 10px;
}

#recharge-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

#recharge-banner .my-bullet-active {
    width: 20px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    opacity: 1;
}

.accountBalance {
    height: 34px;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.accountBalance span {
    color: #f9aa38;
    font-size: 24px;
    margin-right: 5px;
}

.rechargeAmount {
    margin-top: 15px;
    margin-bottom: 5px;
}

.rechargeAmount ul li {
    width: 103px;
    height: 155px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    position: relative;
    text-align: center;
    border-radius: 11px;
    border: 1px solid #e6e6e6;
    margin-right: 34px;
    margin-bottom: 15px;
    cursor: pointer;

}

.rechargeAmount ul .on {
    background: url(../images/recharge/click.png) no-repeat 105px 4px,
        url(../images/recharge/choose2.png) no-repeat 0 0;
        
}

.rechargeAmount .recharge-select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.recharge-select .recharge-click {
    position: absolute;
    left: 108px;
    top: 4px;
}

.recharge-select .recharge-choose {
    position: absolute;
    left: 0;
    top: 0;
}

.rechargeAmount ul li:nth-child(7) {
    margin-right: 0;
}

.recharge-amount {
    z-index: 3;
    height: 100px;
    border-bottom: 3px solid #efefef;
    position: relative;
}

.recharge-amount .xingbi-icon {
    position: absolute;
    left: 36px;
    top: 18px;
}

.recharge-amount span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
    padding-top: 76px;

}

.recharge-amount input {
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    width: 80px;
    height: 20px;
    text-align: center;
    position: absolute;
    border: 0;
    outline: none;
    top: 75px;
    background-color: #fff;
    left: -8px;
}

.recharge-amount .pay_coin {
    position: absolute;
    left: 75px;
    top: 0;
}

.recharge-price {
    position: relative;
    z-index: 100;
}

.recharge-price input {
    border: none;
    outline: none;
    width: 65px;
    font-size: 18px;
    text-align: center;
}

.recharge-price input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.recharge-price input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.recharge-price span {
    font-size: 18px;
    color: #4d4d4d;
    height: 53px;
    line-height: 53px;
    outline: none;
}

.rechargeAccount {
    font-size: 20px;
    color: #4d4d4d;
    margin-top: 5px;
}

.recharge-roomName {
    margin-top: 20px;
    font-size: 20px;
    color: #4d4d4d;
}

.rechargeAccount span {
    color: #818181;
    font-size: 16px;
}

.rechargeAccount a {
    display: inline-block;
    color: #818181;
    font-size: 16px;
    margin-left: 10px;
}

.rechargeAccount a img {
    position: relative;
    top: 4px;
}

.recharge-roomName em {
    color: #818181;
}

.onlineCZ .payWays {
    margin-top:10px;
}

.onlineCZ .payWays .payTitle {
    font-size: 22px;
    color: #333333;
    display: inline-block;
	
}

.onlineCZ .payType {
    position: relative;
  
    margin-left: 30px;
    display: inline-block;
    height: 40px;
}

.payType ul li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
	width:140px;
	height:40px;
}

.payType ul .on {
    background: url(../images/recharge/smallgou.png) no-repeat 126px 28px,
        url(../images/recharge/choose1.png) no-repeat 0 0;
}
.payType ul .on a {
    border: 0px;
}

.payType ul li>a {
    line-height: 40px;
    display: block;
    width: 140px;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-size: 16px;
    color: #676767;
    cursor: pointer;
    position: relative;
}


.payType ul li a img {
    position: absolute;
    top: 50%;
    left:50%;
    height: 45px;
    margin-left:-70px;
    margin-top:-22px;
}

.payType ul li a .alipay-icon {
    position: absolute;
    left: 11px;
    top: 9px;
}

.payType ul li a .bankpay-icon {
    position: absolute;
    left: 11px;
    top: 12px;
}

.chongzhi-btn {
    position: relative;
    left: 470px;
    display: block;
    width: 200px;
    height: 40px;
    background: #F4765C;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    cursor: pointer;
}
.chongzhi-btn:hover {
    
    background: #F6967C;
  
}
.recharge-tips {
    box-sizing: border-box;
    width: 1220px;
    background-color: #fff;
    height: 240px;
    border-radius: 10px;
    padding: 34px 40px 35px 41px;
    margin-top: 40px;
}

.recharge-tips h2 {
    font-size: 20px;
    color: #343434;
    margin-bottom: 37px;
}

.recharge-tips p {
    font-size: 16px;

    color: #7f7f7f;
    margin-bottom: 31px;
}

.recharge-tips p a {
    width: 70px;
    display: inline-block;
    height: 24px;
    background: linear-gradient(90deg, #F4765C, #FF9400);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

}

/* 在线充值样式E */

/* index我的关注样式S */
.container .attentionWrap {
    flex: 1;
    margin-left: 23px;
    margin-right: 23px;
}

.container .attentionWrap {
    flex: 1;
    margin-left: 23px;
    margin-right: 23px;
}

.attentionWrap .attentionBox {
    box-sizing: border-box;
    height: 1050px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.noAttention {
    padding-top: 70px;
    height: 320px;
    width: 100%;
    text-align: center;
}

.noAttention>img {
    width: 270px;
    height: 163px;
}

.noAttention .tips {
    margin-top: 32px;
    font-size: 16px;
    color: #666666;
}

.recommendHost {
    padding-left: 30px;
    height: 560px;
}

.recommendHost h4 {
    height: 20px;
    font-size: 20px;
    color: #4D4D4D;
    margin-bottom: 40px;
}

#recommend-list {
    width: 100%;
    height: 500px;
}

#recommend-list li {
    width: 300px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.16);
    border-radius: 10px;
    float: left;
    margin-right: 21px;
    margin-bottom: 30px;
}

.recommend-item {
    padding-left: 21px;
    padding-top: 16px;
}

.recommend-item .ri-avatar {
    float: left;
    width: 70px;
    height: 70px;
}

.ri-livenow {
    width: 200px;
    height: 45px;
    float: left;
}

.ri-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;

}

.ri-info {
    box-sizing: border-box;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 130px;
    height: 45px;
    padding-left: 11px;
}

.ri-gz-btn {
    width: 70px;
    float: left;
    height: 45px;
    display: flex;
    align-items: center;
}

.ri-gz-btn a {
    display: block;
    width: 70px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #2ED09B, #8AF6D2);
}

.ri-info .ri-name {
    font-size: 18px;
    color: #343434;
}

.ri-info .ri-fansnum {
    font-size: 18px;
    color: #818181;
}

.ri-live {
    padding-top: 10px;
    width: 189px;
    height: 20px;
    padding-left: 11px;
    display: flex;
    justify-content: space-between;
}

.ri-live span {
    display: inline-block;
    font-size: 16px;
    color: #818181;
    margin: 0;
}

.ri-live em {
    display: inline-block;
    font-size: 16px;
    color: #F4765C;
}

.ri-nolive {
    height: 70px;
}

.ri-nolive .ri-info {
    height: 70px;
}

.ri-nolive .ri-gz-btn {
    height: 70px;
}

#paging {
    width: 100%;
    text-align: center;
    height: 30px;
    position: absolute;
    bottom: 26px;
}

#paging a {
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 30px;
    background: #DCDCDC;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
}

#paging span {
    display: inline-block;
    text-align: center;
    width: 30px;
    margin-right: 20px;
    font-size: 16px;
}

#paging .jp-current {
    background: #22BB88;
}

#paging .jp-previous {
    position: relative;
    top: 7px;
    background: url(../images/index/before.png);
}

#paging .jp-next {
    position: relative;
    top: 7px;
    background: url(../images/index/next.png);
}

/* index我的关注样式E */

/* 登录注册样式S */
/* 登录S */
#login {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}

#register {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}

.login {
    box-sizing: border-box;
    width: 530px;
    position: absolute;
    height: auto;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    margin: auto;
    box-shadow: 0px 0px 13px 0px rgba(88, 88, 88, 0.17);
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

#closeL,
#closeR {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.login-title {
    height: 35px;
    border-bottom: 1px solid #e7e7e7;
}

.login-title ul li {
    float: left;
    margin-right: 29px;
}

.login-title ul li a {
    display: block;
    cursor: pointer;
    height: 18px;
    font-size: 18px;
    color: #4d4d4d;
    outline: none;
}

.login-title ul li a.active {
    height: 34px;
    font-size: 18px;
    color: #EE6F46;
    border-bottom: 2px solid #EE6F46;
}

.login-title ul li a:hover {
    font-size: 18px;
    color: #FE8F66;
    height: 35px;
    border-bottom: 2px solid #FE8F66;
}

.login-section {
    margin-top: 20px;
}

.login-main,
.register-main {
    float: left;
    width: 330px;
    padding-right: 10px;
    border-right: 1px solid #e7e7e7;
}

.login-side {
    float: left;
    box-sizing: border-box;
    width: 90px;
    margin-left: 16px;
    padding-left: 18px;
    padding-top: 28px;
}

.third-login-item {
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 38px;
    cursor: pointer;
}

.third-login-item a {
    color: #656565;
    display: block;

}

.third-login-item img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}

.login-main .input-item {
    width: 330px;
    height: 38px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
    position: relative;
}

.login-main .yzInput {
    width: 240px;
}

.login-main .input-item i {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 20px;
    height: 15px;
    cursor: pointer;
}

.login-main .input-item input {
    width: 330px;
    height: 36px;
    border: 0;
    outline: 0;
    font-size: 14px;
}

.login-main .input-item .getLogCode {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    color: #F4765C;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
}

.login-main .input-item .form-input-code {
    width: 100px;
}




.verification {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #676767;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9a9a9a;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9a9a9a;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9a9a9a;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9a9a9a;
}

.login-main button {
    border: 0;
    cursor: pointer;
}

.login-btn1 {
    width: 330px;
    height: 40px;
    margin-top: 13px;
    background: #F4765C;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    outline: 0;
}
.login-btn1:hover {

    background: #F6967C;

}
.login-btn2 {
    width: 330px;
    height: 40px;
    margin-top: 60px;
    background: #F4765C;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    outline: 0;
}
.login-btn2:hover {

       background: #F6967C;

}



.login-footer {
    width: 330px;
    margin-top: 14px;
    text-align: center;
}

.login-footer span {
    font-size: 16px;
    cursor: pointer;
    color: #F4765C;
}

.verification-inp {
    width: 240px;
}

.login-form {
    position: relative;
}

.login-return-wrongtips {
    position: absolute;
    color: #e60101;
    font-size: 14px;
    bottom: 80px;
    display: none;
}
.pl-login-wrongtips {
    position: absolute;
    color: #e60101;
    font-size: 14px;
    display: none;
}
.login-form .forgetPW {
    display: block;
    width: 70px;
    font-size: 14px;
    font-weight: 300;
    color: #676767;
    cursor: pointer;
    position: absolute;
    left: 266px;
    top: 182px;
}

/* 登录E */
/* 注册S */
.register {
    box-sizing: border-box;
    position: absolute;
    width: 530px;
    height: auto;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(88, 88, 88, 0.17);
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
}



.register-confirm .notagree {
    position: absolute;
    font-size: 14px;
    color: #e60101;
    left: 26px;
    top: 20px;
    display: none;
}

.register-title {
    height: 35px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 30px;
}

.register-title a {
    cursor: pointer;
    height: 18px;
    font-size: 18px;
    color: #4d4d4d;
    outline: none;
    height: 34px;
    font-size: 20px;
}

.register-main button {
    border: 0;
    cursor: pointer;
}

.register-section {
    margin-top: 20px;
}

.register-section .input-item input {
    width: 330px;
    height: 36px;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.register-main .input-item {
    width: 330px;
    height: 38px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    position: relative;
}

.register-main .input-item em {
    position: absolute;
    font-size: 14px;
    color: #e60101;
    top: 40px;
    display: none;
}

.login-main .input-item em {
    position: absolute;
    font-size: 14px;
    color: #e60101;
    top: 40px;
    display: none;
}

.register-main .input-item .getRegCode {
    width: 110px;
    height: 30px;
    border: 1px solid #F4765C;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #F4765C;
    position: absolute;
    margin-left: 16px;
    top: -2px;
    right: 0;
    outline: none;
    cursor: pointer;
}

.register-main .input-item img {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 20px;
    height: 15px;
    cursor: pointer;
}

.register-main .input-item .kejian {
    display: none;
}

.register-confirm {
    width: 330px;
    text-align: center;
    position: relative;
}

.register-confirm span {
    font-size: 12px;
    color: #9a9a9a;
}

.register-confirm em {
    font-size: 12px;
    color: #F4765C;
}

.register-main .check-box {
    width: 10px;
    height: 10px;
    border: 1px solid #B2B2B2;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: 4px;
    cursor: pointer;

}

.register-main .check-box img {
    position: absolute;
    left: 0;
    top: 0;

}

.register-footer {
    margin-top: 18px;
    text-align: center;
}

.register-footer span {
    font-size: 14px;
    cursor: pointer;
    color: #808080;
}

#register-btn {
    margin-top: 4px;
    width: 330px;
    height: 40px;
    background: #F4765C;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
    outline: 0;
}
#register-btn:hover {
    background: #F6967C; 
}
.register-form {
    position: relative;
}

.register-wrong-tips {
    position: absolute;
    color: #e60101;
    bottom: 108px;
}


.auth_img {
    width: 128px !important;
    height: 40px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* 注册E */

/* 登录注册样式E */

/* 个人设置S */
.mysetting {
    box-sizing: border-box;
    position: absolute;
    right: -52px;
    top: 62px;
    width: 286px;
    height: 482px;
    background: url(../images/login/person.png);
    padding-left: 30px;
    padding-right: 30px;
    visibility: hidden;
    background-color: #fff;
    z-index: 9999;
}

.mysetting .setting-tips {
    position: relative;
}

.setting-tips .close-st {
    position: absolute;
    right: -20px;
    top: 20px;
    cursor: pointer;
}

.st-myinfo {
    padding-top: 40px;
    width: 226px;
    height: 68px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}

.st-avatar {
    float: left;
}

.st-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.st-user {
    float: left;
    margin-left: 11px;
    width: 150px;
    position: relative;
    padding-top: 11px;
}

.st-user-name span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.st-user-name i {
    transform: scale(0.8);
    margin-left: 8px;
    position: absolute;
    right: 10px;
    top: 0px;

}

.st-user-id {
    font-size: 14px;
    color: #323232;
    margin-top: 8px;
}

.st-user-id span {
    font-size: 14px;
    color: #323232;

}

.st-mywallet {
    margin-top: 11px;
    position: relative;
}

.st-common-title {
    font-size: 16px;
    font-weight: 600;
    color: #4C4C4C;

}

.st-chongzhi {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #F4765C;
    border-radius: 10px;
}

.st-xbyb {
    margin-top: 17px;

}

.st-xingbi {
    display: inline-block;
    height: 18px;
}

.st-yuanbao {
    display: inline-block;
    margin-left: 20px;
    height: 18px;
}

.st-xbyb span {
    margin-left: 4px;
    position: relative;
    top: -2px;
    font-size: 14px;
    color: #353535;
}

.st-wdzb {
    margin-top: 16px;
}

.st-center {
    margin-top: 16px;
}

.st-list {
    width: 100%;
    padding-top: 17px;
}

.st-list li {
    width: 95px;
    float: left;
    height: 20px;
    margin-bottom: 16px;
}

.st-list li:nth-child(2n+1) {
    margin-right: 35px;
}

.st-list a span {
    font-size: 14px;
    color: #666666;
    position: relative;
    left: 10px;
    top: -4px;
}

.st-list a:hover span {
    font-size: 14px;
    color: #ddd;
    position: relative;
    left: 10px;
    top: -4px;
}

/* 个人设置E */
/* 消费送宝箱样式S */


.treasureWrap {
    min-width: 1100px;
    position: relative;
    height: 4970px;
}

.bxhd-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/treasure/hdbg.png) center;

}

.hd-rules {
    width: 1120px;
    height: 442px;
    position: relative;
    margin: auto;
    top: 1127px;
    background: url(../images/treasure/bg5.png) no-repeat;
}

.hd-rules .chimeney-left {
    width: 216px;
    height: 178px;
    position: absolute;
    left: -148px;
    top: 264px;
    background: url(../images/treasure/leftchimney.png)
}

.hd-rules .chimeney-right {
    width: 216px;
    height: 156px;
    top: -25px;
    right: -59px;
    position: absolute;
    background: url(../images/treasure/rightchimney.png)
}

.hd-rules-intro {
    position: absolute;
    left: 73px;
    top: 62px;
    width: 730px;
    height: 77px;
    line-height: 30px;
}

.hd-rules-intro p {

    font-size: 22px;
    color: #000;
}

.hd-rules-intro span {

    font-size: 26px;
    color: #E9487E;
}

.hd-rules-tips {
    box-sizing: border-box;
    padding-left: 21px;
    padding-top: 30px;
    width: 322px;
    height: 177px;
    position: absolute;
    line-height: 36px;
    font-size: 16px;
    color: #000000;
    left: 73px;
    top: 173px;
    background: url(../images/treasure/bg2.png);
}

.hd-rules-table {
    position: absolute;

    width: 610px;
    height: 177px;
    left: 423px;
    top: 173px;
    background: url(../images/treasure/bg3.png);
}

.hd-rules-table table {
    width: 610px;
    height: 167px;
    table-layout: fixed;

    display: table;
    word-spacing: -1em;
}

.hd-rules-table th {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #E9487E;
    height: 56px;
    line-height: 56px;
    border-right: 2px solid #611987;
    border-bottom: 2px solid #611987;
}

.hd-rules-table th:first-child {
    width: 120px !important;
}

.hd-rules-table th:nth-child(2) {
    width: 480px;
    border-right: 0;
}

.hd-rules-table td {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #343434;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-right: 2px solid #611987;
    border-bottom: 2px solid #611987;


}

.hd-rules-table td:nth-child(2n-1) {
    width: 120px;

}

.hd-rules-table td:nth-child(2) {
    width: 172px;


}

.hd-rules-table td:nth-child(4) {
    width: 185px;
    border-right: 0;


}

.hd-rules-table tr:nth-child(3) td {
    border-bottom: 0;
}

.prize-num {
    position: absolute;
    width: 550px;
    text-align: center;
    left: 350px;
    top: -184px;
    height: 90px;
    font-size: 60px;
    font-weight: 400;
    color: #E9487E;

    word-break: break-all;
    overflow: hidden;
}

.hd-broadcast {
    position: relative;
    box-sizing: border-box;
    width: 1315px;
    height: 167px;
    padding-top: 15px;
    top: 1207px;
    margin: auto;
    background: url(../images/treasure/bg1.png);
}

.hd-broadcast .swiper-container {

    height: 76px !important;
}

.hd-broadcast .swiper-slide {
    box-sizing: border-box;
    width: 1315px;
    height: 76px !important;
    position: relative;
}

.boradcast-content {
    font-size: 26px;
    color: #343434;
    position: absolute;
    top: 40px;
    left: 317px;
}

.hd-broadcast .swiper-slide img {
    width: 44px;
    height: 36px;
    position: absolute;
    left: 259px;
    top: 36px;
}

.boradcast-content span {
    color: #E9487E;
}

.boradcast-content em {
    color: #F6AC15;
}

.prize-record {
    width: 1124px;
    height: 1392px;
    background: url(../images/treasure/bg4.png);
}

.record-title {
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    width: 300px;
    height: 186px;
    line-height: 186px;
    left: 48px;
    top: -80px;
    background: url(../images/treasure/cloud.png);
}

.record-rank {
    position: relative;
    top: 1366px;
    margin: auto;
}

.record-title span {

    color: #E9487E;
    font-size: 30px;

}

.record-table {
    position: absolute;
    width: 900px;
    left: 89px;
    top: 90px;
}

.record-table th {
    height: 55px;
    font-size: 26px;
    font-weight: 600;
    color: #4D4D4D;
    line-height: 55px;
    border-bottom: 4px solid #611987;
}

.record-table tbody {
    counter-reset: sectioncounter;
}

.SortCLASS:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter;

}


.record-table td {
    height: 55px;
    font-size: 20px;
    text-align: center;
    color: #4D4D4D;
    line-height: 55px;
    border-bottom: 2px solid #611987;
}

.record-table tbody tr:last-child td {
    border-bottom: none;
}

.latest-record {
    position: relative;
    top: 1448px;
    margin: auto;
}

.latest-record-table thead th:first-child {
    width: 300px;
}

.bottom-info {
    position: relative;
    width: 100%;
    text-align: center;
    color: #676767;
    font-size: 16px;
    top: 1520px;
}

/* 消费送宝箱样式E */

/*  公告帮助样式S */
ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
}

.help-wrap {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    margin: 0 auto;
    background: #f4f5f8 !important;
    min-height: 400px;
}

.help-body {
    width: 1200px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    min-height: 400px;
}

.help {
    overflow: hidden;
}

.help-side {
    float: left;
    width: 240px;
    border-right: 1px solid #e6e6e6;
    min-height: 500px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.help-main {
    width: 900px;
    float: left;
    margin-bottom: -99999px;
    padding-bottom: 99999px;

}

.qq-help {
    padding-left: 20px;
    padding-top: 20px;
}

ul {
    padding-left: 0;
}

.qq-help li {
    margin-bottom: 10px;
}

.qq-help li span {
    color: #4d4d4d;
}

.qq-help img {
    display: inline-block;
    vertical-align: middle;
}

.qq-help a {
    display: inline-block;
    width: 70px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #28E4D9;
    color: #28E4D9;
    text-align: center;
    border-radius: 12px;
}

.qq-help a:hover {
    color: #fff;
    background: #28E4D9;
}

.hs-list {
    margin-top: 50px;
    padding-right: 10px;
}

.hs-list h4 {
    font-size: 16px;
    color: #ccc;
    text-align: center;
    margin-bottom: 10px;
}

.hs-list li {
    border: solid 1px #ebebeb;
    border-right: 0;
    border-left: 0;
    height: 30px;
    line-height: 30px;
    
}

.hs-list li a {
    color: #4d4d4d;
    font-size: 16px;
}

.hs-list li a:hover {
    color: #f2c700;
}

.help-main article {
    min-height: 500px;
    padding-left: 50px;
    padding-right: 62px;
}

.help-main article h1 {
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.help-main article dd {
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.help-main article dt li {
    width: 370px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 165px;
}

.help-main article dt a {
    font-size: 14px;
    color: #999;
}

.help-main article dt a:hover {
    color: #f67f00;
}

/*  公告帮助样式E */
/*  联系我们样式S */
.contact-form {
    padding-left: 165px;
    position: relative;
}

.contact-form .contact-item {
    margin-bottom: 20px;
}

.contact-item label {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-size: 18px;
    color: #808080;

}

.text-content {
    vertical-align: top;
}

.contact-item input {
    outline: none;
    width: 290px;
    height: 26px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding-left: 10px;
}

.contact-item .input-content {
    word-break: break-all;
    line-height: 20px;
    padding: 10px;
    font-size: 16px;
    width: 400px;
    height: 160px;
    background: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    resize: none;
    outline: none;
}

.contact-item .input-content:focus {
    border: 1px solid #f2c700;
}

.contact-item input:focus {
    border: 1px solid #f2c700;
}

.subwrong-tips {
    position: absolute;
    left: 228px;
    top: 435px;
    color: #e60101;
    font-size: 16px;
    display: none;
}

.sub-button {
    width: 60px;
    height: 26px;
    background-color: #f93838;
    border-radius: 13px;
    color: #fff;
    border: 0;
    margin-left: 64px;
    cursor: pointer;
    margin-bottom: 20px;
    outline: none;
}

/*  联系我们样式E */

/* 个人信息资料框样式S */
.person_info_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 550px;
    height: 455px;
    background-color: #fff;
    overflow-y: hidden;
}

.pi_box {
    width: 550px;
    height: 455px;
    display: flex;
}

.pi_left {
    box-sizing: border-box;
    width: 130px;
    height: 455px;
    background-color: #fff;
}

.pi_right {
    flex: 1;
    background-color: #F1F5F9;
}

.pi_avatar {
    padding-left: 10px;
    padding-top: 10px;
}

.pi_avatar img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
}

.pi_list {
    margin-top: 23px;
}

.pi_list li {
    text-align: center;
}

.pi_list li a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #656565;
    font-size: 16px;
    outline: none;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.5;

}

.pi_list .ui-tabs-active {
    color: #343434;
    background-color: #F1F5F9;
}

#pi_info {
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px;

}

.pi-title {
    width: 380px;
    height: 26px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 16px;
    color: #333333;


}

.info_list {
    width: 380px;
    height: 181px;
    padding-top: 14px;
}

.info_list li {
    float: left;
    width: 230px;
    height: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.info_list li:nth-child(2n) {
    width: 150px;
    margin-right: 0;
}

.info_list li.region {
    width: 100%;
}

.info_list li.signature {
    width: 100%;
}

.info_list li span {
    font-size: 14px;
    color: #4D4D3D;
}

.info_list li a {
    font-size: 14px;
    color: #0196C5;
    text-decoration: underline;
}

.info_list li i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.pi_car {
    position: relative;
    width: 380px;
}

.pi_car img {
    position: absolute;
    left: 0;
    top: 18px;
    right: 0;
    margin: auto;
}

.pi_car .nocar {
    display: block;
    position: absolute;
    left: 138px;
    top: 47px;
    color: #FFFFFF;
    font-size: 12px;
}

.pi_car .carname {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 130px;
    color: #000;
    font-size: 16px;
}

#icon_declare {
    box-sizing: border-box;
    margin-left: 26px;
    margin-top: 20px;
    width: 380px;
    height: 390px;

    background: #C1ECDE;
}

.car_pop {
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    width: 400px;
    position: relative;
}

.cp_list {
    display: inline-block;
    width: 200px;
    height: 40px;
}

.cp_list li {
    float: left;
    width: 100px;
}

.cp_list li a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #343434;
    outline: none;
}

.cp_list .ui-tabs-active {
    background-color: #fff;
}

.use_explain {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}

.car_popwrap {
    width: 400px;
    height: 404px;
    background-color: #fff;
    margin-top: -2px;
}

.car_pop_box {
    width: 400px;
    height: 404px;
    position: relative;
}

.cp_carshow {
    width: 100%;
    height: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cp_carshow img {
    width: 160px;
    height: 100px;
}

.car_pop_box .topopcar {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 171px;
    color: #fff;
    font-size: 14px;

}

.car_pop_box .carname {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 280px;
    color: #000;
}


.gch_list {
    width: 400px;
    height: 400px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.gch_list::-webkit-scrollbar {
    width: 3px;
    /*滚动条宽度*/
    height: 10px;
    /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
.gch_list::-webkit-scrollbar-track {

    border-radius: 10px;
    /*滚动条的背景区域的圆角*/
    background-color: #f0f0f0;
    /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
.gch_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*滚动条的圆角*/
    background-color: #d6d6d6;
    /*滚动条的背景颜色*/
}

.gch_list li {
    width: 185px;
    height: 180px;
    float: left;

}

.gch_paging {
    width: 400px;
    text-align: center;
    height: 20px;
}

.gch_paging a {
    cursor: pointer;
    display: inline-block;
    margin-right: 14px;
    width: 20px;
    height: 20px;
    background: #DCDCDC;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

.gch_paging .jp-previous {
    position: relative;
    top: 4px;
    background: url(../images/index/before.png) no-repeat;
}

.gch_paging .jp-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 4px;
    background: url(../images/index/before.png) no-repeat;
}

.gch_paging .jp-current {

    background: linear-gradient(90deg, #28E4D9, #0094C5);

}

.gch_car_pic {
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    height: 110px;
}

.gch_car_pic img {
    position: absolute;
    width: 160px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gch_car_pic span {
    display: block;
    width: 124px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    left: 58px;
    top: 40px;
}

.gch_car_pic a {
    width: 124px;
    display: block;
    position: absolute;
    font-size: 14px;
    color: #FFFD4E;
    left: 58px;
    top: 64px;
}

.gch_car_info {
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    height: 55px;
}

.gch_car_nm {
    float: left;
    box-sizing: border-box;
    padding-left: 21px;
    padding-right: 21px;
    width: 124px;
    height: 55px;
    display: flex;
    flex-direction: column;
}

.gch_car_name {
    font-size: 16px;
    font-weight: 600;
    color: #4E4E4E;
    margin-bottom: 9px;
}

.gch_car_money {

    color: #CB000A;
    font-size: 14px;
}

.gch_buy {
    float: left;
    width: 76px;
    height: 24px;
    padding-top: 8px;
}

.gch_car_buy {
    font-size: 14px;
    display: block;
    width: 74px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    color: #fff;
    background: linear-gradient(90deg, #28E4D9, #0094C5);
    border-radius: 12px;

}

.gch_car_info .lock {
    float: right;
    padding-top: 8px;
    padding-right: 20px;
}

/* 个人信息资料框样式E */

/* 申请主播样式S */
.apply-wrap {
    width: 100%;
    background: #f4f5f8;
    min-height: 700px;

}

.apply {
    box-sizing: border-box;
    position: relative;
    width: 1220px;
    margin: 0 auto;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
}

.apply-content {
    box-sizing: border-box;
    width: 1220px;
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 30px 0 30px 0;
}

.info,
.check,
.fail {
    display: none;
}

.apply-content .content-body {
    width: 1230px;
    margin: 20px auto;
    padding-bottom: 20px;

}

.apply-content .notice .c1 {
    height: 100px;
    background: url(../images/apply/apply.png) center no-repeat;
}

.apply-content .c2 {
    box-sizing: border-box;
    width: 1080px;
    margin-top: 29px;
    padding-left: 258px;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
}

.apply-content .notice .c2 span {
    font-size: 20px;
    color: #676767;
}

.apply-content .notice .c3 {
    margin: 30px auto;
    width: 1080px;
    height: 750px;
    border: 1px solid #CCCCCC;
    opacity: 0.8;
    border-radius: 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;


}

.notice .c3 .left {
    position: relative;
    width: 140px;
    height: 500px;
    float: left
}

.notice .c3 .left a {
    position: absolute;
    left: 0;
    width: 120px;
    height: 32px;
    background: #CCCCCC;
    border-radius: 0px 16px 16px 0px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #FFFEFE;
}

.notice .c3 .left a.notice {
    top: 80px;
}

.notice .c3 .left a.regulations {
    top: 140px;
}

.notice .c3 .left a.selected {

    background: #F4765C;
}

.notice .c3 .right {
    position: relative;
    width: 920px;
    height: 750px;
    float: right;
    overflow-y: hidden;
}

.notice .c3 .right .contain {
    box-sizing: border-box;
    width: 920px;
    height: 750px;
    overflow-y: auto;
    padding-right: 171px;
}

.notice .c3 .right .contain::-webkit-scrollbar {
    width: 8px;
    /*滚动条宽度*/
}

.notice .c3 .right .contain::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #EBEBEB;
}


.notice .c3 .right .contain::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #F4765C;
}

.notice .c3 .right .tips {
    width: 185px;
    height: 114px;
    position: absolute;
    background: url(../images/apply/xl-tips.png) no-repeat;
    right: 0;
    bottom: 0;
}

.notice .c4 {
    margin-top: 30px;
    text-align: center;
}

.notice .c4 a {
    display: inline-block;
    width: 240px;
    height: 50px;
    margin: 0 50px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;

}

.notice .c4 a.disagree {
    background: #B3B3B3;
}

.notice .c4 a.agree {
    background: linear-gradient(0deg, #2ed09b, #8af6d2);
}


.apply-content .info .c1 {
    height: 110px;
    background: url(../images/apply/submit.png) center no-repeat;
}



.form-info .info-title {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin: 50px auto 20px;
}

.form-info .info-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.info-item .edit-item {
    display: inline-block;
    width: 37%;
    text-align: right;
    font-size: 14px;
    color: #4D4D4D;
}

.info-item .edit-item i {
    color: #FF3333;
    margin-right: 3px;
}

.info-item .edit-content {
    box-sizing: border-box;
    display: inline-block;
    width: 60%;
    padding-left: 20px;
    position: relative;
}

.apply-tips {
    position: absolute;
    left: 20px;
    top: 28px;
    font-size: 10px;
    color: #FF3333;
}

.edit-content span {
    font-size: 14px;
    color: #4D4D4D;
}

.edit-content input[type="text"] {
    box-sizing: border-box;
    width: 520px;
    height: 30px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    outline: none;
    padding-left: 18px;
    font-size: 14px;
}

.edit-content input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #BCBBBB;
    position: relative;
    top: 5px;
    outline: none;
    cursor: pointer;
}

.edit-content input[type='radio']:checked {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
}

.edit-content input[type='radio']:checked:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/apply/gou.png) no-repeat;
    background-size: 100%;
}

.edit-content label {
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.edit-content .info-select {
    box-sizing: border-box;
    width: 520px;
    height: 30px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    outline: none;
    padding-left: 18px;
    font-size: 14px;
}

.form-info .uploadID {
    width: 620px;
    height: 325px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.uploadID .front {
    box-sizing: border-box;
    width: 280px;
    height: 100%;
    float: left;
}

.uploadID .imageShow {
    width: 280px;
    height: 180px;
}

.uploadID .imageShow img {
    width: 280px;
    height: 180px;
}

.uploadID .back {
    box-sizing: border-box;
    width: 280px;
    float: right;

}

.uploadID a {
    display: block;
    position: relative;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #8AF6D2;
    border-radius: 15px;
    font-size: 16px;
    color: #F4765C;
    background: #fff;
    margin-left: 96px;
    overflow: hidden;
    cursor: pointer;
}

.uploadID a input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

}

.uploadID a:hover {
    background: #F4765C;
    color: #fff;

}

.uploadID span {
    display: block;
    width: 100%;
    text-align: center;
    color: #666666;
    margin-top: -18px;
}

.uploadID .upload-tips {
    width: 100%;
    text-align: center;
    color: #B4B4B4;
    font-size: 16px;
    height: 20px;
    position: absolute;
    bottom: 30px;
}

.edit-content #agree {
    margin-left: 303px;
}

.edit-content label a {
    color: #F4765C;
}

.info-item button#sm_materials {
    width: 100%;
    outline: none;
    border: none;
    position: relative;
    background-color: #fff;
}

button#sm_materials a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(90deg, #F4765C, #8AF6D2);
}

.apply-content .check .c1 {
    height: 110px;
    background: url(../images/apply/audit.png) center no-repeat;
}

.apply-content .audit .c3 {
    width: 100%;
    text-align: center;
    margin-top: 58px;
}

.audit .c3 img {
    width: 348px;
}

.audit .c3 span {
    display: block;

    height: 52px;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    line-height: 32px;
    margin: 15px auto;
}

.audit .c3 .cc {
    width: 600px;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    margin: 40px auto;
}

.audit .c3 .cc .cc1 {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(90deg, #F4765C, #8AF6D2);
}

.audit .c3 .cc .cc2 {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #B3B3B3;
}

.apply-content .fail .c1 {
    height: 110px;
    background: url(../images/apply/audit_result.png) center no-repeat;
}

/* 申请主播样式E */
/* 年度盛典样式S */
/* .annualglory_wrap {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.98);
    padding-bottom: 60px;
}

.annualglory_head {
    width: 100%;
    height: 1400px;
    position: relative;

}

.annualglory_head .head_bg {
    width: 100%;
    min-width: 1300px;
    height: 1173px;
    object-fit: cover;
}

.annualglory_head .giftofyear {
    width: 100%;
    text-align: center;
    position: relative;
    top: -120px;
}

.giftofyear .giftgif {
    position: absolute;
    left: 0;
    right: 0;
    top: 97px;
    margin: auto;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.giftofyear .headtitle {
    color: #F6E196;
    font-size: 18px;
    font-family: Source Han Sans CN;
    margin-top: 20px;
}

.annualglory_content {
    width: 1300px;
    margin: auto;

}

.annualglory_content .rank-head {
    text-align: center;
}

.annualglory_content .rank-head img {
    width: 445px;
    height: 143px;
    object-fit: cover;
}

.annualglory_content .rank-content {
    height: auto;
    margin-bottom: 113px;
}

.annualglory_content .rank-content .annual-final .host-rank {
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 120px;
    width: 1300px;
    height: 1249px;
    background: url(../images/annualglorygame/rankbg.png) no-repeat center;
    background-size: 100% 100%;
}

.audition .host-rank,
.promotion .host-rank,
.repechage .host-rank,
.semifinal .host-rank {
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 120px;
    width: 1300px;
    height: 1090px;
    background: url(../images/annualglorygame/rankbg2.png) no-repeat center;
    background-size: 100% 100%;
}



.annualglory_content .rank-content .room-rank {
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 120px;
    width: 1300px;
    height: 1024px;
    background: url(../images/annualglorygame/rankbg1.png) no-repeat center;
    background-size: 100% 100%;
}

.annualglory_content .rank-content .rich-rank {
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 120px;
    width: 1300px;
    height: 984px;
    background: url(../images/annualglorygame/rankbg3.png) no-repeat center;
    background-size: 100% 100%;
}

.host-menu {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: 125px;
    padding-left: 20px;
    padding-top: 30px;
}

.host-menu ul {
    box-sizing: border-box;
    width: 100%;
    height: 125px;

}

.host-menu ul li {
    box-sizing: border-box;
    float: left;
    width: 195px;
    height: 125px;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}



.host-menu ul li a {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #E6D28E;

}

.host-menu ul li em {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #E6D28E;
    margin-top: 13px;

}

.host-menu ul li.active {
    background: url(../images/annualglorygame/activebg.png) no-repeat;


}

.host-menu ul li.active a {

    color: #232323;
}

.host-menu ul li.active em {

    color: #232323;
}

.host-rules {
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    height: 250px;
}

.rules-describe {
    text-align: left;
    padding-left: 95px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.rules-describe span {
    font-size: 18px;
}

.rules-describe em {
    font-size: 22px;
    color: #E6D28E;
}

.annualglory-rank_list {
    width: 100%;
    height: auto;
}

.annualglory-rank_list .rank-title {
    height: 68px;
    line-height: 68px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.annualglory-rank_list .rank-title li {
    height: 23px;
    font-size: 24px;
    font-weight: 600;
    color: #F6E196;
}

.rank-show {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    height: 700px;
    overflow-y: auto;
    padding-right: 20px;
}

.rank-show .rank-list {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
}

.rank-show .rank-list li {
    width: 1018px;
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid#666566;
}

.rank-show .rank-list li .rank_num {
    display: inline-block;
    width: 44px;
    height: 38px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 77px;
}

.rank-show .rank-list li .rank_num img {
    position: relative;
    top: 10px;
}

.rank-show .rank-list li .nickname {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-left: 72px;
}

.rank-show .rank-list li .lianghao {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-left: 40px;
}

.rank-show .rank-list li .getmidou {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-left: 94px;
}

.rank-show::-webkit-scrollbar {
    width: 16px;
   
}




.rank-show::-webkit-scrollbar-thumb {

    background: #F6E196;
    border-radius: 9px;
}

.room-rules {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    height: 185px;
    padding-top: 20px;

}

.rich-rules {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    height: 142px;
    padding-top: 10px;
}

.promotion,
.repechage,
.semifinal,
.annual-final {
    display: none;
}

.annualglory_tips {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #F6E196;
    font-size: 18px;
    height: 30px;
}

.rank-content .rank-item:nth-child(-n+4) .host-menu {
    padding-left: 40px;
}

.rank-content .rank-item:nth-child(-n+4) .host-rules {
    margin-top: 56px;
    height: 88px;
} */

/* 年度盛典样式E */
/* 代理申请样式S */
.xinglu-agent-wrap {
    width: 100%;
    background-color: #F4F5F8;
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
}



.xinglu-agent-wrap .xinglu-agent {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.agent-content .agent-title {
    width: 100%;
    height: 90px;
    line-height: 90px;
    margin-bottom: 1px;
    border-radius: 10px 10px 0 0;
}

.agent-title .title-left {
    float: left;
}

.agent-title .title-right {
    float: right;
}

.title-left span {
    font-size: 18px;
    color: #4D4D4D;
    font-weight: bold;
}

.title-left em {
    font-size: 16px;
    color: #666;
}

.title-left .a1 {
    color: #F4765C;
}

.title-right span {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}


.title-right a {
    color: #F4765C;
    font-size: 18px;
}

.agent-content .line {
    position: absolute;
    left: 0;
    top: 91px;
    width: 1220px;
    height: 1px;
    background-color: #F4F5F8;
}

.basic-info {
    margin-top: 70px;
    width: 100%;
    padding-bottom: 100px;
}



.basic-info .edit-content .info-select {
    height: 40px;
}

.basic-info .info-item {
    height: 70px;
}

.basic-info .edit-item {
    font-size: 18px;
    font-weight: bold;
}

.basic-info .edit-content input {
    box-sizing: border-box;
    width: 520px;
    height: 40px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    outline: none;
    padding-left: 18px;
    font-size: 14px;
}

.basic-info .apply-tips {
    font-size: 16px;
    top: 32px;
}

.basic-info .tips {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #666;
    font-weight: bold;
}

.basic-info .tips i {
    color: #FF3333;
}

.basic-info .apply-button {
    height: 80px;
    width: 360px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;

}

.basic-info .apply-button a {
    width: 120px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #F4765C;
    color: #F4765C;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.basic-info .apply-button a:hover {
    color: #fff;
    background: #F4765C;
}

.agent-content .check-info {
    margin-top: 70px;
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
    display: none;
}

.agent-content .check-info span {
    display: block;
    margin-top: 24px;
    line-height: 28px;
    font-size: 18px;
    color: #999999;
}

.agent-content .check-info a {
    position: relative;
    margin-top: 50px;
    left: 40%;
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(90deg, #F4765C, #8AF6D2);
}

/* 代理申请样式E */