* {
  font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html,
body {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 100px;
}

img {
  max-width: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  padding-top: .38rem;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0.3rem 1.65rem;
  z-index: 33;
  /* max-width: 15.5rem; */
}

.header .logo {
  width: 2.57rem;
}

.header .logo-wrap {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  /* padding: .13rem .25rem; */
  /* padding-right: 2.94rem; */
}

.header .nav-icon {
  display: none;
}

.header .header-module {
  display: flex;
  align-items: center;
  color: #fff;
  width: calc(100% - 2.57rem);
}

.header .header-module .close {
  width: .32rem;
  display: none;
  cursor: pointer;
}

.header .header-module .top-same {
  /* margin-right: .88rem;
  font-size: .18rem;
  text-align: center;
  cursor: pointer;
  position: relative; */
}

.header .header-module a {
  color: #fff;
}

.header .header-module nav {
  /* display: flex; */
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.header-module nav .hasChild {
  display: none;
}

.header-module nav {
  font-size: 0;
  text-align: right;
}

.header-module nav a {
  font-size: .18rem;
}

.header .header-module .menu-parent {
  display: inline-block;
  font-size: 0;
  /* margin-left: .75rem; */
  /* width: .72rem; */
  text-align: center;
  position: relative;
  margin: 0 0.44rem;
}

.header .header-module .menu-parent:hover i {
  transform-origin: center;
  transition: all .3s ease-in-out;
  transform: rotate(90deg);
}

.header .header-module .menu-parent .icon-arrow_right {
  font-size: .14rem;
  padding: 0 .05rem;
  display: inline-block;
}

.header .header-module .menu-parent>a {
  padding: .1rem 0;
}

.header .header-module .menu-parent:hover .hover-block {
  display: block;
}

.header .header-module .menu-parent:first-child {
  /* margin: 0; */
  width: auto;
}

.header .header-module .menu-parent:last-child {
  margin-right: 0;
  width: auto;
}

.header .header-module .menu-parent a {
  display: block;
  width: 100%;
}

.header .header-module .menu-parent .hover-block {
  position: absolute;
  /* left: -.2rem; */
  /* width: 2rem; */
  margin: 0 auto;
  width: 100%;
  background-color: #757575a6;
  color: #fff;
  padding: 0;
  display: none;
}

.header .header-module .menu-parent .hover-block a {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  text-align: center;
  box-sizing: border-box;
  font-size: .14rem;
}

.header .header-module .menu-parent .hover-block a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.bottom {
  background: #14191D;
}

.bottom .box {
  padding: 0.73rem 0 0.505rem;
  width: 82.4%;
  margin: 0 auto;
}

.bottom .box .bottom_list {
  display: flex;
  justify-content: space-between;
}

.bottom .box .bottom_list .bottom_logo {
  width: 2.25rem;
  height: 0.77rem;
}

.bottom .box .bottom_list .bottom_a {
  display: flex;
  justify-content: space-between;
  width: 65.9%;
}

.bottom .box .bottom_list .bottom_a ul li {
  display: flex;
  flex-wrap: wrap;
  width: .9rem;
}
.bottom .box .bottom_list .bottom_a .contact-sn li {
  width: 100%;
}

.bottom .box .bottom_list .bottom_a ul li a {
  font-size: 0.16rem;
  color: #A7A3A3;
  margin-bottom: 0.1rem;
  text-decoration: none;
}

.bottom .box .bottom_list .bottom_a ul li a:hover {
  color: #fff;
}

.bottom .box .bottom_list .bottom_a ul li:first-child a {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.36rem;
}

.bottom .box .bottom_QR {
  position: relative;
  top: -0.265rem;
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom .box .bottom_QR img {
  width: 1.06rem;
  height: 1.06rem;
  display: block;
}

.bottom .box .bottom_QR p {
  font-size: 0.12rem;
  color: #A5AAB3;
  margin-top: 0.27rem;
}

.bottom .bottom_copyright {
  width: 100%;
  border-top: 1px solid #535353;
}

.bottom .bottom_copyright .center {
  height: 0.69rem;
  width: 82.4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.bottom .bottom_copyright .center a {
  font-size: 0.14rem;
  font-weight: 400;
  color: #A5AAB3;
}

.bottom .bottom_copyright .center a:hover {
  color: #fff;
}

.bottom .bottom_copyright .center .policy_list {
  height: 0.7rem;
  display: flex;
  align-items: center;
}

.bottom .bottom_copyright .center .policy_list span {
  width: 1.5px;
  height: 14px;
  background: #A5AAB3;
  display: block;
  margin: 0 8px;
}

.clear {
  clear: both;
}

.rodate90 {
  transform-origin: center;
  transition: all .3s ease-in-out;
  transform: rotate(90deg);
}
.errorSubmit{
  border-color: red !important;
  color: red;
}
.errorSubmit::-moz-placeholder{
  color: red !important;
}
.errorSubmit::-ms-input-placeholder{
  color: red !important;
}
.errorSubmit::-webkit-input-placeholder{
  color: red !important;
}

.page-last,
.page-next{
  width: 0.45rem;
  height: 0.45rem;
  color: #666;
  border: 2px solid #666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-number a {
  margin: 0 0.1rem;
  color: #666;
}
.page-number .on {
  color: #000 !important;
}
.page-last{
  margin-left: 0 !important;
  margin-right: 0.45rem !important;
}
.page-next{
  margin-right: 0 !important;
  margin-left: 0.45rem !important;
}
.page-last img,
.page-next img{
  width: 60%;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    /* padding: .1rem !important; */
    width: 100vw;
    background-color: transparent;
    /* background-color: rgba(0,0,0,0.2); */
    z-index: 30;
    display: flex;
    align-items: center;
    padding: .13rem .25rem;
    box-sizing: border-box;
  }

  .header .logo-wrap {
    width: 100%;
    /* padding-right: .25rem; */
  }

  .header .header-module nav {
    display: inline-block;
  }

  .header nav .openmenu {
    display: inline-block;
  }

  .header .hasChild {
    padding-right: .05rem;
    /* padding-left: .2rem; */
  }

  .header .closemenu {
    display: none;
    padding-right: .05rem;
    padding-left: .2rem;
  }

  .header .activeMenuBtn {
    display: inline-block !important;
  }

  .header .menu-parent {
    padding-bottom: 0 !important;
  }

  .header .menu-parent-title {
    padding-bottom: .1rem;
    display: inline-block;
  }

  .header .show-header-module {
    height: 100vh !important;
  }

  .header .header-module {
    overflow: hidden;
    height: 0;
    transform-origin: center;
    transition: height .3s ease-in;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100vw;
    z-index: 80;
  }

  .header .header-module .menu-parent {
    margin-left: 0;
    width: 100% !important;
  }

  .header .header-module .menu-parent .hover-block {
    position: relative;
    left: 0;
    font-size: .16rem;
    color: #666;
    padding: 0;
    padding-top: 0rem;
    padding-left: 0;
    background-color: #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    display: none;
  }

  .header .hover-block a:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .header .header-module .menu-parent .icon-arrow_right {
    display: none;
  }

  .header .header-module .menu-parent .openchildmenu {
    display: block;
    height: auto;
    padding-top: .1rem;
  }

  .header .close {
    display: block !important;
    float: right;
    padding-top: .13rem;
    padding-right: .25rem;
  }

  .header .header-module {
    box-sizing: border-box;
    padding: 0;
  }

  .header .header-module .menu-parent a {
    width: 100%;
    color: #666;
    display: inline-block;
    text-align: left !important;
    font-size: .16rem;
    padding: .1rem .2rem !important;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    box-sizing: border-box;
  }

  .header .header-module .menu-parent {
    padding-right: 0;
    padding-left: 0;
  }

  .header .header-module .hasChild {
    color: #666;
  }

  .header .header-module a {
    color: #000;
    text-align: left;
  }

  .header .nav-icon {
    /* position: absolute;
    right: .1rem;
    top: .1rem;
    display: block; */
    display: block;
    width: .28rem;
    margin-right: 0;
    cursor: pointer;
  }

  .header .nav-icon img {
    width: 100%;
  }

  .header .logo {
    width: 1.25rem !important;
  }

  .header .header-module {
    height: 0;
    overflow: hidden;
    display: block;
  }

  .bg-banner>p {
    display: none;
  }

  .bottom {
    /* padding-top: 2rem !important; */
  }

  .bottom .box {
    padding: 0.3rem;
    width: 100%;
    box-sizing: border-box;
  }

  .bottom .mb-concat-right {
    padding: 0 0.3rem;
  }

  .bottom .mb-concat-right .form-control {
    display: block;
    outline: none;
    background-color: #fff;
    border: none;
    height: 0.35rem;
    width: 100%;
    margin-bottom: 0.2rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
  }

  .bottom .mb-concat-right .textareat-area .form-control {
    height: 1rem;
    padding-top: 0.05rem;
  }

  .bottom .mb-concat-right .btn {
    padding: 0.12rem 0.35rem;
    border: none;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #ACACAC;
    opacity: 1;
  }

  .bottom .bottom_list {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.6rem;
  }

  .bottom .bottom_list .bottom_a {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
  }

  .bottom .bottom_list .bottom_a ul {
    margin-bottom: 0.2rem;
    width: calc(100% / 4);
  }

  .bottom .box .bottom_list .bottom_a {
    display: flex;
    justify-self: flex-start;
  }

  .bottom .bottom_list .bottom_a ul:last-child li {
    width: 100% !important;
  }

  .bottom .bottom_list .bottom_a ul li a {
    font-size: 0.12rem !important;
    margin-bottom: 0.18rem !important;
  }

  .bottom .bottom_list .bottom_a .contact-sn {
    width: 100%;
  }

  .bottom .bottom_list .bottom_a .contact-sn>li:nth-child(2) {
    margin-right: 0;
    width: 100% !important;
  }

  .bottom .bottom_QR {
    width: auto !important;
  }

  .bottom .bottom_QR img {
    margin: 0 !important;
  }

  .bottom .bottom_copyright {
    padding: 0.25rem;
    width: calc(100% - 0.5rem) !important;
  }

  .bottom .bottom_copyright .center {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 0rem;
    height: auto;
  }

  .bottom .bottom_copyright .center a {
    font-size: 0.12rem;
  }

  .bottom .bottom_copyright .center .policy_list {
    height: auto;
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }

  .module-first .title {
    display: none;
  }
}

/* common */
.scrollBgc {
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollBgcBlack {
  background-color: rgba(255, 255, 255, 0.8);
}