html {}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #c6c9cf;
  background-color: #1b1d1f;
}

select,
textarea,
button {
  font-size: 14px;
  line-height: 1.5;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@font-face {
  font-family: 'Din';
  src: url('../font/DINPro-Bold.otf');
}

body.zs-bg-white {
  background-color: #FFFFFF;
}

body.zs-bg-grey {
  background-color: #EAEAEA;
}

.din {
  font-family: din;
}

ul,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

img {
  border: 0;
}

a,
a:focus,
a:hover,
.btn:focus,
li,
li:focus,
li:hover,
input,
input:focus,
input:hover,
textarea,
textarea:focus,
textarea:hover,
select,
select:focus,
select:hover {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a,
a:link,
a:active,
a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #FFFFFF;
  transition: all 0.35s;
  text-decoration: none !important;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* ie  */
  color: #888888;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
  height: 2px;
  width: 2px;
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 8px 0;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(130, 130, 130, .5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.icon-fw {
  text-align: center;
  width: 1.25em;
}

.icon-lg {
  font-size: 1.333rem;
  line-height: 1.333rem;
  vertical-align: -.0667em;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.zs-pc {
  display: block !important;
}

.zs-m {
  display: none !important;
}

.zs-website-submit {
  background: linear-gradient(-270deg, #0099ff, #cc00ff) !important;
  position: relative;
  color: #FFF !important;
  line-height: 35px;
  border-radius: 22px;
  padding-left: 40px;
  padding-right: 40px;
}

.zs-wrap {
  display: table;
  width: 100%;
}

.zs-wp {
  display: table;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.zs-wp.cl,
.zs-cl {
  margin-bottom: 8px;
}

.zs-wp1200 {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.zs-md-2 {
  width: 50%;
}

.zs-md-3 {
  width: 33.33333%;
}

.zs-md-4 {
  width: 25%;
}

.zs-ml-3 {
  width: 30%;
}

.zs-mr-7 {
  width: 70%;
}

.zs-ml-4 {
  width: 40%;
}

.zs-mr-6 {
  width: 60%;
}

.zs-md-2,
.zs-md-3,
.zs-md-4,
.zs-ml-3,
.zs-mr-7 {
  float: left;
}

.zs-w100 {
  display: table;
  width: 100%;
}

.zs-w50 {
  display: inline-block;
  width: 49.5%;
}

.zs-center {
  text-align: center !important;
}

.zs-left {
  text-align: left !important;
}

.zs-right {
  text-align: left !important;
}

.zs-red {
  color: #ed0808 !important;
}

.zs-blue {
  color: #3860F4 !important;
}

.zs-imgs {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.zs-imgs:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.zs-fl {
  float: left;
}

.zs-fr {
  float: right;
}

.zs-posr {
  position: relative;
}

.zs-posa {
  position: absolute;
}

.zs-bg-grey {
  background: #f0f0f0;
}

.zs-line {
  display: block;
  margin: 15px auto;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #ed0808;
}

.zs-title {
  position: relative;
  font-size: 34px;
  color: #333;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  text-align: center;
}

.zs-subtitle {
  position: relative;
  font-size: 26px;
  color: #333;
  font-weight: 400;
  padding: 20px 0 30px 0;
  text-align: center;
}

.zs-main {
  display: block;
  width: 100%;
  background: linear-gradient(-6.02deg, #16034000, #1841de4c);
  position: relative;
  min-height: 100vh;
  z-index: 0;
}

.bg-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: auto;
  opacity: 0.3;
  z-index: 1;
}

.bg-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: auto;
  opacity: 0.3;
  z-index: 1;
}

/*left sidebar*/
.zs-sidebar-nav {
  position: fixed;
  display: table-cell;
  top: 0;
  font-size: 16px;
  width: 220px;
  height: 100vh;
  z-index: 1050;
  opacity: 1 !important;
}

.zs-sidebar-nav .sidebar-nav-inner {
  position: relative;
  width: inherit;
  margin: 0;
  max-width: 260px;
  height: 100% !important;
  background: #2c2e2f;
  pointer-events: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.zs-sidebar-nav .sidebar-logo {
  height: 74px;
  border-bottom: 1px solid rgba(129, 129, 129, .15) !important;
}

.zs-sidebar-nav .logo {
  line-height: 74px;
  width: 100%;
  text-align: center;
}

.zs-sidebar-nav .logo a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 74px;
}

.zs-sidebar-logo img {
  max-height: 40px;
}

.zs-skin-black .logo-light {
  display: none !important;
}

.zs-skin-black .logo-dark {
  display: initial !important;
}

.zs-skin-black,
.zs-skin-black a:not(.btn),
.zs-skin-black .button>a {
  color: #c6c9cf;
}

.zs-skin-black a:not(.btn):hover {
  color: #fff;
}

.zs-sidebar-nav .sidebar-nav-inner .flex-fill {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.sidebar-scroll {
  height: 100%;
  overflow: auto !important;
}

.zs-sidebar-nav ul {
  margin: 0;
  padding: 0;
}

.zs-sidebar-nav .sidebar-item {
  position: relative;
  display: block;
}

.zs-sidebar-nav .sidebar-menu ul:first-child>li>a {
  padding: 12px 10px;
}

.zs-sidebar-nav .flex-bottom a,
.zs-sidebar-nav .sidebar-menu-inner a {
  display: flex;
  overflow: hidden;
  padding: 8px 10px;
  margin: 1.5px 8px;
  color: #b2b8be;
  align-items: center;
  transition: all .3s;
  white-space: nowrap;
}

.zs-sidebar-nav .sidebar-menu-inner a span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.zs-sidebar-nav .sidebar-item ul {
  display: none !important;
  transition: All 0.4s ease-in-out;
}

.zs-sidebar-nav .sidebar-item.show ul {
  display: block !important;
}

.zs-sidebar-nav .sidebar-menu-inner ul li ul li a {
  margin-left: 36px;
}

.zs-sidebar-nav .sidebar-menu-inner a span,
.zs-sidebar-nav .flex-bottom a span {
  margin-left: 8px;
}

.zs-sidebar-nav .sidebar-item.show .sidebar-more {
  transform: rotate(90deg);
}

.zs-sidebar-nav .sidebar-item .sidebar-more {
  transform: scale(.8);
}

.zs-sidebar-nav .sidebar-menu .sidebar-more {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #c6c9cf;
}

.zs-sidebar-nav .sidebar-more {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 0 16px;
  line-height: 45px !important;
  transition: transform .3s;
}

.zs-sidebar-nav .border-top {
  border-top: 1px solid rgba(129, 129, 129, .15) !important;
  padding-bottom: .5rem !important;
  padding-top: .5rem !important;
}

.zs-sidebar-nav .flex-bottom a {
  display: flex;
  overflow: hidden;
  padding: 8px 10px;
  margin: 1.5px 8px;
  color: #b2b8be;
  align-items: center;
  white-space: nowrap;
  transition: all .3s;
}

.zs-sidebar-nav .sidebar-menu-inner a span,
.zs-sidebar-nav .flex-bottom a span {
  margin-left: 8px;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.d-none {
  display: none !important;
}

/*header start*/
.main-content {
  margin-left: 220px;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.zs-skin-black .big-header-banner .page-header {
  background: transparent;
  box-shadow: none;
}

.big-header-banner {
  position: relative;
  z-index: 100;
}

.big-header-banner .page-header {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  transition: color .3s, background-color .3s;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding: 0 1rem;
  height: 74px;
}

.container-fluid {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: 1.5rem !important;
}

.navbar .navbar-nav li>a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  transition: color .2s;
}

.navbar-collapse ul li {
  position: relative;
  list-style: none;
}

.header-mini-btn input[type="checkbox"] {
  display: none;
}

.nav {
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-big {
  position: relative;
  background-color: #1b1d1f;
  background-size: cover;
  background-position: center;
  margin-top: -75px;
  padding-top: 80px;
  padding-bottom: 20px !important;
}

.header-big .s-search {
  margin: 0;
}

#search {
  max-width: 880px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}

#search .s-title {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 3px;
  color: #FFF;
}

.header-big .s-type {
  position: inherit;
  top: inherit;
  left: inherit;
  z-index: inherit;
  width: auto;
  text-align: center;
}

.header-big .s-type-list {
  position: relative !important;
  display: block;
  white-space: nowrap;
  text-align: center;
  position: inherit;
  top: inherit;
  padding: inherit;
  width: none;
  background: none !important;
  border-radius: inherit;
  box-shadow: none !important;
}

.header-big:not(.no-bg) .s-type-list {
  color: #fff;
}

.header-big .s-type-list label:not(.active),
.header-big:not(.no-bg) .search-type label {
  opacity: .5;
  transition: opacity .3s;
}

.header-big .s-type-list label {
  position: relative;
  display: inline-block;
}

.s-type-list label {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
  padding: 2px 0px;
  word-break: keep-all;
  cursor: pointer;
  transition: .3s;
  position: relative;
}

.header-big .s-type-list label.active::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  background: #FFF;
  border-radius: 100px;
  width: 30px;
  height: 4px;
  bottom: 5px;
  -webkit-transition: .25s;
  transition: .25s;
}

.header-big .s-type-list label span {
  padding: 10px 20px;
}

.header-big .s-type-list label span {
  display: block;
  padding: 10px 10px;
}

#search form {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header-big #search-text {
  border-radius: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .05);
  padding: 9px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .6) !important;
  height: 50px;
  font-size: 1pc;
  transition: .3s;
}

.header-big #search button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0 !important;
  width: unset;
  margin: 0 9px;
  line-height: 50px;
  height: 50px;
  border-radius: 3px;
}

.header-big #search button i {
  color: #fff;
  font-size: 18px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.header-big #search-list {
  text-align: center;
  position: relative;
}

.header-big .search-group {
  padding: 0;
  margin: 0 auto;
  display: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.search-group {
  display: none;
}

.header-big .search-type {
  padding-left: 5px;
  display: initial;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: unset;
  white-space: nowrap;
  margin: 0;
}

.search-type li {
  list-style: none;
  display: inline-block;
}

.header-big .search-type li label,
.header-big .search-type li.menu-item {
  padding: 5px 20px;
}

.search-type li.menu-item a {
  display: inline-block;
  font-size: 14px;
  line-height: 31px;
  border-radius: 3px 3px 0 0;
  color: #FFF;
}

/*header end*/
.path {
  display: block;
  width: auto;
  padding: 10px 0;
  line-height: 54px;
  font-size: 15px;
  position: relative;
  z-index: 20;
  color: rgba(255, 255, 255, 0.6);
}

.path .zs-wp {
  margin: 0 auto;
}

.path span {
  font-family: 宋体;
  font-size: 14px;
  padding: 0px 10px;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: -20px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
}

.swiper-button-prev {
  left: 75px;
}

.swiper-button-next {
  right: 75px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #e60012;
}

.h2title {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-bottom: 50px;
  line-height: 1;
}

.h2title .title {
  display: block;
  font-size: 32px;
  height: 32px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 5px solid #e60012;
}

.h2title .more {
  display: block;
  margin-left: 50px;
  font-size: 16px;
  line-height: 32px;
}

.h2title .more span {
  font-family: 宋体;
  font-size: 16px;
  padding: 0px 5px;
}

/*footer start*/
.main-footer {
  display: block;
  width: 100%;
  background-color: #2c2e2f;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
}

.footer-inner {
  display: block;
  width: 100%;
}

.main-footer .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-footer .row .col-md-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.main-footer .row .col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  text-align: center;
}

.main-footer .row .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}

.footer-links>a+a:before,
.footer-nav-links>li+li:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 0.5em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #888;
  opacity: .3;
  vertical-align: 0.2em;
}

.footer-social {
  padding-top: 15px;
}

.footer-social>a {
  position: relative;
  display: inline-block;
  margin: 5px 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #363738 !important;
  border-radius: 50% !important;
}

.footer-social>a i {
  font-size: 16px;
  margin-right: 0;
}

.footer-mini-img {
  width: 90px;
  margin: 0 10px;
  text-align: center;
  vertical-align: text-top;
  display: inline-block;
}

.footer-mini-img img {
  width: 100%;
}

.footer-copyright {
  display: block;
  width: 100%;
  text-align: center;
}

/*footer end*/

/*pages*/
.zs-pages {
  padding: 30px 0 35px 0;
  display: flex;
  justify-content: center;
}

.zs-pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: #6b728080;
  text-align: center;
  color: #FFF;
  transition: all 0.35s;
  margin: 0 8px;
}

.zs-pages a:hover {
  background: linear-gradient(-270deg, #0099ff, #cc00ff) !important;
  color: #fff !important;
}

.zs-pages a i {
  margin-right: 0;
}

.zs-pages span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 3px;
  background: linear-gradient(-270deg, #0099ff, #cc00ff);
  color: #fff;
  text-align: center;
  margin: 0 6px;
}

/*path*/
.zs-path {
  margin-top: 25px;
  color: #808080;
}

.zs-path a {
  color: #27a6ee;
}

.zs-path a:hover {
  color: #FF6600;
}

.icon-close {
  display: none;
}

.h5 {
  display: none;
}

.form-item {
  display: block;
  margin-top: 30px;
  position: relative;
}

.form-item.flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.form-inline {
  width: 45%;
}

.form-item.m50 {
  margin-top: 50px;
}

.form-item.m80 {
  margin-top: 80px;
}

.form-label {
  display: block;
  font-size: 16px;
  color: #CCCCCC;
  margin-bottom: 10px;
}

.form-label em {
  color: #ffee00;
  margin-right: 5px;
}

.form-label-inline {
  display: inline-block;
  width: 22%;
  font-size: 16px;
  color: #CCCCCC;
  margin-bottom: 15px;
}

.form-input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 16px;
  color: #FFF;
  background-color: #666666;
  border-radius: 5px;
  border: 1px solid #555;
}

.form-input:hover,
.form-input:focus {
  border: 1px solid #555;
  box-shadow: 0px 0px 4px 0px #555;
}

.form-input.error {
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(255, 0, 0, 1);
}

.form-select {
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 0 16px;
  border: 1px solid #E0E0E0;
}

.form-textarea {
  width: 100%;
  height: 150px;
  font-size: 16px;
  padding: 15px 16px;
  color: #FFF;
  background-color: #666666;
  border-radius: 5px;
  border: 1px solid #555;
}

.form-textarea:hover,
.form-textarea:focus {
  border: 1px solid #555;
  box-shadow: 0px 0px 4px 0px #555;
}

.form-text {
  display: block;
  font-size: 15px;
  margin-top: 30px;
  color: #666666;
}

.form-text a {
  color: #5417F4;
}

.form-text a:hover {
  color: #3607b3;
}

.form-tips {
  display: block;
  margin-top: 45px;
  color: #666666;
  font-size: 18px;
}

.form-text-inline {
  display: inline-block;
  width: 77%;
  font-size: 15px;
  color: #666666;
  margin-bottom: 12px;
}

.form-text-inline span {
  padding-left: 10px;
  color: #999999;
}

.form-box {
  display: flex;
  margin-top: -5px;
  font-size: 16px;
  line-height: 28px;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-box label {
  margin-right: 15px;
}

.form-checkbox {
  width: 16px;
  height: 16px;
  vertical-align: -2.5px;
  margin-right: 8px;
}

.form-btn {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background: linear-gradient(-270deg, #0099ff, #cc00ff);
}

.form-btn.w500 {
  display: block;
  width: 500px;
  margin: 0 auto;
}

.form-btn:hover {
  opacity: 0.8;
}

.menu-mask {
  position: fixed;
  top: 0;
  z-index: 10001;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
}

.icon-pop-close {
  position: absolute;
  display: block;
  bottom: -45px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  cursor: pointer;
}

.icon-pop-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.pop {
  width: 600px;
  padding: 20px 30px 20px 30px;
  height: auto;
  min-height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  transform: translateY(-50%);
  background-color: #2c2e2f;
  border-radius: 8px;
}

.pop.feedback {
  width: 450px;
  margin-left: -225px;
  min-height: 480px;
}

.pop_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  color: #FFF;
}

.pop_con {
  padding-top: 30px;
  line-height: 1.6;
}

.pop_con .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}

.pop_con .form-row .col-6 {
  width: 45%;
  margin: 10px 0;
  font-size: 14px;
}

.pop_con .form-item {
  margin: 0 0 20px 0;
}

/*compare*/
.compare_cantainer {
  position: relative;
}

.checked.compare_list_cantainer {
  margin-right: 0;
  transition: margin-right ease .3s;
  -webkit-transition: margin-right ease .3s;
  -moz-transition: margin-right ease .3s;
}

.compare_list_cantainer {
  margin-right: -360px;
  transition: margin-right ease .3s;
  -webkit-transition: margin-right ease .3s;
  -moz-transition: margin-right ease .3s;
}

.compare_list_cantainer {
  position: absolute;
  right: 52px;
  bottom: 4px;
  z-index: 999;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  padding: 24px 20px 24px 20px;
  width: 276px;
  background: #555;
  border-radius: 10px;
  box-shadow: rgba(145, 158, 171, .2) 0 0 2px 0, rgba(145, 158, 171, .12) 0 12px 24px -4px;
}

.compare_list_cantainer .compare_item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.compare_list_cantainer .compare_thumb {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
  font-size: 0;
  margin-right: .5rem;
}

.compare_list_cantainer .compare_thumb img {
  width: 100%;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.compare_list_cantainer .compare_info {
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
}

.compare_list_cantainer .compare_info p {
  margin: 0 0;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.delete_db {
  cursor: pointer;
  color: #FFFFFF;
}

.delete_db:hover {
  color: #FF9900;
}

.go2compare {
  color: #fff;
  background-color: #755af7;
  border-color: #755af7;
  border-radius: 6px;
  padding: 7px 16px;
  transition: .3s;
  border: 0;
  width: 100%;
  margin-top: 5px;
  white-space: normal;
  font-size: .875rem;
}

.go2compare:hover {
  background: linear-gradient(-270deg, #0099ff, #cc00ff);
  color: #FFFFFF;
}

/*im*/
.right-im {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 40px;
  padding: 0 0;
  height: auto;
  z-index: 100000;
}

.right-im li {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.right-im li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.right-im li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
}

.right-im li a:hover {
  color: #FFFFFF;
}

.right-im li.im-qq:hover .im-ercode,
.right-im li.im-weixin:hover .im-ercode {
  display: block;
}

.right-im .im-ercode {
  display: none;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.65);
}

.right-im .im-ercode img {
  display: block;
}

.right-im .im-con {
  display: none;
  height: 64px;
  position: absolute;
  right: 49px;
  top: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
  transition: all linear .2s;
}

.right-im li:hover .im-con {
  display: block;
}

.right-im .im-con .icon-arrow {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 20px;
  opacity: 0.5;
}

.right-im .im-con .text {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 64px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.right-im .im-con .text strong {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

/*zs-skin-white*/
.zs-skin-white body {
  color: #666;
  background-color: #F6F6F6;
}

.zs-skin-white a,
.zs-skin-white a:link,
.zs-skin-white a:active,
.zs-skin-white a:visited {
  color: #666;
}

.zs-skin-white a:hover {
  color: #5961f9;
  transition: all 0.35s;
  text-decoration: none !important;
}

.zs-skin-white .zs-sidebar-nav .sidebar-nav-inner {
  background: #f0f2f4;
}

.zs-skin-white .zs-sidebar-nav .flex-bottom a,
.zs-skin-white .zs-sidebar-nav .sidebar-menu-inner a {
  color: #666;
}

.zs-skin-white .zs-sidebar-nav .flex-bottom a:hover,
.zs-skin-white .zs-sidebar-nav .sidebar-menu-inner a:hover {
  color: #5961f9;
}

.zs-skin-white .navbar .navbar-nav li>a,
.zs-skin-white .form-label {
  color: #333;
}

.zs-skin-white .navbar .navbar-nav li>a:hover {
  color: #5961f9;
}

.zs-skin-white .header-big {
  background-image: url(../img/bg-top-w.jpg) !important;
  background-color: #FFF;
}

.zs-skin-white .header-big #search-text {
  background-color: rgba(0, 0, 0, .2) !important;
}

.zs-skin-white #search .s-title,
.zs-skin-white .header-big:not(.no-bg) .s-type-list,
.zs-skin-white .search-type li.menu-item a {
  color: #333;
}

.zs-skin-white .search-type li.menu-item a:hover {
  color: #5961f9;
}

.zs-skin-white .header-big .s-type-list label:not(.active),
.zs-skin-white .header-big:not(.no-bg) .search-type label {
  opacity: 0.8;
}

.zs-skin-white .header-big .s-type-list label.active::after {
  background: #333;
}

.zs-skin-white .path {
  color: rgba(0, 0, 0, 0.6);
}

.zs-skin-white .zs-pages a {
  background: #EAEAEA;
}

.zs-skin-white .form-input,
.zs-skin-white .form-textarea {
  color: #333;
  background: #F6F6F6;
  border: 1px solid #DDD;
}

.zs-skin-white .form-input:hover,
.zs-skin-white .form-input:focus,
.zs-skin-white .form-textarea:hover,
.zs-skin-white .form-textarea:focus {
  border: 1px solid #DDD;
  box-shadow: 0px 0px 4px 0px #CCC;
}

.zs-skin-white .main-footer {
  background-color: #FFF;
}

.zs-skin-white .footer-social>a {
  background: #F6F6F6 !important;
}

.zs-skin-white .right-im li {
  background: rgba(0, 0, 0, 0.15);
}

.zs-skin-white .right-im li a:hover {
  color: #000000;
}

.logo-m {
  display: none;
}

/*PC*/
@media only screen and (min-width:1024px) and (max-width:1900px) {}

/*Mobile v1*/
@media only screen and (max-width:767px) {
  .main-content {
    margin-left: 0;
  }

  .zs-website-submit {
    display: none;
  }

  .zs-sidebar-nav {
    display: none;
    transition: All 0.4s ease-in-out;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
  }

  .zs-skin-white .zs-sidebar-nav {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .zs-sidebar-nav.show {
    display: table-cell;
  }

  .zs-sidebar-nav.show .icon-close-menu {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 10000;
  }

  .navbar-nav {
    display: none;
  }

  .navbar {
    padding: 0 4%;
    height: 50px;
    background-color: RGBA(0, 0, 0, 0.6);
  }

  .zs-skin-white .navbar {
    background-color: RGBA(0, 0, 0, 0.1);
  }

  #search {
    max-width: 100%;
    padding: 0 4%;
  }

  #search .s-title {
    font-size: 18px;
    letter-spacing: 0;
  }

  .header-big .s-search {
    padding: 12px 0;
  }

  .header-big .s-type-list {
    overflow: auto;
  }

  .header-big .s-type-list label span {
    padding: 10px 6px;
  }

  .header-big .search-type li label,
  .header-big .search-type li.menu-item {
    padding: 5px 5px;
    font-size: 13px;
  }

  .path {
    padding: 15px 0;
    line-height: 1.6;
    font-size: 14px;
  }

  .zs-wp {
    display: block;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .form-item {
    margin-top: 20px;
  }

  .form-item.m50 {
    margin-top: 30px;
  }

  .form-label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .zs-pages {
    padding: 20px 0 25px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .zs-pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
  }

  .zs-pages a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
  }

  .main-footer {
    padding: 15px;
    margin-top: 15px;
  }

  .main-footer .row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }

  .main-footer .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-footer .row .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .main-footer .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-mini-img {
    width: 110px;
    margin: 0 12px;
  }

  .footer-mini-img p {
    margin-bottom: 5px;
  }

  .footer-mini-img span {
    font-size: 12px;
    line-height: 1.2;
  }

  .footer-social>a {
    margin: 7px 7px;
  }

  .footer-copyright {
    margin-top: 18px;
  }

  .pop.feedback {
    width: 92%;
    margin-left: -46%;
    padding: 20px 15px 20px 15px;
  }

  .pop_con .form-row .col-6 {
    min-width: 45%;
    margin: 10px 0;
    font-size: 14px;
  }

  .form-btn {
    font-size: 18px;
  }

  .nav-login {
    display: none;
  }

  .logo-m {
    display: block;
    position: absolute;
    right: -5px;
  }

  .logo-m img {
    display: block;
    width: auto;
    height: 32px;
  }

  .zs-skin-black .logo-m img.logo-light {
    display: block !important;
  }
}