@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  /*font-family: 'AlibabaPuHuiTi' !important;*/
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.fz-hide3 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.area {
  width: 75rem;
  margin: 0 auto;
}

.Header {
  width: 100%;
  height: 5rem;
  border-bottom: .0625rem solid #E4E7ED;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
}

.Header .Header_area {
  display: flex;
  height: 5rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.Header .Header_area .left {
  height: 5rem;
  display: flex;
  align-items: center;
  z-index: 2;
}

.Header .Header_area .left .logo {
  width: 9.2375rem;
  height: auto;
  margin-right: 3rem;
}

.Header .Header_area .left .nav_box {
  height: 5rem;
  display: flex;
}

.Header .Header_area .left .nav_box .item {
  width: 7rem;
  text-align: center;
  line-height: 5rem;
  font-size: 1.0625rem;
  color: #303133;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.Header .Header_area .left .nav_box .item:hover,
.Header .Header_area .left .nav_box .item.active {
  color: #393EC5;
}

.Header .Header_area .left .nav_box .item:hover::after,
.Header .Header_area .left .nav_box .item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 0.125rem;
  background-color: #393EC5;
  transition: all 0.3s ease;
}

.Header .Header_area .rigth {
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 2;
}

.Header .Header_area .rigth .search_box {
  width: 11.25rem;
  height: 2.5rem;
  background-color: #F5F6F8;
  border-radius: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.125rem;
  margin-right: 2.1875rem;
  padding-right: 0.9375rem;
  cursor: pointer;
}

.Header .Header_area .rigth .search_box .search-input {
  width: 70%;
  height: 70%;
  background-color: #F5F6F8;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #C0C4CC;
}

.Header .Header_area .rigth .search_box:hover .search-input {
  color: #393EC5;
}

.Header .Header_area .rigth .search_box .icon {
  width: 1.3125rem;
  height: 1.3125rem;
}

.Header .Header_area .rigth .search_box .search {
  background: url(/static/img/search.png) no-repeat center;
  background-color: none;
  background-size: contain;
  outline: 0;
  border: 0;
}

.Header .Header_area .rigth .download_box {
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  color: #393EC5;
  position: relative;
  height: 100%;
  margin-right: 2rem;
  align-items: center;
}

.Header .Header_area .rigth .download_box .icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
}

.Header .Header_area .rigth .erweima {
  width: 8.125rem;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.3125rem;
  position: absolute;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.2);
  top: 80%;
  right: -32%;
  text-align: center;
  padding: 0;
  font-size: 0.875rem;
  color: #606266;
  transition: all 0.2s ease;
}

.Header .Header_area .rigth .erweima .image {
  width: 6.625rem;
  height: 0;
  transition: all 0.2s ease;
}

.Header .Header_area .rigth .download_box:hover .erweima {
  height: auto;
  padding: 0.75rem 0;
  transition: all 0.2s ease;
}

.Header .Header_area .rigth .download_box:hover .erweima .image {
  height: 6.625rem;
  transition: all 0.2s ease;
}

.Header .Header_area .rigth .login {
  height: 100%;
  line-height: 5rem;
  font-size: 1rem;
  color: #606266;
  cursor: pointer;
  text-align: center;
}

.Header .Header_area .rigth .login:hover {
  color: #393EC5;
}

.placeholder {
  height: 5rem;
}

/* 搜索弹窗 */
.search-con {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  /* transform:translateY(-0.125rem); */
  /* transition:all .3s ease 0s; */
}

.search-con form {
  display: flex;
  align-items: center;
}

.search-con.show {
  height: 100%;
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.search-con input {
  border: .0625rem solid #e1e1e1;
  border-radius: 1.25rem;
  box-sizing: border-box;
  height: 2.5rem;
  color: #999;
  font-size: .9375rem;
  padding-left: 1.25rem;
  width: 30.625rem;
  color: #333;
  outline: none;
}

.search-con .search-icon {
  margin-right: .625rem;
  position: relative;
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  background: url(/static/img/search.png) no-repeat center;
  background-size: contain;
  outline: 0;
  border: 0;
}

.search-con .close-icon {
  margin-left: 1.25rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}

.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  left: .5625rem;
  top: 0;
  background: #bbb;
  height: 1.125rem;
  width: .125rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.close-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.search-mask {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.search-mask.show {
  display: block;
}

.Footer {
  width: 100%;
  background-color: #2E2E30;
}

.Footer .Footer_area .top {
  padding-top: 3.4375rem;
  padding-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: .0625rem solid rgba(255, 255, 255, 0.1);
}

.Footer .Footer_area .top .left {
  display: flex;
}

.Footer .Footer_area .top .phone_logo {
  color: #FFFFFF;
  font-size: 1rem;
  margin-right: 9.8125rem;
}

.Footer .Footer_area .top .phone_logo .logo {
  width: 9.2375rem;
  height: auto;
  margin-bottom: 0.75rem;
}

.Footer .Footer_area .top .phone_logo .title {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.Footer .Footer_area .top .phone_logo .contact {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.Footer .Footer_area .top .nav_box {
  display: flex;
}

.Footer .Footer_area .top .nav_box .nav {
  font-size: 1rem;
  color: #FFFFFF;
  margin-right: 6.875rem;
  width: 6rem;
}

.Footer .Footer_area .top .nav_box .nav .line {
  width: 2.9375rem;
  height: .0625rem;
  margin: 0.75rem 0 1.25rem 0;
  background-color: rgba(255, 255, 255, 0.13);
}

.Footer .Footer_area .top .nav_box .nav .grey {
  color: #909399;
  font-size: 0.875rem;
}

.Footer .Footer_area .top .nav_box .nav .grey a {
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.Footer .Footer_area .top .right {
  display: flex;
}

.Footer .Footer_area .top .right .erwei {
  width: 5.125rem;
  height: 5.125rem;
  margin-right: 1rem;
}

.Footer .Footer_area .top .right .download {
  width: 8.625rem;
  text-align: center;
  font-size: 1rem;
  padding-top: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}

.Footer .Footer_area .top .right .download .name {
  margin-bottom: 0.5rem;
}

.Footer .Footer_area .top .right .download .iphone {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Footer .Footer_area .top .right .download .iphone .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.Footer .Footer_area .top .right .download .iphone:hover {
  background: rgba(120, 125, 247, 0.8);
}

.Footer .Footer_area .bottom {
  display: flex;
  font-size: 0.875rem;
  color: #909399;
  height: 3.25rem;
  align-items: center;
  justify-content: space-between;
}

.Footer .Footer_area .bottom .beian {
  display: flex;
  align-items: center;
}

.Footer .Footer_area .bottom .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.125rem;
}

.wap_header {
  display: none;
}

.wapNewsSwiper {
  display: none;
}

.listSpecial .banner .wap_img {
  display: none;
}

/* 分页核心样式 */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  /* margin-bottom: 5rem; */
}

.pagination li {
  margin: 0 .25rem;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .25rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* 普通页码 */
.pagination a {
  border: .0625rem solid #E4E7ED;
  color: #303133;
}

.pagination a:hover {
  border-color: #393EC5;
  color: #ffffff;
  background-color: #393EC5;
}

/* 当前页码 */
.pagination .active span {
  background-color: #393EC5;
  color: #fff;
  border: .0625rem solid #393EC5;
  font-weight: 400;
}

/* 禁用状态（上一页/下一页无数据） */
.pagination .disabled a,
.pagination .disabled span {
  border: .0625rem solid #E4E7ED;
  color: #303133;
  cursor: not-allowed;
  background-color: transparent;
}

.pagination li:first-child span,
.pagination li:last-child span,
.pagination li:first-child a,
.pagination li:last-child a {
  position: relative;
}

.pagination li:first-child span::after,
.pagination li:last-child span::after,
.pagination li:first-child a::after,
.pagination li:last-child a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;

}

.pagination li:first-child span::after,
.pagination li:first-child a::after {
  background: url('/static/img/prev.svg') no-repeat center center;
  background-size: contain;
}

.pagination li:last-child span::after,
.pagination li:last-child a::after {
  background: url('/static/img/next.svg') no-repeat center center;
  background-size: contain;
}

/* 省略号样式 */
.pagination .ellipsis span {
  border: .0625rem solid #E4E7ED;
  color: #303133;
  background: transparent;
}