.width {
  width: 12.69rem;
  margin-left: auto;
  margin-right: auto;
}

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

.vertical {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

.vc {
  display: flex;
  align-items: center;
}

.hc {
  display: flex;
  justify-content: center;
}

.hvc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thin-line-top,
.thin-line-bottom,
.thin-line-left,
.thin-line-right {
  position: relative !important;
}

.thin-line-top::before,
.thin-line-bottom::after {
  left: 0;
  right: 0;
  content: ' ';
  position: absolute;
  height: 1px;
  color: #e4e4e4;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.thin-line-top::before {
  top: 0;
  border-top: 1px solid #e4e4e4;
}

.thin-line-bottom::after {
  bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}

.thin-line-left::before,
.thin-line-right::after {
  top: 0;
  bottom: 0;
  content: ' ';
  position: absolute;
  width: 1px;
  color: #e4e4e4;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.thin-line-left::before {
  left: 0;
  border-left: 1px solid #e4e4e4;
}

.thin-line-right::after {
  right: 0;
  border-right: 1px solid #e4e4e4;
}

.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multiple-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

a {
  text-decoration: none;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: arial, 微软雅黑;
}

.header .content {
  height: 1.19rem;
  margin: 0 auto;
}

.header .content .logo {
  width: 2.38rem;
  height: 0.81rem;
}

.header .content .phone .icon {
  width: 0.42rem;
  height: 0.42rem;
}

.header .content .info {
  font-family: arial, SourceHanSansCN-Normal;
  font-size: 0.18rem;
  margin-left: 10px;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.header .nav {
  height: 0.6rem;
  background-color: #e4e7ea;
}

.header .nav .items {
  margin: 0 auto;
}

.header .nav .items .item {
  font-family: arial, SourceHanSansCN-Light;
  font-size: 0.18rem;
  color: #3e3a39;
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.header .nav .items .item.cur,
.header .nav .items .item:hover {
  background-color: #fcc800;
}

.header .nav .items .item:hover .list {
  display: block;
}

.header .nav .items .item .list {
  display: none;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.43rem;
  cursor: pointer;
}

.header .nav .items .item .list .it {
  width: 1.43rem;
  height: 0.63rem;
  background-color: #787878;
  border-bottom: solid 0.01rem #e4e7ea;
  font-family: arial, AlibabaPuHuiTi-Regular;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.63rem;
  text-align: center;
  letter-spacing: 0rem;
  color: #ffffff;
}

.block .title {
  margin-top: 0.6rem;
  font-family: arial, AlibabaPuHuiTi-Medium;
  font-size: 0.38rem;
  color: #3e3a39;
  text-align: center;
  position: relative;
}

.block .title .line {
  color: #fcc800;
}

.block .title .more {
  font-family: arial, AlibabaPuHuiTi-Regular;
  font-size: 0.24rem;
  width: 1.39rem;
  height: 0.33rem;
  line-height: 0.33rem;
  background-color: #fcc800;
  color: white;
  text-align: center;
  border-radius: 0.08rem;
  position: absolute;
  right: 0;
  top: 0.1rem;
}

.block .desc {
  font-family: arial, AlibabaPuHuiTi-Regular;
  font-size: 0.18rem;
  color: #898989;
  text-align: center;
  margin-top: 0.1rem;
}

.shadow {
  box-shadow: 0px 0px 0.3rem 0px rgba(67, 139, 205, 0.3);
}

.footer {
  height: 3.9rem;
  background-color: #2e2e2e;
}

.footer .content {
  margin: 0 auto;
  color: #f7f8f8;
  font-family: arial, AlibabaPuHuiTi-Regular;
  font-size: 0.15rem;
  height: 3rem;
  align-items: center;
}

.footer .content .item {
  width: 25%;
  flex-shrink: 0;
  height: 2rem;
}

.footer .content .item .title {
  font-family: arial, AlibabaPuHuiTi-Medium;
  font-size: 0.23rem;
  position: relative;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.footer .content .item .title::after {
  content: '';
  width: 1rem;
  height: 1px;
  background-color: #f7f8f8;
  position: absolute;
  bottom: -0.13rem;
  left: 0;
}

.footer .content .item .its {
  width: 70%;
}

.footer .content .item .its .it {
  margin-top: 0.2rem;
  display: inline-block;
  width: 1rem;
  color: white;
}

.footer .content .item .lines .line {
  color: #f7f8f8;
  margin-top: 0.2rem;
  display: inline-block;
  width: 100%;
}

.footer .content .item .lines .line .icons {
  display: inline-block;
  width: 0.4rem;
}

.footer .content .item .lines .line .icon {
  height: 0.18rem;
}

.footer .content .item .qrcodes {
  width: 85%;
}

.footer .content .item .qrcodes .it {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .content .item .qrcodes .it img {
  width: 1.21rem;
  height: 1.21rem;
  margin-bottom: 0.12rem;
}

.footer .bottom {
  width: 15rem;
  margin: auto;
  border-top: 1px solid #999999;
  font-family: arial, AlibabaPuHuiTi-Regular;
  font-size: 0.15rem;
  color: #f7f8f8;
}

.footer .bottom .width {
  line-height: 0.77rem;
}

.footer .bottom .width .company {
  margin-right: 0.6rem;
}

.footer .bottom .width .ipc {
  color: #f7f8f8;
}

.banner {
  font-size: 0;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.banner .swiper-button-prev {
  top: 40%;
  width: 0.8rem;
  height: 1.56rem;
  border-radius: 0.1rem;
  background-color: rgba(150, 150, 150, 0.3);
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'><path d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F><%2Fsvg>");
}

.banner .swiper-button-next {
  top: 40%;
  width: 0.8rem;
  height: 1.56rem;
  border-radius: 0.1rem;
  background-color: rgba(150, 150, 150, 0.3);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.banner .swiper-pagination {
  bottom: 0.35rem !important;
}

.tools {
  z-index: 1000;
  width: 1rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  border: solid 0.01rem #eeeeee;
  position: fixed;
  right: 0.2rem;
  top: 2rem;
}

.tools .tool {
  height: 1.334rem;
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.18rem;
  color: #8a8a8a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.tools .tool .icon {
  width: 0.58rem;
  height: 0.48rem;
  margin-bottom: 0.1rem;
}

.tools .tool .icon1 {
  display: none;
}

.tools .tool:hover .icon0 {
  display: none;
}

.tools .tool:hover .icon1 {
  display: initial;
}

.tools .tool:hover .text {
  color: #ffd03a;
}

.tools .tool .show {
  display: none;
}

.tools .tool:hover .show {
  display: block;
}

.tools .tool .imgs {
  padding: 0 0.1rem;
  box-shadow: 0 0 0.05rem 0rem rgba(176, 176, 176, 0.4);
  top: -0.9rem;
  right: 1.2rem;
  position: absolute;
  width: 5.52rem;
  height: 3rem;
}

.tools .tool .imgs .qrcode {
  width: 2.7rem;
  height: 2.7rem;
}

.tools .line {
  background-color: #eeeeee;
  height: 1px;
  width: 0.54rem;
  margin: auto;
}

.icons .icon1 {
  display: none;
}

.icons:hover .icon0 {
  display: none;
}

.icons:hover .icon1 {
  display: initial;
}

.pagination {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.pagination .cell,
.pagination li {
  display: inline-block;
  width: 0.82rem;
  height: 0.33rem;
  line-height: 0.33rem;
  text-align: center;
  border: solid 0.01rem #eeeeee;
  margin: 0 0.07rem;
  color: #333333;
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.14rem;
}

.pagination .cell a,
.pagination li a {
  color: #333333;
  display: inline-block;
  width: 0.82rem;
  height: 0.33rem;
}

.pagination .cell.num,
.pagination li.num {
  width: 0.32rem;
}

.pagination .cell.num a,
.pagination li.num a {
  width: 0.32rem;
}

.pagination .cell.cur,
.pagination li.cur,
.pagination .cell.active,
.pagination li.active,
.pagination .cell:hover,
.pagination li:hover {
  color: #ffffff;
  background-color: #ffd03a;
}

.html {
  margin-top: 0.1rem;
}

.html p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.html .html-img {
  font-size: 0;
  line-height: 0;
}

.masker {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.masker .dialog {
  background-color: white;
  border-radius: 0.1rem;
  width: 6.51rem;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.masker .dialog .close {
  position: absolute;
  right: 0.2rem;
  top: 0.18rem;
  width: 0.14rem;
  height: 0.13rem;
  cursor: pointer;
}

.masker .dialog .title {
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.18rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #000000;
  padding-left: 0.2rem;
  color: #ffffff;
}

.masker .dialog .lines {
  padding: 0.5rem 0;
}

.masker .dialog .line {
  margin-bottom: 0.2rem;
}

.masker .dialog .line .name {
  width: 1.8rem;
  text-align: right;
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.18rem;
  display: inline-block;
}

.masker .dialog .line .val,
.masker .dialog .line .val input {
  width: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.02rem;
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.14rem;
  color: #999999;
}

.masker .dialog .line .textarea {
  width: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.02rem;
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.14rem;
  color: #999999;
}

.masker .dialog .btns {
  margin-top: 0.5rem;
}

.masker .dialog .btns .btn {
  color: #ffffff;
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.14rem;
  width: 0.89rem;
  height: 0.34rem;
  line-height: 0.34rem;
  background-color: #fcc800;
  border-radius: 0.02rem;
  text-align: center;
  cursor: pointer;
}

/*# sourceMappingURL=base.css.map */