.common-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.common-div {
  width: 32%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px #020d2212;
}
.common-flex-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.m_b_20 {
  margin-bottom: 20px;
}
.index {
  background-color: #f6f8f9;
}
.index .content {
  width: 80%;
  min-height: calc(100vh - 64px);
  margin: 25px auto;
  overflow: auto;
}
.index .content .content-header {
  display: flex;
  padding: 20px 32px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
}
.index .content .content-header > div {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
.index .content .content-header .content-header-title {
  font-size: 38px;
  font-weight: 600;
}
.index .content .content-header .content-header-detail {
  padding-top: 16px;
  font-size: 14px;
  color: #666666;
  padding-bottom: 40px;
}
.index .content .content-header .content-header-detail .content-header-version {
  margin-top: 20px;
}
.index .content .content-header button {
  width: 158px;
  height: 48px;
  font-size: 18px;
}
.index .content .content-header-img img {
  width: 100%;
}
.index .content .content-introduce {
  margin-bottom: 30px;
  text-align: center;
}
.index .content .content-introduce .content-introduce-bg {
  width: 100%;
  height: 400px;
  vertical-align: middle;
  border-style: none;
  border-radius: 8px;
}
.index .content .content-introduce .content-introduce-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.index .content .content-introduce .content-introduce-content .content-introduce-title {
  font-weight: 600;
}
.index .content .content-introduce .content-introduce-content .content-introduce-img {
  width: 48px;
  height: 48px;
  margin-left: 20px;
}
.index .content .content-introduce .content-introduce-content .content-introduce-text {
  color: #000;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .content .content-comment {
  padding-top: 34px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index .content .content-comment > div {
  width: 32%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px #020d2212;
}
.index .content .content-comment > div .content-comment-photo {
  display: block;
  width: 68px;
  height: 68px;
  margin: -54px auto 10px;
  border-radius: 50%;
}
.index .content .content-comment > div .content-comment-name {
  font-size: 18px;
}
.index .content .content-comment > div .content-comment-start {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .content .content-comment > div .content-comment-start > span {
  color: #999;
  font-size: 14px;
}
.index .content .content-comment > div .content-comment-start img {
  width: 16px;
  height: 15px;
  margin-right: 2px;
}
.index .content .content-comment > div .content-comment-text {
  font-size: 16px;
  text-align: justify;
}
.book-qrcode .qrcode {
  width: 200px;
  height: 200px;
  margin: auto;
}
.book-qrcode .qrcode img {
  width: 100%;
}
.book-qrcode .qrcode .refresh {
  cursor: pointer;
}
.book-qrcode .tips {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  color: #656565;
}
.qrcode div {
  text-align: center;
  margin-bottom: 10px;
}
.qrcode img {
  width: 140px;
}
.download .download-info {
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
}
.download .download-info .download-info-title {
  font-size: 18px;
  line-height: 24px;
  color: #303133;
}
.download .download-info .download-info-detail {
  text-align: initial;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.download .download-info .download-info-detail span {
  margin-top: 20px;
  display: inline-block;
}
.download .download-button {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
.download .download-button .mac {
  padding-right: 5px;
}
.download .download-button .arrow {
  position: relative;
  top: 3px;
}

html,
body {
  margin: 0px;
}
.ant-modal-body input {
  margin-bottom: 10px;
}
a:hover {
  text-decoration: none;
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-submenu-selected,
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-item a:hover,
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #07c160;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #07c160;
  border-bottom: 2px solid #07c160;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f6f8f9;
}
.ant-menu-inline .ant-menu-item::after {
  border-right: 3px solid #07c160;
}
.vip {
  min-height: 100vh;
}
.vip .content .products {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
.vip .content .products .product {
  width: 261px;
  height: 369px;
  border-radius: 15px;
  margin-right: 45px;
}
.vip .content .products .product .name {
  width: 100%;
  margin-top: 20px;
  padding-left: 45px;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}
.vip .content .products .product .price {
  padding-left: 40px;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}
.vip .content .products .product .price .price-text {
  font-size: 34px;
}
.vip .content .products .product .desc::before {
  content: " ";
  position: absolute;
  left: 32px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000000;
}
.vip .content .products .product .desc {
  width: 100%;
  padding: 3px 0;
  padding-left: 45px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
.vip .content .products .product .expire {
  margin-bottom: 30px;
}
.vip .content .products .product .expire .num {
  font-weight: 900;
  color: #000;
}
.vip .content .products .product .pay {
  width: 117px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  padding: 4px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.vip .content .products .product:nth-child(n) {
  background-image: linear-gradient(153deg, #ffdff3 0%, #fff9df 100%);
}
.vip .content .products .product:nth-child(2n) {
  background-image: linear-gradient(153deg, #d0fdf8 0%, #e0e4ff 100%);
}
.vip .content .products .product:last-child {
  margin-right: 0px;
  background-image: linear-gradient(153deg, #f4fed3 0%, #f4fed3 10%, #c7ffec 100%);
}
.vip-products-modal .pay-qrcode {
  padding: 0px 25px 20px;
}
.vip-products-modal .pay-qrcode .qrcode {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.vip-products-modal .pay-qrcode .qrcode .refresh {
  width: 128px;
  height: 128px;
  cursor: pointer;
}
.vip-products-modal .pay-qrcode .tips {
  display: flex;
  justify-content: center;
}
.vip-products-modal .pay-qrcode .tips img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.vip-products-modal .pay-qrcode .tips .pay-tips {
  font-size: 14px;
  color: #6d757a;
  line-height: 32px;
}
.vip-products-modal .pay-qrcode .tips .pay-price {
  color: #f64;
  line-height: 32px;
  margin-left: 10px;
}
.vip-products-modal .pay-qrcode .tips .pay-price .content-symbol {
  font-size: 14px;
}
.vip-products-modal .pay-qrcode .tips .pay-price .content-price {
  font-size: 18px;
}

html,
body {
  margin: 0px;
}
.ant-modal-body input {
  margin-bottom: 10px;
}
a:hover {
  text-decoration: none;
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-submenu-selected,
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-item a:hover,
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #07c160;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #07c160;
  border-bottom: 2px solid #07c160;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f6f8f9;
}
.ant-menu-inline .ant-menu-item::after {
  border-right: 3px solid #07c160;
}
.welfare {
  min-height: 100vh;
}
.welfare .content .items {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
.welfare .content .items .item {
  width: 261px;
  height: 300px;
  border-radius: 15px;
  margin-right: 45px;
  padding-right: 10px;
  padding-left: 10px;
}
.welfare .content .items .item .name {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
.welfare .content .items .item .desc::before {
  content: " ";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000000;
}
.welfare .content .items .item .desc {
  width: 100%;
  padding: 3px 0;
  padding-left: 25px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
.welfare .content .items .item .soft {
  width: 117px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.welfare .content .items .item:nth-child(n) {
  background-image: linear-gradient(153deg, #ffdff3 0%, #fff9df 100%);
}
.welfare .content .items .item:nth-child(2n) {
  background-image: linear-gradient(153deg, #d0fdf8 0%, #e0e4ff 100%);
}
.welfare .content .items .item:last-child {
  margin-right: 0px;
  background-image: linear-gradient(153deg, #f4fed3 0%, #f4fed3 10%, #c7ffec 100%);
}
.welfare .content .pay-vip-tips {
  text-align: center;
  font-size: 22px;
  margin-top: 200px;
}

.protocol .content {
  padding-top: 100px;
  font-size: 16px;
  color: #888;
}

html,
body {
  margin: 0px;
}
.ant-modal-body input {
  margin-bottom: 10px;
}
a:hover {
  text-decoration: none;
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-submenu-selected,
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-item a:hover,
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #07c160;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #07c160;
  border-bottom: 2px solid #07c160;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f6f8f9;
}
.ant-menu-inline .ant-menu-item::after {
  border-right: 3px solid #07c160;
}
.header {
  -webkit-box-shadow: 0 2px 8px #f0f1f2;
  box-shadow: 0 2px 8px #f0f1f2;
  background-color: #fff;
  border-bottom: 1px solid #eaecef;
}
.header .header-content {
  height: 64px;
}
.header .header-content .logo {
  height: 64px;
  padding-left: 24px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 64px;
  white-space: nowrap;
  text-decoration: none;
}
.header .header-content .logo img {
  width: 32px;
  margin-right: 16px;
  position: relative;
  top: -1.5px;
}
.header .header-content .nav ul {
  line-height: 63px;
  border-bottom: 0px;
}
.header .header-content .user-info {
  position: relative;
}
.header .header-content .user-info .avatar {
  width: 32px;
  border-radius: 16px;
}
.header .header-content .user-info .vip-icon {
  position: absolute;
  width: 20px;
  top: 35px;
  left: 18px;
}
.header .header-content .login-enter {
  line-height: 64px;
  padding: 23px 10px 23px 10px;
  color: #666;
  font-size: 14px;
}
.header .header-content .login-enter:hover {
  color: #07c160;
}

.footer {
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}
.footer p {
  margin: 8px 0;
}
.footer p a {
  text-decoration: none;
  color: #757575;
}
.footer p a:hover {
  color: #424242;
}

.contact {
  position: fixed;
  bottom: 30px;
  width: 40px;
  z-index: 9;
  right: 30px;
  bottom: 100px;
}
.contact .go-top {
  position: relative;
  background-image: url("/top.png");
  background-size: 17px auto;
  display: none;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.contact .wechat {
  position: relative;
  background-image: url("/wechat.png");
  background-size: 24px auto;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.contact .wechat .qr-code {
  display: none;
  position: absolute;
  width: 160px;
  left: -180px;
  top: -108px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(51, 51, 51, 0.15);
  z-index: 10;
  background-color: #fff;
  line-height: 1.4;
}
.contact .wechat .qr-code img {
  width: 140px;
  height: 140px;
  margin-bottom: 5px;
}
.contact .wechat .qr-code p {
  letter-spacing: 1px;
  font-size: 14px;
}
.contact .wechat:hover .qr-code {
  display: block;
}

.login {
  height: 100vh;
  background-color: #f0f3f7;
}
.login .content {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 80px;
}
.login .content .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 52px;
}
.login .content .info {
  margin: 0 auto;
  width: 416px;
  height: 350px;
  background-color: #fff;
  color: #777;
  padding: 20px 40px 32px 40px;
  border-radius: 2px;
}
.login .content .info .code-login img {
  height: 200px;
}
.login .content .info .code-login .refresh {
  cursor: pointer;
}
.login .content .info .code-login > div {
  margin-top: 24px;
  margin-bottom: 10px;
}
.login .content .info .code-login > div p {
  font-size: 14px;
  margin-bottom: 4px;
}

