﻿#header {
  margin:0 auto;
  position: relative;
}
#header.spring-festival .header-wrap {
  background:url(../images/spring-latern.jpg) 175px top no-repeat;
}
#header .header-wrap {
  width:100%;
  max-width: 1000px;
  margin: 0 auto;
  padding:20px 0 0 0;
}
#header #logo a {
  background:url(../images/logo@1x.png) no-repeat;
  display: block;
  width:285px;
  height:53px;
  text-indent:-10000em;
  overflow: hidden;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2) {
  #header #logo a {
    background: url(../images/logo@2x.png) no-repeat;
    background-size: 100%;
  }
}
#header .account-box {
  margin-top:17px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#header .account-box span.email {
  font-size:14px;
  color:#666;
  display: inline-block;
  position: relative;
}
#header .account-box .weixin-name {
  display: inline-block;
  height:20px;
  line-height: 20px;
  background-color:#ededeb;
  padding:0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  color:#666;
}
#header .account-box .weixin-name:hover {
  text-decoration: none;
  background:#d7e4c5;
}
#header .account-box .weixin-name.show {
  background:#d7e4c5;
}
#header .account-box .weixin-name > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
#header .account-box .weixin-name .list-icon {
  display: inline-block;
  width:10px;
  height:2px;
  background:#dadad9;
  vertical-align: middle;
  position: relative;
  margin-top:-2px;
}
#header .account-box .weixin-name .list-icon:before,
#header .account-box .weixin-name .list-icon:after {
  content:"";
  position: absolute;
  height:2px;
  width:10px;
  background:#dadad9;
  top:-4px;
}
#header .account-box .weixin-name.show .list-icon,
#header .account-box .weixin-name.show .list-icon:before,
#header .account-box .weixin-name.show .list-icon:after {
  background:#7dbb1d;
}
#header .account-box .weixin-name .list-icon:after {
  top:4px;
}
#header .account-box span.level {
  display: inline-block;
  height:18px;
  line-height: 18px;
  border:1px solid #c0bfbd;
  color:#bcbbb9;
  padding:0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  position: relative;
}
#header .account-box span.level.gold {
  background:#ebf3fe;
  color:#468dee;
  border:1px solid #468dee;
}
#header .account-box span.level.silver {
  background:#fffbeb;
  color:#d18e00;
  border:1px solid #d18e00;
}
#header .account-box span.level.basic {
  background:#f7ffeb;
  color:#73ad1e;
  border:1px solid #73ad1e;
}
#header .account-box span.split {
  display: inline-block;
  height:20px;
  width:1px;
  background:#e8e8e7;
  vertical-align: middle;
  margin:0 5px;
}
#header .account-box .notify,
#header .account-box .settings {
  display: inline-block;
  width:17px;
  height:20px;
  background:url(../images/account-icons.png) no-repeat;
  vertical-align: middle;
  margin:0 3px;
}
#header .account-box .notify {
  position: relative;
}
#header .account-box .notify:hover {
  background-position:0 -72px;
}
#header .account-box .notify.new:before {
  content:"";
  display: inline-block;
  width:4px;
  height:4px;
  background:#ff0000;
  position: absolute;
  right:1px;
  top:-2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border:2px solid #fff;
}
#header .account-box .settings {
  background-position: 0 -42px;
  cursor: pointer;
}
#header .account-box .settings:hover {
  background-position: 0 -109px;
}
#header .multi-accounts,
#header .account-box .account-details {
  display: none;
  position: absolute;
  background:#fff;
  border:1px solid #dbdbdb;
  z-index:200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow:0 0 5px #e2e2e2;
  -webkit-box-shadow:0 0 5px #e2e2e2;
  box-shadow:0 0 5px #e2e2e2;
  top:25px;
  left:0;
}
#header .weixin-name.show .multi-accounts {
  display: inline-block;
}
#header .multi-accounts li {
  line-height: 1;
}
#header .multi-accounts li a,
#header .multi-accounts li.not-account {
  height:28px;
  line-height: 28px;
  color:#666;
  display: block;
  padding:0 15px 0 10px;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
#header .multi-accounts li a:hover {
  text-decoration: none;
  background:#f8f7f1;
  border-top:1px solid #ecebeb;
  border-bottom:1px solid #ecebeb;
}
#header .multi-accounts li:first-child a,
#header .multi-accounts li.not-account {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#header .multi-accounts li.not-account {
  cursor: default;
  color:#ccc;
}
#header .multi-accounts li:first-child a:first-child {
  border-top:none;
}
#header .multi-accounts li.add-account-trigger a {
  background:#f8f7f1;
  border-top:1px solid #ecebeb;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-bottom:none;
}
#header .multi-accounts li.add-account-trigger {
  margin-top:-1px;
}
#header .multi-accounts li img {
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header .account-box .account-details .details-bd {
  padding:10px 15px;
}
#header .account-box .account-details .details-ft {
  display: block;
  width: 100%;
}
#header .account-box .account-details .details-ft a {
  display: block;
  background:#f8f7f1;
  color:#666;
  height:28px;
  line-height: 28px;
  text-align: center;
  border-top:1px solid #ecebeb;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#header .account-box .account-details .details-ft a:hover {
  text-decoration: none;
}
#header .account-box .level.show .account-details {
  display: inline-block;
  cursor: default;
  width:155px;
  color:#666;
}
#header .account-box .level.show .account-details h3 {
  color:#333;
  font-weight: bold;
  margin-bottom:5px;
}
#header .account-box .level.show .account-details .deadline {
  color:#5f9510;
}
#header .go-to-buy {
  margin-left:8px;
  margin-top:-5px;
  vertical-align: top;
}
#header .upgrade-user-entry {
  height:20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top:-3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#header .account-box.price .upgrade-user-entry {
  display: none;
}
.scale:before {
  content:"";
  display: inline-block;
  width:5px;
  height:5px;
  background:#ceeb68;
  border:2px solid #a7cf59;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right:3px;
}
.scale.plus:before {
  background:#6ecaff;
  border:2px solid #5ba7e2;
}
.scale.premium:before {
  background:#ffd200;
  border:2px solid #e1c031;
}
.scale.ultimate:before {
  background:#eea1ff;
  border:2px solid #e68ae9;
}
#header .setting {
  margin-left:3px;
  display: inline-block;
  height:23px;
  line-height: 23px;
  color:#666;
  background:url(../images/wx-icon.gif) 8px center no-repeat;
  background-color:#ededeb;
  padding:0 8px 0 27px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#header .setting:hover {
  background-color:#d6e4c7;
  text-decoration: none;
}
#header .user-menu {
  position: absolute;
  top:30px;
  right:-10px;
  background:#fff;
  width:85px;
  font-size: 12px;
  border:1px solid #dbdbdb;
  -moz-box-shadow:0 0 5px #e2e2e2;
  -webkit-box-shadow:0 0 5px #e2e2e2;
  box-shadow:0 0 5px #e2e2e2;
  display: none;
  filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  z-index:100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header .user-menu.show {
  display: inline-block;
  filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
#header.price .user-menu.show {
  margin-right:113px;
}
#header .user-menu li.exit {
  margin-top:-1px;
}
#header .user-menu li.exit a,
#header .user-menu li.exit a:hover {
  background:#f8f7f2;
  border-top:1px solid #ecebeb;
  border-bottom:none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#header .user-menu .arrow {
  display: inline-block;
  width:8px;
  height:8px;
  border-width:1px 0 0 1px;
  border-color:#dbdbdb;
  border-style: solid;
  background:#fff;
  position: absolute;
  top:-6px;
  right:15px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
#header .user-menu li a {
  color:#666;
  display: block;
  border-bottom:1px solid #fff;
  border-top:1px solid #fff;
  text-indent:1em;
  height:30px;
  line-height: 30px;
}
#header .user-menu li:first-child a,
#header .user-menu li:first-child a:hover {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top:none;
}
#header .user-menu li a:hover {
  text-decoration: none;
  background:#f8f7f1;
  color:#000;
  border-bottom:1px solid #ecebeb;
  border-top:1px solid #ecebeb;
}
#header .user-menu li:hover .arrow {
  background:#f8f7f1;
}
#header .account-upgrade {
  display: inline-block;
  height:22px;
  line-height: 22px;
  background:#c54c46;
  color:#fff;
  padding:0 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#header .account-upgrade:hover {
  text-decoration: none;
  background:#ba4741;
}
#header .account-upgrade-tips,
#header .notify-unread-tips {
  position: absolute;
  background:#fff;
  right:0;
  top:35px;
  padding:12px 20px 12px 15px;
  width:210px;
  -moz-box-shadow:0 0 10px #ddd;
  -webkit-box-shadow:0 0 10px #ddd;
  box-shadow:0 0 10px #ddd;
  z-index:10;
}
#header .notify-unread-tips {
  width:220px;
  padding:8px 20px 8px 15px;
}
#header .account-upgrade-tips p,
#header .notify-unread-tips p {
  margin-bottom:3px;
}
#header .account-upgrade-tips:before,
#header .notify-unread-tips:before {
  content:"";
  display: inline-block;
  position: absolute;
  top:-16px;
  right:20px;
  border-width: 8px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-style: solid;
}
#header .notify-unread-tips:before {
  right:8px;
}
#header .account-upgrade-tips a.close,
#header .notify-unread-tips a.close {
  content:"";
  display: inline-block;
  width:9px;
  height:9px;
  background:url(../images/tips-close-icon.png) no-repeat;
  position: absolute;
  right:8px;
  top:8px;
}
#header .notify-unread-tips em.count {
  color:#d94938;
  margin:0 1px;
}
#header .notify-trigger {
  display: inline-block;
  width:24px;
  height:23px;
  vertical-align: middle;
  position: relative;
  margin-top:-3px;
  background:#ededeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#header .notify-trigger:hover {
  background-color:#d6e4c7;
}
#header .notify-trigger.on {
  background:#d94938;
}
#header .notify-trigger:before {
  content:"";
  display: inline-block;
  width:8px;
  height:9px;
  background:url(../images/notify-icons.png) no-repeat;
  position: absolute;
  left:8px;
  top:7px;
}
#header .notify-trigger.on:before,
#header .notify-trigger:hover:before {
  background-position: 0 -9px;
}
/** 全屏模式 **/
#header.fullscreen {
  height:50px;
  line-height: 50px;
  background-color: #5f5f5f;
}
#header.fullscreen .header-wrap {
  margin: 0;
  max-width: 100%;
  padding:0 17px 0 0;
  box-sizing: border-box;
}
#header.fullscreen .header-wrap > a.logo {
  width: 27px;
  height: 28px;
  display: inline-block;
  background: url(../images/form-drip-logo.png) no-repeat;
  vertical-align: middle;
  position: absolute;
  top:10px;
}
#header.fullscreen .header-wrap > a.logo.center {
  left:50%;
  margin-left:-14px;
}
#header.fullscreen .account-box {
  margin-top: 0;
}
#header.fullscreen {
  /*position: absolute;*/
  /*z-index: 3;*/
  width: 100%;
}
#header.fullscreen .account-box span.email{
  color: #b4b4b4;
}
#header.fullscreen .setting{
  background: url(../images/wx-icon-grey.png) 6px 5px no-repeat;
}
#header.fullscreen .notify-trigger,
#header.fullscreen .setting{
  background-color: #676767;
  color: #b4b4b4;
}
#header.fullscreen .notify-trigger:hover,
#header.fullscreen .setting:hover{
  background-color: #707070;
}
#header.fullscreen .header-wrap > a.back {
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 14px;
  background-color: #6f6f6f;
  width: 120px;
  text-align: center;
}
#header.fullscreen .header-wrap > a.back:before {
  content:"";
  display: inline-block;
  width:19px;
  height:14px;
  background: url(../images/back-list.png) no-repeat;
  vertical-align: middle;
  margin-right:5px;
  margin-top:-2px;
}
#header.fullscreen .header-wrap > a:hover.back {
  text-decoration: none;
  opacity: 0.8;
}
#content {
  width:990px;
  margin:10px auto 30px auto;
}
#content.lock {
  position: relative;
}
#content.lock:after {
  content:"";
  background-color:rgba(255, 255, 255, 0.98);;
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index: 1;
}
#footer {
  font-size:14px;
  text-align: center;
  color:#999;
  margin:10px 0;
}
#footer a {
  margin:0 5px;
  color:#aeaeae;
}
#footer.member {
  font-size:12px;
}
.control-box {
  padding-left:5px;
  line-height: 58px;
  border-bottom:1px solid #e7e5e1;
  position: relative;
  background:#f9f8f5;
}
.control-box .action {
  position: absolute;
  top:13px;
  right:15px;
  line-height: 1;
}
.control-box h3 {
  font-size:16px;
  display: inline-block;
  padding-left:13px;
}
.control-box .tips {
  line-height: 1.5;
  margin: -15px 0 15px 15px;
  color:#999;
}
#nav {
  width:100%;
  border-bottom:1px solid #e7e5e1;
  margin:25px 0 0 0;
  -moz-box-shadow:0 2px 1px #efeeeb;
  -webkit-box-shadow:0 2px 1px #efeeeb;
  box-shadow:0 2px 1px #efeeeb;
}
#nav .wrap {
  width:990px;
  margin:0 auto;
  font-size:14px;
  height:45px;
  line-height: 45px;
  padding-left:10px;
  position: relative;
}
#nav .wrap a {
  float: left;
  color:#999;
  margin-right:44px;
  padding:0 2px;
  height:43px;
  line-height: 46px;
  display: inline-block;
  position: relative;
}
#nav .wrap a:hover {
  text-decoration: none;
  border-bottom:3px solid #d5e2c2;
}
#nav .wrap a.selected,
#nav.nav-poster .wrap a.secret,
#nav.nav-qrcode .wrap a.secret,
#nav.nav-info .wrap a.secret,
#nav.nav-codelib .wrap a.secret,
#nav.nav-store .wrap a.store,
#nav.nav-item .wrap a.store,
#nav.nav-trade .wrap a.store,
#nav.nav-dashboard .wrap a.dashboard,
#nav.nav-secret .wrap a.secret,
#nav.nav-ticket .wrap a.secret,
#nav.nav-wheel .wrap a.secret,
#nav.nav-form .wrap a.secret,
#nav.nav-exam .wrap a.secret,
#nav.nav-coupon .wrap a.secret,
#nav.nav-score .wrap a.secret,
#nav.nav-shake .wrap a.secret,
#nav.nav-thirdparty .wrap a.secret,
#nav.nav-minipage .wrap a.secret,
#nav.nav-wall .wrap a.secret,
#nav.nav-message .wrap a.message,
#nav.nav-news .wrap a.assets,
#nav.nav-gpnews .wrap a.assets,
#nav.nav-images .wrap a.assets,
#nav.nav-customer .wrap a.customer,
#nav.nav-card .wrap a.plugin,
#nav.nav-helper .wrap a.plugin,
#nav.nav-reply .wrap a.plugin,
#nav.nav-menu .wrap a.plugin,
#nav.nav-promot .wrap a.promot,
#nav.nav-messenger .wrap a.plugin,
#nav.nav-site .wrap a.site,
#nav.nav-nav .wrap a.site,
#nav.nav-home .wrap a.site,
#nav.nav-article .wrap a.site,
#nav.nav-statistics .wrap a.site,
#nav.nav-articlelist .wrap a.site,
#nav.nav-navlist .wrap a.site,
#nav.nav-style .wrap a.site,
#nav.nav-wxpos .wrap a.wxpos,
#nav.nav-statistic .wrap a.statistic{
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  color:#333;
  font-weight: bold;
  border-bottom:3px solid #e38032;
  cursor: default;
}
#nav a.message.new:after {
  content:'';
  display: inline-block;
  width:5px;
  height:5px;
  background:#e53d3d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow:0 2px 5px #bbb;
  -webkit-box-shadow:0 2px 5px #bbb;
  box-shadow:0 2px 5px #bbb;
  position: absolute;
  right:-10px;
  top:12px;
}
#nav.nav-message .wrap a.message.new:after {
  display: none;
}
#nav .wrap a.update-log,
#nav .wrap a.help-doc-entry {
  /* background:url(../images/update-log-icons.png) left 0 no-repeat; */
  font-size:12px;
  height:12px;
  line-height: 12px;
  margin-top:17px;
  margin-right: 6px;
  position: absolute;
  right: 0;
}
#nav .wrap a:hover.update-log,
#nav .wrap a.help-doc-entry {
  border-bottom:none;
  background-position: left -19px;
}
#nav .wrap a.help-doc-entry {
  height:25px;
  line-height:25px;
  /* background:url(../images/help-doc-icon.png) left center no-repeat; */
  padding: 0 8px;
  margin-top: 10px;
  font-weight: normal;
  color: #999;
}
#nav .wrap .customer-service-entry {
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  font-weight: normal;
  color: #999;
  margin-right: 6px;
  position: absolute;
  right: 0;
  font-size: 12px;
  padding: 0 8px;
  border-bottom:none;
  cursor: pointer;
}
#nav .wrap .customer-service-entry:hover {
  border-bottom: none;
  background-color: #ededeb;
  color: #666;
  border-radius: 3px;
  cursor: pointer;
}
#nav .wrap .customer-service-entry .icon-chat-system {
  font-size: 18px;
  color: #bebebc !important;
  vertical-align: middle;
  background: none;
}
#nav .wrap .customer-service-entry span {
  vertical-align: middle;
}
#messenger-type-error-tips, #func-not-verify-tips-box, #func-not-super-tips-box {
  font-size: 12px;
  padding-left: 10px;
  display: inline-block;
  min-height: 60px;
  padding-top: 5px;
}
#messenger-type-error-tips h3, #func-not-verify-tips-box h3, #func-not-super-tips-box h3 {
  font-weight: bold;
  color:#000;
  margin-bottom:5px;
}
.messenger-type-error-icon.icon-hollow-bulb, .func-not-verify-tips-box.icon-hollow-bulb, .func-not-super-tips-box.icon-hollow-bulb {
  font-size: 32px;
  color: #f1bb16;
  vertical-align: text-bottom;
  padding-left: 25px;
}
.grid {
  margin-top:20px;
  padding:0 1px;
  position: relative;
}
.col-main,.col-sub {
  float:left;
}
.col-main {
  width: 100%;
  border:1px solid #e7e6e2;
  -moz-box-shadow:0 0 2px #eee;
  -webkit-box-shadow:0 0 2px #eee;
  box-shadow:0 0 2px #eee;
}
.col-main .main-wrap {
  margin-left:179px;
  border-left:1px solid #e2e0db;
  background:#f9f8f5;
  min-height: 800px;
}
.col-main .main-wrap.empty {
  background:#fff;
}
.col-sub {
  width:178px;
  margin-left:-100%;
  margin-top:1px;
  background:#f9f8f5;
  min-height: 800px;
}
.col-sub > h3 {
  display: block;
  height:42px;
  line-height: 52px;
  font-size:14px;
  color:#ccc;
  text-indent:1.7em;
}
.col-sub > h3:before {
  content:'';
  display: inline-block;
  vertical-align: -3px;
  width:17px;
  height:17px;
  background:url(../images/nav-icons.png) no-repeat;
  margin-right:5px;
}
.col-sub h3.store:before {
  background:url(../images/store.png) no-repeat;
}
.col-sub h3.item:before {
  background:url(../images/goods.png) no-repeat;
}
.col-sub h3.trade:before {
  background:url(../images/order.png) no-repeat;
}
.col-sub > h3.message:before {
  background-position: 0 -30px;
}
.col-sub > h3.rules:before {
  background-position: 0 -58px;
}
.col-sub > h3.assets:before {
  background-position: 0 -84px;
  width:18px;
  margin-left:-1px;
}
.col-sub > h3.customers:before {
  background-position: 0 -114px;
}
.col-sub > h3.plugin:before {
  background-position: 0 -148px;
}
.col-sub > h3.site:before {
  background-position: 0 -186px;
}
.col-sub > h3.promot:before {
  background-position: 0 -217px;
}
.col-sub > h3.profile:before {
  background-position: 0 -248px;
}
.col-sub > h3.statistic:before {
  background-position: 0 -282px;
}
.col-sub > h3.wxpos:before {
  background-position: 0 -314px;
}
.col-sub ul.menu {
  margin-left:-2px;
  position: relative;
}
.col-sub .menu li {
  height:30px;
  line-height: 30px;
  font-size: 12px;
  width:100%;
  padding-left:1px;
  position: relative;
}
.col-sub .menu li a {
  color:#666;
  display: inline-block;
  width:100%;
  text-indent:48px;
}
.col-sub .menu li:hover {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  background:#f0eeec;
}
.col-sub .menu li.selected:hover {
  background:#e38032;
}
.col-sub .menu li.selected,

.col-sub .menu.menu-store.overview li.overview,
.col-sub .menu.menu-store.index li.index,
.col-sub .menu.menu-store.marketing li.marketing,
.col-sub .menu.menu-item.sell li.sell,
.col-sub .menu.menu-item.soldout li.soldout,
.col-sub .menu.menu-item.stock li.stock,
.col-sub .menu.menu-trade.list li.trade-list,
.col-sub .menu.menu-customer.list li.list,
.col-sub .menu.menu-customer.broadcasts li.broadcasts,
.col-sub .menu.menu-customer.broadcasts li.broadcasts,
.col-sub .menu.menu-customer.broadcasts-record li.broadcasts,
.col-sub .menu.menu-customer.broadcasts-record li.broadcasts,
.col-sub .menu.menu-customer.broadcast-admins li.broadcasts,
.col-sub .menu.menu-customer.broadcast-admins li.broadcasts,

.col-sub .menu.menu-site li.mysite,
.col-sub .menu.menu-nav li.nav,
.col-sub .menu.menu-home li.home,
.col-sub .menu.menu-article li.article,
.col-sub .menu.menu-statistics li.statistics,
.col-sub .menu.menu-style li.style,
.col-sub .menu.menu-card li.card,
.col-sub .menu.menu-messenger li.messenger,
.col-sub .menu.menu-score li.score,
.col-sub .menu.menu-menu li.menu,
.col-sub .menu.menu-reply li.reply,
.col-sub .menu.menu-helper li.helper,
.col-sub .menu.menu-message.list li.list,
.col-sub .menu.menu-message.rules li.rules,
.col-sub .menu.menu-message.auto-reply li.auto-reply,
.col-sub .menu.menu-message.follow-reply li.follow-reply,
.col-sub .menu.menu-assets.news li.news,
.col-sub .menu.menu-assets.gpnews li.gpnews,
.col-sub .menu.menu-assets.images li.images,
.col-sub .menu.menu-secret li.secret,
.col-sub .menu.menu-ticket li.ticket,
.col-sub .menu.menu-wheel li.wheel,
.col-sub .menu.menu-form li.form,
.col-sub .menu.menu-exam li.exam,
.col-sub .menu.menu-shake li.shake,
.col-sub .menu.menu-coupon li.coupon,
.col-sub .menu.menu-codelib li.codelib,
.col-sub .menu.menu-location li.location,
.col-sub .menu.menu-qrcode li.qrcode,
.col-sub .menu.menu-codelib li.codelib,
.col-sub .menu.menu-poster li.poster,
.col-sub .menu.menu-info.base li.base,
.col-sub .menu.menu-info.business li.business,
.col-sub .menu.menu-info.location li.location,
.col-sub .menu.menu-info.payment li.payment,
.col-sub .menu.menu-profile.payment li.payment,
.col-sub .menu.menu-navlist li.navlist,
.col-sub .menu.menu-articlelist li.articlelist,
.col-sub .menu.menu-minipage li.minipage,
.col-sub .menu.menu-statistic.fans li.fans,
.col-sub .menu.menu-statistic.message li.message,
.col-sub .menu.menu-statistic.news li.news,
.col-sub .menu.menu-statistic.smenu li.smenu,
.col-sub .menu.menu-wxpos.overview li.overview,
.col-sub .menu.menu-wxpos.details li.details,
.col-sub .menu.menu-wxpos.statistics li.details,
.col-sub .menu.menu-wxpos.setting li.setting,
.col-sub .menu.menu-wxpos.activity li.activity,
.col-sub .menu.menu-thirdparty li.third-party {
  background:#e38032;
}

.col-sub .menu.menu-store.overview li.overview a,
.col-sub .menu.menu-store.index li.index a,
.col-sub .menu.menu-store.marketing li.marketing a,
.col-sub .menu.menu-item.sell li.sell a,
.col-sub .menu.menu-item.soldout li.soldout a,
.col-sub .menu.menu-item.stock li.stock a,
.col-sub .menu.menu-trade.list li.trade-list a,
.col-sub .menu.menu-customer.list li.list a,
.col-sub .menu.menu-customer.broadcasts li.broadcasts a,
.col-sub .menu.menu-customer.broadcasts-record li.broadcasts a,
.col-sub .menu.menu-customer.broadcast-admins li.broadcasts a,

.col-sub .menu li.selected a,
.col-sub .menu.menu-site li.mysite a,
.col-sub .menu.menu-nav li.nav a,
.col-sub .menu.menu-home li.home a,
.col-sub .menu.menu-article li.article a,
.col-sub .menu.menu-statistics li.statistics a,
.col-sub .menu.menu-style li.style a,
.col-sub .menu.menu-card li.card a,
.col-sub .menu.menu-messenger li.messenger a,
.col-sub .menu.menu-score li.score a,
.col-sub .menu.menu-menu li.menu a,
.col-sub .menu.menu-reply li.reply a,
.col-sub .menu.menu-secret li.secret a,
.col-sub .menu.menu-ticket li.ticket a,
.col-sub .menu.menu-wheel li.wheel a,
.col-sub .menu.menu-form li.form a,
.col-sub .menu.menu-exam li.exam a,
.col-sub .menu.menu-shake li.shake a,
.col-sub .menu.menu-coupon li.coupon a,
.col-sub .menu.menu-codelib li.codelib a,
.col-sub .menu.menu-wall li.wall a,
.col-sub .menu.menu-helper li.helper a,
.col-sub .menu.menu-message.list li.list a,
.col-sub .menu.menu-message.rules li.rules a,
.col-sub .menu.menu-message.auto-reply li.auto-reply a,
.col-sub .menu.menu-message.follow-reply li.follow-reply a,
.col-sub .menu.menu-assets.news li.news a,
.col-sub .menu.menu-assets.gpnews li.gpnews a,
.col-sub .menu.menu-assets.images li.images a,
.col-sub .menu.menu-qrcode li.qrcode a,
.col-sub .menu.menu-codelib li.codelib a,
.col-sub .menu.menu-poster li.poster a,
.col-sub .menu.menu-info.base li.base a,
.col-sub .menu.menu-info.business li.business a,
.col-sub .menu.menu-info.location li.location a,
.col-sub .menu.menu-info.payment li.payment a,
.col-sub .menu.menu-profile.payment li.payment a,
.col-sub .menu.menu-navlist li.navlist a,
.col-sub .menu.menu-articlelist li.articlelist a,
.col-sub .menu.menu-minipage li.minipage a,
.col-sub .menu.menu-statistic.fans li.fans a,
.col-sub .menu.menu-statistic.message li.message a,
.col-sub .menu.menu-statistic.news li.news a,
.col-sub .menu.menu-statistic.smenu li.smenu a,
.col-sub .menu.menu-wxpos.activity li.activity a,
.col-sub .menu.menu-wxpos.details li.details a,
.col-sub .menu.menu-wxpos.statistics li.details a,
.col-sub .menu.menu-wxpos.setting li.setting a,
.col-sub .menu.menu-wxpos.overview li.overview a,
.col-sub .menu.menu-thirdparty li.third-party a{
  color:#fff;
  font-weight: bold;
  cursor: default;
}
.col-sub .special-menu {
  margin:20px auto;
  padding-top:15px;
}
.col-sub .special-menu {
  height:30px;
  line-height: 30px;
  margin-left: -2px;
  position: relative;
}
.col-sub .special-menu:before {
  content:'';
  position: absolute;
  width:120px;
  top:0;
  left:30px;
  border-top:1px dashed #c7c6c5;
}
.col-sub .special-menu li a {
  color:#666;
  display: block;
  text-indent:50px;
}
.col-sub .special-menu li.redpack {
  background:url(../images/redpack-tiny.jpg) 50px center no-repeat;
  padding-left:15px;
}
.col-sub li.redpack a:after {
  content:'';
  display: inline-block;
  width:10px;
  height:12px;
  margin-left:5px;
  margin-top:-2px;
  vertical-align: middle;
  background:url(../images/redpack-tiny.jpg) no-repeat;
}
.col-sub .special-menu li:hover {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  background-color:#f0eeec;
}
.col-sub .special-menu li:hover a {
  text-decoration: none;
}
.col-sub .menu li a:hover {
  text-decoration: none;
}
.main-wrap .display {
  background:#f9f8f5;
  border-bottom:1px solid #e2e0db;
}
.main-wrap .display .wrap {
  padding:40px 30px 40px 95px;
  position: relative;
}
.main-wrap .display .wrap .action {
  position: absolute;
  right:30px;
  top:40px;
}
.main-wrap .display .wrap .title h3 {
  font-size: 16px;
  font-weight: bold;
  color:#000;
  display: inline-block;
  margin-right:10px;
}

.main-wrap .display .wrap .title a.slide-trigger {
  color: #999;
}

.main-wrap .display .wrap .title a.slide-trigger:hover{
  text-decoration:none;
  color: #333;
}

.main-wrap .display .wrap .title .parting-line{
  color: #e3e3e3;
  margin-left: 3px;
  margin-right: 3px;
}

.main-wrap .display .wrap .title .icon-introduce {
  font-size: 15px;
  vertical-align: text-bottom;
  height: 15px;
  line-height: 15px;
}

.main-wrap .display .wrap .title .icon-book {
  font-size: 15px;
  vertical-align: text-bottom;
  height: 15px;
  line-height: 15px;
}

.display .wrap .title > em {
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(../images/poster-explain.png);
  position: relative;
  top: 1px;
}
.display .wrap .title > em,
.display .wrap .title > a,
.display .wrap .title > h3 {
  vertical-align: middle;
}
.display .wrap .trial-status,
.display .wrap .fee-expired {
  display: inline-block;
  color:#589817;
  background:#dae8ba;
  vertical-align: middle;
  padding:0 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left:5px;
  position: relative;
}
.display .wrap .fee-expired {
  background:#f9d88c;
  color:#9f7109;
}
.display .wrap .trial-status:before,
.display .wrap .fee-expired:before {
  content:"";
  display: inline-block;
  width:9px;
  height:9px;
  background: url(../images/trial-icons.png) 0 0 no-repeat;
}
.display .wrap .trial-status.expired {
  background:#fac3c1;
  color:#ff0000;
}
.display .wrap .trial-status.expired:before {
  background-position: 0 -9px;
}
.display .wrap .trial-status:hover:before {
  display:none;
}
.display .wrap .trial-status:hover {
  background:#dae8ba;
  color:#589817;
  text-decoration: none;
}
.display .wrap .fee-expired:before {
  background-position: 0 -18px;
}
.display .wrap .trial-status:after {
  content:"";
  width:150px;
  height:18px;
  position: absolute;
  left:0;
  top:0;
}
.main-wrap .tabs {
  background:#f3f2ef;
}
.main-wrap .tabs li {
  float:left;
  height:38px;
  line-height: 38px;
  font-size:14px;
  background:#f9f8f5;
  border-right:1px solid #e2e0db;
  border-bottom:1px solid #e2e0db;
  position: relative;
  cursor: pointer;
}
.main-wrap .tabs li a {
  display: block;
  width: 100%;
  padding:0 25px;
}
.main-wrap .tabs li.selected {
  background:#fff;
  border-bottom:1px solid #fff;
  cursor: default;
}
.main-wrap .tabs li.selected a {
  cursor: default;
  color:#333;
  font-weight: bold;
}
.main-wrap .tabs li a {
  color:#666;
}
.main-wrap .tabs li a:hover {
  color:#333;
  text-decoration: none;
}
.main-wrap .tabs li .plus-one {
  font-size:20px;
  font-weight:bold;
  position: absolute;
  color:#eb9b1d;
  font-family: arial;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  top:0px;
  margin-left:2px;
}
.main-wrap .tabs li em.new {
  display: inline-block;
  line-height: 1;
  font-family: arial;
  background-color: #ffeab7;
  font-size:11px;
  color:#835f07;
  -webkit-text-size-adjust:none;
  padding:2px 5px;
}
.main-wrap .desc {
  background:#fff;
  padding:10px 10px 10px 25px;
  line-height: 33px;
  border-bottom:1px solid #e7e5e1;
}
.main-wrap .desc .action {
  margin:0px 10px 0 0;
}
.plugin-off {
  background:#fff;
  height:660px;
  position: relative;
}
.plugin-off .status {
  position: absolute;
  top:190px;
  text-align: center;
  width:100%;
  color:#999;
}
.plugin-off .status em {
  display: inline-block;
  width:48px;
  height:48px;
  margin-bottom:8px;
  background:url(../images/alarm-icon.png) no-repeat;
}
#lock {
  padding-top:180px;
  text-align: center;
  color:#999;
}
#lock em {
  background:url(../images/lock-func-icon.png) no-repeat;
  display: inline-block;
  width:59px;
  height:72px;
  margin-bottom:10px;
}


#service {
  position: fixed;
  z-index:1000;
}
.service-btn {
  position: fixed;
  right: -4px;
  top: 50%;
  margin: -52px 0 0 0;
}
.service-box {
  position: fixed;
  right: -320px;
  top: 50%;
  width: 300px;
  border: #73ae28 solid 2px;
  border-right: none;
  font-size: 14px;
  background: #fff;
}
.service-box .helps p {
  padding: 20px 0 0 20px;
}
.service-box ul {
  padding: 10px 0 20px 20px;
  border-bottom: #e5e5e5 solid 1px;
}
.service-box li p:first {
  line-height: 25px;
}
.service-box li p {
  line-height: 20px;
}
.service-box p.service-tel {
  padding: 20px 0 20px 20px;
  border-bottom: #e5e5e5 solid 1px;
}
.service-box p.service-online {
  padding: 20px 0 50px 20px;
}
.service-box p.service-online a {
  float: left;
  display: inline-block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #73ae28;
  text-align: center;
}
.service-box p.service-online a:hover {
  text-decoration: none;
}
.activate-account-tips {
  width:100%;
  height:40px;
  line-height: 40px;
  background:#e35d4b;
  color:#fff;
  text-align: center;
}
.activate-account-tips .text {
  background:url(../images/activate-tips.png) left center no-repeat;
  padding-left:25px;
  line-height: 40px;
  display: inline-block;
}
.activate-account-tips .validate {
  display: inline-block;
  height:25px;
  line-height: 25px;
  background:#fff;
  color:#e35d4b;
  padding:0 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.activate-account-tips .validate:hover {
  background:#f9dfdb;
  text-decoration: none;
}
#log-notify .notify-box {
  position: absolute;
  width:600px;
  left:50%;
  top:50%;
  margin:-250px 0 0 -300px;
  background:#fff;
  z-index:9999;
  -moz-box-shadow:0 0 20px #999;
  -webkit-box-shadow:0 0 20px #999;
  box-shadow:0 0 20px #999;
}
#log-notify .notify-box .box-hd {
  height:98px;
  background:#fafafa;
  border-bottom:1px solid #e8f0d8;
  text-align: center;
}
#log-notify .notify-box .box-hd h3 {
  font-size:20px;
  color:#666;
  padding-top:20px;
}
#log-notify .notify-box .box-hd p {
  margin-top:5px;
  color:#999;
  font-size:14px;
}
#log-notify .notify-box .box-bd {
  border-top:5px solid #ecf4dc;
}
#log-notify .notify-box .box-bd-wrap {
  padding:30px 10px 30px 35px;
}
#log-notify .notify-box .box-foot {
  height:88px;
  line-height: 88px;
  background:#fafafa;
  text-align: center;
}
#log-notify .notify-box .box-foot a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border: 1px solid #ff971a;
  color: #ff971a;
  font-size: 16px;
  padding: 0 20px;
  min-width: 110px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#log-notify .notify-box .box-foot a:hover {
  background: #fc8d06;
  color: #fff;
  text-decoration: none;
}
#log-notify .cover {
  position: fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:#c7c6c4;
  opacity: 0.5;
  filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  z-index:9998;
}
#log-notify .milestone ol {
  padding:10px 30px 15px 30px;
}
#log-notify .milestone ol li {
  content:'';
  background:url(../images/log-icons.png) left -65px no-repeat;
  padding-left:15px;
  font-size:14px;
  color:#666;
  margin-bottom:8px;
}
#log-notify .milestone .type {
  background:url(../images/log-icons.png) left 5px no-repeat;
  padding-left:25px;
  height:25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color:#333;
}
#log-notify .milestone .type.better {
  background-position: left -29px;
}
#log-notify.holy-release .box-hd {
  display: none;
}
#log-notify.holy-release .notify-box .box-foot {
  background:none;
}
#log-notify.holy-release .notify-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#log-notify.holy-release .notify-box .box-bd {
  border-top:none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-size:100% auto !important;
}
#log-notify.holy-release .notify-box .box-bd-wrap {
  padding:80px 0 80px 0;
  text-align: center;
}
#log-notify.holy-release .notify-box .box-bd dt {
  color:#333;
  font-size:20px;
  margin:20px 0 10px 0;
}
#log-notify.holy-release .notify-box .box-bd dd {
  color:#999;
  font-size:14px;
}
#log-notify.holy-release .notify-box .box-bd .box-foot {
  margin-top:20px;
}
#log-notify .box-bd .icon,
#log-notify .box-bd .icon img {
  width: 94px;
  height: 94px;
}
#log-notify .box-bd .icon {
  display: inline-block;
}
#log-notify .pop-close {
  background: url(../images/ui-pop-box-close.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  z-index: 1000;
}
#log-notify .pop-close:hover {
  background-position: 0 -141px;
}

/** 组件授权升级 **/
#component-update .cover {
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#000;
  opacity: 0.6;
  filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  z-index:2000;
}
#component-update .box {
  position: fixed;
  width:760px;
  height:400px;
  background:#fff;
  z-index:3000;
  top:50%;
  left:50%;
  margin-left:-380px;
  margin-top:-280px;
  text-align: center;
  padding:80px 0;
}
#component-update .box > em {
  display: inline-block;
  width:88px;
  height:88px;
  background:url(../images/component-update-icon.png) 0 0 no-repeat;
}
#component-update .box h3 {
  font-size:30px;
  color:#333;
  margin:20px auto 10px auto;
}
#component-update .box .tips {
  font-size:14px;
  line-height: 1.8;
  text-align: left;
  width:460px;
  margin:0 auto;
}
#component-update .box .attention {
  margin:40px auto 15px auto;
  background:#fcefc6;
  height:30px;
  line-height: 30px;
  width:460px;
  color:#999;
  text-align: center;
  text-indent:1.3em;
  text-align: left;
}
#component-update .box .attention strong {
  color:#5cb20a;
  font-weight: bold;
}
#component-update .box .attention:before {
  content:'';
  background:url(../images/component-update-attention.png) 0 0 no-repeat;
  display: inline-block;
  width:11px;
  height:16px;
  vertical-align: middle;
  margin-top:-2px;
}
#component-update .box .action {
  padding-top:10px;
}
#component-update .box .action a {
  background:url(../images/component-update-action.png) 15px center no-repeat;
  display: inline-block;
  line-height: 50px;
  height:50px;
  background-color:#5cb20a;
  font-size:24px;
  padding:0 25px 0 60px;
  color:#fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#component-update .box .action a:hover {
  text-decoration: none;
  background-color:#509e05;
}

#wp-auth-help .auth-help-box {
  font-size:12px;
}
#wp-auth-help .auth-help-box .turn {
  margin-top:15px;
}
#wp-auth-help .auth-help-box .ask-and-answer {
  margin-bottom:15px;
}
#wp-auth-help .auth-help-box p {
  margin-bottom:3px;
}
#wp-auth-help .auth-help-box p label {
  display: inline-block;
  line-height: 1;
  padding:1px;
  color:#fff;
  float: left;
  vertical-align: 0;
  margin-top:2px;
}
#wp-auth-help .auth-help-box p.ask label {
  background:#f0923a;
}
#wp-auth-help .auth-help-box p.answer label {
  background:#868686;
}
#wp-auth-help .auth-help-box p .text {
  float: left;
  margin-left:8px;
  color:#000;
}
#wp-component-update-tips .pop-close {
  display: none;
}
#info-container.notify {
  width:490px;
}
#info-container.notify .notifies li {
  height:42px;
  line-height: 42px;
  border-bottom:1px solid #fafafa;
  padding-left:60px;
  background:url(../images/notify-envs.png) 25px -66px no-repeat;
  color:#333;
  overflow: hidden;
  cursor: pointer;
}
#info-container.notify .notifies li.read {
  background-position: 25px 15px;
  background-color:#fdfdfd;
  color:#999;
}
#info-container.notify .notifies li:hover {
  background-color:#fdfdfd;
}
#info-container.notify .notifies li .date {
  display: inline-block;
  width:80px;
}
#info-container.notify .notifies li .subject {
  font-weight: bold;
}
#info-container.notify .notifies li.read .subject {
  font-weight: normal;
}
#info-container.notify .notify-loading {
  position: absolute;
  left:50%;
  top:50%;
  margin:-50px 0 0 -30px;
}
#info-container.notify .notify-detail {
  padding:25px;
}
#info-container.notify .notify-detail h3 {
  color:#000;
  font-size:14px;
  font-weight: bold;
  margin-bottom:5px;
}
#info-container.notify .notify-detail .date {
  margin:10px 0;
  color:#999;
  font-size: 14px;
  font-family: arial;
}
#info-container.notify .notify-detail .main-con {
  margin-top:15px;
  color:#666;
  line-height: 2;
}
#auth-upgrade-tips .tips-wrap,
#trial-apply-box .tips-wrap {
  display: inline-block;
  width:600px;
  height:335px;
  background:#6ccf28;
  position: absolute;
  top:50%;
  left:50%;
  margin:-240px 0 0 -300px;
  z-index:2000;
  color:#fff;
  text-align: center;
  -moz-box-shadow:0 0 12px #ccc;
  -webkit-box-shadow:0 0 12px #ccc;
  box-shadow:0 0 12px #ccc;
}
#auth-upgrade-tips .tips-wrap .wrap-inner,
#trial-apply-box .tips-wrap .wrap-inner {
  padding:150px 0 60px 0;
}
#auth-upgrade-tips:before,
#trial-apply-box:before {
  content:"";
  background:#fff;
  position: fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1000;
  opacity: 0.7;
}
#auth-upgrade-tips .tips-wrap:before,
#trial-apply-box .tips-wrap:before {
  content:"";
  display: inline-block;
  width:82px;
  height:82px;
  background:url(../images/auth-upgrade-icon.png) no-repeat;
  position: absolute;
  top:40px;
  left:260px;
}
#trial-apply-box .tips-wrap:before {
  background: url(../images/apply-auth-icon.png) no-repeat;
  height:92px;
}
#auth-upgrade-tips .tips-wrap .tips,
#trial-apply-box .tips-wrap .tips {
  font-size: 14px;
  margin:5px 0;
}
#trial-apply-box .tips-wrap .tips em {
  color:#fffa00;
  padding-bottom:2px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #fffa00;
}
#auth-upgrade-tips .tips-wrap h3,
#trial-apply-box .tips-wrap h3 {
  font-size:16px;
}
#auth-upgrade-tips .tips-wrap .action,
#trial-apply-box .tips-wrap .action {
  padding-top:15px;
}
#auth-upgrade-tips .tips-wrap .action a,
#trial-apply-box .tips-wrap .action a {
  display: inline-block;
  height:50px;
  line-height: 50px;
  font-size:14px;
  padding:0 20px 0 70px;
  color:#999;
  background:url(../images/weixin-icon-s.png) 20px center no-repeat;
  background-color:#fff;
}
#trial-apply-box .tips-wrap .action a {
  background: none;
  background-color:#fff;
  padding:0 60px;
}
#auth-upgrade-tips .tips-wrap .action a:hover,
#trial-apply-box .tips-wrap .action a:hover {
  background-color:#f3f3f3;
  text-decoration: none;
}
#auth-upgrade-tips .tips-wrap .close,
#trial-apply-box .tips-wrap .close {
  display: inline-block;
  width:15px;
  height:15px;
  background:url(../images/auth-grade-tips-close.png) 0 0 no-repeat;
  position: absolute;
  right:20px;
  top:15px;
}
.trial-open-box {
  text-align: center;
  padding-top:180px;
  background:#f9f8f5;
  min-height: 500px;
}
.trial-open-box .trigger {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 25px auto;
  padding: 0 30px;
  border: 1px solid #81a733;
  color:#81a733;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.trial-open-box .trigger:hover {
  background:#e6f5c5;
  text-decoration: none;
}
#wp-func-forbidden-tips {
  width: 650px;
}
#wp-func-forbidden-tips .pop-bd {
  height:auto;
}
#func-forbidden-tips-box {
  text-align: center;
  font-size:14px;
  padding:50px 0 80px 0;
}
#func-forbidden-tips-box em {
  display: inline-block;
  width:80px;
  height:80px;
  margin-bottom:10px;
  background:url(../images/light-alarm-80x80.png) no-repeat;
}
#func-forbidden-tips-box h3 {
  color:#333;
  font-size:16px;
  font-weight: bold;
  margin-bottom:6px;
  line-height:1;
}
#MEIQIA-BTN {
  width: 28px !important;
  font-size: 12px !important;
  padding: 10px 0px 3px 0 !important;
}
#MEIQIA-BTN-ICON{margin:-5px 0px  5px 4px !important;}
#MEIQIA-BTN-TEXT {
  width: 18px !important;
  padding: 0 8px !important;
  margin-top: 3px !important;
  font-size: 12px !important;
}
#trial-expired-box {
  position: absolute;
  width:100%;
  height:100%;
  z-index:2000;
  text-align: center;
  font-size:14px;
  color:#333;
}
#trial-expired-box em {
  display: inline-block;
  width:59px;
  height:72px;
  background:url(../images/trial-lock-icon.png) no-repeat;
  margin-top:200px;
  margin-bottom:10px;
}
#trial-expired-box p {
  margin-bottom:15px;
}
#trial-expired-box a{
  margin-right: 0;
}
#wp-out-of-media-id-count {
  width: 650px;
}
#out-of-media-id-count {
  text-align: center;
  padding:30px;
}
#out-of-media-id-count > i {
  display: inline-block ;
  width:65px;
  height:65px;
  background:url(../images/out-of-media-id-count-icon.png) no-repeat;
  margin-bottom:10px;
}
#out-of-media-id-count > h3 {
  font-weight:bold;
  font-size:14px;
  color:#000;
  margin-bototm:5px;
}
#out-of-media-id-count > p {
  color:#999;
  font-size:12px;
}
#out-of-media-id-count .how-to-do {
  margin-top:40px;
  font-size:12px;
  background:#fafafa;
  border-left:5px solid #f5f5f5;
  text-align:left;
  padding:20px 30px;
}
#out-of-media-id-count .how-to-do > h4 {
  color:#333;
  font-weight:bold;
}
#out-of-media-id-count .how-to-do > ol {
  margin-top:15px;
}
#multi-account-bind {
  text-align: center;
  font-size:12px;
  color:#999;
  padding-top:40px;
}
#multi-account-bind h3 {
  color:#000;
  font-size:14px;
  font-weight:bold;
  margin:8px 0;
}
#multi-account-bind p {
  margin-bottom:5px;
}
#multi-account-bind p em {
  color:#f88924;
  margin:0 2px;
}
#wp-multi-account-bind {
  width: 640px;
}
#wp-multi-account-bind .pop-bd {
  padding-bottom:80px;
}
#wp-multi-account-bind .pop-ft {
  display: block;
}
#wp-multi-account-bind.limit .pop-ft {
  display: none;
}
#free-newbie-limit {
  text-align: center;
  margin: 200px auto 400px auto;
}
#free-newbie-limit p {
  color: #aaa;
  margin-top: 12px;
}
