* {
  margin: 0;
  padding: 0;
}
.service_title {
  text-align: center;
  font-family: MiSans-Bold;
  font-size: 0.32rem;
  color: #242728;
  line-height: 1.375;
}
.Network {
  padding: 0.8rem 0;
  overflow: hidden;
  background: #fff;
}
.Network .network_map {
  width: calc(100% - 2rem);
  max-width: 100%;
  height: 7.81rem;
  margin: 0.47rem auto 0;
  position: relative;
}
.Network .network_map img {
  width: 100%;
  height: 100%;
}
.Network .map_placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
}
.Network .map_placeholder .map_dot,
.Network .map_placeholder .map_home {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
}
.Network .map_placeholder .map_dot {
  width: 0.12rem;
  height: 0.12rem;
  background: #D90B18;
  border: 0.03rem solid #fff;
  box-shadow: 0 0 0 0.01rem rgba(217, 11, 24, 0.2);
}
.Network .map_placeholder .map_home {
  left: 47.8%;
  top: 45.7%;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.03rem solid #D90B18;
  background: #fff;
}
.Network .map_placeholder .map_home::before,
.Network .map_placeholder .map_home::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Network .map_placeholder .map_home::before {
  width: 0.26rem;
  height: 0.26rem;
  border: 0.01rem solid rgba(217, 11, 24, 0.55);
}
.Network .map_placeholder .map_home::after {
  width: 0.06rem;
  height: 0.06rem;
  background: #D90B18;
}
.Network .map_placeholder .dot1 {
  left: 29%;
  top: 31%;
}
.Network .map_placeholder .dot2 {
  left: 40.5%;
  top: 31%;
}
.Network .map_placeholder .dot3 {
  left: 77.8%;
  top: 36.5%;
}
.Network .map_placeholder .dot4 {
  left: 19%;
  top: 49%;
}
.Network .map_placeholder .dot5 {
  left: 34.3%;
  top: 49.5%;
}
.Network .map_placeholder .dot6 {
  left: 24%;
  top: 66%;
}
.Network .map_placeholder .dot7 {
  left: 52.5%;
  top: 66.5%;
}
.Network .map_placeholder .dot8 {
  left: 89%;
  top: 63%;
}
.Network .map_placeholder .dot9 {
  left: 61%;
  top: 17%;
}
.Network .network_info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 1.88rem;
  margin-top: -0.3rem;
  padding: 0.38rem 0.7rem;
  background: #F3F3F3;
  border-radius: 0.1rem;
  position: relative;
  z-index: 4;
}
.Network .network_info .network_company {
  width: 35%;
  padding-top: 0.22rem;
  border-right: 0.01rem solid #B9B9B9;
}
.Network .network_info .network_company h3 {
  font-family: MiSans-Demibold;
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.4;
}
.Network .network_info .network_company p {
  margin-top: 0.2rem;
  font-family: MiSans-Regular;
  font-size: 0.18rem;
  color: #242728;
  line-height: 1.55;
}
.Network .network_info .network_contact {
  width: 27%;
  padding-left: 0.8rem;
}
.Network .network_info .network_address {
  width: 34%;
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding-left: 0.1rem;
}
.Network .network_info .contact_line {
  display: flex;
  align-items: center;
  margin-bottom: 0.22rem;
}
.Network .network_info .contact_line:last-child {
  margin-bottom: 0;
}
.Network .network_info .ico {
  width: 0.4rem;
  height: 0.4rem;
  flex: 0 0 0.4rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.Network .network_info .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Network .network_info .contact_text {
  font-family: MiSans-Medium;
  font-weight: 500;
  font-size: 0.18rem;
  color: #242728;
  line-height: 1.62;
}
.Network .network_info .contact_text span {
  display: inline-block;
  margin-right: 0.1rem;
  font-family: MiSans-Regular;
  font-weight: 400;
  color: #242728;
  text-transform: uppercase;
}
.Network .network_info .contact_text p {
  margin-top: 0.2rem;
  font-family: MiSans-Medium;
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.65;
}
.Support {
  padding: 0 0 0.8rem;
  background: #fff;
  overflow: hidden;
}
.Support .support_desc {
  margin-top: 0.2rem;
  text-align: center;
  font-family: MiSans-Regular;
  font-size: 0.16rem;
  color: #777777;
  line-height: 1.7;
}
.Support .support_tabs {
  margin-top: 0.5rem;
  border-bottom: 0.01rem solid #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Support .support_tabs .tab_item {
  padding: 0 0.25rem 0.27rem;
  font-family: MiSans-Medium;
  font-size: 0.22rem;
  color: #242728;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.Support .support_tabs .tab_item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.01rem;
  transform: translateX(-50%);
  width: 0;
  height: 0.02rem;
  background: #D90B18;
  transition: all 0.3s;
}
.Support .support_tabs .tab_item.active,
.Support .support_tabs .tab_item:hover {
  color: #D90B18;
}
.Support .support_tabs .tab_item.active::before,
.Support .support_tabs .tab_item:hover::before {
  width: calc(100% - 0.56rem);
}
.Support .support_content {
  margin-top: 0.3rem;
}
.Support .support_content .support_panel {
  display: none;
  min-height: 5.6rem;
  background: #F4F4F4;
}
.Support .support_content .support_panel.active {
  display: flex;
}
.Support .support_content .support_text {
  width: 30%;
  padding: 0.45rem 0.4rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
  border: 0.02rem solid #F2F2F2;
}
.Support .support_content .support_text h3 {
  font-family: MiSans-Demibold;
  font-size: 0.24rem;
  color: #242728;
  line-height: 1.4;
}
.Support .support_content .support_text p {
  margin-top: 0.3rem;
  font-family: MiSans-Medium;
  font-size: 0.2rem;
  color: #555555;
  line-height: 1.55;
}
.Support .support_content .support_text ul {
  margin-top: 0.3rem;
  list-style: none;
}
.Support .support_content .support_text ul li {
  margin-bottom: 0.26rem;
  font-family: MiSans-Regular;
  font-size: 0.16rem;
  color: #777777;
  line-height: 1.72;
}
.Support .support_content .support_text ul li::before {
  content: "* ";
}
.Support .support_content .support_text ul li:last-child {
  margin-bottom: 0;
}
.Support .support_content .support_img {
  width: 70%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.Center {
  padding: 0.2rem 0 1rem;
  background: #fff;
  overflow: hidden;
}
.Center .center_box {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.2rem;
}
.Center .center_item {
  height: 1.4rem;
  display: flex;
  align-items: center;
  padding: 0 0.56rem;
  background: #F2F2F2;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.Center .center_item .center_icon {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 0.5rem;
  margin-right: 0.4rem;
  position: relative;
}
.Center .center_item .center_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Center .center_item span {
  flex: 1;
  font-family: MiSans-Demibold;
  font-weight: 600;
  font-size: 0.24rem;
  color: #242728;
}
.Center .center_item em {
  width: 0.4rem;
  height: 0.25rem;
  background: url(../img/center_icon.png) no-repeat center center;
  background-size: contain;
}
.Center .center_item.active,
.Center .center_item:hover {
  background: #D90B18;
}
.Center .center_item.active span,
.Center .center_item:hover span {
  color: #FFFFFF;
}
.Center .center_item.active .center_icon img,
.Center .center_item:hover .center_icon img,
.Center .center_item.active em,
.Center .center_item:hover em {
  filter: brightness(0) invert(1);
}
.Contact {
  padding: 0.8rem 0 1.2rem;
  background: #F2F2F2;
  overflow: hidden;
}
.Contact .contact_form {
  width: 14.2rem;
  max-width: 100%;
  margin: 0.5rem auto 0;
}
.Contact .contact_form .form_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.2rem;
  row-gap: 0.22rem;
}
.Contact .contact_form input,
.Contact .contact_form textarea {
  width: 100%;
  background: #FFFFFF;
  border: 0.01rem solid #CBCBCB;
  font-family: MiSans-Regular;
  font-size: 0.16rem;
  color: #333333;
}
.Contact .contact_form input::placeholder,
.Contact .contact_form textarea::placeholder {
  color: #ACACAC;
}
.Contact .contact_form input {
  height: 0.5rem;
  padding: 0 0.2rem;
}
.Contact .contact_form .form_li{
    position: relative;
}
.Contact .contact_form .form_li::before,
.Contact .contact_form .captcha_row::before{
    content: "*";
    position: absolute;
    top: 0.14rem;
    left: 0.12rem;
    font-family: MiSans-Regular;
    font-size: 0.16rem;
    color: red;
}
.Contact .contact_form .captcha_row {
  display: flex;
  background: #fff;
  align-items: center;
  border: 0.01rem solid #CBCBCB;
  padding-right: 0.05rem;
  position: relative;
}
.Contact .contact_form .captcha_row input {
  flex: 1;
  min-width: 0;
  border: none;
}
.Contact .contact_form .captcha_row .captcha_img {
  width: 1.14rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #D4D4D4;
  background: repeating-linear-gradient(145deg, rgba(137, 158, 184, 0.18) 0 0.04rem, transparent 0.04rem 0.09rem), #f7f7f7;
  font-family: MiSans-Regular;
  font-size: 0.2rem;
  color: #AEB8C2;
  letter-spacing: 0.02rem;
  line-height: 1;
}
.Contact .contact_form textarea {
  display: block;
  height: 2rem;
  margin-top: 0.22rem;
  padding: 0.14rem 0.2rem;
  resize: none;
}
.Contact .contact_form textarea + textarea {
  margin-top: 0.22rem;
}
.Contact .contact_form .agree_row {
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-top: 0.16rem;
  font-family: MiSans-Regular;
  font-size: 0.16rem;
  color: #777777;
  line-height: 1.6;
  cursor: pointer;
}
.Contact .contact_form .agree_row input {
  width: 0.16rem;
  height: 0.16rem;
  flex: 0 0 0.16rem;
  margin: 0.035rem 0.1rem 0 0;
  padding: 0;
  border: 0.01rem solid #C7C7C7;
}
.Contact .contact_form button {
  display: block;
  width: 3rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
  background: #D90B18;
  border: none;
  border-radius: 0.05rem;
  font-family: MiSans-Regular;
  font-size: 0.18rem;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s;
}
.Contact .contact_form button:hover {
  background: #b90914;
}
@media (max-width: 1042px) {
    .service_title{
        font-size: 36px;
    }
    .Network{
        padding: 80px 0;
    }
    .Network .network_map{
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }
    .Network .network_info {
        padding: 40px;
        flex-direction: column;
        row-gap: 30px;
        border-radius: 10px;
    }
    
    .Network .network_info .network_company{
        width: 100%;
        padding: 0;
        border-right: none;
        border-bottom: 0.01rem solid #D6D6D6;
        padding-bottom: 20px;
    }
    .Network .network_info .network_contact,
    .Network .network_info .network_address{
        width: 100%;
        padding: 0;
        border: none;
    }
    .Network .network_info .network_company h3{
        font-size: 24px;
    }
    .Network .network_info .network_company p{
        font-size: 18px;
        margin-top: 10px;
    }
    .Network .network_info .ico{
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }
    .Network .network_info .contact_text,
    .Network .network_info .contact_text span{
        font-size: 18px;
    }
    .Network .network_info .contact_text p{
        font-size: 16px;
        margin-top: 10px;
    }

    .Support{
        padding: 0 0 80px;
    }
    .Support .support_desc{
        font-size: 18px;
    }
    .Support .support_tabs{
        margin-top: 40px;
        overflow-x: auto;
        padding-bottom: 10px;
        justify-content: left;
        column-gap: 40px;
    }
    .Support .support_tabs::-webkit-scrollbar {
        height: 4px;
    }
    .Support .support_tabs::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .Support .support_tabs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .Support .support_tabs .tab_item{
        font-size: 20px;
        padding: 0 0 15px;
    }
    .Support .support_content .support_panel{
        flex-direction: column;
    }
    .Support .support_content .support_text{
        width: 100%;
        padding: 30px;
    }
    .Support .support_content .support_text h3{
        font-size: 22px;
    }
    .Support .support_content .support_text p{
        font-size: 18px;
        margin-top: 15px;
    }
    .Support .support_content .support_text ul{
        margin-top: 15px;
    }
    .Support .support_content .support_text ul li{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .Support .support_content .support_img,
    .Support .support_content .support_img img {
        width: 100%;
        height: auto;
    }

    .Center{
        padding: 0 0 80px;
    }
    .Center .center_box{
        margin-top: 30px;
        display: flex;
        row-gap: 15px;
        flex-wrap: wrap;
    }
    .Center .center_item{
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .Center .center_item span{
        font-size: 22px;
    }
    .Center .center_item .center_icon{
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-right: 20px;
    }
    .Center .center_item em{
        width: 30px;
    }


    .Contact{
        padding: 80px 0;
    }
    .Contact .contact_form{
        width: 100%;
        margin: 40px auto 0;
    }
    .Contact .contact_form .form_grid{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
        row-gap: 16px;
    }
    .Contact .contact_form input{
        height: auto;
        padding: 15px;
        font-size: 16px;
    }
    .Contact .contact_form textarea,
    .Contact .contact_form textarea+textarea{
        margin-top: 16px;
        font-size: 16px;
    }
    .Contact .contact_form .agree_row{
        font-size: 16px;
    }
    .Contact .contact_form button{
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .service_title {
        font-size: 24px;
    }

    .Network{
        padding: 50px 0;
    }

    .Network {
        padding-top: 0.55rem;
    }
    .Network .network_map {
        margin-top: 20px;
    }
    .Network .network_info {
        margin-top: 0;
        padding: 20px;
    }
    .Network .network_info .network_company h3{
        font-size: 20px;
    }
    .Network .network_info .network_company p{
        font-size: 16px;
        margin-top: 10px;
    }
    .Network .network_info .ico{
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .Network .network_info .contact_text,
    .Network .network_info .contact_text span{
        font-size: 16px;
    }
    .Network .network_info .contact_text p{
        font-size: 14px;
        margin-top: 6px;
    }

    
    .Support{
        padding: 0 0 50px;
    }
    .Support .support_desc{
        font-size: 16px;
        margin-top: 20px;
    }
    .Support .support_tabs .tab_item {
        font-size: 18px;
    }
    .Support .support_content .support_text {
        padding: 15px;
    }
    .Support .support_content .support_text h3{
        font-size: 20px;
    }
    .Support .support_content .support_text p{
        font-size: 16px;
        margin-top: 15px;
    }
    .Support .support_content .support_text ul li{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .Support .support_content .support_img {
        min-height: 3rem;
    }



    .Center{
        padding: 0 0 50px;
    }
    .Center .center_item {
        height: auto;
        min-height: 1.15rem;
        padding: 0.26rem;
    }
    .Center .center_item span{
        font-size: 16px;
    }
    .Center .center_box {
        grid-template-columns: 1fr;
        row-gap: 0.24rem;
    }
     .Contact{
        padding: 50px 0;
     }
    .Contact .contact_form .form_grid {
        grid-template-columns: 1fr;
    }
    .Contact .contact_form input{
        padding: 10px 15px;
    }
    .Contact .contact_form .captcha_row .captcha_img {
        width: 1.8rem;
        height: 0.5rem;
        font-size: 16px;
    }
    .Contact .contact_form textarea {
        height: 2.4rem;
    }
    .Contact .contact_form .agree_row{
        font-size: 14px;
    }
    .Contact .contact_form button {
        width: 100%;
        height: 40px;
    }
    .Contact .contact_form .agree_row input{
        width: 16px;
        height: 16px;
    }
}