@import url('../zoomify/zoomify.min.css');
*,
:before,
:after {
  box-sizing: border-box;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
body,
button,
input,
select,
textarea {
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  text-spacing: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}
body,
header,
footer,
main,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
blockquote,
q,
pre,
code,
ol,
ul,
li,
form,
label,
input,
textarea,
button,
table,
tr,
th,
td,
dl,
dt,
dd,
hr {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  font-family: MiSans, -apple-system, Nimbus Roman No9 L, PingFang SC, Hiragino Sans GB, Noto Sans SC, Microsoft Yahei, WenQuanYi Micro Hei, ST Heiti, sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style-type: none;
  list-style-image: none;
}
ol {
  counter-reset: sectioncounter;
}
ol li:before {
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
}
img {
  width: auto\9;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #666;
  outline: none;
}
a:active,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 85.7%;
}
mark {
  background-color: #d2e5ff;
  color: #000;
}
hr {
  border-bottom: 1px solid #000;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
input[type="text"],
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
body::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #6f6f6f;
}
.border-bottom-dark {
  border-bottom: 1px solid #dcdee0;
}
.border-bottom-light {
  border-bottom: 1px solid #ebedf0;
}
.border-none {
  border: none!important;
}
.aspectration {
  position: relative;
  height: 0;
  width: 100%;
}
.aspectration img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aspectration[data-ratio='16:9'] {
  padding-top: 56.25%;
}
.aspectration[data-ratio='4:3'] {
  padding-top: 75%;
}
.font-bold {
  font-weight: bold;
}
.line-height-none {
  line-height: 0!important;
}
.line-height-sm {
  line-height: 0.5 !important;
}
.line-height-lg {
  line-height: 1.5 !important;
}
.padding0 {
  padding: 0!important;
}
.margin0 {
  margin: 0!important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c8c9cc;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="text"],
textarea {
  color: #646566;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol !important;
}
label {
  color: #646566;
}
.btn-warning {
  background-color: #c9cb1b;
  border-color: #c9cb1b;
}
.btn-warning:hover {
  background-color: #B8CB0D;
  border-color: #B8CB0D;
}
.body-fix {
  overflow: hidden;
  height: 100%;
}
.null-content {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.null-content .null-img {
  width: 250px;
  margin: 0 auto;
}
.null-content p {
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
}
.hover:hover {
  box-shadow: 0px 7px 8px 7px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-out 0s;
  transform: scale(1);
}
.back {
  position: fixed;
  bottom: 10%;
  right: 3%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.back a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}
.modal .talk-info {
  padding: 0px 15px;
}
.modal .mail-info {
  padding: 0px 15px;
}
.modal .bg-info {
  padding: 10px 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
.modal .form-group label {
  margin-bottom: 10px;
}
.modal .form-group textarea {
  height: 125px;
}
.modal .form-group option {
  padding: 10px 0;
}
.header-pc {
  width: 100%;
  height: 120px;
  padding: 0px 20px;
}
.header-pc .header-account-box {
  width: 98%;
  flex-direction: row-reverse;
  color: #fff;
  text-align: right;
  display: flex;
}
.header-pc .header-account-box a {
  color: #fff;
  line-height: 50px;
  display: inline-block;
}
.header-pc .header-account-box a:focus {
  outline: none;
}
.header-pc .header-account-box .login {
  margin-right: 5px;
  text-decoration: underline;
  font-weight: bold;
}
.header-pc .header-account-box .login:hover {
  color: #FFB339;
}
.header-pc .header-account-box .register {
  margin-left: 5px;
}
.header-pc .header-account-box .register:hover {
  color: #ddd;
}
.header-pc .header-account-box .header-language {
  margin-right: 0;
  float: right;
}
.header-pc .header-account-box .header-language:hover #language,
.header-pc .header-account-box .header-language:hover .icon-language {
  color: #FFB339;
}
.header-pc .menu-box {
  zoom: 1;
}
.header-pc .menu-box:before {
  content: "";
  display: block;
}
.header-pc .menu-box:after {
  content: "";
  display: table;
  clear: both;
}
.header-pc .menu-box .header-nav-left {
  float: left;
  zoom: 1;
  padding: 24px 0 0 10px;
}
.header-pc .menu-box .header-nav-left:before {
  content: "";
  display: block;
}
.header-pc .menu-box .header-nav-left:after {
  content: "";
  display: table;
  clear: both;
}
.header-pc .menu-box .header-nav-left .header-nav-logo-name {
  width: 430px;
  height: auto;
  float: left;
}
.header-pc .menu-box .header-nav-left .header-nav-logo-name img {
  width: auto;
  height: auto;
}
.header-pc .menu-box .header-nav-right {
  float: right;
  padding: 20px 0;
}
.header-pc .menu-box .header-nav-right .header-nav-list {
  zoom: 1;
  position: relative;
}
.header-pc .menu-box .header-nav-right .header-nav-list:before {
  content: "";
  display: block;
}
.header-pc .menu-box .header-nav-right .header-nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.header-pc .menu-box .header-nav-right .header-nav-list li {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 2ms;
}
.header-pc .menu-box .header-nav-right .header-nav-list li a {
  display: block;
  color: #fff;
  height: 34px;
  padding: 5px 15px;
}
.header-pc .menu-box .header-nav-right .header-nav-list li a span {
  height: 34px;
}
.header-pc .menu-box .header-nav-right .header-nav-list li:hover {
  color: #FFB339;
}
.header-pc .menu-box .header-nav-right .header-nav-list li:hover > a {
  color: #FFB339;
}
.header-pc .menu-box .header-nav-right .header-nav-list li:hover .header-sub-list {
  visibility: visible;
}
.header-pc .menu-box .header-nav-right .header-nav-list li a:focus {
  outline: none;
}
.header-pc .menu-box .header-nav-right .header-sub-list {
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: -15px;
  z-index: 9999;
  padding: 10px 0;
  background-color: #526789;
}
.header-pc .menu-box .header-nav-right .header-sub-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 53px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #526789;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.header-pc .menu-box .header-nav-right .header-sub-list .header-sub-item {
  font-size: 14px;
  color: #fff;
}
.header-pc .menu-box .header-nav-right .header-sub-list .header-sub-item a {
  line-height: 24px;
}
.header-pc .menu-box .header-nav-right .header-sub-list .header-sub-item:hover a {
  color: #FFB339;
}
.header-pc .menu-box .header-nav-on > a {
  color: #FFB339 !important;
}
.header-pc .menu-box .header-nav-on > a span {
  border-bottom: 4px solid #FFB339;
}
.header-pc .menu-box .header-nav-on > a:focus {
  outline: none;
}
.header-pc .icon-language {
  width: 20px;
  height: 30px;
  position: relative;
  top: 10px;
  margin-left: 20px;
}
.header-pc #language {
  padding-right: 0;
}
.header-pc .login {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  background: #1e5a9b;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(30, 90, 155, 0.8);
}
.header-mob {
  width: 100%;
  height: 1.3rem;
  color: #fff;
}
.header-mob .header-account-box {
  width: 100%;
  color: #fff;
  text-align: right;
  padding: 0.07rem 0.2rem;
  height: 0.45rem;
}
.header-mob .header-account-box .login {
  text-decoration: underline;
  font-weight: bold;
}
.header-mob .logo-box {
  display: flex;
  height: 1.3rem;
  padding: 0 0.2rem 0 0.1rem;
}
.header-mob .logo-box .header-logo {
  height: 1.3rem;
  padding: 0.3rem;
}
.header-mob .logo-box .header-logo img {
  width: 5rem;
}
.header-mob a {
  color: #fff;
}
.header-mob .header-user {
  flex: 1;
  text-align: right;
  line-height: 1.8rem;
}
#newMsgPc {
  width: 50px;
  position: absolute;
  right: -6px;
  top: -16px;
}
#newMsgPc .newMsgImgPc {
  float: left;
  width: 20px;
  height: 20px;
}
#newMsgPc #newMsgCountPc {
  float: left;
  color: #FFB339;
  line-height: 16px;
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 0px;
  }
  body {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1100px) {
  body {
    padding-top: 120px;
  }
}
.full-width {
  width: 100% !important;
}
.side-by-side {
  overflow: hidden;
}
.side-by-side > div {
  float: left;
}
@media screen and (max-width: 1080px) {
  .page-bottom {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
    background-color: #0d1a26;
  }
  .footerMob {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footerMob .footer-title {
    font-size: 0.32rem;
    color: #fff;
    margin-bottom: 0.2rem;
    padding: 0 0.4rem 0 0;
  }
  .footerMob .footer-title:before {
    content: "";
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.15rem;
    background: url("https://www.stonefair.org.cn/assets/common/footer-tip.png") no-repeat;
    background-size: contain;
  }
  .footerMob .footer-top {
    overflow: hidden;
    padding: 0 0.4rem;
  }
  .footerMob .footer-top .info-block .contact-us {
    margin-bottom: 0.5rem;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box {
    zoom: 1;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box:before {
    content: "";
    display: block;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box .contact-text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-label {
    float: left;
    width: 0.3rem;
    margin-right: 0.15rem;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-info {
    float: left;
    color: #999;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-info a {
    color: #999;
  }
  .footerMob .footer-top .info-block .contact-us .contact-box .contact-text .full-width .contact-info {
    width: 90%;
  }
  .footerMob .footer-top .info-block .partner-link {
    margin-bottom: 0.5rem;
  }
  .footerMob .footer-top .info-block .partner-link .partner-box {
    overflow: hidden;
  }
  .footerMob .footer-top .info-block .partner-link .partner-item a {
    color: #999;
    font-size: 14px;
    line-height: 2.2;
  }
  .footerMob .footer-top .info-block .partner-link .partner-item a:hover {
    text-decoration: underline;
  }
  .footerMob .footer-top .info-block .partner-link .partner-item a img {
    object-fit: contain;
  }
  .footerMob .footer-top .info-block .order-news .order-input {
    width: 100%;
    height: 0.66rem;
    border: 1px solid #6d6f71;
    border-radius: 2px;
    overflow: hidden;
    padding-left: 0.2rem;
  }
  .footerMob .footer-top .info-block .order-news .order-input .iconfont {
    font-size: 0.4rem;
    float: left;
    text-align: center;
    margin-top: 0.05rem;
    margin-right: 0.1rem;
  }
  .footerMob .footer-top .info-block .order-news .order-input input {
    float: right;
    background-color: transparent;
    color: #fff;
    width: 90%;
    height: 100%;
    border: none;
  }
  .footerMob .footer-top .info-block .order-news .order-btn {
    width: 1.8rem;
    line-height: 0.66rem;
    background: #1e5a9b;
    border-radius: 2px;
    color: #eeeeee;
    font-size: 14px;
    text-align: center;
    margin-top: 0.3rem;
    cursor: pointer;
  }
  .footerMob .footer-top .info-block .order-news .order-btn:hover {
    color: #f7b400;
  }
  .footerMob .footer-top .qrc-block {
    margin-top: 0.5rem;
  }
  .footerMob .footer-top .qrc-block .qrc-img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .footerMob .footer-top .qrc-block .qrc-img img {
    width: 100%;
    object-fit: contain;
  }
  .footerMob .footer-top .en-link {
    margin-top: 0.3rem;
  }
  .footerMob .footer-top .en-link img {
    height: 18px;
    object-fit: contain;
    margin-right: 15px;
  }
  .footerMob .footer-bottom {
    margin: 0.4rem auto 0;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    border-top: 1px solid #333;
    overflow: hidden;
    text-align: center;
    font-size: 0.24rem;
    line-height: 2;
  }
  .footerMob .footer-bottom a {
    color: #777a80;
  }
  .footerMob .footer-bottom a:hover {
    text-decoration: underline;
  }
  .footerMob .footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.1rem;
    display: flex;
    border-top: 1px solid #e5e5e5;
    z-index: 99999;
    background: #fff;
  }
  .footerMob .footer-nav .memu-item {
    flex: 1;
    text-align: center;
    line-height: 1rem;
    justify-content: space-between;
    padding-top: 0.15rem;
    filter: grayscale(100%);
  }
  .footerMob .footer-nav .memu-item .item-icon {
    height: 0.4rem;
    margin-bottom: 0.05rem;
  }
  .footerMob .footer-nav .memu-item .item-icon img {
    height: 100%;
  }
  .footerMob .footer-nav .memu-item .item-text {
    height: 0.4rem;
    line-height: 0.42rem;
    color: #2e6496;
    font-size: 0.2rem;
  }
  .footerMob .footer-nav .menu-active {
    filter: none;
  }
  .footerMob .footer-nav .activity-menus {
    position: fixed;
    bottom: 1.1rem;
    right: 1.1rem;
    width: auto;
    border-radius: 0.1rem;
    background-color: #526789;
    color: #fff;
    padding: 0.1rem 0;
  }
  .footerMob .footer-nav .activity-menus .menu {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.25rem;
    color: #fff;
    background-color: #526789;
  }
  .footerMob .footer-nav .activity-menus .menu a {
    display: block;
    width: 100%;
    color: #fff;
    outline: none;
  }
  .footerMob .footer-nav .activity-menus .menu:focus {
    outline: none;
  }
  .footerMob #newMsgMob {
    position: absolute;
    right: 20px;
    top: -10px;
  }
  .footerMob #newMsgMob .newMsgImgMob {
    float: left;
    width: 20px;
    height: 20px;
  }
  .footerMob #newMsgMob #newMsgCountMob {
    float: left;
    color: #FFB339;
    line-height: 16px;
  }
  .footerPc {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .page-bottom {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 15px;
    background-color: #0d1a26;
  }
  .footerPc {
    display: block;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footerPc .footer-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
  }
  .footerPc .footer-title:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    background: url("https://www.stonefair.org.cn/assets/common/footer-tip.png") no-repeat;
    background-size: contain;
  }
  .footerPc .footer-top {
    overflow: hidden;
  }
  .footerPc .footer-top .info-block {
    width: 50%;
  }
  .footerPc .footer-top .info-block .contact-us {
    float: left;
    width: 100%;
    margin-bottom: 45px;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box {
    zoom: 1;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box:before {
    content: "";
    display: block;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit {
    width: 50%;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-label {
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 5px;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-info {
    float: left;
    color: #999;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-info a {
    color: #999;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box .contact-text .contact-unit .contact-info a:hover {
    text-decoration: underline;
  }
  .footerPc .footer-top .info-block .contact-us .contact-box .contact-text .width70 {
    width: 70% !important;
  }
  .footerPc .footer-top .info-block .partner-link {
    float: left;
    width: 100%;
    margin-bottom: 45px;
  }
  .footerPc .footer-top .info-block .partner-link .partner-box {
    overflow: hidden;
    margin-top: 15px;
  }
  .footerPc .footer-top .info-block .partner-link .partner-item a {
    float: left;
    color: #999;
    font-size: 14px;
    margin-right: 15px;
  }
  .footerPc .footer-top .info-block .partner-link .partner-item a:hover {
    text-decoration: underline;
  }
  .footerPc .footer-top .info-block .order-news {
    float: left;
    width: 100%;
  }
  .footerPc .footer-top .info-block .order-news .order-input {
    width: 306px;
    height: 44px;
    border: 1px solid #6d6f71;
    border-radius: 2px;
    overflow: hidden;
    padding-left: 10px;
  }
  .footerPc .footer-top .info-block .order-news .order-input .iconfont {
    font-size: 20px;
    float: left;
    text-align: center;
    margin: 8px;
  }
  .footerPc .footer-top .info-block .order-news .order-input input {
    float: left;
    background-color: transparent;
    color: #fff;
    width: 85%;
    height: 100%;
    border: none;
    outline: none;
  }
  .footerPc .footer-top .info-block .order-news .order-btn {
    width: 94px;
    line-height: 44px;
    background: #1e5a9b;
    border: 1px solid #1e5a9b;
    border-radius: 2px;
    color: #eeeeee;
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .footerPc .footer-top .info-block .order-news .order-btn:hover {
    color: #1e5a9b;
    background-color: #fff;
  }
  .footerPc .footer-top .qrc-block {
    width: 442px;
    float: right;
  }
  .footerPc .footer-top .qrc-block .qrc-img {
    width: 442px;
    height: 353px;
    margin-top: 20px;
  }
  .footerPc .footer-top .qrc-block .qrc-img img {
    width: 100%;
    object-fit: contain;
  }
  .footerPc .footer-top .en-link {
    margin-top: 40px;
  }
  .footerPc .footer-top .en-link img {
    height: 18px;
    object-fit: contain;
    margin-right: 15px;
  }
  .footerPc .footer-bottom {
    margin: 30px auto 0;
    padding-top: 15px;
    box-sizing: border-box;
    border-top: 1px solid #333;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
  .footerPc .footer-bottom a {
    color: #777a80;
  }
  .footerPc .footer-bottom a:hover {
    text-decoration: underline;
  }
  .footerMob {
    display: none;
  }
}
.iconfont {
  color: #d1d1d1;
}
.copyRights {
  color: #777a80;
}
.icon-quit {
  background: url("../../icon/quit.png");
  background-size: cover;
  background-position: center center;
}
.icon-user {
  background: url("../../icon/user.png");
  background-size: cover;
  background-position: center center;
}
.icon-login {
  background: url("../../icon/login.png");
  background-size: cover;
  background-position: center center;
}
.icon-register {
  background: url("../../icon/register.png");
  background-size: cover;
  background-position: center center;
}
.icon-pc-wcs {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
.icon-pc-wcs-person {
  background: url("../../icon/person.png");
  background-size: cover;
  background-position: center center;
}
.icon-pc-wcs-country {
  background: url("../../icon/country.png");
  background-size: cover;
  background-position: center center;
}
.icon-pc-wcs-square {
  background: url("../../icon/square.png");
  background-size: cover;
  background-position: center center;
}
.icon-pc-wcs-company {
  background: url("../../icon/company.png");
  background-size: cover;
  background-position: center center;
}
.icon-pc-aside {
  width: 40px;
  height: 40px;
}
.icon-top {
  background: url("../../icon/top.png") no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}
.icon-mobile {
  background: url("../../icon/mobile.png") no-repeat;
  background-position: center center;
  background-size: 65% 65%;
}
.icon-pc-footer {
  width: 40px;
  height: 40px;
}
.icon-facebook {
  background: url("../icon/footer.png") no-repeat;
  background-position: -120px -80px;
}
.icon-twitter {
  background: url("../icon/footer.png") no-repeat;
  background-position: -160px -80px;
}
.icon-linkedin {
  background: url("../icon/footer.png") no-repeat;
  background-position: -200px -80px;
}
.icon-wechat {
  background: url("../icon/footer.png") no-repeat;
  background-position: -40px -80px;
}
.icon-wechat:hover {
  cursor: pointer;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.icon-weibo {
  background: url("../icon/footer.png") no-repeat;
  background-position: -80px -80px;
}
.icon-redBook {
  background: url("../icon/footer.png") no-repeat;
  background-position: -326px -80px;
}
.icon-redBook:hover {
  cursor: pointer;
}
.icon-redBook:hover .redBook-qrcode {
  display: block;
}
.icon-douYin {
  background: url("../icon/footer.png") no-repeat;
  background-position: -283px -80px;
}
.icon-douYin:hover {
  cursor: pointer;
}
.icon-douYin:hover .douYin-qrcode {
  display: block;
}
.wechat-qrcode,
.douYin-qrcode,
.redBook-qrcode {
  width: 152px;
  height: 172px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 25px;
  display: none;
}
.wechat-qrcode p,
.douYin-qrcode p,
.redBook-qrcode p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.wechat-qrcode img,
.douYin-qrcode img,
.redBook-qrcode img {
  width: 100%;
  height: 100%;
}
.wechat-qrcode {
  position: absolute;
  bottom: 10px;
  right: 106px;
}
.douYin-qrcode {
  position: absolute;
  bottom: 10px;
  right: -40px;
}
.redBook-qrcode {
  position: absolute;
  bottom: 10px;
  right: 3px;
}
.icon-unCollect {
  background: url("../../icon/unCollect.png") no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s linear;
}
.icon-isCollect {
  background: url("../../icon/isCollect.png") no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s linear;
}
.icon-new {
  background: url("../../icon/new-cn.png?2021") no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.icon-example {
  background: url("../../icon/example.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon-video {
  background: url("../../icon/video-small.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon-pc-detail {
  height: 18px;
  width: 18px;
}
.icon-isCollect2 {
  background: url("../../icon/isCollect2.png") no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s linear;
}
.icon-unCollect2 {
  background: url("../../icon/unCollect2.png") no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.3s linear;
}
.icon-collect {
  background: url("../../icon/collect.png") no-repeat;
  background-size: cover;
  background-position: top center;
  transition: all 0.3s linear;
}
body {
  position: relative;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.loading {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 25%;
  position: relative;
  -webkit-animation: load 3s linear infinite;
}
.loading div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.loading div:nth-child(2) {
  -webkit-transform: rotate(120deg);
}
.loading div:nth-child(3) {
  -webkit-transform: rotate(240deg);
}
.loading div:nth-child(2) span {
  -webkit-animation-delay: 1s;
}
.loading div:nth-child(3) span {
  -webkit-animation-delay: 2s;
}
.loading span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #99CC66;
  position: absolute;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-animation: changeBgColor 3s ease infinite;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  33.3% {
    -webkit-transform: rotate(120deg);
  }
  66.6% {
    -webkit-transform: rotate(240deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes changeBgColor {
  0%,
  100% {
    background: #99CC66;
  }
  33.3% {
    background: #FFFF66;
  }
  66.6% {
    background: #FF6666;
  }
}
.icon-point {
  background: url("../../icon/point.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon-back {
  background: url("../../icon/back.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon-cloud {
  background: url("../../image/cloud-logo.png") no-repeat;
  background-position: center center;
}
.pagination-box {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 0;
}
.pagination-box .active {
  width: 40px;
  line-height: 40px;
  float: left;
  display: block;
  background-color: #1E5A9B;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 18px;
}
.pagination-box a {
  width: 40px;
  line-height: 40px;
  float: left;
  display: block;
  background-color: #f9f9f9;
  color: #323233;
  text-align: center;
  margin: 0 10px;
  font-size: 16px;
  font-family: SimSun;
}
.pagination-box a:hover {
  background-color: #e1e1e1;
  color: #000;
}
.jump-ipt {
  border: 1px solid #e1e1e1 !important;
  padding: 5px 10px;
  width: 50px;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productPc .product-wrap,
.productListMob .product-wrap {
  width: 984px;
  margin: 0 auto;
}
.productPc .product-wrap2,
.productListMob .product-wrap2 {
  width: 1130px;
  margin: 0 auto;
}
.productPc .product-title,
.productListMob .product-title {
  overflow: hidden;
  margin: 50px 0;
}
.productPc .product-title .product-name,
.productListMob .product-title .product-name {
  font-size: 20px;
  color: #646566;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
}
.productPc .product-title .product-name:before,
.productListMob .product-title .product-name:before {
  content: "";
  display: block;
  width: 7px;
  height: 28px;
  background-color: #526789;
  margin-right: 14px;
  float: left;
}
.productPc .product-title .product-collect,
.productListMob .product-title .product-collect {
  float: right;
  margin: 6px 0;
  cursor: pointer;
  font-size: 15px;
}
.productPc .product-title .product-collect .icon-pc-collect,
.productListMob .product-title .product-collect .icon-pc-collect {
  padding-left: 25px;
  background-position: left top;
}
.productPc .product-main .product-info,
.productListMob .product-main .product-info {
  zoom: 1;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px #ddd;
}
.productPc .product-main .product-info:before,
.productListMob .product-main .product-info:before {
  content: "";
  display: block;
}
.productPc .product-main .product-info:after,
.productListMob .product-main .product-info:after {
  content: "";
  display: table;
  clear: both;
}
.productPc .product-main .product-info .product-left,
.productListMob .product-main .product-info .product-left {
  float: left;
  width: 476px;
  height: 398px;
}
.productPc .product-main .product-info .product-right,
.productListMob .product-main .product-info .product-right {
  float: right;
  width: 505px;
  min-height: 398px;
  padding: 40px 30px;
  background-color: #eaeaea;
}
.productPc .product-main .product-info .product-right > div,
.productListMob .product-main .product-info .product-right > div {
  margin-bottom: 10px;
  line-height: 24px;
}
.productPc .product-main .product-info .company-name,
.productListMob .product-main .product-info .company-name,
.productPc .product-main .product-info .company-boothNum,
.productListMob .product-main .product-info .company-boothNum {
  font-size: 18px;
  font-weight: bold;
}
.productPc .product-main .product-info .company-name,
.productListMob .product-main .product-info .company-name {
  margin-bottom: 5px!important;
}
.productPc .product-main .product-info .company-name a,
.productListMob .product-main .product-info .company-name a {
  color: #333;
  text-decoration: underline;
}
.productPc .product-main .product-info .company-name a:hover,
.productListMob .product-main .product-info .company-name a:hover {
  color: #FFB339;
}
.productPc .product-main .product-info .company-boothNum,
.productListMob .product-main .product-info .company-boothNum {
  padding-bottom: 15px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #ddd;
}
.productPc .product-main .product-imgList,
.productListMob .product-main .product-imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 1;
  margin: 50px 0;
}
.productPc .product-main .product-img,
.productListMob .product-main .product-img {
  float: left;
  width: 479px;
  height: 398px;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 15px;
}
.productPc .product-other .product-other-header,
.productListMob .product-other .product-other-header {
  width: 100%;
  height: 60px;
  margin: 50px auto;
  background: url("../image/video-other-header.png") no-repeat;
  background-size: contain;
}
.productPc .product-other .product-other-list,
.productListMob .product-other .product-other-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.productPc .product-other .product-list-item,
.productListMob .product-other .product-list-item {
  width: 330px;
  margin: 0 22px;
}
.productPc .product-other .product-list-item .product-list-img,
.productListMob .product-other .product-list-item .product-list-img {
  width: 330px;
  height: 150px;
}
.productPc .product-other .product-list-item .product-list-name,
.productListMob .product-other .product-list-item .product-list-name {
  font-size: 16px;
  color: #323233;
  text-align: center;
  margin: 10px 0;
}
.productMob {
  width: 100%;
  background-color: #eaeaea;
  padding-bottom: 1.1rem;
}
.productMob .product-main {
  background-color: #fff;
}
.productMob .product-main .product-intro .product-name {
  width: 92%;
  font-size: 15px;
  font-weight: bold;
  margin: 0.2rem 0.3rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e1e1e1;
}
.productMob .product-main .product-intro .product-name:before {
  content: "";
  display: block;
  width: 7px;
  height: 0.4rem;
  background-color: #526789;
  margin-right: 0.2rem;
  float: left;
}
.productMob .product-main .product-intro .product-collect {
  overflow: hidden;
  padding: 0 0.3rem;
  margin: 0.2rem 0;
}
.productMob .product-main .product-intro .product-collect .icon-mob-collect {
  float: right;
  padding-left: 0.4rem;
  background-position: left center;
}
.productMob .product-main .product-intro .product-img {
  padding: 0 0.3rem 0.3rem;
}
.productMob .product-main .product-info {
  width: 100%;
  height: auto;
  background-color: #ececec;
  padding: 0.2rem 0.5rem;
}
.productMob .product-main .product-info div {
  margin-bottom: 0.1rem;
  word-break: break-all;
}
.productMob .product-main .product-info .company-name {
  font-size: 17px;
  font-weight: bold;
}
.productMob .product-main .product-info .company-boothNum {
  font-size: 17px;
  font-weight: bold;
}
.productMob .product-main .product-info .product-description {
  margin-bottom: 0;
}
.productMob .product-main .product-imgList {
  margin: 0.5rem;
}
.productMob .product-main .product-imgList img {
  margin-bottom: 0.3rem;
}
.productMob .more-products {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 0.2rem;
}
.productMob .more-products .more-main {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productMob .more-products .more-main .item {
  width: 48%;
  margin-bottom: 0.5rem;
}
.productMob .more-products .more-main .item .product-list-name {
  text-align: center;
  margin-top: 3px;
}
.productMob .more-products .more-but {
  width: 2.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.5rem;
  background-color: #326594;
  display: none;
  color: #fff;
  text-align: center;
  margin: 0.2rem auto 0.2rem;
}
/*# sourceMappingURL=product.css.map */