* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  -webkit-text-size-adjust: none;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  background-color: #F8F8F8;
}

body,
a {
  font-size: 0.16rem;
  color: #333333;
  text-decoration: none;
  font-family: PingFangSC, PingFang SC, Arial, 'Helvetica Neue', sans-serif;
}

a:hover, a:link, a:active, a:visited {
  text-decoration: none;
}

.pagination {
  margin: 0.2rem 0;
}
.pagination>li>a, .pagination>li>span {
  padding: 0.06rem 0.12rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gw-header {
  height: 1rem;
  background: #FFFFFF;
}

.main-box {
  width: 15.2rem;
  margin: 0 auto;
}

.gw-header .main-box {
  height: 1rem;
}

.gw-logo {
  display: inline-block;
  height: 0.6rem;
}

.gw-logo img {
  display: block;
  height: 0.6rem;
}

.gw-header-search {
  display: inline-block;
  position: relative;
  height: 0.6rem;
  background: #f7f7f7;
  padding-left: 0.24rem;
  padding-right: 0.72rem;
  margin-right: 0.64rem;
}

.gw-header-search label {
  display: block;
}

.gw-header-search input {
  display: block;
  height: 0.6rem;
  font-size: 0.18rem;
  outline: none;
  background-color: transparent;
}

.gw-header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.72rem;
  height: 0.6rem;
  background: #f7f7f7;
  border: none;
  outline: none;
  cursor: pointer;
  background: url('https://criaoss.cria.org.cn/res/images/icon_search.png') no-repeat center center;
  background-size: 0.32rem 0.32rem;
  background-color: transparent;
}

.gw-header-right-bar-item {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
}

.gw-header-right-bar-item a {
  display: inline-block;
  width: 0.96rem;
  text-align: center;
  font-size: 0.17rem;
  color: #627A93;
}

.gw-header-Dropdowns {
  display: inline-block;
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-left: 0.1rem;
  width: 0.93rem;
  cursor: pointer;
  text-align: center;
}

.gw-header-Dropdowns-list {
  display: none;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.93rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.1);
}

.gw-header-Dropdowns-list-item {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
}

.gw-header-Dropdowns-list-item:hover {
  color: #627A93;
}

.gw-header-Dropdowns:hover .gw-header-Dropdowns-list {
  display: block;
}

.gw-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #627A93;
  z-index: 12;
}

.gw-nav.over100 {
  position: fixed;
}

.gw-nav-item {
  position: relative;
  height: 0.8rem;
}

.gw-nav-item-href {
  display: inline-block;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #FFFFFF;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.gw-nav-item-href:active, .gw-nav-item-href:hover, .gw-nav-item-href:link {
  color: #FFFFFF;
}

.gw-nav-item.active .gw-nav-item-href {
  background-color: #CBDDE3;
}

.gw-nav-item-href:hover {
  background-color: #CBDDE3;
}

.gw-nav-item-list {
  display: none;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 100%;
  background-color: #627A93;
  font-size: 0;
}

.gw-nav-item-list-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #FFFFFF;
  height: 0.36rem;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.gw-nav-item-list-item:hover {
  background-color: #CBDDE3;
  color: #FFFFFF;
}

.gw-nav-item:hover .gw-nav-item-list {
  display: block;
}

.gw-footer {
  background-color: #627A93;
  margin-top: 0.3rem;
}

.gw-footer-main {
  padding: 0.2rem 0;
}

.gw-footer-bottom-text {
  text-align: center;
  line-height: 0.22rem;
  font-size: 0.12rem;
  color: #FFFFFF;
}
.gw-footer-bottom-text a {
  line-height: 0.22rem;
  font-size: 0.12rem;
  color: #FFFFFF;
}

.gw-footer-yq {
  color: #FFFFFF;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}

.gw-footer-yq a {
  color: #FFFFFF;
}

.gw-footer-search {
  padding-right: 0.35rem;
  margin-bottom: 0.23rem;
}

.gw-footer-search-item {
  padding-right: 0.2rem;
}

.gw-footer-search-item .dropdown-menu {
  width: 100%;
}

.gw-footer-search-item-btn {
  width: 100%;
  height: 0.6rem;
  text-align: left;
  font-size: 0.2rem;
  border-radius: 0;
  color: #888888;
}

.gw-footer-search-item-btn .caret {
  border-top: 0.12rem dashed #979797;
  border-right: 0.12rem solid transparent;
  border-left: 0.12rem solid transparent;
  position: relative;
}

.gw-footer-search-item-btn .caret:after {
  content: ' ';
  position: absolute;
  width: 0.1rem;
  top: -0.12rem;
  left: -0.1rem;
  border-top: 0.1rem dashed #FFFFFF;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
}

.gw-footer-box {
  margin-bottom: 0.33rem;
}

.gw-footer-box-message {
  width: 3.46rem;
  margin-right: 0.2rem;
}

.gw-footer-box-title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  margin-bottom: 0.09rem;
}

.gw-footer-box-message-msg {
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.22rem;
}

.gw-footer-box-mt-item {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.04rem;
  padding: 0.05rem;
  background-color: #FFFFFF;
}

.gw-footer-box-mt-item-img {
  width: 1rem;
  height: 1rem;
}

.gw-footer-box-mt-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gw-footer-box-mt-item-txt {
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
}

.gw-page-content {
  padding-top: 0.2rem;
}

.gw-normalnav {
  margin-bottom: 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333333;
}

.gw-normalnav a {
  font-size: 0.16rem;
  color: #333333;
}

.gw-normalnav a.active {
  color: #627A93;
}

.gw-nav-mobile-btn {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.4rem;
  color: #FFFFFF;
  display: none;
}
.gw-nav-mobile-btn:before {
  content: ' ';
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  bottom: 0.15rem;
  left: 0.15rem;
  border-top: 0.08rem solid #FFFFFF;
  border-bottom: 0.08rem solid #FFFFFF;
}
.gw-nav-mobile-btn:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0.15rem;
  left: 0.15rem;
  border-top: 0.08rem solid #FFFFFF;
  margin-top: -0.04rem;
}

.gw-login-qr-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  display: none;
}
.gw-login-qr-dialog {
  /* width: 6rem; */
  background-color: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.2rem;
  position: relative;
}
.gw-login-qr-dialog-img-container {
  position: relative;
}
.gw-login-qr-dialog-img-container span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  display: none;
}
.gw-login-qr-dialog-img {
  display: block;
  width: 100%;
}
.load-form-qr-content-msg {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.load-form-qr-content-msg span {
  color: #627A93;
}
.gw-login-qr-close {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 0.4rem 0.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1002;
  cursor: pointer;
}


@media screen and (max-width: 640px) {
  body, a {
    font-size: 0.24rem;
  }
  .main-box {
    width: 100%;
  }
  .gw-header {
    height: auto;
    position: relative;
    z-index: 14;
  }
  .gw-header .main-box {
    display: block;
    height: auto;
  }
  .gw-footer-main {
    padding: 0.2rem;
  }
  .gw-footer-search {
    display: block;
    padding-right: 0;
  }
  .gw-nav .main-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    display: none;
  }
  .gw-nav-mobile-btn {
    display: block;
  }
  .gw-nav-item {
    width: 2rem;
    background: #627A93;
  }
  .gw-nav-item-list {
    top: 0;
    left: 2rem;
    width: 2rem;
  }
  .gw-normalnav {
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .gw-normalnav a {
    font-size: 0.24rem;
  }
  .gw-footer-search-item {
    flex: none;
    margin-right: 0;
    margin-bottom: 0.1rem;
    padding-right: 0;
  }
  .gw-footer-box {
    display: block;
  }
  .gw-footer-box-title {
    font-size: 0.28rem;
  }
  .gw-footer-box-message {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .gw-footer-box-message-msg {
    line-height: 0.28rem;
    font-size: 0.24rem;
  }
  .gw-footer-box-mt-item {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 0.2rem;
    background-color: transparent;
  }
  .gw-footer-box-mt-item:last-child {
    margin-right: 0;
  }
  .gw-footer-box-mt-item-img {
    width: 2rem;
    height: 2rem;
    background-color: #FFFFFF;
  }
  .gw-footer-box-mt-item-img img {
    width: 2rem;
    height: 2rem;
  }
  .gw-footer-box-mt-item-txt {
    font-size: 0.24rem;
  }
  .gw-footer-bottom-text {
    line-height: 0.28rem;
    font-size: 0.24rem;
  }
  .gw-footer-search-item-btn {
    font-size: 0.24rem;
  }
}
