@charset "utf-8";
body,
button,
input,
optgroup,
select,
textarea {
    font: 12px/1.5 Arial, PingfangSC, Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, sans-serif;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dl,
th,
input,
button,
optgroup,
select,
textarea,
fieldset,
figure {
    margin: 0;
    padding: 0;
    color: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: inherit;
}

a:active,
a:hover {
    outline-width: 0;
}

img {
    border: 0;
    display: block;
    width: 100%;
}

table {
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

em,
i {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: none;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

input[type="text"],
input[type="tel"],
a,
ul,
button,
button:active {
    -webkit-tap-highlight-color: transparent;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #aaa;
}

input::placeholder,
textarea::placeholder {
    color: #aaa;
}

.hide {
    position: absolute;
    left: -10000px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.clearfix {
    *zoom: 1;
}

.hide_txt {
    text-indent: -9999em;
    overflow: hidden;
}


/*scorll*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: ;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #cdcdcd;
    -webkit-border-radius: 2px;
}

::-webkit-scrollbar-thumb:window-inactive {
    height: 20px;
    background-color: #cdcdcd;
    -webkit-border-radius: 2px;
}


/* 以下适用于直播项目 */

html {
    height: 100%;
}

body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 980px;
}

.wrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* isScrol滚动条样式 */

.iScrollVerticalScrollbar {
    width: 5px!important;
    right: 5px!important;
}

.iScrollIndicator {
    background-color: #e5e5e5!important;
    border: 0!important;
}


/* 公用按钮 */

.common_btn {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: #FF5A6A;
    background: -webkit-gradient(linear, left top, right top, from(#FA60C5), to(#FF5A6A));
    background: linear-gradient(90deg, #FA60C5 0%, #FF5A6A 100%);
    border-radius: 6px;
}

.common_btn:hover {
    background: #FF2C55;
    color: #FFFFFF;
}

.common_btn:active {
    background: #E8002D;
    color: #FFFFFF;
}


/* 变量注释：
hoverColor: 文字hover颜色
activeColor：文字点击颜色
mediaWidth：页面主体适配宽度 */

.media_wp {
    width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .media_wp {
        width: 980px;
    }
}

@media screen and (min-width: 1281px) {
    .media_wp {
        width: 1100px;
    }
}


/************* header *************/

.header {
    font-size: 0;
    margin-bottom: 20px;
    background: #FFFFFF;
    height: 60px;
    line-height: 60px;
    color: #000000;
    position: relative;
    z-index: 10;
}

.header .ico_live,
.header .login_success>i {
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.header .login_success>i {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .logo,
.header .nav {
    display: inline-block;
    vertical-align: middle;
}

.header .logo {
    width: 123px;
    margin-right: 5px;
    overflow: hidden;
}

.header .logo>a {
    display: block;
    width: 100%;
}

.header .logo>a>img {
    height: 40px;
    width: 123px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header .nav>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 10px;
}

.header .nav>li>a {
    display: block;
    font-size: 14px
}

.header .nav>li>a:hover {
    color: #FF5A6C;
}

.header .nav>li>a:active {
    color: #E8002D;
}

.header .nav>li:before {
    content: "";
    width: 68px;
    height: 3px;
    background: #FF5A6A;
    background: -webkit-gradient(linear, left top, right top, from(#FA60C5), to(#FF5A6A));
    background: linear-gradient(90deg, #FA60C5 0%, #FF5A6A 100%);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -34px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}

.header .nav>li.cur>a {
    color: #FF5A6C;
}

.header .nav>li.cur:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.header .nav_v2 {
    float: right;
}

.header .nav_v2>li {
    margin: 0 10px;
}

.header .nav_v2>li>a {
    font-size: 15px;
}

.header .nav_v2 .nav_userarea_wp {
    line-height: 100%;
}


/* 搜索 */

.header .searcharea {
    position: relative;
}

.header .searcharea>input {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 8px;
    background: #EEEEEE;
    /* border: 1px solid transparent; */
    border: 0;
    outline: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 10px;
    padding-right: 30px
    /* transition: .2s; */
}

.header .searcharea>input:focus {
    /* border-color: #FF8BAC; */
    -webkit-box-shadow: inset 0 0 0 1px #FF8BAC;
    box-shadow: inset 0 0 0 1px #FF8BAC;
}

.header .icon_searcharea {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 5px;
}

.header .icon_searcharea>i {
    display: block;
    width: 15px;
    height: 14px;
}


/* 弹层 */

.header .nav_pop {
    font-size: 12px;
    line-height: 1.5;
    top: 62px;
    right: -63px;
    position: absolute;
    width: 286px;
    min-height: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.10)
}

.header .nav_pop:before,
.header .nav_pop:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.header .nav_pop:before {
    top: -10px;
    right: 75px;
    border-width: 0 6px 10px 6px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.20) transparent;
}

.header .nav_pop:after {
    top: -8px;
    right: 76px;
    border-width: 0 5px 8px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}


/* 用户信息 */

.header .login_success {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block!important;
    vertical-align: middle;
}

.header .login_success>img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.header .login_success>i {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.header .user_info {
    width: auto;
    min-width: 286px;
}

.header .user_info .user_iwp {
    padding: 20px 5px;
    text-align: center;
}

.header .user_info .user_avatar {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.header .user_info .user_name {
    font-size: 14px;
    font-weight: bold;
}

.header .user_info .user_icon {
    margin: 5px auto 24px;
    white-space: nowrap;
}

.header .user_info .user_pro {
    white-space: nowrap;
    text-align: left;
}

.header .user_info .userpw_prog_wp {
    display: inline-block;
    height: 20px;
    background: #EDEDED;
    border-radius: 3px;
    padding: 0 10px;
    color: #9B9B9B;
    margin-left: 13px;
    margin-bottom: 28px;
    min-width: 220px;
}

.header .user_info .userpw_prog,
.header .user_info .userpw_pro_txt {
    display: inline-block;
    vertical-align: middle;
}

.header .user_info .userpw_prog {
    width: 120px;
    height: 3px;
    border-radius: 3px;
    background: #D0D0D0;
    position: relative;
    margin-right: 25px;
}

.header .user_info .userpw_pro {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 3px;
    background: #FF5A6A;
    background: -webkit-gradient(linear, left top, right top, from(0%), to(#FA60C5));
    background: linear-gradient(90deg, 0%, #FA60C5 100%);
}

.header .user_info .user_value_wp {
    padding-right: 110px;
    position: relative;
    text-align: left;
}

.header .user_info .user_value_wp .user_charge_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .user_info .user_value>span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header .user_info .user_charge_btn {
    display: inline-block;
    width: 100px;
    height: 26px;
    line-height: 26px;
}

.header .user_info .user_btn {
    border-top: 1px solid #E5E5E5;
}

.header .user_info .user_center_btn {
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.header .user_info .user_center_btn:hover {
    color: #FF5A6C;
}

.header .user_info .user_center_btn:active {
    color: #E8002D;
}

.header .user_info .user_logout {
    position: absolute;
    top: 10px;
    right: 10px
}

.header .user_info .user_logout:hover {
    color: #FF5A6C;
}

.header .user_info .user_logout:active {
    color: #E8002D;
}


/* 关注 */

.header .navcc_pop {
    height: 300px;
}

.header .navcc_pop .myrss_pop {
    text-align: left;
    position: relative;
    height: inherit;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px 0;
}

.header .navcc_pop .myrss_pop_con {
    position: absolute;
    top: 65px;
    bottom: 0px;
    left: 15px;
    right: 0;
    overflow: hidden;
    padding-right: 15px;
}

.header .navcc_pop .myrss_pop_con h3 {
    margin-bottom: 16px;
}

.header .navcc_pop .myrss_pop_con h3 span {
    color: #FF5A6C;
}

.header .navcc_pop .myrss_list_wp {
    position: absolute;
    left: 0;
    top: 0;
}

.header .navcc_pop .myrss_list {
    position: relative;
}

.header .navcc_pop .myrss_list.offline {
    padding-top: 10px;
}

.header .navcc_pop .myrss_list.offline:before {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #E5E5E5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
}

.header .navcc_pop .myrss_item {
    margin-bottom: 16px;
}

.header .navcc_pop .myrss_link {
    display: block;
    font-size: 0px;
}

.header .navcc_pop .myrss_img,
.header .navcc_pop .myrss_info_wp {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.header .navcc_pop .myrss_img {
    width: 58px;
    height: 58px;
    margin-right: 10px;
    position: relative;
}

.header .navcc_pop .myrss_img>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header .navcc_pop .myrss_info_wp {
    width: 186px;
}

.header .navcc_pop .myrss_name,
.header .navcc_pop .myrss_txt,
.header .navcc_pop .myrss_visitor {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header .navcc_pop .myrss_name {
    font-size: 14px;
    font-weight: bold;
    width: 120px
}

.header .navcc_pop .myrss_name.cur {
    color: #FF5A6C;
}

.header .navcc_pop .myrss_name:hover {
    color: #FF5A6C;
}

.header .navcc_pop .myrss_name:active {
    color: #E8002D;
}

.header .navcc_pop .myrss_name em {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .navcc_pop .myrss_info {
    color: #9B9B9B;
    margin-top: 5px;
}

.header .navcc_pop .myrss_txt {
    width: 100px;
}

.header .navcc_pop .myrss_visitor {
    width: 60px;
    text-align: right;
}

.header .navcc_pop .myrss_visitor:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: -3px 2px 0 0;
}


/* 下载 */

.header .navdl_pop {
    width: 252px;
    padding: 20px 10px;
    text-align: center;
    display: none;
}

.header .nav_download:hover+.navdl_pop,
.header .navdl_pop:hover {
    display: block;
}

.header .navdl_pop_con {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.header .navdl_pop_con img {
    width: 90px;
    height: 90px;
    margin: 0 auto 5px;
}

.header .navdl_pop_con span {
    display: block;
    font-size: 12px;
}

.header .navdl_pop_con span em {
    color: #FF5A6C;
}

.header .navdl_pop_con span.navdl_pop_txt1 {
    color: #222222;
}

.header .navdl_pop_con span.navdl_pop_txt2 {
    color: #9B9B9B;
}


/* 分类 */

.header .nav_classify>a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -6px;
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.header .nav_classify>a.nav_cl_show:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}

.header .navcl_pop {
    padding: 20px;
    width: 238px;
    color: #222222;
}

.header .navcl_pop .navcl_pop_txt1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 9px;
}

.header .navcl_pop .navcl_pop_nav {
    width: calc(100% + 10px);
}

.header .navcl_pop .navcl_pop_nav>li {
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 20px;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid #D0D0D0;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center
}

.header .navcl_pop .navcl_pop_nav>li:hover {
    border-color: #FF2C55;
    background: #ff2c55;
    background: rgba(255, 44, 85, 0.16);
}

.header .navcl_pop .navcl_pop_nav>li>a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .navcl_pop .navcl_pop_btn {
    display: block;
    margin: 10px auto 0;
    width: 200px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
}


/************* header end *************/


/************* footer *************/

.footer_info_txt1:before {
    background-image: url(../img/spr_footer.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.footer_info_txt1:hover:before {
    background-image: url(../img/spr_footer.png);
    background-position: -30px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.footer_info_txt2:before {
    background-image: url(../img/spr_footer.png);
    background-position: 0px -30px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.footer_info_txt2:hover:before {
    background-image: url(../img/spr_footer.png);
    background-position: -30px -30px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.footer_info_txt3:before {
    background-image: url(../img/spr_footer.png);
    background-position: -60px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.footer_info_txt3:hover:before {
    background-image: url(../img/spr_footer.png);
    background-position: -60px -30px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.footer_info {
    padding: 40px 0 32px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
}

.footer_info_list {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 240px;
    margin: 0 25px;
}

.footer_info_list h5 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_info_p {
    display: inline-block;
    vertical-align: top;
    width: 48%
}

.footer_info_p>p {
    margin-right: 1%;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap
}

.footer_info_p>p:hover {
    text-decoration: underline;
}

.footer_info_img,
.footer_info_txt {
    display: inline-block;
    vertical-align: top;
}

.footer_info_img {
    width: 104px;
    margin-right: 10px;
}

.footer_info_img>img {
    width: 100%;
    height: 104px;
    margin-bottom: 2px;
}

.footer_info_img>p {
    white-space: nowrap;
}

.footer_info_txt>a {
    display: block;
    margin-bottom: 15px;
    color: #000000
}

.footer_info_txt>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.footer_info_txt>a:hover {
    color: #FF5A6C;
}

.footer_info_txt>a:active {
    color: #E8002D;
}

.footer {
    text-align: center;
    line-height: 24px;
    padding: 30px 0 40px;
    background: #FFFFFF;
}

.footer .f-copy em,
.footer .f-copy a {
    margin: 0 20px;
}

.footer span {
    margin: 0 16px;
}

.footer_wp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/************* footer end *************/


/* 公用弹窗 */


/*公用tip*/

.common-tip,
.common-tip2 {
    line-height: 20px;
    position: absolute;
    z-index: 10099;
    -webkit-box-shadow: 0px 1px 7px rgba(9, 2, 4, .14);
    box-shadow: 0px 1px 7px rgba(9, 2, 4, .14);
    background: #fff;
    border-radius: 2px;
}

.common-tip2 {
    -webkit-box-shadow: 2px -2px 10px rgba(9, 2, 4, .24);
    box-shadow: 2px -2px 10px rgba(9, 2, 4, .24);
}

.common-tip p,
.common-tip2 p {
    padding: 4px 20px;
    color: #3B3B3B;
    white-space: nowrap;
}

.common-tip i,
.common-tip2 i,
.common-tip:before,
.common-tip2:before {
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    border-style: solid;
}

.common-tip:before,
.common-tip2:before {
    content: "";
    display: block;
    right: 19px;
}

.common-tip i,
.common-tip:before {
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent;
    bottom: -10px;
}

.common-tip:before {
    border-width: 11px 6px 0 6px;
    border-color: #e0dede transparent transparent transparent;
    bottom: -11px;
}

.common-tip a {
    margin-left: 15px;
    color: #f8198f;
    text-decoration: underline;
}

.common-tip2 i {
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff;
    top: -10px;
}

.common-tip2:before {
    border-width: 0 6px 11px 6px;
    border-color: transparent transparent #e0dede transparent;
    top: -11px;
}


/* 用户信息 */


/* 主播信息 */

.anchor_info_pop {
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 60px;
    text-align: center;
    z-index: 999;
}


/* 聊天区个人名片 */

.user_info_pop.anchor_info_pop {
    position: absolute;
    height: auto;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .24);
}

.user_info_pop .anp_bottom_wp {
    position: relative;
    width: 280px;
    left: -10px;
    bottom: -10px;
}

.anp_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAAGXLeQ2AAAABGdBTUEAALGPC/xhBQAAAnBJREFUSA21lLuLE1EUxmcUslttClEwhoVJIeJai5DHVrsQ2Gijldomhe6/kDq9NkmrnZWuYGEVSLFYuzZCRhZM4WqR6azi97szZ5jNjBGC+8G5533u69zreTF2xHzEnYUQBMFDFD8ROihgn+GSqFOv16/CSUrdrkLWIBmEpLhcpW1pgnfO7HmBZdyRIUiMsKPLiUIAmZuiM2wYlqOxHzGH1htsLM3B1twSO2xNzseJvk+Gg+/792ez2e9E/WirSjcmRyj6bA4CixaBHbhgBKYgiUqBiBVuwEFGxkeMT8KeKEW1Wt3kxKBKpZImJwF7VGeLNQxUnE6nbxqNxhP0yWTyularPQrD0DY3JQGsWn8cUbBpHBS4LbqBInwXfREtUIDNEGued0UCS9wSRaIT0S+RgwXDDxJbEXsv48JubFUgyc5P8C4a6Pf7t2IpHpf0XaZPr3s+n78grFwuH2blODW+VZNdEIou6C2cJLjB1mz6Sn4u2KZWez4gy3SrwBu5LnI9USqVwna7/QrnYDD4gD4ej3+iC5Gdc7rJ2F44pq/vq9w3C0NiI5ey3nUvF+UzoanokX+BHqLh3H+QDbY9YkO+K7qGsiZ+KO+TyHW2FWel99YsWJR2LOMZ984zyRWmT3n63H2z2SxnK6Bjx7/UzxZGPep6LRFXnyM+RBX5piILeLfbfZbVMx9mLpe6HAvPzY5HYh4quj0cDnlUxC16vd7haDQ6zUees7j3zm0Xgn+e7avwyyiKTlX0ORwdO/7CxNgYceZ8RTlwlvycOPhJedGsFt5qtZ5ix/+XM8d9YsdxId1ixZkJ+UL6nOJZ/JcX+gfiGOSN54xlrgAAAABJRU5ErkJggg==');
    width: 23px;
    height: 23px;
    -webkit-transition: .2s;
    transition: .2s;
}

.anp_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.anp_avatar {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px auto;
}

.anp_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.anp_id,
.anp_txt {
    color: #9B9B9B;
    margin: 5px 0;
}

.anp_txt,
.anp_metal {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.anp_metal>*,
.anp_icon>* {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 1px!important;
}

.anp_num>span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 2px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anp_num>span>em {
    margin-left: 2px;
}

.anp_bottom_wp {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 48px;
    border-top: 1px solid #E5E5E5;
}

.anp_btn_wp {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 46px;
    border-left: 1px solid #E5E5E5;
    ;
}

.anp_btn_wp:first-child {
    border-left: 0;
}

.anp_bottom_wp_v0 {
    border: 0;
}

.anp_bottom_wp_v1 .anp_btn_wp {
    width: 100%;
}

.anp_bottom_wp_v2 .anp_btn_wp {
    width: 49%;
}

.anp_bottom_wp_v3 .anp_btn_wp {
    width: 32%;
}

.anp_bottom_wp_v4 .anp_btn_wp {
    width: 23%;
    font-size: 16px;
}

.anp_bottom_wp_v4 .anp_btn {
    font-size: 16px;
}

.anp_bottom_wp_v4 .anp_btn_pop {
    font-size: 12px;
    width: 117%;
}

.anp_btn {
    display: block;
    color: #000000;
    font-size: 17px;
}

.anp_btn_gz {
    color: #FF2C55;
    font-weight: bold;
}

.anp_btn_ygz {
    color: #9B9B9B;
    cursor: default;
    font-weight: bold;
}

.anp_arrow {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 1px solid #C1BFBF;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.anp_arrow.down {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -6px;
}

.anp_btn_pop {
    position: absolute;
    bottom: 46px;
    left: -1px;
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 10px 0;
    background: #ffffff;
}

.anp_btn_pop>li {
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    text-align: left;
}

.anp_btn_pop>li:hover {
    background: #F0F0F0;
}

.anp_bottom_wp .anp_num {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.anp_bottom_wp .anp_num>span {
    padding-top: 20px;
    position: relative;
}

.anp_bottom_wp .anp_num>span>em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
}

.anp_icon .img_anchor_level {
    height: 28px;
    width: auto;
}

.anp_adjust_top10 {
    padding-top: 10px;
}

.anp_adjust_top25 {
    padding-top: 20px
}


/* 个人中心房管设置弹窗 */

.layer-anchor-set em {
    color: #E80419;
    margin: 0 5px;
}


/*充值*/


/*支付*/

.p_box {
    width: 506px;
    height: 450px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}

.pay_con_wp {
    padding-left: 70px;
    position: relative;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 10px;
}

.pay_con_wp>h4 {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.pay_way .sub_infos {
    white-space: nowrap;
}

.sub_infos p {
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #E5E5E5;
    height: 34px;
    text-align: center;
    margin: 0 3px 10px 0;
    cursor: pointer;
    background-color: #F8F8F8;
    position: relative;
    border-radius: 6px;
    -webkit-transition: .2s;
    transition: .2s;
}

.sel_mouth.sub_infos p {
    width: 65px;
    font-weight: bold;
}

.sub_infos p:hover,
.sub_infos p.cur {
    border-color: #FF2C55;
    background: #ff2c55;
    background: rgba(255, 44, 85, 0.16);
}

.sub_infos p label {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.sub_infos p input {
    position: absolute;
    top: -15px;
    visibility: hidden;
}

.sub_infos p em {
    color: #f12469;
}

.sub_infos .colmag {
    width: 90px;
}

.sub_infos .colmag:hover,
.sub_infos .colmag.cur {
    font-weight: bold;
}

.total_price {
    margin-top: 20px;
}

.total_price p {
    font-size: 12px;
    color: #9B9B9B;
}

.total_price p em {
    font-size: 24px;
    color: #FF2C55;
    font-weight: bold;
}

.total_price p span.red {
    color: #FF2C55;
    margin-left: 4px;
    vertical-align: 1px;
}

.sel_banks {
    width: 190px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #E5E5E5;
    background: #F8F8F8;
    outline: 0 none;
    border-radius: 6px;
}

.pay_qr_code {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 20px auto 9px;
    border: solid 1px #E5E5E5;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pay_qr_code img {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.pay_qr_code .loading,
.pay_qr_code .reload:before {
    position: absolute;
    left: 50%;
    top: 50%;
}

.pay_qr_code .loading {
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(/homepage/dist/img/loading.gif?7003da1f20a8a1fe94e193201f1ef41a) no-repeat;
}

.pay_qr_code .reload {
    width: 100%;
    height: 28px;
    color: #ff2c55;
    padding-top: 100px;
    cursor: pointer;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}

.pay_qr_code .reload:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    margin: -10px 0 0 -9px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABg0lEQVQ4ja3UsUtWYRTH8c973xJ0CrIXacgsqzGHwMXRQSptCxeXNkPCJnN0iGhqEZxCUNRq6B+IGsQgIaqtQTBpaIgEXSQ0wuE5V15ut7yGBx443Oc83+d3z3POqW13jyqxTgzjOrrRwDY+4xXmsFE4M1orwFrxEGM4WXZL2C9MYxI/MYSXWVPAGbzFfdTxDLdCVYYO3MRCxI9H/ACWUM+VtWAZvViLX/zwD2U9eIFLofKEuBEeB+gL+g4BwadQvZeDctg5KUe/cRvfDwFBG2YV8prhTtCf430FUF3KUW9xI0N/+HMVQPBEer0/LMOF8Kuognuola0MpyPoR0XYXy3DZvjtxwFbD//accBehz/yn4zWZthTqYqHHV1dD75hKod9lZo2k2qtURHUHvGnYh200wRWpTJ5V0HhVazgMj5K0+MAtovB2OgK8GJ8OytVfUOaEPNSTV6J+AHsQHGeteER7mpq4BLbxQweSPNMGSy389KD3MDFULUlTdo3UpNvFA/tA3F3S3yNBdf0AAAAAElFTkSuQmCC');
}

.wcode_pay_div {
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
}

.pay_pop_btn {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #FF2C55;
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}


/*请确认支付结果*/

.p_abcon {
    height: 304px;
    width: 446px;
    padding: 10px 30px;
    font-size: 14px;
}

.query_pop_id h3 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
}

.query_pop_id .p_overcon {
    text-align: left;
}

.query_pop_id .p_overcon p {
    margin-bottom: 10px;
}

.payover_txt {
    margin-top: 20px;
}

.payover_txt p span {
    font-size: 12px;
}

.payover_txt p span:first-child {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.payover_txt p span strong {
    font-size: 14px;
    font-weight: bold;
}

.payover_txt p span em {
    font-size: 14px;
    font-weight: bold;
    color: #FF2C55;
}

.query_pop_id .payover_txt .payover_gray {
    font-size: 12px;
    color: #9B9B9B;
}


/* 充值成功弹窗 */

.charge_down_wp {
    width: 446px;
    height: 380px;
    text-align: left;
    padding: 10px 30px;
    font-size: 14px;
}

.charge_down_wp h3 {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 16px;
}

.charge_down_wp .pop_btn:after {
    display: none;
}

.charge_down_wp .pop_btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    border-top: 0;
}

.charge_down_wp .pop_btn .pop_content {
    width: 280px;
    height: 44px;
    line-height: 44px;
    background: #FF2C55;
    border-radius: 6px;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.rechar_new_p {}

.rechar_new_p>p {
    margin-bottom: 20px;
}

.rechar_new_goods {
    position: absolute;
    width: 100%;
    height: 222px;
    background: #ededed;
    left: 50%;
    bottom: 0;
    margin-left: -263px;
    border-radius: 0 0 6px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 123px;
}

.rechar_new_goods h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.goods_img_new,
.goods_number {
    display: inline-block;
    vertical-align: middle;
}

.goods_img_new {
    width: 70px;
    height: 70px;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    position: relative;
}

.goods_img_new>img {
    width: 100%;
    height: auto;
}

.goods_number {
    font-size: 12px;
    color: #9B9B9B;
}

.goods_number_1 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.goods_number_1 em {
    font-size: 12px;
    color: #FF2C55;
}

.charge_download {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background: url(/homepage/dist/img/charge_download.png?241776ebcf23033ca63a716f1547b925) no-repeat;
}

.charge_download>img {
    width: 128px;
    height: 128px;
    position: absolute;
    right: 82px;
    top: 48px;
}


/* 满减20181010 */


/* .sub_infos .colmag{
    .colmag_txt{
        position: absolute;
        right: -1px;
        top: -5px;
        background: #FF2C55;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        padding: 0 3px;
        height: 14px;
        line-height: 14px;
        border-radius: 0 6px 0 6px;
    }
    &:hover, &.cur{
        .colmag_txt{
            font-weight: normal;
        }
    }

} */


/* 满减20181010 end */


/* 上传封面图 */

.layer-btn-box {
    padding: 10px 0;
    text-align: center;
    background: #F5F5F5;
}

.layer-btn-box a {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin: 0 15px;
}

.layer-btnA {
    color: #fff;
    border: 1px solid #F12469;
    background: #F12469;
}

.layer-btnB {
    color: #3B3B3B;
    border: 1px solid #B2B2B2;
    background: #FFFFFF;
}

.layer-btnA:hover {
    background: #F94985;
}

.layer-btnB:hover {
    border-color: #F12469;
    color: #F12469;
}

.pop_box_main .layer-pic {
    color: #000;
    font-size: 12px;
    width: 475px;
    text-align: left;
}

.layer-pic .layer-box h3 {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: left;
}

.layer-pic01 .layer-box h3 {
    padding-top: 12px;
}

.layer-pic .layer-box-left {
    float: left;
    padding: 15px 11px 10px 20px;
}

.layer-pic01 .layer-box-left {
    width: 270px;
    line-height: 20px;
}

.layer-pic02 .layer-box-left {
    width: 284px;
    padding: 10px 11px 10px 20px;
}

.layer-pic .layer-box-right {
    padding: 5px 25px 8px;
    width: 124px;
    float: left;
}

.layer-pic02 .layer-box-right {
    width: 120px;
    padding: 0 25px 51px 15px;
}

.layer-pic .layer-pic-txt {
    height: 30px;
    line-height: 30px;
}

.layer-pic .layer-img-sample {
    width: 120px;
    height: 90px;
    margin-bottom: 9px;
    position: relative;
}

.layer-pic02 .layer-img-sample {
    height: 105px;
}

.layer-pic .layer-img-sample img {
    width: 120px;
    height: 90px;
}

.layer-pic .layer-img-sample .layer-img-txt {
    width: 100%;
    text-align: center;
    text-indent: 15px;
    height: 18px;
    line-height: 18px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}

.layer-pic .layer-img-right .layer-img-txt {
    color: #3cff00;
}

.layer-pic .layer-img-wrong .layer-img-txt {
    color: #ff0018;
}

.layer-pic .layer-img-sample .layer-img-txt i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 28px;
}

.layer-pic .layer-img-right .layer-img-txt i {
    background-position: 0 0;
}

.layer-pic .layer-img-wrong .layer-img-txt i {
    background-position: 0 -14px;
}

.layer-pic .layer-img-txt2 {
    color: #12b935;
}

.layer-pic .layer-btn-box {
    position: relative;
    background: transparent;
}

.layer-pic01 .layer-btn-box,
.layer-pic02 .layer-box-left .layer-btn-box {
    padding-top: 25px;
}

.layer-pic .layer-btn-box .layer-btnA,
.layer-pic .layer-btn-box .layer-btnB {
    padding: 0;
    width: 62px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 15px;
    cursor: pointer;
}

.layer-pic .layer-btn-box .layer-btnA {
    background: #FF2C55;
}

.layer-pic .layer-btn-box .layer-btnB {
    padding: 0 5px;
    border-color: #FF2C55;
    color: #FF2C55;
}

.layer-pic .layer-btn-box input {
    fliter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    clip: rect(0, 0, 0, 0);
}

.layer-img {
    position: relative;
}

.layer-img img {
    width: 280px;
    height: 160px;
}

.layer-img-clip {
    position: absolute;
    width: 182px;
    height: 79px;
    border: 2px solid #fff;
    cursor: move;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF');
    background: #ffffff;
    background: rgba(255, 255, 255, 0.3);
}

.layer-pic .layer-img-loading {
    border: 1px solid #e2e2e2;
    width: 278px;
    height: 158px;
    position: relative;
}

.layer-pic02 .layer-box-right .layer-img-loading {
    width: 118px;
    height: 88px;
}

.layer-pic .layer-img-loading img {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
}

.pop_box_message {
    text-align: center;
}

.pop_box_message h3 {
    font-size: 16px;
}

.pop_box_message .msg {
    font-size: 13px;
    color: #9B9B9B;
}


/* 购买座驾 */


/* 购买座驾 */

.total-val .ico-gold {
    display: inline-block;
    vertical-align: 3px;
    width: 16px;
    height: 16px;
}

.pop-buycar {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 434px;
    height: 394px;
    padding: 10px 30px 0;
    margin: -197px 0 0 -217px;
    border-radius: 4px;
    background: #fff;
    color: #2b2b2b;
}

.pop-box-hd {
    height: 58px;
    border-bottom: 1px solid #e2e2e2;
}

.pop-box-hd .tit {
    font-size: 18px;
    line-height: 58px;
}

.buycar-form .form-group {
    padding: 20px 0 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.buycar-form .form-ctrl {
    position: relative;
    padding-left: 86px;
    margin-bottom: 8px;
}

.buycar-form .form-group .form-ctrl {
    margin-bottom: 20px;
}

.buycar-form .form-ctrl .label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 42px;
    font-size: 14px;
}

.buycar-form .form-ctrl .ipt {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 42px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #2b2b2b;
    text-align: left;
}

.buycar-form .form-ctrl .ipt-prize {
    color: #e91970;
}

.buycar-form .btn-pay {
    display: block;
    height: 42px;
    margin-top: -4px;
    border-radius: 4px;
    background: #e91970;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.buycar-form .btn-pay:hover {
    background: #ED478C;
}

.buycar-form .btn-pay:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.choosebox {
    padding: 6px 0;
    white-space: nowrap;
}

.choosebox a {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #2b2b2b;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.choosebox a:hover {
    border-color: #e91970;
    color: #e91970;
}

.choosebox a.on {
    background: #e91970;
    border-color: #e91970;
    color: #fff;
}

.total-val {
    line-height: 42px;
    text-align: left;
}

.total-val em {
    font-size: 28px;
    color: #e91970;
}

.total-val .oth {
    font-size: 18px;
    color: #fc913f;
}


/* 座驾购买成功 */

.buy_info {
    text-align: center;
}

.buy_info .car {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin: 5px auto 10px;
}

.buy_info a {
    color: #bababa;
    text-decoration: underline;
}


/* 等级特权 */

.pop_box_main .level_pop {
    color: #3b3b3b;
    background: #fff;
    width: 405px;
    text-align: left;
    font-size: 12px;
}

.level_pop h4 {
    color: #ed1f64;
    font-size: 14px;
    text-indent: 23px;
    line-height: 38px;
    border-bottom: 1px solid #e2e2e2;
}

.level_pop h5 {
    font-size: 14px;
    line-height: 25px;
    clear: both;
}

.level_wp {
    padding: 5px 18px 10px;
}

.lvp_refill {
    padding: 0 26px 10px;
    border-bottom: 1px dashed #e2e2e2;
}

.lvp_refill i {
    position: relative;
    float: left;
    display: block;
    margin-right: 46px;
    width: 42px;
    height: 42px;
}

.lvp_refill i img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 42px;
    max-height: 42px;
}

.lvp_refill p {
    float: left;
    font-size: 14px;
    line-height: 42px;
}

.lvp_refill p span {
    color: #ed1f64;
}

.lvp_info {
    color: #151515;
    font-size: 12px;
    padding: 10px 0 15px 75px;
    position: relative;
    border-bottom: 1px dashed #e2e2e2;
}

.lvpinfo_img {
    width: 70px;
    position: absolute;
    top: 10px;
    left: 0;
}

.lvpinfo_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.lvpinfo_img p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lvpim1 {
    min-width: 276px;
    float: left;
}

.lvpim1 p {
    line-height: 17px;
}

.lvpim1 .lvpim_txt1 {
    float: left;
    margin-right: 5px;
}

.lvpim1 .lvpim_txt2 {
    float: right;
    text-align: right;
}

.lvpim2 {
    white-space: nowrap;
    clear: both;
    line-height: 27px;
}

.lvpim_prowp {
    display: inline-block;
    width: 215px;
    height: 8px;
    background: #fcc4d7;
    border-radius: 3px;
    position: relative;
    margin: 0 5px;
    vertical-align: 2px;
}

.lvpim_pro {
    display: inline-block;
    width: 100%;
    height: inherit;
    border-radius: 3px;
    background: #ed1f64;
    position: absolute;
    left: 0;
    top: 0;
}

.lvpim3 {
    color: #898989;
    white-space: nowrap;
}

.lvp_special {
    padding: 5px 0;
    border-bottom: 1px dashed #e2e2e2;
}

.lvps_list {
    padding-top: 5px;
}

.lvps_list ul li {
    width: 92px;
    padding-top: 55px;
    float: left;
    text-align: center;
    position: relative;
}

.lvpsl_txt2 {
    color: #898989;
}

.lvps_icon {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.lvps_lock {
    z-index: 1;
    top: 1px;
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
}

.lvps_icon1 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -100px -131px;
    background-repeat: no-repeat;
    width: 40px;
    height: 38px;
}


/* .lvps_icon2 {
    width: 39px;
    height: 43px;
    background-position: 0 -102px;
    margin-left: -20px;
} */

.lvps_icon3 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -51px -131px;
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
}


/* .lvps_icon4 {
    width: 37px;
    height: 39px;
    background-position: -2px -204px;
    margin-left: -19px;
} */

.lvps_icon5 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: 0px -131px;
    background-repeat: no-repeat;
    width: 43px;
    height: 41px;
}

.lvps_icon6 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -208px 0px;
    background-repeat: no-repeat;
    width: 38px;
    height: 43px;
}


/* .lvps_icon7 {
    width: 38px;
    height: 44px;
    background-position: 0 -354px;
    margin-left: -18px;
} */

.lvp_level {
    padding-top: 8px;
}

.lvpl_list {
    padding-top: 5px;
}

.lvpl_list ul li {
    width: 38px;
    height: 15px;
    margin-left: 8px;
    float: left;
    padding-top: 45px;
    position: relative;
}

.lvpl_list ul li:first-child {
    margin-left: 0;
    text-align: center;
}

.lvpll_txt1 {
    display: none;
}

.lvpl_icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.lvpl_lock {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -208px -107px;
    background-repeat: no-repeat;
    width: 31px;
    height: 30px;
    z-index: 1;
}

.lvpl_icon1 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -208px -51px;
    background-repeat: no-repeat;
    width: 31px;
    height: 48px;
}

.lvpl_icon2 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -160px -56px;
    background-repeat: no-repeat;
    width: 35px;
    height: 48px;
}

.lvpl_icon3 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -111px -56px;
    background-repeat: no-repeat;
    width: 40px;
    height: 48px;
}

.lvpl_icon4 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -160px 0px;
    background-repeat: no-repeat;
    width: 40px;
    height: 48px;
}

.lvpl_icon5 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -111px 0px;
    background-repeat: no-repeat;
    width: 41px;
    height: 48px;
}

.lvpl_icon6 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -62px -56px;
    background-repeat: no-repeat;
    width: 41px;
    height: 48px;
}

.lvpl_icon7 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: -62px 0px;
    background-repeat: no-repeat;
    width: 41px;
    height: 48px;
}

.lvpl_icon8 {
    background-image: url(/homepage/dist/img/spr_level_pop.png?89bf73ea8c94088d981d87c45cc2fe70);
    background-position: 0px -62px;
    background-repeat: no-repeat;
    width: 40px;
    height: 61px;
}


/* 等级特权 end */


/* 首充弹窗 */


/* 首充活动 */


/* icon */

.chargegift_head {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 566px;
    height: 80px;
}

.giftbag_list_ico.bean {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -135px -149px;
    background-repeat: no-repeat;
    width: 45px;
    height: 44px;
}

.giftbag_list_ico.medal {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -375px -88px;
    background-repeat: no-repeat;
    width: 51px;
    height: 46px;
}

.giftbag_list_ico.special {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -188px -149px;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
}

.giftbag_list_ico.cloud {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: 0px -149px;
    background-repeat: no-repeat;
    width: 71px;
    height: 54px;
}

.giftbag_list_ico.rose {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -79px -149px;
    background-repeat: no-repeat;
    width: 48px;
    height: 53px;
}

.giftbag_list_ico.kiss {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -434px -88px;
    background-repeat: no-repeat;
    width: 52px;
    height: 38px;
}

.giftbag_list_ico.whale {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -313px -88px;
    background-repeat: no-repeat;
    width: 54px;
    height: 51px;
}

.chargegift_footer_btn:after {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -533px -88px;
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
}

.chargegift_close {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: -494px -88px;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
}

.chargegift_pop_giftbag_head {
    background-image: url(/homepage/dist/img/spr_fc_pop.png?02a59a2468fe9a8c9511848d34a3b075);
    background-position: 0px -88px;
    background-repeat: no-repeat;
    height: 53px;
    line-height: 53px;
}


/* 头部 */

.chargegift_wp {
    width: 566px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -245px 0 0 -283px;
    border-radius: 5px;
    background: #26155b;
}

.chargegift_head {
    height: 80px;
}

.chargegift_head_title {
    margin: 0 auto;
}


/* .chargegift_head_info {
    margin: 0 auto;
    width: 372px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 0 24px;
    text-align: center;
    background: #7747de;
}
.chargegift_head_info span{
    color: #ffc95b;
    font-weight: bold;
} */


/* 内容 */

.chargegift_content {
    padding: 20px 24px 15px;
}


/* 各种礼包 */

.chargegift_giftbags {
    color: #251f11;
}

.chargegift_giftbag {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    width: 160px;
    border-radius: 10px;
    background: #ffde99;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe6b2), color-stop(40%, #ffc346));
    background: linear-gradient(#ffe6b2, #ffc346 40%);
}

.giftbag_head {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    padding-top: 12px;
}

.giftbag_title {
    width: 58px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -28px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

.chargegift_giftbag:nth-child(1) .giftbag_title {
    background: #ffbc32;
}

.chargegift_giftbag:nth-child(2) .giftbag_title {
    background: #ff8a3b;
}

.chargegift_giftbag:nth-child(3) .giftbag_title {
    background: #ff108d;
}

.giftbag_info {
    /* font-size: 20px; */
}

.giftbag_info:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
}

.giftbag_info strong,
.giftbag_info em {
    color: #ff108d;
}

.giftbag_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 274px;
    overflow: hidden;
    padding: 16px 0;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 -8px 16px rgba(214, 166, 54, .34);
    box-shadow: 0 -8px 16px rgba(214, 166, 54, .34);
}

.giftbag_list>li {
    position: relative;
    padding-left: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 46px;
}

.chargegift_giftbag:nth-child(3) .giftbag_list>li {
    margin-bottom: 30px;
}

.giftbag_list_img {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
}

.giftbag_list_ico {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

.giftbag_list_info {
    font-size: 14px;
}

.giftbag_list_expiry {
    color: #ff108d;
}

.giftbag_list_expiry span {
    color: #251f11;
}


/* 规则 */

.chargegift_rule_in {
    width: 50px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px 0 0 13px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #f2be18;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 1;
}

.chargegift_rule_wp {
    position: absolute;
    width: 390px;
    min-height: 237px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 8px;
    left: 50%;
    top: 50%;
    margin: -118px 0 0 -185px;
    color: #ffffff;
    border-radius: 10px;
    background: #26155b;
    line-height: 1.8;
}

.chargegift_rule_wp h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.chargegift_rule {
    padding-left: 6px;
    text-indent: -6px;
}


/* 底部 */

.chargegift_footer {
    margin-bottom: 15px;
}

.chargegift_footer_btn {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 242px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #251f11;
    background: #eeb51f;
    background: -webkit-gradient(linear, left top, right top, from(#e39a35), to(#ffde00));
    background: linear-gradient(90deg, #e39a35, #ffde00);
    -webkit-transition: .2s;
    transition: .2s;
}

.chargegift_footer_btn:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.chargegift_footer_btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* 关闭按钮 */

.chargegift_close {
    position: absolute;
    right: -12px;
    top: -16px;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.chargegift_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* 充值成功弹窗 */

.chargegift_mask {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    background: rgba(0, 0, 0, .6);
}

.chargegift_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 640px;
    border-radius: 30px;
    background: #6d13cb;
}

.chargegift_pop_close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0.41rem;
    height: 0.42rem;
    border: 0.15rem solid transparent;
    background-clip: content-box;
}


/* 礼包提示 */

.chargegift_mask {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    background: rgba(0, 0, 0, .6);
}

.chargegift_pop {
    width: 305px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -154px;
    border-radius: 20px;
    background: #6d13cb;
}

.chargegift_pop_close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0.41rem;
    height: 0.42rem;
    border: 0.15rem solid transparent;
    background-clip: content-box;
}

.chargegift_pop_giftbag {
    padding-bottom: 12px;
}

.chargegift_pop_giftbag_head {
    position: relative;
    border-radius: 20px 20px 0 0;
}

.chargegift_pop_giftbag_title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.chargegift_pop_giftbag_list {
    padding: 48px 0 36px;
    text-align: center;
}

.chargegift_pop_giftbag_list>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 66px;
    height: 79px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 44px;
    border-radius: 6px;
    background: #fff3d1;
}

.chargegift_pop_giftbag_list .giftbag_list_ico {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: auto;
    zoom: .9;
}

.chargegift_pop_giftbag_list .giftbag_list_ico.kiss {
    top: 6px;
}

.pop_giftbag_list_info {
    display: block;
    color: #ff108d;
}

.pop_giftbag_list_sig {
    display: block;
    color: #251f11;
}

.pop_giftbag_list_sig em {
    color: #ff108d;
}

.chargegift_pop_giftbag_btn {
    display: block;
    margin: 0 auto;
    width: 206px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #dd2785;
}

.chargegift_pop_txt {
    margin-top: 12px;
    text-align: center;
    color: #ffffff;
    color: rgba(255, 255, 255, .4);
}


/* .fc_suc{
    margin-top: 20px;
}
.fc_suc:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.fc_suc h4 {
    font-size: 18px;
    line-height: 18px;
    color: #f8198f;
    text-indent: 10px;
}

.fcs_main ul {
    padding: 7px 35px 0 30px;
}

.fcs_main ul li {
    line-height: 28px;
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.fcs_main ul li>img {
    position: absolute;
    left: 6px;
    top: 50%;
    height: 20px;
    width: auto;
    margin-top: -10px;
}

.fcs_main .fcmlg_txt1 {
    color: #525252;
    font-size: 13px;
}

.fcs_main .fcmlg_txt2 {
    color: #f8198f;
    font-size: 14px;
}

.fcsm_txt {
    color: #b2b2b2;
    font-size: 12px;
} */


/* 玩客币弹窗 */

.fc_coin_close,
.popwrap_close {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: -156px -48px;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.fc_coin_logo:before {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.fc_coin_steplist>li:after {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: -156px -82px;
    background-repeat: no-repeat;
    width: 11px;
    height: 20px;
}

.fc_coin_step_ico.down {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: -108px 0px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.fc_coin_step_ico.account {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: 0px -108px;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
}

.fc_coin_step_ico.site {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: -156px 0px;
    background-repeat: no-repeat;
    width: 35px;
    height: 40px;
}

.fc_coin_step_ico.play {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: -108px -48px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.coin_intro_icon {
    background-image: url(/homepage/dist/img/spr_coin_pop.png?08f0113b9fdfc61ab61dd300a43a57c9);
    background-position: -175px -82px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.fc_coin {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 600px;
    height: 486px;
    padding: 63px 20px 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.fc_coin_close,
.popwrap_close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.fc_coin_close:hover,
.popwrap_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fc_coin_logo {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #fff;
}

.fc_coin_logo:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    content: '';
}

.fc_coin_content {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddada;
}

.fc_coin_info {
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
}

.fc_coin_info>em {
    margin-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #ff2d55;
}

.fc_coin_title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #4a4a4a;
}

.fc_coin_content .fc_coin_title {
    margin-top: 35px;
}

.fc_coin_step {
    position: relative;
}

.fc_coin_steplist {
    margin-top: 20px;
    font-size: 0;
    text-align: left;
}

.fc_coin_steplist>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.fc_coin_steplist>li.cur1 {
    margin-right: 36px;
}

.fc_coin_steplist>li.cur2 {
    margin-right: 18px;
}

.fc_coin_steplist>li.cur3 {
    margin-right: 33px;
}

.fc_coin_steplist>li:after {
    position: absolute;
    top: 10px;
    display: block;
}

.fc_coin_steplist>li.cur1:after {
    right: -26px;
}

.fc_coin_steplist>li.cur2:after {
    right: -16px;
}

.fc_coin_steplist>li.cur3:after {
    right: -13px;
}

.fc_coin_steplist>li.cur4:after {
    display: none;
}

.fc_coin_step_ico {
    display: block;
    margin: 0 auto;
}

.fc_coin_step_info {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
}

.fc_coin_btn {
    position: absolute;
    top: 0;
    right: 12px;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ff2d55;
    background: #fede65;
    -webkit-transition: .2s;
    transition: .2s;
}

.fc_coin_btn:hover {
    background: #fccf65;
}

.fc_coin_content1 {
    padding-top: 18px;
}

.fc_coin_input {
    margin: 20px auto 0;
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 88px;
    text-align: center;
    font-size: 15px;
    color: #9b9b9b;
    background: #f7f5f6;
    -webkit-transition: .15s;
    transition: .15s;
    border: 0 none;
}

.fc_coin_input::-webkit-input-placeholder,
.fc_coin_input::-moz-input-placeholder {
    color: #9b9b9b;
}

.fc_coin_input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px #f7c590;
    box-shadow: 0 0 0 2px #f7c590
}

.fc_coin_tip {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #f5a623;
}

.fc_coin_gitbtn {
    margin: 20px auto 0;
    display: block;
    width: 280px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #ff2c55;
    -webkit-transition: .2s;
    transition: .2s;
}

.fc_coin_gitbtn.disabled,
.fc_coin_gitbtn.disabled:hover {
    background: #999;
    cursor: not-allowed;
}

.fc_coin_gitbtn:hover {
    background: #e5294c;
}


/* 公用 */

.popwrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    color: #292929;
    background: #fff;
}

.popwrap_extrude {
    color: #FF2C55;
}

.popwrap_sub {
    color: #A2A2A2;
}

.popwrap_middle {
    font-size: 13px;
}

.popwrap_small {
    font-size: 12px;
}

.popwrap_title {
    font-size: 15px;
}

.popwrap_pg {
    display: block;
}

.coin_toast {
    position: fixed;
    z-index: 1999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background: #000000;
    background: rgba(0, 0, 0, .4);
}


/* 链克支付弹窗 */

.coin_pop {
    width: 300px;
    height: 392px;
    padding-top: 10px;
}

.coin_intro {
    position: absolute;
    top: 10px;
    left: 10px;
    padding-left: 15px;
    text-decoration: none;
    -webkit-transition: .2;
    transition: .2;
}

.coin_intro:hover {
    text-decoration: underline;
}

.coin_intro_icon {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    display: block;
}

.coin_head {
    padding-top: 50px;
    text-align: center;
}

.coin_headimg {
    margin: 0 auto;
}

.coin_headimg>img {
    display: block;
    margin: 0 auto;
    max-width: 50px;
}

.coin_headinfo {
    margin-top: 13px;
}

.coin_headinfo .popwrap_middle {
    line-height: 1.7;
}

.coin_headname {
    font-weight: bold;
}

.coin_headnum {
    margin-left: 5px;
}

.coin_middle {
    margin-top: 25px;
    text-align: center;
}

.coin_qrcode {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.coin_qrcode img {
    display: block;
    width: 100%;
    height: 100%;
}

.coin_qrcode+.popwrap_small {
    margin-top: 8px;
}

.coin_consult {
    margin-top: 15px;
    text-align: center;
    text-decoration: underline;
}

.popwrap_title {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.coin_pop1 .popwrap_middle {
    margin-top: 5px;
    padding: 0 20px;
    text-align: left;
}

.coin_pop1 .coin_qrcode {
    margin-top: 18px;
}

.coin_pop1 .popwrap_small {
    margin-top: 3px;
    text-align: center;
}


/* 首充弹窗 end */


/* 守护弹窗 */

.pri-spr-1 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: -60px -41px;
    background-repeat: no-repeat;
    width: 42px;
    height: 32px;
}

.pri-spr-2 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: 0px -82px;
    background-repeat: no-repeat;
    width: 52px;
    height: 23px;
}

.pri-spr-3 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: -120px 0px;
    background-repeat: no-repeat;
    width: 42px;
    height: 32px;
}

.pri-spr-4 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: -120px -40px;
    background-repeat: no-repeat;
    width: 36px;
    height: 33px;
}

.pri-spr-5 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: 0px -113px;
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
}

.pri-spr-6 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: -170px 0px;
    background-repeat: no-repeat;
    width: 29px;
    height: 33px;
}

.pri-spr-7 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 52px;
    height: 33px;
}

.pri-spr-8 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: -60px 0px;
    background-repeat: no-repeat;
    width: 52px;
    height: 33px;
}

.pri-spr-9 {
    background-image: url(/homepage/dist/img/spr_defend_pop.png?a6a5c1ff6c51d2a85d7a182612333df3);
    background-position: 0px -41px;
    background-repeat: no-repeat;
    width: 52px;
    height: 33px;
}

.pop_box_main .defend {
    width: 506px;
    text-align: left;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.defend .ico-defend {
    margin: 0 8px 0 8px;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}

.defend-text:first-child {
    display: inline-block;
    text-align: right;
    min-width: 56px;
    margin-right: 16px;
}

.defend-name img {
    display: inline-block;
    margin: 0 10px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
}

.name-text {
    color: #525252;
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -2px;
}

.name-color {
    color: #FF2C55;
}

.defend-time {
    position: relative;
    margin: 10px 0 15px;
}

.defend-time span {
    margin-right: 7px;
}

.defend-time label {
    width: 68px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    text-align: center;
}

.defend-time .cur,
.defend-time label:hover {
    background: #ff2c55;
    background: rgba(255, 44, 85, 0.16);
    border: 1px solid #FF2C55;
    position: relative;
}

.defend-time input {
    position: absolute;
    top: -15px;
    visibility: hidden;
}

.time-text {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 13px;
}

.defend-pri {
    margin-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #F2F2F2;
}

.defend-pri>.defend-text i {
    font-style: normal;
    color: #FF2C55;
}

.defend-pay {
    margin-bottom: 15px;
    position: relative;
}

.defend-pay strong {
    font-size: 24px;
    color: #FF2C55;
}

.pay-text {
    font-size: 12px;
    color: #ff8400;
}

.icon-defend {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    background: #FF5A6A;
    background: -webkit-gradient(linear, left top, right top, from(#FA60C5), to(#FF5A6A));
    background: linear-gradient(90deg, #FA60C5 0%, #FF5A6A 100%);
    font-size: 12px;
    color: #FFFFFF;
}

.defend-ul {
    text-align: center;
}

.defend-li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: 80px;
    margin-top: 10px;
}

.defend-li .defend-text {
    font-size: 13px;
    color: #3B3B3B;
}

.defend-li .pri-describe {
    font-size: 12px;
    color: #9B9B9B;
}

.pri-img {
    height: 35px;
    position: relative;
}

.pri-spr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.defend .defend_btn a {
    width: 280px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

.defend-bottom {
    margin-top: 7px;
    text-align: center;
    color: #FF2C55;
    font-size: 12px;
}

.highgrade {
    width: 400px;
}

.highgrade .ico-defend {
    margin: 0 12px 0 8px;
}

.highgrade h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 32px;
}

.grade-text {
    margin-top: 17px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    color: #999;
}

.grade-text:first-child {
    margin-top: 0;
}

.grade-text strong {
    font-weight: normal;
    color: #f8198f;
}

.grade-text a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: .2s;
    transition: .2s;
}

.grade-text a:hover {
    color: #525252;
}

.highgrade .pop_btn {
    padding-bottom: 30px;
}

.highgrade .pop_btn a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.highgrade-7 .pop_btn a:first-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    color: #f8198f;
    background: #fff;
}

.highgrade-7 .pop_btn a:first-child:hover {
    color: #fff;
    background: #f8198f;
}

.highgrade-8 {
    padding-top: 89px;
    position: relative;
}

.highgrade-8 h3,
.highgrade-8 span {
    color: #f8198f;
}

.highgrade-img {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
}

.highgrade-img img {
    width: inherit;
    height: inherit;
}

.highgrade-1 .pop_btn {
    padding-top: 58px;
}

.highgrade-2 .pop_btn {
    padding-top: 49px;
}

.highgrade-3 .pop_btn {
    padding-top: 39px;
}

.highgrade-4 .pop_btn {
    padding-top: 40px;
}

.highgrade-5 .pop_btn {
    padding-top: 50px;
}

.highgrade-6 .pop_btn {
    padding-top: 41px;
}

.highgrade-7 .pop_btn {
    padding-top: 52px;
}

.highgrade-8 .pop_btn {
    padding-top: 31px;
}


/* 守护弹窗 end */


/* 粉丝名牌弹窗 */

.fanspop_outer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 710px;
    height: 475px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fanspop_title,
.fanspop_close,
.fanspop_sidebar_praise>i:before,
.fanspop_sidebar_num:after,
.fanspower_gift>i,
.fanspower_list_pic,
.fansteam_verse_title li a:after,
.fansteam_item1 .fansteam_list_num:before,
.fansteam_item2 .fansteam_list_num:before,
.fansteam_item3 .fansteam_list_num:before,
.fansteam_item1 .fansteam_list_img:before,
.fansteam_item2 .fansteam_list_img:before,
.fansteam_item3 .fansteam_list_img:before,
.fanstask_list_pic,
.fansadorn_head,
.fanspop_rule_title>i,
.fanstask_list_done>i,
.fansteam_list_empty i,
.fanspop_fansteam .fansteam_verse_title li.cur a:after,
.fansteam_state>span:before,
.fansteam_state>span:after {
    background: url(/homepage/dist/img/fans-spr.png?ce2ff332d4949ff1f5577f9dbdd87220) no-repeat;
}

.fanspop_dec {
    position: absolute;
    display: block;
    background: url(/homepage/dist/img/fans-bg-spr.png?88ca2fa7730a2b766dc429d3502016d2) no-repeat;
}

.fanspop1 .fanspop_dec {
    top: -85px;
    left: -47px;
    width: 805px;
    height: 664px;
}

.fanspop2 .fanspop_dec {
    top: -80px;
    left: -70px;
    width: 850px;
    height: 473px;
    background-position: 0 -779px;
}

.fanspop3 .fanspop_dec {
    top: -65px;
    left: -81px;
    width: 833px;
    height: 639px;
    background-position: 0 -1276px;
}

.fanspop4 .fanspop_dec {
    top: -52px;
    left: -89px;
    width: 888px;
    height: 398px;
    background-position: 0 -1962px;
}

.fanspop {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25), 0 0 0 10px #ff4c87;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25), 0 0 0 10px #ff4c87;
    font-size: 0;
    text-align: center;
    background: #ffefef;
}

.fanspop_title {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 341px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-position: 0 -499px;
}

.fanspop_what {
    position: absolute;
    top: 6px;
    right: 45px;
    font-size: 12px;
    text-decoration: underline;
    color: #ff83ab;
    z-index: 1;
}

.fanspop_what:hover {
    text-decoration: underline;
}

.fanspop_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 0;
    text-indent: -9999em;
    width: 31px;
    height: 30px;
    background-position: -170px -240px;
    z-index: 1;
}

.fanspop_sidebar,
.fanspop_content {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.fanspop_sidebar {
    padding-top: 40px;
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 14px 0 0 14px;
    background: #fff;
}

.fanspop_sidebar_anchor {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 auto;
}

.fanspop_sidebar_anchor img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.fanspop_sidebar_anchor .fanspop_sidebar_medal {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 52px;
    height: auto;
    max-height: 14px;
    border-radius: 0;
}

.fanspop_sidebar_name {
    font-size: 18px;
    text-align: center;
    color: #ff3579;
}

.fanspop_sidebar_name i,
.fanspop_sidebar_praise i,
.fanspop_sidebar_praise em,
.fanspop_sidebar_praise strong {
    font-style: normal;
    font-weight: normal;
}

.fanspop_sidebar_info {
    vertical-align: middle;
    margin-top: 15px;
}

.fanspop_sidebar_info>p,
.fanspop_sidebar_praise {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.fanspop_sidebar_info>p {
    width: 130px;
    color: #525252;
}

.fanspop_sidebar_praise {
    position: relative;
    width: 45px;
    color: #b1b1b1;
}

.fanspop_sidebar_praise>i {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.fanspop_sidebar_praise>i:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: inherit;
    height: inherit;
    background-position: 0 -334px;
}

.fanspop_sidebar_praise.cur>i:before {
    background-position: -23px -334px;
    -webkit-animation: ani_praise .6s both;
    animation: ani_praise .6s both;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.fanspop_sidebar_praise strong {
    display: block;
}

.praise_tooltip {
    position: absolute;
    z-index: 1;
    left: -50px;
    top: -26px;
    display: block;
    width: 147px;
    height: 18px;
    line-height: 18px;
    border-radius: 8px;
    background: #000000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
}

.praise_tooltip:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 4px 3px;
    border-style: solid dashed dashed dashed;
    border-color: #000000 transparent transparent transparent;
    border-color: rgba(0, 0, 0, .6) transparent transparent transparent;
}

.fanspop_sidebar_rank {
    position: relative;
    margin-top: 22px;
}

.fanspop_sidebar_rank:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    content: '';
    width: 1px;
    height: 25px;
    background: #ffc3d6;
}

.fanspop_sidebar_rank>span {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    color: #b1b1b1;
}

.fanspop_sidebar_rank i,
.fanspop_sidebar_rank em {
    display: block;
    font-style: normal;
}

.fanspop_sidebar_num {
    font-size: 18px;
    color: #525252
}

.fanspop_sidebar_num:after {
    margin-left: 2px;
    width: 16px;
    height: 16px;
}

.up .fanspop_sidebar_num:after {
    display: inline-block;
    content: '';
    background-position: -114px -284px;
}

.down .fanspop_sidebar_num:after {
    display: inline-block;
    content: '';
    background-position: -137px -284px;
}

.fanspop_sidebar_tab {
    margin-top: 28px;
}

.fanspop_sidebar_tab li {
    margin-bottom: 10px;
}

.fanspop_sidebar_tab a {
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid transparent;
    text-indent: 19px;
    font-size: 16px;
    text-align: left;
    color: #525252;
    -webkit-transition: .2s;
    transition: .2s;
}

.fanspop_sidebar_tab .cur a {
    border-color: #f8198f;
    background: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), to(#ffe2e2));
    background: linear-gradient(to left, transparent 15%, #ffe2e2);
}

.fanspop_sidebar_tab a:hover {
    background: -webkit-gradient(linear, right top, left top, color-stop(15%, transparent), to(#ffe2e2));
    background: linear-gradient(to left, transparent 15%, #ffe2e2);
}

@-webkit-keyframes ani_praise {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ani_praise {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fanspop_content {
    width: 500px;
    padding: 52px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.fanspop_content>div {
    position: absolute;
    width: 440px;
}

.fanspop_box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 7px 21px rgba(255, 14, 89, .13);
    box-shadow: 0 7px 21px rgba(255, 14, 89, .13);
    background: #fff;
}

.fanspower_join {
    padding: 18px 0;
    text-align: left;
}

.fanspower_join>p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

span.fanspower_join_info {
    display: block;
    font-size: 14px;
    color: #2d2d2d;
}

span.fanspower_join_info i {
    font-style: normal;
    color: #f8198f;
}

em.fanspower_join_info {
    display: block;
    font-size: 12px;
    color: #989898;
}

.fanspower_join_btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    -webkit-box-shadow: 0 2px 3px rgba(255, 14, 89, .54);
    box-shadow: 0 2px 3px rgba(255, 14, 89, .54);
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #f8198f;
    -webkit-transition: .2s;
    transition: .2s;
}

.fanspower_join_btn:hover {
    -webkit-box-shadow: 0 1px 2px rgba(255, 14, 89, .34);
    box-shadow: 0 1px 2px rgba(255, 14, 89, .34);
    background: #f74aa7;
}

.fanspower_gift {
    margin: 33px auto 22px;
}

.fanspower_gift>i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.fanspower_gift_stick,
.fanspower_gift_women {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    -webkit-box-shadow: 0 7px 21px rgba(255, 14, 89, .13);
    box-shadow: 0 7px 21px rgba(255, 14, 89, .13);
}

.fanspower_gift .fanspower_gift_stick {
    background-position: 0 -101px;
}

.fanspower_gift .fanspower_gift_women {
    background-position: -110px -101px;
}

.fanspower_gift .fanspower_gift_to {
    width: 45px;
    height: 31px;
    background-position: -125px -317px;
}

.fanspower_state {
    text-align: left;
    font-size: 12px;
    color: #525252;
}

.fanspower_state>span {
    color: #f8198f;
}

.fanspower_list {
    margin-top: 18px;
}

.fanspower_list>li {
    display: inline-block;
    margin: 0 18px;
}

.fanspower_list_pic {
    display: block;
    width: 71px;
    height: 71px;
    margin-bottom: 5px;
}

.fanspower_list_pic2 {
    background-position: -87px 0;
}

.fanspower_list_pic3 {
    background-position: -174px 0;
}

.fanspower_list_pic4 {
    background-position: -261px 0;
}

.fanspower_list span {
    display: block;
}

.fanspower_list_name {
    font-size: 14px;
    color: #525252;
}

.fanspower_list_info {
    font-size: 12px;
    color: #b1b1b1;
}

.fansteam_rate {
    margin-top: 12px;
    font-size: 0;
    text-align: left;
    height: 16px;
    line-height: 16px;
}

.fansteam_rate>em {
    margin-right: 3px;
    font-style: normal;
    vertical-align: middle;
    font-size: 14px;
    color: #525252;
}

.fansteam_rank,
.fansteam_progressOuter {
    display: inline-block;
    vertical-align: bottom;
}

.fansteam_rank {
    padding: 0 8px;
    border: 1px solid;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #f8198f;
}

.fansteam_progressOuter {
    position: relative;
    margin-left: 8px;
    width: 250px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    background: #ffa5d5;
    color: #fff;
}

.fansteam_progressInside {
    position: absolute;
    height: 100%;
    border-radius: inherit;
    background: #f8198f;
}

.fansteam_progressOuter p {
    position: relative;
}

.fansteam_brand {
    padding: 10px 0 16px 10px;
}

.fansteam_brand_info {
    text-align: left;
    font-size: 14px;
    color: #525252;
}

.fansteam_rank_img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    width: 60px;
    max-height: 16px;
}

.fansteam_verse {
    position: relative;
    margin-top: 20px;
    height: 280px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fansteam_verse_title {
    text-align: right;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ffdff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.fansteam_verse_title li {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.fansteam_verse_title li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #989898;
}

.fansteam_verse_title li.cur a:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -1px;
    display: block;
    content: '';
    width: 58px;
    height: 4px;
    background: #ff4c87;
}

.fanspop_fansteam .fansteam_verse_title li.cur a:after {
    position: relative;
    display: inline-block;
    vertical-align: 0px;
    margin-left: 5px;
    width: 9px;
    height: 9px;
    background-position: -64px -318px;
}

.fansteam_list_wp {
    height: 250px;
    overflow-y: hidden;
    position: relative;
}

.fansteam_list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.fansteam_list li {
    position: relative;
    padding: 10px 10px 10px 2px;
    font-size: 0;
    text-align: right;
}

.fansteam_list li.cur,
.fansteam_list_me,
.fansteam_list li:hover {
    background: #fff9ed;
}

.fansteam_list_me {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 18px 10px 2px;
    font-size: 0;
    text-align: right;
}

.fansteam_list_name,
.fansteam_list_medal,
.fansteam_list_intimacy,
.fansteam_list_btn {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.fansteam_list_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fansteam_list_medal img {
    margin: 0 auto;
    max-width: 60px;
    max-height: 25px;
}

.fansteam_list_left {
    position: absolute;
    left: 0;
    text-align: left;
}

.fansteam_list_num,
.fansteam_list_img {
    display: inline-block;
    vertical-align: middle;
}

.fansteam_list_num {
    position: relative;
    width: 24px;
    text-align: right;
    font-size: 12px;
    color: #b77604;
}

.fansteam_list_img {
    position: relative;
    margin-left: 38px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
}

.fansteam_list_img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.fansteam_item1 .fansteam_list_num:before,
.fansteam_item2 .fansteam_list_num:before,
.fansteam_item3 .fansteam_list_num:before {
    position: absolute;
    top: -5px;
    left: 12px;
    display: block;
    content: '';
    width: 32px;
    height: 34px;
}

.fansteam_item1 .fansteam_list_num:before {
    background-position: 0 -240px;
}

.fansteam_item2 .fansteam_list_num:before {
    background-position: -39px -240px;
}

.fansteam_item3 .fansteam_list_num:before {
    background-position: -81px -240px;
}

.fansteam_item1 .fansteam_list_img img {
    -webkit-box-shadow: 0 0 0 2px #f9c807;
    box-shadow: 0 0 0 2px #f9c807;
}

.fansteam_item2 .fansteam_list_img img {
    -webkit-box-shadow: 0 0 0 2px #c8cad7;
    box-shadow: 0 0 0 2px #c8cad7;
}

.fansteam_item3 .fansteam_list_img img {
    -webkit-box-shadow: 0 0 0 2px #f7a75f;
    box-shadow: 0 0 0 2px #f7a75f;
}

.fansteam_item1 .fansteam_list_img:before,
.fansteam_item2 .fansteam_list_img:before,
.fansteam_item3 .fansteam_list_img:before {
    position: absolute;
    right: -3px;
    top: -7px;
    display: block;
    content: '';
    width: 14px;
    height: 12px;
}

.fansteam_item1 .fansteam_list_img:before {
    background-position: 0 -317px;
    right: -4px;
    top: -8px;
}

.fansteam_item2 .fansteam_list_img:before {
    background-position: -21px -318px;
}

.fansteam_item3 .fansteam_list_img:before {
    background-position: -42px -318px;
}

.fansteam_list .ico_live {
    right: -6px;
    bottom: -3px;
    z-index: 1;
}

.fansteam_list_btn>a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 20px;
    border-radius: 11px;
    border: 1px solid;
    -webkit-box-shadow: inset 0 2px 3px rgba(255, 14, 89, .54), 0 2px 3px rgba(255, 14, 89, .54);
    box-shadow: inset 0 2px 3px rgba(255, 14, 89, .54), 0 2px 3px rgba(255, 14, 89, .54);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #f8198f;
    -webkit-transition: .2s;
    transition: .2s;
}

.fansteam_list_btn>a:hover {
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 14, 89, .54), 0 1px 2px rgba(255, 14, 89, .54);
    box-shadow: inset 0 1px 2px rgba(255, 14, 89, .54), 0 1px 2px rgba(255, 14, 89, .54);
}

.fansteam_list_empty {
    margin-top: 40px;
}

.fansteam_list_empty i {
    display: block;
    margin: 0 auto;
    width: 63px;
    height: 99px;
    background-position: -240px -97px;
}

.fansteam_list_empty p {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #525252;
}

.fansteam_list_link {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    right: 84px;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.fansteam_brand_info {
    margin-top: 12px;
    font-size: 12px;
    text-align: left;
    color: #525252;
}

.fansteam_brand_info i {
    font-style: normal;
    color: #f8198f;
}

.fansteam_brand_info .fansteam_rate {
    margin-top: 0;
}

.fanspop_fansteam .fansteam_brand_info {
    margin-top: 0;
}

.fanstask_info {
    margin: 22px auto 8px;
    text-align: left;
    font-size: 12px;
    color: #525252;
}

.fanstask_list {
    padding: 0 30px;
}

.fanstask_list>li {
    position: relative;
    padding: 13px 0;
    text-align: left;
}

.fanstask_list>li+li {
    border-top: 1px solid #ffdff0;
}

.fanstask_list_pic,
.fanstask_list_info {
    display: inline-block;
    vertical-align: middle;
}

.fanstask_list_pic {
    width: 22px;
    height: 22px;
}

.fanstask_list_pic1 {
    background-position: 0 -284px;
}

.fanstask_list_pic2 {
    background-position: -28px -285px;
}

.fanstask_list_pic3 {
    background-position: -56px -284px;
}

.fanstask_list_pic4 {
    background-position: -84px -284px;
}

.fanstask_list_info {
    margin-left: 10px;
}

.fanstask_list_info>span {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #b1b1b1;
}

.fanstask_list_info>span>strong {
    margin-right: 4px;
    font-weight: normal;
    color: #525252;
}

.fanstask_list_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    -webkit-box-shadow: 0 2px 3px rgba(255, 14, 89, .54);
    box-shadow: 0 2px 3px rgba(255, 14, 89, .54);
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #f8198f;
    -webkit-transition: .2s;
    transition: .2s;
}

.fanstask_list_btn:hover {
    -webkit-box-shadow: 0 1px 2px rgba(255, 14, 89, .34);
    box-shadow: 0 1px 2px rgba(255, 14, 89, .34);
    background: #f74aa7;
}

.fanstask_list_done {
    display: none;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 33px;
    text-align: center;
    font-size: 12px;
    color: #b1b1b1;
}

.fanstask_list_done>i {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background-position: -127px -212px;
}

.fanstask_list>li.cur .fanstask_list_btn {
    display: none;
}

.fanstask_list>li.cur .fanstask_list_done {
    display: block;
}

.fansteam_state {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
}

.fansteam_state>span {
    position: relative;
}

.fansteam_state>span:before,
.fansteam_state>span:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 13px;
    height: 11px;
    background-position: -47px -359px;
}

.fansteam_state>span:before {
    margin-right: 10px;
}

.fansteam_state>span:after {
    margin-left: 10px;
}

.fansstar_brand {
    width: 100%;
    height: 72px;
}

.fansstar_brand img {
    width: 100%;
    height: 100%;
}

.fanspop_fansstar .fansteam_verse_title {
    text-align: center;
}

.fanspop_fansstar .fansteam_verse_title li {
    width: auto;
    margin: 0 16px;
}

.fansadorn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 320px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.fansadorn1 {
    height: 225px;
}

.fansadorn2 {
    height: 378px;
}

.fansadorn3 {
    height: 396px;
}

.fansadorn_head {
    position: relative;
    padding-top: 26px;
    height: 103px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 -549px;
}

.fansdorn_title {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(213, 61, 91, 0.5);
    color: #fff;
}

.fansdorn_title img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 42px;
    max-height: 13px;
}

.fansadorn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    font-size: 0;
    text-indent: -9999em;
    /* background-position: -129px -240px; */
    background-image: url(/homepage/dist/img/spr_fans.png?4cc01640d55226cab9dbf55b39fe8c9a);
    background-position: -120px -256px;
    background-repeat: no-repeat;
}

.fansadorn_content {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 46px;
}

.fansadorn_content3 {
    padding-bottom: 0;
    padding-top: 60px;
}

.fansadorn_info {
    margin: 22px auto;
    font-size: 14px;
    color: #767676;
}

.fansadorn_btn {
    font-size: 0;
    text-align: center;
}

.fansadorn_btn1 {
    margin-top: 20px;
}

.fansadorn_btn2 {
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #E5E5E5;
    position: relative;
}

.fansadorn_btn2 ::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fansadorn_btn>a {
    margin: 0 16px;
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.fansadorn_btn a.fansadorn_btn_g {
    color: #4A4A4A;
    height: 100%;
    line-height: inherit;
    width: 47%;
    margin: 0 1%;
    border-radius: 0;
    /* background: #c5c5c5;
    -webkit-box-shadow: 0 2px 3px rgba(130, 130, 130, .54);
    box-shadow: 0 2px 3px rgba(130, 130, 130, .54); */
}

.fansadorn_btn a.fansadorn_btn_r2 {
    color: #FF5A84;
    width: 47%;
    margin: 0 1%;
    border-radius: 0;
    height: 100%;
    line-height: inherit;
    /* background: #f8198f;
    -webkit-box-shadow: 0 2px 3px rgba(255, 14, 89, .54);
    box-shadow: 0 2px 3px rgba(255, 14, 89, .54); */
}

.fansadorn_content2 .fansadorn_info {
    margin: 0 auto;
    color: #4A4A4A;
}

.fansadorn_tip {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0;
    color: #9B9B9B;
    /* width: 20%; */
}

.fansadorn_tip .fansadorn_tip_icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 6px;
}

.fansadorn_tip .fansadorn_tip_icon1 {
    background-image: url(/homepage/dist/img/spr_fans.png?4cc01640d55226cab9dbf55b39fe8c9a);
    background-position: 0px -256px;
    background-repeat: no-repeat;
}

.fansadorn_tip .fansadorn_tip_icon2 {
    background-image: url(/homepage/dist/img/spr_fans.png?4cc01640d55226cab9dbf55b39fe8c9a);
    background-position: -40px -256px;
    background-repeat: no-repeat;
}

.fansadorn_tip .fansadorn_tip_icon3 {
    background-image: url(/homepage/dist/img/spr_fans.png?4cc01640d55226cab9dbf55b39fe8c9a);
    background-position: -80px -256px;
    background-repeat: no-repeat;
}

.fansadorn_content2 {
    padding-top: 70px;
}

.fansadorn_content2 .fansadorn_btn {
    margin-top: 18px;
}

.fanspop_content .fanspop_rule_content {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

.fanspop_rule {
    background: #fff;
}

.fanspop_rule .fanspop_close {
    background-position: -209px -240px;
}

.fanspop_rule .fanspop_sidebar {
    border-right: 1px solid #efefef;
}

.fanspop_rule .fanspop_sidebar_tab a {
    text-indent: 9px;
    font-size: 14px;
}

.fanspop_rule .fanspop_content {
    padding: 35px 25px 0;
}

.fanspop_rule_title {
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    background: mix(transparent, #fff2a9);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(#fff2a9), color-stop(85%, transparent));
    background: linear-gradient(to right, transparent 15%, #fff2a9, transparent 85%);
}

.fanspop_rule_title>i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

i.fanspop_rule_ico1 {
    width: 18px;
    height: 20px;
    background-position: 0 -212px;
}

i.fanspop_rule_ico2 {
    width: 18px;
    height: 17px;
    background-position: -26px -212px;
    vertical-align: -3px;
}

i.fanspop_rule_ico3 {
    width: 19px;
    height: 16px;
    background-position: -50px -211px;
    vertical-align: -2px;
}

i.fanspop_rule_ico4 {
    width: 16px;
    height: 16px;
    background-position: -77px -211px;
    vertical-align: -1px;
}

i.fanspop_rule_ico5 {
    width: 18px;
    height: 18px;
    background-position: -101px -212px;
}

.fanspop_rule_info {
    margin-top: 18px;
    text-align: left;
    font-size: 13px;
    color: #2d2d2d;
}

.fanspop_rule_info.fanspop_rule_info1 {
    margin-top: 0;
}

.fanspop_rule_info strong {
    font-weight: normal;
    color: #ea559e;
}

.fanspop_rule_img {
    display: block;
    width: 100%;
    margin: 28px auto 0;
}


/* 粉丝折扣礼包 */


/* 粉丝名牌弹窗 end */


/* 粉丝名牌弹窗(佩戴粉丝名牌+查看头衔+粉丝团折扣礼包) */


/* 粉丝折扣礼包 */

.fansadorn_head2,
.fansadorn_head3 {
    width: 320px;
    height: 120px;
    padding-top: 16px;
}

.fansadorn_head2 {
    background-image: url(/homepage/dist/img/spr_fans.png?4cc01640d55226cab9dbf55b39fe8c9a);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.fansadorn_head3 {
    background-image: url(/homepage/dist/img/spr_fans.png?4cc01640d55226cab9dbf55b39fe8c9a);
    background-position: 0px -128px;
    background-repeat: no-repeat;
}

.fansdorn_title1 {
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(213, 61, 91, 0.5);
}

.fansadorn_head3 .fansdorn_title {
    margin-bottom: 18px;
}

.fansadorn_head_wrap {
    text-align: center;
}

.fansadorn_head_wrap .fansadorn_head_img {
    display: inline-block;
    vertical-align: bottom;
    width: 84px;
    height: 84px;
    padding: 2px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
}

.fansadorn_head_wrap .fansadorn_head_img.fansadorn_head_img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.fansadorn_head_wrap a.fansadorn_head_img:nth-of-type(2) {
    width: 54px;
    height: 54px;
    margin-left: -20px;
}

.fansadorn_head_wrap .fansadorn_head_img>img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: inherit;
}

.fansadorn_head_wrap .fansadorn_head_img>img.fansadorn_head_imgIcon {
    width: auto;
    height: auto;
    max-width: 66px;
    max-height: 21px;
    border-radius: 0;
}

.fansdorn_giftBag_title {
    font-size: 14px;
    color: #000025;
}

.fansdorn_color {
    color: #FF5A84;
}

.fansdorn_giftBag_title .fansadorn_dis,
.fansadorn_content .fansadorn_price {
    font-size: 12px;
}

.fansdorn_giftBag_title .fansadorn_dis {
    margin-left: 10px;
}

.fansdorn_giftBag_title .fansadorn_dis>em {
    font-size: 15px;
    font-weight: 700;
}

.fansdorn_giftBag_title .fansadorn_price {
    color: #9B9B9B;
}

.fansadorn_list_wrap {
    width: 320px;
    overflow-x: hidden;
    margin-top: 12px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.fansadorn_list_wrap .fansadorn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

.fansadorn_list_wrap .fansadorn_list .fansadorn_list_item {
    height: 102px;
    width: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdee7), to(#ffffff));
    background-image: linear-gradient(180deg, #ffdee7 0%, #ffffff 100%);
    border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.fansadorn_list_wrap .fansadorn_list .fansadorn_list_item .fansadorn_list_item_img {
    width: 100%;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fansadorn_list_wrap .fansadorn_list .fansadorn_list_item .fansadorn_list_item_img .fansadorn_img_box {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.fansadorn_list_wrap .fansadorn_list .fansadorn_list_item .fansadorn_list_item_img .fansadorn_img_box>img {
    width: 100%;
    /* max-height: 60px; */
}

.fansadorn_list_wrap .fansadorn_list .fansadorn_list_item .fansadorn_list_item_title {
    font-size: 12px;
    color: #4A4A4A;
}

.fansadorn_btn1 .fansadorn_btn_r1 {
    background: -webkit-gradient(linear, left top, right top, from(#FF4F93), to(#FE7F74));
    background: linear-gradient(90deg, #FF4F93 0%, #FE7F74 100%);
    border-radius: 6px;
    border-radius: 6px;
    width: 280px;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* 粉丝名牌弹窗 end */


/* 公用弹窗 end */


/* 浏览器版本过低提示 */

.browser_tip {
    text-align: center;
    height: 410px;
    font-size: 13px;
    color: #000000;
    margin-top: 100px;
}

.browser_tip_icon {
    display: block;
    background: url(/homepage/dist/img/browser_tip.png?972c26410ebc758f8b9d2d8aabb7cf01) no-repeat;
    width: 258px;
    height: 262px;
    margin: 0 auto;
}

.browser_tip_txt {
    margin: 40px auto 20px;
}

.browser_tip_btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #000000;
    border-radius: 6px;
}

.browser_tip_btn:hover {
    background: #f1f1f1;
}

.browser_g_tips {
    text-align: center;
    padding: 20px;
    background: #FFDC87;
    font-size: 14px;
    color: #666;
}


/****** ico-live:live角标 ******/


/* .ico-live        { display: inline-block; width: 48px; height: 20px; background-image: url(../img/base/ico-live_20170803.png); background-repeat: no-repeat; }
.ico-live-on     { background-position: 0 0; }
.ico-live-phone  { background-position: 0 -25px; }
.ico-live-replay { background-position: 0 -50px; } */


/****** ico-live end ******/


/****** iczb-hostlv:主播勋章 ******/

.iczb-hostlv,
.iczb-userlv,
.iczb-hslv,
.ico-phone,
.ico-new,
.ico-best,
.icon-userlv,
.ico-defend {
    display: inline-block;
    width: 34px;
    height: 16px;
    background-image: url(../img/iczb.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.iczb-hostlv1 {
    background-position: 0 0;
}

.iczb-hostlv2 {
    background-position: -35px 0;
}

.iczb-hostlv3 {
    background-position: -70px 0;
}

.iczb-hostlv4 {
    background-position: -105px 0;
}

.iczb-hostlv5 {
    background-position: -140px 0;
}

.iczb-hostlv6 {
    background-position: -175px 0;
}

.iczb-hostlv7 {
    background-position: -210px 0;
}

.iczb-hostlv8 {
    background-position: -245px 0;
}

.iczb-hostlv9 {
    background-position: -280px 0;
}

.iczb-hostlv10 {
    background-position: -315px 0;
}

.iczb-hostlv11 {
    background-position: 0 -20px;
}

.iczb-hostlv12 {
    background-position: -35px -20px;
}

.iczb-hostlv13 {
    background-position: -70px -20px;
}

.iczb-hostlv14 {
    background-position: -105px -20px;
}

.iczb-hostlv15 {
    background-position: -140px -20px;
}

.iczb-hostlv16 {
    background-position: -175px -20px;
}

.iczb-hostlv17 {
    background-position: -210px -20px;
}

.iczb-hostlv18 {
    background-position: -245px -20px;
}

.iczb-hostlv19 {
    background-position: -280px -20px;
}

.iczb-hostlv20 {
    background-position: -315px -20px;
}

.iczb-hostlv21 {
    background-position: 0 -40px;
}

.iczb-hostlv22 {
    background-position: -35px -40px;
}

.iczb-hostlv23 {
    background-position: -70px -40px;
}

.iczb-hostlv24 {
    background-position: -105px -40px;
}

.iczb-hostlv25 {
    background-position: -140px -40px;
}

.iczb-hostlv26 {
    background-position: -175px -40px;
}

.iczb-hostlv27 {
    background-position: -210px -40px;
}

.iczb-hostlv28 {
    background-position: -245px -40px;
}

.iczb-hostlv29 {
    background-position: -280px -40px;
}

.iczb-hostlv30 {
    background-position: -315px -40px;
}

.iczb-hostlv31 {
    background-position: 0 -60px;
}

.iczb-hostlv32 {
    background-position: -35px -60px;
}

.iczb-hostlv33 {
    background-position: -70px -60px;
}

.iczb-hostlv34 {
    background-position: -105px -60px;
}

.iczb-hostlv35 {
    background-position: -140px -60px;
}

.iczb-hostlv36 {
    background-position: -175px -60px;
}

.iczb-hostlv37 {
    background-position: -210px -60px;
}

.iczb-hostlv38 {
    background-position: -245px -60px;
}

.iczb-hostlv39 {
    background-position: -280px -60px;
}

.iczb-hostlv40 {
    background-position: -315px -60px;
}

.iczb-hostlv41 {
    background-position: 0 -80px;
}

.iczb-hostlv42 {
    background-position: -35px -80px;
}

.iczb-hostlv43 {
    background-position: -70px -80px;
}

.iczb-hostlv44 {
    background-position: -105px -80px;
}

.iczb-hostlv45 {
    background-position: -140px -80px;
}

.iczb-hostlv46 {
    background-position: -175px -80px;
}

.iczb-hostlv47 {
    background-position: -210px -80px;
}

.iczb-hostlv48 {
    background-position: -245px -80px;
}

.iczb-hostlv49 {
    background-position: -280px -80px;
}

.iczb-hostlv50 {
    background-position: -315px -80px;
}

.iczb-hostlv51 {
    background-position: 0 -100px;
}

.iczb-hostlv52 {
    background-position: -35px -100px;
}

.iczb-hostlv53 {
    background-position: -70px -100px;
}

.iczb-hostlv54 {
    background-position: -105px -100px;
}

.iczb-hostlv55 {
    background-position: -140px -100px;
}

.iczb-hostlv56 {
    background-position: -175px -100px;
}

.iczb-hostlv57 {
    background-position: -210px -100px;
}

.iczb-hostlv58 {
    background-position: -245px -100px;
}

.iczb-hostlv59 {
    background-position: -280px -100px;
}

.iczb-hostlv60 {
    background-position: -315px -100px;
}

.iczb-hostlv61 {
    background-position: 0 -120px;
}

.iczb-hostlv62 {
    background-position: -35px -120px;
}

.iczb-hostlv63 {
    background-position: -70px -120px;
}

.iczb-hostlv64 {
    background-position: -105px -120px;
}

.iczb-hostlv65 {
    background-position: -140px -120px;
}

.iczb-hostlv66 {
    background-position: -175px -120px;
}

.iczb-hostlv67 {
    background-position: -210px -120px;
}

.iczb-hostlv68 {
    background-position: -245px -120px;
}

.iczb-hostlv69 {
    background-position: -280px -120px;
}

.iczb-hostlv70 {
    background-position: -315px -120px;
}

.iczb-hostlv71 {
    background-position: 0 -140px;
}

.iczb-hostlv72 {
    background-position: -35px -140px;
}

.iczb-hostlv73 {
    background-position: -70px -140px;
}

.iczb-hostlv74 {
    background-position: -105px -140px;
}

.iczb-hostlv75 {
    background-position: -140px -140px;
}

.iczb-hostlv76 {
    background-position: -175px -140px;
}

.iczb-hostlv77 {
    background-position: -210px -140px;
}

.iczb-hostlv78 {
    background-position: -245px -140px;
}

.iczb-hostlv79 {
    background-position: -280px -140px;
}

.iczb-hostlv80 {
    background-position: -315px -140px;
}

.iczb-hostlv81 {
    background-position: 0 -159px;
}

.iczb-hostlv82 {
    background-position: -35px -159px;
}

.iczb-hostlv83 {
    background-position: -70px -159px;
}

.iczb-hostlv84 {
    background-position: -105px -159px;
}

.iczb-hostlv85 {
    background-position: -140px -159px;
}

.iczb-hostlv86 {
    background-position: -175px -159px;
}

.iczb-hostlv87 {
    background-position: -210px -159px;
}

.iczb-hostlv88 {
    background-position: -245px -159px;
}

.iczb-hostlv89 {
    background-position: -280px -159px;
}

.iczb-hostlv90 {
    background-position: -315px -159px;
}

.iczb-hostlv91 {
    background-position: 0 -178px;
}

.iczb-hostlv92 {
    background-position: -35px -178px;
}

.iczb-hostlv93 {
    background-position: -70px -178px;
}

.iczb-hostlv94 {
    background-position: -105px -178px;
}

.iczb-hostlv95 {
    background-position: -140px -178px;
}

.iczb-hostlv96 {
    background-position: -175px -178px;
}

.iczb-hostlv97 {
    background-position: -210px -178px;
}

.iczb-hostlv98 {
    background-position: -245px -178px;
}

.iczb-hostlv99 {
    background-position: -280px -178px;
}

.iczb-hostlv100 {
    background-position: -315px -178px;
}


/****** iczb-hostlv end ******/


/****** iczb-userlv:用户勋章 ******/

.iczb-userlv0 {
    background-position: 0 -196px;
}

.iczb-userlv1 {
    background-position: -35px -196px;
}

.iczb-userlv2 {
    background-position: -70px -196px;
}

.iczb-userlv3 {
    background-position: -105px -196px;
}

.iczb-userlv4 {
    background-position: -140px -196px;
}

.iczb-userlv5 {
    background-position: -175px -196px;
}

.iczb-userlv6 {
    background-position: -210px -196px;
}

.iczb-userlv7 {
    background-position: -245px -196px;
}

.iczb-userlv8 {
    background-position: -280px -196px;
}

.iczb-userlv9 {
    background-position: -315px -196px;
}

.iczb-userlv10 {
    background-position: 0 -216px;
}

.iczb-userlv11 {
    background-position: -35px -216px;
    ;
}

.iczb-userlv12 {
    background-position: -70px -216px;
    ;
}

.iczb-userlv13 {
    background-position: -105px -216px;
    ;
}

.iczb-userlv14 {
    background-position: -140px -216px;
    ;
}

.iczb-userlv15 {
    background-position: -175px -216px;
    ;
}

.iczb-userlv16 {
    background-position: -210px -216px;
    ;
}

.iczb-userlv17 {
    background-position: -245px -216px;
    ;
}

.iczb-userlv18 {
    background-position: -280px -216px;
    ;
}

.iczb-userlv19 {
    background-position: -315px -216px;
    ;
}

.iczb-userlv20 {
    background-position: 0 -235px;
}

.iczb-userlv21 {
    background-position: -35px -235px;
}

.iczb-userlv22 {
    background-position: -70px -235px;
}

.iczb-userlv23 {
    background-position: -105px -235px;
}

.iczb-userlv24 {
    background-position: -140px -235px;
}

.iczb-userlv25 {
    background-position: -175px -235px;
}

.iczb-userlv26 {
    background-position: -210px -235px;
}

.iczb-userlv27 {
    background-position: -245px -235px;
}

.iczb-userlv28 {
    background-position: -280px -235px;
}

.iczb-userlv29 {
    background-position: -315px -235px;
}

.iczb-userlv30 {
    background-position: 0 -254px;
}

.iczb-userlv31 {
    background-position: -35px -254px;
}

.iczb-userlv32 {
    background-position: -70px -254px;
}

.iczb-userlv33 {
    background-position: -105px -254px;
}

.iczb-userlv34 {
    background-position: -140px -254px;
}

.iczb-userlv35 {
    background-position: -175px -254px;
}

.iczb-userlv36 {
    background-position: -210px -254px;
}

.iczb-userlv37 {
    background-position: -245px -254px;
}

.iczb-userlv38 {
    background-position: -280px -254px;
}

.iczb-userlv39 {
    background-position: -315px -254px;
}

.iczb-userlv40 {
    background-position: 0 -272px;
}

.iczb-userlv41 {
    background-position: -35px -272px;
}

.iczb-userlv42 {
    background-position: -70px -272px;
}

.iczb-userlv43 {
    background-position: -105px -272px;
}

.iczb-userlv44 {
    background-position: -140px -272px;
}

.iczb-userlv45 {
    background-position: -175px -272px;
}

.iczb-userlv46 {
    background-position: -210px -272px;
}

.iczb-userlv47 {
    background-position: -245px -272px;
}

.iczb-userlv48 {
    background-position: -280px -272px;
}

.iczb-userlv49 {
    background-position: -315px -272px;
}

.iczb-userlv50 {
    background-position: 0 -290px;
}

.iczb-userlv51 {
    background-position: -35px -290px;
}

.iczb-userlv52 {
    background-position: -70px -290px;
}

.iczb-userlv53 {
    background-position: -105px -290px;
}

.iczb-userlv54 {
    background-position: -140px -290px;
}

.iczb-userlv55 {
    background-position: -175px -290px;
}

.iczb-userlv56 {
    background-position: -210px -290px;
}

.iczb-userlv57 {
    background-position: -245px -290px;
}

.iczb-userlv58 {
    background-position: -280px -290px;
}

.iczb-userlv59 {
    background-position: -315px -290px;
}

.iczb-userlv60 {
    background-position: 0 -308px;
}

.iczb-userlv61 {
    background-position: -35px -308px;
}

.iczb-userlv62 {
    background-position: -70px -308px;
}

.iczb-userlv63 {
    background-position: -105px -308px;
}

.iczb-userlv64 {
    background-position: -140px -308px;
}

.iczb-userlv65 {
    background-position: -175px -308px;
}

.iczb-userlv66 {
    background-position: -210px -308px;
}

.iczb-userlv67 {
    background-position: -245px -308px;
}

.iczb-userlv68 {
    background-position: -280px -308px;
}

.iczb-userlv69 {
    background-position: -315px -308px;
}

.iczb-userlv70 {
    background-position: 0 -326px;
}

.iczb-userlv71 {
    background-position: -35px -326px;
}

.iczb-userlv72 {
    background-position: -70px -326px;
}

.iczb-userlv73 {
    background-position: -105px -326px;
}

.iczb-userlv74 {
    background-position: -140px -326px;
}

.iczb-userlv75 {
    background-position: -175px -326px;
}

.iczb-userlv76 {
    background-position: -210px -326px;
}

.iczb-userlv77 {
    background-position: -245px -326px;
}

.iczb-userlv78 {
    background-position: -280px -326px;
}

.iczb-userlv79 {
    background-position: -315px -326px;
}

.iczb-userlv80 {
    background-position: 0 -344px;
}

.iczb-userlv81 {
    background-position: -35px -344px;
}

.iczb-userlv82 {
    background-position: -70px -344px;
}

.iczb-userlv83 {
    background-position: -105px -344px;
}

.iczb-userlv84 {
    background-position: -140px -344px;
}

.iczb-userlv85 {
    background-position: -175px -344px;
}

.iczb-userlv86 {
    background-position: -210px -344px;
}

.iczb-userlv87 {
    background-position: -245px -344px;
}

.iczb-userlv88 {
    background-position: -280px -344px;
}

.iczb-userlv89 {
    background-position: -315px -344px;
}

.iczb-userlv90 {
    background-position: 0 -362px;
}

.iczb-userlv91 {
    background-position: -35px -362px;
}

.iczb-userlv92 {
    background-position: -70px -362px;
}

.iczb-userlv93 {
    background-position: -105px -362px;
}

.iczb-userlv94 {
    background-position: -140px -362px;
}

.iczb-userlv95 {
    background-position: -175px -362px;
}

.iczb-userlv96 {
    background-position: -210px -362px;
}

.iczb-userlv97 {
    background-position: -245px -362px;
}

.iczb-userlv98 {
    background-position: -280px -362px;
}

.iczb-userlv99 {
    background-position: -315px -362px;
}

.iczb-userlv100 {
    background-position: 0 -380px;
}


/****** iczb-userlv end ******/


/****** iczb-hslv:主播头像 ******/

.iczb-hslv {
    width: 14px;
    height: 14px;
}

.iczb-hslv1 {
    background-position: -35px -380px;
}

.iczb-hslv2 {
    background-position: -51px -380px;
}

.iczb-hslv3 {
    background-position: -66px -380px;
}

.iczb-hslv4 {
    background-position: -82px -380px;
}

.iczb-hslv5 {
    background-position: -98px -380px;
}

.iczb-hslv6 {
    background-position: -115px -380px;
    ;
}


/****** iczb-hslv end ******/


/****** ico-phone:用户手机勋章 ******/

.ico-phone {
    width: 16px;
    height: 16px;
}

.ico-phone0 {
    background-position: 0 -398px;
}

.ico-phone1 {
    background-position: -21px -398px;
}

.ico-phone2 {
    background-position: -42px -398px;
}

.ico-phone3 {
    background-position: -64px -398px;
}

.ico-phone4 {
    background-position: -86px -398px;
}

.ico-phone5 {
    background-position: -107px -398px;
}

.ico-phone6 {
    background-position: -131px -398px;
}

.ico-phone7 {
    background-position: -153px -398px;
}


/****** ico-phone end ******/


/* 主播标签 */

.img-hostLabel {
    width: auto;
    height: 16px;
    margin-bottom: 2px;
}


/* 主播标签 end */


/****** ico-new ******/

.ico-new {
    width: 22px;
    height: 20px;
    background-position: -175px -398px;
}


/****** ico-new end ******/


/****** ico-best ******/

.ico-best {
    width: 20px;
    height: 20px;
    background-position: -202px -398px;
}


/****** ico-new end ******/


/* icon-userlv：用户头像 */

.icon-userlv {
    width: 14px;
    height: 14px;
}

.icon-userlv0 {
    background-position: -132px -380px;
}

.icon-userlv1 {
    background-position: -132px -380px;
}

.icon-userlv2 {
    background-position: -147px -380px;
}

.icon-userlv3 {
    background-position: -162px -380px;
}

.icon-userlv4 {
    background-position: -178px -380px;
}

.icon-userlv5 {
    background-position: -193px -380px;
}

.icon-userlv6 {
    background-position: -208px -380px;
}

.icon-userlv7 {
    background-position: -224px -380px;
}

.icon-userlv8 {
    background-position: -241px -380px;
}

.icon-userlv9 {
    background-position: -257px -380px;
}

.icon-userlv10 {
    background-position: -273px -380px;
}

.icon-userlv11 {
    background-position: -289px -380px;
}

.icon-userlv12 {
    background-position: -305px -380px;
}


/* icon-userlv end */


/* 守护勋章 */

.ico-defend {
    width: 18px;
    height: 18px;
}

.ico-defend.ico-defend0 {
    display: none;
}

.ico-defend1 {
    background-position: -225px -398px;
}

.ico-defend2 {
    background-position: -255px -398px;
}

.ico-defend3 {
    background-position: -285px -398px;
}

.ico-defend4 {
    background-position: -315px -398px;
}


/* 守护勋章 end */


/* 大额充值点亮用户图标 */


/* .user-lightlv{width: 38px;height: 21px;display: inline-block;margin-right: 5px;vertical-align: middle;background-repeat: no-repeat;background-position: 0 0;}
.user-lightlv0{background-image: url(../img/base/user-lightlv/lv0.gif);}
.user-lightlv1{background-image: url(../img/base/user-lightlv/lv1.gif);}
.user-lightlv2{background-image: url(../img/base/user-lightlv/lv2.gif);}
.user-lightlv3{background-image: url(../img/base/user-lightlv/lv3.gif);}
.user-lightlv4{background-image: url(../img/base/user-lightlv/lv4.gif);}
.user-lightlv5{background-image: url(../img/base/user-lightlv/lv5.gif);}
.user-lightlv6{background-image: url(../img/base/user-lightlv/lv6.gif);}
.user-lightlv7{background-image: url(../img/base/user-lightlv/lv7.gif);}
.user-lightlv8{background-image: url(../img/base/user-lightlv/lv8.gif);}
.user-lightlv9{background-image: url(../img/base/user-lightlv/lv9.gif);}
.user-lightlv10{background-image: url(../img/base/user-lightlv/lv10.gif);}
.user-lightlv11{background-image: url(../img/base/user-lightlv/lv11.gif);}
.user-lightlv12{background-image: url(../img/base/user-lightlv/lv12.gif);}
.user-lightlv13{background-image: url(../img/base/user-lightlv/lv13.gif);}
.user-lightlv14{background-image: url(../img/base/user-lightlv/lv14.gif);}
.user-lightlv15{background-image: url(../img/base/user-lightlv/lv15.gif);}
.user-lightlv16{background-image: url(../img/base/user-lightlv/lv16.gif);}
.user-lightlv17{background-image: url(../img/base/user-lightlv/lv17.gif);}
.user-lightlv18{background-image: url(../img/base/user-lightlv/lv18.gif);}
.user-lightlv19{background-image: url(../img/base/user-lightlv/lv19.gif);}
.user-lightlv20{background-image: url(../img/base/user-lightlv/lv20.gif);}
.user-lightlv21{background-image: url(../img/base/user-lightlv/lv21.gif);}
.user-lightlv22{background-image: url(../img/base/user-lightlv/lv22.gif);}
.user-lightlv23{background-image: url(../img/base/user-lightlv/lv23.gif);}
.user-lightlv24{background-image: url(../img/base/user-lightlv/lv24.gif);}
.user-lightlv25{background-image: url(../img/base/user-lightlv/lv25.gif);}
.user-lightlv26{background-image: url(../img/base/user-lightlv/lv26.gif);}
.user-lightlv27{background-image: url(../img/base/user-lightlv/lv27.gif);}
.user-lightlv28{background-image: url(../img/base/user-lightlv/lv28.gif);}
.user-lightlv29{background-image: url(../img/base/user-lightlv/lv29.gif);}
.user-lightlv30{background-image: url(../img/base/user-lightlv/lv30.gif);}
.user-lightlv31{background-image: url(../img/base/user-lightlv/lv31.gif);}
.user-lightlv32{background-image: url(../img/base/user-lightlv/lv32.gif);}
.user-lightlv33{background-image: url(../img/base/user-lightlv/lv33.gif);}
.user-lightlv34{background-image: url(../img/base/user-lightlv/lv34.gif);}
.user-lightlv35{background-image: url(../img/base/user-lightlv/lv35.gif);} */


/* 大额充值点亮用户图标 end */


/* 活动live直播中icon */

.ico_live,
.actico_live {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 3px;
}

.ico_live,
.actico_live {
    -webkit-animation: live 1s steps(7) infinite;
    animation: live 1s steps(7) infinite;
}

@-webkit-keyframes live {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -91px;
    }
}

@keyframes live {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -91px;
    }
}


/* 活动live直播中icon end */


/* PK连麦图标 */

.ico-pk,
.ico-mai {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.ico-pk {}

.ico-mai {}


/* PK连麦图标 end */


/* 等级图标img */

img.iczb-hostlv {
    background: none;
}

.img_icon {
    display: inline-block;
    margin-right: 5px;
    height: 18px!important;
    width: auto!important;
    vertical-align: middle;
}

.img_icon[alt="keep_medal"],
.ico-defend {
    cursor: pointer;
}


/* 等级图标img end */


/************* mini live *************/


/* .ico-livemini { background-image: url(../img/base/spr-base.png); background-repeat: no-repeat; }
.ico-livemini     { display: inline-block; width: 19px; height: 11px; }
.ico-livemini-on  { background-position: 0 0; }
.ico-livemini-off { background-position: 0 -13px; } */


/************* mini live end *************/


/* 性别 */

.icon_sex {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px;
    width: 12px;
    height: 12px;
}

.icon_sex.male {
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.icon_sex.female {
    background-position: -20px 0px;
    background-repeat: no-repeat;
}


/* 休息中 */

.ico-reset {
    width: 58px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background: #000000;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
}


/* 适配 代码始终放在最前面*/


/* 变量注释：
hoverColor: 文字hover颜色
activeColor：文字点击颜色
mediaWidth：页面主体适配宽度 */

.media_wp {
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .media_wp {
        width: 980px;
    }
}

@media screen and (min-width: 1281px) {
    .media_wp {
        width: 1100px;
    }
}


/* 适配 end */


/* 变量注释：
anchorMargin: 主播封面的margin间距
infoHeight: 封面信息live_info的高度
videoMargin: 首屏直播封面之间的margin间距 */

body {
    background: #F1F3F8;
}


/* 列表-公用 */


/* icon */

.hov_play i {
    background-position: -194px 0px;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
}

.visitor:before {
    background-position: -236px -62px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.hot .visitor:before {
    background-position: -236px -80px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.news_list_more {
    background-position: -194px -62px;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.charts .anchor_item .rank_num {
    background-position: -194px -104px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.charts .anchor_item:nth-child(1) .rank_num {
    background-position: 0px -148px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.charts .anchor_item:nth-child(2) .rank_num {
    background-position: -32px -148px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.charts .anchor_item:nth-child(3) .rank_num {
    background-position: -64px -148px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}



.news_empty_icon {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 186px;
    height: 140px;
}

.header {
    margin-bottom: 0;
}

.anchor_list {
    font-size: 0;
    width: calc(100% + 20px + 10px);
}

.anchor_item {
    font-size: 12px;
    width: 180px;
    height: 230px;
    width: calc((980px - 20px*4)/5);
    height: calc((980px - 20px*4)/5 + 50px);
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
    .anchor_item {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .anchor_item {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .anchor_item {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .anchor_item {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .anchor_item {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .anchor_item {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .anchor_item {
        width: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .anchor_item {
        width: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .anchor_item {
        width: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .anchor_item {
        width: calc((1100px - 20px*4)/5);
    }
}

.live_item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.poster {
    width: 100%;
    height: 180px;
    height: calc((980px - 20px*4)/5);
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .poster {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .poster {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .poster {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .poster {
        height: calc((1100px - 20px*4)/5);
    }
}

.live_mask {
    width: 100%;
    height: 180px;
    height: calc((980px - 20px*4)/5);
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .live_mask {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .live_mask {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .live_mask {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .live_mask {
        height: calc((1100px - 20px*4)/5);
    }
}

.hov_play {
    width: 100%;
    height: 180px;
    height: calc((980px - 20px*4)/5);
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .hov_play {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .hov_play {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .hov_play {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .hov_play {
        height: calc((1100px - 20px*4)/5);
    }
}

.poster {
    background-size: cover;
}

.poster>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.act_tagwp {
    position: absolute;
    left: 0;
    top: 0;
}

.act_tagwp .img-hostLabel {
    margin-bottom: 5px;
    height: 25px;
}

.live_info {
    border-radius: 6px;
    background: #FFFFFF;
    padding: 6px 8px;
    box-sizing: border-box;
    height: 50px;
    z-index: 1;
}

.live_anchor_tit {
    height: 20px;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.live_it_info {
    position: relative;
    color: #9B9B9B
}

.live_it_info .name,
.live_it_info .visitor {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.live_it_info .name {
    width: 94px;
    margin-right: 10px;
}

.live_it_info .visitor {
    width: 80px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.live_it_info .visitor:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.live_mask,
.hov_play {
    position: absolute;
    top: 0;
    left: 0;
}

.live_mask {
    box-sizing: border-box;
    border: 2px solid #FF5A6A;
    background: transparent;
    display: none;
}

.hov_play {
    background: #000000;
    background: rgba(0, 0, 0, .2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition: opacity .2s;
}

.hov_play>i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.anchor_item.cur .live_mask {
    display: block;
}

.anchor_item:hover {
    box-shadow: 0 2px 13px rgba(217, 75, 115, .28);
}

.anchor_item:hover .hov_play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.section h3 {
    padding-top: 50px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    position: relative
}

.section h3:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 19px;
    border-radius: 6px;
    margin-right: 6px;
    background: #FF5A6A;
    background: -webkit-gradient(linear, left top, left bottom, from(#FA60C5), to(#FF5A6A));
    background: linear-gradient(-180deg, #FA60C5 0%, #FF5A6A 100%);
}

.section h3 .rechall_more {
    font-size: 13px;
    color: #222222;
    position: absolute;
    right: 0;
    bottom: 0
}

.section h3 .rechall_more:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}

.section h3 .rechall_more:hover {
    color: #FF5A6C;
}

.section h3 .rechall_more:active {
    color: #E8002D;
}

.anchor_classify {
    display: inline-block;
    margin-left: 25px;
    line-height: 1;
    font-size: 0;
}

.anchor_classify li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 6px;
    font-size: 15px;
    color: #222222;
    cursor: pointer
}

.anchor_classify li:hover {
    color: #FF5A6C
}

.anchor_classify li:active {
    color: #E8002D
}

.anchor_classify li.cur {
    font-weight: bold;
    color: #FF5A6A;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#FA60C5), to(#FF5A6A));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}


/* 列表-公用 end */


/* 首屏 */

.is_volume {
    background-position: -158px -92px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.is_volume:hover {
    background-position: -134px -92px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.is_muted {
    background-position: 0px -134px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.is_muted:hover {
    background-position: -24px -134px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.is_paused {
    background-position: -90px -134px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.is_paused:hover {
    background-position: -69px -134px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.is_playing {
    background-position: -48px -134px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.is_playing:hover {
    background-position: -111px -134px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
}

.video_pause i {
    background-position: 0px -72px;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
}

.video_pause i:hover {
    background-position: -62px -72px;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
}

.video_play i {
    background-position: -134px 0px;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
}

.video_play i:hover {
    background-position: -72px 0px;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
}

.video_rest_txt2:before {
    background-position: -164px -62px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.video_rest_txt2:hover:before {
    background-position: -134px -62px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.video_auto_icon {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
}

.above_of_fold {
    position: relative;
    background: #2F2F2F;
    padding: 26px 0 24px;
    height: 400px;
    height: calc((980px*9 - 5px*50)/66*3 + 5px*2);
}

.above_of_fold .banner_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center
}

.above_of_fold .banner_bg.noCursor {
    cursor: default;
}

.above_of_fold .media_wp {
    position: relative;
    height: 100%;
    padding-right: calc((980px*9 - 5px*50)/66*2 + 5px*2);
}

@media only screen and (max-width: 1280px) {
    .above_of_fold .media_wp {
        padding-right: calc((980px*9 - 5px*50)/66*2 + 5px*2);
    }
}

@media screen and (min-width: 1281px) {
    .above_of_fold .media_wp {
        padding-right: calc((1100px*9 - 5px*50)/66*2 + 5px*2);
    }
}

@media only screen and (max-width: 1280px) {
    .above_of_fold .media_wp {
        padding-right: calc((980px*9 - 5px*50)/66*2 + 5px*2);
    }
}

@media screen and (min-width: 1281px) {
    .above_of_fold .media_wp {
        padding-right: calc((1100px*9 - 5px*50)/66*2 + 5px*2);
    }
}

@media only screen and (max-width: 1280px) {
    .above_of_fold {
        height: calc((980px*9 - 5px*50)/66*3 + 5px*2);
    }
}

@media screen and (min-width: 1281px) {
    .above_of_fold {
        height: calc((1100px*9 - 5px*50)/66*3 + 5px*2);
    }
}

@media only screen and (max-width: 1280px) {
    .above_of_fold {
        height: calc((980px*9 - 5px*50)/66*3 + 5px*2);
    }
}

@media screen and (min-width: 1281px) {
    .above_of_fold {
        height: calc((1100px*9 - 5px*50)/66*3 + 5px*2);
    }
}

.above_right {
    position: absolute;
    right: 0;
    top: 0;
    width: calc((980px*9 - 5px*50)/66*2 + 5px*2 + 1px);
}

.above_right .act_tagwp .img-hostLabel {
    height: 22px;
}

@media only screen and (max-width: 1280px) {
    .above_right {
        width: calc((980px*9 - 5px*50)/66*2 + 5px*2 + 1px);
    }
}

@media screen and (min-width: 1281px) {
    .above_right {
        width: calc((1100px*9 - 5px*50)/66*2 + 5px*2 + 1px);
    }
}

@media only screen and (max-width: 1280px) {
    .above_right {
        width: calc((980px*9 - 5px*50)/66*2 + 5px*2 + 1px);
    }
}

@media screen and (min-width: 1281px) {
    .above_right {
        width: calc((1100px*9 - 5px*50)/66*2 + 5px*2 + 1px);
    }
}


/* 视频 */

.above_video_wp {
    width: 710px;
    width: calc(((980px*9 - 5px*50)/66*3 + 5px*2)*16/9);
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .above_video_wp {
        width: calc(((980px*9 - 5px*50)/66*3 + 5px*2)*16/9);
    }
}

@media screen and (min-width: 1281px) {
    .above_video_wp {
        width: calc(((1100px*9 - 5px*50)/66*3 + 5px*2)*16/9);
    }
}

@media only screen and (max-width: 1280px) {
    .above_video_wp {
        width: calc(((980px*9 - 5px*50)/66*3 + 5px*2)*16/9);
    }
}

@media screen and (min-width: 1281px) {
    .above_video_wp {
        width: calc(((1100px*9 - 5px*50)/66*3 + 5px*2)*16/9);
    }
}

.h5_video_container,
.h5_video_poster {
    position: absolute;
    width: 100%;
    height: 100%;
}

.h5_video_container {
    color: #FFFFFF;
}

.h5_video_poster>img {
    width: 100%;
    height: 100%;
    /* opacity: .16; */
    -o-object-fit: cover;
    object-fit: cover;
    /* -webkit-filter: blur(50px);
            filter: blur(50px); */
}

.h5_video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h5_controlbar_container {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    left: 0;
    bottom: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 2;
}

.h5_play_btn,
.h5_volume_btn,
.h5_volume_con {
    display: inline-block;
    vertical-align: middle;
}

.h5_play_btn {
    margin-right: 20px;
}

.h5_volume_progress {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 3px;
    background: #6B6B6B;
    border-radius: 3px;
    position: relative;
    margin: -2px 4px 0;
    cursor: pointer;
}

.h5_volume_progress_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #e91970;
}

.h5_volume_progress_btn {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid #FF2C55;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #fff;
}

.h5_video_entryromm {
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #FF5A6A;
    background: #000000;
    background: rgba(0, 0, 0, 0.40);
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -105px;
    display: none;
    transition: .2s
}

.h5_video_entryromm:hover {
    background: #FF5A6A;
    background: -webkit-gradient(linear, left top, right top, from(#FA60C5), to(#FF5A6A));
    background: linear-gradient(90deg, #FA60C5 0%, #FF5A6A 100%);
}

.h5_video_entryromm_s {
    width: 88px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}


/* 暂停 */

.video_pause_play,
.video_rest_wp,
.video_loading,
.video_auto_tips,
.flash_down {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video_pause_play {
    background: #000000;
    background: rgba(0, 0, 0, .25);
}

.video_pause_play>i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}


/* 主播休息 */

.video_loading_img {
    height: 100%;
}

.video_loading_img>img {
    height: 100%;
}

.video_rest_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}

.video_rest_txt1 {
    font-size: 26px;
    margin-bottom: 10px;
}

.video_rest_txt2 {
    font-size: 13px;
    cursor: pointer
}

.video_rest_txt2:hover {
    color: #FF5A6C;
}

.video_rest_txt2:active {
    color: #E8002D;
}

.video_rest_txt2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}


/* 视频加载 */

.video_loading_icon {
    display: block;
    width: 39px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -19px;
    background: url(/homepage/dist/img/spr_loading.png?958cc78d55514f70308bf3817c278396) 0 0;
    -webkit-animation: ani_loading .5s steps(6) infinite;
    animation: ani_loading .5s steps(6) infinite;
}

@-webkit-keyframes ani_loading {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -234px 0;
    }
}

@keyframes ani_loading {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -234px 0;
    }
}


/* 无法自动播放提示 */

.video_auto_tips {
    background: #000000;
    background: rgba(0, 0, 0, .6);
}

.video_auto_con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 18px;
}


/* .video_auto_con em{
    color: #FF2C55;
} */

.video_auto_icon {
    display: block;
    margin: 0 auto 10px;
}

.video_auto_btn {
    display: block;
    margin: 30px auto 0;
    width: 165px;
    height: 54px;
    line-height: 52px;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #FF5A6A;
    background: #000000;
    background: rgba(0, 0, 0, 0.40);
    transition: background .2s
}

.video_auto_btn:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.60);
}


/* 下载flash */

.flash_down {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #191c1f;
    color: #fff;
    text-align: center;
}

.flash_down p {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.flash_down p a {
    color: #ff0000;
}


/* 视频 end */


/* 首屏 end */


/* 首屏和热门推荐主播特殊处理 */

.above_right .anchor_list {
    width: 100%;
    box-sizing: border-box;
}

.above_right .anchor_item {
    /* width: calc( 3 * (var(--mediaWidth) - var(--aboveRight)) / 16 - (10px / 3) );
        height: calc( 3 * (var(--mediaWidth) - var(--aboveRight)) / 16 - (10px / 3) ); */
    width: 130px;
    height: 130px;
    width: calc((980px*9 - 5px*50)/66);
    height: calc((980px*9 - 5px*50)/66);
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 0;
}

@media only screen and (max-width: 1280px) {
    .above_right .anchor_item {
        height: calc((980px*9 - 5px*50)/66);
    }
}

@media screen and (min-width: 1281px) {
    .above_right .anchor_item {
        height: calc((1100px*9 - 5px*50)/66);
    }
}

@media only screen and (max-width: 1280px) {
    .above_right .anchor_item {
        height: calc((980px*9 - 5px*50)/66);
    }
}

@media screen and (min-width: 1281px) {
    .above_right .anchor_item {
        height: calc((1100px*9 - 5px*50)/66);
    }
}

@media only screen and (max-width: 1280px) {
    .above_right .anchor_item {
        width: calc((980px*9 - 5px*50)/66);
    }
}

@media screen and (min-width: 1281px) {
    .above_right .anchor_item {
        width: calc((1100px*9 - 5px*50)/66);
    }
}

@media only screen and (max-width: 1280px) {
    .above_right .anchor_item {
        width: calc((980px*9 - 5px*50)/66);
    }
}

@media screen and (min-width: 1281px) {
    .above_right .anchor_item {
        width: calc((1100px*9 - 5px*50)/66);
    }
}

.above_right .live_it_info {
    font-size: 13px;
    color: #ffffff;
}

.hot .live_anchor_tit {
    color: #ffffff;
}

.hot .live_it_info {
    color: #E5E5E5;
}

.above_right .poster,
.above_right .live_mask,
.above_right .hov_play,
.hot .poster,
.hot .live_mask,
.hot .hov_play {
    height: 100%;
    border-radius: 6px;
}

.above_right .live_info,
.hot .live_info {
    padding-top: 18px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #12131e;
    background: rgba(18, 19, 30, 0.1);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 19, 30, 0.47)), to(rgba(18, 19, 30, 0.00)));
    background: linear-gradient(0deg, rgba(18, 19, 30, 0.47) 0%, rgba(18, 19, 30, 0.00) 100%);
}

.above_right .anchor_item.cur,
.above_right .anchor_item:hover,
.hot .anchor_item.cur,
.hot .anchor_item:hover {
    box-shadow: none;
}

.above_right .anchor_item.cur .live_info,
.above_right .anchor_item:hover .live_info,
.hot .anchor_item.cur .live_info,
.hot .anchor_item:hover .live_info {
    background: #fa60c5;
    background: rgba(250, 96, 197, 0.056);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 96, 197, 0.056)), to(rgba(255, 90, 106, 0.8)));
    background: linear-gradient(-180deg, rgba(250, 96, 197, 0.056) 0%, rgba(255, 90, 106, 0.8) 100%);
}


/* 首屏和热门推荐主播特殊处理 end */


/* 热门推荐 */

.section.hot {
    margin-bottom: -20px;
}

.section.hot h3 {
    text-align: center;
    padding-top: 28px;
    margin-bottom: 28px;
    font-size: 30px
}

.section.hot h3:before,
.section.hot h3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 19px;
    height: 2px;
    background: #000000;
}

.section.hot .anchor_item {
    height: calc((980px - 20px*4)/5);
}

@media only screen and (max-width: 1280px) {
    .section.hot .anchor_item {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .section.hot .anchor_item {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .section.hot .anchor_item {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .section.hot .anchor_item {
        height: calc((1100px - 20px*4)/5);
    }
}

.section.hot .live_info {
    height: 60px;
}


/* 热门推荐 end */


/* 新闻公告 */

.slider {
    position: relative;
    height: calc(980px*130/980);
    border-radius: 6px;
}

@media only screen and (max-width: 1280px) {
    .slider {
        height: calc(980px*130/980);
    }
}

@media screen and (min-width: 1281px) {
    .slider {
        height: calc(1100px*130/980);
    }
}

.slider_window {
    position: relative;
    height: calc(980px*130/980);
    border-radius: 6px;
}

@media only screen and (max-width: 1280px) {
    .slider_window {
        height: calc(980px*130/980);
    }
}

@media screen and (min-width: 1281px) {
    .slider_window {
        height: calc(1100px*130/980);
    }
}

.slider {
    width: 980px;
    border-radius: 6px;
    position: relative;
    background: #FF76B3;
    position: relative
}

.slider:before {
    content: "\5C0F\7F16\6B63\5728\8D76\6765";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.slider.hasCon {
    background: transparent
}

.slider.hasCon:before {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .slider {
        width: 980px;
    }
}

@media screen and (min-width: 1281px) {
    .slider {
        width: 1100px;
    }
}

.slider_window {
    overflow: hidden;
}

.slider_container {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    height: 100%;
}

.slider_container li {
    float: left;
    height: 100%;
    width: 980px;
}

.slider_container li a,
.slider_container li img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider_container li img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1280px) {
    .slider_container li {
        width: 980px;
    }
}

@media screen and (min-width: 1281px) {
    .slider_container li {
        width: 1100px;
    }
}

.slider_dots {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.slider_dots li {
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff
}

.slider_dots li.cur {
    background: #FF5A6A;
    background: -webkit-gradient(linear, left top, right top, from(#FA60C5), to(#FF5A6A));
    background: linear-gradient(90deg, #FA60C5 0%, #FF5A6A 100%);
}


/* .slider_direction{
    display: none;
}
.hover:hover .slider_direction{
    display: block;
} */

.slider_direction li {
    position: absolute;
    width: 24px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    background: #000000;
    background: rgba(0, 0, 0, .4);
    cursor: pointer
}

.slider_direction li.slider_left {
    left: 0;
    border-radius: 0 24px 24px 0;
}

.slider_direction li.slider_right {
    right: 0;
    border-radius: 24px 0 0 24px;
}

.slider_direction li:hover {
    background: #fd5d92;
    background: rgba(253, 93, 146, .8)
}

.slider_direction li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-right-width: 0;
    border-bottom-width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
}

.slider_direction li.slider_left:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slider_direction li.slider_right:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.news_part1 .slider_dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.news_part2 {
    margin-top: 10px;
    padding: 12px 0 14px 12px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 0px;
}

.news_part2 .slider {
    width: 356px;
}

.news_part2 .slider,
.news_part2 .slider_window {
    height: 188px;
}

.news_part2 .slider_window {
    position: relative;
}

.news_part2 .slider_container li {
    width: 356px;
}

.news_part2 .slider_dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.news_part2-1,
.news_part2-2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
}

.news_part2-1 {
    width: 568px;
    margin-right: 24px;
}

.news_pic_list {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.news_pic_list li {
    width: 200px;
    height: 88px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    right: 0
}

.news_pic_list li:nth-child(1) {
    top: 0;
    background: #FF76B3;
}

.news_pic_list li:nth-child(2) {
    bottom: 0;
    background: #FE5B7A;
}

.news_pic_list li:before {
    content: "\5C0F\7F16\6B63\5728\8D76\6765";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.news_pic_list li a,
.news_pic_list li img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.news_pic_list li img {
    -o-object-fit: cover;
    object-fit: cover;
}

.news_pic_list li a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    z-index: 1;
    background: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: .2;
}

.news_part2-2 {
    width: calc(980px - 606px);
}

@media only screen and (max-width: 1280px) {
    .news_part2-2 {
        width: calc(980px - 606px);
    }
}

@media screen and (min-width: 1281px) {
    .news_part2-2 {
        width: calc(1100px - 606px);
    }
}

.news_list_wp h4 {
    font-size: 20px;
    margin-bottom: 18px;
    text-align: center
}

.news_list_wp h4 a:hover {
    color: #FF5A6C;
}

.news_list_wp h4 a:active {
    color: #E8002D;
}

.news_item {
    line-height: 20px;
    font-size: 14px;
    padding-right: 90px;
    margin-bottom: 8px;
    position: relative;
}

.news_item a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news_item a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #ff2c55;
    background: rgba(255, 44, 85, .6);
    margin-top: -2px;
    margin-right: 2px;
}

.news_item a:hover {
    color: #FF5A6C;
}

.news_item a:active {
    color: #E8002D;
}

.news_item .news_item_txt {
    color: #9B9B9B;
}

.news_item .news_iten_time {
    position: absolute;
    right: 20px;
    ;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    color: #9B9B9B;
}

.news_list_more {
    position: absolute;
    right: -2px;
    top: -12px;
}

.news_list_empty {
    padding-top: 15px;
    color: #9B9B9B;
    text-align: center;
}

.news_empty_icon {
    display: block;
    margin: 0 auto 8px;
    border: 1px dotted currentColor;
    border-radius: 6px;
}


/* 新闻公告 end */


/* 可配置模板 */

.config .anchor_item:first-child,
.charts .anchor_item:first-child {
    width: calc((980px - 20px*4)/5*2 + 20px);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child,
    .charts .anchor_item:first-child {
        width: calc((980px - 20px*4)/5*2 + 20px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child,
    .charts .anchor_item:first-child {
        width: calc((1100px - 20px*4)/5*2 + 20px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child,
    .charts .anchor_item:first-child {
        width: calc((980px - 20px*4)/5*2 + 20px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child,
    .charts .anchor_item:first-child {
        width: calc((1100px - 20px*4)/5*2 + 20px);
    }
}

.config .anchor_item:first-child {
    float: left;
    height: calc((980px - 20px*4)/5*2 + 20px + 50px*2);
}

.config .anchor_item:first-child .poster {
    height: calc((980px - 20px*4)/5*2 + 20px + 50px);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .poster {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .poster {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .poster {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .poster {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .poster {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .poster {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

.config .anchor_item:first-child .live_mask {
    height: calc((980px - 20px*4)/5*2 + 20px + 50px);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .live_mask {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .live_mask {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .live_mask {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .live_mask {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .live_mask {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .live_mask {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

.config .anchor_item:first-child .hov_play {
    height: calc((980px - 20px*4)/5*2 + 20px + 50px);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .hov_play {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .hov_play {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .hov_play {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .hov_play {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child .hov_play {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child .hov_play {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px*2);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px*2);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px*2);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px*2);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item:first-child {
        height: calc((980px - 20px*4)/5*2 + 20px + 50px*2);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item:first-child {
        height: calc((1100px - 20px*4)/5*2 + 20px + 50px*2);
    }
}

.config .anchor_item {
    height: calc((980px - 20px*4)/5 + 50px);
}

.config .anchor_item .poster {
    height: calc((980px - 20px*4)/5);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item .poster {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item .poster {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item .poster {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item .poster {
        height: calc((1100px - 20px*4)/5);
    }
}

.config .anchor_item .live_mask {
    height: calc((980px - 20px*4)/5);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item .live_mask {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item .live_mask {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item .live_mask {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item .live_mask {
        height: calc((1100px - 20px*4)/5);
    }
}

.config .anchor_item .hov_play {
    height: calc((980px - 20px*4)/5);
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item .hov_play {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item .hov_play {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item .hov_play {
        height: calc((980px - 20px*4)/5);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item .hov_play {
        height: calc((1100px - 20px*4)/5);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .config .anchor_item {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .config .anchor_item {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}


/* 可配置模板 end */


/* 主播排行榜 */

.charts .anchor_item:first-child {
    height: calc((980px - 20px*4)/5 + 50px);
}

.charts .anchor_item:first-child .poster,
.charts .anchor_item:first-child .hov_play {
    height: 100%;
}

.charts .anchor_item:first-child .poster {
    border-radius: 6px;
    overflow: hidden
}

.charts .anchor_item:first-child .poster:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.charts .anchor_item:first-child .poster>img {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.charts .anchor_item:first-child:hover .hov_play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.charts .anchor_item:first-child .poster_circle {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -76px;
    left: 20px;
    z-index: 1;
}

.charts .anchor_item:first-child .poster_circle>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

.charts .anchor_item:first-child .poster_circle:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.charts .anchor_item:first-child .live_info {
    height: auto;
    position: absolute;
    left: 194px;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
}

.charts .anchor_item:first-child .live_anchor_tit,
.charts .anchor_item:first-child .live_it_info {
    color: #ffffff;
}

.charts .anchor_item:first-child .live_anchor_tit {
    font-size: 20px;
    height: auto;
}

@media only screen and (max-width: 1280px) {
    .charts .anchor_item:first-child {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .charts .anchor_item:first-child {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .charts .anchor_item:first-child {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .charts .anchor_item:first-child {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

@media only screen and (max-width: 1280px) {
    .charts .anchor_item:first-child {
        height: calc((980px - 20px*4)/5 + 50px);
    }
}

@media screen and (min-width: 1281px) {
    .charts .anchor_item:first-child {
        height: calc((1100px - 20px*4)/5 + 50px);
    }
}

.charts .live_info {
    padding-top: 16px;
    padding-bottom: 15px;
}

.charts .rank_num {
    position: absolute;
    left: 10px;
    top: 4px;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    text-indent: -2px;
    z-index: 2;
}

.charts .anchor_item:nth-child(1) .rank_num,
.charts .anchor_item:nth-child(2) .rank_num,
.charts .anchor_item:nth-child(3) .rank_num {
    text-indent: -9999em;
    overflow: hidden;
}


/* 主播排行榜 end */


/* 侧边栏 */

.stickyitem_downapp:before {
    background-image: url(/homepage/dist/img/spr_side.png?5b4a9995f46364c95a1d22384c79825d);
    background-position: 0px -68px;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
}

.stickyitem_service:before {
    background-image: url(/homepage/dist/img/spr_side.png?5b4a9995f46364c95a1d22384c79825d);
    background-position: -91px 0px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.downapp_pop_img:before {
    background-image: url(/homepage/dist/img/spr_side.png?5b4a9995f46364c95a1d22384c79825d);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 83px;
    height: 60px;
}

.sticky_side {
    position: fixed;
    right: 0;
    bottom: 34%;
    width: 65px;
    z-index: 100;
    height: 168px;
}

.stickyitem {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    margin: 10px auto;
    background: #bcbcbc;
    font-size: 14px;
    color: #ffffff;
    transition: background .2s
}

.stickyitem:hover {
    background: #ff2c55;
}

.stickyitem:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* 回到顶部 */

.stickyitem_totop {
    height: 32px
}

.stickyitem_totop:before {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}


/* 客服 */

.stickyitem_service {
    height: 48px
}

.stickyitem_service:hover:before {
    content: "\5BA2\670D\54A8\8BE2";
    background: none;
    width: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}


/* 下载 */

.stickyitem_downapp:hover:before {
    content: "APP\4E0B\8F7D";
    display: block;
    cursor: default;
    background: none;
    width: 30px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

.stickyitem_downapp:hover .downapp_pop_wp {
    display: block;
}

.downapp_pop_wp {
    display: none;
    position: absolute;
    right: 40px;
    top: -17px;
    padding-right: 20px;
}

.downapp_pop {
    position: relative;
    width: 148px;
    height: 212px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px 6px 16px;
    background: #ff2c55
}

.downapp_pop:before,
.downapp_pop:after {
    content: '';
    position: absolute;
    top: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
}

.downapp_pop:before {
    right: -10px;
    border-color: transparent transparent transparent transparent;
}

.downapp_pop:after {
    right: -10px;
    border-color: transparent transparent transparent #ff2c55;
}

.downapp_pop_img {
    cursor: pointer;
    height: 190px;
    border-radius: 4px;
    background: #ffffff
}

.downapp_pop_img:before {
    content: "";
    position: absolute;
    top: -54px;
    left: 30px;
    z-index: 1;
}

.downapp_pop_img img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.downapp_pop_tex {
    margin-top: 0;
    text-align: center;
    color: #525252;
    font-size: 12px;
}

.down_tex {
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 2px auto 0;
    font-size: 14px;
    display: block;
    background: #ff2c55;
}

.stickyitem_downapp:hover .downapp_pop {
    -webkit-animation: downappZoomOut .3s ease-in-out both;
    animation: downappZoomOut .3s ease-in-out both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 100% 5%;
    transform-origin: 100% 5%;
}

.app_download_box {
//    background-image: url(/homepage/dist/img/spr_download.png?597becf5d75ed1b8193292ab6b98bef8);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 140px;
    height: 180px;
    position: absolute;
    box-sizing: border-box;
    padding-top: 34px;
    left: 63px;
    bottom: 75px;
}

.app_download_code {
 //   background-image: url(/homepage/dist/img/spr_download.png?597becf5d75ed1b8193292ab6b98bef8);
    background-position: -148px 0px;
    background-repeat: no-repeat;
    width: 105px;
    height: 105px;
    margin: 0 auto;
}

.app_download_close {
    display: block;
    position: absolute;
    right: 1px;
    cursor: pointer;
    top: 10px;
//    background-image: url(/homepage/dist/img/spr_download.png?597becf5d75ed1b8193292ab6b98bef8);
    background-position: -148px -113px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.app_download_txt {
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 1.3;
    padding-top: 4px;
}

.app_download_txt02 {
    font-size: 13px;
    color: #ffebc8;
}

@-webkit-keyframes downappZoomOut {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes downappZoomOut {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* 侧边栏 end */