@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, Arial;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条宽度 */
  height: 5px;
  /* 水平滚动条高度 */
  background-color: #fff;
  /* 滚动条背景色 */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
  /* 圆角 */
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  /* 内阴影 */
}

/* 滚动条滑块（可拖动部分） */
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #DFEAF5;
  border-radius: 6px;
  /* 圆角 */
}

/* 鼠标悬停在滑块上的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #DFEAF5;
}

/* 滚动条按钮（上下/左右的箭头按钮） */
::-webkit-scrollbar-button {
  display: none;
  /* 隐藏默认箭头按钮 */
}

html, body {
  width: 100%;
  height: 100%;
}

html.active, body.active {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}

.pc_hide {
  display: block;
}

.mb_hide {
  display: none;
}

p {
  margin: 0;
}
.jiagejisuan {
  text-align: center;
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.crumbs {
  width: 100%;
  height: auto;
  margin-top: 11px;
}

.crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_box a {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.crumbs .crumbs_box a:hover {
  color: #000;
}

.crumbs .crumbs_box span {
  margin: 0 4px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.crumbs .crumbs_box p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

#header {
  width: 100%;
  height: auto;
  position: relative;
}

#header .bullentin_box {
  width: 100%;
  height: 36px;
  background: #F6F8FC;
  position: relative;
}

#header .bullentin_box .bullentin {
  width: 100%;
  height: 36px;
  background: #F6F8FC;
}

#header .bullentin_box .bullentin .bull_item {
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 184.615% */
}

#header .bullentin_box .bullentin_tip {
  z-index: 15;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc((100% - 1200px)/2);
}

#header .bullentin_box .bullentin_tip span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

#header .header_box {
  width: 100%;
  height: auto;
}

#header .header_box .header_top {
  width: 100%;
  height: auto;
  padding: 26px 0;
  background: #fff;
}

#header .header_box .header_top .header_t_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#header .header_box .header_top .header_t_box .logo {
  width: 148px;
  height: auto;
}

#header .header_box .header_top .header_t_box .logo img {
  width: 100%;
  height: auto;
}

#header .header_box .header_top .header_t_box .search_box {
  width: 550px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #0D6FD0;
  background: #FFF;
  overflow: hidden;
  position: relative;
}

#header .header_box .header_top .header_t_box .search_box img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
}

#header .header_box .header_top .header_t_box .search_box input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 50px 0 40px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

#header .header_box .header_top .header_t_box .search_box input::placeholder {
  color: #999;
}

#header .header_box .header_top .header_t_box .search_box button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #0D6FD0;
  background: #0D6FD0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

#header .header_box .header_top .header_t_box .header_list_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

#header .header_box .header_top .header_t_box .header_list_box .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
  border-radius: 60px;
  background: #00AD4E;
}

#header .header_box .header_top .header_t_box .header_list_box .list img {
  width: 20px;
  height: 20px;
}

#header .header_box .header_top .header_t_box .header_list_box .list span {
  margin-left: 5px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .header_box .header_top .header_t_box .header_list_box .login {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
  border-radius: 60px;
  background: #0D6FD0;
}

#header .header_box .header_top .header_t_box .header_list_box .login img {
  width: 20px;
  height: 20px;
}

#header .header_box .header_top .header_t_box .header_list_box .login span {
  margin-left: 5px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .header_box .header_menu {
  width: 100%;
  height: 40px;
  background: #0D6FD0;
}

#header .header_box .header_menu .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .header_box .header_menu .container .header_categories {
  width: 250px;
  height: 100%;
  position: relative;
}

#header .header_box .header_menu .container .header_categories .all_cate {
  background: #0058AF;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 14px;
}

#header .header_box .header_menu .container .header_categories .all_cate img {
  width: 16px;
  height: 14px;
}

#header .header_box .header_menu .container .header_categories .all_cate span {
  margin-left: 16px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .header_box .header_menu .container .header_categories .cate_box {
  width: auto;
  height: 530px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  flex-direction: row;
  align-items: flex-start;
}

#header .header_box .header_menu .container .header_categories .cate_box.active {
  display: flex;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box {
  width: 250px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box .cate_b_item {
  cursor: pointer;
  width: 100%;
  height: 40px;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box .cate_b_item:hover {
  color: #0058AF;
  background: #F3F9FF;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box .cate_b_item:hover a p {
  color: #0058AF;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box .cate_b_item.active {
  color: #0058AF;
  background: #F3F9FF;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box .cate_b_item.active a p {
  color: #0058AF;
}

#header .header_box .header_menu .container .header_categories .cate_box .first_cate_box .cate_b_item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 33px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 357.143% */
}

#header .header_box .header_menu .container .header_categories .cate_box .second_cate_box {
  width: 250px;
  height: 100%;
  display: none;
}

#header .header_box .header_menu .container .header_categories .cate_box .second_cate_box .sec_c_sub_box {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 0;
}

#header .header_box .header_menu .container .header_categories .cate_box .second_cate_box .sec_c_sub_box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 33px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 357.143% */
}

#header .header_box .header_menu .container .header_categories .cate_box .second_cate_box .sec_c_sub_box a:hover p {
  color: #0058AF;
  text-decoration-line: underline;
}

#header .header_box .header_menu .container .header_categories .cate_box .second_cate_box .has_sub_cate {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#header .header_box .header_menu .container .menu_list {
  height: 100%;
  margin-left: 69px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .header_box .header_menu .container .menu_list .list_item {
  width: auto;
  margin-right: 40px;
  height: 100%;
  position: relative;
}

#header .header_box .header_menu .container .menu_list .list_item:hover .item_box {
  display: block;
}

#header .header_box .header_menu .container .menu_list .list_item .item_top {
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .header_box .header_menu .container .menu_list .list_item .item_top img {
  margin-left: 5px;
  width: 18px;
  height: 10px;
}

#header .header_box .header_menu .container .menu_list .list_item .item_box {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#header .header_box .header_menu .container .menu_list .list_item .item_box a {
  text-align: left;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#header .header_box .header_menu .container .menu_list .list_item .item_box a:hover {
  color: #0D6FD0;
}

#header .header_box .header_menu .container .menu_list .list_item .item_box a:last-child {
  margin-bottom: 0;
}

.cart_content {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}

.cart_content.active {
  display: block;
}

.cart_content.active .cart_box {
  right: 0%;
}

.cart_content .cart_box {
  width: 450px;
  height: 100%;
  background: #fff;
  padding-top: 4px;
  position: absolute;
  top: 0;
  right: -100%;
  transition: all 1s;
}

.cart_content .cart_box .cart_b_top {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #f6f8fc;
}

.cart_content .cart_box .cart_b_top .cart_b_t_title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart_content .cart_box .cart_b_top .cart_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cart_content .cart_box .cart_b_top .cart_close img {
  width: 100%;
  height: 100%;
}

.cart_content .cart_box .cart_list_box {
  width: 100%;
  max-height: 620px;
  overflow: hidden;
  overflow-y: auto;
}

.cart_content .cart_box .cart_list_box .list_item {
  width: 100%;
  height: auto;
  padding: 13px 20px;
  border-bottom: 4px solid #f6f8fc;
}

.cart_content .cart_box .cart_list_box .list_item .item_cate {
  color: #0D6FD0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

.cart_content .cart_box .cart_list_box .list_item .item_box {
  width: 100%;
  height: auto;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item {
  width: 100%;
  height: auto;
  padding: 12px 0 20px;
  border-bottom: 1px solid #D9D9D9;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item:last-child {
  border-bottom: none;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_title_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_title_box .item_title {
  width: 340px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_title_box .item_delete {
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_title_box .item_delete img {
  width: 100%;
  height: 100%;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box {
  width: auto;
  min-width: 150px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #DFEAF5;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .minus {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .minus:hover img:first-child {
  display: none;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .minus:hover img:last-child {
  display: block;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .minus img {
  width: 100%;
  height: 100%;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .minus img:first-child {
  display: block;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .minus img:last-child {
  display: none;
}
.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .quantity_input{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}
.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box input {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 64px;
  height: 100%;
  outline: none;
  border: none;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box input::placeholder {
  color: #999;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .plus {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .plus:hover img:first-child {
  display: none;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .plus:hover img:last-child {
  display: block;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .plus img {
  width: 100%;
  height: 100%;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .plus img:first-child {
  display: block;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .quantity_box .plus img:last-child {
  display: none;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .item_price {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .item_price .sale_price {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .item_price .sale_price.is_sale {
  color: #DA0000;
}

.cart_content .cart_box .cart_list_box .list_item .item_box .item_b_item .item_quantity_box .item_price .origin_price {
  margin-left: 5px;
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 200% */
  text-decoration-line: line-through;
}

.cart_content .cart_box .cart_bot {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cart_content .cart_box .cart_bot .cart_tip {
  width: 100%;
  height: auto;
  padding: 10px 20px 26px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 4px solid #f6f8fc;
}

.cart_content .cart_box .cart_bot .cart_tip .tip_img {
  width: 18px;
  height: 18px;
}

.cart_content .cart_box .cart_bot .cart_tip .tip_img img {
  width: 100%;
  height: 100%;
}

.cart_content .cart_box .cart_bot .cart_tip .tip_text {
  width: 374px;
  margin-left: 5px;
  color: #DA6600;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.cart_content .cart_box .cart_bot .cart_total_box {
  width: 100%;
  height: auto;
  padding: 20px;
}

.cart_content .cart_box .cart_bot .cart_total_box .total_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cart_content .cart_box .cart_bot .cart_total_box .total_box .total_b_title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart_content .cart_box .cart_bot .cart_total_box .total_box .total_price {
  color: #CD0010;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart_content .cart_box .cart_bot .cart_total_box .cart_btn_box {
  margin-top: 18px;
  width: 100%;
  height: auto;
}

.cart_content .cart_box .cart_bot .cart_total_box .cart_btn_box button {
  border: none;
  cursor: pointer;
  width: 100%;
  background: transparent;
}

.cart_content .cart_box .cart_bot .cart_total_box .cart_btn_box .cif_btn {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #0D6FD0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.cart_content .cart_box .cart_bot .cart_total_box .cart_btn_box .continue_add {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 6px;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#footer {
  width: 100%;
  height: auto;
}

#footer .footer_box {
  width: 100%;
  height: auto;
}

#footer .footer_box .footer_warranty {
  width: 100%;
  height: 140px;
  background: #FFF;
}

#footer .footer_box .footer_warranty .warranty_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#footer .footer_box .footer_warranty .warranty_box .warranty_item {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#footer .footer_box .footer_warranty .warranty_box .warranty_item:last-child::after {
  display: none;
}

#footer .footer_box .footer_warranty .warranty_box .warranty_item::after {
  content: '';
  width: 1px;
  height: 55px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#footer .footer_box .footer_warranty .warranty_box .warranty_item img {
  width: 44px;
  height: 44px;
}

#footer .footer_box .footer_warranty .warranty_box .warranty_item span {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

#footer .footer_box .footer_content {
  width: 100%;
  height: auto;
  background: #0D6FD0;
}

#footer .footer_box .footer_content .footer_top {
  width: 100%;
  height: auto;
  padding: 58px 0 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#footer .footer_box .footer_content .footer_top .footer_t_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#footer .footer_box .footer_content .footer_top .footer_contact {
  width: 215px;
  height: auto;
}

#footer .footer_box .footer_content .footer_top .footer_contact .footer_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#footer .footer_box .footer_content .footer_top .footer_contact .footer_text {
  text-align: left;
  margin-top: 14px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

#footer .footer_box .footer_content .footer_top .footer_nav {
  margin-left: 148px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#footer .footer_box .footer_content .footer_top .footer_nav .nav_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 138px;
}

#footer .footer_box .footer_content .footer_top .footer_nav .nav_item:last-child {
  margin-right: 0;
}

#footer .footer_box .footer_content .footer_top .footer_nav .nav_item .footer_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#footer .footer_box .footer_content .footer_top .footer_nav .nav_item .nav_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
}

#footer .footer_box .footer_content .footer_top .footer_nav .nav_item .nav_box a {
  text-align: left;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

#footer .footer_box .footer_content .footer_top .footer_nav .nav_item .nav_box a:hover {
  text-decoration: underline;
}

#footer .footer_box .footer_content .footer_top .footer_follow {
  width: 320px;
  height: auto;
  margin-left: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_share {
  width: 100%;
  height: auto;
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_share a {
  width: 30px;
  height: auto;
  display: inline-block;
  margin-right: 30px;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_share a img {
  width: 100%;
  height: auto;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_sub {
  width: 100%;
  height: auto;
  margin-top: 39px;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_sub .sub_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_sub .sub_box {
  margin-top: 19px;
  width: 100%;
  height: 40px;
  border-radius: 60px;
  border: 1px solid #FFF;
  position: relative;
  overflow: hidden;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_sub .sub_box input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 100px 0 22px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_sub .sub_box input::placeholder {
  color: #fff;
}

#footer .footer_box .footer_content .footer_top .footer_follow .footer_sub .sub_box button {
  width: 89px;
  height: 34px;
  border-radius: 60px;
  background: #FFF;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  color: #0D6FD0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 171.429% */
}

#footer .footer_box .footer_content .footer_bot {
  width: 100%;
  height: 58px;
}

#footer .footer_box .footer_content .footer_bot .footer_b_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#footer .footer_box .footer_content .footer_bot .footer_b_box p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}

.pagebox {
  margin-top: 57px;
}

.pagebox .spage-total {
  line-height: 24px;
}

.pagebox .spage-number button {
  border: none;
  width: 35px;
  height: 35px;
  background: #fff;
  padding: 0;
  margin: 0 6px;
  line-height: 35px;
  border-radius: 6px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
}

.pagebox .spage-number button:last-child {
  line-height: normal;
}

.pagebox .spage-number button:last-child img {
  width: 6px;
  height: 11px;
}

.pagebox .spage-number button:first-child {
  line-height: normal;
}

.pagebox .spage-number button:first-child img {
  width: 6px;
  height: 11px;
}

.pagebox .spage-number button.active {
  border: none;
  background: #0D6FD0;
  color: #ffffff;
}
