ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none;
}
body{
  /* min-width: 1400px; */
}
.mobileShow{
  display: none;
}
img.no-select {
  user-select: none;
}
#user-operate-menu{
  font-size: 16px;
}
#maincontent{
  max-width: 100% !important;
  background-color: transparent !important;
}
/* 加载中 */
.whirl {
  animation: whirl 1.2s infinite linear; /* 应用旋转动画 */
}
@keyframes whirl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.noBlod{
  font-weight: normal !important;
}
.flipped {
  transform: scaleX(-1);
}
/* 去色 */
.discoloration {
  cursor: auto !important;
  filter: grayscale(100%); /* 将图片设置为灰度效果 */
}
/* 水平垂直居中 */
.flexLevelVerticalCenter{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 水平居中 */
.flexLevelCenter{
  display: flex;
  justify-content: center;
}
/* 水平居右 */
.flexLevelRight{
  display: flex;
  justify-content: flex-end;
}
/* 垂直水平居中 */
.flexVerticalLevelCenter{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 垂直居中水平居中 */
.flexVerticalCenterLevelCenter{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 垂直居中水平居左 */
.flexVerticalCenterLevelLeft{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* 垂直居中,水平两边对齐 */
.flexVerticalCenterLevelSpaceBetween{
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: space-between; /* 水平两边对齐 */
}
/* 侧边联系客服 */
.fixed-right-kefu{
  position: fixed;
  z-index: 99999999999999;
  top: 40%;
  right: .909091rem /* 20/22 */;
}
.fixed-right-kefu img{
  width: 10.727273rem /* 236/22 */;
  height: 14.363636rem /* 316/22 */;
}
/* 左侧边定位 */
.left-menu-gps{
  width: 8.045455rem /* 177/22 */;
  height: 15.636364rem /* 344/22 */;
  position: fixed;
  z-index: 99;
  top: 40%;
  left: .909091rem /* 20/22 */;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_cebian_nav_box.png);
}
.left-menu-gps ul{
  height: 100%;
  padding-top: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.left-menu-gps ul li{
  width: 5.863636rem /* 129/22 */;
  height: 2.136364rem /* 47/22 */;
  margin-bottom: .545455rem /* 12/22 */;
  text-align: center;
  line-height: 2.136364rem /* 47/22 */;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_cebian_nav_no.png);
  transition: transform 0.3s ease-in-out;
}
.left-menu-gps ul li:hover{
  transform: scale(1.1);
}
.left-menu-gps ul li.active{
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_cebian_nav_active.png);
}
.left-menu-gps ul a{
  display: block;
}
.left-menu-gps a{
  font-size: .727273rem /* 16/22 */;
  font-family: SourceHanSansCNRegular;
  font-weight: 400;
  color: #0E0E0E;
}

/* 导航 */
.jiuzhounian .nav_box{
  width: 100%;
  height: 5.954545rem /* 131/22 */;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_nav_box.png);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -20px;
}
.jiuzhounian .nav_box ul {
  width: 56%;
  height: 59%;
  margin: 0 auto;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.jiuzhounian .nav_box ul li{
  width: 7.272727rem /* 160/22 */;
  height: 2.727273rem /* 60/22 */;
  text-align: center;
  line-height: 2.727273rem /* 60/22 */;
  font-size: .909091rem /* 20/22 */;
  font-weight: 400;
  color: #0E0E0E;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_nav_no_active.png);
  transition: transform 0.3s ease-in-out;
}
.jiuzhounian .nav_box ul li a{
  display: block;
  color: #0E0E0E;
}
.jiuzhounian .nav_box ul li:hover{
  transform: scale(1.2);
}
.jiuzhounian .nav_box ul li.active{
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_nav_active.png);
}

/* 小屏 */
@media only screen and (max-width: 1645px){
  .left-menu-gps{
  /* .fixed-right-kefu{ */
    display: none;
  }
}
/* 移动端 */
@media only screen and (max-width: 750px){
  #maincontent{
    max-width: 480px;
  }
  .mobileShow{
    display: block;
  }
  body{
    width: 100%;
    padding-bottom: 60px;
    min-width: auto;
  }
  .container{
    width: 100%;
  }
  img{
    max-width: 100%;
  }
  .jiuzhounian .nav_box{
    width: 100%;
    height: 4.727273rem /* 60/22 */;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 333333333333333;
  }
  .jiuzhounian .nav_box ul{
    width: 100%;
    top: 26%;
  }
  .jiuzhounian .nav_box ul li{
    flex: 1;
    font-size: 1.436364rem /* 14/22 */;
    background-image: none;
  }
  .jiuzhounian .nav_box ul li.active{
    background-image: none;
    font-weight: bold;
    font-size: 1.618182rem /* 18/22 */;
  }
}
/* 移动端结束 */

@media screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px){
  .modal-content{
    margin: 0 .909091rem /* 20/22 */ !important;
    margin-top: 6.818182rem /* 150/22 */ !important;
    margin-bottom: 6.818182rem /* 150/22 */ !important;
  }
}