h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, body, p {
  border-style: none;
  border-color: inherit;
  border-width: medium;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  font-size: 12px;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*浮动*/
.fl {
  float: left
}

.fr {
  float: right;
}

.cf {
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
  display: block;
}

.hide {
  display: none;
}

.kill_display {
  display: none !important;
}

.hidden {
  visibility: hidden;
}

a {
  text-decoration: none;
  color: #626262;
  outline: none;
}

.show {
  display: block;
}

.oneline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
;{}.page_foot {
	text-align: center;
	line-height: 3.8em;
    color: #666666;
    font-family: "微软雅黑";
}

.page_foot span, .page_foot a {
	color: #666666;
	padding: 0 8px;
};{}.nav_wrap {
    width: 100%;
    font-family: "microsoft yahei";
    min-height: 60px;
    background-color: #fff;
    transition-duration: 1s;
}

.nav_wrap .nav_bg {
    background: url("/images/nav/icon.png?v=2") no-repeat;
}

.nav_wrap .sub_wrap {
    width: 1200px;
}

.nav_wrap .nav_scroll {
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: 0;
    min-height: 59px;
    /* border-bottom: 1px solid #eaeaea; */
}

.nav_wrap .nav_scroll .nav_listen {
    width: 100%;
    margin: 0 auto;
}

.nav_wrap .nav_scroll .nav_listen .poster_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/nav/poster_hover.png") no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init {
    width: 100%;
    height: 0;
    line-height: 40px;
    text-align: center;
    background: url("/images/nav/listen_bg.png") repeat-x;
    transition-timing-function: ease;
    overflow: hidden;
    transition-duration: 1s;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init.show {
    height: 40px;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .listen_actor {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .listen_actor .listen_num {
    color: #ff6428;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .listen_actor .listen_arrow {
    margin-left: 8px;
    display: inline-block;
    width: 14px;
    height: 9px;
    background-position: 0 -2px;
    cursor: pointer;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .nav_close {
    position: absolute;
    right: -320px;
    top: 13px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/images/nav/del.png") no-repeat;
    background-position: 0 0;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .nav_close:hover {
    background-position: -24px 0;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list {
    width: 100%;
    margin: 0 auto;
    height: 243px;
    background: url("/images/nav/listen_list_bg.png") repeat-x;
    transition-duration: 1s;
    transition-timing-function: ease;
    overflow: hidden;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list.closed {
    height: 0;
    transition-duration: 1s;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item {
    display: inline-block;
    margin-right: 20px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .poster_part {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go {
    vertical-align: top;
    height: 150px;
    margin-right: 0;
    background: url("/images/nav/listen_go.jpg") no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go:hover {
    background: url("/images/nav/listen_go_hover.jpg") no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go:hover .listen_txt {
    opacity: 1;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go .listen_txt {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 6;
    opacity: 0.6;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .poster {
    width: 100%;
    height: 100%;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .poster_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/nav/poster_cover.png) no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .online_count {
    background-position: 9px -337px;
    position: absolute;
    left: 0;
    padding-left: 28px;
    bottom: 5px;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .nick_name {
    width: 100px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10;
    margin: 8px 0 0 10px;
    text-align: left;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .video-play {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    background-image: url("/images/play_new.png");
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .poster_cover {
    display: none;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .poster_bg {
    display: inline-block;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .video-play {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .poster {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_up {
    margin-top: 8px;
    display: inline-block;
    width: 26px;
    height: 15px;
    background-position: 0 -177px;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_up:hover {
    background-position: -36px -177px;
}

.nav_wrap .nav_scroll .sub_wrap {
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .logo {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .logo img {
    height: 34px;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    background-color: #ffffff;
    /* -moz-box-shadow: 0 3px 9px #999999;
    -webkit-box-shadow: 0 3px 9px #999999;
    box-shadow: 0 3px 9px #999999; */
    border-top: 2px solid #FFD630;
    border-radius: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category {
    width: 270px;
    position: relative;
    border-top: 0;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:after,
.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container {
    /* overflow: hidden; */
    line-height: 1em;
    padding: 5px 20px 20px 20px;
    /* border-radius: 10px; */
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
    background-color: #F1F2F4;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a.last {
    margin-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a.all {
    width: 100%;
    margin-top: 10px;
    color: #666666;
    background: #f1f2f4;
    border-radius: 100px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a:hover {
    background: #ffd630;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .arrow {
    position: absolute;
    top: -7px;
    left: 47%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eaeaea;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li {
    float: left;
    padding: 0 15px;
    position: relative;
    height: 65px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square {
    margin-right: 11px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item {
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
    transition: all .15s;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item::before {
    display: none;
    content: "";
    width: 16px;
    height: 3px;
    background: #ffd630;
    border-radius: 85px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.selected,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item:hover {
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.selected::before,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item:hover::before {
    display: block;
    background: #ffd630;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square:hover::before {
    background: #ffd630;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
    display: inline-block;
    width: 9px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:after,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:before {
    position: absolute;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 3px;
    margin-left: -7px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:before {
    border-color: rgba(153, 153, 153, 0);
    border-width: 5px;
    margin-left: -9px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:after,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:before {
    top: 100%;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:after {
    border-top-color: #ffffff;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:before {
    border-top-color: #666666;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up {
    display: none;
    top: 14px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:after,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:before {
    bottom: 100%;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:after {
    border-bottom-color: #ffffff;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:before {
    border-bottom-color: #333333;
}

/* .nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover a.square {
    color: #ff6428;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff6428;
} */

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover a.square .arrow_down {
    display: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover a.square .arrow_up {
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover .sild_panel {
    display: block;
}

.nav_wrap .nav_scroll .sub_wrap .search-input {
    position: relative;
    float: left;
    color: #fff;
    margin-left: 15px;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search::-webkit-input-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search:-moz-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search::-moz-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search:-ms-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search {
    margin: 0 0;
    padding: 0 15px 0 15px;
    width: 158px;
    height: 32px;
    border: none;
    border-radius: 30px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    transition: all .3s;
    box-sizing: border-box;
    background-color: #F1F2F4;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search:focus {
    color: #333333;
    width: 180px;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search-icon {
    border: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/images/nav/newui/search_default.png');
    background-size: 100%;
    cursor: pointer;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search-icon:hover {
    background: url('/images/nav/newui/search_hover.png');
    background-size: 100%;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right {
    position: absolute;
    right: 0;
    top: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item {
    float: left;
    padding: 0 10px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a {
    font-size: 15px;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a:hover {
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a.message {
    padding-left: 1px;
    padding-right: 1px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a.message .num {
    color: #D38F21;
    font-size: 13px;
    font-weight: bold;
    margin-left: 3px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_item_last {
    padding-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_line {
    color: #dedede;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 15;
    width: 286px;
    border-top: 2px solid #FFD630;
    border-radius: 10px;
    background: #ffffff;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:before {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:after {
    border-color: rgba(255, 241, 233, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container {
    font-size: 14px;
    /* overflow: hidden;  */
    /* border-radius: 10px; */
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .nick_name {
    position: relative;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .nick_name .nickname {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name {
    height: 50px;
    line-height: 23px;
    position: relative;
    padding: 15px 20px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .charge {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    text-align: center;
    color: #fff;
    width: 56px;
    height: 28px;
    line-height: 28px;
    background: #ffd630;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .charge:hover {
    background: #ffc738;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 175px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name input.nickname {
    border: medium none;
    color: #666666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 3px 8px;
    vertical-align: middle;
    width: 143px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar img {
    width: 50px;
    height: 50px;
    border: 0;
    display: block;
    border-radius: 50%
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar .stealth {
    position: absolute;
    left: 0;
    bottom: -10px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 50px;
    height: 19px;
    background: linear-gradient(180deg, #e2e2e2, #9d9d9d 100%);
    border-radius: 5px;
    font-weight: 400;
    color: #333333;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar .stealth.set {
    background: linear-gradient(180deg, #ffe997, #f9d655 100%);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_info_base {
    position: absolute;
    left: 80px;
    top: 20px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure {
    position: relative;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure .my_money {
    width: 150px;
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure .my_money .asset_value {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure .pay {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list {
    position: relative;
    padding: 0 20px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list .user_bg {
    display: inline-block;
    width: 50px;
    height: 32px;
    background: url("/images/nav/newui/user_center_icon.png") no-repeat;
    background-size: 230px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li {
    display: inline-block;
    float: left;
    line-height: normal;
    width: 25%;
    height: 64px;
    text-align: center;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a {
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    padding-top: 32px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a:hover {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_profile {
    background-position: 0 -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_prop {
    background-position: -60px -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_anchor {
    background-position: -120px -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_setting {
    background-position: -180px -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li.last {
    margin-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container_bg.user_main {
    width: 100%;
    height: 82px;
    /* background: url("/images/nav/user_bg.png") no-repeat; */
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container_bg.user_mys {
    width: 100%;
    height: 82px;
    /* background: url("/images/nav/ismys_bg.png") no-repeat; */
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container.have_stealth {
    /* background: url("/images/container_bg.png") no-repeat;
    background-size: 100% 100%; */
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .exit {
    display: block;
    /* width: 100%; */
    text-align: center;
    height: 55px;
    line-height: 55px;
    color: #666666;
    font-size: 14px;
    border-top: 1px solid #F1F2F4;
    font-weight: 400;
    margin: 0 20px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .exit:hover {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 15;
    width: 180px;
    border-top: 2px solid #FFD630;
    background-color: #ffffff;
    text-align: center;
    line-height: normal;
    border-radius: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .container {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 15px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .down_text {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 13px;
    margin: 0 auto 5px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down {
    display: inline-block;
    width: 116px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f2f4;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down .poster {
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down img {
    width: 115px;
    height: 115px;
}

/* .nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down .nav_txt {
    margin: 20px 0 16px;
    font-size: 12px;
    color: #292929;
} */

/* .nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down:hover .nav_txt {
    color: #ff6428;
} */

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_daobo {
    width: 152px;
    margin: 0 auto;
    text-align: center;
    height: 33px;
    line-height: 33px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_daobo a {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_daobo a:hover {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item:hover .user_info_panel {
    display: block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item:hover .nav_dialog_down {
    display: block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 15;
    width: 230px;
    background-color: #ffffff;
    border-top: 2px solid #FFD630;
    box-sizing: border-box;
    border-radius: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:before,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:before,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul {
    padding: 14px 1.5px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul::before,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li {
    width: 100%;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.item,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.item {
    height: 40px;
    line-height: 40px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.item:hover,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.item:hover {
    background-color: #F1F2F4;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.more,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.more {
    text-align: center;
    line-height: normal;
    margin-top: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.more a,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.more a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #666666;
    background: #ffffff;
    font-weight: 400;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1.2px solid #ffd630;
    border-radius: 100px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.more a:hover,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.more a:hover {
    color: #333333;
    background: #FFD630;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .h_poster,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .h_poster {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .nick_name,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .nick_name {
    position: absolute;
    left: 60px;
    top: 0;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 13px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .nick_name:hover,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .nick_name:hover {
    color: #666666;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .live_icon,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .live_icon {
    position: absolute;
    right: 20px;
    top: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/nav/newui/live_icon.png);
    background-size: 100%;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.no_data,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.no_data {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #999999;
    text-align: center;
    font-size: 13px;
    margin: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view:hover .nav_history,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite:hover .nav_follow {
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user {
    float: left;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .photo {
    width: 36px;
    border: 0;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_register {
    padding-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_register a {
    width: 68px;
    height: 32px;
    border: 1.5px solid #D9D9D9;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_register a:hover {
    border-color: #FFD630;
    background-color: #FFD630;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_login a {
    width: 68px;
    height: 32px;
    background: #ffd630;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_login a:hover {
    background: #FFC738;
    color: #333333;
}

@media (max-width: 1680px) {
    .nav_wrap .nav_scroll .sub_wrap {
        width: 1023px;
    }

    .nav_wrap .nav_scroll .sub_wrap .search-input .search-icon {
        right: 20px;
    }
}

@media (min-width: 1681px) {
    .nav_scroll .sub_wrap {
        width: 1221px;
    }
}

/* @media (max-width: 1440px) {
    .nav_scroll .sub_wrap {
        width: 1205px !important;

        .search-input {
            .search {
                width: 180px;
            }

            .search-icon {
                right: 20px;
            }
        }

        .nav_right ul li.nav_item {
            padding: 0 15px;
        }
    }
}

@media (min-width: 1440px) {
    .nav_scroll .sub_wrap {
        width: 1614px !important;
    }
} */;{}.show_wrap{
    margin: 0 auto;
    max-width: 720px;
    font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
    background-color: #100126;
    position: relative;
}
.show_wrap img{
    width: 100%;
    display: block;
    vertical-align: top;
}
.show_page,.show_content{
    position: relative;
    background-color: #120531;
    overflow: hidden;
    display: none;
}
.page_index{display: block;background-color: #100126;}
.show_tab{
    position: relative;
    width: 100%;
    margin-top: 2.08rem;
}
.show_tab_main{
    position: absolute;
    top: 0;height: 100%;
}
.show_tab_main{
    display: block;
    width: 87.08%;
    margin: 0 6.49%;
}
.show_tab_main li{
    float: left;
    width: 25%;
    height: 100%;
    cursor: pointer;
}
.show_tab_main .show_tab_active{
    width: 100%;
    height: 91%;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_tab_active.png);
    background-size: 400%;
    display: none;
}
.show_tab_item1 .show_tab_active{background-position: 0 0;}
.show_tab_item2 .show_tab_active{background-position: -100% 0;}
.show_tab_item3 .show_tab_active{background-position: -200% 0;}
.show_tab_item4 .show_tab_active{background-position: -300% 0;}
.show_tab_main li.active .show_tab_active{display: block;}
.show_btn{
    width: 100%;
    margin-top: 2.92rem;
    margin-bottom: 3.5rem;
    text-align: center;
}
.show_btn a{
    position: relative;
    display: inline-block;
    width: 43.61%;
    margin: 0 1.11%;
}
.show_btn .show_btn_active{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.show_btn a.active .show_btn_active{display: block;}
/*公共*/
.show_content{padding: 1.75rem 0 5.25rem;}
.show_title{
    position: relative;
    margin: 0 auto;
    width: 15rem;
    height: 5rem;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_title.png);
    background-size: 15rem 25rem;
    z-index: 1;
}
.show_title_special{background-position: 0 -5rem;}
.show_title_family{background-position: 0 -10rem;}
.show_title_actor{background-position: 0 -15rem;}
.show_title_single{background-position: 0 -20rem;}
.show_nav{
    position: relative;
    padding: 0.8rem 0;
    margin-top: -0.7rem;
    margin-bottom: 2.3rem;
    border-top: 1px solid #270c67;
    border-bottom: 1px solid #270c67;
    background-color: #1a0845;
    width: 100%;
    text-align: center;
}
.show_nav:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_nav_line.jpg);
    background-size: 100%;
}
.show_nav ul{
    position: relative;
    display: block;
    letter-spacing: -4px;
    word-spacing: -4px;
    font-size: 0;
    width: 100%;
    height: 100%;
}
.show_nav ul li{
    position: relative;
    width:21.5%;
    letter-spacing: normal;
    word-spacing: normal;
    display:inline-block;
    *display: inline;
    zoom:1;
    cursor: pointer;
}
.show_nav li .show_nav_active{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.show_nav_active,.show_nav li.active .show_nav_active{display: block;}
.show_box{
    position: relative;
    margin: 0 auto 70px;
    width: 98.06%;
    box-sizing: content-box;
    border-left: 1px solid #b59b55;
    border-right: 1px solid #b59b55;
    background-color: #290B55;
}
.show_box_x{display: none;}
.show_box_x.active{display: block;}
.page_timeBox .show_box{
    background-color: #280a54;
}
.show_box:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background:#b59b55 url(/activity/images/activity/annual_festival/family_s3/m_line_top.jpg) no-repeat center center;
}
.show_box:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 2.17rem;
    background:#b59b55 url(/activity/images/activity/annual_festival/family_s3/m_line_bottom.jpg) no-repeat center center;
}
.btn_close_box{
    position: absolute;
    top: 1px;right: 0;
    width: 2rem;
    height: 2rem;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_icon_box.png);
    background-size: 5rem 3rem;
    background-position: -3rem 0;
}
.show_box_corner{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_icon_box.png);
    background-size: 5rem 3rem;
}
.show_box_corner1{top: 0;left: 0;background-position: 0 0;}
.show_box_corner2{top: 0;right: 0;background-position: -1.5rem 0;}
.show_box_corner3{bottom: 0;right: 0;background-position: -1.5rem -1.5rem;}
.show_box_corner4{bottom: 0;left: 0;background-position: 0 -1.5rem;}
.show_mode{
    position: relative;
    display: block;
    margin: 2.17rem auto 0;
    width: 96.77%;
    background-color: #330f67;
    border: 1px solid #401381;
    color: #fff;
    text-align: center;
    font-size: .8rem;
    overflow: hidden;
}
.show_mode_half{
    display: inline-block;
    margin: 2.17rem 1% 0;
    width: 46.7%;
}
.show_mode_actor_cc{overflow: visible;}
.show_mode_title{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    background-color: #3a1372;
    overflow: hidden;
}
.show_mode_title .icon_title{
    position: relative;
    margin-top: .5rem;
    width: 14rem;
    height: 1.25rem;
    left: 50%;
    margin-left: -7rem;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_mode_title.png);
    background-size: 14rem 22.5rem;
}
.show_mode_title .icon_title_zjdl{background-position: 0 -1.25rem;}
.show_mode_title .icon_title_zqfzb{background-position: 0 -2.5rem;}
.show_mode_title .icon_title_kkylds{background-position: 0 -3.75rem;}
.show_mode_title .icon_title_kkyldsphb{background-position: 0 -5rem;}
.show_mode_title .icon_title_hddx{background-position: 0 -6.25rem;}
.show_mode_title .icon_title_bssj{background-position: 0 -7.5rem;}
.show_mode_title .icon_title_hdgz{background-position: 0 -8.75rem;}
.show_mode_title .icon_title_zldfs{background-position: 0 -10rem;}
.show_mode_title .icon_title_zbphb{background-position: 0 -12.5rem;}
.show_mode_title .icon_title_hdzjl{background-position: 0 -13.75rem;}
.show_mode_title .icon_title_wljzs{background-position: 0 -15rem;}
.show_mode_title .icon_title_zjccs{background-position: 0 -16.25rem;}
.show_mode_title .icon_title_hdjl{background-position: 0 -17.5rem;}
.show_mode_title .icon_title_csjx{background-position: 0 -18.75rem;}
.show_mode_title .icon_title_nddxjcs{background-position: 0 -20rem;}
.show_mode_title .icon_title_nddxjjs{background-position: 0 -21.25rem;}
.show_mode p{line-height: 1.3rem;}
.highlight_gold{color: #fcf896;}
.highlight_purple{color: #e785ff;}
.p_point{
    position: relative;
    text-align: left;
    margin-left: 15px;
}
.p_point:before{
    content: "";
    display: block;
    float: left;
    margin: .3rem 0 0 -15px;
    width: 10px;
    height: 13px;
    background: url(/activity/images/activity/annual_festival/family_s3/m_icon_box.png) -72px -48px;
}
/*时间轴*/
.page_timeBox{background-color: #280a54;}
.page_timeBox .show_box{
    margin-top: 5.71rem;
    margin-bottom: 4.08rem;
}
.page_timeBox .show_box_top{
    position: absolute;
    top: -3.5rem;
    left: 50%;
    margin-left: -7.5rem;
    width: 15rem;
    height: 5rem;
    background: url(/activity/images/activity/annual_festival/family_s3/m_title.png) 0 0;
    background-size: 15rem 25rem;
    z-index: 1;
}
.page_timeBox .show_mode_title{
    margin-top: 2.17rem;
    width: 98%;
}
.page_timeBox .show_mode_title .icon_title_time{
    margin-top: .5rem;
    width: 14rem;
    height: 1.25rem;
    background: url(/activity/images/activity/annual_festival/family_s3/m_mode_title.png) 0 0;
    background-size: 14rem 22.5rem;
}
.page_timeBox .show_box_time{
    position: relative;
    margin: 0 auto;
    width: 98%;
    text-align: center;
    background-color: #330f67;
    overflow: hidden;
}
.show_time_pro{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #793bd1;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    white-space:nowrap;
}
.show_pro_title{
    position: relative;
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.icon_time_pro_title{
    position: relative;
    margin-top: .5rem;
    margin-left: -2rem;
    width: 4rem;
    height: 1rem;
    left: 50%;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_time_table_filed_title.png);
    background-size: 14rem 1rem;
    overflow: hidden;
}
.show_time_pro_header .icon_time_pro_title{width: 2rem;margin-left: -1rem;background-position: 0 0;}
.show_time_pro_family .icon_time_pro_title{background-position: -2rem 0;}
.show_time_pro_actor .icon_time_pro_title{background-position: -6rem 0;}
.show_time_pro_single .icon_time_pro_title{background-position: -10rem 0;}
.show_time_pro li{
    display: block;
    height: 2.4rem;
    line-height: 2.4rem;
}
.show_time_pro_header{
    width: 20%;
    margin-right: 2.6%;
    border: none;
    background-color: #330f67;
    font-size: .7rem;
    text-align: left;
}
.show_time_pro_header .time_item1{border-top: 1px dashed #793bd1;}
.show_time_pro_header .time_item2{border-top: 1px dashed #793bd1;}
.show_time_pro_header .time_item3{border-top: 1px dashed #793bd1;}
.show_time_pro_header .time_item7{border-top: 1px dashed #793bd1;}
.show_time_pro_header .time_item10{border-top: 1px dashed #793bd1;}
.show_time_pro_header .time_item11{border-top: 1px dashed #793bd1;}
.show_time_pro_family{width: 23.12%;}
.show_time_pro_actor,.show_time_pro_single{
    width: 20.37%;
    margin-left: 4.05%;
}
.show_time_pro_family ul,.show_time_pro_actor ul,.show_time_pro_single ul{
    background-color: #3e137c;
    border: 1px solid #793bd1;
    border-top: none;
}
.show_time_pro_family li,.show_time_pro_actor li,.show_time_pro_single li{
    height: 100%;
    border-top: 1px solid #793bd1;
}
.show_time_pro_family ul li{
    width: 62.5%;
    border-right: 1px solid #793bd1;
}
.show_time_pro_family .pf_tatol{
    position: absolute;
    width: 37.5%;
    line-height: 1rem;
    top: 2rem;right: 0;
    border-top: 1px solid #793bd1;
    padding-top: 11rem;
}
.show_time_pro_family .time_item1,.show_time_pro_actor .time_item1{height: 2.4rem;}
.show_time_pro_family .time_item2,.show_time_pro_actor .time_item2{height: 2.4rem;}
.show_time_pro_family .time_item3,.show_time_pro_actor .time_item3{height: 9.6rem;line-height: 9.6rem;}
.show_time_pro_family .time_item4,.show_time_pro_actor .time_item4{height: 7.2rem;line-height: 7.2rem;}
.show_time_pro_family .time_item5,.show_time_pro_actor .time_item5{height: 2.4rem;}
.show_time_pro_family .time_item6,.show_time_pro_actor .time_item6{height: 2.4rem;}
.show_time_pro_single .time_item1{height: 4.9rem;line-height: 4.9rem;}
.show_time_pro_single .time_item2{height: 7.2rem;line-height: 7.2rem;}
.show_time_pro_single .time_item3{height: 7.2rem;line-height: 7.2rem;position: relative;}
.show_time_pro_single .time_item3:before{
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 100%;
    top: -1px;
    left: -1rem;
    border-top: 1px dashed #793bd1;
    border-bottom: 1px dashed #793bd1;

}
.show_time_pro_single .time_item4{height: 7.3rem;line-height: 7.3rem;}
.show_time_pro_family li.active{color: #330f67;background-color: #ffe885;}
.show_time_pro_actor li.active{color: #330f67;background-color: #fdb68f;}
.show_time_pro_single li.active{color: #330f67;background-color: #fd8f8f;}
.btn_close_timeBox{
    position: relative;
    display: block;
    margin: 2rem auto 0;
    width: 37.4%;
}
/*年度特别*/
.img_sp_gain1,.img_sp_gain2{
    position: relative;
    margin: 0 auto;
}
.img_sp_gain1{width: 51.72%;margin-bottom: 1rem;}
.img_sp_gain2{width: 88.33%;top: -0.5rem;}
p.p_s{line-height: 2.5rem;}
.tip_sp_gain{
    line-height: 2rem;
    text-align: left;
    background-color: #421682;
}
.img_gain_sp{width: 100%;}
/*年度家族*/
.show_3info_text{margin: 1.1rem 1.3rem;}
.show_3info_text_left{text-align: left;}
.show_3info_text_left p{line-height: 1rem;}
.img_family_piao{margin: .5rem 1.3rem 2rem;}
.img_gain_family_tatol{margin-top: 1.5rem;width: 100%;}
.img_gain_family_tatol img{margin-top: 2.8rem;}
.img_gain_family_tatol img.img_first{margin-top: 0;}
.btn_open_zhuli,.btn_open_five,.btn_change_single{
    position: absolute;
    height: 1rem;
    line-height: 1rem;
    top: -1.375rem;
    right: 0;
    color: #fcf896;
    font-size: .8rem;
    border-bottom: 1px solid #fcf896;
    display: none;
}
.btn_zhuli{
    position: relative;
    display: block;
    margin: 2rem auto .5rem;
    width: 53.23%;
}
.p_zhuli{
    line-height: 1rem;
    text-align: center;
    font-size: .8rem;
    color: #fff;
}
.box_zhuli{
    position: absolute;
    margin: 0;
    top: 0;left: -1px;
    width: 100%;
    z-index: 2;
    display: none;
}
.box_zhuli p{
    position: relative;
    margin: 1rem auto;
    width: 96.67%;
    text-align: left;
}
.icon_title_zldfs_2{
    margin: 2.08rem 0 -1.28rem 1.615%;
    width: 6.3rem;
    height: 1.25rem;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_mode_title.png);
    background-size: 14rem 22.5rem;
    background-position: 0 -11.25rem;
}
.p_index{}
.icon_index{
    display: block;
    float: left;
    margin-right: .3rem;
    width: 1rem;
    height: 1rem;
    line-height: .9rem;
    background-color: #40177b;
    border: 1px solid #5b23ab;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
.zhuli_time_box{
    position: relative;
    display: block;
    margin: 1rem auto 2rem;
    width: 96.67%;
    text-align: left;
}
.zhuli_time_box li{
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    width: 100%
}
.zhuli_time_box li.zhuli_time_odd{background-color: #401185;}
.zhuli_time_box li.zhuli_time_even{background-color: #3c107c;}
.zhuli_time_round{
    display: inline-block;
    width: 31%;
    text-align: center;
}
.zhuli_time_time{text-align: left;}
.img_zhuli_gain{
    position: relative;
    margin: 0 auto;
    width: 96.67%;
    margin-bottom: 1.5rem;
}
.btn_close_zhuli_bottom{
    position: relative;
    display: block;
    margin: 0.75rem auto 1.33rem;
    width: 4.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .9rem;
    color: #fcf896;
    background-color: #3a1372;
    border: 1px solid #592caf;
}
/*年度主播-规则*/
.show_3info_box{
    position: relative;
    margin: 1rem .3rem;
    text-align: left;
}
.show_3info_text_title{
    width: 10rem;
    height: 1.5rem;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_actor_title.png);
    background-size: 10rem 3rem;
}
.icon_text_title_1{background-position: 0 0;}
.icon_text_title_2{background-position: 0 -1.5rem;}
.p_s{font-size: .7rem;}
.icon_family_piao{
    display: inline-block;
    margin: -0.2rem 0 0 .5rem;
    width: 2.25rem;
    height: 1.5rem;
    vertical-align: top;
    background-image: url(/activity/images/activity/annual_festival/family_s3/icon_family_gold.png);
    background-size: contain;
}
.table_for_actor_five{
    position: relative;
    margin: .5rem auto;
    width: 96.66%;
    border: 1px solid #5822a9;
    font-size: .7rem;
}
.table_for_actor_five li{
    position: relative;
    width: 100%;
    padding: 0;
    height: 3.2rem;
}
.table_for_actor_five li.table_af_header{
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #5822a9;
}
.table_af_1,.table_af_3,.table_af_5{background-color: #3a1372;}
.table_af_2,.table_af_4{background-color: #431782;}
.table_af_pro,.table_af_time,.table_af_rule,.table_af_gain{
    display: block;
    float: left;
    height: 100%;
    border-left: 1px solid #5822a9;
}
.table_for_actor_five li.table_af_header span{
    border-left: none;
    line-height: 2rem;
    text-align: center;
}
.table_af_pro{
    width: 18%;
    line-height: 3.2rem;
    border-left: none;
    text-align: center;
}
.table_af_time{position: relative;width: 25%;text-align: center;}
.table_af_time p,.table_af_rule p,.table_af_gain p{line-height: 1rem;}
.table_af_time:before,.table_af_rule:before,.table_af_gain:before{
    content: "";
    display: block;
    width: 100%;
    height: .6rem;
}
.table_af_time:after{
    content: "~";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
}
.table_for_actor_five li.table_af_header .table_af_time:before
,.table_for_actor_five li.table_af_header .table_af_rule:before
,.table_for_actor_five li.table_af_header .table_af_gain:before
,.table_for_actor_five li.table_af_header .table_af_time:after{display: none;}
.table_af_rule{width: 24%;text-align: left;text-indent: .3rem;}
.table_af_gain{width: 28%;text-align: left;text-indent: .3rem;}
.table_af_3 .table_af_gain:before
,.table_af_4 .table_af_gain:before
,.table_af_5 .table_af_gain:before{height: .1rem;}
.img_actor_cc_gain{
    position: relative;
    margin: 1rem auto;
    width: 96.66%;
}
.tip_actor_cc{
    margin: 0 1.67% 1.75rem;
    line-height: 1.1rem;
    text-align: left;
}
/*年度主播/年度单项-奖励*/
.img_actor_gain_box,.img_single_gain_box {
    position: relative;
    margin: 1.5rem auto 0;
    width: 90%;
}
.img_single_gain_box .tips_single_gain{
    margin-top: 1rem;
    padding: .5rem;
    color: #fff;
    background-color: #330f67;
}
.img_actor_gain_0{width: 96.77%;}
.img_actor_gain_box{display: none;}
.img_actor_gain_box.active{display: block;}
/*年度单项-规则*/
.img_single{
    position: relative;
    margin: 1.5rem auto 2rem;
    width: 95.8%;
}
.tips_single{
    position: relative;
    margin: 1.5rem auto 1rem;
    width: 95.8%;
    line-height: 1.1rem;
    font-size: .8rem;
    color: #fff;
    text-align: left;
}
/*常规排行榜*/
.show_list{
    position: relative;
    display: block;
    width: 100%;
}
.show_list_yule,.show_list_dan{margin-top: 1.5rem;}
.list_box{
    position: relative;
    width: 100%;left: -1px;
    border: 1px solid #6634d4;
    box-sizing: content-box;
}
.show_list_dan .list_box{margin-top: 1.5rem;}
.list_header{
    width: 100%;
    height: 1.625rem;
    line-height: 1.625rem;
    color: #0b1c56;
    background-color: #fbf7dc;
    border-top: 1px solid #8448fe;
    border-bottom: 1px solid #8448fe;
    font-size: .9rem;
}
.show_list .list_rank,.show_list .list_user,.show_list .list_num{
    position: relative;
    display: block;
    float: left;
    height: 100%;
    text-align: center;
}
.show_list .list_rank{width: 32%;}
.show_list .list_user{width: 40%;}
.show_list .list_num{width: 27%;}
.show_list .list_content{position: relative;width: 100%;}
.show_list .list_content li{
    position: relative;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1px;
    background-color: #5c2db2;
    color: #fff;
    font-size: .8rem;
}
.show_list .list_content li.list_top1{color: #300c64;background-color: #fdeb9a;}
.show_list .list_content li.list_top2{color: #300c64;background-color: #fbcc7c;}
.show_list .list_content li.list_top3{color: #300c64;background-color: #e49d73;}
.show_list .rank_icon{
    position: relative;
    margin: .38rem auto 0;
    width: 1.5rem;
    height: 1.75rem;
    line-height: 1.5rem;
    font-size: .9rem;
    text-align: center;
    color: #fff;
    background: url(/activity/images/activity/annual_festival/family_s3/m_icon_rank.png) 0 0;
    background-size: 1.5rem 9.75rem;
}
.show_list .list_top1 .rank_icon{background-position: 0 -1.75rem;}
.show_list .list_top2 .rank_icon{background-position: 0 -3.5rem;}
.show_list .list_top3 .rank_icon{background-position: 0 -5.25rem;}
.show_list .list_img{
    display: block;
    float: left;
    margin: .25rem .5rem 0 0;
    width: 2rem;
    height: 2rem;
}
p.list_name{
    line-height: 2.5rem;
    color: #fff;
    text-align: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.show_list .list_content li.list_top1 .list_name
,.show_list .list_content li.list_top2 .list_name
,.show_list .list_content li.list_top3 .list_name{
    color: #300c64;
}
.list_live{
    position: absolute;
    width: 1.67rem;
    height: 1.8rem;
    top: -1px;
    left: 0;
    background: url(/activity/images/activity/annual_festival/family_s3/m_live.png) no-repeat;
    background-size: contain;
    display: none;
}
.list_live.active{display: block;}
/*排行榜切换*/
.list_tab{
    position: relative;
    margin: .9rem auto;
    width: 250px;
    height: 20px;
    line-height: 20px;
}
.list_tab_title{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.list_tab_title ul{
    position: relative;
    width: 1250px;
    left: 0;
    font-size: .9rem;
    color: #fcf896;
    text-align: center;
}
.list_tab_title ul li{
    display: block;
    float: left;
    width: 250px;
    height: 100%;
}
.list_tab_title ul li .tab_danger{color: #e13d76;}
.list_tab_btn a,.list_tab_actor_cc_btn a{
    position: absolute;
    width: 14px;
    height: 20px;
    top: 0;
    background-image: url(/activity/images/activity/annual_festival/family_s3/m_icon_rank.png);
}
.list_tab_actor_cc_btn a{
    top: 50%;
    margin-top: -10px;
}
.list_tab_btn a.list_tab_btn_left
,.list_tab_actor_cc_btn a.list_tab_actor_cc_btn_left{
    left: -22px;
    background-position: 0 -210px;
}
.list_tab_btn a.list_tab_btn_right
,.list_tab_actor_cc_btn a.list_tab_actor_cc_btn_right{
    right: -22px;
    background-position: -15px -210px;
}
.list_tab_actor_cc,.list_tab_actor_gain{
    position: relative;
    margin: 1.5rem .2rem 2.33rem;
}
.list_tab_dan{
    position: relative;
    margin: 1.5rem .2rem 0;
}
.list_tab_actor_cc ul{
    position: absolute;
    top: 0;height: 100%;
    width: 86.1%;
    margin: 0 6.95%;
}
.list_tab_actor_gain ul,.list_tab_dan ul{
    position: absolute;
    top: 0;height: 100%;
    width: 92.4%;
    margin: 0 3.8%;
}
.list_tab_actor_cc ul li,.list_tab_actor_gain ul li,.list_tab_dan ul li{
    position: relative;
    display: block;
    float: left;
    top: 50%;
    margin-top: -0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.list_tab_actor_cc ul li,.list_tab_actor_gain ul li{width: 25%;}
.list_tab_dan ul li{width: 33.33%;}
.list_tab_actor_cc ul li.active
,.list_tab_actor_gain ul li.active
,.list_tab_dan ul li.active{
    line-height: 0.8rem;
    color: #fcf896;
}
.list_tab_actor_cc ul li.active:after
,.list_tab_actor_gain ul li.active:after
,.list_tab_dan ul li.active:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.8rem;
    bottom: 0;
    background: url(/activity/images/activity/annual_festival/family_s3/m_icon_tab_active.png);
    background-size: 3.5rem;
}
/*家族赛-助攻排行布局*/
.show_list_family_zhuli .list_rank{width: 20%;}
.show_list_family_zhuli .list_user{width: 33%;}
.show_list_family_zhuli .list_img{margin-left: 0;}
.show_list_family_zhuli .list_num{width: 25%;}
.show_list_family_zhuli .list_time{
    display: block;
    float: left;
    width: 22%;
    height: 100%;
    text-align: center;
}
/*家族赛-总榜排行榜*/
.show_list_family_total{width: 100%;margin-top: 1.67rem;}
.list_ft_top4{
    position: relative;
    width: 100%;
    text-align: left;
}
.list_ft_top4 .list_content li{
    position: relative;
    display: inline-block;
    margin: 0 2% 1.33rem;
    width: 45.38%;
    height: 4.6rem;
    border-bottom: 2px solid #2e0b62;
}
.list_ft_top4 .list_content li.list_ft_t1{background-color: #fdeb9a;}
.list_ft_top4 .list_content li.list_ft_t2{background-color: #fbcc7c;}
.list_ft_top4 .list_content li.list_ft_t3{background-color: #eca377;}
.list_ft_top4 .list_content li.list_ft_t4{background-color: #8b5cf1;}
.list_ft_top4 .list_ft_rank{
    position: absolute;
    width: 1.5rem;
    height: 1.75rem;
    line-height: 1.5rem;
    top: 0;left: 0;
    font-size: .9rem;
    text-align: center;
    color: #fff;
    background: url(/activity/images/activity/annual_festival/family_s3/m_icon_rank.png) 0 0;
    background-size: 1.5rem 9.75rem;
    z-index: 1;
}
.list_ft_top4 .list_ft_t1 .list_ft_rank{background-position: 0 -1.75rem;}
.list_ft_top4 .list_ft_t2 .list_ft_rank{background-position: 0 -3.5rem;}
.list_ft_top4 .list_ft_t3 .list_ft_rank{background-position: 0 -5.25rem;}
.list_ft_top4 .list_ft_t4 .list_ft_rank{background-position: 0 -7rem;}
.list_ft_top4 .list_user{
    display: block;
    float: left;
    margin: 0 .2rem 0 0;
    width: 4.5rem;
    height: 4.5rem;
}
.list_ft_top4 .list_img{
    margin: 0;
    width: 100%;
    height: 100%;
}
.list_ft_top4 .list_name{
    margin-top: .5rem;
    margin-right: .1rem;
    font-size: .8rem;
    color: #6316d3;
    line-height: 1rem;
}
.list_ft_top4 .list_num{
    font-size: .8rem;
    color: #6316d3;
    width: auto;
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    float: none;
    overflow: hidden;
}
.list_ft_top4 .btn_ft_more{
    position: relative;
    display: inline-block;
    margin-top: .4rem;
    padding: 0 .3rem;
    font-size: .7rem;
    color: #6316d3;
    border: 1px solid #6316d3;
    line-height: 1rem;
    text-align: center;
    vertical-align: top;
}
.list_ft_more{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;left: -1px;
    text-align: center;
    background-color: #280a54;
    border: 1px solid #6d2dcc;
    box-sizing: content-box;
    z-index: 1;
    display: none;
}
.list_ft_top4 .list_detail{
    display: inline-block;
    margin-top: 1.2rem;
    width: 45%;
}
.list_ft_top4 .list_detail_gold,.list_ft_top4 .list_detail_purple{
    position: relative;
    margin: 0 auto;
    width: 39px;
    height: 25px;
}
.list_detail_gold{
    background:url(/activity/images/activity/annual_festival/family_s3/icon_family_gold.png) no-repeat center center;
    background-size: contain;
}
.list_detail_purple{
    background:url(/activity/images/activity/annual_festival/family_s3/icon_family_purple.png) no-repeat center center;
    background-size: contain;
}
.list_ft_top4 .list_num_gold,.list_ft_top4 .list_num_purple{
    font-size: .7rem;
    text-align: center;
}
.list_ft_normal{
    position: relative;
    width: 100%;
    border: 1px solid #6634d4;
}
.list_ft_normal li.first_item{margin-top: 0;}
.list_ft_normal .list_rank{width: 22%;}
.list_ft_normal .list_user{
    position: relative;
    display: block;
    width: 38.6%;
}
.list_ft_normal .list_num{width: 20%;}
.list_ft_normal .btn_ft_more{
    display: inline-block;
    margin-top: .6rem;
    padding: 0rem .5rem;
    font-size: .7rem;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1rem;
    text-align: center;
}
.list_ft_normal .list_detail{
    position: relative;
    display: inline-block;
    width: 44%;
}
.list_ft_normal .list_detail_gold,.list_ft_normal .list_detail_purple{
    position: relative;
    display: block;
    float: left;
    margin: .3rem .5rem 0 .5rem;
    width: 3.1rem;
    height: 1.9rem;
}
.list_ft_normal .list_num_gold,.list_ft_normal .list_num_purple{
    display: block;
    line-height: 2.5rem;
    font-size: .7rem;
    text-align: left;
}
.show_list_family_total .btn_detail_close{
    position: absolute;
    top: 0;right: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 3.75rem 2.25rem;
    background-position: -2.25rem 0;
}
/*主播赛-五轮角逐赛*/
.show_list_actor_five{
    position: relative;
    width: 100%;
    text-align: center;
}
.show_list_actor_five .list_box{
    position: relative;
    margin: 0 auto 2rem;
    width: 93.22%;
    border: 2px solid #488dfa;
}
.show_list_actor_five .list_eare{
    position: relative;
    width: 100%;
    max-height: 30.5rem;
    overflow-y: scroll;
}
.show_list_actor_five .list_eare .list_content{width: 100%;}
.show_list_actor_five .list_content li.list_top1
,.show_list_actor_five .list_content li.list_top2
,.show_list_actor_five .list_content li.list_top3{
    background-color: #5c2db2;
    color: #fff;
}
.show_list_actor_five .list_content li.list_top1 .list_name
,.show_list_actor_five .list_content li.list_top2 .list_name
,.show_list_actor_five .list_content li.list_top3 .list_name{color: #fff;}
.show_list_actor_five .list_content_danger{
    border: 1px solid #aa161d;
    background-color: #741939;
}
.show_list_actor_five .list_content li.list_top1 .list_name
,.show_list_actor_five .list_content li.list_top2 .list_name
,.show_list_actor_five .list_content li.list_top3 .list_name{color: #fff;}
.show_list_actor_five .list_content_danger li{background-color: #8d2b4d}
.show_list_actor_five .list_box_danger .rank_icon,.show_list_actor_five .list_content_danger .rank_icon{background: none;}
.show_list_actor_five .list_content_danger:before{
    content: "危险";
    position: absolute;
    display: block;
    top: 0;right: 0;
    width: 2.2rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .7rem;
    color: #8d2b4d;
    background-color: #fae766;
    border: 1px solid #fff3a4;
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem;
    z-index: 1;
}
.show_list_actor_five .list_content_danger.danger_out:before{content: "淘汰";}
.show_temp{display: none;}
/*主播赛-冲刺排行榜*/
.show_list_actor_cc{
    position: relative;
    width: 100%;
}
.show_list_actor_cc .list_box{border-top: none;}
.show_list_actor_cc .list_content li.list_top1
,.show_list_actor_cc .list_content li.list_top2
,.show_list_actor_cc .list_content li.list_top3{
    height: auto;
    border: 1px solid #fff;
    background-color: #fff;
    overflow: hidden;
}
.show_list_actor_cc .list_content li.list_top1{
    position: relative;
    margin: 0 auto 1rem;
    width: 31.43%;
}
.show_list_actor_cc .list_content li.list_top2,.show_list_actor_cc .list_content li.list_top3{
    position: absolute;
    width: 29.24%;
    bottom: 0;
}
.show_list_actor_cc li.list_top2{left: 3.2%;}
.show_list_actor_cc li.list_top3{right: 3.2%;}
.show_list_actor_cc li.list_top1 .list_user
,.show_list_actor_cc li.list_top2 .list_user
,.show_list_actor_cc li.list_top3 .list_user
,.show_list_actor_cc li.list_top1 .list_img
,.show_list_actor_cc li.list_top2 .list_img
,.show_list_actor_cc li.list_top3 .list_img{
    margin: 0;
    width: 100%;
    height: auto;
    float: none;
}
.show_list_actor_cc .list_top_box{
    position: relative;
    margin: .5rem 0;
    width: 100%;
}
.show_list_actor_cc li.list_top1 .list_rank
,.show_list_actor_cc li.list_top2 .list_rank
,.show_list_actor_cc li.list_top3 .list_rank{
    position: absolute;
    margin-top: -1.8rem;
    left: 0;top: 0;
    width: 1.5rem;
    height: 1.75rem;
    float: none;
}
.show_list_actor_cc li.list_top1 .list_rank .rank_icon
,.show_list_actor_cc li.list_top2 .list_rank .rank_icon
,.show_list_actor_cc li.list_top3 .list_rank .rank_icon{margin: 0}
.show_list_actor_cc li.list_top1 .list_name
,.show_list_actor_cc li.list_top2 .list_name
,.show_list_actor_cc li.list_top3 .list_name
,.show_list_actor_cc li.list_top1 .list_num
,.show_list_actor_cc li.list_top2 .list_num
,.show_list_actor_cc li.list_top3 .list_num{
    margin-left: .75rem;
    width: auto;
    height: 1rem;
    line-height: 1.1rem;
    text-align: left;
    float: none;
    white-space:nowrap;
}

