.mqBtn {
  cursor: pointer;
}

/* 分页 */
.pagination {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  color: #666;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li {
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EAEAEA;  
  font-weight: 500;
  font-size: 15px;
  color: #444444;
  line-height: 22px;
  text-align: center;
  padding: 0 12px;
  margin: 0 10px;
}
.pagination li a {
  display: block;
}
.pagination li:hover {
  border: 1px solid var(--color);
  background: var(--color);
}
.pagination li:hover,
.pagination li:hover a {
  color: #fff;
}
.pagination li.thisclass,
.pagination li.active {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}

/* 详情页3个按钮 */

.parter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 80px 20px 80px;
  text-align: center;
}
.parter li {
  border-radius: 7px;
  cursor: pointer;
  font-size: 14px;
  width: 144px;
  height: 50px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.parter li:first-child {
  background-color: #629cff;
}
.parter li:nth-child(2) {
  background-color: #f93886;
}
.parter li:nth-child(3) {
  background-color: #2ea7e0;
}
.parter li a {
  color: #ffffff;
}

/* 详情页底部按钮 */

.appointment-box {
  margin: 15px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.appointment-box .item { 
  padding-left: 140px;
  box-sizing: border-box;
  width: 50%;
  height: 109px;
  background: #faf2ff url("../common/img/news_l.png") 32px 19px/72px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.appointment-box .item:nth-child(2) {
  margin-left: 16px;
  padding-left: 163px;
  background: #e8eeff url("../common/img/news_r.png") 32px 19px/72px no-repeat;
}
.appointment-box .item:nth-child(2) h4 {
  color: #4b73e8;
}
.appointment-box .item:nth-child(2) p {
  color: #7794ed;
}
.appointment-box h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  color: #9d46e0;
}
.appointment-box p {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  color: #bc85e6;
}
.left-text .appointment-box .item {
  background-position: 40px center;
  padding-left: 87px;
  padding-top: 25px;
}
/* 响应式 */
@media (max-width: 1024px) {
  .appointment-box .item {
    background-position: 20px center !important;
    padding-left: 100px !important;
    padding-top: 25px !important;
  }
}
@media (max-width: 768px) {
  .parter {
    gap: 0 20px;
    margin: 0;
  }
  .appointment-box .item {
    background-position: 7px center !important;
    padding-left: 80px !important;
    padding-top: 0px !important;
  }
}

/* 404页 */
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 65vh;
}
.error-page .error-box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-page .error-box::before {
  content: "";
  width: 60vw;
  height: 60vw;
  max-width: 300px;
  max-height: 300px;
  background: url("../common/img/404.png") no-repeat center/contain;
}
.error-page .error-box p {
  height: 51px;
  line-height: 43px;
  font-size: 16px;
  padding: 20px 0;
}

/* 公共底部按钮 */
.index-tabBar {
  position: fixed;
  border: none;
  z-index: 97;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  /* iPhone X 兼容，把可交互的部分渲染到安全区域内*/
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.index-tabBar::after {
  position: fixed;
  width: 100%;
  content: "";
  display: block;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.index-tabBar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  background-image: url(../common/img/footerbar.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-tabBar div ul {
  width: 100%;
  margin-top: 1.3rem;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.index-tabBar div ul li a {
  display: block;
}
.index-tabBar div ul li a .pic,
.index-tabBar div ul li a svg {
  display: inline-block;
  width: 2.72rem;
  height: 2.72rem;
  max-width: unset;
  color: var(--color);
  background-position: center;
  background-size: contain;
}
.index-tabBar div ul li a p {
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  color: #313133;
}
.index-tabBar div ul .app_xiazai {
  position: relative;
}
.index-tabBar div ul .app_xiazai .pic,
.index-tabBar div ul .app_xiazai .xiazai svg {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -0.86rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index-tabBar div ul .app_xiazai p {
  margin-top: 0;
  transform: translateY(3rem);
}
@media (max-width: 800px) {
  #chatBtn {
    bottom: 22% !important;
  }
}

.goTOP {
  background: url(../common/img/scroll-top.png) no-repeat center #acadb1;
  background-size: 22px;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 25px;
  bottom: 10%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9999999;
  border: #ccc 1px solid;
  border-radius: 100%;
}
.goTOP.on {
  visibility: visible;
  opacity: 1;
}

/* 表格 */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
} 
.table { 
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.table .tr:first-child {
  position: sticky;
  top: 0;
  > * {
    background-color: var(--color);
    color: #ffffff;
    text-align: left;
    padding: 12px 15px;
    width: 130px;
    max-height: 200px;
    flex: 1 0 auto;
  }
}
.table .td::-webkit-scrollbar{
  width: 6px;
  height: 6px;
  background-color: #fff; 
}

/*定义滚动条轨道 内阴影+圆角*/
.table .td::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.table .td::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: var(--color);
  opacity: 0.9;
}
.table .td {
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
  width: 130px;
  max-height: 200px;
  flex: 1 0 auto;
  overflow: auto; 
}
.table .tr {
  display: flex;
}
.table .tr:nth-of-type(even) *{
  background-color: #f3f3f3;
} 
.table .notes {
  background: #f8f9fa;
  padding: 20px;
  border-left: 4px solid var(--color);
  margin-top: 30px;
}
.tablebox .tbox *{
  margin: 0 !important;
}
.tablebox{  
  margin: 0 0 25px;
  border-bottom: 2px solid var(--color);
}
.tablebox.horizontal-scroll  {
  cursor: pointer;
  padding: 10px 0 0;
}
.tablebox.horizontal-scroll  .tbox {
  cursor: grab;  
}
.tablebox .tbox {
  position: relative;
}
.tablebox.vertical-scroll{
  padding-right: 10px;
}
.tablebox.vertical-scroll .tbox .table{
}
.tablebox .tbox .arrow {  
  background-size: 30px;
  background-repeat: no-repeat;
  background-position:left center;
  display: block; 
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2; 
  opacity: 1; 
  transition: all 0.1s;  
  animation: fadeOut 1s infinite alternate ease-in-out;
  display: flex; 
  align-items: center;
  background-color: none;
}
.tablebox .tbox .arrow.right svg{ 
  transform: rotate(-90deg);
} 
.tablebox .tbox .arrow.left svg{ 
  transform: rotate(90deg);
} 
.tablebox .tbox .arrow.top svg{ 
  color: #ffffff;
  transform: rotate(180deg);
} 
.tablebox .tbox .arrow.bottom svg{ 
  transform: rotate(0);
} 
.tablebox .tbox .arrow.right{  
  height: 100%;  
  width: 40px;
  top: 0;
  bottom: 0;
  right: 0; 
} 
.tablebox .tbox .arrow.left{  
  height: 100%;  
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0; 
} 
.tablebox .tbox .arrow.top{  
  width: 100%; 
  height: 40px;
  top: 0; 
  left: 0;
  right: 0; 
} 
.tablebox .tbox .arrow.bottom{  
  width: 100%; 
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0; 
} 
.tablebox .tbox > i svg { 
  width: 30px;
  height: 30px;
  margin: auto;
  opacity: 0.9;
}
.tablebox .tbox > span {
  width: 100%;
  height: 6px;
  display: block;
  background-color: #F1F3F5;
  position: absolute;
  top: unset;
  bottom: 2px;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.9;
  display: none;
}
.tablebox .tbox > span.horizontal {
  top: -8px;
  bottom: unset;
  display: block;
  z-index: 2;
}
.tablebox .tbox > span.vertical {
  right: -8px;
  top:0; 
  bottom: 0;
  left: unset;
  display: block; 
  width: 6px;
  z-index: 1;  
  height: 100%;
}
.tablebox .tbox > span.vertical i{
  right: 0;
  top:0; 
  bottom: unset;
  left: unset;
}

.tablebox .tbox > span i {
  background: #D9D9D9;
  border-radius: 6px;
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
/* .tablebox .tbox:hover > span i {
  background: var(--color);
} */
.tablebox .table::-webkit-scrollbar {
  display: none;
}

.swiper {
  --swiper-theme-color: var(--color);
  --swiper-pagination-bottom: 16px;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}