@charset "UTF-8";
.header-sprite, .header-shadow #header-warp #header-right #user-info #dropdown i, .header-shadow #header-warp #header-right #user-info #dropdown i.close {
  background-image: url('images/header-sb1a5051ff6.png');
  background-repeat: no-repeat;
}

body,
div,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
a,
span,
table,
tr,
td {
  margin: 0 auto;
  padding: 0;
}

body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

body #YSF-BTN-HOLDER {
  display: none !important;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

ul {
  list-style: none;
}

img {
  border: none;
  height: auto;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

button {
  border: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/*chrome滚动条样式*/
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

#header {
  position: relative;
  height: 72px;
}

.header-shadow {
  width: 100%;
  background: #fefefe;
  margin-top: 0px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 999;
  top: 0;
}
.header-shadow #header-warp {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
}
.header-shadow #header-warp #logo {
  width: 153px;
  height: 38px;
  float: left;
  margin: 18px 73px 17px 1px;
}
.header-shadow #header-warp #logo img {
  width: 100%;
}
.header-shadow #header-warp #header-nav {
  float: left;
  height: 72px;
  font-size: 0;
}
.header-shadow #header-warp #header-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 7px;
  margin: 0 12px 0 12px;
  font-size: 16px;
  border-bottom: 2px #fefefe solid;
}
.header-shadow #header-warp #header-nav li:hover {
  color: #3086f2;
  border-bottom: 2px #3086f2 solid;
}
.header-shadow #header-warp #header-nav .new {
  position: relative;
}
.header-shadow #header-warp #header-nav .new img {
  width: 29px;
  position: absolute;
  top: 13px;
  right: -21px;
}
.header-shadow #header-warp #header-nav .nav-current {
  border-bottom: 2px #3086f2 solid;
}
.header-shadow #header-warp #header-nav .nav-current a {
  color: #3086f2;
}
.header-shadow #header-warp #header-nav a {
  color: #7c808c;
  text-decoration: none;
  line-height: 70px;
  display: block;
}
.header-shadow #header-warp #header-nav a:hover {
  color: #3086f2;
}
.header-shadow #header-warp #header-right {
  margin: 17px 0px 15px 0px;
  width: 255px;
  height: 40px;
  float: right;
}
.header-shadow #header-warp #header-right #user-info {
  float: right;
  width: 120px;
  height: 40px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  color: #248aff;
  border: 1px #248aff solid;
  margin-left: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.header-shadow #header-warp #header-right #user-info .user-drop {
  width: 92px;
  height: 40px;
  padding: 0 14px;
}
.header-shadow #header-warp #header-right #user-info .user-drop:hover {
  background-color: #e6f1ff;
}
.header-shadow #header-warp #header-right #user-info #dropdown-button {
  color: #248aff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.header-shadow #header-warp #header-right #user-info #dropdown {
  display: none;
  font-size: 16px;
  float: left;
  width: 10px;
  height: 100%;
}
.header-shadow #header-warp #header-right #user-info #dropdown i {
  margin-top: 13px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.header-shadow #header-warp #header-right #user-info #dropdown i.close {
  background-position: 0 -16px;
  width: 16px;
  height: 16px;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list {
  position: absolute;
  top: 42px;
  width: 120px;
  z-index: 100;
  display: none;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list li {
  cursor: pointer;
  display: inline;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  color: #248aff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  display: block;
  text-decoration: none;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list a:hover {
  background-color: #e6f1ff;
}
.header-shadow #header-warp #header-right #register {
  display: block;
  float: left;
  height: 40px;
  color: #fff;
  border: solid 1px #298dff;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  background-color: #298dff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header-shadow #header-warp #header-right #register:hover {
  background-color: #257fe6;
}
.header-shadow #header-warp #header-right.login #dropdown-button {
  width: 80px;
  float: left;
  text-align: left;
}
.header-shadow #header-warp #header-right.login #dropdown {
  display: block !important;
}
.header-shadow #header-warp #header-right.login #register {
  display: none;
}
.header-shadow #header-warp #header-right.login #user-info {
  margin-left: 35px;
  -moz-animation-name: float-center;
  -webkit-animation-name: float-center;
  animation-name: float-center;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-moz-keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 35px;
  }
}
@-webkit-keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 35px;
  }
}
@keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 35px;
  }
}
.header-shadow a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #7c808c;
}

body #header {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac #header {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.client #header {
  display: none;
}

.footer-sprite {
  background-image: url('images/footer-s74fd3931a8.png');
  background-repeat: no-repeat;
}

@-moz-keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes flower_rotate {
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-webkit-keyframes checkshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-moz-keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pcsynchronize {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes balloon_rotate {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-webkit-keyframes key_rotate {
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-moz-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ways_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes cloud_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#footer #ft-follow-us li #weibo:hover img, #footer #ft-follow-us li #wechat:hover img {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

#footer {
  height: 305px;
  background-color: #383b48;
  margin-bottom: 0;
  color: #a8abb3;
}
#footer #ft-follow-us {
  padding-left: 4px;
  width: 150px;
  height: 48px;
  padding-top: 36px;
  margin: 0 auto;
}
#footer #ft-follow-us li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
  vertical-align: top;
}
#footer #ft-follow-us li a {
  display: block;
}
#footer #ft-follow-us li #weibo {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/weibo.svg");
  width: 48px;
  height: 48px;
}
#footer #ft-follow-us li #weibo:hover {
  zoom: 1;
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/weibo-hover.svg");
}
#footer #ft-follow-us li #weibo:hover img {
  position: relative;
  bottom: 181px;
  right: 60px;
  display: block;
}
#footer #ft-follow-us li #wechat {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/wechat.svg");
  width: 48px;
  height: 48px;
}
#footer #ft-follow-us li #wechat img {
  display: none;
}
#footer #ft-follow-us li #wechat:hover {
  zoom: 1;
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/wechat-hover.svg");
}
#footer #ft-follow-us li #wechat:hover img {
  position: relative;
  bottom: 181px;
  right: 60px;
  display: block;
}
#footer #ft-links {
  text-align: center;
  height: 20px;
  padding-top: 32px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}
#footer #ft-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
  font-weight: normal;
}
#footer #ft-links li a {
  color: #a8abb3;
  text-decoration: none;
}
#footer #ft-links li a:hover {
  color: #ffffff;
}
#footer #ft-about-links {
  text-align: center;
  padding-top: 23px;
  margin: 0 auto;
}
#footer #ft-about-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
}
#footer #ft-about-links li a {
  font-size: 14px;
  color: #a8abb3;
  text-decoration: none;
}
#footer #ft-about-links li a:hover {
  color: #ffffff;
}
#footer .ft-line {
  width: 1200px;
  height: 0px;
  border-bottom: 1px solid #ffffff;
  opacity: 0.1;
  padding-top: 32px;
}
#footer #copyright {
  text-align: center;
  font-size: 14px;
  height: 20px;
  padding-top: 32px;
  opacity: 0.6;
  margin: 0 auto;
}

body #footer {
  font-family: 'PingFangSC-Regular', 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac #footer {
  font-family: PingFangSC-Regular, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/* 收费页面在PC客户端不显示头和尾 */
.client #footer {
  display: none;
}

body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/*chrome滚动条样式*/
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

/* 隐藏文字 */
h1 a, #hd p, #doc2 #hd .bd-wrap a, .multi-plat a, h2, #doc1 .btn, #doc2 .btn, .fl-pop a, .multi-op a, .play-video {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  zoom: 1;
  -webkit-text-size-adjust: none;
}

#doc2 #hd .bd-wrap .multi-plat a {
  line-height: 30px;
  *line-height: 0;
}

/* IE67 */
.dl-item .dl-now, .dl-item .dl-alte, h1, .nav, .login, .ft dl, .dl-item dl, #awards li {
  *display: inline;
  *zoom: 1;
}

body a {
  text-decoration: none;
}

.purchase.client {
  min-width: 900px;
}

.expansion-sprite, .info-refunding .hint, .info-refunded .hint, .info-refunded .close, .purchase .pay .left-side .methods li, .purchase .pay .left-side .methods .selected, .purchase .privilege .swiper-button-next, .purchase .privilege .swiper-button-next:hover, .purchase .privilege .swiper-button-prev, .purchase .privilege .swiper-button-prev:hover, #alert .dialog-box .dialog-head .close-icon {
  background-image: url('images/expansion-s1e6bdb12d3.png');
  background-repeat: no-repeat;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.refunded .info-refunded {
  display: block;
}

.refunding .info-refunding {
  display: block;
}

.refunding .expiry-date {
  display: none;
}

.vip .expiry-date {
  display: inline-block;
}

.vip .member {
  display: block;
}

.vip .is-VIP {
  display: block;
}

.vip .non-VIP {
  display: none;
}

.hello {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.expiry-date {
  display: none;
}
.expiry-date p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.member {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/vip-corner-7b3554e777.svg");
  z-index: 10;
}

.is-VIP {
  display: none;
}

.active {
  display: none;
  margin: 32px auto;
  width: 1200px;
}
.active img {
  border-radius: 8px;
  width: 1200px;
  height: 120px;
  cursor: pointer;
}

.info-refunding {
  display: none;
  height: 20px;
  line-height: 20px;
  padding: 6px 10px;
  background-color: #4f5a6c;
}
.info-refunding .hint {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -70px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.info-refunded {
  display: none;
  width: 100px;
  height: 18px;
  line-height: 18px;
  padding: 6px 10px;
  background-color: #4f5a6c;
  border: #4f5a6c 1px solid;
}
.info-refunded .hint {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -309px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.info-refunded .close {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.info-refunded:hover {
  border: #6280a6 1px solid;
}

.purchase {
  min-width: 1100px;
}
.purchase .info {
  display: inline-block;
  width: 100%;
  min-width: 1035px;
  position: relative;
  height: 394px;
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/charge/bg-vip-short.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.purchase .info .login-container {
  position: relative;
  height: 128px;
  text-align: center;
  top: 40px;
}
.purchase .info .login-container .btn-login {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: solid 1px #d6a75b;
  background-color: transparent;
  margin-top: 32px;
  font-family: PingFangSC;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #d6a75b;
  cursor: pointer;
}
.purchase .info .login-container .vip-login-info {
  margin-top: 12px;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
}
.purchase .info .info-container {
  position: relative;
  margin: 0px auto 0 auto;
  height: 128px;
  line-height: 128px;
  width: 990px;
  color: #fff;
  text-align: center;
  top: 40px;
  display: none;
}
.purchase .info .info-container .info-portrait {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  vertical-align: middle;
}
.purchase .info .info-container .info-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.purchase .info .info-container .info-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 0 auto;
  text-align: left;
  padding-left: 14px;
}
.purchase .info .info-container .info-text #trail {
  font-size: 13px;
  padding: 2px 4px 3px 6px;
  border: solid 1px #c29244;
  border-radius: 2px;
  font-weight: 500;
  text-align: left;
  color: #c19244;
  cursor: pointer;
  margin-left: 10px;
}
.purchase .info .info-container .top-side {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  font-size: 20px;
}
.purchase .info .info-container .top-side .vip-hello {
  display: none;
}
.purchase .info .info-container .top-side .toggle-account {
  cursor: pointer;
  font-size: 12px;
}
.purchase .info .info-container .bottom-side {
  line-height: 27px;
  height: 27px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.6;
}
.purchase .info .info-container .bottom-side .upgrade-membership {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
}
.purchase .info .info-container .bottom-side .upgrade-icon {
  background: url("../images/upgrade-803cef0133.png") no-repeat;
  width: 20px;
  height: 22px;
  display: inline-block;
  background-size: 100% 100%;
  position: absolute;
  margin: 0 5px;
}
.purchase .info .info-container .bottom-side .icon-container {
  margin-left: 30px;
}
.purchase .info .info-container .bottom-side .third-party {
  float: left;
}
.purchase .info .info-container .bottom-side .third-party i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -2px;
}
.purchase .info .info-container .bottom-side .user-email,
.purchase .info .info-container .bottom-side #user-id {
  margin: 0px 3px 0 4px;
  float: left;
  display: none;
}
.purchase .info .info-container .right-side {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 12px;
}
.purchase .pay {
  margin-bottom: 48px;
  margin-top: -24px;
  position: relative;
  top: 55px;
  min-width: 1020px;
}
.purchase .pay .meals {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.purchase .pay .meals .vip-price {
  font-family: 'PingFangSC-Light', 'STXiHei', sans-serif;
  font-size: 32px;
  color: #333333;
}
.purchase .pay .meals .dash-line {
  display: inline-block;
  height: 54px;
  width: 1px;
  border-right: 1px dashed #e7e7e7;
  position: relative;
  top: 14px;
}
.purchase .pay .meals .buy-year,
.purchase .pay .meals .buy-month,
.purchase .pay .meals .buy-longterm,
.purchase .pay .meals .btn-buy {
  position: relative;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  background-color: #d6a75b;
  padding: 6px 17px;
  line-height: 16px;
  float: right;
  margin: 44px 20px 44px 0;
}
.purchase .pay .meals .discount {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #FE695D;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.purchase .pay .meals .pay-check {
  font-size: 16px;
  color: #333333;
  line-height: 45px;
  height: 45px;
  vertical-align: top;
  float: left;
  margin-left: 20px;
  margin-top: 28px;
}
.purchase .pay .meals .pay-check .unit {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 14px;
  white-space: pre;
  max-width: 90px;
  vertical-align: bottom;
}
.purchase .pay .meals li {
  position: relative;
  box-sizing: border-box;
  width: 328px;
  height: 120px;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  margin-top: 24px;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 64px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.purchase .pay .meals .meal-hint {
  position: absolute;
  bottom: 30px;
  left: 20px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #999999;
  max-width: 200px;
}
.purchase .pay .meals .meal-hint .promotion {
  color: #ff5523;
}
.purchase .pay .meals.odd li {
  margin-left: 24px;
}
.purchase .pay .meals.odd li:nth-child(3n+1) {
  margin-left: 0;
}
.purchase .pay .meals.even {
  width: 1000px;
}
.purchase .pay .meals.even li:nth-child(even) {
  margin-left: 24px;
}
.purchase .pay .meals.even li:nth-child(odd) {
  margin-left: 0;
}
.purchase .pay .left-side {
  width: 640px;
  float: left;
  display: none;
}
.purchase .pay .left-side .pay-title {
  font-size: 16px;
  margin-top: 26px;
}
.purchase .pay .left-side .methods {
  margin-top: 20px;
}
.purchase .pay .left-side .methods li {
  width: 140px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -185px;
  width: 140px;
  height: 36px;
  cursor: pointer;
}
.purchase .pay .left-side .methods .selected {
  background-position: 0 -329px;
  width: 140px;
  height: 36px;
  color: #3086f2;
}
.purchase .pay .right-side {
  width: 212px;
  height: 250px;
  padding-left: 28px;
  border-left: #edf4f6 1px solid;
  float: right;
  display: none;
            /*.hotline {
                text-align: center;
                margin-top: 56px;
                color: #5a5a5a;

                .hotline-title {
                    font-size: 14px;

                }
                .telephone {
                    margin-top: 14px;
                    margin-bottom: 42px;
                    font-size: 30px;
                }
            }*/
}
.purchase .pay .right-side .buy {
  width: 211px;
  height: 57px;
  color: #fff;
  background-color: #3086f2;
  line-height: 57px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  font-size: 24px;
  margin-top: 100px;
  cursor: pointer;
}
.purchase .pay .right-side .buy:hover {
  background-color: #277be4;
}
.purchase .pay .right-side .buy.gray {
  cursor: default;
  color: #a9a9a9;
  background-color: #d8d8d8;
}
.purchase .pay .right-side .buy-hint {
  display: none;
  height: 20px;
  line-height: 20px;
  padding: 6px 10px;
  text-align: center;
  color: #E07551;
}
.purchase .taobao {
  position: relative;
  width: 940px;
  height: 180px;
  margin: 20px auto;
}
.purchase .taobao a {
  position: absolute;
  right: 43px;
  bottom: 18px;
  width: 262px;
  height: 62px;
  background: url("../images/tb-link.png") 0 0 no-repeat;
}
.purchase .vip-privilege {
  min-width: 1035px;
  text-align: center;
}
.purchase .vip-privilege .vip-title {
  font-size: 32px;
  font-weight: normal;
  color: #333333;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 80px;
}
.purchase .vip-privilege .vip-list {
  margin: 0 auto 120px;
}
.purchase .vip-privilege .vip-list .detail {
  font-size: 16px;
  color: #595959;
  font-weight: bold;
  margin-top: 30px;
}
.purchase .vip-privilege .vip-list .description {
  color: #898989;
  font-size: 14px;
  margin-top: 13px;
  width: 200px;
  display: inline-block;
  line-height: 21px;
}
.purchase .vip-privilege .vip-list li {
  position: relative;
  width: 282px;
  height: 360px;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(209, 220, 232, 0.63);
  display: inline-block;
  vertical-align: top;
}
.purchase .vip-privilege .vip-list li .privilege-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  height: 140px;
  width: 140px;
  background-size: contain;
}
.purchase .vip-privilege .vip-list li .privilege-icon.data-recover {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/charge/ic-recover-140@2x.png");
}
.purchase .vip-privilege .vip-list li .privilege-icon.big-storage {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/charge/ic-storage-140@2x.png");
}
.purchase .vip-privilege .vip-list li .privilege-icon.doc-scan {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/charge/ic-translate-140@2x.png");
}
.purchase .vip-privilege .vip-list li .privilege-icon.big-attachment {
  background-image: url("https://shared-https.ydstatic.com/market/ynote-website/charge/ic-markdown@2x.png");
}
.purchase .vip-privilege .vip-list .qiyu {
  display: none;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #398dee;
  text-decoration: underline;
}
.purchase .vip-privilege .vip-list .move-li {
  margin-left: 20px;
}
.purchase .vip-privilege .new-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 19px solid #ff5523;
  border-left: 19px solid #ff5523;
  border-right: 19px solid transparent;
  border-bottom: 19px solid transparent;
}
.purchase .vip-privilege .new-corner > div {
  position: absolute;
  top: -11px;
  left: -19px;
  transform: rotate(-45deg);
  font-family: ".SFNSText", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}
.purchase .privilege {
  position: relative;
  background-color: #f7f9fa;
  overflow: hidden;
}
.purchase .privilege .pr-hidden {
  width: 1035px;
  overflow: hidden;
  position: relative;
}
.purchase .privilege .vip-title {
  margin-top: 120px;
  font-size: 32px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.purchase .privilege .title-bottom {
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
.purchase .privilege .title-bottom span {
  display: inline-block;
  width: 36px;
  border-bottom: 4px solid #d6a75b;
}
.purchase .privilege .more-information {
  margin-bottom: 120px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  display: block;
  text-align: center;
}
.purchase .privilege .more-information img {
  margin-left: 18px;
  display: inline-block;
}
.purchase .privilege li {
  display: inline-block;
  width: 200px;
  text-align: center;
  vertical-align: top;
}
.purchase .privilege .privilege-row-1 {
  text-align: center;
  margin-top: 55px;
}
.purchase .privilege .privilege-row-2 {
  text-align: center;
  margin-top: 78px;
  margin-bottom: 78px;
}
.purchase .privilege .privilege-row-1.slide2 {
  text-align: left;
}
.purchase .privilege .privilege-row-1.slide2 .exception {
  margin-left: 84px;
}
.purchase .privilege .left-space {
  margin-left: 130px;
}
.purchase .privilege .pre-title {
  font-family: 'PingFangSC-Medium', 'STXiHei', sans-serif;
  font-size: 16px;
  color: #595959;
  font-weight: 600;
  margin: 21px 0 10px 0;
}
.purchase .privilege #export {
  display: none;
  text-decoration: underline;
  color: #398dee;
  margin-left: 6px;
  font-weight: normal;
  cursor: pointer;
}
.purchase .privilege .new-corner {
  position: absolute;
  top: 0;
  right: 30px;
  width: 34px;
  height: 20px;
  line-height: 20px;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  background-color: #b99659;
  border: solid 2px #fff;
  font-family: ".SFNSText", sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.purchase .privilege .non-advertise {
  position: relative;
}
.purchase .privilege .fingerprint {
  position: relative;
}
.purchase .privilege .pic-share {
  position: relative;
}
.purchase .privilege .pre-description {
  color: #898989;
  font-size: 14px;
  margin-top: 10px;
  width: 200px;
  display: inline-block;
  line-height: 21px;
}
.purchase .privilege .pre-description .group-num {
  display: none;
}
.purchase .privilege .swiper-button-next {
  top: 280px;
  background-position: 0 -101px;
  width: 21px;
  height: 38px;
}
.purchase .privilege .swiper-button-next:hover, .purchase .privilege .swiper-button-next.next-hover {
  background-position: 0 -143px;
}
.purchase .privilege .swiper-button-next:hover {
  background-position: 0 -143px;
  width: 21px;
  height: 38px;
}
.purchase .privilege .swiper-button-prev {
  top: 280px;
  background-position: 0 -225px;
  width: 21px;
  height: 38px;
}
.purchase .privilege .swiper-button-prev:hover, .purchase .privilege .swiper-button-prev.prev-hover {
  background-position: 0 -267px;
}
.purchase .privilege .swiper-button-prev:hover {
  background-position: 0 -267px;
  width: 21px;
  height: 38px;
}

#alert {
  display: none;
}
#alert .dialog-box {
  position: fixed;
  width: 400px;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -63px;
  background-color: #FFF;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 6px #e6e6e6;
  z-index: 10;
}
#alert .dialog-box .dialog-head {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #398dee;
  font-size: 12px;
  color: white;
  padding: 0 10px;
  box-sizing: border-box;
}
#alert .dialog-box .dialog-head .close-icon {
  display: block;
  background-position: 0 -16px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
#alert .dialog-box .dialog-body {
  width: 100%;
  font-size: 12px;
  padding: 20px;
  box-sizing: border-box;
}
#alert .dialog-box .dialog-foot {
  width: 100%;
  height: 44px;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
#alert .dialog-box .dialog-foot .button {
  font-size: 12px;
  margin-left: 20px;
  padding: 0 10px;
  line-height: 22px;
  min-width: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}
#alert .dialog-box .dialog-foot .ok-button {
  color: #fff;
  background-color: #398dee;
  border: 1px solid #398dee;
}
#alert .dialog-box .dialog-foot .ok-button a {
  color: #fff;
}
#alert .dialog-box .dialog-foot .cancel-button {
  color: #333;
  background-color: #f2f4f5;
  border: 1px solid #96999c;
}

.wechatpaydialog .qrcode-wrapper {
  width: 232px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 232px;
  line-height: 232px;
  margin: auto 40px;
}
.wechatpaydialog .help {
  vertical-align: middle;
  margin: auto 40px;
}

.client .privilege #export {
  display: inline;
}

#conflictForm {
  display: none;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 500px;
  margin-left: -270px;
  background-color: #fff;
  border: 1px solid #D3D8DB;
  z-index: 1000;
  box-shadow: 0px 0px 5px #ddd;
  padding: 15px 20px;
  border-radius: 2px;
}
#conflictForm .page-header {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 18px;
  text-align: center;
}
#conflictForm .title {
  color: #787878;
  line-height: 18px;
}
#conflictForm .control-btn {
  margin-top: 20px;
  text-align: right;
}
#conflictForm .control-btn div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 2px;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}
#conflictForm .control-btn div.btn-submit {
  background-color: #398dee;
  border: solid 1px #398dee;
  color: #fff;
  width: 80px;
}
#conflictForm .control-btn div.btn-cancel {
  margin-left: 8px;
  width: 60px;
  border: solid 1px #8ac0ff;
  color: #398dee;
}

.trail-success,
.trail-error {
  display: none;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 400px;
  margin-left: -220px;
  background-color: #fff;
  border: 1px solid #D3D8DB;
  z-index: 1000;
  box-shadow: 0px 0px 5px #ddd;
  border-radius: 2px;
}
.trail-success p,
.trail-error p {
  font-size: 14px;
  margin-bottom: 20px;
}
.trail-success .btns,
.trail-error .btns {
  text-align: right;
}

.shadow {
  position: fixed;
}

.mask {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 根据浏览器定位 */
  z-index: 999;
  /* 放在顶部 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全宽 */
  height: 100%;
  /* 全高 */
  overflow: auto;
  /* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.7);
  /* 背景色 */
}
.mask .dialog-des {
  display: none;
  width: 440px;
  display: flex;
  /*采用flexbox布局*/
  flex-direction: column;
  /*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  /*距顶部15% 水平居中*/
  animation: topDown 0.4s;
  /*自定义动画，从模态框内容上到下出现*/
  box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.mask .dialog-des .dialog-btn {
  cursor: pointer;
  margin: 30px auto;
  font-size: 16px;
  background: #DEAD52;
  border-radius: 5px;
  color: #FFFFFF;
  width: 260px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.mask .dialog-des .dialog-content {
  margin-bottom: 10px;
  text-align: center;
}
.mask .dialog-des .dialog-content .dialog-img {
  margin: 40px auto 16px;
  width: 160px;
  height: 118px;
}
.mask .dialog-des .dialog-content .dialog-info {
  color: #666666;
  width: 245px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.mask #index-msg {
  display: none;
}
.mask #index-msg .vip-main {
  width: 440px;
  height: 140px;
}
.mask #index-msg .slogan {
  padding-top: 20px;
  font-size: 17px;
  color: #333333;
  text-align: center;
  font-weight: 550;
}
.mask #index-msg .introduction {
  width: 376px;
  padding: 20px;
}
.mask #index-msg .introduction p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.75;
  letter-spacing: -0.3px;
}
.mask #index-msg .introduction p .active-time {
  text-decoration: none;
  color: #DEAD52;
}
.mask #submit-form {
  display: none;
}
.mask #submit-form .form-close-dialog {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mask #submit-form .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 440px;
}
.mask #submit-form .form .form-title {
  margin: 32px auto;
}
.mask #submit-form .form .form-title h3 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 550;
}
.mask #submit-form .form .form-title p {
  color: #666666;
  font-size: 14px;
  margin: 0 32px;
  line-height: 21px;
}
.mask #submit-form .form .input-container {
  position: relative;
  line-height: 1;
  margin: 0 0 14px 0;
}
.mask #submit-form .form .input-container p {
  font-size: 14px;
  margin: 10px 0;
  color: #666666;
  font-weight: 550;
}
.mask #submit-form .form .input-container input {
  display: inline-block;
  padding: 0 0 0 12px;
  width: 365px;
  height: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  color: #333333;
  font-size: 15px;
  text-align: left;
  vertical-align: text-top;
}
.mask #submit-form .form .input-container ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #B8B8B8;
}
.mask #submit-form .form .input-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B8B8B8;
}
.mask #submit-form .form .input-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B8B8B8;
}
.mask #submit-form .form .input-container :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B8B8B8;
}
.mask #submit-form .form .input-container textarea {
  display: inline-block;
  padding: 12px 0 0 12px;
  width: 377px;
  height: 80px;
  max-width: 388px;
  max-height: 80px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  color: #333333;
  font-size: 15px;
  text-align: left;
  resize: none;
}
.mask #submit-form .form .input-container .name-error,
.mask #submit-form .form .input-container .phone-error,
.mask #submit-form .form .input-container .address-error {
  display: none;
  position: absolute;
  font-size: 14px;
  color: #FF5763;
  line-height: 14px;
  bottom: -16px;
}
.mask #sent-book-error, .mask #sent-book-doing, .mask #sent-book-late {
  display: none;
}
