/***global css***/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
  }
  html {
    overflow-y: scroll;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  form,
  img,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  blockquote,
  fieldset,
  div,
  strong,
  label,
  em {
    margin: 0;
    padding: 0;
    border: 0;
  }
  ul,
  ol,
  li {
    list-style: none;
  }
  input,
  button {
    font-family: 微软雅黑, microsoft yahei, arial, PingFang SC, helvetica,
      sans-serif;
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    font-family: 微软雅黑, microsoft yahei, arial, PingFang SC, helvetica,
      sans-serif;
    margin: 0;
    color: #888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    text-decoration: none;
    outline: none;
    color: #888;
  }
  img {
    border: none;
    -webkit-transition: all 400ms ease-out;
    -mozilla-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
  }
  a:hover {
    text-decoration: none;
  }
  .none {
    display: none;
  }
  .none-strong {
    display: none !important;
  }
  *:focus {
    outline: none;
  }
  i,
  em,
  ins,
  u {
    font-style: normal;
    text-decoration: none;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .pr {
    position: relative;
  }
  .pa {
    position: absolute;
  }
  .oh {
    overflow: hidden;
  }
  .clearfix {
    *zoom: 1;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    height: 0;
  }
  .clearfix:after {
    clear: both;
  }
  .clear {
    clear: both;
  }
  .center {
    text-align: center;
  }
  .margin-center {
    margin: 0 auto;
  }
  .iblock {
    display: inline-block;
  }
  .block {
    display: block;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button {
    -webkit-appearance: none;
  }
  ::-webkit-input-placeholder {
    color: #888;
  }
  :-moz-placeholder {
    color: #888;
  }
  ::-moz-placeholder {
    color: #888;
  }
  :-ms-input-placeholder {
    color: #888;
  }
  .input-style-white::-webkit-input-placeholder {
    color: #fff;
  }
  .input-style-white:-moz-placeholder {
    color: #fff;
  }
  .input-style-white::-moz-placeholder {
    color: #fff;
  }
  .input-style-white:-ms-input-placeholder {
    color: #fff;
  }
  .fn11 {
    font-size: 11px;
  }
  .fn12 {
    font-size: 12px;
  }
  .fn13 {
    font-size: 13px;
  }
  .fn14 {
    font-size: 14px;
  }
  .fn16 {
    font-size: 16px;
  }
  .fn18 {
    font-size: 18px;
  }
  .fn20 {
    font-size: 20px;
  }
  .fn24 {
    font-size: 24px;
  }
  .fn40 {
    font-size: 40px;
  }
  .color-000 {
    color: #000;
  }
  .color-fff {
    color: #fff;
  }
  .color-444 {
    color: #444;
  }
  .color-888 {
    color: #888;
  }
  .color-eee {
    color: #eee;
  }
  .color-bbb {
    color: #bbb;
  }
  .bg-fff {
    background: #fff;
  }
  .overflow-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #tip,
  .top {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 1180px;
    background: #fff;
    position: relative;
    z-index: 100;
  }
  #main,
  #bottom,
  .main,
  .bottom {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
  }
  .top-content,
  .main-content,
  .bottom-content {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
  }

  /******pageNum*******/
  #pageNum {
    height: 80px;
    margin-top: 40px;
    text-align: center;
  }
  #pageNum .page-a {
    display: inline-block;
    margin-left: 100px;
  }
  #pageNum .page-a .last-page {
    width: 120px;
    border: 1px solid #EEEEEE;
    background-color: white;
    display: inline-block;
    padding: 0px 24px;
    height: 48px;
    line-height: 46px;
    -webkit-border-radius: 8px;
    text-align: center;
    color: #333333;
    transition: all 0.2s;
    font-size: 14px;
  }
  #pageNum .page-a .last-page:hover {
    background-color: #7371ef;
    color: #fff;
  }
  #pageNum .page-a .next-page {
    width: 120px;
    display: inline-block;
    padding: 0px 24px;
    height: 48px;
    line-height: 50px;
    -webkit-border-radius: 8px;
    background-color: #6A70E9;
    color: #fff;
    text-align: center;
    transition: all 0.2s;
    font-size: 14px;
  }
  #pageNum .page-a .next-page:hover {
    box-shadow: 0 4px 20px rgba(115, 113, 239, 0.5);
  }
  #pageNum .page-b {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    float: right;
    margin-top: 9px;
  }
  #pageNum .page-b a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #7371ef;
    color: #fff;
  }
  #pageNum .page-b .left-sign {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  #pageNum .page-b .right-sign {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  #pageNum .page-b span {
    display: inline-block;
    min-width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: content-box;
  }
  #pageNum .page-b .input-page-show {
    text-align: center;
    width: 35px;
    display: inline-block;
    height: 32px;
    border: 2px solid #F8FAFB;
    background-color: #fff;
    font-size: 16px;
    color: #666666;
    border-radius: 8px;
  }

  .similar-title-box {
    width: 1180px;
    margin: 30px auto 35px;
  }
  .similar-title-box a:hover {
    color: #7371ef;
    border: 1px solid #7371ef;
  }
  .similar-title {
    display: block;
    float: left;
    margin: 0 20px 15px 0;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    *line-height: 28px;
    text-align: center;
    color: #888;
    border: 1px solid #ececec;
    border-radius: 14px;
  }

  /*****seo******/
  .seo-h3 {
    font-weight: normal;
    text-decoration: none;
  }

  /*****opacity******/
  .opacity-3 {
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    filter: "alpha(opacity=30)";
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  }
  .opacity-5 {
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    filter: "alpha(opacity=50)";
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  }
  .opacity-8 {
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    filter: "alpha(opacity=80)";
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  }

  .search-submit-adv {
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    background-color: #fff;
  }
  .search-advice {
    z-index: 81;
    display: block;
    line-height: 38px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    position: absolute;
  }
  .search-advice li {
    text-align: left;
    line-height: 36px;
    padding-left: 25px;
  }
  .search-advice .search-advice-word:hover {
    background-color: #f8f8f8;
  }
  .search-advice li a {
    font-size: 14px;
  }
  .search-advice-word:nth-child(-n + 4) a {
    color: #7371ef;
  }
  .search-advice-menu {
    height: 76px;
  }
  .search-advice-menu a:hover {
    color: rgb(106, 112, 233);
    border-color: rgb(106, 112, 233);
  }

  .font-weight-bold {
    font-weight: bold;
  }

  .vip-pro-head {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-image: url("../image/vector.png");
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .vip-box-layer {
    width: 420px;
    height: 380px;
    background: #ffffff;
    border-radius: 16px;
    right: 0;
    box-shadow: 0px 4px 32px 0px #0000000d;
  }

  .vip-box-layer .vip-single-box {
    width: 388px;
    height: 80px;
    background: #f5f5f9;
    border-radius: 12px;
    left: 50%;
    margin-left: -194px;
    top: 15px;
  }

  .vip-box-layer .vip-single-box .Vector1 {
    width: 48px;
    height: 48px;
    background-image: url("../image/vector1@1x.png");
    top: 15px;
    left: 20px;
  }
  .vip-box-layer .vip-single-box .Vector2 {
    width: 48px;
    height: 48px;
    background-image: url("../image/vector2@1x.png");
    top: 15px;
    left: 20px;
  }
  .vip-box-layer .vip-single-box .Vector3 {
    width: 48px;
    height: 48px;
    background-image: url("../image/vector3@1x.png");
    top: 15px;
    left: 20px;
  }
  .vip-box-layer .vip-single-box .Vector4 {
    width: 48px;
    height: 48px;
    background-image: url("../image/vector4@1x.png");
    top: 15px;
    left: 20px;
  }

  .vip-box-layer .vip-single-box .vip-single-title {
    top: 20px;
    left: 80px;
  }
  .vip-box-layer .vip-single-box .vip-single-title1 {
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-weight: bold;
  }
  .vip-box-layer .vip-single-box .vip-single-title2 {
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin-top: 5px;
  }

  .vip-box-layer .vip-single-box .vip-single-button {
    top: 20px;
    right: 20px;
  }
  .vip-box-layer .vip-single-box .vip-single-button1 {
    font-size: 12px;
    color: #ff8c5a;
    text-align: right;
  }
  .vip-box-layer .vip-single-box .vip-single-button2 {
    width: 70px;
    height: 22px;
    border-radius: 11px;
    background: #ff8c5a;
    font-size: 12px;
    color: #ffffff;
    padding: 4px 8px 4px 8px;
    margin-top: 5px;
    cursor: pointer;
  }

  /* 气泡弹出框 start */
  .mo-popover {
    position: absolute;
    z-index: 1999;
    background: #fff;
    box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 20px;
    color: #4a4a4a;
    text-align: justify;
  }

  /* 气泡弹出框 end */

  @keyframes rotary {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .SoundDiskBox {
    cursor: pointer;
    width: 64px;
    height: 64px;
    position: relative;
  }
  .SoundDiskBox .SoundPlayerBg {
    position: relative;
    animation: rotary 3s linear infinite;
    -webkit-animation: rotary 3s linear infinite;
    animation-play-state: paused;
    width: 100%;
    height: 100%;
    background: url("../image/viny-disc.png") no-repeat center;
    background-size: 64px;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .SoundDiskBox .SoundPlayerBtn {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background: #fff url("../image/button-play.png") no-repeat center;
    background-size: 12px 16px;
  }
  .SoundDiskBox.StartPlay .SoundPlayerBtn {
    background: #fff url("../image/button-play.png") no-repeat center;
    background-size: 12px 16px;
  }
  .SoundDiskBox.PausePlay .SoundPlayerBtn {
    background: #fff url("../image/button-pause.png") no-repeat center;
    background-size: 14px 14px;
  }
  .SoundDiskBox.PausePlay .SoundPlayerBg {
    animation-play-state: running;
  }
  /*@media*/
  @media screen and (min-width: 1px) {
    .vip-box-layer .vip-single-box .Vector1,
    .vip-box-style-1 {
      background-image: url("../image/vector1@2x.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      color: #ff8c5a;
    }
    .vip-box-layer .vip-single-box .Vector2,
    .vip-box-style-2 {
      background-image: url("../image/vector2@2x.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      color: #5755dd;
    }
    .vip-box-layer .vip-single-box .Vector3,
    .vip-box-style-3 {
      background-image: url("../image/vector3@2x.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      color: #8955df;
    }
    .vip-box-layer .vip-single-box .Vector4,
    .vip-box-style-4 {
      background-image: url("../image/vector4@2x.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      color: #f7b52b;
    }
  }

  /* 搜索页/分类页筛选项 */
  .selection-criteria {position: relative;z-index: 50;margin-top: 30px;}
  .selection-criteria::after{content: '';display: block;clear: both;}
  .selection-criteria .filter-category{ float: right;  }


  .iconfont.icon-icon_chevron_down {
    color: #999999;
}

.iconfont.icon-a-icon_checkbox_default {
    color: #E4E4E4;
}