@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
}
body {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
  color: #333;
  line-height: 1.8;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
input,
textarea {
  outline: none;
}
div:active {
  outline: none;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
input {
  border: none;
}
input:focus {
  border: none;
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}
a:hover {
  color: #2c7dfa;
}

/* common ------------------------*/
body {
  background: #fff;
  padding-top: 76px;
  min-width: 1240px;
}
.wrap,
.wrap1200 {
  min-width: 1240px;
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrap1200 {
  width: 1240px;
}
.content {
  display: flex;
}
.main {
  flex-grow: 1;
}
.side {
  flex-shrink: 0;
}
.pop-box {
  height: 0;
  overflow: hidden;
}
.iframe-pop .layui-layer-setwin,
.iframe-pop .layui-layer-close {
  width: 40px !important;
  height: 40px !important;
  overflow: hidden;
  opacity: 0;
  right: 0 !important;
  top: 0 !important;
}
.purchase-pop .layui-layer-setwin {
  right: 8px !important;
  top: 8px !important;
}
.box-shadow,
.conceal-box {
  box-shadow: 0 0 12px rgba(69, 79, 102, 0.07);
  background-color: #fff;
}
.box-shadow-hover {
  box-shadow: 0 0 12px rgba(69, 79, 102, 0.07);
  background-color: #fff;
  transition: 0.3s;
}
.box-shadow-hover:hover {
  box-shadow: 0 3px 8px rgba(69, 79, 102, 0.2);
}
.conceal-box {
  position: absolute;
  display: none;
  border-radius: 5px;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.align-left {
  text-align: left !important;
}

/* components ------------------------ */
/* font */
.font-default {
  color: #2c7dfa !important;
}
.font-error {
  color: #e92d18 !important;
}
.font-success {
  color: #76c838;
}
.font-warning {
  color: #f90;
}
/* bg */

.bg-white {
  background: #fff;
}
/*btn*/
[class*=" btn-"],
[class^="btn-"] {
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  user-select: none;
}
[class*=" btn-"]:hover,
[class^="btn-"]:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-default {
  background: #2c7dfa;
  border: 1px solid #2c7dfa;
}
.btn-error {
  background: #fd6d49;
  border: 1px solid #fd6d49;
}
.btn-light,
.btn-border,
.btn-light:hover,
.btn-border-light:hover,
.btn-border:hover {
  color: #2c7dfa;
}
.btn-light {
  background: #f3f7ff;
  border: 1px solid #f3f7ff;
}
.btn-light:hover {
  background: #e7efff;
  border: 1px solid #e7efff;
}
.btn-border {
  background: #fff;
  border: 1px solid #2c7dfa;
}
.btn-border:hover {
  background: #f6f9ff;
}
.btn-border-light {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.btn-border-light:hover {
  border-color: #2c7dfa;
}
/* img-box */
.img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
/* text-overflow */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow--more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-wrap: break-word;
}
/*tab*/
.tab-title > * {
  cursor: pointer;
}
.tab-con > *:not(.active) {
  display: none;
}
/* list-title */
.list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  margin-top: 40px;
}
.list-title .name {
  font-size: 24px;
  font-weight: bold;
}
.list-title .more {
  font-size: 13px;
  line-height: 28px;
  padding: 0 15px;
  background-color: #f3f4f9;
  border-radius: 100px;
}
.list-title .more:hover {
  background-color: #2c7dfa;
  color: #fff;
}
/* list */
.list {
  display: flex;
  flex-wrap: wrap;
}
.list li {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.list-portion--4 li {
  width: calc((100% - 60px) / 4);
}
.list-portion--5 li {
  width: calc((100% - 80px) / 5);
}
.list-portion--6 li {
  width: calc((100% - 100px) / 6);
}
.list-portion--4 li:nth-child(4n + 4),
.list-portion--5 li:nth-child(5n + 5),
.list-portion--6 li:nth-child(6n + 6) {
  margin-right: 0;
}
.list li .img-item {
  width: 100%;
  border-radius: 5px;
  background-color: #e8ebea;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.list li .img-item img {
  width: 100%;
  vertical-align: middle;
}
.list li .img-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.list li:hover .img-item::after {
  opacity: 1;
}
.list li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  height: 33px;
  line-height: 18px;
}
.detail-title .title-tag,
.list li h3 .title-tag {
  color: #6c4400;
  border-radius: 3px;
  background: #f6d18e;
  background: -webkit-linear-gradient(left, #fbdda5 0%, #f1c577 100%);
  background: linear-gradient(left right, #fbdda5 0%, #f1c577 100%);
}
.list li h3 .title-tag {
  font-size: 12px;
  padding: 0 5px;
  margin-right: 5px;
}
.list li .collect {
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.list li:hover .collect {
  opacity: 1;
}
.list li .collected {
  color: #ef745a;
}
/* list--center */
.list .li--center .img-item {
  height: 0;
  padding-bottom: 100%;
}
.list .li--center .img-item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list .li--center .img-item-info img {
  width: auto;
  height: auto;
  max-height: 100%;
}
/* batch-check-list */
.list.batch-check-list li h3 .checkbox {
  width: 16px;
  height: 16px;
  line-height: 17px;
  padding-left: 1px;
  box-sizing: border-box;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  display: none;
  border-radius: 100%;
  margin-right: 5px;
}
.list.batch-check-list.oper li .collect {
  display: none;
}
.list.batch-check-list.oper li h3 .checkbox {
  display: inline-block;
}
.list.batch-check-list.oper li.checked h3 .checkbox {
  background-color: #2c7dfa;
}

/* page-list */
.page-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.page-list * {
  min-width: 38px;
  padding: 0 10px;
  line-height: 36px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 8px;
  display: inline-block;
  text-align: center;
}
.page-list a.active {
  background-color: #2c7dfa;
  border-color: #2c7dfa;
  color: #fff;
}
.user .page-list * {
  min-width: 34px;
  line-height: 32px;
  margin: 0 4px;
  font-size: 13px;
}

/* list-no */
.list-no {
  text-align: center;
  padding: 300px 0 60px;
  min-height: 600px;
  background: url(../images/no_result.png) no-repeat center 150px;
  color: #666;
}
.list-no h3 {
  font-size: 16px;
}
.list-no p {
  padding-top: 10px;
}

/* crumbs */
.crumbs {
  height: 50px;
  display: flex;
  align-items: center;
}
.crumbs a::after {
  content: ">";
  font-family: "simsun";
  margin: 0 5px;
}

/* vip */
[class^="vip-group--"] {
  display: flex;
  justify-content: space-between;
}
[class^="vip-group--"] li {
  text-align: center;
  user-select: none;
}
[class^="vip-group--"] li .title {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
[class^="vip-group--"] li .price {
  line-height: 30px;
}
[class^="vip-group--"] li .price span {
  color: #e92d18;
  margin: 0 3px;
  font-weight: bold;
}
[class^="vip-group--"] li .original {
  line-height: 30px;
  height: 30px;
  color: #666;
}
[class^="vip-group--"] li .original span {
  text-decoration: line-through;
}
[class^="vip-group--"] li .intro span {
  color: #fe3800;
}
[class^="purchase-pay--"] {
  text-align: center;
}
[class^="purchase-pay--"] .pay-qr {
  width: 100%;
  display: inline-block;
  background: url(../images/loading.gif) no-repeat center #fff;
  vertical-align: top;
}
[class^="purchase-pay--"] .pay-desc {
  justify-content: center;
  height: 40px;
}
[class^="purchase-pay--"] .pay-desc .iconfont {
  margin-right: 8px;
}
.purchase-pay--wx .pay-desc .iconfont {
  color: #4bb414;
}
.purchase-pay--zfb .pay-desc .iconfont {
  color: #00aaea;
}

/* form */
.form .item {
  height: 44px;
  margin-top: 20px;
  display: flex;
  position: relative;
}
.form .item {
  height: 44px;
  margin-top: 20px;
  display: flex;
  position: relative;
}
.form .item input:not([type="checkbox"]) {
  flex-grow: 1;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-code {
  width: 100px;
}
.form-code-btn,
.form-code-time {
  width: 110px;
  text-align: center;
  margin-left: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  line-height: 44px;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
}
.form-code-btn:active {
  background-color: #eee;
}
.form-code-time {
  display: none;
  cursor: not-allowed;
  background-color: #ddd;
  font-size: 13px;
  color: #666;
}
.form .item .form-error {
  color: #e92d18;
  position: absolute;
  left: 0;
  top: 44px;
  line-height: 20px;
  font-size: 12px;
  display: none;
}
.form-submit {
  line-height: 42px;
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: 25px;
}
/* layui */
.layui-layer-msg {
  border-radius: 6px !important;
}
.layui-form-checkbox[lay-skin="primary"] {
  padding-left: 22px !important;
}
.layui-form-checkbox[lay-skin="primary"] span {
  padding-right: 0 !important;
}
.layui-form-checkbox[lay-skin="primary"] i {
  width: 14px;
  height: 14px;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #2c7dfa;
}
.layui-form-checked[lay-skin="primary"] i {
  background-color: #2c7dfa;
  border-color: #2c7dfa !important;
  line-height: 14px;
}
.layui-form-checkbox[lay-skin="primary"] span {
  color: #333;
}

/* header ------------------------------- */
header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  user-select: none;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
header .wrap {
  height: 75px;
}
header .logo img{
  max-width: 200%;
}
header .logo {
  width: 140px;
  flex-shrink: 0;
}
header .nav {
  margin: 0 auto;
  font-size: 15px;
}
header .nav a {
  font-size: 15px;
  color: #292221;
  margin: 0 15px;
  white-space: nowrap;
}
header .nav a.active,
header .nav a:hover {
  color: #2c7dfa;
}
header .search {
  height: 36px;
  max-width: 280px;
  background-color: #f3f4f9;
  border-radius: 4px;
  flex-grow: 1;
  display: flex;
  margin-left: 20px;
  margin-right: -20px;
  position:relative;
}
header .search-keywords {
  flex-grow: 1;
  width: 100px;
  padding: 0 15px;
  background: none;
}
header .search-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #999;
  cursor: pointer;
  font-size: 18px;
}
header .search-btn:hover {
  color: #2c7dfa;
}
header .user-sign,
header .user-info {
  margin-left: 40px;
}
header .user-sign {
  border: 1px solid #2c7dfa;
  color: #2c7dfa;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
header .user-sign a {
  color: #2c7dfa;
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
  margin: 0 -1px;
}
/*header .user-sign::before {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  background: #2c7dfa;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}*/
header .user-sign a:hover {
  background: #2c7dfa;
  color: #fff;
}
header .user-info {
  cursor: pointer;
  align-self: stretch;
  position: relative;
}
header .user-info img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}
header .user-info .inner > * {
  max-width: 100px;
  display: block;
  line-height: 20px;
}
header .user-info .vip-level {
  font-size: 12px;
}
header .user-info .vip-level:before {
  content: "";
  width: 22px;
  height: 20px;
  display: none;
  background: url("../images/vip_level.png") no-repeat;
  background-size: auto 60px;
  position: absolute;
  left: 20px;
  top: 38px;
}
header .user-info .level0:before {
  background-position: 0 0;
}
header .user-info .level1:before {
  background-position: 0 -20px;
}
header .user-info .level2:before {
  background-position: -22px -20px;
}
header .user-info .level3:before {
  background-position: 0 -40px;
}
header .user-info .level4:before {
  background-position: -22px -40px;
}
header .user-info-menu {
  width: 160px;
  top: 70px;
  right: 0;
  padding: 2px 0;
}
header .user-info-menu a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #666;
}
header .user-info-menu a:hover {
  color: #000;
  background: #f9f9f9;
}
header .user-info-menu a .iconfont {
  margin-right: 8px;
  font-size: 14px;
}
header .user-info-menu .out {
  border-top: 1px solid #e7e7e7;
}
header .user-info-menu .out:hover {
  color: #f00000;
}
header .user-info:hover .user-info-menu {
  display: block;
}

/* index ---------------------------- */
/* banner */
#index-banner {
  position: relative;
}
#index-banner .layui-carousel {
  text-align: center;
}
#index-banner .search {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#index-banner .search-keywords {
  width: 540px;
  height: 40px;
  padding-left: 15px;
}
#index-banner .search-btn {
  width: 80px;
  justify-content: center;
  font-size: 15px;
  color: #666;
  user-select: none;
  border: 1px solid #fff;
  border-radius: 0 5px 5px 0;
}
#index-banner .search-btn:hover {
  background-color: #2c7dfa;
  color: #fff;
}
#index-banner .search-btn .iconfont {
  font-size: 16px;
  margin-right: 5px;
}

/* index-special */
.index-special li {
  width: 15%;
  height: auto;
  border-radius: 5px;
  margin-top: 20px;
}
.index-special li a {
  padding: 25px;
  display: block;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.index-special li a:hover {
  color: #000;
}
.index-special li a img {
  width: 35px;
  margin-right: 20px;
}
/* max-width:1600 */
@media (max-width: 1600px) {
  .index-special li a {
    padding: 20px;
    font-size: 16px;
  }
  .index-special li a img {
    width: 40px;
    margin-right: 10px;
  }
}

/* list ------------------------------- */
.screen {
  border-bottom: 1px solid #f1f2f4;
  padding-bottom: 5px;
}

.screen-item {
  display: flex;
  align-items: flex-start;
  padding-top: 6px;
  line-height: 28px;
}
.screen-item .label {
  flex-shrink: 0;
  width: 50px;
}
.screen-item .group {
  flex-grow: 1;
  height: 36px;
  overflow: hidden;
  position: relative;
}
.screen-item .group a {
  padding: 0 18px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 8px;
}
.screen-item .group a.active {
  color: #0772fc;
  background: #f0f7ff;
}
.screen-item .more {
  flex-shrink: 0;
  width: 30px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
}
.screen-item .more:hover {
  color: #2c7dfa;
}
.screen-item.open .group {
  height: auto;
}
.screen-item.open .more {
  transform: rotate(-180deg);
}
.screen .screen-sub {
  background: #f0f7ff;
  margin: -8px 0 12px;
  border-radius: 4px;
  margin-left: 50px;
  padding: 0 0 8px;
}
.screen .screen-sub a {
  margin: 8px 18px 0;
  display: inline-block;
}
.screen .screen-sub a.active {
  color: #2c7dfa;
}

.list-minigrid {
  width: 100%;
  display: inline-block;
}
.list-minigrid li {
  margin-right: 0;
}
/* detail ------------------------------- */
.detail {
  padding: 20px 25px 50px;
  border-radius: 16px;
}
.detail-title {
  width: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-title .title-tag {
  font-size: 14px;
  margin-right: 10px;
  line-height: 24px;
  padding: 0 7px;
}
.detail-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 30px;
}
.detail-con {
  width: 100%;
  min-height: 800px;
  text-align: center;
  line-height: 800px;
  background: #f7fafc;
  margin-top: 10px;
  padding: 40px;
  position: relative;
}
.detail-con img {
  max-height: 100%;
  vertical-align: middle;
}
.detail-login {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 10%;
  text-align: center;
  background: #fff; 
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	background: linear-gradient(top bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
}
.detail-login .btn-error{
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 40%;
  border-radius: 6px;
  transform: translate(-50%, -50%);
}

.detail-side {
  width: 415px;
  margin-left: 45px;
  margin-top: 10px;
}
.detail-download-btn {
  width: 170px;
  font-size: 18px;
  line-height: 44px;
  border-radius: 6px;
}
.detail-download .collect {
  width: 46px;
  line-height: 46px;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #d8d8d8;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.detail-download .collect:hover {
  opacity: 0.9;
}
.detail-download .collected {
  background-color: #ef745a;
}
.detail-info {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  margin-top: 30px;
  color: #333;
}
.detail-info dt {
  font-size: 16px;
  font-weight: bold;
}
.detail-info dd {
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}
.detail-info dd .label {
  color: #999;
  width: 80px;
  float: left;
  flex-shrink: 0;
}
.detail-info dd .tag-group {
  display: flex;
  flex-wrap: wrap;
}
.detail-info dd .tag-group [class^="btn-"] {
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
  margin: 2px 10px 10px 0;
}
.detail-desc {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  margin-top: 15px;
  line-height: 26px;
  font-size: 13px;
}
header.fixed-on {
  top: -75px;
}
header.fixed-on + .detail-header {
  top: 0;
}
.detail-header {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: -75px;
  transition: 0.3s;
}
.detail-header .wrap {
  height: 75px;
}
.detail-header .detail-download {
  margin-left: 60px;
}
.detail-header .detail-download-btn {
  margin-left: 20px;
}
/* 内容简介 */
.detail-intro .tab-title--click > * {
  padding-top: 2px;
  line-height: 36px;
  margin-right: 30px;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}
.detail-intro .tab-title--click > *.active {
  border-bottom-color: #0772fc;
  font-weight: bold;
  color: #0772fc;
}
.detail-intro .title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.detail-intro .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 7px;
}
.detail-intro .tag-list a {
  padding: 0 15px;
  line-height: 28px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
  border-radius: 4px;
  color: #666;
  border: 1px solid #ddd;
}
.detail-intro .tag-list a:hover {
  border-color: #0772fc;
  color: #0772fc;
}
.detail-intro .intro {
  font-size: 13px;
  padding-top: 10px;
}

.detail-about {
  padding-top: 20px;
}
/* vip -------------------------------*/
.vip-banner {
  height: 260px;
  background: #0066f6;
  background: -webkit-linear-gradient(top, #0052f0 0%, #0084ff 100%);
  background: linear-gradient(top bottom, #0052f0 0%, #0084ff 100%);
  position: relative;
  z-index: 0;
  font-size: 0;
}
.vip-banner::before {
  content: "";
  width: 619px;
  height: 34px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/vip_banner_text.png);
}
.vip-content {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
.vip-desc li {
  color: #fff;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 22px 0 18px;
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.vip-desc li .iconfont {
  font-size: 18px;
  margin-right: 15px;
}
.vip-group--big {
  margin-top: 35px;
}
.vip-group--big li {
  width: 350px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.vip-group--big li .title {
  font-size: 26px;
  margin-top: 25px;
}
.vip-group--big li .title .tag {
  width: 44px;
  line-height: 22px;
  background: url(../images/tag.png);
  padding-left: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: -50px;
  top: 0;
}
.vip-group--big li .price {
  font-size: 16px;
  margin-top: 20px;
}
.vip-group--big li .price span {
  font-size: 52px;
}
.vip-group--big li .vip-purchase-btn {
  width: 260px;
  height: 46px;
  line-height: 44px;
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
}
.vip-group--big li .intro {
  font-size: 15px;
  margin-top: 15px;
  line-height: 32px;
}
.vip-group--small {
  margin-top: 25px;
}
.vip-group--small li {
  width: 220px;
  padding-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.vip-group--small li .title {
  font-size: 20px;
  margin-top: 10px;
}
.vip-group--small li.active {
  border-color: #0772fc;
  background-color: #f6f9ff;
}
.vip-group--small li .price {
  font-size: 12px;
  margin-top: 5px;
  color: #373737;
}
.vip-group--small li .price span {
  font-size: 32px;
}
.vip-group--small li .original {
  font-size: 12px;
  margin-top: -10px;
}
.vip-group--small li .intro {
  font-size: 13px;
  margin-top: 0;
  line-height: 26px;
}
.vip-group--small li::after {
  width: 30px;
  height: 28px;
  content: "";
  background: url(../images/checked.png);
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.vip-group--small li.active::after {
  display: inline-block;
}

.vip-intro dl {
  margin-top: 85px;
  background: no-repeat;
  height: 337px;
}
.vip-intro dl:nth-child(odd) {
  background-position: right 0;
}
.vip-intro dl:nth-child(even) {
  text-align: right;
}
.vip-intro dl:nth-child(1) {
  background-image: url(../images/vip-intro1.jpg);
}
.vip-intro dl:nth-child(2) {
  height: 387px;
  background-image: url(../images/vip-intro2.jpg);
}
.vip-intro dl:nth-child(3) {
  background-image: url(../images/vip-intro3.jpg);
}
.vip-intro dt {
  font-size: 26px;
  margin: 50px 0 15px;
  font-weight: bold;
}
.vip-intro dd {
  font-size: 16px;
  line-height: 34px;
}
.vip-intro dd .iconfont {
  font-size: 12px;
  border: 1px solid #cee7f9;
  border-radius: 100%;
  text-align: center;
  width: 18px;
  line-height: 16px;
  color: #2c7dfa;
  display: inline-block;
}
.vip-intro dl:nth-child(odd) .iconfont {
  margin-right: 10px;
}
.vip-intro dl:nth-child(even) .iconfont {
  margin-left: 10px;
}
.vip-intro dl .btn-default {
  width: 156px;
  line-height: 48px;
  border-radius: 6px;
  margin-top: 30px;
  display: inline-block;
}
.vip-intro dl .qq-btn {
  width: 80px;
  line-height: 28px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
}
.vip-help {
  background: #fafbfd;
  padding: 30px 0 50px;
  margin-top: 80px;
}
.vip-help-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.vip-help-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vip-help-list dl {
  width: 500px;
  margin: 10px 0;
}
.vip-help-list dt {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.vip-help-list dd {
  color: #666;
}

/* 购买弹窗 */
.purchase-layer {
  border-radius: 4px !important;
  overflow: hidden;
}
.purchase-body {
  padding-top: 0;
  min-width: 790px;
}
.purchase-body .purchase-title {
  height: 66px;
  background: #e5ebf8;
}
.purchase-body .purchase-title .name {
  font-size: 20px;
  color: #111;
  margin-left: 35px;
  font-weight: bold;
}
.purchase-body .purchase-title .level {
  font-size: 13px;
  color: #333;
  margin-left: 20px;
}
.purchase-body .purchase-title .close-btn {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -10px;
}
.purchase-body .purchase-con {
  padding: 0 35px;
}
.purchase-body .purchase-info {
  background-color: #f6f7f9;
  padding: 25px 30px 10px;
  border-radius: 4px;
  margin-top: 25px;
  display: flex;
}
.purchase-body [class^="purchase-pay--"] {
  width: 140px;
  margin-right: 30px;
}
.purchase-body [class^="purchase-pay--"] .pay-qr {
  height: 140px;
  padding: 10px;
  background-size: 120px;
}
.purchase-body [class^="purchase-pay--"] .pay-desc .iconfont {
  font-size: 18px;
}
.purchase-body .purchase-info-intro {
  margin-left: 15px;
}
.purchase-body .purchase-info-intro .price {
  font-size: 16px;
}
.purchase-body .purchase-info-intro .price span {
  margin-right: 5px;
  font-size: 32px;
  color: #e92d18;
  font-weight: bold;
}
.purchase-body .purchase-info-intro .desc .iconfont {
  margin-right: 8px;
  font-size: 22px;
}
.purchase-body .purchase-info-intro .desc .icon-weixin1 {
  color: #3cb035;
}
.purchase-body .purchase-info-intro .desc .icon-zhifubao {
  color: #00aaea;
}

/* zhuanti */
.special-title {
  color: #111;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  display: block;
}
.special-list {
  min-height: 620px;
}
.special-list li {
  width: 192px;
  margin: 40px 20px 0;
  display: inline-block;
}
.special-list li .img-group {
  width: 192px;
  height: 208px;
  background: url(../images/zhuanti_bg.png) no-repeat;
  padding: 31px 15px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.special-list li .img-group::before {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  position: absolute;
  top: 16px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s;
  border-radius: 5px;
}
.special-list li:hover .img-group::before {
  opacity: 1;
}
.special-list li .img-group .img-box {
  width: 74px;
  height: 74px;
  text-align: center;
  margin-bottom: 15px;
}
.special-list li .name {
  font-size: 15px;
  padding-top: 5px;
}
.special-list li .intro {
  font-size: 12px;
  color: #999;
}

/* sign ------------------------ */

/* sign-common */
.sign-body {
  padding-top: 0;
  min-width: 700px;
}
.sign {
  padding-top: 0;
  width: 700px;
  height: 480px;
  display: flex;
}
/* sign .side */
.sign .side {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/sign-bg.jpg);
  user-select: none;
}
.sign .side dt {
  height: 30px;
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
  margin-top: 60px;
  background: url(../images/sign-logo.png) no-repeat center;
}
.sign .side dd {
  display: flex;
  align-items: center;
  width: 225px;
  height: 30px;
  padding-left: 25px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  margin-top: 18px;
  color: #fff;
}
.sign .side dd .iconfont {
  margin-right: 10px;
  margin-top: 2px;
  font-size: 14px;
}

/* sign-main */
.sign .main {
  width: 380px;
  padding-top: 35px;
  position: relative;
}
.sign .main .close-btn {
  cursor: pointer;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  color: #666;
  position: absolute;
  top: 12px;
  right: 12px;
}
.sign a {
  color: #2c7dfa;
}
/* login-wx */
.login-wx {
  text-align: center;
}
.login-wx .title {
  font-size: 20px;
  color: #111;
  justify-content: center;
  height: 30px;
}
.login-wx .title .iconfont {
  font-size: 24px;
  color: #00c800;
  margin-right: 10px;
  margin-top: 3px;
}
.login-wx img {
  margin-top: 20px;
  width: 206px;
  height: 206px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
}
.login-wx .desc {
  margin-top: 10px;
}

/* login-phone */
.login-tab {
  text-align: center;
}
.login-tab li {
  font-size: 18px;
  color: #999;
  cursor: pointer;
  user-select: none;
  position: relative;
  display: inline-block;
  margin: 0 25px;
  line-height: 46px;
}
.sign-title {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
}
.sign-title,
.login-tab li.active {
  font-weight: bold;
  color: #111;
}
.login-tab li.active::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #2c7dfa;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

/* sing-form */
.sign .form {
  padding: 0 40px;
}
.sign .form-submit {
  border-radius: 6px;
}
.sign-desc {
  margin-top: 20px;
  margin-bottom: -5px;
  display: flex;
  align-items: center;
}
.sign-desc .forgot-link {
  margin-left: auto;
}
.sign-desc .layui-form-checkbox[lay-skin="primary"] i {
  top: 1px;
}

/* login-change */
.login-change {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
}
.login-change li {
  display: flex;
  flex-direction: column;
  margin: 0 30px;
  cursor: pointer;
  color: #777;
  font-size: 13px;
  transition: 0.3s;
  user-select: none;
}
.login-change li.qq::before,
.login-change li .iconfont {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #f3f4f9;
  font-size: 24px;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 3px;
  transition: 0.3s;
}
.login-change li.qq::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_qq.png) no-repeat center #f3f4f9;
}
.login-change li.wx .iconfont {
  color: #00c800;
}
.login-change li.phone .iconfont {
  color: #2c7dfa;
}
.login-change li:hover {
  color: #333;
}
.login-change li.qq:hover::before,
.login-change li:hover .iconfont {
  background-color: #eee;
}

/* sign-bottom */
.sign-bottom {
  height: 40px;
  justify-content: flex-end;
  padding-right: 20px;
  font-size: 13px;
  color: #777;
  background-color: #f8f8fb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  user-select: none;
}
.forgot-back {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #666;
}
.forgot-back .iconfont {
  margin-right: 5px;
}

/* user -------------------------------*/
.user {
  padding: 30px 0 60px;
  background-color: #f8f8f8;
}
.user .content {
  align-items: flex-start;
}
/* user-side */
.user .side {
  width: 220px;
  margin-right: 30px;
  background-color: #fff;
  position: sticky;
  top: 76px;
}
.user-side-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.user-side-avatar {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  position: relative;
  margin: 30px 0 10px;
}
.user-side-avatar .upload-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 75px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  opacity: 0;
}
.user-side-avatar:hover .upload-btn {
  opacity: 1;
}
.user-side-info .name {
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
.user-side-menu {
  padding: 5px 0 100px;
  width: 100%;
}
.user-side-menu li a {
  width: 100%;
  padding-left: 40px;
  height: 42px;
  display: flex;
  align-items: center;
  border-left: 4px solid #fff;
  margin-top: 5px;
  color: #111111;
}
.user-side-menu li.active a {
  border-left-color: #2c7dfa;
  background-color: #eff6ff;
  color: #2c7dfa;
}
.user-side-menu li a:hover {
  color: #2c7dfa;
  background-color: #fafcff;
  border-color: #fafcff;
}
.user-side-menu li.active a {
  color: #2c7dfa;
}
.user-side-menu li .iconfont {
  width: 25px;
}

/* user-main */
.user .main {
  background-color: #fff;
  padding: 0 30px 60px;
  min-height: calc(100vh - 76px - 56px - 90px);
}
.user .main .list {
  margin-top: 5px;
}
/* user-table  */
.user-table {
  margin-top: 25px;
  width: 100%;
}
.user-table a {
  color: #2c7dfa;
  white-space: nowrap;
  user-select: none;
}
.user-table a + a {
  margin-left: 10px;
}
.user-table th,
.user-table td {
  border: 1px solid #dcdcdc;
  padding: 15px;
  text-align: center;
}
.user-table th {
  background-color: #f5f5f5;
}
.table-title {
  cursor: pointer;
  user-select: none;
  word-break: break-all;
  word-wrap: break-word;
}
.table-info {
  display: none;
  background-color: #fafcff;
}
.table-info td {
  text-align: left;
  color: #666;
  font-size: 13px;
}

/*  */
.user-title {
  border-bottom: 1px solid #eee;
  padding: 20px 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.user-title .name {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}
.user-title .price {
  font-size: 15px;
  margin: 0 auto 0 225px;
}
.user-title .price span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
}
.user-title .batch-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.user-title .batch-btn .iconfont {
  margin-right: 5px;
  color: #666;
}
.user-title .batch-btn:hover * {
  color: #2c7dfa;
}
.user-title .batch-info {
  display: none;
}
.user-title .batch-info > * {
  margin-left: 20px;
}
.user-title .btn-border-light {
  border-radius: 3px;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
}
.user-title .btn-border-light .iconfont {
  margin-right: 5px;
}
.user-title .layui-form-checkbox[lay-skin="primary"] i {
  top: 2px;
}

/* user-pop */
.user-pop {
  border-radius: 6px !important;
  padding: 10px 35px 35px !important;
  background: #fff !important;
}
.user-pop .layui-layer-title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  padding: 0;
}
.user-pop-text {
  padding-top: 20px;
  font-size: 15px;
  line-height: 34px;
}
.user-pop-text .desc{
  font-size: 12px;
  line-height: 34px;
  color: #aaa;
}
.pop-btn-box {
  display: flex;
  justify-content: space-between;
}
.pop-btn-box > * {
  flex-grow: 1;
}
.pop-btn-box > *:not(:first-child) {
  margin-left: 30px;
}
.qr-pop {
  text-align: center;
}
.qr-pop img {
  width: 200px;
  height: 200px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 30px auto 10px;
}
.qr-pop p {
  color: #777;
}

#buy-pop .purchase-info {
  padding: 10px 20px 0;
  display: flex;
  justify-content: space-between;
}
#buy-pop [class^="purchase-pay--"] {
  width: 165px;
}
#buy-pop [class^="purchase-pay--"] .pay-qr {
  height: 165px;
  padding: 13px;
  border: 1px solid;
  background-size: 137px;
}
#buy-pop .purchase-pay--wx .pay-qr {
  border-color: #4bb414;
}
#buy-pop .purchase-pay--zfb .pay-qr {
  border-color: #00aaea;
}
#buy-pop [class^="purchase-pay--"] .pay-desc .iconfont {
  font-size: 20px;
}

/* user-index */
.user-index-welcome {
  padding: 10px 0;
}
.user-index-welcome span {
  margin: 0 20px;
}
.user-index-info li a {
  color: #2c7dfa;
}
.user-index-info li {
  border-bottom: 1px solid #eee;
  height: 80px;
  display: flex;
  align-items: center;
}
.user-index-info .label {
  font-weight: bold;
  font-size: 15px;
}
.user-index-info .desc {
  flex-grow: 1;
  margin-left: 45px;
  font-size: 13px;
  color: #777;
}
.user-index-info .oper {
  width: 90px;
  text-align: center;
  margin-right: 20px;
}
.user-index-info .btn-border {
  line-height: 30px;
}

/* user-vip */
#user-vip .vip-group--small {
  padding: 0 80px;
}
#user-vip .purchase-info {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
#user-vip [class^="purchase-pay--"] {
  width: 165px;
  margin: 0 50px;
}
#user-vip [class^="purchase-pay--"] .pay-qr {
  height: 165px;
  padding: 13px;
  border: 1px solid;
  background-size: 137px;
}
#user-vip .purchase-pay--wx .pay-qr {
  border-color: #4bb414;
}
#user-vip .purchase-pay--zfb .pay-qr {
  border-color: #00aaea;
}
#user-vip [class^="purchase-pay--"] .pay-desc .iconfont {
  font-size: 20px;
}

/* user-exchange */
#user-exchange .form {
  width: 270px;
  margin: 0 auto;
  padding: 10px 0 20px;
}
#user-exchange .form-submit {
  width: 160px;
  margin: 25px auto;
  border-radius: 6px;
}
#user-exchange .desc p {
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #666;
}
#user-exchange .desc p span {
  margin-right: 3px;
}
#user-exchange .desc p::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #666;
  margin-right: 10px;
}

/* user-exchange */
#user-collect .list li .collect {
  opacity: 1;
}

/* 网站地图 ------------------------ */
#map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#map h2 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 18px;
  border-left: 4px solid #0772fc;
}
#map dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#map h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid #ddd;
}
#map dd {
  display: flex;
  flex-wrap: wrap;
}
#map h4 {
  margin-top: 10px;
  margin-right: 20px;
}
/* 用户协议 ------------------------ */
#agreement {
  padding: 30px 0;
}
#agreement .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
#agreement h2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
}
#agreement h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
#agreement p {
  padding-top: 10px;
}

/* footer -------------------------------*/
footer {
  background: #181921;
  margin-top: 70px;
  color: #b5b5b5;
}
.user + footer,
.vip + footer {
  margin-top: 0;
}
footer .wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #2a2b32;
}
footer .wrap::before {
  content: "";
  display: inline-block;
  width: 172px;
  height: 45px;
  margin-right: 40px;
  margin-top: 20px;
  background: url(../images/foot_logo.png?x=1);
}
footer .foot-nav {
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  margin-right: auto;
}
footer .foot-nav li {
  padding: 0 50px;
}
footer .foot-nav li:not(:first-child) {
  border-left: 1px solid #2a2b32;
}
footer .foot-nav li a {
  display: block;
  color: #b5b5b5;
  margin-bottom: 10px;
}
footer .foot-nav li a:hover {
  color: #eee;
}
footer .foot-about {
  display: flex;
  align-items: flex-start;
}
footer .foot-about .qr {
  width: 126px;
  text-align: center;
  margin-right: 50px;
}
footer .foot-about .qr img {
  width: 100%;
}
footer .foot-about .contact li {
  display: flex;
  margin-bottom: 10px;
}
footer .foot-about .contact .label {
  min-width: 5em;
}
footer .foot-about .contact .contact-qq {
  border-radius: 4px;
  padding: 0 10px;
}
footer .copyright {
  width: 100%;
  line-height: 56px;
  text-align: center;
  color: #949494;
}

.user-pop{
  padding-top: 0px!important;
}

/* 404 */
#page404{
  height: calc(100vh - 76px);
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page404::before{
  content: '';
  width: 620px;
  height: 300px;
  display: inline-block;
  background: url(../images/404.png) no-repeat center 0;
}
#page404 .msg{
  margin-top: 60px;
  font-size: 30px;
  color: #afb5bf;
}
#page404 .btn-box{
  margin-top: 60px;
}
#page404 .btn{
  border-radius: 4px;
  width: 138px;
  line-height: 46px;
  font-size: 18px;
  margin: 0 18px;
}
/* 热门搜索 */
.search_hotWrap{
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
  min-width: 280px;
	max-width: 100%;
	padding: 1px 11px ;
	background: #fff;
	box-shadow: 0 0 8px rgba(102,102,102,0.08);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search_hotTitle{
       display: flex;
       align-items: center;
       font-size: 13px;
       color: #666;
       line-height: 35px;
}
.search_hotTitle i{
       display: block;
       width: 13px;
       height: 15px;
       background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAABwUlEQVQ4T3WSP2gTYRjGf88ZsS2WghKkOlhwElSQoBKai3dnoSji4KKIFgcJgji5iGSwSHERRXBQMvln6+AktB3uzl5A0UGKmwiCg0ulLlpFmrxylyYmmn7T973f83u+9/l4xQbLguIuLFdB2kLTqSqO19pS9WPMK19BNg1sB7umqH63W/cfZF7pFlK1IxIVhUltQ8h8dxKY++f1OUXJ8b6Q3cThpRsB5T4tn1SUvEjrNj4+LJuYGGHt90Vw5lHjHTCwDi0D+WxvFimuB+aXT0HzjCxwL2PcQVzHuA84mVB2DtN54ATwE2MK8QRUk/lZSx7wDRgGcsAyW1fH+D50CAhTC+AzsBtpOoW+AKM9OcRVhckDKxYHGci9B/b8vbdHKfSxt0hNUVLJohQKmxkZWsLY22X6OM1Uw7jUCsxb2FRWHP/Kjp43htO4h7ETONzKqhmZXyqAXmdZZKcV1p+3XS0oXQD7ijmrQLwOHc0mwnx3BriBOKIwedOBJovbNP9qxY65B2iyBDxVlEy1oPR3/PJDrLlCfrSq2dlG98eYV7qNo33kBs9qYeFHz+xlY9TQBy0ufuqYBe5BmtpPfsezttkfdO6XsgLJweUAAAAASUVORK5CYII=") no-repeat;
       -webkit-background-size: 100% 100%;
       background-size: 100% 100%;
       margin-right: 5px;
}
.search_hotWrap ul{
       display: flex;
       align-items: center;
       flex-wrap: wrap;
}
.search_hotWrap ul a{
       display: flex;
       align-items: center;
       justify-content: center;
       width: 120px;
       height: 25px;
       background: #f7f8fb;
       color: #444;
       margin: 0 10px 10px 0;
}
.search_hotWrap ul a:nth-child(2n){
       margin-right: 0;
}
.search_hotWrap ul a:hover{
       background: #f0f6ff;
       color: #3b81fa;
}

@media screen and (max-width: 1440px) {
  header .nav a {
    margin: 0 10px;
  }
}