/* 个人中心 */

#ent_focus a,
#wechat_focus,
#has_focus {
  background: linear-gradient(270deg, #006CFF 0%, #00A5FF 100%);
  color: #fff;
}

/*微赞蓝*/
.vzanblue .new-nav a i.mineLive {
  background: url(../images/vzan-bule-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.vzanblue .new-nav a p.mine-words {
  color: #0084ff;
}
/*科技蓝*/
.technologyblue .new-nav a i.mineLive {
  background: url(../images/technology-bule-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.technologyblue .new-nav a p.mine-words {
  color: #4f87fc;
}
/*喜庆红*/
.annualmetting .new-nav a i.mineLive {
  background: url(../images/red-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.annualmetting .new-nav a p.mine-words {
  color: #d21f2b;
}
/*玫瑰粉*/
.ebusinesspink .new-nav a i.mineLive {
  background: url(../images/pink-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
/*时尚金*/
.fashiongold .new-nav a i.mineLive {
  background: url(../images/golden-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.fashiongold .new-nav a p.mine-words {
  color: #ebd499;
}
.fashiongold .condition-container .data-noMore {
  color: #ebd499;
}
/*商务蓝*/
.businessblue .new-nav a i.mineLive {
  background: url(../images/technology-bule-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.businessblue .pic-video-tab label{
	color: #fff;
  }
.businessblue .pic-video-tab label.on{
	color: #0084ff;
  }
.businessblue .new-nav a p.mine-words {
  color: #4f87fc;
}
/*潮流橙*/
.trendorange .new-nav a i.mineLive {
  background: url(../images/orange-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.trendorange .new-nav a p.mine-words {
  color: #FF5902;
}
/*时尚绿*/
.fashiongreen .new-nav a i.mineLive {
  background: url(../images/fashion-green-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.fashiongreen .new-nav a p.mine-words {
  color: #3dc060;
}
/*清新绿*/
.freshgreen .new-nav a i.mineLive {
  background: url(../images/fresh-green-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.freshgreen .new-nav a p.mine-words {
  color: #6bb519;
}

/* 横屏话题页*/

/* 微赞蓝 */
/* .vzanblue  .live-qiye-nav li.on a{
    color:#0084ff;
    border-bottom:2px solid #0084ff;
} */
.vzanblue .live-qiye-nav li.on a:after {
  /* background: #0084ff; */
  background: #006CFF;
}
.vzanblue #ent_focus a,
.vzanblue #wechat_focus,
.vzanblue #has_focus {
  background: linear-gradient(270deg, #006CFF 0%, #00A5FF 100%);
  color: #fff;
}
.vzanblue .ql_timer dl dd {
  background-color: #0084ff;
}
.vzanblue .next_presets {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.vzanblue .list-nav ul li {
  color: #0084ff;
}
.vzanblue .list-nav ul li.on {
  background: #0084ff;
  color: #fff;
}
.vzanblue .list-nav ul li.list-l,
.vzanblue .list-nav ul li.list-r {
  border: 1px solid #0084ff;
}
/* 科技蓝 */
/* .technologyblue .live-qiye-nav li.on a {
    color: #4f87fc;
    border-bottom: 2px solid #4f87fc;
} */
.technologyblue .live-qiye-nav li.on a:after {
  background: #4f87fc;
}
.technologyblue #ent_focus a, 
.technologyblue #wechat_focus,
.technologyblue #has_focus {
  /* background: #4f87fc; */
  background: linear-gradient(270deg, #006CFF 0%, #00A5FF 100%);
  color: #fff;
}

.technologyblue .ql_timer dl dd {
  background-color: #4f87fc;
}
.technologyblue .next_presets {
  background-color: #4f87fc;
  border: 1px solid #4f87fc;
}
.technologyblue .list-nav ul li {
  color: #4f87fc;
}
.technologyblue .list-nav ul li.on {
  background: #4f87fc;
  color: #fff;
}
.technologyblue .list-nav ul li.list-l,
.technologyblue .list-nav ul li.list-r {
  border: 1px solid #4f87fc;
}

/* 喜庆红 */
.annualmetting .pic-video-tab label.on, .jubilantred .pic-video-tab label.on{
	color: #ffb668;
	}
	.annualmetting .pic-video-tab label.on:before, .jubilantred .pic-video-tab label.on:before{
	background: #ffb668;
	}
.annualmetting .ql_timer dl dd, .jubilantred .ql_timer dl dd {
  background-color: #d21f2b;
}
.annualmetting .next_presets, .jubilantred .next_presets {
  background-color: #d21f2b;
  border: 1px solid #d21f2b;
}
.annualmetting .list-nav ul li, .jubilantred .list-nav ul li {
  color: #d21f2b;
}
.annualmetting .list-nav ul li.on, .jubilantred .list-nav ul li.on {
  background: #d21f2b;
  color: #fff;
}
.annualmetting .list-nav ul li.list-l,
.annualmetting .list-nav ul li.list-r {
  border: 1px solid #d21f2b;
}
.annualmetting .countdown19 var, .jubilantred .countdown19 var {
  color: #d21f2b !important;
}
.annualmetting .countdown19 .on-button, .jubilantred .countdown19 .on-button {
  background-color: rgba(210, 31, 43, 0.1);
}
/* 玫瑰粉 */
/* .ebusinesspink .live-qiye-nav li.on a {
    color: #fe4161;
    border-bottom: 2px solid #fe4161;
} */
.ebusinesspink .live-qiye-nav li.on a:after {
  background: #fe4161;
}
.ebusinesspink #ent_focus a,
.ebusinesspink #wechat_focus,
.ebusinesspink #has_focus {
  background: #fe4161;
}
.ebusinesspink .ql_timer dl dd {
  background-color: #fe4161;
}
.ebusinesspink .next_presets {
  background-color: #fe4161;
  border: 1px solid #fe4161;
}
.ebusinesspink .list-nav ul li {
  color: #fe4161;
}
.ebusinesspink .list-nav ul li.on {
  background: #fe4161;
  color: #fff;
}
.ebusinesspink .list-nav ul li.list-l,
.ebusinesspink .list-nav ul li.list-r {
  border: 1px solid #fe4161;
}
.ebusinesspink .countdown19 var {
  color: #fe4161 !important;
}
.ebusinesspink .countdown19 .on-button {
  background-color: rgba(254, 65, 97, 0.1);
}
/* 时尚金 */
/* .fashiongold .live-qiye-nav li.on a {
    color: #e2cc95;
    border-bottom: 2px solid #e2cc95;
} */
.fashiongold .pic-video-tab label{
  color: #fff;
}
.fashiongold .pic-video-tab label.on{
  color: #eed49d;
}
.fashiongold .pic-video-tab label.on:before{
  background: #eed49d;
}
.fashiongold .live-qiye-nav li.on a:after {
  background: #e2cc95;
}
.fashiongold #ent_focus a,
.fashiongold #wechat_focus,
.fashiongold #has_focus {
  background: #e2cc95;
}
.fashiongold .ql_timer dl dd {
  background-color: #e2cc95;
  color: #353535;
}
.fashiongold .next_presets {
  background-color: #e2cc95;
  border: 1px solid #e2cc95;
}
.fashiongold .list-nav ul li {
  background-color: #232222;
  color: #e2cc95;
}
.fashiongold .list-nav ul li.on {
  background: #e2cc95;
  color: #fff;
}
.fashiongold .list-nav ul li.list-l,
.fashiongold .list-nav ul li.list-r {
  border: 1px solid #e2cc95;
}
.fashiongold #tab-content .detail-intro {
  color: #fff;
}
.fashiongold .countdown19 var {
  color: #e2cc95 !important;
}
.fashiongold .countdown19 .on-button {
  background-color: rgba(226, 204, 149, 0.1);
}
/* 商务蓝 */
/* .businessblue .live-qiye-nav li.on a {
    color: #0084ff;
    border-bottom: 2px solid #0084ff;
} */
.businessblue .live-qiye-nav li.on a {
  color: #0084ff;
}
.businessblue .live-qiye-nav li.on a:after {
  background: #0084ff;
}
.businessblue #ent_focus a,
.businessblue #wechat_focus,
.businessblue #has_focus {
  background: #0084ff;
}
.businessblue .ql_timer dl dd {
  background-color: #0084ff;
}
.businessblue .next_presets {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.businessblue .list-nav ul li {
  background-color: #040931;
  color: #0084ff;
}
.businessblue .list-nav ul li.on {
  background: #0084ff;
  color: #fff;
}
.businessblue .list-nav ul li.list-l,
.businessblue .list-nav ul li.list-r {
  border: 1px solid #0084ff;
}
.businessblue #tab-content .detail-intro {
  color: #fff;
}
/* 潮流橙 */
/* .trendorange .live-qiye-nav li.on a{
    color:#FF5902;
    border-bottom:2px solid #FF5902;
} */
.trendorange .live-qiye-nav li.on a:after {
  background: #FF5902;
}
.trendorange #ent_focus a,
.trendorange #wechat_focus,
.trendorange #has_focus  {
  background: #FF5902;
}
.trendorange .ql_timer dl dd {
  background-color: #FF5902;
}
.trendorange .next_presets {
  background-color: #FF5902;
  border: 1px solid #FF5902;
}
.trendorange .list-nav ul li {
  color: #FF5902;
}
.trendorange .list-nav ul li.on {
  background: #FF5902;
  color: #fff;
}
.trendorange .list-nav ul li.list-l,
.trendorange .list-nav ul li.list-r {
  border: 1px solid #FF5902;
}
.trendorange .countdown19 var {
  color: #FF5902 !important;
}
.trendorange .countdown19 .on-button {
  background-color: rgba(247, 161, 6, 0.1);
}

/* 时尚绿 */
/* .fashiongreen .live-qiye-nav li.on a{
    color:#3dc060;
    border-bottom:2px solid #3dc060;
} */
.fashiongreen .live-qiye-nav li.on a {
  color: #3dc060;
}
.fashiongreen .live-qiye-nav li.on a:after {
  background: #3dc060;
}
.fashiongreen #ent_focus a,
.fashiongreen #wechat_focus,
.fashiongreen #has_focus {
  background: #3dc060;
}
.fashiongreen .ql_timer dl dd {
  background-color: #3dc060;
}
.fashiongreen .next_presets {
  background-color: #3dc060;
  border: 1px solid #3dc060;
}
.fashiongreen .list-nav ul li {
  background-color: #00384f;
  color: #3dc060;
}
.fashiongreen .list-nav ul li.on {
  background: #3dc060;
  color: #fff;
}
.fashiongreen .list-nav ul li.list-l,
.fashiongreen .list-nav ul li.list-r {
  border: 1px solid #3dc060;
}
.fashiongreen #tab-content .detail-intro {
  color: #fff;
}
.fashiongreen .countdown19 var {
  color: #3dc060 !important;
}
.fashiongreen .countdown19 .on-button {
  background-color: rgba(61, 192, 96, 0.1);
}
/* 清新绿 */
/* .freshgreen  .live-qiye-nav li.on a{
    color:#6BB519;
    border-bottom:2px solid #6BB519;
} */
.freshgreen .live-qiye-nav li.on a:after {
  background: #6bb519;
}
.freshgreen #ent_focus a,
.freshgreen #wechat_focus,
.freshgreen #has_focus {
  background: #6bb519;
}
.freshgreen .ql_timer dl dd {
  background-color: #6bb519;
}
.freshgreen .next_presets {
  background-color: #6bb519;
  border: 1px solid #6bb519;
}
.freshgreen .list-nav ul li {
  color: #6bb519;
}
.freshgreen .list-nav ul li.on {
  background: #6bb519;
  color: #fff;
}
.freshgreen .list-nav ul li.list-l,
.freshgreen .list-nav ul li.list-r {
  border: 1px solid #6bb519;
}
.freshgreen .countdown19 var {
  color: #6bb519 !important;
}
.freshgreen .countdown19 .on-button {
  background-color: rgba(107, 181, 25, 0.1);
}

/*话题介绍页*/

/*微赞蓝*/
.vzanblue .invitation-card {
  background: #0084ff;
}
.vzanblue .startime > span {
  color: #0084ff;
}
.vzanblue .total-data ul li p {
  color: #0084ff;
}
.vzanblue .inlive,
.vzanblue .glbutt .logbutt {
  background: #0084ff;
}

/*科技蓝*/
.technologyblue .invitation-card {
  background: #4f87fc;
}
.technologyblue .startime > span {
  color: #4f87fc;
}
.technologyblue .total-data ul li p {
  color: #4f87fc;
}
.technologyblue .inlive,
.technologyblue .glbutt .logbutt {
  background: #4f87fc;
}

/*喜庆红*/
.annualmetting .invitation-card {
  background: #d21f2b;
}
.annualmetting .startime > span {
  color: #d21f2b;
}
.annualmetting .total-data ul li p {
  color: #d21f2b;
}
.annualmetting .inlive,
.annualmetting .glbutt .logbutt {
  background: #d21f2b;
}
.annualmetting .live-status {
  border-color: rgba(255, 230, 189, 0.7);
}

/*玫瑰粉*/
.ebusinesspink .pic-video-tab label.on{
  color: #ff4264;
}
.ebusinesspink .pic-video-tab label.on:before{
  background: #ff4264;
}
.ebusinesspink .invitation-card {
  background: #fe4161;
}

.ebusinesspink .startime > span {
  color: #fe4161;
}

.ebusinesspink .total-data ul li p {
  color: #fe4161;
}

.ebusinesspink .inlive,
.ebusinesspink .glbutt .logbutt {
  background: #fe4161;
}

/*时尚金*/
.fashiongold .invitation-card {
  background: #e2cc95;
}

.fashiongold .startime > span {
  color: #e2cc95;
}

.fashiongold .total-data ul li p {
  color: #e2cc95;
}

.fashiongold .inlive,
.fashiongold .glbutt .logbutt {
  background: #e2cc95;
  color: #353535;
}

/*商务蓝*/
.businessblue .invitation-card {
  background: #0084ff;
}

.businessblue .startime > span {
  color: #0084ff;
}

.businessblue .total-data ul li p {
  color: #0084ff;
}

.businessblue .inlive,
.businessblue .glbutt .logbutt {
  background: #0084ff;
}

/*潮流橙*/
.trendorange .pic-video-tab label.on{
  color: #FF5902;
}
.trendorange .pic-video-tab label.on:before{
  background: #FF5902;
}
.trendorange .invitation-card {
  background: #FF5902;
}

.trendorange .startime > span {
  color: #FF5902;
}

.trendorange .total-data ul li p {
  color: #FF5902;
}

.trendorange .inlive,
.trendorange .glbutt .logbutt {
  background: #FF5902;
}

/*时尚绿*/
.fashiongreen .pic-video-tab label{
  color: #fff;
}
.fashiongreen .pic-video-tab label.on{
  color: #3dc060;
}
.fashiongreen .pic-video-tab label.on:before{
  background: #3dc060;
}
.fashiongreen .invitation-card {
  background: #3dc060;
}

.fashiongreen .startime > span {
  color: #3dc060;
}

.fashiongreen .total-data ul li p {
  color: #3dc060;
}

.fashiongreen .inlive,
.fashiongreen .glbutt .logbutt {
  background: #3dc060;
}

/*清新绿*/
.freshgreen .invitation-card {
  background: #6bb519;
}

.freshgreen .startime > span {
  color: #6bb519;
}

.freshgreen .total-data ul li p {
  color: #6bb519;
}

.freshgreen .inlive,
.freshgreen .glbutt .logbutt {
  background: #6bb519;
}

/* 直播间主页 */

/* 微赞蓝 */
.vzanblue .nav-bottom a i.lindex {
  background: url(../images/technology-bule-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.vzanblue .tab-nav ul li.current s {
  color: #0084ff;
  border-bottom: 2px solid #0084ff;
}

.vzanblue .infor_nav_list_in li.current::before {
  border-color: #0084ff;
}

.vzanblue .infor_nav_list_in .skin-line li.current {
  color: #0084ff !important;
}

.vzanblue .nav-bottom a p.curr {
  color: #0084ff;
}
.vzanblue .more-button {
  background: url(../images/technology-bule-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
/* 科技蓝 */
.technologyblue .nav-bottom a i.lindex {
  background: url(../images/business-bule-02.png?v=2019) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.technologyblue .tab-nav ul li.current s {
  color: #4f87fc;
  border-bottom: 2px solid #4f87fc;
}

.technologyblue .infor_nav_list_in li.current::before {
  border-color: #4f87fc;
}

.technologyblue .infor_nav_list_in .skin-line li.current {
  color: #4f87fc !important;
}

.technologyblue .nav-bottom a p.curr {
  color: #4f87fc;
}
.technologyblue .more-button {
  background: url(../images/business-bule-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 喜庆红 */
.annualmetting .toolmenu{
    bottom:8rem;
}

.annualmetting .nav-bottom a i.lindex {
    background: url(../images/red-02.png) no-repeat;
    background-size: 2.3rem 2.3rem;
}
.annualmetting .tab-nav ul li.current s {
  color: #d21f2b;
  border-bottom: 2px solid #d21f2b;
}
.annualmetting .infor_nav_list_in li.current::before {
  border-color: #d21f2b;
}
.annualmetting .infor_nav_list_in .skin-line li.current {
  color: #d21f2b !important;
}
.annualmetting .nav-bottom a p.curr {
  color: #d21f2b;
}
.annualmetting .more-button {
  background: url(../images/red-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 玫瑰粉 */
.ebusinesspink .nav-bottom a i.lindex {
  background: url(../images/pink-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.ebusinesspink .tab-nav ul li.current s {
  color: #fe4161;
  border-bottom: 2px solid #fe4161;
}

.ebusinesspink .infor_nav_list_in li.current::before {
  border-color: #fe4161;
}

.ebusinesspink .infor_nav_list_in .skin-line li.current {
  color: #fe4161 !important;
}

.ebusinesspink .nav-bottom a p.curr {
  color: #fe4161;
}
.ebusinesspink .more-button {
  background: url(../images/pink-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 时尚金 */
.fashiongold .nav-bottom a i.lindex {
  background: url(../images/golden-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.fashiongold .tab-nav ul li.current s {
  color: #e2cc95;
  border-bottom: 2px solid #e2cc95;
}

.fashiongold .infor_nav_list_in li.current::before {
  border-color: #e2cc95;
}

.fashiongold .infor_nav_list_in .skin-line li.current {
  color: #e2cc95 !important;
}

.fashiongold .nav-bottom a p.curr {
  color: #e2cc95;
}
.fashiongold .more-button {
  background: url(../images/golden-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 商务蓝 */
.businessblue .nav-bottom a i.lindex {
  background: url(../images/technology-bule-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.businessblue .tab-nav ul li.current s {
  color: #0084ff;
  border-bottom: 2px solid #0084ff;
}

.businessblue .infor_nav_list_in li.current::before {
  border-color: #0084ff;
}

.businessblue .infor_nav_list_in .skin-line li.current {
  color: #0084ff !important;
}

.businessblue .nav-bottom a p.curr {
  color: #0084ff;
}
.businessblue .more-button {
  background: url(../images/technology-bule-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 潮流橙 */
.trendorange .nav-bottom a i.lindex {
  background: url(../images/orange-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.trendorange .tab-nav ul li.current s {
  color: #FF5902;
  border-bottom: 2px solid #FF5902;
}

.trendorange .infor_nav_list_in li.current::before {
  border-color: #fff;
}

.trendorange .infor_nav_list_in .skin-line li.current {
  color: #FF5902 !important;
}

.trendorange .nav-bottom a p.curr {
  color: #FF5902;
}
.trendorange .more-button {
  background: url(../images/orange-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 时尚绿 */
.fashiongreen .nav-bottom a i.lindex {
  background: url(../images/fashion-green-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.fashiongreen .tab-nav ul li.current s {
  color: #3dc060;
  border-bottom: 2px solid #3dc060;
}

.fashiongreen .infor_nav_list_in li.current::before {
  border-color: #fff;
}

.fashiongreen .infor_nav_list_in .skin-line li.current {
  color: #3dc060 !important;
}

.fashiongreen .nav-bottom a p.curr {
  color: #3dc060;
}
.fashiongreen .more-button {
  background: url(../images/fashion-green-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 清新绿 */
.freshgreen .nav-bottom a i.lindex {
  background: url(../images/fresh-green-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.freshgreen .tab-nav ul li.current s {
  color: #6bb519;
  border-bottom: 2px solid #6bb519;
}

.freshgreen .infor_nav_list_in li.current::before {
  border-color: #fff;
}

.freshgreen .infor_nav_list_in .skin-line li.current {
  color: #6bb519 !important;
}

.freshgreen .nav-bottom a p.curr {
  color: #6bb519;
}
.freshgreen .more-button {
  background: url(../images/fresh-green-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

/* 店铺按钮 */

/* 微赞蓝 */
.vzanblue .vzui-button {
  background: #0084ff;
}
/* 科技蓝 */
.technologyblue .vzui-button {
  background: #4f87fc;
}
/* 喜庆红 */
.annualmetting .vzui-button {
  background: #d21f2b;
}
/* 玫瑰粉 */
.ebusinesspink .vzui-button {
  background: #fe4161;
}
/* 时尚金 */
.fashiongold .vzui-button {
  background: #e2cc95;
}
/* 商务蓝 */
.businessblue .vzui-button {
  background: #0084ff;
}
/* 潮流橙 */
.trendorange .vzui-button {
  background: #FF5902;
}
/* 时尚绿 */
.fashiongreen .vzui-button {
  background: #3dc060;
}
/* 清新绿 */
.freshgreen .vzui-button {
  background: #6bb519;
}

/* 品牌引导页 */

/* 微赞蓝 */
.vzanblue .toVoteGift {
  background: #0084ff;
}
/* 科技蓝 */
.technologyblue .toVoteGift {
  background: #4f87fc;
}
/* 喜庆红 */
.annualmetting .toVoteGift {
  background: #d21f2b;
}
/* 玫瑰粉 */
.ebusinesspink .toVoteGift {
  background: #fe4161;
}
/* 时尚金 */
.fashiongold .toVoteGift {
  background: #e2cc95;
}
/* 商务蓝 */
.businessblue .toVoteGift {
  background: #0084ff;
}
/* 潮流橙 */
.trendorange .toVoteGift {
  background: #FF5902;
}
/* 时尚绿 */
.fashiongreen .toVoteGift {
  background: #3dc060;
}
/* 清新绿 */
.freshgreen .toVoteGift {
  background: #6bb519;
}

/* 换皮肤 */

/* 微赞蓝 */
.vzanblue .live-qiye-nav {
  background: #fff;
}
/* .vzanblue  .live-qiye-nav li.on a{color:#0084ff;border-bottom: 2px solid #0084ff;} */
.vzanblue .live-qiye-nav li.on a:after {
  background: #0084ff;
}
.vzanblue #ent_focus a,
.vzanblue #wechat_focus,
.vzanblue #has_focus {
  background: #0084ff;
  color: #fff;
}
.vzanblue .marry-chat-content .msg-content {
  background-color: #fff;
  color: #333;
}
.vzanblue .side-icon .number {
  background: grey;
  color: #fff;
}
.vzanblue .marry-chat-content .nickname .rolename {
  background-color: #0084ff !important;
  border: 1px solid transparent;
  font-size: 11px;
  color: #fff;
}
.vzanblue .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.vzanblue .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.vzanblue .inputicon.icon-customer-service {
  /* background: url(../images/technology-bule-12.png) no-repeat; */
  background: url(../images/technology-green-01.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.vzanblue .vest-has-changeicon{
  position: relative;
}
.vzanblue .change-header-icon{
  position: absolute;
  top:0;
  left: 0;
  background: url(../images/change-headerpic.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
  background-size: 100%;
  width:100% ;
  height: 100%;
}
.vzanblue .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}

.vzanblue .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
  margin-left: auto;
  margin-right: auto;
}
.vzanblue .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.vzanblue .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
  margin-left: auto;
  margin-right: auto;
}
/* 商务蓝 */
.businessblue .live-qiye-nav {
  background: #04062a;
  border: 1px solid #04062a;
}
.businessblue .live-qiye-nav li a,
.businessblue .menu-jump-link {
  color: #bbb;
}
/* .businessblue  .live-qiye-nav li.on a {color: #0084ff;border-bottom: 2px solid #0084ff;} */
.businessblue .live-qiye-nav li.on a:after {
  background: #0084ff;
}
.businessblue #ent_focus a,
.businessblue #wechat_focus,
.businessblue #has_focus {
  background: #0084ff;
  color: #fff;
}
.businessblue .marry-chat-content .msg-content {
  background-color: #0084ff;
  color: #fff;
}
.businessblue .side-icon .number {
  background: rgba(0, 100, 255, 0.2);
  color: #0064ff;
}
.businessblue .marry-chat-content .nickname .rolename {
  background-color: #ffb936 !important;
  border: 1px solid #ffb936;
  font-size: 11px;
  color: #fff;
}
.businessblue .open-dm {
  /* background: url(../images/businessblue-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.businessblue .close-dm {
  /* background: url(../images/businessblue-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.businessblue .inputicon.icon-customer-service {
  background: url(../images/technology-bule-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.businessblue .inputicon.qqface-v1 {
  background: url(../images/technology-bule-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.businessblue .inputicon.gift-v1 {
  background: url(../images/technology-bule-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.businessblue .inputicon.iconmore {
  background: url(../images/technology-bule-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.businessblue .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.businessblue .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.businessblue .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.businessblue .msg-content:before {
  background: none;
}
.businessblue .inputbar > ul {
  background: #0b0322;
}
/* 科技蓝 */
.technologyblue .live-qiye-nav {
  background: #fff;
}
/* .technologyblue .live-qiye-nav li.on a{color: #3F87F7;border-bottom: 2px solid #3F87F7;} */
.technologyblue .live-qiye-nav li.on a:after {
  background: #3f87f7;
}
.technologyblue #ent_focus a,
.technologyblue #wechat_focus,
.technologyblue #has_focus {
  background: #3f87f7;
  color: #fff;
}
.technologyblue .marry-chat-content .msg-content {
  background-color: #3f87f7;
  color: #fff;
}
.technologyblue .side-icon .number {
  background: rgba(63, 135, 247, 0.1);
  color: #3f87f7;
}
.technologyblue .marry-chat-content .nickname .rolename {
  background-color: #ffb936 !important;
  border: 1px solid #ffb936;
  font-size: 11px;
  color: #fff;
}
.technologyblue .open-dm {
  /* background: url(../images/technologyblue-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.technologyblue .close-dm {
  /* background: url(../images/technologyblue-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.technologyblue .inputicon.icon-customer-service {
  background: url(../images/business-bule-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.technologyblue .inputicon.qqface-v1 {
  background: url(../images/business-bule-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.technologyblue .inputicon.gift-v1 {
  background: url(../images/business-bule-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.technologyblue .inputicon.iconmore {
  background: url(../images/business-bule-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.technologyblue .icon-live-yaoqing {
  background: url(../images/business-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.technologyblue .icon-live-shang {
  background: url(../images/business-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.technologyblue .icon-live-zan {
  background: url(../images/business-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.technologyblue .msg-content:before {
  background: none;
}

/* 喜庆红 祝福模板*/
.annualmetting .rel.side-icon .wish {
  width: 4.3rem;
  height: 4.3rem;
  margin-bottom: 0.7rem;
  position: relative;
}

/* 喜庆红 默认模板*/
.annualmetting .rel.side-icon .wishDefault {
  width: 45px;
  height: 42px;
  margin-bottom: 0.7rem;
  position: relative;
}
.annualmetting .live-qiye-nav {
  background: url(../images/live-qiye-nav-li-bg.png) 0 no-repeat;
  background-size: cover;
}
.annualmetting .menu-jump-link {
  color: #ffb668;
}
.annualmetting .live-qiye-nav li a {
  color: #ffb668;
  /* border-bottom: 2px solid #bb0404; */
}
/* .annualmetting .live-qiye-nav li.on a{color: #ffe400;border-bottom: 2px solid #ffe400;} */
.annualmetting .live-qiye-nav li.on a:after {
  background: #ffe400;
}
.annualmetting #ent_focus a,
.annualmetting #wechat_focus,
.annualmetting #has_focus {
  background: url(../images/toolmenu-ent_focus-bg.png?v=2019) 0 no-repeat;
  color: #7f2221;
  background-size: cover;
  border-bottom: 0;
}
.annualmetting .msg-content.msg-style-1 {
  background: #ffedc6;
  color: #e61c23;
  border: 1px solid #e61c23;
}
.annualmetting .side-icon .number {
  background: grey;
  color: #fff;
}
.annualmetting .marry-chat-content .nickname .rolename {
  background-color: #00b4e6 !important;
  border: none;
  font-size: 11px;
  color: #fff;
}
.annualmetting .open-dm {
  /* background: url(../images/annualmetting-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.annualmetting .close-dm {
  /* background: url(../images/annualmetting-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.annualmetting .inputicon.gift-v1 {
  background: url(../images/gift.png) 0 no-repeat;
  background-size: cover;
}
.annualmetting .rel.side-icon .icon-live-yaoqing {
  background: url(../images/ioc-newyear18.png) -44.8rem -22.4rem no-repeat;
  background-size: 50rem;
}
.annualmetting .rel.side-icon .icon-live-zan {
  background: url(../images/ioc-newyear18.png) -44.8rem -29.6rem no-repeat;
  background-size: 50rem;
}
.annualmetting .rel.side-icon .icon-live-yaoqing,
.annualmetting .rel.side-icon .icon-live-zan {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0.4rem auto;
}
.annualmetting .icon-live-shang {
  display: none;
}
.annualmetting .rel.side-icon .icon-live-yaoqing::after,
.annualmetting .rel.side-icon .wish::after {
  content: "";
  display: block;
  position: absolute;
  left: 49.5%;
  top: 100%;
  width: 1px;
  height: 80%;
  margin-left: -0.5px;
  z-index: -1;
  background: #a41319;
}
.annualmetting .msg-content .qipao-icon {
  position: absolute;
  right: -2.3rem;
  bottom: 0;
  z-index: 99;
}
.annualmetting .msg-content.msg-style-1 .qipao-icon {
  right: -2.2rem;
  bottom: -0.8rem;
}
.annualmetting .msg-content.msg-style-5 .qipao-icon {
  right: -0.9rem;
  bottom: -0.8rem;
}
.annualmetting .msg-content.msg-style-5 .qipao-icon img {
  height: 4.5rem;
}
.annualmetting .msg-content.msg-style-3 .qipao-icon {
  right: -1.7rem;
  bottom: -0.8rem;
}
.annualmetting .msg-content.msg-style-3 .qipao-icon img {
  height: 4.25rem;
}
.annualmetting .msg-content.msg-style-4 .qipao-icon {
  right: -1.7rem;
  bottom: 0.25rem;
}
.annualmetting .msg-content.msg-style-4 .qipao-icon img {
  height: 3.45rem;
}
.annualmetting .msg-content.msg-style-2 .qipao-icon {
  right: -2.6rem;
  bottom: -0.8rem;
}
.annualmetting .msg-content .qipao-icon img {
  width: 4.7rem;
}
.annualmetting .msg-content.msg-style-1 .qipao-icon img,
.newyear2018 .msg-content.msg-style-2 .qipao-icon img {
  height: 4.7rem;
}
.annualmetting .msg-content.msg-style-1 {
  background: #ffedc6;
  border: 1px solid #e61c23;
  color: #e61c23;
}
.annualmetting .msg-content.msg-style-2 {
  background: #ffface;
  border: 1px solid #ec8000;
  color: #ec4800;
}
.annualmetting .msg-content.msg-style-3 {
  background: #ffedc6;
  border: 1px solid #ae0200;
  color: #b61e22;
}
.annualmetting .msg-content.msg-style-4 {
  background: #fff0df;
  border: 1px solid #ff5a00;
  color: #ff5a00;
}
.annualmetting .msg-content.msg-style-5 {
  background: #ffedc6;
  border: 1px solid #e61c23;
  color: #e61c23;
}
.annualmetting .msg-content.msg-style-1,
.annualmetting .msg-content.msg-style-4 {
  padding: 0.9rem 2rem 0.9rem 0.8rem;
}
.annualmetting .msg-content.msg-style-3 {
  padding: 0.9rem 2.3rem 0.9rem 0.8rem;
}
.annualmetting .msg-content.msg-style-2,
.annualmetting .msg-content.msg-style-5 {
  padding: 0.9rem 1rem 0.9rem 0.8rem;
}
.annualmetting .msg-content.msg-style-1:before {
  background: url(../images/qipao-5.png) no-repeat;
}
.annualmetting .msg-content.msg-style-2:before {
  background: url(../images/qipao-5.png) no-repeat;
}
.annualmetting .msg-content.msg-style-3:before {
  background: url(../images/qipao-5.png) no-repeat;
}
.annualmetting .msg-content.msg-style-4:before {
  background: url(../images/qipao-5.png) no-repeat;
}
.annualmetting .msg-content.msg-style-5:before {
  background: url(../images/qipao-5.png) no-repeat;
}
.annualmetting .msg-content.msg-style-1:before,
.annualmetting .msg-content.msg-style-2:before,
.annualmetting .msg-content.msg-style-3::before,
.annualmetting .msg-content.msg-style-4:before,
.annualmetting .msg-content.msg-style-5:before {
  top: 0.5rem;
  left: -0.4rem;
  width: 0.4rem;
  height: 0.6rem;
  position: absolute;
}
.annualmetting .attentionBtnCls { background: unset; color: #ffb668; }

/* 玫瑰粉 */
.ebusinesspink .live-qiye-nav {
  background: #fff;
}
.ebusinesspink .live-qiye-nav li a,
.ebusinesspink .menu-jump-link {
  color: #202124;
}
/* .ebusinesspink .live-qiye-nav li.on a{color: #FF4264;border-bottom: 2px solid #FF4264;} */
.ebusinesspink .live-qiye-nav li.on a {
  color: #ff4264;
}
.ebusinesspink .live-qiye-nav li.on a:after {
  background: #ff4264;
}
.ebusinesspink #ent_focus a,
.ebusinesspink #wechat_focus,
.ebusinesspink #has_focus {
  background: #ff4264;
  color: #fff;
}
.ebusinesspink .marry-chat-content .msg-content {
  background-color: #ff637f;
  color: #fff;
}
.ebusinesspink .side-icon .number {
  background: linear-gradient(to right, #ff8184, #fe4161);
  color: #fff;
}
.ebusinesspink .marry-chat-content .nickname .rolename {
  background-color: #ff4264 !important;
  border: 1px solid #ff4264;
  font-size: 11px;
  color: #fff;
}
.ebusinesspink .open-dm {
  /* background: url(../images/ebusinesspink-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ebusinesspink .close-dm {
  /* background: url(../images/ebusinesspink-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ebusinesspink .inputicon.icon-customer-service {
  background: url(../images/pink-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ebusinesspink .inputicon.qqface-v1 {
  background: url(../images/pink-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ebusinesspink .inputicon.gift-v1 {
  background: url(../images/pink-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ebusinesspink .inputicon.iconmore {
  background: url(../images/pink-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ebusinesspink .icon-live-yaoqing {
  background: url(../images/pink-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.ebusinesspink .icon-live-shang {
  background: url(../images/pink-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.ebusinesspink .icon-live-zan {
  background: url(../images/pink-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.ebusinesspink .msg-content:before {
  background: none;
}
.ebusinesspink .inputbar > ul {
  background: #ffe1e7;
}
/* 时尚金 */
.fashiongold .live-qiye-nav {
  background: url(../images/golden-bg.png) no-repeat;
  background-size: cover;
  border-bottom: 1px solid #000;
}
.fashiongold .live-qiye-nav li a,
.fashiongold .menu-jump-link {
  color: #747474;
}
/* .fashiongold .live-qiye-nav li.on a{color:#e2cc95;border-bottom: 2px solid #EED49D;} */
.fashiongold .live-qiye-nav li.on a {
  color: #eed49d;
}
.fashiongold .live-qiye-nav li.on a:after {
  background: #eed49d;
}
.fashiongold #ent_focus a,
.fashiongold #wechat_focus,
.fashiongold #has_focus {
  background: #e2cc95;
  color: #252424;
}
.fashiongold .marry-chat-content .msg-content {
  background-color: #e2cc95;
  color: #353535;
}
.fashiongold .side-icon .number {
  background: rgba(238, 212, 157, 0.1);
  color: #e2cc95;
}
.fashiongold .marry-chat-content .nickname .rolename {
  background-color: #ffb936 !important;
  border: 1px solid #ffb936;
  font-size: 11px;
  color: #fff;
}
.fashiongold .open-dm {
  /* background: url(../images/fashiongold-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongold .close-dm {
  /* background: url(../images/fashiongold-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongold .inputicon.icon-customer-service {
  background: url(../images/golden-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongold .inputicon.qqface-v1 {
  background: url(../images/golden-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongold .inputicon.gift-v1 {
  background: url(../images/golden-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongold .inputicon.iconmore {
  background: url(../images/golden-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongold .icon-live-yaoqing {
  background: url(../images/golden-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.fashiongold .icon-live-shang {
  background: url(../images/golden-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.fashiongold .icon-live-zan {
  background: url(../images/golden-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.fashiongold .msg-content:before {
  background: none;
}
.fashiongold .inputbar > ul {
  background: #232222;
}

/* 潮流橙 */
.trendorange .live-qiye-nav {
  background: #fff;
}
.trendorange .live-qiye-nav li a,
.trendorange .menu-jump-link {
  /* color: #747474; */
  color: #202124;
}
.trendorange .live-qiye-nav li.on a {
  color: #FF5902;
}
/* .trendorange .live-qiye-nav li.on a{color:#F7A106;border-bottom: 2px solid #F7A106;} */
.trendorange .live-qiye-nav li.on a:after {
  background: #FF5902;
}
.trendorange #ent_focus a,
.trendorange #wechat_focus,
.trendorange #has_focus {
  background: #FF5902;
  color: #fff;
}
.trendorange .marry-chat-content .msg-content {
  background-color: #FF5902;
  color: #fff;
}
.trendorange .side-icon .number {
  background: #ffd800;
  color: #ec5300;
}
.trendorange .marry-chat-content .nickname .rolename {
  background-color: #ffb936 !important;
  border: 1px solid #ffb936;
  font-size: 11px;
  color: #fff;
}
.trendorange .open-dm {
  /* background: url(../images/trendorange-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.trendorange .close-dm {
  /* background: url(../images/trendorange-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.trendorange .inputicon.icon-customer-service {
  background: url(../images/orange-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.trendorange .inputicon.qqface-v1 {
  background: url(../images/orange-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.trendorange .inputicon.gift-v1 {
  background: url(../images/orange-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.trendorange .inputicon.iconmore {
  background: url(../images/orange-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.trendorange .icon-live-yaoqing {
  background: url(../images/orange-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.trendorange .icon-live-shang {
  background: url(../images/orange-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.trendorange .icon-live-zan {
  background: url(../images/orange-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.trendorange .msg-content:before {
  background: none;
}
.trendorange .inputbar > ul {
  background: #f9f9f9;
}

/* 时尚绿 */
.fashiongreen .live-qiye-nav {
  background: #002b3f;
}
/* .fashiongreen .live-qiye-nav li a{color:#747474;} */
.fashiongreen .live-qiye-nav li a,
.fashiongreen .menu-jump-link {
  color: rgba(255, 255, 255, 0.8);
}
/* .fashiongreen .live-qiye-nav li.on a{color: #3DC060;border-bottom: 2px solid #3DC060;} */
.fashiongreen .live-qiye-nav li.on a:after {
  background: #3dc060;
}
.fashiongreen #ent_focus a,
.fashiongreen #wechat_focus,
.fashiongreen #has_focus  {
  background: #3dc060;
  color: #fff;
}
.fashiongreen .marry-chat-content .msg-content {
  background-color: #fff;
  color: #353535;
}
.fashiongreen .side-icon .number {
  background: #fef3d5;
  color: #ff4e00;
}
.fashiongreen .marry-chat-content .nickname .rolename {
  background-color: #3dc060 !important;
  border: 1px solid #3dc060;
  font-size: 11px;
  color: #fff;
}
.fashiongreen .open-dm {
  /* background: url(../images/fashiongreen-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongreen .close-dm {
  /* background: url(../images/fashiongreen-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongreen .inputicon.icon-customer-service {
  background: url(../images/fashion-green-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongreen .inputicon.qqface-v1 {
  background: url(../images/fashion-green-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongreen .inputicon.gift-v1 {
  background: url(../images/fashion-green-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongreen .inputicon.iconmore {
  background: url(../images/fashion-green-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.fashiongreen .icon-live-yaoqing {
  background: url(../images/fashion-green-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.fashiongreen .icon-live-shang {
  background: url(../images/fashion-green-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.fashiongreen .icon-live-zan {
  background: url(../images/fashion-green-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.fashiongreen .marry-chat-content .nickname {
  color: #fff;
}
.fashiongreen .inputbar > ul {
  background: #00364f;
}
/* 清新绿 */
.freshgreen .live-qiye-nav {
  background: #fff;
}
.freshgreen .live-qiye-nav li a,
.freshgreen .menu-jump-link {
  color: #333;
}
/* .freshgreen  .live-qiye-nav li.on a{color:#6BB519;border-bottom: 2px solid #6BB519;} */
.freshgreen .live-qiye-nav li.on a {
  color: #6bb519;
}
.freshgreen .live-qiye-nav li.on a:after {
  background: #6bb519;
}
.freshgreen #ent_focus a,
.freshgreen #wechat_focus,
.freshgreen #has_focus {
  background: #6bb519;
  color: #fff;
}
.freshgreen .marry-chat-content .msg-content {
  background-color: #ffe397;
  color: #353535;
}
.freshgreen .side-icon .number {
  background: #fef3d5;
  color: #ff4e00;
}
.freshgreen .marry-chat-content .nickname .rolename {
  background-color: #0084ff !important;
  border: 1px solid #0084ff;
  font-size: 11px;
  color: #fff;
}
.freshgreen .open-dm {
  /* background: url(../images/freshgreen-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.freshgreen .close-dm {
  /* background: url(../images/freshgreen-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.freshgreen .inputicon.icon-customer-service {
  background: url(../images/fresh-green-12.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.freshgreen .inputicon.qqface-v1 {
  background: url(../images/fresh-green-03.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.freshgreen .inputicon.gift-v1 {
  background: url(../images/fresh-green-04.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.freshgreen .inputicon.iconmore {
  background: url(../images/fresh-green-05.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.freshgreen .icon-live-yaoqing {
  background: url(../images/fresh-green-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.freshgreen .icon-live-shang {
  background: url(../images/fresh-green-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.freshgreen .icon-live-zan {
  background: url(../images/fresh-green-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.freshgreen .marry-chat-content .nickname {
  color: #353535;
}
.freshgreen .msg-content:before {
  background: none;
}
.freshgreen .inputbar > ul {
  background: #6b9636;
}
.freshgreen .inputbox input::-webkit-input-placeholder,
.freshgreen .inputbox textarea::-webkit-input-placeholder {
  color: #e1ffa0;
}

.freshgreen .inputbox input::-moz-placeholder,
.freshgreen .inputbox textarea::-moz-placeholder {
  color: #e1ffa0;
}

.freshgreen .inputbox input:-moz-placeholder,
.freshgreen .inputbox textarea:-moz-placeholder {
  color: #e1ffa0;
}

.freshgreen .inputbox input::-ms-input-placeholder,
.freshgreen .inputbox textarea::-ms-input-placeholder {
  color: #e1ffa0;
}
/*皮肤背景*/
/*微赞蓝*/
.vzanblue #speakBox {
  background: #F5F6F7;
}
/*商务蓝*/
.businessblue #speakBox {
  background: url(../images/business-bule-hdbg.jpg) no-repeat;
  background-size: 100% 100%;
}
/*科技蓝*/
.technologyblue #speakBox {
  background: url(../images/technology-bule-hdbg.jpg) no-repeat;
  background-size: 100% 100%;
}
/*喜庆红*/
.annualmetting #speakBox {
  background: url(../images/newyear2018bg.png) no-repeat;
  background-size: 100% 100%;
}
/*玫瑰粉*/
.ebusinesspink #speakBox {
  background: url(../images/pink-hdbg.jpg) no-repeat;
  background-size: 100% 100%;
}
/*时尚金*/
.fashiongold #speakBox {
  background: url(../images/golden-hdbg.jpg) no-repeat;
  background-size: 100% 100%;
}
/*潮流橙*/
.trendorange #speakBox {
  background: url(../images/orange-hdbg.jpg) no-repeat;
  background-size: 100% 100%;
}
/*时尚绿*/
.fashiongreen #speakBox {
  background: url(../images/fashion-hdbg.png) no-repeat;
  background-size: 100% 100%;
}
/*清新绿*/
.freshgreen #speakBox {
  background: url(../images/fresh-green-hdbg.jpg) no-repeat;
  background-size: 100% 100%;
}

/*图片直播*/

/*微赞蓝*/
.vzanblue .all-pic.active {
  color: #006cff;
}
.vzanblue .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #006cff;
  /* z-index: 150; */
}
.vzanblue .all-pic.navInit {
  color: #747474;
}
.vzanblue .all-pic.navInit:before {
  background: transparent;
}
.vzanblue .sort-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -24px -288px;
}
.vzanblue .sort-init {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -24px -313px;
}

.vzanblue .nine-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -60px -288px;
}
.vzanblue .four-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -96px -313px;
}
.vzanblue .one-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -132px -313px;
}
.vzanblue .goTop-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}
.vzanblue .pt-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}
.vzanblue .auto-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}
.vzanblue .invite-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}
.vzanblue .live-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}
.vzanblue.play {
  background: #fff;
}
.vzanblue .live-title {
  color: #353535;
}
.vzanblue .viewCount,
.vzanblue .de-word,
.vzanblue .noMore,
.vzanblue .loadMore,
.vzanblue .noData-word,
.vzanblue .dayTime,
.vzanblue .hourTime {
  color: #747474;
}
.vzanblue .viewImg {
  background-position: -191px -286px;
}
.vzanblue .de-arrow {
  background-position: -184px -287px;
}
.vzanblue .ifixNav {
  background: #fff;
}
.vzanblue .time-btn {
  color: #747474;
  margin-left: 20px;
}
.vzanblue .timeActive {
  color: #0084ff;
}
.vzanblue .timeActive:before {
  background: #0084ff;
}
.vzanblue .vzanPicture-nav:after {
  background: #f0f0f0;
}
.vzanblue .vzanPicture-nav:before {
  background: #f0f0f0;
}
.vzanblue .picPhoto-con .picPhoto,
.vzanblue .picPhoto-con .picTime {
  border: 2px solid #fff;
}
.vzanblue .jjgsaw-poper {
  background: #fff;
}

/*商务蓝*/
.businessblue .all-pic{
  color: #fff;
}
.businessblue .all-pic.active {
  color: #0084ff;
}

.businessblue .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #0084ff;
  /* z-index: 150; */
}
.businessblue .all-pic.navInit {
  color: #fff;
}
.businessblue .all-pic.navInit:before {
  background: transparent;
}
.businessblue .sort-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -21px -26px;
}
.businessblue .sort-init {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -21px -47px;
}

.businessblue .nine-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -58px -26px;
}

.businessblue .four-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -94px -47px;
}

.businessblue .one-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -130px -47px;
}

.businessblue .goTop-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}

.businessblue .pt-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}

.businessblue .auto-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}

.businessblue .invite-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}

.businessblue .live-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}

.businessblue.play {
  background: #000;
}

.businessblue.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.businessblue .live-title {
  color: #fff;
}
.businessblue .viewCount,
.businessblue .de-word,
.businessblue .icon-gengduo,
.businessblue .noMore,
.businessblue .loadMore,
.businessblue .noData-word,
.businessblue .dayTime,
.businessblue .hourTime {
  color: #b0b0b0;
  border-color:#b0b0b0;
}
.businessblue .xviewImg {
  background-position: -135px -77px;
}

.businessblue .de-arrow {
  background-position: -184px -287px;
}
.businessblue .ifixNav {
  background: #000;
}
.businessblue .time-btn {
  color: #ffffff;
  margin-left: 20px;
}
.businessblue .timeActive {
  color: #0084ff;
}
.businessblue .timeActive:before {
  background: #0084ff;
}
.businessblue .vzanPicture-nav:after {
  background: #353535;
}
.businessblue .vzanPicture-nav:before {
  background: #353535;
}
.businessblue .jjgsaw-poper {
  background: #0084ff;
}

/*喜庆红*/

.annualmetting .viewImg {
  background-position: -133px -212px;
}
.annualmetting .all-pic, .jubilantred .all-pic{
  color: rgba(255, 230, 189, 0.8);
}
.annualmetting .all-pic.active {
  color: #ffa800;
}

.annualmetting .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #ffa800;
  /* z-index: 150; */
}
.annualmetting .all-pic.navInit {
  color: #fed6d6;
}
.annualmetting .all-pic.navInit:before {
  background: rgba(0, 0, 0, 0);
}
.annualmetting .opes-btn {
  background-position: -307px -201px;
}
.annualmetting .sort-active {
  background-position: -19px -153px;
}
.annualmetting .sort-init {
  background-position: -19px -180px;
}

.annualmetting .nine-active {
  background-position: -56px -153px;
}
.annualmetting .four-active {
  background-position: -92px -180px;
}
.annualmetting .one-active {
  background-position: -128px -180px;
}
.annualmetting .goTop-btn {
  background-position: -167px -152px;
}
.annualmetting .pt-btn {
  background-position: -213px -152px;
}
.annualmetting .auto-btn {
  background-position: -260px -152px;
}
.annualmetting .invite-btn {
  background-position: -307px -152px;
}
.annualmetting .live-btn {
  background-position: -18px -211px;
}

/** 加*/
.annualmetting.play {
  background: #b70d1f;
}

.annualmetting.play:before, .jubilantred.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../../topic/image/xbacks.png") center 0 no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.annualmetting .live-title, .newyearformouse .live-title, .jubilantred .live-title {
  color: #FFE6BD;
}
.annualmetting .viewCount,
.jubilantred .viewCount,
.annualmetting .de-word,
.annualmetting .icon-gengduo,
.annualmetting .noMore,
.annualmetting .loadMore,
.annualmetting .noData-word,
.annualmetting .dayTime,
.annualmetting .hourTime, .newyearformouse .viewCount,
.jubilantred .de-word,
.jubilantred .icon-gengduo,
.jubilantred .noMore,
.jubilantred .loadMore,
.jubilantred .noData-word,
.jubilantred .dayTime,
.jubilantred .hourTime, .newyearformouse .viewCount,
.newyearformouse .de-word,
.newyearformouse .icon-gengduo,
.newyearformouse .noMore,
.newyearformouse .loadMore,
.newyearformouse .noData-word,
.newyearformouse .dayTime,
.newyearformouse .hourTime {
  color: rgba(255, 230, 189, 0.8);
}
.newyearformouse .count-down-4 .count-down-title {
  color: #FFE6BD;
}
.annualmetting .de-arrow {
  background-position: -148px -212px;
}
.annualmetting .ifixNav {
  background: #b70d1f;
}
.annualmetting .time-btn {
  color: #fed6d6;
  margin-left: 20px;
}
.annualmetting .timeActive {
  color: #ffa800;
}
.annualmetting .timeActive:before {
  background: #ffa800;
}
.annualmetting .vzanPicture-nav:after {
  background: #aa0517;
}
.annualmetting .vzanPicture-nav:before {
  background: #aa0517;
}
.annualmetting .jjgsaw-poper {
  background: #d21f2b;
}

/*时尚金*/
.fashiongold .all-pic{
  color: #fff;
}
.fashiongold .all-pic.active {
  color: #e2cc95;
}

.fashiongold .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #e2cc95;
  /* z-index: 150; */
}
.fashiongold .all-pic.navInit {
  color: #fff;
}
.fashiongold .all-pic.navInit:before {
  background: transparent;
}
.fashiongold .opes-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -76px;
}
.fashiongold .sort-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -20px -27px;
}
.fashiongold .sort-init {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -20px -46px;
}

.fashiongold .nine-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -57px -26px;
}
.fashiongold .four-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -93px -46px;
}
.fashiongold .one-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -129px -46px;
}
.fashiongold .goTop-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}
.fashiongold .pt-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}
.fashiongold .auto-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}
.fashiongold .invite-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}
.fashiongold .live-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}

.fashiongold.play {
  background: #262626;
}

.fashiongold.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/goldbg.png?v=2019") center 0 no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.fashiongold .live-title {
  color: #fff;
}
.fashiongold .viewCount,
.fashiongold .de-word,
.fashiongold .noMore,
.fashiongold .loadMore,
.fashiongold .noData-word,
.fashiongold .dayTime,
.fashiongold .hourTime {
  color: #b0b0b0;
}
.fashiongold .xviewImg {
  background-position: -135px -77px;
}
.fashiongold .de-arrow {
  background-position: -184px -287px;
}
.fashiongold .ifixNav {
  background: #262626;
}
.fashiongold .time-btn {
  color: #fff;
  margin-left: 20px;
}
.fashiongold .timeActive {
  color: #e2cc95;
}
.fashiongold .timeActive:before {
  background: #e2cc95;
}
.fashiongold .vzanPicture-nav:after {
  background: #353535;
}
.fashiongold .vzanPicture-nav:before {
  background: #353535;
}
.fashiongold .jjgsaw-poper {
  background: #e2cc95;
}

/*玫瑰粉*/
.ebusinesspink .all-pic.active {
  color: #fe4161;
}

.ebusinesspink .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #fe4161;
  /* z-index: 150; */
}
.ebusinesspink .all-pic.navInit {
  color: #747474;
}
.ebusinesspink .all-pic.navInit:before {
  background: transparent;
}
.ebusinesspink .opes-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -307px -201px;
}
.ebusinesspink .sort-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -19px -153px;
}
.ebusinesspink .sort-init {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -19px -180px;
}

.ebusinesspink .nine-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -56px -153px;
}
.ebusinesspink .four-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -92px -180px;
}
.ebusinesspink .one-active {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -128px -180px;
}
.ebusinesspink .goTop-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -167px -152px;
}
.ebusinesspink .pt-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -213px -152px;
}
.ebusinesspink .auto-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -260px -152px;
}
.ebusinesspink .invite-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -307px -152px;
}
.ebusinesspink .live-btn {
  background: url("../images/photo-4.png") no-repeat;
  background-size: 375px 375px;
  background-position: -18px -211px;
}

.ebusinesspink.play {
  background: #fff;
}

.ebusinesspink.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.ebusinesspink .live-title {
  color: #353535;
}
.ebusinesspink .viewCount,
.ebusinesspink .de-word,
.ebusinesspink .noMore,
.ebusinesspink .loadMore,
.ebusinesspink .noData-word,
.ebusinesspink .dayTime,
.ebusinesspink .hourTime {
  color: #b0b0b0;
}
.ebusinesspink .xviewImg {
  background-position: -135px -77px;
}
.ebusinesspink .de-arrow {
  background-position: -184px -287px;
}
.ebusinesspink .ifixNav {
  background: #fff;
}
.ebusinesspink .time-btn {
  color: #747474;
  margin-left: 20px;
}
.ebusinesspink .timeActive {
  color: #fe4161;
}
.ebusinesspink .timeActive:before {
  background: #fe4161;
}
.ebusinesspink .vzanPicture-nav:after {
  background: #f3f3f3;
}
.ebusinesspink .vzanPicture-nav:before {
  background: #f3f3f3;
}
.ebusinesspink .jjgsaw-poper {
  background: #fe4161;
}

/*潮流橙*/
.trendorange .all-pic.active {
  color: #FF5902;
}

.trendorange .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #FF5902;
  /* z-index: 150; */
}
.trendorange .all-pic.navInit {
  color: #747474;
}
.trendorange .all-pic.navInit:before {
  background: transparent;
}
.trendorange .opes-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -76px;
}
.trendorange .sort-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -20px -27px;
}
.trendorange .sort-init {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -20px -46px;
}
.trendorange .nine-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -57px -26px;
}
.trendorange .four-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -93px -46px;
}
.trendorange .one-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -129px -46px;
}
.trendorange .goTop-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}
.trendorange .pt-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}
.trendorange .auto-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}
.trendorange .invite-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}
.trendorange .live-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}

.trendorange.play {
  background: #fff;
}

.trendorange.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.trendorange .live-title {
  color: #353535;
}
.trendorange .viewCount,
.trendorange .de-word,
.trendorange .noMore,
.trendorange .loadMore,
.trendorange .noData-word,
.trendorange .dayTime,
.trendorange .hourTime {
  color: #b0b0b0;
}
.trendorange .xviewImg {
  background-position: -135px -77px;
}
.trendorange .de-arrow {
  background-position: -184px -287px;
}
.trendorange .ifixNav {
  background: #fff;
}
.trendorange .time-btn {
  color: #747474;
  margin-left: 20px;
}
.trendorange .timeActive {
  color: #FF5902;
}
.trendorange .timeActive:before {
  background: #FF5902;
}
.trendorange .vzanPicture-nav:after {
  background: #f3f3f3;
}
.trendorange .vzanPicture-nav:before {
  background: #f3f3f3;
}
.trendorange .jjgsaw-poper {
  background: #FF5902;
}

/*时尚绿*/
.fashiongreen .all-pic{
  color: #fff;
}
.fashiongreen .all-pic.active {
  color: #3dc060;
}

.fashiongreen .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #3dc060;
  /* z-index: 150; */
}
.fashiongreen .all-pic.navInit {
  color: #fff;
}
.fashiongreen .all-pic.navInit:before {
  background: transparent;
}
.fashiongreen .opes-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -307px -201px;
}
.fashiongreen .sort-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -19px -153px;
}
.fashiongreen .sort-init {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -19px -180px;
}

.fashiongreen .nine-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -56px -153px;
}
.fashiongreen .four-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -92px -180px;
}
.sort-active-c {
  width: 20px;
  height: 20px;
  background: url(../images/time-icons.png)
    no-repeat;
  background-size: 50px 240px;
  background-position: -32px -197px;
}
/* 白色 */
.annualmetting .sort-active-c,
.businessblue .sort-active-c,
.fashiongreen .sort-active-c .businessblue .sort-active-c,
.fashiongold .sort-active-c,
.fashiongreen .sort-active-c {
  background-position-y: -223px;
}

.time-init {
  width: 20px;
  height: 20px;
  background: url(../images/time-icons.png)
    no-repeat;
  background-size: 60px 330px;
  background-position: 1px -274px;
}
.time-init.act {
  background-position-y: 0px;
}
/* 黄色 */
.childrenday .time-init.act,
.annualmetting .time-init.act {
  background-position-y: -38px;
}
.fashiongreen .time-init.act {
  background-position-y: -198px;
}
.ebusinesspink .time-init.act {
  background-position-y: -77px;
}
.fashiongold .time-init.act {
  background-position-y: -114px;
}
.freshgreen .time-init.act {
  background-position-y: -237px;
}

.fashiongreen .one-active {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -128px -180px;
}
.fashiongreen .goTop-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -167px -152px;
}
.fashiongreen .pt-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -213px -152px;
}
.fashiongreen .auto-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -260px -152px;
}
.fashiongreen .invite-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -307px -152px;
}
.fashiongreen .live-btn {
  background: url("../images/photo-5.png") no-repeat;
  background-size: 375px 375px;
  background-position: -18px -211px;
}

.fashiongreen.play {
  background: #000;
}

.fashiongreen.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/fashiongreenbg.png?v=2019") center 0 no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.fashiongreen .live-title {
  color: #fff;
}
.fashiongreen .viewCount,
.fashiongreen .de-word,
.fashiongreen .noMore,
.fashiongreen .loadMore,
.fashiongreen .noData-word,
.fashiongreenk .dayTime,
.fashiongreen .hourTime {
  color: #b0b0b0;
}
.fashiongreen .xviewImg {
  background-position: -135px -77px;
}
.fashiongreen .de-arrow {
  background-position: -184px -287px;
}
.fashiongreen .ifixNav {
  background: #000;
}
.fashiongreen .time-btn {
  color: #fff;
  margin-left: 20px;
}
.fashiongreen .timeActive {
  color: #3dc060;
}
.fashiongreen .timeActive:before {
  background: #3dc060;
}
.fashiongreen .vzanPicture-nav:after {
  background: #242424;
}
.fashiongreen .vzanPicture-nav:before {
  background: #242424;
}
.fashiongreen .jjgsaw-poper {
  background: #3dc060;
}

/*清新绿*/
.freshgreen .all-pic.active {
  color: #6bb519;
}

.freshgreen .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #6bb519;
  /* z-index: 150; */
}
.freshgreen .all-pic.navInit {
  color: #747474;
}
.freshgreen .all-pic.navInit:before {
  background: transparent;
}
.freshgreen .opes-btn {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -76px;
}
.freshgreen .sort-active {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -20px -27px;
}
.freshgreen .sort-init {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -20px -46px;
}
.freshgreen .nine-active {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -57px -26px;
}
.freshgreen .four-active {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -93px -46px;
}
.freshgreen .one-active {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -129px -46px;
}
.freshgreen .goTop-btn {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}
.freshgreen .pt-btn {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}
.freshgreen .auto-btn {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}
.freshgreen .invite-btn {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}
.freshgreen .live-btn {
  background: url("../images/photo-6.png") no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}

.freshgreen.play {
  background: #fff;
}

.freshgreen.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/freshgreenbg.png?v=2019") center 0 no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.freshgreen .live-title {
  color: #6BB518;
}
.freshgreen .viewCount,
.freshgreen .de-word,
.freshgreen .icon-gengduo,
.freshgreen .noMore,
.freshgreen .loadMore,
.freshgreen .noData-word,
.freshgreen .dayTime,
.freshgreen .hourTime {
  color: rgba(107, 181, 24, 0.7);
}
.freshgreen .all-pic {
  color: rgba(107, 181, 24, 0.8);
}
.freshgreen .xviewImg {
  background-position: -135px -77px;
}
.freshgreen .de-arrow {
  background-position: -184px -287px;
}
.freshgreen .ifixNav {
  background: #fff;
}
.freshgreen .time-btn {
  color: #747474;
  margin-left: 20px;
}
.freshgreen .timeActive {
  color: #6bb519;
}
.freshgreen .timeActive:before {
  background: #6bb519;
}
.freshgreen .vzanPicture-nav:after {
  background: #f3f3f3;
}
.freshgreen .vzanPicture-nav:before {
  background: #f3f3f3;
}
.freshgreen .jjgsaw-poper {
  background: #6bb519;
}

/*科技蓝*/
.technologyblue .all-pic.active {
  color: #4f87fc;
}

.technologyblue .all-pic.active:before {
  /* position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px; */
  background: #4f87fc;
  /* z-index: 150; */
}

.technologyblue .all-pic.navInit {
  color: #747474;
}

.technologyblue .all-pic.navInit:before {
  background: transparent;
}

.technologyblue .sort-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -24px -288px;
}
.technologyblue .sort-init {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -24px -313px;
}

.technologyblue .nine-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -60px -288px;
}
.technologyblue .four-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -96px -313px;
}
.technologyblue .one-active {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -132px -313px;
}
.technologyblue .goTop-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}

.technologyblue .pt-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}

.technologyblue .auto-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}

.technologyblue .invite-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}

.technologyblue .live-btn {
  background: url("../images/photo-3.png") no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}

.technologyblue.play {
  background: #fff;
}

.technologyblue.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/technologybluebg.png?v=2019") center 0 no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}
.technologyblue .live-title {
  color: #353535;
}
.technologyblue .viewCount,
.technologybluen .de-word,
.technologyblue .noMore,
.technologyblue .loadMore,
.technologyblue .noData-word,
.technologyblue .dayTime,
.technologyblue .hourTime,
.fashiongreen .dayTime,
.fashiongreen .hourTime {
  color: #b0b0b0;
}
.technologyblue .xviewImg {
  background-position: -135px -77px;
}
.technologyblue .de-arrow {
  background-position: -184px -287px;
}
.technologyblue .ifixNav {
  background: #fff;
}
.technologyblue .time-btn {
  color: #747474;
  margin-left: 20px;
}
.technologyblue .timeActive {
  color: #4f87fc;
}
.technologyblue .timeActive:before {
  background: #4f87fc;
}
.technologyblue .vzanPicture-nav:after {
  background: #f3f3f3;
}
.technologyblue .vzanPicture-nav:before {
  background: #f3f3f3;
}
.technologyblue .picPhoto-con .picPhoto,
.technologyblue .picPhoto-con .picTime {
  border: 0px;
}
.technologyblue .jjgsaw-poper {
  background: #4f87fc;
}

/*搜索页*/

.vzanblue .slideNav ul li.current s {
  color: #0084ff;
  border-bottom: 2px solid #0084ff;
}
.technologyblue .slideNav ul li.current s {
  color: #4f87fc;
  border-bottom: 2px solid #4f87fc;
}
.businessblue .slideNav ul li.current s {
  color: #0084ff;
  border-bottom: 2px solid #0084ff;
}
.annualmetting .slideNav ul li.current s {
  color: #d21f2b;
  border-bottom: 2px solid #d21f2b;
}
.newyearformouse .slideNav ul li.current s {
  color: #d21f2b;
  border-bottom: 2px solid #d21f2b;
}
.ebusinesspink .slideNav ul li.current s {
  color: #fe4161;
  border-bottom: 2px solid #fe4161;
}
.fashiongold .slideNav ul li.current s {
  color: #e2cc95;
  border-bottom: 2px solid #e2cc95;
}
.trendorange .slideNav ul li.current s {
  color: #FF5902;
  border-bottom: 2px solid #FF5902;
}
.fashiongreen .slideNav ul li.current s {
  color: #3dc060;
  border-bottom: 2px solid #3dc060;
}
.freshgreen .slideNav ul li.current s {
  color: #6bb519;
  border-bottom: 2px solid #6bb519;
}

.vzanblue .more-button-u {
  background: url(../images/technology-bule-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.technologyblue .more-button-u {
  background: url(../images/technology-bule-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.annualmetting .more-button-u {
  background: url(../images/red-03.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.ebusinesspink .more-button-u {
  background: url(../images/pink-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.fashiongold .more-button-u {
  background: url(../images/golden-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.businessblue .more-button-u {
  background: url(../images/business-bule-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.trendorange .more-button-u {
  background: url(../images/orange-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.fashiongreen .more-button-u {
  background: url(../images/fashion-green-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.freshgreen .more-button-u {
  background: url(../images/fresh-green-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}

.vzanblue .research span {
  color: #0084ff;
}
.businessblue .research span {
  color: #0084ff;
}
.technologyblue .research span {
  color: #4f87fc;
}
.annualmetting .research span {
  color: #d21f2b;
}
.ebusinesspink .research span {
  color: #fe4161;
}
.fashiongold .research span {
  color: #e2cc95;
}
.trendorange .research span {
  color: #FF5902;
}
.fashiongreen .research span {
  color: #3dc060;
}
.freshgreen .research span {
  color: #6bb519;
}

.vzanblue .marry-chat-content .msg-content,
.businessblue .marry-chat-content .msg-content,
.technologyblue .marry-chat-content .msg-content,
.annualmetting .marry-chat-content .msg-content,
.ebusinesspink .marry-chat-content .msg-content,
.fashiongold .marry-chat-content .msg-content,
.trendorange .marry-chat-content .msg-content,
.fashiongreen .marry-chat-content .msg-content,
.freshgreen .marry-chat-content .msg-content {
  border-radius: 0.2rem 1rem 1rem 1rem;
}

.businessblue .inputbox input,
.fashiongold .inputbox input,
.fashiongreen .inputbox input,
.businessblue .inputbox textarea,
.fashiongold .inputbox textarea,
.fashiongreen .inputbox textarea {
  color: #fff;
}
.ebusinesspink .inputbox input,
.ebusinesspink .inputbox textarea {
  color: #fe4161;
}

.vzanblue .infor_nav_list_in li.current {
  background: #0084ff;
}
.annualmetting .infor_nav_list_in li.current {
  background: #d21f2b;
}
.technologyblue .infor_nav_list_in li.current {
  background: #4f87fc;
}

.ebusinesspink .infor_nav_list_in li.current {
  background: #fe4161;
}
.fashiongold .infor_nav_list_in li.current {
  background: #e2cc95;
}

.businessblue .infor_nav_list_in li.current {
  background: #0084ff;
}
.trendorange .infor_nav_list_in li.current {
  background: #FF5902;
}

.fashiongreen .infor_nav_list_in li.current {
  background: #3dc060;
}

.freshgreen .infor_nav_list_in li.current {
  background: #6bb519;
}
.vzanblue .infor_nav_list_in .skin-line li.current,
.technologyblue .infor_nav_list_in .skin-line li.current,
.annualmetting .infor_nav_list_in .skin-line li.current,
.businessblue .infor_nav_list_in .skin-line li.current,
.ebusinesspink .infor_nav_list_in .skin-line li.current,
.fashiongold .infor_nav_list_in .skin-line li.current,
.fashiongreen .infor_nav_list_in .skin-line li.current,
.trendorange .infor_nav_list_in .skin-line li.current,
.freshgreen .infor_nav_list_in .skin-line li.current {
  background: transparent;
}

.vzanblue .hd-rule p.p_rule,
.businessblue .hd-rule p.p_rule {
  color: #0084ff;
}
.technologyblue .hd-rule p.p_rule {
  color: #4f87fc;
}
.annualmetting .hd-rule p.p_rule {
  color: #d21f2b;
}
.ebusinesspink .hd-rule p.p_rule {
  color: #fe4161;
}
.fashiongold .hd-rule p.p_rule {
  color: #e2cc95;
}
.trendorange .hd-rule p.p_rule {
  color: #FF5902;
}
.fashiongreen .hd-rule p.p_rule {
  color: #3dc060;
}
.freshgreen .hd-rule p.p_rule {
  color: #6bb519;
}

.vzanblue .rule-down {
  background: url(../images/slide-vzanblue-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.vzanblue .rule-up {
  background: url(../images/slide-vzanblue-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.businessblue .rule-down {
  background: url(../images/slide-vzanblue-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.businessblue .rule-up {
  background: url(../images/slide-vzanblue-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.technologyblue .rule-down {
  background: url(../images/slide-technologyblue-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.technologyblue .rule-up {
  background: url(../images/slide-technologyblue-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.annualmetting .rule-down {
  background: url(../images/slide-annualmetting-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.annualmetting .rule-up {
  background: url(../images/slide-annualmetting-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.ebusinesspink .rule-down {
  background: url(../images/slide-ebusinesspink-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.ebusinesspink .rule-up {
  background: url(../images/slide-ebusinesspink-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.fashiongold .rule-down {
  background: url(../images/slide-fashiongold-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.fashiongold .rule-up {
  background: url(../images/slide-fashiongold-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.trendorange .rule-down {
  background: url(../images/slide-trendorange-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.trendorange .rule-up {
  background: url(../images/slide-trendorange-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.fashiongreen .rule-down {
  background: url(../images/slide-fashiongreen-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.fashiongreen .rule-up {
  background: url(../images/slide-fashiongreen-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.freshgreen .rule-down {
  background: url(../images/slide-freshgreen-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
.freshgreen .rule-up {
  background: url(../images/slide-freshgreen-02.png?v=2019) no-repeat;
  background-size: 1.2rem;
}

.vzanblue .wrapper-in .scroller li.cur a {
  color: #0084ff;
}
.technologyblue .wrapper-in .scroller li.cur a {
  color: #4f87fc;
}
.annualmetting .wrapper-in .scroller li.cur a {
  color: #d21f2b;
}
.ebusinesspink .wrapper-in .scroller li.cur a {
  color: #fe4161;
}
.fashiongold .wrapper-in .scroller li.cur a {
  color: #e2cc95;
}
.businessblue .wrapper-in .scroller li.cur a {
  color: #0084ff;
}
.trendorange .wrapper-in .scroller li.cur a {
  color: #FF5902;
}
.fashiongreen .wrapper-in .scroller li.cur a {
  color: #3dc060;
}
.freshgreen .wrapper-in .scroller li.cur a {
  color: #6bb519;
}

.vzanblue .detail-add {
  background: url(../images/technology-bule-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.technologyblue .detail-add {
  background: url(../images/business-bule-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.annualmetting .detail-add {
  background: url(../images/red-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.ebusinesspink .detail-add {
  background: url(../images/pink-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.fashiongold .detail-add {
  background: url(../images/golden-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}

.businessblue .detail-add {
  background: url(../images/technology-bule-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}

.trendorange .detail-add {
  background: url(../images/orange-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}

.fashiongreen .detail-add {
  background: url(../images/fashion-green-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.freshgreen .detail-add {
  background: url(../images/fresh-green-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}

.fashiongold .invitation-card i {
  background: url(../images/fashiongold-invite.png?v=2019) no-repeat;
  background-size: 1.2rem 1.2rem;
}
.fashiongold .liveBoxContent h4,
.fashiongold .ql_start_box #setremind,
.fashiongold .livegong_name,
.fashiongold .livegong_tip,
.fashiongold .c_loading {
  color: #e2cc95 !important;
}
.fashiongold .ql_timer dl dd var,
.fashiongold .next_presets {
  color: #353535;
}
.fashiongold .liveroom-bottom-bt,
.fashiongold .submit_box a {
  background: #e2cc95;
  color: #353535;
}
.fashiongold .invitation-card {
  background: #e2cc95;
}
.fashiongold .invitation-card span {
  color: #353535;
}
.fashiongold .tabNav ul li.current s {
  color: #e2cc95;
  border-bottom: 2px solid #eed49d;
}
.fashiongold .living-butt button.edit-butt {
  background: #0084ff;
  color: #fff;
}

.living-butt button.rebuild-butt {
  background: #e2cc95;
  color: #353535;
}

/* 2019-4-17 直播间皮肤样式修正 介绍、榜单、合作、密码按钮、付费购买须知 图片直播更新提示 start */
/* 时尚金 */
.fashiongold #tab-content .swiper-slide,
.fashiongold .pm-icon,
.fashiongold .hd-rule {
  background-color: #232222;
}
.fashiongold .live-details-introduce,
.fashiongold .table-banglist td {
  border-top: 1px solid #101010;
}
.fashiongold .pm-icon:before {
  border-bottom: 1px solid #101010;
}
.fashiongold .live-details-h2,
.fashiongold .pm-icon,
.fashiongold .table-banglist em,
.fashiongold .buy_tip div,
.fashiongold #setremind,
.fashiongold .see-more-rank a {
  color: #e2cc95;
}
.fashiongold .table-banglist {
  color: #fff !important;
  background-color: #232222 !important;
}
.fashiongold .live-details p,
.fashiongold .ppt-content .ppt-no-data {
  color: #fff;
}
.fashiongold .password button {
  background-color: #e2cc95;
}
.fashiongold .btnLiveTalk {
  background-color: #e2cc95;
  color: #232222;
}
.fashiongold .news-alert-time span,
.fashiongold .marry-chat-content .nickname,
.fashiongold .hd-rule .guize {
  color: #fff;
}
/* 商务蓝 */
.businessblue #tab-content .swiper-slide,
.businessblue .pm-icon,
.businessblue .hd-rule {
  background-color: #040931;
}
.businessblue .live-details-introduce,
.businessblue .table-banglist td {
  border-top: 1px solid #101010;
}
.businessblue .pm-icon:before {
  border-bottom: 1px solid #101010;
}
.businessblue .live-details-h2,
.businessblue .pm-icon,
.businessblue .table-banglist em,
.businessblue .buy_tip div,
.businessblue #setremind,
.businessblue .see-more-rank a {
  color: #0084ff;
}
.businessblue .table-banglist {
  color: #fff !important;
  background-color: #040931 !important;
}
.businessblue .live-details p,
.businessblue .hd-rule .guize,
.businessblue .ppt-content .ppt-no-data {
  color: #fff;
}
.businessblue .liveBoxContent h4,
.businessblue .livegong_name,
.businessblue .livegong_tip,
.businessblue .c_loading,
.businessblue .marry-chat-content a,
.businessblue .marry-chat-content .nickname,
.businessblue .news-alert-time span {
  color: #fff !important;
}
.businessblue .msg-content-wen {
  color: #efefef;
}
/* 时尚绿 .fashiongreen */
.fashiongreen #tab-content .swiper-slide,
.fashiongreen .pm-icon,
.fashiongreen .hd-rule {
  background-color: #00384f;
}
.fashiongreen .live-details-introduce,
.fashiongreen .table-banglist td {
  border-top: 1px solid rgba(244, 244, 244, 0.06);
}
.fashiongreen .pm-icon:before,
.fashiongreen .live-qiye-nav {
  border-bottom: 1px solid rgba(244, 244, 244, 0.06);
}
.fashiongreen .live-details-h2,
.fashiongreen .pm-icon,
.fashiongreen .table-banglist em,
.fashiongreen .buy_tip div,
.fashiongreen #setremind,
.fashiongreen .see-more-rank a {
  color: #3dc060;
}
.fashiongreen .liveBoxContent h4,
.fashiongreen .livegong_name,
.fashiongreen .livegong_tip,
.fashiongreen .c_loading {
  color: #fff !important;
  /* background-color: #00384f !important; */
}
.fashiongreen .table-banglist {
  color: #fff !important;
  background-color: #00384f !important;
}
.fashiongreen .live-details p,
.fashiongreen .hd-rule .guize,
.fashiongreen .ppt-content .ppt-no-data {
  color: #fff;
}
.fashiongreen .password button,
.fashiongreen .btnLiveTalk {
  background-color: #3dc060;
}
/* 清新绿 */
.freshgreen .pm-icon,
.freshgreen .table-banglist em,
.freshgreen .buy_tip div,
.freshgreen #setremind,
.freshgreen .see-more-rank a {
  color: #6bb519;
}
.freshgreen .password button,
.freshgreen .btnLiveTalk {
  background-color: #6bb519;
}
/* 科技蓝 */
.technologyblue .pm-icon,
.technologyblue .table-banglist em,
.technologyblue .buy_tip div,
.technologyblue #setremind,
.technologyblue .see-more-rank a {
  color: #3f87f7;
}
.technologyblue .password button,
.technologyblue .btnLiveTalk {
  background-color: #3f87f7;
}
.technologyblue .marry-chat-content a {
  color: #fff;
}
.technologyblue .msg-content-wen {
  color: #efefef;
}
/* 玫瑰粉  */
.ebusinesspink .pm-icon,
.ebusinesspink .table-banglist em,
.ebusinesspink .buy_tip div,
.ebusinesspink #setremind,
.ebusinesspink .see-more-rank a {
  color: #fe4161;
}
.ebusinesspink .password button,
.ebusinesspink .btnLiveTalk {
  background-color: #fe4161;
}
.ebusinesspink .marry-chat-content a {
  color: #fff;
}
.ebusinesspink .msg-content-wen {
  color: #efefef;
}
/* 潮流橙 */
.trendorange .buy_tip div,
.trendorange #setremind,
.trendorange .see-more-rank a {
  color: #FF5902;
}
.trendorange .password button,
.trendorange .btnLiveTalk {
  background-color: #FF5902;
}
.trendorange .marry-chat-content a {
  color: #fff;
}
.trendorange .msg-content-wen {
  color: #efefef;
}
/* 喜庆红 */
.annualmetting .buy_tip div,
.annualmetting #setremind,
.annualmetting .see-more-rank a {
  color: #d21f2b;
}
.annualmetting .password button,
.annualmetting .btnLiveTalk {
  background-color: #d21f2b;
}
.annualmetting .msg-content-wen {
  color: #ffb668;
}
/* 2019-4-17 直播间皮肤样式修正 介绍、榜单、合作 密码按钮、付费购买须知 图片直播更新提示 end */

/* 2019-4-25 图片直播4.0皮肤样式补充、调整 start */
/* 补充各个皮肤图片分类、新倒计时、分类图片为空时提示的样式 */

/* 时尚金 */
.fashiongold .pic-type li {
  color: #fff;
}
.fashiongold .pic-type li.active {
  color: #e2cc95;
}
.fashiongold .count-down-4 li,
.fashiongold .begin-right-away,
.fashiongold .role-btn-area button {
  color: #dbb76c;
  background-color: transparent;
}
.fashiongold .role-btn-area button {
  color: #fff;
  background-color: #dbb76c;
}
.fashiongold .inputbox .huifu-reply,
.fashiongold .wonderful_tv p {
  color: #fff;
}
.fashiongold .pic-type-empty {
  background: url("../images/pic-type-empty-fashiongold.png") no-repeat top
    center;
  background-size: 70px 62px;
  color: #747474;
}
.fashiongold .count-down-title {
  /*background: url("../images/count-down-white.png") no-repeat center center;*/
  background-size: 100%;
  color: #e2cc95;
}
.fashiongold .count-down-4 {
  /*background: #323232 url("../images/count-down-bg-fashiongold.png") no-repeat*/
  /*  top left;*/
  /*background-size: 100%;*/
}

.fashiongold .count-down-title {
  /*background: url("../images/count-down-white.png") no-repeat center center;*/
  background-size: 100%;
}
.fashiongold .wss-tip {
  box-shadow: 2px 3px 23px 2px rgba(7, 0, 1, 0.04);
  border: 1px solid #252525;
  background-color: #323232;
  color: #fff;
}
.fashiongold .wss-tip:before {
  background: url(../images/pic-icon-top-white.png) no-repeat;
  background-size: 100%;
}
.fashiongold .wss-tip i {
  background: url(../images/pic-icon-close-white.png) no-repeat;
  background-size: 100%;
}
.fashiongold .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-fashiongold.png) no-repeat center center;
  background-size: 100%;
}
.fashiongold .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -55px -55px;
  background-size: 176px 150px;
}
.fashiongold .live-info {
  color: #ffffff;
}
.fashiongold .live-info .info-time {
  background: url(../images/pic_sprite1.png) -155px -57px;
  background-size: 176px 150px;
}
.fashiongold .live-info .info-address {
  background: url(../images/pic_sprite1.png) -107px -105px;
  background-size: 176px 150px;
}
/* 商务蓝 */
.businessblue .pic-type li {
  color: #fff;
}
.businessblue .pic-type li.active {
  color: #0084ff;
}
.businessblue .begin-right-away,
.businessblue .role-btn-area button {
  color: #fff;
  background-color: #0084ff;
}
.businessblue .count-down-4 li {
  background: none;
}
.businessblue .pic-type-empty {
  background: url("../images/pic-type-empty-fashiongold.png") no-repeat top
    center;
  background-size: 70px 62px;
  color: #747474;
}
.businessblue .count-down-4 {
  border: none;
}
.businessblue .count-down-title {
  color: #fff;
  background-size: 100%;
}
.businessblue .wss-tip {
  box-shadow: 2px 3px 23px 2px rgba(7, 0, 1, 0.04);
  border: 1px solid #252525;
  background-color: #323232;
  color: #fff;
}
.businessblue .wss-tip:before {
  background: url(../images/pic-icon-top-white.png) no-repeat;
  background-size: 100%;
}
.businessblue .wss-tip i {
  background: url(../images/pic-icon-close-white.png) no-repeat;
  background-size: 100%;
}
.businessblue .inputbox .huifu-reply,
.businessblue .wonderful_tv p {
  color: #fff;
}
.businessblue .live-info {
  color: #ffffff;
}
.businessblue .live-info .info-time {
  background: url(../images/pic_sprite1.png) -155px -57px;
  background-size: 176px 150px;
}
.businessblue .live-info .info-address {
  background: url(../images/pic_sprite1.png) -107px -105px;
  background-size: 176px 150px;
}
/* 喜庆红 */
.annualmetting .pic-type li, .jubilantred .pic-type li{
  color: rgba(255, 230, 189, 0.8);
}
.annualmetting .pic-type li.active, .jubilantred .pic-type li.active {
  color: #ffa800;
}
.annualmetting .begin-right-away, 
.annualmetting .role-btn-area button,.jubilantred .pic-type li.active,
.jubilantred .begin-right-away,
.jubilantred .role-btn-area button,
.newyearformouse .begin-right-away,
.newyearformouse .role-btn-area button {
  color: #fff;
  background-color: #ffa800;
}
.newyearformouse .pic-type li.active {
  color: #f4db7c;
}
.annualmetting .count-down-4 li, .newyearformouse .count-down-4 li, .jubilantred .count-down-4 li {
  color: #FFE6BD;
}

.annualmetting .pic-type-empty {
  background: url("../images/pic-type-empty-annualmetting.png") no-repeat top
    center;
  background-size: 70px 62px;
  color: #ffe5b3;
}
.annualmetting .count-down-title, .jubilantred .count-down-title {
  /*background: url("../images/count-down-white.png") no-repeat center center;*/
  color: #FFE6BD;
  background-size: 100%;
}
.annualmetting .wss-tip {
  box-shadow: 2px 3px 23px 2px rgba(7, 0, 1, 0.04);
  border: 1px solid #c10015;
  background-color: #d70017;
  color: #ffa800;
}
.annualmetting .wss-tip:before {
  background: url(../images/pic-icon-top-orange.png) no-repeat;
  background-size: 100%;
}
.annualmetting .wss-tip i {
  background: url(../images/pic-icon-close-orange.png) no-repeat;
  background-size: 100%;
}
.annualmetting .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-annualmetting.png) no-repeat center center;
  background-size: 100%;
}
.annualmetting .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -55px -5px;
  background-size: 176px 150px;
}

.annualmetting .live-info .info-time {
  background: url(../images/pic_sprite1.png) -155px -31px;
  background-size: 176px 150px;
}
.annualmetting .live-info .info-address {
  background: url(../images/pic_sprite1.png) -81px -105px;
  background-size: 176px 150px;
}
.annualmetting .inputicon.iconmore-v1 {
  background: url(../../livecommon/skin/newyear/images/2022/icon-live-iconmore-new.png) no-repeat;
  background-size: cover;
}
/* 玫瑰粉 */
.ebusinesspink .pic-type li.active,
.ebusinesspink .count-down-4 li,
.ebusinesspink .begin-right-away  {
  background-color: #fff;
  color: #fe4161;
}
.ebusinesspink .role-btn-area button {
  background-color: #fe4161;
  color: #fff;
}
.ebusinesspink .pic-type-empty {
  background: url("../images/pic-type-empty-ebusinesspink.png") no-repeat top
    center;
  background-size: 70px 62px;
}
.ebusinesspink .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-ebusinesspink.png) no-repeat center center;
  background-size: 100%;
}
.ebusinesspink .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -5px -55px;
  background-size: 176px 150px;
}
/* 潮流橙 */
.trendorange .pic-type li.active,
.trendorange .count-down-4 li,
.trendorange .begin-right-away, 
.trendorange .role-btn-area button {
  background-color: #fff;
  color: #FF5902;
}
.trendorange .role-btn-area button {
  background-color: #FF5902;
  color: #fff;
}
.trendorange .pic-type-empty {
  background: url("../images/pic-type-empty-trendorange.png") no-repeat top
    center;
  background-size: 70px 62px;
}
.trendorange .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-trendorange.png) no-repeat center center;
  background-size: 100%;
}
.trendorange .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -5px -105px;
  background-size: 176px 150px;
}
/* 时尚绿 */
.fashiongreen .pic-type li {
  color: #fff;
}
.fashiongreen .pic-type li.active,
.fashiongreen .begin-right-away {
  background-color: transparent;
  color: #3dc060;
}
.fashiongreen .count-down-4 li {
  color: #fff;
}
.fashiongreen .role-btn-area button {
  color: #fff;
  background: #3dc060;
}
.fashiongreen .count-down-title {
  /*background: url("../images/count-down-white.png") no-repeat center center;*/
  /*background-size: 100%;*/
  color: #fff;
}
.fashiongreen .pic-type-empty {
  background: url("../images/pic-type-empty-fashiongold.png") no-repeat top
    center;
  background-size: 70px 62px;
  color: #747474;
}
.fashiongreen .wss-tip {
  box-shadow: 2px 3px 23px 2px rgba(7, 0, 1, 0.04);
  border: 1px solid #252525;
  background-color: #323232;
  color: #fff;
}
.fashiongreen .wss-tip:before {
  background: url(../images/pic-icon-top-white.png) no-repeat;
  background-size: 100%;
}
.fashiongreen .wss-tip i {
  background: url(../images/pic-icon-close-white.png) no-repeat;
  background-size: 100%;
}
.fashiongreen .inputbox .huifu-reply,
.fashiongreen .wonderful_tv p {
  color: #fff;
}
.fashiongreen .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-fashiongreen.png) no-repeat center center;
  background-size: 100%;
}
.fashiongreen .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -105px -5px;
  background-size: 176px 150px;
}
.fashiongreen .live-info {
  color: #ffffff;
}
.fashiongreen .live-info .info-time {
  background: url(../images/pic_sprite1.png) -155px -57px;
  background-size: 176px 150px;
}
.fashiongreen .live-info .info-address {
  background: url(../images/pic_sprite1.png) -107px -105px;
  background-size: 176px 150px;
}
/* 清新绿 */
.freshgreen .pic-type li {
  color: rgba(107, 181, 24, .8);
}
.freshgreen .pic-type li.active {
  color: #6bb519;
}
.freshgreen .begin-right-away, 
.freshgreen .role-btn-area button {
  background-color: #6bb519;
  color: #fff;
}
.freshgreen .count-down-4 li {
  background: none;
  color: #6bb519;
}
.freshgreen .count-down-4 .count-down-title {
  color: #6bb519;
}
.freshgreen .pic-type-empty {
  background: url("../images/pic-type-empty-freshgreen.png") no-repeat top
    center;
  background-size: 70px 62px;
}
.freshgreen .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-freshgreen.png) no-repeat center center;
  background-size: 100%;
}
.freshgreen .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -105px -55px;
  background-size: 176px 150px;
}
/* 2019-4-25 图片直播4.0皮肤样式补充、调整 end */

/* 2019-4-28 新增儿童节皮肤 start */
/* 图片直播 */
.childrenday .pic-video-tab label.on{
  color: #FF5902;
}
.childrenday .pic-video-tab label.on:before{
  background: #FF5902;
}
.childrenday .live-title {
  color: rgba(255, 89, 2, 1);
}
.childrenday .viewCount, .childrenday .de-word, .childrenday .live-status, .childrenday .icon-gengduo {
  color: rgba(255, 89, 2, 0.7);
  border-color: rgba(255, 89, 2, 0.7);
}
.childrenday .pt-btn {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -212px -26px;
}
.childrenday .auto-btn {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -261px -26px;
}
.childrenday .opes-btn {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -310px -76px;
}
.childrenday .goTop-btn {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -162px -26px;
}
.childrenday .sort-active {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -20px -27px;
}
.childrenday .sort-init {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -20px -46px;
}
.childrenday .nine-active {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -57px -26px;
}
.childrenday .four-active {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -93px -46px;
}
.childrenday .one-active {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -129px -46px;
}
.childrenday .nine-init {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -57px -46px;
}
.childrenday .four-init {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -93px -26px;
}
.childrenday .one-init {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -129px -26px;
}
.childrenday .begin-right-away,
.childrenday .all-pic.active:before,
.childrenday .timeActive:before,
.childrenday #ent_focus a,
.childrenday .ql_timer dl dd,
.childrenday .list-nav ul li.on,
.childrenday .btnLiveTalk,
.childrenday .role-btn-area button,
.childrenday #wechat_focus,
.childrenday #has_focus {
  background: rgba(255, 89, 2, 1);
  color: #fff;
}
.childrenday .all-pic {
  color: rgba(255, 89, 2, 0.8);
}
.childrenday .count-down-4 li {
  background: none;
  color: #FF5902;
}
.childrenday .count-down-4 .count-down-title {
  color: #FF5902;
}
.childrenday .pic-type li {
  /* background-color: #fdeccd; */
  /* color: #FF5902; */
  color: rgba(255, 89, 2, .8);
}
.childrenday .pic-type li.active {
  color: rgba(255, 89, 2, 1);
}
.childrenday .list-nav ul li {
  border: 1px solid #FF5902;
  color: #FF5902;
}
.childrenday .next_presets {
  background-color: #FF5902;
  color: #fff;
  border: 1px solid #FF5902;
}
.childrenday .pic-type-empty {
  background: url("../images/pic-type-empty-children.png") no-repeat top center;
  background-size: 70px 62px;
  color: #FF5902;
}

.childrenday .all-pic.active,
.childrenday .timeActive,
.childrenday #setremind,
.childrenday .nav-bottom a p.curr,
.childrenday .wrapper-in .scroller li.cur a,
.childrenday .buy_tip div,
.childrenday #setremind,
.childrenday .startime > span,
.childrenday .total-data ul li p,
.childrenday .nav-bottom a p.curr,
.childrenday .new-nav a p.mine-words,
.childrenday .hd-rule p.p_rule,
.childrenday .see-more-rank a {
  color: rgba(255, 89, 2, 1);
}
.childrenday .inlive,
.childrenday .glbutt .logbutt,
.childrenday .invitation-card， .childrenday .password button,
.childrenday .invitation-card,
.childrenday .password button,
.childrenday .infor_nav_list_in li.current,
.childrenday .marry-chat-content .msg-content {
  background-color: #FF5902;
}
.childrenday .vzui-button,
.childrenday .toVoteGift {
  background: #FF5902;
}
.childrenday .infor_nav_list_in li.current:before {
  border: none;
}
.childrenday .noMore {
  color: #000;
}
.childrenday .marry-chat-content a,
.childrenday .marry-chat-content .msg-content {
  color: #fff;
}
.childrenday .all-pic.navInit,
.childrenday .marry-chat-content .nickname {
  color: #747474;
}
.childrenday .all-pic.navInit:before {
  background-color: transparent;
}
.childrenday .new-nav a i.mineLive {
  background: url(../images/orange-01.png) no-repeat;
  background-size: 2.3rem;
  margin-top: 4px;
}
.childrenday .icon-live-yaoqing {
  background: url(../images/children-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
}
.childrenday .icon-live-shang {
  background: url(../images/children-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
}
.childrenday .icon-live-zan {
  background: url(../images/children-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
}
.childrenday .inputicon.iconmore {
  background: url(../images/children-05.png) no-repeat;
  background-size: 3rem 3rem;
}
.childrenday .inputicon.gift-v1 {
  background: url(../images/children-04.png) no-repeat;
  background-size: 3rem 3rem;
}
.childrenday .inputicon.qqface-v1 {
  background: url(../images/children-03.png) no-repeat;
  background-size: 3rem 3rem;
}
.childrenday .open-dm {
  /* background: url(../images/trendorange-dm-open-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.childrenday .close-dm {
  /* background: url(../images/trendorange-dm-close-icon.png) no-repeat; */
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.childrenday .inputicon.icon-customer-service {
  background: url(../images/children-12.png) no-repeat;
  background-size: 3rem 3rem;
}
.childrenday .live-btn {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -14px -75px;
}
.childrenday .rule-down {
  background: url(../images/slide-trendorange-01.png?v=2019) no-repeat;
  background-size: 1.2rem;
}
/* .childrenday .live-qiye-nav li.on a {
    color: #F7A106;
    border-bottom: 2px solid #F7A106;
} */
.childrenday .live-qiye-nav li.on a {
  color: #FF5902;
}
.childrenday .live-qiye-nav li.on a:after {
  background: #FF5902;
}
.childrenday #speakBox {
  background: url(../images/children-live.png) no-repeat left calc(100% - 50px);
  /*background: url(../images/children.png)no-repeat;*/
  background-size: 100%;
}
.childrenday .detail-add {
  background: url(../images/orange-09.png?v=2019) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.childrenday.play:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/children.png) center 0 no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  width: 100%;
}

.childrenday .more-button-u {
  background: url(../images/orange-11.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.childrenday .more-button {
  background: url(../images/orange-09.png) no-repeat;
  background-size: 4.4rem 4.4rem;
}
.childrenday .tab-nav ul li.current s {
  color: #FF5902;
  border-bottom: 2px solid #FF5902;
}
.childrenday .nav-bottom a i.lindex {
  background: url(../images/orange-02.png) no-repeat;
  background-size: 2.3rem 2.3rem;
}
.childrenday .invite-btn {
  background: url(../images/photo-5.png) no-repeat;
  background-size: 375px 375px;
  background-position: -310px -26px;
}
.childrenday .vzanPicture-opeBtn .findMe-btn {
  background: url(../images/findme-trendorange.png) no-repeat center center;
  background-size: 100%;
}
.childrenday .countdown19 var {
  color: #FF5902 !important;
}
.childrenday .countdown19 .on-button {
  background-color: rgba(247, 161, 6, 0.1);
}
.childrenday .opbtn-area .btn-add {
  background: url(../images/pic_sprite1.png) -5px -105px;
  background-size: 176px 150px;
}
/* 2019-4-28 新增儿童节皮肤 end */

/* 儿童节 投票 end */


/* 自定义配色 2020-----------------------------------------------------------------------------------------------------*/
/* 1.默认 */
.default .live-qiye-nav {
  background: #fff; 
}
/* .vzanblue  .live-qiye-nav li.on a{color:#0084ff;border-bottom: 2px solid #0084ff;} */
.default .live-qiye-nav li.on a:after {
  background: #0084ff;
}
.default #ent_focus a,
.default #wechat_focus,
.default #has_focus {
  background: #0084ff;
  color: #fff;
}
.default .marry-chat-content .msg-content {
  background-color: #fff;
  color: #333;
}
.default .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.default .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.default .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.default .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.default .inputicon.icon-customer-service {
  /* background: url(../images/technology-bule-12.png) no-repeat; */
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.default .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.default .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.default .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.default .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.default .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}

/* 倒计时新样式 */
.outdoorgreen .countdown-2021,
.highendpurple .countdown-2021,
.ecommercered .countdown-2021,
.educationgreen .countdown-2021,
.woodinesspalm .countdown-2021,
.financialblack .countdown-2021,
.enterpriseblue .countdown-2021,
.jubilantred .countdown-2021,
.marketingorange .countdown-2021,
.fashionpurple .countdown-2021 {
  border-bottom: 1px solid rgba(245, 246, 247, 0.1);
}
.outdoorgreen .countdown-2021-bold,
.outdoorgreen .time-zh-word,
.highendpurple .countdown-2021-bold,
.highendpurple .time-zh-word,
.ecommercered .countdown-2021-bold,
.ecommercered .time-zh-word,
.educationgreen .countdown-2021-bold,
.educationgreen .time-zh-word,
.woodinesspalm .countdown-2021-bold,
.woodinesspalm .time-zh-word,
.financialblack .countdown-2021-bold,
.financialblack .time-zh-word,
.enterpriseblue .countdown-2021-bold,
.enterpriseblue .time-zh-word,
.jubilantred .countdown-2021-bold,
.jubilantred .time-zh-word,
.marketingorange .countdown-2021-bold,
.marketingorange .time-zh-word,
.fashionpurple .countdown-2021-bold,
.fashionpurple .time-zh-word {
  color: rgba(255, 255, 255, 0.6);
}
.outdoorgreen .countdown-2021-item,
.highendpurple .countdown-2021-item,
.ecommercered .countdown-2021-item,
.educationgreen .countdown-2021-item,
.woodinesspalm .countdown-2021-item,
.financialblack .countdown-2021-item,
.enterpriseblue .countdown-2021-item,
.jubilantred .countdown-2021-item,
.marketingorange .countdown-2021-item,
.fashionpurple .countdown-2021-item {
  color: #fff;
}
.outdoorgreen .time-point-left,
.outdoorgreen .time-point-right,
.highendpurple .time-point-left,
.highendpurple .time-point-right,
.ecommercered .time-point-left,
.ecommercered .time-point-right,
.educationgreen .time-point-left,
.educationgreen .time-point-right,
.woodinesspalm .time-point-left,
.woodinesspalm .time-point-right,
.financialblack .time-point-left,
.financialblack .time-point-right,
.enterpriseblue .time-point-left,
.enterpriseblue .time-point-right,
.jubilantred .time-point-left,
.jubilantred .time-point-right,
.marketingorange .time-point-left,
.marketingorange .time-point-right,
.fashionpurple .time-point-left,
.fashionpurple .time-point-right {
  background: rgba(255, 255, 255, 0.5);
}
.outdoorgreen .time-item,
.highendpurple .time-item,
.ecommercered .time-item,
.educationgreen .time-item,
.woodinesspalm .time-item,
.financialblack .time-item,
.enterpriseblue .time-item,
.jubilantred .time-item,
.marketingorange .time-item,
.fashionpurple .time-item {
  background: rgba(237, 255, 218, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
}
.outdoorgreen .countdown-2021-btn,
.highendpurple .countdown-2021-btn,
.ecommercered .countdown-2021-btn,
.educationgreen .countdown-2021-btn,
.woodinesspalm .countdown-2021-btn,
.financialblack .countdown-2021-btn,
.enterpriseblue .countdown-2021-btn,
.jubilantred .countdown-2021-btn,
.marketingorange .countdown-2021-btn,
.fashionpurple .countdown-2021-btn {
  color: #fff;
}

/* 2.户外绿 */
.outdoorgreen .countdown19 var{
  color: #109D57 !important;  
}
.outdoorgreen .countdown19 .main-time p{
  color: #109D57 !important;
}
.outdoorgreen .live-qiye-nav li,
.outdoorgreen .live-qiye-nav li a {
  background-color: #109D57;
}
.outdoorgreen .live-qiye-nav {
  background: #fff;
}
.outdoorgreen .live-qiye-nav li a,
.outdoorgreen .menu-jump-link {
  color: #fff;
}
.outdoorgreen .live-qiye-nav li.on a:after {
  background: #fff;
}
.outdoorgreen #ent_focus a,
.outdoorgreen #wechat_focus,
.outdoorgreen #has_focus {
  background: #7cc71b;
  color: #fff;
}
.outdoorgreen .marry-chat-content .msg-content {
  background-color: #109d57;
  color: #fff;
}
.outdoorgreen .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.outdoorgreen .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.outdoorgreen .countdown19 .on-button {
  background-color: #109D57;
  color: #fff;
}
.outdoorgreen .list-nav ul li.on {
  background: #109D57;
  color: #fff;
}
.outdoorgreen .list-nav ul li{
  color:#109D57;
}
.outdoorgreen .list-nav ul li.list-l {
  border: 1px solid #109D57;
}
.outdoorgreen .list-nav ul li.list-r{
  border: 1px solid #109D57;
}
.outdoorgreen .invitation-card{
  background: #109D57;
}
.outdoorgreen .toVoteGift {
  background: #109D57;
}
.outdoorgreen .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.outdoorgreen .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.outdoorgreen .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.outdoorgreen .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.outdoorgreen .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.outdoorgreen .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.outdoorgreen .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.outdoorgreen .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
/* 倒计时新样式 */
.outdoorgreen .countdown-2021 {
  background: #109D57;
}

/* 3.高端紫 */
.highendpurple .countdown19 var{
  color: #23195D !important;  
}
.highendpurple .countdown19 .main-time p{
  color: #23195D !important;
}
.highendpurple .live-qiye-nav li,
.highendpurple .live-qiye-nav li a {
  background-color: #23195D;
}
.highendpurple .live-qiye-nav {
  background: #fff;
}
.highendpurple .live-qiye-nav li a,
.highendpurple .menu-jump-link {
  color: #fff;
}
.highendpurple .live-qiye-nav li.on a:after {
  background: #fff;
}
.highendpurple #ent_focus a,
.highendpurple #wechat_focus,
.highendpurple #has_focus {
  background: #673BB8;
  color: #fff;
}
.highendpurple .marry-chat-content .msg-content {
  background-color: #23195D;
  color: #fff;
}
.highendpurple .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.highendpurple .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.highendpurple .countdown19 .on-button {
  background-color: #23195D;
  color: #fff;
}
.highendpurple .list-nav ul li.on {
  background: #23195D;
  color: #fff;
}
.highendpurple .list-nav ul li{
  color:#23195D;
}
.highendpurple .list-nav ul li.list-l {
  border: 1px solid #23195D;
}
.highendpurple .list-nav ul li.list-r{
  border: 1px solid #23195D;
}
.highendpurple .toVoteGift {
  background: #23195D;
}
.highendpurple .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.highendpurple .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.highendpurple .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.highendpurple .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.highendpurple .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.highendpurple .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.highendpurple .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.highendpurple .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.highendpurple .msg-content:before {
  background: none;
}
/* 倒计时新样式 */
.highendpurple .countdown-2021 {
  background: #23195D;
}

/* 4.电商红 */
.ecommercered .countdown19 var{
  color: #FF243E !important;  
}
.ecommercered .countdown19 .main-time p{
  color: #FF243E !important;
}
.ecommercered .live-qiye-nav li,
.ecommercered .live-qiye-nav li a {
  background-color: #FF243E;
}
.ecommercered .live-qiye-nav {
  background: #fff;
}
.ecommercered .live-qiye-nav li a,
.ecommercered .menu-jump-link {
  color: #fff;
}
.ecommercered .live-qiye-nav li.on a:after {
  background: #FFB11B;
}
.ecommercered .live-qiye-nav li.on a {
  color: #FFB11B !important;
}
.ecommercered #ent_focus a,
.ecommercered #wechat_focus,
.ecommercered #has_focus {
  background: #FFB11B;
  color: #fff;
}
.ecommercered .marry-chat-content .msg-content {
  background-color: #FF243E;
  color: #fff;
}
.ecommercered .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.ecommercered .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.ecommercered .countdown19 .on-button {
  background-color: #FF243E;
  color: #fff;
}

.ecommercered .list-nav ul li.on {
  background: #FF243E;
  color: #fff;
}
.ecommercered .list-nav ul li{
  color:#FF243E;
}
.ecommercered .list-nav ul li.list-l {
  border: 1px solid #FF243E;
}
.ecommercered .list-nav ul li.list-r{
  border: 1px solid #FF243E;
}
.ecommercered .toVoteGift {
  background: #FF243E;
}
.ecommercered .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.ecommercered .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.ecommercered .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ecommercered .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.ecommercered .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}

.ecommercered .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.ecommercered .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.ecommercered .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.ecommercered .msg-content:before {
  background: none;
}
/* 倒计时新样式 */
.ecommercered .countdown-2021 {
  background: #FF243E;
}
/* 5.教育青 */
.educationgreen .countdown19 var{
  color: #019688 !important;  
}
.educationgreen .countdown19 .main-time p{
  color: #019688 !important;
}
.educationgreen .live-qiye-nav li,
.educationgreen .live-qiye-nav li a {
  background-color: #019688;
}
.educationgreen .live-qiye-nav {
  background: #fff;
}
.educationgreen .live-qiye-nav li a,
.educationgreen .menu-jump-link {
  color: #fff;
}
.educationgreen .live-qiye-nav li.on a:after {
  background: #fff;
}
.educationgreen .live-qiye-nav li.on a {
  color: #fff !important;
}
.educationgreen #ent_focus a,
.educationgreen #wechat_focus,
.educationgreen #has_focus {
  background: #EFDFAF;
  color: #4A3614;
}
.educationgreen .marry-chat-content .msg-content {
  background-color: #019688;
  color: #fff;
}
.educationgreen .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.educationgreen .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.educationgreen .countdown19 .on-button {
  background-color: #019688;
  color: #fff;
}
.educationgreen .list-nav ul li.on {
  background: #019688;
  color: #fff;
}
.educationgreen .list-nav ul li{
  color:#019688;
}
.educationgreen .list-nav ul li.list-l {
  border: 1px solid #019688;
}
.educationgreen .list-nav ul li.list-r{
  border: 1px solid #019688;
}
.educationgreen .toVoteGift {
  background: #019688;
}
.educationgreen .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.educationgreen .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.educationgreen .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.educationgreen .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.educationgreen .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.educationgreen .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.educationgreen .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.educationgreen .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.educationgreen .msg-content:before {
  background: none;
}
.educationgreen .countdown-2021 {
  background: #019688;
}
/* 6.木质棕 */
.woodinesspalm .countdown19 var{
  color: #795547 !important;  
}
.woodinesspalm .countdown19 .main-time p{
  color: #795547 !important;
}
.woodinesspalm .live-qiye-nav li,
.woodinesspalm .live-qiye-nav li a {
  background-color: #795547;
}
.woodinesspalm .live-qiye-nav {
  background: #fff;
}
.woodinesspalm .live-qiye-nav li a,
.woodinesspalm .menu-jump-link {
  color: #fff;
}
.woodinesspalm .live-qiye-nav li.on a:after {
  background: #fff;
}
.woodinesspalm .live-qiye-nav li.on a {
  color: #fff !important;
}
.woodinesspalm #ent_focus a,
.woodinesspalm #wechat_focus,
.woodinesspalm #has_focus {
  background: #DC4437;
  color: #fff;
}
.woodinesspalm .marry-chat-content .msg-content {
  background-color: #795547;
  color: #fff;
}
.woodinesspalm .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.woodinesspalm .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.woodinesspalm .countdown19 .on-button {
  background-color: #795547;
  color: #fff;
}
.woodinesspalm .list-nav ul li.on {
  background: #795547;
  color: #fff;
}
.woodinesspalm .list-nav ul li{
  color:#795547;
}
.woodinesspalm .list-nav ul li.list-l {
  border: 1px solid #795547;
}
.woodinesspalm .list-nav ul li.list-r{
  border: 1px solid #795547;
}
.woodinesspalm .toVoteGift {
  background: #795547;
}
.woodinesspalm .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.woodinesspalm .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.woodinesspalm .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.woodinesspalm .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.woodinesspalm .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.woodinesspalm .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.woodinesspalm .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.woodinesspalm .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.woodinesspalm .msg-content:before {
  background: none;
}
.woodinesspalm .countdown-2021 {
  background: #795547;
}
/* 7.金融黑 */
.financialblack .countdown19 var{
  color: #353535 !important;  
}
.financialblack .countdown19 .main-time p{
  color: #353535 !important;
}
.financialblack .live-qiye-nav li,
.financialblack .live-qiye-nav li a {
  background-color: #353535;
}
.financialblack .live-qiye-nav {
  background: #fff;
}
.financialblack .live-qiye-nav li a,
.financialblack .menu-jump-link {
  color: #fff;
}
.financialblack .live-qiye-nav li.on a:after {
  background: #353535;
}
.financialblack .live-qiye-nav li.on a {
  color: #F3DEB1 !important;
}
.financialblack #ent_focus a,
.financialblack #wechat_focus,
.financialblack #has_focus {
  background: #DC4437;
  color: #fff;
}
.financialblack .marry-chat-content .msg-content {
  background-color: #353535;
  color: #fff;
}
.financialblack .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.financialblack .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.financialblack .countdown19 .on-button {
  background-color: #353535;
  color: #F3DEB1;
}
.financialblack .list-nav ul li.on {
  background: #353535;
  color: #fff;
}
.financialblack .list-nav ul li{
  color:#353535;
}
.financialblack .list-nav ul li.list-l {
  border: 1px solid #353535;
}
.financialblack .list-nav ul li.list-r{
  border: 1px solid #353535;
}
.financialblack .toVoteGift {
  background: #353535;
}
.financialblack .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.financialblack .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.financialblack .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.financialblack .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.financialblack .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.financialblack .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.financialblack .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.financialblack .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.financialblack .msg-content:before {
  background: none;
}
.financialblack .countdown-2021 {
  background: #353535;
}


/* 8.企业蓝 */
.enterpriseblue .countdown19 var{
  color: #0084FF !important;  
}
.enterpriseblue .countdown19 .main-time p{
  color: #0084FF !important;
}
.enterpriseblue .live-qiye-nav li,
.enterpriseblue .live-qiye-nav li a {
  background-color: #0084FF;
}
.enterpriseblue .live-qiye-nav {
  background: #fff;
}
.enterpriseblue .live-qiye-nav li a,
.enterpriseblue .menu-jump-link {
  color: #fff;
}
.enterpriseblue .live-qiye-nav li.on a:after {
  background: #fff;
}
.enterpriseblue .live-qiye-nav li.on a {
  color: #fff !important;
}
.enterpriseblue #ent_focus a,
.enterpriseblue #wechat_focus,
.enterpriseblue #has_focus {
  background: #01BCD5;
  color: #fff;
}
.enterpriseblue .marry-chat-content .msg-content {
  background-color: #0084FF;
  color: #fff;
}
.enterpriseblue .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.enterpriseblue .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.enterpriseblue .countdown19 .on-button {
  background-color: #0084FF;
  color: #fff;
}
.enterpriseblue .list-nav ul li.on {
  background: #0084FF;
  color: #fff;
}
.enterpriseblue .list-nav ul li{
  color:#0084FF;
}
.enterpriseblue .toVoteGift {
  background: #0084FF;
}
.enterpriseblue .list-nav ul li.list-l {
  border: 1px solid #0084FF;
}
.enterpriseblue .list-nav ul li.list-r{
  border: 1px solid #0084FF;
}
.enterpriseblue .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.enterpriseblue .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.enterpriseblue .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.enterpriseblue .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.enterpriseblue .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.enterpriseblue .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.enterpriseblue .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.enterpriseblue .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.enterpriseblue .msg-content:before {
  background: none;
}
.enterpriseblue .countdown-2021 {
  background: #0084FF;
}
/* 9.喜庆红 */
.jubilantred .countdown19 var{
  color: #DC4437 !important;  
}
.jubilantred .countdown19 .main-time p{
  color: #DC4437 !important;
}
.jubilantred .live-qiye-nav li,
.jubilantred .live-qiye-nav li a {
  background-color: #DC4437;
}
.jubilantred .live-qiye-nav {
  background: #fff;
}
.jubilantred .live-qiye-nav li a,
.jubilantred .menu-jump-link {
  color: #fff;
}
.jubilantred .live-qiye-nav li.on a:after {
  background: #fff;
}
.jubilantred .live-qiye-nav li.on a {
  color: #FFB11B !important;
}
.jubilantred #ent_focus a,
.jubilantred #wechat_focus,
.jubilantred #has_focus {
  background: #FFB11B;
  color: #fff;
}
.jubilantred .marry-chat-content .msg-content {
  background-color: #DC4437;
  color: #fff;
}
.jubilantred .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.jubilantred .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.jubilantred .countdown19 .on-button {
  background-color: #DC4437;
  color: #fff;
}
.jubilantred .list-nav ul li.on {
  background: #DC4437;
  color: #fff;
}
.jubilantred .list-nav ul li{
  color:#DC4437;
}
.jubilantred .list-nav ul li.list-l {
  border: 1px solid #DC4437;
}
.jubilantred .list-nav ul li.list-r{
  border: 1px solid #DC4437;
}
.jubilantred .toVoteGift {
  background: #DC4437;
}
.jubilantred .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.jubilantred .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.jubilantred .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.jubilantred .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.jubilantred .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.jubilantred .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.jubilantred .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.jubilantred .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.jubilantred .msg-content:before {
  background: none;
}
.jubilantred .countdown-2021 {
  background: #DC4437;
}
/* 10.营销橙 */
.marketingorange .countdown19 var{
  color: #FFB11B !important;  
}
.marketingorange .countdown19 .main-time p{
  color: #FFB11B !important;
}
.marketingorange .live-qiye-nav li,
.marketingorange .live-qiye-nav li a {
  background-color: #FFB11B;
}
.marketingorange .live-qiye-nav {
  background: #fff;
}
.marketingorange .live-qiye-nav li a,
.marketingorange .menu-jump-link {
  color: #fff;
}
.marketingorange .live-qiye-nav li.on a:after {
  background: #fff;
}
.marketingorange .live-qiye-nav li.on a {
  color: #fff !important;
}
.marketingorange #ent_focus a,
.marketingorange #wechat_focus,
.marketingorange #has_focus {
  background: #DC4437;
  color: #fff;
}
.marketingorange .marry-chat-content .msg-content {
  background-color: #FFB11B;
  color: #fff;
}
.marketingorange .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.marketingorange .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.marketingorange .countdown19 .on-button {
  background-color: #FFB11B;
  color: #fff;
}
.marketingorange .list-nav ul li.on {
  background: #FFB11B;
  color: #fff;
}
.marketingorange .list-nav ul li{
  color:#FFB11B;
}
.marketingorange .list-nav ul li.list-l {
  border: 1px solid #FFB11B;
}
.marketingorange .list-nav ul li.list-r{
  border: 1px solid #FFB11B;
}
.marketingorange .toVoteGift {
  background: #FFB11B;
}
.marketingorange .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.marketingorange .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.marketingorange .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.marketingorange .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.marketingorange .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.marketingorange .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.marketingorange .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.marketingorange .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.marketingorange .msg-content:before {
  background: none;
}
.marketingorange .countdown-2021 {
  background: #FFB11B;
}
/* 11.卡通黄 */
.cartoonyellow .countdown19 var{
  color: #FFD200 !important;  
}
.cartoonyellow .countdown19 .main-time p{
  color: #FFD200 !important;
}
.cartoonyellow .live-qiye-nav li,
.cartoonyellow .live-qiye-nav li a {
  background-color: #FFD200;
}
.cartoonyellow .live-qiye-nav {
  background: #fff;
}
.cartoonyellow .live-qiye-nav li a,
.cartoonyellow .menu-jump-link {
  color: #fff;
}
.cartoonyellow .live-qiye-nav li.on a:after {
  background: #353535;
}
.cartoonyellow .live-qiye-nav li.on a {
  color: #353535 !important;
}
.cartoonyellow #ent_focus a,
.cartoonyellow #wechat_focus,
.cartoonyellow #has_focus {
  background: #353535;
  color: #fff;
}
.cartoonyellow .marry-chat-content .msg-content {
  background-color: #FFD200;
  color: #353535;
}
.cartoonyellow .side-icon .number {
  color: #2B64FF;
  background-color: #ccd8f8;
}
.cartoonyellow .marry-chat-content .nickname .rolename {
  background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
  border-radius:4px;
}
.cartoonyellow .countdown19 .on-button {
  background-color: #FFD200;
  color: #353535;
}
.cartoonyellow .list-nav ul li.on {
  background: #FFD200;
  color: #fff;
}
.cartoonyellow .list-nav ul li{
  color:#FFD200;
}
.cartoonyellow .list-nav ul li.list-l {
  border: 1px solid #FFD200;
}
.cartoonyellow .list-nav ul li.list-r{
  border: 1px solid #FFD200;
}
.cartoonyellow .toVoteGift {
  background: #FFD200;
}
.cartoonyellow .open-dm {
  /* background: url(../images/default-dm-open-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.cartoonyellow .close-dm {
  /* background: url(../images/default-dm-close-icon.png) no-repeat; */
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.cartoonyellow .inputicon.icon-customer-service {
  background: url(../images/default-kf-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.cartoonyellow .inputicon.qqface-v1 {
  /* background: url(../images/technology-bule-03.png) no-repeat; */
  background: url(../images/face-icon.png) no-repeat;
  background-size: 3rem 3rem;
  background-position: 0 0;
}
.cartoonyellow .inputicon.gift-v1 {
  /* background: url(../images/technology-bule-04.png) no-repeat; */
  background: url(../images/gift-icon.png) no-repeat;
  background-size: 2.8rem 2.8rem;
  background-position: 0 0;
}
.cartoonyellow .icon-live-yaoqing {
  background: url(../images/technology-bule-06.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.cartoonyellow .icon-live-shang {
  background: url(../images/technology-bule-07.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.cartoonyellow .icon-live-zan {
  background: url(../images/technology-bule-08.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  background-position: 0 0;
}
.cartoonyellow .msg-content:before {
  background: none;
}
/* 倒计时新样式 */
.cartoonyellow .countdown-2021 {
  background: #FFD200;
  border-bottom: 1px solid rgba(245, 246, 247, 0.1);
}
.cartoonyellow .countdown-2021-bold,
.cartoonyellow .time-zh-word {
  color: rgba(53, 53, 53, 0.6);
}
.cartoonyellow .countdown-2021-item {
  color: #353535;
}
.cartoonyellow .time-point-left,
.cartoonyellow .time-point-right {
  background: rgba(0, 0, 0, 0.1);
}
.cartoonyellow .time-item {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.cartoonyellow .countdown-2021-btn {
  color: #353535;
}
 
  /* 12.时尚紫 */
  .fashionpurple .countdown19 var{
    color: #686DEE !important;  
  }
  .fashionpurple .countdown19 .main-time p{
    color: #686DEE !important;
  }
  .fashionpurple .live-qiye-nav li,
  .fashionpurple .live-qiye-nav li a {
    background-color: #686DEE;
  }
  .fashionpurple .live-qiye-nav {
    background: #fff;
  }
  .fashionpurple .live-qiye-nav li a,
  .fashionpurple .menu-jump-link {
    color: #fff;
  }
  .fashionpurple .live-qiye-nav li.on a:after {
    background: #fff;
  }
  .fashionpurple .live-qiye-nav li.on a {
    color: #fff !important;
  }
  .fashionpurple #ent_focus a,
  .fashionpurple #wechat_focus,
  .fashionpurple #has_focus {
    background: #4349DC;
    color: #fff;
  }
  .fashionpurple .marry-chat-content .msg-content {
    background-color: #686DEE;
    color: #fff;
  }
  .fashionpurple .side-icon .number {
    color: #2B64FF;
    background-color: #ccd8f8;
  }
  .fashionpurple .marry-chat-content .nickname .rolename {
    background:linear-gradient(-30deg,rgba(0,130,255,1),rgba(77,182,255,1));
    border-radius:4px;
  }
  .fashionpurple .countdown19 .on-button {
    background-color: #686DEE;
    color: #fff;
  }
  .fashionpurple .list-nav ul li.on {
    background: #686DEE;
    color: #fff;
  }
  .fashionpurple .list-nav ul li{
    color:#686DEE;
  }
  .fashionpurple .list-nav ul li.list-l {
    border: 1px solid #686DEE;
  }
  .fashionpurple .list-nav ul li.list-r{
    border: 1px solid #686DEE;
  }
  .fashionpurple .toVoteGift {
    background: #686DEE;
  }
  .fashionpurple .open-dm {
    /* background: url(../images/default-dm-open-icon.png) no-repeat; */
    background-size: 2.8rem 2.8rem;
    background-position: 0 0;
  }
  .fashionpurple .close-dm {
    /* background: url(../images/default-dm-close-icon.png) no-repeat; */
    background-size: 2.8rem 2.8rem;
    background-position: 0 0;
  }
  .fashionpurple .inputicon.icon-customer-service {
    background: url(../images/default-kf-icon.png) no-repeat;
    background-size: 3rem 3rem;
    background-position: 0 0;
  }
  .fashionpurple .inputicon.qqface-v1 {
    /* background: url(../images/technology-bule-03.png) no-repeat; */
    background: url(../images/face-icon.png) no-repeat;
    background-size: 3rem 3rem;
    background-position: 0 0;
  }
  .fashionpurple .inputicon.gift-v1 {
    /* background: url(../images/technology-bule-04.png) no-repeat; */
    background: url(../images/gift-icon.png) no-repeat;
    background-size: 2.8rem 2.8rem;
    background-position: 0 0;
  }
  .fashionpurple .icon-live-yaoqing {
    background: url(../images/technology-bule-06.png) no-repeat;
    background-size: 3.5rem 3.5rem;
    background-position: 0 0;
  }
  .fashionpurple .icon-live-shang {
    background: url(../images/technology-bule-07.png) no-repeat;
    background-size: 3.5rem 3.5rem;
    background-position: 0 0;
  }
  .fashionpurple .icon-live-zan {
    background: url(../images/technology-bule-08.png) no-repeat;
    background-size: 3.5rem 3.5rem;
    background-position: 0 0;
  }
  .fashionpurple .msg-content:before {
    background: none;
  }
  .fashionpurple .countdown-2021 {
    background: #686DEE;
  }
      

  /* 清新绿 投票 start */
  .freshgreen .pic-video-tab label.on{
	color: #6bb519;
  }
  .freshgreen .pic-video-tab label.on:before{
    background: #6bb519;
  }
  .freshgreen .newVote-time {
    background-image: url(../images/children_day/freshgreen_counttime_bg.png);
    background-size: 100% 100%;
  }
  .freshgreen .timeTitle,
  .freshgreen .timeWord {
    font-size: 12px;
    color: #6BB519;
  }
  .freshgreen .ndata-item > .ndata-itemNum {
    color: #6BB519;
  }
  .freshgreen .vActive {
    color: #fff;
    background: #6BB519;
    border: 1px solid #6BB519;
  }
  .freshgreen .vote-btns {
    background: #6BB519;
  }
  .freshgreen .live-status {
    border-color: rgba(107, 181, 24, 0.7);
  }
  .freshgreen .newVote-item {
    background: none;
  }
  .freshgreen .newVote-itemWrap {
    /* background: none; */
    border: none;
  }
  .freshgreen .sign-up-entry-wrap {
    background: #6BB519;
    color: #fff;
  }
  .freshgreen .newVote-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
  }
  .freshgreen .newVoteDetail {
    width: 92%;
  }
  .freshgreen .newVoteMain {
    background: url(../images/fresh-green-hdbg.jpg) no-repeat;
    background-size: 100% 100%;
  }


  /* 儿童节 投票 start */
.childrenday .newVote-time {
  background-image: url(../images/children_day/children_day_counttime_bg.png);
  background-size: 100% 100%;
}
.childrenday .timeTitle,
.childrenday .timeWord {
  font-size: 12px;
  color: #f40200;
}
.childrenday .ndata-item > .ndata-itemNum {
  color: #ff9c00;
}
.childrenday .vActive {
  color: #fff;
  background: #FF9C00;
  border: 1px solid #FF9C00;
}
.childrenday .vote-btns {
  background: #FF9C00;
}
/* .childrenday .newVote-lists {
  background: url(../images/children-live.png) no-repeat;
  background-size: 100% 100%;
} */
.childrenday .newVote-item {
  background: none;
}
.childrenday .newVote-itemWrap {
  /* background: none; */
  border: none;
}
.childrenday .sign-up-entry-wrap {
  background: #FF9C00;
  color: #fff;
}
.childrenday .newVote-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
.childrenday .newVoteDetail {
  width: 92%;
}
.childrenday .newVoteMain {
  background: url(../images/children-live.png) no-repeat left 100%;
  background-size: 100%;
}

.scroll-text-ad {
  height: 28px;
  padding-left: 0;
}
.scroll-text-ad .van-notice-bar__left-icon {
  width: 40px;
  height: 24px;
  margin: 0 2px;
}
.scroll-text-ad .van-icon__image {
  width: 100%;
  height: 100%;
}