.nav_tit {
  font-weight:400;
  text-align: center;
  color: #2b2b2b;
  line-height: 1;
}
.nav_tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: auto;
  margin-top: 18px;
  background: #d0121b;
}
.page5 .main_r .table {
    
        margin-top: 0px;
    
}
.dis_flex {
  display: flex;
}
.subTit {
  margin-top: 1.4583vw;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.nav_mes {
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
  margin-top: 1.25vw;
}
#crumb {
  background: #fafafa;
}
.con .page1 {
  background: #fafafa;
  padding:60px 0 70px 0;
}
.con .page1 .main {
  justify-content: center;
  padding: 0 40px;
  margin-top: 40px;
}
.con .page1 .main > div {
  flex: 0 0 calc((100% - 5.2%)/3);
  background: #f7f1f1;
  border-radius: 20px;
  box-shadow: 5px 8.66px 18px 0px rgba(223, 35, 45, 0.1);
  margin-right: 2.6%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.con .page1 .main > div .image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: linear-gradient(rgba(255, 63, 72, 0.3) 0%, rgba(219, 32, 41, 0.3) 100%);
  padding: 10px;
}
.con .page1 .main > div .image > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(#ff3f48 0%, #db2029 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .page1 .main > div .image > div img {
  max-width: 50%;
}
.con .page1 .main > div p {
  font-weight: 400;
  color: #333333;
  letter-spacing: 2.2px;
  margin-left: 20px;
}
.con .page1 .main > div:last-child {
  margin-right: 0;
}
.con .page1 .tit {
  margin-top: 70px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con .page1 .tit:before,
.con .page1 .tit:after {
  content: "";
  width: 38%;
  height: 1px;
  opacity: 0.2;
  display: inline-block;
  background: #d0111b;
}
.con .page1 .main_2 {
  margin-top: 40px;
}
.con .page1 .main_2 .list {
  flex: 1;
  margin-right: 80px;
  background: #fceeee;
  border: 1px solid #d90c36;
  border-radius: 30px;
  box-shadow: 5px 8.66px 18px 0px rgba(223, 35, 45, 0.1);
  display: flex;
  align-items: center;
  padding: 20px;
}
.con .page1 .main_2 .list:first-child {
  margin-left: 0;
}
.con .page1 .main_2 .list:last-child {
  margin-right: 0;
}
.con .page1 .main_2 .list .num {
  width: 106px;
  height: 106px;
  background: linear-gradient(-30deg, #f31f2b 0%, #f36a1f 100%);
  border: 1px solid #d0111b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  border-radius: 100%;
  margin-left: -53px;
  flex: 0 0 auto;
}
.con .page1 .main_2 .list .toLink {
    flex: 1;
  margin-left: 12px;
  padding: 20px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(-10deg, #fb2a3e 0%, #ff6000 100%);
  border-radius: 35px;
  box-shadow: 3px 5.2px 10px 0px rgba(213, 24, 24, 0.8);
}
.con .page1 .main_2 .list .toLink a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.con .page1 .main_2 .list .toLink a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s linear;
}
.con .page1 .main_2 .list .toLink span {
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.con .page1 .main_2 .list .toLink a:hover::after {
  width: 100%;
}
.con .page1 .main_2 .list .toLink a:hover span {
  transform: translateX(10px);
}
.con .page1 .main_2 .list .toTel {
    margin-left: 12px;
}
.con .page1 .main_2 .list .toTel a {
  display: flex;
  align-items: center;
}
.con .page1 .main_2 .list .toTel a > p {
  width: 67px;
  height: 67px;
  flex: 0 0 auto;
  background: #FCD4D6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .page1 .main_2 .list .toTel a > p img {
  max-width: 80%;
  max-height: 80%;
}
.con .page1 .main_2 .list .toTel a > div {
  margin-left: 14px;
}
.con .page1 .main_2 .list .toTel a > div .phone {
  font-weight: 800;
  font-style: italic;
  text-align: left;
  color: #d0111b;
  position: relative;
}
.con .page1 .main_2 .list .toTel a > div .phone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d0111b;
  transition: all 0.4s linear;
}
.con .page1 .main_2 .list .toTel a > div .mes {
  font-weight: 400;
  color: #333333;
}
.con .page1 .main_2 .list .toTel a:hover .phone::after {
  width: 100%;
}
.con .page1 .main_2 .list .toCode {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.con .page1 .main_2 .list .toCode > p {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 3px 5.2px 10px 0px rgba(233, 11, 11, 0.2);
  width: 100px;
  padding: 2px;
  overflow: hidden;
}
.con .page1 .main_2 .list .toCode > p img {
  width: 100%;
}
.con .page1 .main_2 .list .toCode > div {
  margin-left: 14px;
}
.con .page1 .main_2 .list .toCode > div p {
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}
.con .page2 {
  padding: 70px 0;
}
.con .page2 .main {
  display: flex;
  margin-top: 40px;
}
.con .page2 .main > img {
      height: auto;
    margin: 0 10px;
    line-height: 1;
    align-self: center;
}
.con .page2 .main > div {
  flex: 0 0 auto;
  min-width: 200px;
  background: linear-gradient(0deg, #fbebea 0%, #fffdfc 100%);
  border: 1px dashed #c9141e;
  border-radius: 40px;
  padding: 20px 20px 40px 20px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
.con .page2 .main > div .list {
  flex: 1;
  max-width: 90px;
}
.con .page2 .main > div:nth-child(2) div.tit {
  width: 10.4167vw;
}
.con .page2 .main > div:last-child {
  flex: 1;
}
.con .page2 .main > div:last-child div.tit {
  width: 21.875vw;
}
.con .page2 .main > div span:last-of-type {
  display: none;
}
.con .page2 .main > div span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  background: linear-gradient(rgba(255, 63, 72, 0.1) 0%, rgba(219, 32, 41, 0.1) 100%);
  top: 45px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.con .page2 .main > div span i {
  width: 8px;
  height: 8px;
  opacity: 0.7;
  border-radius: 100%;
  background: #fb2a3e;
  display: inline-block;
}
.con .page2 .main > div .image {
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: linear-gradient(rgba(255, 63, 72, 0.2) 0%, rgba(219, 32, 41, 0.2) 100%);
  padding: 18px;
}
.con .page2 .main > div .image div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(#ff3f48 0%, #db2029 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .page2 .main > div .image div img {
  max-width: 50%;
}
.con .page2 .main > div p.tit {
  max-width: 100%;
  font-weight: 400;
  text-align: center;
  color: #333333;
  margin-top: 18px;
}
.con .page2 .main > div div.tit {
  min-width: 160px;
  max-width: 420px;
  position: absolute;
  top: 100%;
  left: 50%;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50px;
  background: linear-gradient(to right, #FB532E 0%, #FB3038 100%);
}
.con .page2 .page2_footer {
  margin-top: 70px;
  padding: 20px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 3px 5.2px 10px 0px rgba(179, 179, 179, 0.42);
  justify-content: space-between;
}
.con .page2 .page2_footer .tit {
  font-weight: 400;
  color: #333333;
}
.con .page2 .page2_footer .right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.con .page2 .page2_footer .right .image {
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(219, 51, 60, 0.1);
  padding: 18px;
}
.con .page2 .page2_footer .right .image div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #db333c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .page2 .page2_footer .right .image div img {
  max-width: 50%;
}
.con .page2 .page2_footer .right p {
  margin-left:20px;
}
.con .page2 .page2_footer .right p span {
  color: #d0111b;
}
.con .page2 .page2_footer .right hr {
  width: 1px;
  height: 29px;
  background: #dcdcdc;
  margin: 0 40px;
}
.con .page3 {
  padding:70px 0;
  background: #fafafa;
}
.con .page3 table {
  margin-top: 40px;
  width: 100%;
  border: 2px solid #fff;
  border-collapse: collapse;
}
.con .page3 table th,
.con .page3 table td {
  border: 1px solid #fff;
}
.con .page3 table thead {
  width: 100%;
  background: url(/static/cn/img/serviceSupport_afterSales_table_bg1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.con .page3 table thead tr th {
  padding: 20px;
  text-align: center;
}
.con .page3 table tbody tr td {
  background: rgba(229, 229, 229, 0.5);
  text-align: center;
  padding: 20px;
  color: #333;
}
.con .page3 table tbody tr td:first-child {
 
  background: linear-gradient(0deg, #f7d8d4 0%, #fffdfc 100%);
}
.con .page4 {
  padding:70px 0 0 0;
}
.con .page4 table {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #898989;
  border-collapse: collapse;
}
.con .page4 table th,
.con .page4 table td {
  border: 1px solid #898989;
}
.con .page4 table thead {
  width: 100%;
  background: #dcdcdc;
}
.con .page4 table thead tr th {
  padding: 20px;
  text-align: center;
  color: #333333;
  font-weight: 600;
}
.con .page4 table tbody tr td {
  background: #ffffff;
  text-align: center;
  padding: 14px;
  color: #333;
}
.con .page4 table tbody tr td:first-child {

  background: #f5f5f5;
}
.con .page4 table tbody tr td:not(first-child) {
  font-size: 14px;
}
.con .page5 {
  padding: 40px 0 0 0;
}
.con .page5 .main_r table{
    
    margin-top:0;
    
}
.con .page5 .main_l {
  flex: 1;
  margin-right: 2.7%;
}
.con .page5 .main_l .list {
  padding:20px 40px;
  background: url(/static/cn/img/serviceSupport_afterSales_page5_bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.con .page5 .main_l .list:last-child {
  margin-bottom: 0;
}
.con .page5 .main_l .list .tit {
  font-weight: 400;
  text-align: left;
  color: #d0111b;
}
.con .page5 .main_l .list .mes {
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 1.8;
  margin-top: 20px;
}
.con .page5 .main_r {
  flex: 0 0 65.97%;
}
.con .page5 .main_r table {
  width: 100%;
  border: 1px solid #898989;
  border-collapse: collapse;
}
.con .page5 .main_r table th,
.con .page5 .main_r table td {
  border: 1px solid #898989;
}
.con .page5 .main_r table thead th {
  background: #dcdcdc;
  padding: 12px;
  color: #333333;
  font-weight: 600;
  text-align: center;
}
.con .page5 .main_r table tbody tr td {
  background: #ffffff;
  padding: 20px;
  color: #333;
  font-size: 14px;
  width: 50%;
  line-height: 1.7;
}
.con .page5 .main_r table tbody tr td:nth-child(2) {
  text-align: center;
}
.con .page5 .main_r table .tbody2 tr td {
  padding: 12px 20px;
}
.con .page6 {
  padding:70px 0 50px 0;
}
.con .page6 .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.con .page6 .main .list {
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.35);
  flex: 0 0 calc((100% - (18px*7))/8);
  margin-right: 18px;
  padding: 20px 10px;
  text-align: center;
}
.con .page6 .main .list:nth-child(8n) {
  margin-right: 0;
}
.con .page6 .main .list .image {
  width: 84px;
  height: 84px;
  background: #f6f4f9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom:20px;
}
.con .page6 .main .list .image img {
  max-width: 80%;
  max-height: 80%;
  transition: all 0.4s linear;
}
.con .page6 .main .list:hover img {
  transform: translateY(-10px);
}
.con .page6 .main .list .num_con {
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.con .page6 .main .list .numtit {
  margin-top: 10px;
}
.con .page6 .mt_100 {
  margin-top: 40px;
  justify-content: center;
}
.con .page6 .mt_100 > div {
  flex: 0 0 calc((100% - 40px)/3);
  margin-right: 20px;
  margin-bottom: 20px;
  background: linear-gradient(0deg, #fbebea 0%, #fffdfc 100%);
  border: 1px dashed #c9141e;
  border-radius: 10px;
  min-height: 134px;
  padding: 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #333333;
  transition: all 0.4s linear;
}
.con .page6 .mt_100 > div:hover {
  box-shadow: 0px 10px 20px 0px rgba(201, 20, 30, 0.35);
}
.con .page6 .mt_100 > div:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  .con .page2 .main > div .image {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .con .page6 .main .list {
      margin-right: 10px;
  }
  .con .page1 .main_2 .list .toTel a > div .phone{
   
        font-size: 28px;
  }
  .con .page2 .page2_footer .right .image {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .con .page2 .main > div span {
    top: 30px;
  }
  .con .page1 .main_2 .list .num {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
  .con .page1 .main_2 .list .toLink span {
    margin-left: 2vw;
  }
  .con .page1 .main_2 .list .toTel a > p {
    width: 54px;
    height: 54px;
  }
  .con .page1 .main_2 .list .toTel a > p img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1440px) {
 .con .page1 .main_2 .list .toTel a > div .phone{
   
        font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) {
   .con .page1 .main_2 .list .num {
        width: 46px;
        height: 46px;
        margin-left: -40px;
        font-size: 24px;
    }
      .con .page1 .main_2 .list {
        margin-right: 46px;
    }
    .con .page1 .main_2 .list .toLink {
        padding: 10px 20px;
    }
       .con .page1 .main_2  .list .toTel a > p {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 1200px) {
  .con .page6 .main .list {
    flex: 0 0 calc((100% - (18px*3)) / 4);
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .con .page1 .main_2 .list{
      margin-right: 40px;
  }
      .con .page1 .main_2 .list .toTel a > div .phone {
        font-size: 24px;
    }
  .con .page6 .main .list:nth-child(4n) {
    margin-right: 0;
  }
  .con .page6 .main {
    flex-wrap: wrap;
  }
  .con .page1 .main > div .image {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
    .con .page1 .main_2{
        flex-wrap: wrap;
    }
   .con .page1 .main_2 .list .toTel a > div .phone {
        font-size: 24px;
    }
   .con .page1 .main_2 .list:nth-child(2) {
        margin-right: 0;
    }
    .con .page1 .main_2 .list:last-child{
        flex: 0 0 100%;
                margin-top: 20px
    }
    
}
@media only screen and (max-width: 768px) {
  .dis_flex {
    flex-wrap: wrap;
  }
    .con .page1 .main_2 .list:last-child{
      
                margin-top: 0
    }
  
  .con .page2 .main {
    flex-wrap: wrap;
  }
  .con .page1 {
    padding: 20px 0;
  }
  .con .page1 .main {
    margin-top: 20px;
  }
  .nav_tit::after {
    margin-top: 10px;
  }
  .con .page1 .main > div {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .con .page1 .main > div .image {
    width: 40px;
    height: 40px;
  }
  .con .page1 .main > div p {
    margin-left: 10px;
  }
  .con .page1 .tit {
    margin-top: 20px;
  }
  .con .page1 .main_2 {
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .con .page1 .main_2 .list:first-child {
    margin: 0;
  }
  .con .page1 .tit:before,
  .con .page1 .tit:after {
    width: 20%;
  }
  .con .page1 .main_2 .list {
    flex: 0 0 100%;
    margin-bottom: 20px !important;
  }
  .con .page1 .main_2 .list .toLink {
    padding: 10px 20px;
    margin-left: 10px;
  }
  .con .page1 .main_2 .list .toCode,
  .con .page1 .main_2 .list .toTel {
    margin-left: 10px;
  }
  .con .page1 .main_2 .list .toLink span svg {
    width: 16px;
  }
  .con .page1 .main_2 .list .toTel a > p {
    width: 32px;
    height: 32px;
  }
  .con .page1 .main_2 .list .toCode > p {
    width: 80px;
  }
  .con .page2 .main > div div.tit{
      padding: 10px 20px;
  }
  .con .page1 .main_2 .list .num {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .con .page2 {
    padding: 40px 0  ;
  }
  .con .page2 .main {
    margin-top: 20px;
  }
  .con .page2 .main > div {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  .con .page2 .main > div p.tit {
    margin-top: 10px;
  }
  .con .page2 .main > div .image {
    width: 40px;
    height: 40px;
  }
  .con .page2 .main > div span {
    top: 20px;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
  }
  .con .page2 .main > div {
    flex-wrap: wrap;
  }
  .con .page2 .main > div:last-child span {
    display: none;
  }
  .con .page2 .main > div .list {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .con .page2 .main > img {
    display: none;
  }
  .con .page2 .page2_footer {
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 20px;
  }
  .con .page2 .page2_footer .tit {
    margin: auto;
  }
  .con .page2 .page2_footer .right .image {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .con .page2 .page2_footer .right {
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
  }
  .con .page2 .page2_footer .right .image {
    display: none;
  }
  .con .page2 .page2_footer .right p {
    flex: 0 0 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
  .con .page2 .page2_footer .right hr {
    display: none;
  }
  .con .page3 {
    padding:40px 0;
  }
  .con .page3 table {
    margin-top: 20px;
  }
  .con .page4 {
    padding-top:40px;
  }
  .con .page4 table {
    margin-top: 20px;
  }
  .dis_flex {
    flex-wrap: wrap;
  }
  .con .page5 .main_l {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .con .page5 .main_r {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .con .page5 .main_l .list {
    padding: 20px;
    margin-bottom: 20px;
  }
  .con .page5 .main_l .list .mes {
    margin-top: 10px;
  }
  .con .page5 {
    padding-top:40px;
  }
  .con .page6 {
    padding: 40px 0 30px 0;
  }
  .con .page6 .main {
    margin-top: 20px;
  }
  .con .page6 .mt_100{
      margin-top: 50px;
  }
  .con .page6 .main .list {
    flex: 0 0 calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }
  .con .page6 .main .list .image {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .con .page6 .main .list .image img {
    max-width: 50%;
  }
  .con .page6 .main .list .numtit {
    margin-top: 10px;
  }
  .con .page6 .main .list:nth-child(2n) {
    margin-right: 0;
  }
  .con .page6 .mt_100 > div {
    flex: 0 0 calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: auto;
    padding: 10px 20px;
    
  }
 .con .page6 .mt_100 > div:nth-child(3n) {
     margin-right: 10px;
 }
    .con .page6 .mt_100 > div:nth-child(2n) {
          margin-right: 0;
    }
}
