:root {
  --animate-duration: 0.8s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --border-radius: 8px;
  --page-main-width: 1200px;
  --page-theme-color: #2165EB;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Source an Sans CN, Source Han Sans CN;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
*::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
html {
  background-color: #fff;
  overflow: auto;
  scroll-behavior: smooth;
  min-width: 1200px;
}
a:hover {
  color: var(--page-theme-color);
}
.page_fixed_AD {
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 999;
  top: 330px;
  right: 2%;
  width: 180px;
  height: 368px;
  overflow: hidden;
}
.page_fixed_AD a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_fixed_AD a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_head {
  color: #5E5C5C;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  height: 32px;
}
.page_head .page_head_content {
  width: var(--page-main-width);
  margin: 0 auto;
  display: flex;
  height: 100%;
  padding: 0 4px;
  justify-content: space-between;
  align-items: center;
}
.page_head .page_head_content .page_head_content_right a {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}
.page_head .page_head_content .page_head_content_right a:hover {
  color: var(--page-theme-color);
}
.page_head .page_head_content .page_head_content_right .userPicture {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.page_head .page_head_content .page_head_content_right span {
  margin-left: 42px;
}
.page_logo_search {
  padding: 12px 0;
  align-items: center;
}
.page_logo_search .page_logo {
  width: 189px;
  height: 60px;
}
.page_logo_search .search_nav {
  flex: 1;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page_logo_search .search_nav .search_box {
  width: 422px;
  height: 40px;
  border: 2px solid #2165EB;
  border-radius: 4px;
}
.page_logo_search .search_nav .search_box input {
  padding: 11px;
  flex: 1;
  border-radius: 4px 0px 0px 4px;
  font-size: 14px;
  border: none;
  height: 100%;
  color: #333;
}
.page_logo_search .search_nav .search_box .layui-btn {
  border-radius: 0px;
  height: 100%;
  font-family: revert;
  line-height: 36px;
  width: 78px;
}
.page_logo_search .search_nav .seach_keyword {
  font-size: 12px;
  color: #5E5C5C;
  width: 422px;
  line-height: 12px;
  margin-top: 8px;
}
.page_logo_search .search_nav .seach_keyword ul {
  flex: 1;
}
.page_logo_search .search_nav .seach_keyword ul li {
  margin-right: 8.3px;
  cursor: pointer;
}
.page_logo_search .search_nav .seach_keyword ul li:last-child {
  margin-right: 0;
}
.page_logo_search .search_nav .seach_keyword ul li:hover {
  color: var(--page-theme-color);
}
.page_logo_search .product_list .product_item {
  display: block;
  /*width: 104px;*/
  text-align: center;
  margin-left: 22px;
}
.page_logo_search .product_list .product_item img {
  height: 60px;
  border: 2px solid #FAFAFA;
}
.page_logo_search .product_list .product_item a:hover {
  color: var(--page-theme-color);
}
.page_head_nav {
  background: var(--page-theme-color);
  box-shadow: 0px 4px 10px 1px rgba(26, 97, 219, 0.16), inset 0px 6px 3px 1px #1A61DB;
  height: 52px;
}
.page_head_nav .dropdown_nav {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
.page_head_nav .dropdown_nav .dropdown {
  color: #fff;
  font-size: 20px;
  margin-right: 34px;
  cursor: pointer;
  position: relative;
  min-width: 120px;
  padding: 11px 20px;
  text-align: center;
}
.page_head_nav .dropdown_nav .dropdown .dropbtn {
  color: #fff;
  position: relative;
}
.page_head_nav .dropdown_nav .dropdown .dropdown-content {
  min-width: 100px;
  height: 100%;
}
.page_head_nav .dropdown_nav .dropdown .dropdown-list {
  display: none;
  position: absolute;
  background-color: #fdfeff;
  font-size: 20px;
  min-width: 120px;
  top: 51px;
  left: 0px;
  box-shadow: #d7d9db 0px 2px 4px 0px;
  z-index: 100;
}
.page_head_nav .dropdown_nav .dropdown .dropdown-list a {
  display: block;
  padding: 16px 10px;
  text-align: center;
  font-weight: bold;
}
.page_head_nav .dropdown_nav .dropdown .dropdown-list a:hover {
  background: #F5F8FF;
  color: var(--page-theme-color);
}
.page_head_nav .dropdown_nav .dropdown .dropdown-list a:last-child {
  margin-bottom: 0;
}
.page_head_nav .dropdown_nav .dropdown:hover {
  background: #1A61DB;
}
.page_head_nav .dropdown_nav .dropdown:last-child {
  margin-right: 0;
}
.page_head_nav .dropdown_nav .active::after {
  content: '';
  width: 30px;
  height: 4px;
  left: 36%;
  bottom: 0px;
  background-color: #fff;
  position: absolute;
}
/* 方形数字指示器样式 */
.square-indicator {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: end;
  z-index: 10;
}
.square-indicator .ind-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background: #787c82;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 18px;
}
.square-indicator .ind-item.active {
  background: var(--page-theme-color);
}
.circle-indicator {
  position: absolute;
  bottom: 24px;
  right: 5px;
  width: 100%;
  text-align: end;
  z-index: 10;
}
.circle-indicator .ind-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 12px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
.circle-indicator .ind-item.active {
  width: 24px;
  border-radius: 5px;
  background: var(--page-theme-color);
}
/* 统一轮播容器样式 */
.custom-carousel {
  margin: 22px auto;
  position: relative;
  overflow: hidden;
}
.carousel-bg {
  background-color: #fff !important;
}
#new_carousel {
  background-color: #fff;
  overflow: initial;
}
#new_carousel > [carousel-item] {
  width: 700px;
}
#new_carousel .img-indicator {
  width: 130px;
  position: absolute;
  top: -4px;
  right: 0;
}
#new_carousel .img-indicator .ind-item {
  cursor: pointer;
  width: 130px;
  text-align: center;
  height: 78px;
  margin-bottom: 4px;
  transition: transform 0.23s;
  border: 4px solid transparent;
}
#new_carousel .img-indicator .ind-item img {
  width: 100%;
  height: 100%;
}
#new_carousel .img-indicator .ind-item.active {
  border-color: var(--page-theme-color);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(33, 101, 235, 0.2), 0 0 6px rgba(33, 101, 235, 0.2);
}
#new_carousel .img-indicator .ind-item:last-child {
  margin-bottom: 0px;
}
.indtop-carousel {
  overflow: inherit;
}
.indtop-carousel .layui-this {
  background-color: transparent;
}
.indtop-carousel .circle-indicator {
  top: -25px;
  right: 0;
  height: fit-content;
}
.indtop-carousel .circle-indicator .ind-item {
  margin: 0;
  margin-left: 8px;
}
.indtop-carousel .circle-indicator .ind-item.active {
  width: 8px;
}
.page-col-740 {
  width: 740px;
}
.page-row {
  justify-content: space-between;
  align-items: center;
}
.page-row .page-row-item {
  flex: 1;
}
.page-col-418 {
  width: 418px;
}
.page-col-306 {
  width: 306px;
}
.page-col-840 {
  width: 840px;
}
.page-col-338 {
  width: 338px;
}
.page_module .page_module_title {
  text-align: center;
  height: 42px;
}
.page_module .page_module_title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #222A33;
  margin-bottom: 10px;
}
.page_module .page_module_title .page_module_title_line {
  height: 4px;
  background: #fafafa;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_module .page_module_title .page_module_title_line img {
  background: #fff;
  padding: 0 8px;
  position: absolute;
}
.page_module .page_module_title .page_module_title_line::after {
  content: '';
  height: 100%;
  width: 73px;
  position: absolute;
  top: 0;
  right: 42.5%;
  background-color: var(--page-theme-color);
}
.page_module .page_module_title .page_module_title_line::before {
  content: '';
  height: 100%;
  width: 73px;
  position: absolute;
  top: 0;
  left: 42.5%;
  background-color: var(--page-theme-color);
}
.page_new_module .page_new_module_head {
  align-items: center;
  padding-bottom: 8px;
  line-height: 20px;
  border-bottom: 4px solid #fafafa;
  position: relative;
}
.page_new_module .page_new_module_head .page_new_module_head_title {
  font-size: 20px;
  font-weight: 500;
  margin-left: 4px;
}
.page_new_module .page_new_module_head::after {
  content: "";
  position: absolute;
  width: 102px;
  height: 4px;
  bottom: -4px;
  background: var(--page-theme-color);
  margin-left: 4px;
  left: -4px;
}
.page_new_module .page_new_module_content h3 {
  color: #222A33;
  font-weight: 500;
}
.page_new_module .page_new_module_content p {
  color: #5E5C5C;
}
.page_new_module .page_new_module_content span {
  color: #5E5C5C;
}
.page_new_module .page_new_module_content a:hover h3 {
  color: var(--page-theme-color);
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg:hover h3 a {
  color: var(--page-theme-color);
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg {
  margin: 12px 0;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg img {
  width: 214px;
  height: 124px;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg {
  width: 500px;
  margin-left: 12px;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg p {
  font-size: 14px;
  text-indent: 28px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg .newMsg_footer {
  margin-top: 20px;
  align-items: center;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg .newMsg_footer img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg .newMsg_footer span {
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg .newMsg_footer span:last-child {
  margin-right: 0px;
}
.page_new_module .page_new_module_content .new_car_img_left_titleMsg .newMsg .newMsg_footer .keyword {
  margin-left: 14px;
}
.page_new_module .page_new_module_content .new_car_img_left,
.page_new_module .page_new_module_content .new_car_img_right,
.page_new_module .page_new_module_content .new_car_img_left_border {
  width: 360px;
  height: 88px;
  margin-top: 12px;
  padding: 8px;
  background: #FAFAFA;
}
.page_new_module .page_new_module_content .new_car_img_left img,
.page_new_module .page_new_module_content .new_car_img_right img,
.page_new_module .page_new_module_content .new_car_img_left_border img {
  width: 123px;
  height: 72px;
}
.page_new_module .page_new_module_content .new_car_img_left .newMsg,
.page_new_module .page_new_module_content .new_car_img_right .newMsg,
.page_new_module .page_new_module_content .new_car_img_left_border .newMsg {
  width: 208px;
  margin-left: 8px;
}
.page_new_module .page_new_module_content .new_car_img_left .newMsg h3,
.page_new_module .page_new_module_content .new_car_img_right .newMsg h3,
.page_new_module .page_new_module_content .new_car_img_left_border .newMsg h3 {
  line-height: 18px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.page_new_module .page_new_module_content .new_car_img_left .newMsg P,
.page_new_module .page_new_module_content .new_car_img_right .newMsg P,
.page_new_module .page_new_module_content .new_car_img_left_border .newMsg P {
  font-size: 12px;
  line-height: 15px;
}
.page_new_module .page_new_module_content .new_car_img_left .newMsg p,
.page_new_module .page_new_module_content .new_car_img_right .newMsg p,
.page_new_module .page_new_module_content .new_car_img_left_border .newMsg p,
.page_new_module .page_new_module_content .new_car_img_left .newMsg h3,
.page_new_module .page_new_module_content .new_car_img_right .newMsg h3,
.page_new_module .page_new_module_content .new_car_img_left_border .newMsg h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_img_left_border {
  width: 100%;
  height: auto;
  padding: 12px;
  margin: 0;
  margin-bottom: 12px;
  border: 1px solid #FAFAFA;
  background: none;
}
.page_new_module .page_new_module_content .new_car_img_left_border .newMsg h3 {
  line-height: 17px;
}
.page_new_module .page_new_module_content .new_car_img_left_border:last-child {
  margin-bottom: 0px;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg,
.page_new_module .page_new_module_content .new_car_img_top {
  display: block;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg img,
.page_new_module .page_new_module_content .new_car_img_top img {
  width: 100%;
  height: 242px;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg,
.page_new_module .page_new_module_content .new_car_img_top .newMsg {
  width: 100%;
  padding: 12px 20px 22px 20px;
  background-color: #fafafa;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg h3,
.page_new_module .page_new_module_content .new_car_img_top .newMsg h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg p,
.page_new_module .page_new_module_content .new_car_img_top .newMsg p {
  font-size: 14px;
  text-indent: 28px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg .newMsg_footer,
.page_new_module .page_new_module_content .new_car_img_top .newMsg .newMsg_footer {
  margin-top: 30px;
  align-items: center;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg .newMsg_footer img,
.page_new_module .page_new_module_content .new_car_img_top .newMsg .newMsg_footer img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg .newMsg_footer span,
.page_new_module .page_new_module_content .new_car_img_top .newMsg .newMsg_footer span {
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
}
.page_new_module .page_new_module_content .new_car_img_top_titleMsg .newMsg .newMsg_footer .keyword,
.page_new_module .page_new_module_content .new_car_img_top .newMsg .newMsg_footer .keyword {
  margin-left: 8px;
}
.page_new_module .page_new_module_content .new_car_img_top {
  margin: 12px 0;
}
.page_new_module .page_new_module_content .new_car_img_top img {
  width: 100%;
}
.page_new_module .page_new_module_content .new_car_img_top .newMsg {
  background: none;
  padding: 0;
}
.page_new_module .page_new_module_content .new_car_img_top .newMsg h3 {
  line-height: 18px;
  margin: 12px 0;
  display: block !important;
}
.page_new_module .page_new_module_content .new_car_img_top .newMsg p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.page_new_module .page_new_module_content .new_car_title_top,
.page_new_module .page_new_module_content .new_car_title_top_img_r,
.page_new_module .page_new_module_content .new_car_title_top_bgimg {
  margin-top: 12px;
  margin-bottom: 11px;
  display: block;
}
.page_new_module .page_new_module_content .new_car_title_top h3,
.page_new_module .page_new_module_content .new_car_title_top_img_r h3,
.page_new_module .page_new_module_content .new_car_title_top_bgimg h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 15px;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg img,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg img,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg img {
  width: 123px;
  height: 72px;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r {
  flex: 1;
  margin-left: 8px;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r p,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r p,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r p {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r .newMsg_footer,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r .newMsg_footer {
  line-height: 5px;
  margin-top: 14px;
  align-items: center;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer img,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r .newMsg_footer img,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r .newMsg_footer img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer span,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r .newMsg_footer span,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r .newMsg_footer span {
  font-size: 12px;
  line-height: 10px;
  margin-right: 8px;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer span:last-child,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r .newMsg_footer span:last-child,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r .newMsg_footer span:last-child {
  margin-right: 0px;
}
.page_new_module .page_new_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer .keyword,
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg .newMsg-r .newMsg_footer .keyword,
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r .newMsg_footer .keyword {
  margin-left: 14px;
}
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg > img {
  width: 258px !important;
  height: 150px !important;
}
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r {
  margin-left: 0 !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  background: #fafafa;
  border-right: 4px solid #2165eb;
}
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_title_top_bgimg .newMsg .newMsg-r .keyword {
  margin-left: 0 !important;
  margin-top: 12px;
}
.page_new_module .page_new_module_content .new_car_title_top_img_r {
  padding: 11px;
  border: 2px solid #fafafa;
}
.page_new_module .page_new_module_content .new_car_title_top_img_r .newMsg-r {
  margin-left: 0 !important;
  margin-right: 8px;
}
.page_new_module .page_new_module_content .new_car_title_top_img_r:last-child {
  margin-bottom: 0px !important;
}
.page_new_module .page_new_module_content .new_car_title_in_img .car_l {
  position: relative;
  width: 261px;
  height: 152px;
}
.page_new_module .page_new_module_content .new_car_title_in_img .car_l img {
  width: 100%;
  height: 100%;
}
.page_new_module .page_new_module_content .new_car_title_in_img .car_l h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4px 15px;
  color: #fff;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.5);
}
.page_new_module .page_new_module_content .new_car_title_in_img .newMsg {
  flex: 1;
  font-size: 12px;
  padding: 12px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}
.page_new_module .page_new_module_content .new_car_title_in_img .newMsg p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_new_module .page_new_module_content .new_car_title_in_img .newMsg .newMsg_footer {
  margin-top: auto;
}
.page_new_module .page_new_module_content .new_car_title_in_img .newMsg .newMsg_footer .keyword {
  margin-top: 12px;
}
.page_new_module .page_new_module_content .new_car_title_in_img .car_r {
  background-color: #fafafa;
  font-weight: 400;
  font-size: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_new_module .page_new_module_content .new_car_title_in_img .car_r p {
  color: #2165eb;
  margin-top: 12px;
}
.page_new_module .page_new_module_content .new_car_title_img {
  display: block;
  padding: 12px;
  padding-bottom: 4px;
  border: 2px solid #FAFAFA;
}
.page_new_module .page_new_module_content .new_car_title_img img {
  width: 100%;
  height: 104px;
}
.page_new_module .page_new_module_content .new_car_title_img h3 {
  line-height: 16px;
  margin-top: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #222A33;
}
.page_new_module .page_new_module_content .new_car_titleMsg_in_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.page_new_module .page_new_module_content .new_car_titleMsg_in_img .titleMsg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 14px 20px;
  line-height: 20px;
  align-items: center;
  justify-content: space-between;
}
.page_new_module .page_new_module_content .new_car_titleMsg_in_img .titleMsg h3 {
  width: 460px;
  font-size: 20px;
  color: #fff;
}
.page_new_module .page_new_module_content .new_car_titleMsg_in_img .titleMsg .time span {
  color: #fff;
  font-size: 12px;
  margin-left: 4px;
}
.news_title_list {
  padding-top: 16px;
}
.news_title_list li {
  margin-bottom: 12px;
}
.news_title_list li h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #222A33;
}
.news_title_list li:last-child {
  margin: 0;
}
.news_title_list_order {
  padding-top: 12px;
}
.news_title_list_order li {
  margin-bottom: 12px;
  width: 100%;
}
.news_title_list_order li a {
  margin-left: 3px;
  width: 100%;
  display: block;
}
.news_title_list_order li span {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.news_title_list_order li h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #222A33;
}
.news_title_list_order li:last-child {
  margin: 0;
}
.line {
  width: 100%;
  height: 1px;
  background: #fafafa;
}
.logo_link {
  display: block;
  padding: 7px;
  text-align: center;
  height: 72px;
  flex: 1;
  margin-right: 10px;
  border: 2px solid #FAFAFA;
  transition: all 0.3s;
}
.logo_link img {
  max-width: 100%;
  max-height: 100%;
}
.logo_link:hover {
  border-color: var(--page-theme-color);
  box-shadow: 0 2px 12px 0 rgba(33, 101, 235, 0.12);
}
.logo_link:last-child {
  margin-right: 0px;
}
.page_row-12 {
  justify-content: space-between;
}
.col_AD_L4 > div {
  width: 284px;
  height: 120px;
  margin-right: 22px;
}
.col_AD_L4 a img {
  width: 100%;
  height: 100%;
}
.col_AD_L4>div:last-child {
  margin-right: 0px;
}
.list_footer {
  text-align: center;
  margin-top: 42px;
}
.list_footer #page-laypage a,
.list_footer #page-laypage .layui-laypage-spr,
.list_footer #page-laypage .layui-laypage-curr {
  font-size: 16px !important;
  line-height: 28px;
  height: 30px !important;
  width: 30px !important;
  box-sizing: border-box;
  padding: 0 !important;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #F5F8FF;
  margin: 0 !important;
  margin-right: 20px !important;
  color: #2165eb !important;
}
.list_footer #page-laypage .layui-laypage-prev,
.list_footer #page-laypage .layui-laypage-next {
  font-weight: 900;
}
.list_footer #page-laypage .layui-laypage-btn:hover {
  color: #fff;
  background-color: var(--page-theme-color);
}
.list_footer #page-laypage .layui-disabled {
  color: #eee !important;
  border-color: #eee !important;
}
.list_footer #page-laypage .layui-laypage span {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-right: 22px;
}
.breadcrumb {
  font-size: 12px;
  margin-top: 22px;
  margin-bottom: 12px;
  line-height: 12px;
  color: #5E5C5C;
}
.breadcrumb i {
  font-size: 12px;
}
.breadcrumb a {
  color: #5E5C5C;
}
.breadcrumb a:hover {
  color: var(--page-theme-color);
}
.breadcrumb span {
  margin: 0 8px;
}
.breadcrumb .active {
  color: #222A33;
}
.listPage_title {
  padding: 10px;
  height: 44px;
  background: #FAFAFA;
  border-bottom: 2px solid;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  align-items: center;
  color: var(--page-theme-color);
}
.listPage_title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--page-theme-color);
  margin-right: 8px;
}
.page_footer {
  background-color: #fff;
}
.page_footer .content {
  margin: 0 auto;
  width: 1200px;
  color: #5E5C5C;
  padding-top: 50px;
}
.page_footer .content .page_footer_t {
  display: flex;
  justify-content: center;
}
.page_footer .content .page_footer_t .page_footer_content {
  margin-top: auto;
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_list {
  display: flex;
  margin-bottom: 50px;
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_list a {
  font-size: 14px;
  color: #5E5C5C;
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_list a::after {
  content: "";
  display: inline-block;
  width: 2px;
  margin: 0 15px;
  height: 15px;
  background-color: #FAFAFA;
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_list a:last-child::after {
  display: none;
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_list a:hover {
  color: var(--page-theme-color);
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_icon {
  margin-bottom: 28px;
  text-align: center;
}
.page_footer .content .page_footer_t .page_footer_content .page_footer_content_text {
  margin-bottom: 12px;
  margin-right: 42px;
}
.page_footer .content .page_footer_b {
  font-weight: 400;
  font-size: 12px;
  color: #5E5C5C;
  text-align: center;
  border-top: 2px solid var(--page-theme-color);
  padding: 13px 0;
}
.page_ToTop {
  border: 2px solid var(--page-theme-color);
  opacity: 0;
  position: fixed;
  width: 42px;
  height: 42px;
  bottom: 132px;
  left: 90%;
  background-color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
  box-shadow: 0px 2px 4px 0px #D7D9DB;
  color: var(--page-theme-color);
}
.page_ToTop i {
  font-size: 23px;
  font-weight: 900;
}
.page_ToTop:hover {
  background-color: var(--page-theme-color);
  border-color: var(--page-theme-color);
}
.page_ToTop:hover i {
  color: #fff;
}
.page_ToTop.show {
  opacity: 1;
}
.sidebar {
  position: fixed;
  top: 356px;
  left: 5%;
  z-index: 1000;
  background: #fff;
  width: 96px;
  box-shadow: 0px 8px 14px 1px rgba(34, 42, 51, 0.08);
}
.sidebar .sidebar-item {
  display: block;
  line-height: 16px;
  cursor: pointer;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.sidebar .sidebar-item:hover {
  color: #fff;
  background-color: #2d70f7;
}
.sidebar .sidebar-item.active {
  color: #fff;
  background-color: var(--page-theme-color);
}
.sidebar .totop {
  background-color: #fff !important;
  line-height: 10px;
}
.sidebar .totop i {
  font-size: 24px;
}
@media only screen and (max-width: 1600px) {
  .sidebar {
    left: 30px;
    top: 120px;
  }
}
.layui-layer-shade {
  opacity: 0.75 !important;
}
.layui-layer-loading .layui-layer-loading-icon {
  font-size: 68px !important;
  color: var(--page-theme-color) !important;
}
.custom-tab {
  margin-top: 4px;
}

.custom-tab ul {
  width: 100%;
}

.custom-tab li {
  flex: 1;
  /* display: flex;
  flex-direction: column;
  width: 140px; */
}

.custom-tab li .label {
  border-bottom: 2px solid #2165eb;
  width: 100%;
  display: block;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  margin: 0;
  /* padding: 0 15px; */
  height: 38px;
  font-size: 18px;
  /* padding: 0; */
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  cursor: pointer;
}

.custom-tab li .label.is-this,
.custom-tab li .label:hover {
  color: #fff;
  background: linear-gradient(180deg, #2165EB 0%, #195ED4 100%);
}

.custom-tab li .content {
  display: none;
  width: 840px;
  position: absolute;
  left: 0;
}

.custom-tab li .content.is-this {
  display: block;
}

.toMore {
  width: 96px;
  height: 40px;
  font-weight: 500;
  font-family: revert;
  font-size: 16px;
  color: #2165EB;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #2165EB;
}

.toMore:hover {
  color: #fff;
  background: linear-gradient(180deg, #2165EB 0%, #195ED4 100%);
}
.som_AD_tol_2{
    margin:22px 0;
}
.som_AD_tol_2 > div{
    height: 120px;
    flex:1;
    margin-right: 10px;
}
.som_AD_tol_2 > div img{
    width: 100%;
    height: 100%;
    
}
.som_AD_tol_2 > div:last-child{
    margin-right: 0;
    margin-left: 10px;
}