*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

html {
  box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

ul {
  list-style: none
}

img,
video {
  height: auto;
  max-width: 100%
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  text-decoration: none;
}

* {
  margin: 0;
}
.flex-center{
  justify-content: center;
}
.self-center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}
.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}
.opacity-6{
  opacity: 0.6;
}
.shape-circle{
  border-radius:50%;
  -webkit-border-radius:50%;
}
.flex,
.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-item-center {
  align-items: center;
}

.flex-1 {
  flex: 1;
}
.vmiddle {
  vertical-align: middle;
}
.iblock {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.row {
  width: 100%;
}

.clearfix,
.row::after {
  content: '';
  display: block;
  height: 0 !important;
  width: 0 !important;
  visibility: hidden;
  clear: both;
}

.fixed {
  position: fixed;
}

.hidden {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.text-white {
  color: white;
}

.text-primary {
  color: #414141;
}

.text-primary-mobile {
  color: rgba(65, 65, 65, 1);
}

.clip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relat {
  position: relative;
}

.absolute {
  position: absolute;
}

.full {
  width: 100%;
  height: 100%;
}

.bg-white {
  background-color: #fff;
}

.radius-8 {
  border-radius: 8px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-42 {
  margin-top: 42px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-32 {
  margin-left: 32px;
}

.nowrap {
  white-space: nowrap;
}
.pl-8 {
  padding-left: 8px;
}
.pt-30 {
  padding-top: 30px;
}

.pb-8 {
  padding-bottom: 8px;
}

/* ============= pc ============== */

.page-wrapper {
  min-width: 1440px;
  margin: 0 auto;
}


/* pc版导航条 */
.page-navbar {
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  min-width: 1440px;
  /* padding: 0 200px 0 185px; */
}

.page-logo {
  height: 60px;
  margin-left: 185px;
}

.page-navs {
  margin-right: 200px;
}

.page-nav-item {
  width: 160px;
}

.page-nav-item+.page-nav-item {
  margin-left: -6px;
}

.page-nav-item.active {
  background-color: #F5D245;
}
.page-nav-item a:hover{
  color: #414141;
}
.page-nav-item a:visited{
  color: #414141;
}

/* pc版导航条 结束*/

/* 移动端导航 */
.page-navbar-mobile {
  display: none;
  height: 55px;
  position: relative; 
  padding-top: 16px;
  z-index: 2;
  background-color: rgba(255,255,255,0.2);
}

.page-mobile-menu {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 30px 25px 0 35px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.page-mobile-menu-item {
  padding: 20px 0;
  text-align: center;
  border-bottom: solid 1px rgba(244,244,244,0.4);
}

.page-mobile-menu-item.no-border {
  border: none;
}

.page-mobile-menu-close {
  border-bottom: none;
  padding: 28px 0 8px 0;
  
}
.page-mobile-menu-close img {
  width: 34px;
  height: 34px;
}

.page-mobile-menu-mask {
  /* display: none; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-contact-dialog {
  position: absolute;
  height: 205px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.page-dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.page-text-prilte {
  color: rgba(52, 52, 52, 1);

}

.page-contact-title {
  padding-top: 52px;
}

/* 移动端导航 结束 */


.page-footer {
  margin-top: 94px;
  background-color: #000;
  background-color: rgba(34, 34, 34, 1);
  height: 297px;
  /* padding: 53px 182px 0 146px; */
  padding: 53px 0 0 0;
}

.page-footer-left {
  margin-left: 146px;
}

.page-footer-right {
  margin-right: 182px;
}

.page-footer-desc {
  color: rgba(245, 209, 68, 1);
}

.page-footer-qrcode-item+.page-footer-qrcode-item {
  margin-left: 28px;
}

.page-footer-qrcode {
  width: 150px;
  height: 150px;
}



.page-footer-mobile {
  background-color: rgba(34, 34, 34, 1);
  padding: 28px 0 20px 29px;
  display: none;
}

.page-footer-mobile .page-footer-qrcode {
  width: 114px;
  height: 114px;
}

@media screen and (max-width: 800px) {
  .page-navbar, .page-footer {
    display: none;
  }

  .page-navbar-mobile, .page-footer-mobile {
    display: block;
  }
}
[v-cloak]{
  display: none;
}