@font-face {
  font-family: 'Source Hans Sans CN';
  src: url('../fonts/SourceHanSansCN-Regular.ttf') format('ttf'),
        url('../fonts/SourceHanSansCN-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Source Hans Sans CN', sans-serif;
}

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

.header {
  background-color: #fff;
  height: 80px;
}

.navia {
  display: flex;
  height: 100%;

  border-bottom: solid 1px #F83902;
  box-shadow: inset -4px -49px 54px -70px rgba(248,57,2,0.66);
}

.header .header-links {
  width: 1200px;
  margin: 0 auto;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header .header-links a {
  color: #000;
  font-weight: bold;
  margin-left: 10px;

  display: flex;
  align-items: center;
  gap: 5px;
}

body .row {
  width: 1200px;
  margin: 0 auto 15px;
}

.content_container {
  width: 100%;
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding-top: 80px;

  background: url("../images/content-bg.png") no-repeat center center;
  background-size: cover;
}

.title_div {
  padding: 0 0px;

  position: relative;
  z-index: 1;
}

.title_div:after {
  content: "";

  display: block;
  width: 20px;
  height: 20px;

  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;

  background: white;
  border-bottom: solid 1px #F83902;
}

.route-help {
  border: solid 1px #F83902;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 0;
  background: white;

  padding: 15px;
}

.back_wathet {
  background-color: #fe7f5a;
  background: linear-gradient(90deg, rgba(254,127,91,1) 0%, rgba(248,62,8,1) 75%);
  border-radius: 15px;
  border-top-right-radius: 0;

  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 1;
}

.back_wathet.xianlu {
  border-bottom-right-radius: 0;
  height: 132px;
}

.back_wathet1 {
  height: 188px;
  background-color: #fe7f5a;
  background: linear-gradient(90deg, rgba(254,127,91,1) 0%, rgba(248,62,8,1) 75%);
  border-radius: 15px;
  border-top-right-radius: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 1;
}

.back_wathet1 .bnb_icon_font {
  padding-top: 20%;
}

.extra-btn {
  display: block;
  height: calc((156px / 2) - 10px);
  margin-bottom: 10px;
  width: 100%;
}

.extra-btn img {
  height: 100%;
  width: 100%;
  padding-left: 5px;
}

.bnb_icon_font {
  width: 155px;
  margin: 0 auto;
  padding: 25px 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bnb_icon_font .bif_font {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.bnb_icon_font .bif_font1 {
  color: #fff;
  width: 70px;
  font-weight: 900;
  font-size: 24px;
  line-height: 20px;
  margin: 10px 0px 0px 58px;
}

.bnb_icon_font .title-icon {
  width: 40px;
}

.entrance .col-md-2 .div_entrance1 a:first-child .de_icon {
  border-bottom: 0;
}

.entrance .col-md-2:last-child .div_entrance1 a:first-child .de_icon {
  border-top-right-radius: 15px;
}

.entrance .col-md-2:last-child .div_entrance1 a:last-child .de_icon {
  border-bottom-right-radius: 15px;
}

#ultest {
  background: white;
  border-top: solid 1px #F83902;
  border-bottom: solid 1px #F83902;
  border-right: solid 1px #F83902;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;

  padding: 10px 0 10px 20px;

  position: relative;
}
  
#ultest:before {
  content: "";
  display: block;

  width: 25px;
  height: 130px;
  background: #F83902;

  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;

  position: absolute;
  top: 0;
  left: 0;
}

#ultest .back_XL {
  text-align: center;
}

.LinkTip {
  min-width: 120px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;

  background-color: white;
  box-shadow: inset -4px -49px 90px -70px rgba(248,57,2,0.66);

  border: solid 1px #F83902;
  border-radius: 15px;

  color: #0d975b;
  font-size: 20px;
  text-align: center;
}

.div_entrance {
  border: 1px solid #ddd;
  height: 110px;
  background-color: #fff;
}

.back_LX1 .bl1 {
  border-bottom: 1px solid #49ceff;
  line-height: 54px;
  background-color: #c9eaff;
  font-weight: 900;
  color: #999;
}
 
.back_LX1 {
  background-color: #fff;
  border: 1px solid #49ceff;
}

.back_LX1 .icon_ent2 {
  margin: 18px 0 0 43px;
}

.back_LK1 #kkk {
  display: none;
}

.div_entrance1 a {
  color: #000;
}

.de_icon {
  height: 55px;
}

.de_icon.full_height {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div_entrance1 .de_icon:hover .ent_name {
  color: gray;
}

.de_icon .div_center {
  width: 110px;
  margin: 0 auto;
  line-height: 50px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.back_gray {
  background-color: #c9eaff;
}

.div_center .icon_ent {
  height: 20px;
  width: 20px;
  background: url("../images/logo_icon2.png");
  background-position: 34px -1px;
}

.icon_ent2 {
  height: 20px;
  width: 20px;
  background: url("../images/icon.png");
  background-position: -288px 1px;
  float: left;
  margin-top: 17px;
  margin-right: 3px;
}

.ent_font {
  font-size: 28px;
  font-weight: bold;
  color: #f83902;
}

.div_center .ie_1 {
  background-position: -19px -1px;
}

.div_center .ie_2 {
  background-position: -135px -1px;
}

.div_center .ie_3 {
  background-position: -154px -1px;
}

.div_center .ie_4 {
  background-position: -306px -1px;
}

.div_center .ie_5 {
  background-position: -480px -1px;
}

.div_center .ie_6 {
  background-position: -441px -1px;
}

.div_center .ie_7 {
  background-position: -79px -1px;
}

.div_center .ie_8 {
  background-position: -209px -1px;
}

.div_center .ie_9 {
  background-position: -256px 0px;
  background-size: 733px;
}

.div_center .ie_10 {
  background-position: -322px -1px;
}

.div_center .ie_11 {
  background-position: -579px -1px;
}

.div_center .ie_12 {
  background-position: -519px -1px;
}

.div_center .ie_13 {
  background-position: 1px -1px;
}

.div_center .ie_14 {
  background-position: -97px -1px;
}

.div_center .ie_15 {
  background-position: -381px -1px;
}

.div_center .ie_16 {
  background-position: -264px -1px;
}

.div_center .ie_17 {
  background-position: -421px -1px;
}

.div_center .ie_18 {
  background-position: -401px -1px;
}

.div_center .ie_19 {
  background-position: -60px -1px;
}

.div_center .ie_20 {
  background-position: -211px -2px;
  background-size: 720px;
}

.div_center .ie_21 {
  background-position: -245px -1px;
}

.div_center .ie_22 {
  background-position: -342px -1px;
}

.div_center .ie_23 {
  background-position: -561px 0px;
}

.div_center .ie_24 {
  background-position: -501px -1px;
}

.div_center .ie_25 {
  background-position: -40px -1px;
}

.div_center .ie_26 {
  background-position: -154px -1px;
}

.div_center .ie_27 {
  background-position: -136px -1px;
}

.div_center .ie_28 {
  background-position: -305px -1px;
}

.div_center .ie_29 {
  background-position: -480px -1px;
}

.div_center .ie_30 {
  background-position: -19px -1px;
}

.div_center .ie_31 {
  background-position: -117px -1px;
}

.div_center .ie_32 {
  background-position: -173px -1px;
}

.div_center .ie_33 {
  background-position: -285 -1px;
}

.div_center .ie_34 {
  background-position: -362px -1px;
}

.div_center .ie_35 {
  background-position: 53px -1px;
}

.div_center .ie_36 {
  background-position: -542px -1px;
}

.speed {
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 50px;
}

.red_font {
  color: red;
}

.div_entrance1 .de_icon {
  height: 54px;
  border: 1px solid #F83902;
  background-color: #fff;
}

.ent_name {
  color: #000;
}

.id_code {
  z-index: 999999;
  height: 150px;
  width: 120px;
  position: absolute;
  right: 65px;
  top: 14.3em;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}

.id_code .id_code_img .ici_icon {
  background: url("../images/icon.png");
  background-position: -80px -72px;
  width: 120px;
  height: 120px;
}

.ici_font {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  margin: 6px auto;
}

.os_icon {
  height: 48px;
  width: 55px;
  margin: 0 auto;
  background: url("../images/icon.png");
  background-position: 81px -115px;
}

.time input {
  text-align: center;
  height: 53px;
  width: 100%;
  border: none;
}
.div_center .ie_1 {
  background-position: -19px -1px;
}

.div_center .ie_2 {
  background-position: -135px -1px;
}

.div_center .ie_3 {
  background-position: -154px -1px;
}

.div_center .ie_4 {
  background-position: -306px -1px;
}

.div_center .ie_5 {
  background-position: -480px -1px;
}

.div_center .ie_6 {
  background-position: -441px -1px;
}

.div_center .ie_7 {
  background-position: -79px -1px;
}

.div_center .ie_8 {
  background-position: -209px -1px;
}

.div_center .ie_9 {
  background-position: -256px 0px;
  background-size: 733px;
}

.div_center .ie_10 {
  background-position: -322px -1px;
}

.div_center .ie_11 {
  background-position: -579px -1px;
}

.div_center .ie_12 {
  background-position: -519px -1px;
}

.div_center .ie_13 {
  background-position: 1px -1px;
}

.div_center .ie_14 {
  background-position: -97px -1px;
}

.div_center .ie_15 {
  background-position: -381px -1px;
}

.div_center .ie_16 {
  background-position: -264px -1px;
}

.div_center .ie_17 {
  background-position: -421px -1px;
}

.div_center .ie_18 {
  background-position: -401px -1px;
}

.div_center .ie_19 {
  background-position: -60px -1px;
}

.div_center .ie_20 {
  background-position: -211px -2px;
  background-size: 720px;
}

.div_center .ie_21 {
  background-position: -245px -1px;
}

.div_center .ie_22 {
  background-position: -342px -1px;
}

.div_center .ie_23 {
  background-position: -561px 0px;
}

.div_center .ie_24 {
  background-position: -501px -1px;
}

.div_center .ie_25 {
  background-position: -40px -1px;
}

.div_center .ie_26 {
  background-position: -154px -1px;
}

.div_center .ie_27 {
  background-position: -136px -1px;
}

.div_center .ie_28 {
  background-position: -305px -1px;
}

.div_center .ie_29 {
  background-position: -480px -1px;
}

.div_center .ie_30 {
  background-position: -19px -1px;
}

.div_center .ie_31 {
  background-position: -117px -1px;
}

.div_center .ie_32 {
  background-position: -173px -1px;
}

.div_center .ie_33 {
  background-position: -285 -1px;
}

.div_center .ie_34 {
  background-position: -362px -1px;
}

.div_center .ie_35 {
  background-position: 53px -1px;
}

.div_center .ie_36 {
  background-position: -542px -1px;
}

/* ************* modal content css *************  */
help-content .help-item {
  box-sizing: border-box;
  border: 8px solid #2161b3;
  padding: 24px;
}

.help-content .help-item .help-title {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 20px;
}

.help-content .help-item .helper-wrapper .helper-title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.help-content .help-item .helper-wrapper .helper-title span {
  padding: 4px 12px;
  border-radius: 40px;
  background: #f83902;
  color: #fff;
  margin-right: 12px;
  white-space: nowrap;
}

.help-content .help-item .helper-wrapper .helper-img {
  display: block;
  width: 80%;
  margin: 12px auto 12px;
}

.help-content .help-item .helper-wrapper .helper-img.small {
  max-width: 450px;
}

.help-content .help-item .helper-wrapper .helper-img.extra-small {
  max-width: 250px;
}

.help-content .help-item .helper-wrapper .helper-img.big {
  width: 100%;
}

.help-content .help-item .helper-wrapper table {
  width: 80%;
  margin: 0 auto 20px;
  border: 1px solid #49ceff;
}

.help-content .help-item .helper-wrapper table thead tr {
  border-bottom: 1px solid #49ceff;
}

.help-content .help-item .helper-wrapper table thead tr td {
  background-color: rgba(82, 9, 27, 0.24);
}

.help-content .help-item .helper-wrapper table tr:not(:last-child) {
  border-bottom: 1px solid #49ceff;
}

.help-content .help-item .helper-wrapper table td:not(:last-child) {
  border-right: 1px solid #49ceff;
}

.help-content .help-item .helper-wrapper table td {
  padding: 4px 6px;
  text-align: center;
}

.footer {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  body .row {
    width: 800px;
  }
  .back_LX1 .icon_ent2 {
    margin: 18px 0 0 13px;
  }
  .back_LX1 .bl1 {
    padding: 0 0 0 0;
  }
}

@media (max-width: 800px) {
  .bnb_icon_font {
    width: 150px;
  }

  body .row {
    width: 600px;
  }

  .header {
    margin-bottom: 20px;
  }

  .header .logo img {
    height: unset;
    width: 150px;
  }

  .header .header-links {
    display: flex;
    justify-content: space-between;
    gap: 5px;

    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 5px;

    font-size: 12px;
  }

  .header .header-links a {
    margin-left: 0;
    padding-bottom: 10px;
    align-self: flex-end;
  }

  .content_container {
    background: white;
    padding-top: 0;
  }

  #ultest {
    border-left: solid 1px #F83902;
    border-top: 0;

    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  #ultest:before {
    width: 100%;
    height: 15px;

    background: linear-gradient(90deg, rgba(254,127,91,1) 0%, rgba(248,62,8,1) 75%);

    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 0;
  }

  .download {
    margin-right: 9px;
    margin-top: 5px;
  }

  .back_wathet, .back_wathet1, .back_wathet.xianlu {
    height: auto;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .route-help {
    border-left: solid 1px #F83902;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .back_wathet .bnb_icon_font, .back_wathet1 .bnb_icon_font {
    padding: 10px 0;
    flex-direction: row;
  }

  .extra-btn {
    height: 80px;
  }

  .extra-btn img {
    padding-left: 0;
  }

  .entrance .col-md-2:not(:last-child) .div_entrance1 .de_icon {
    border-bottom: 0;
  }

  .entrance .col-md-2:nth-last-child(2) .div_entrance1 .de_icon {
    border-bottom: 1px solid #F83902;
  }

  .entrance .col-md-2:nth-last-child(2) .div_entrance1 a:last-child .de_icon {
    border-bottom-left-radius: 15px;
  }

  .entrance .col-md-2:nth-child(odd) .div_entrance1 .de_icon {
    border-right: 0;
  }

  .entrance .col-md-2:last-child .div_entrance1 a:first-child .de_icon {
    border-top-right-radius: 0;
  }
}

@media (max-width: 600px) {
  .nl_2 {
    display: none;
  }
  body .row {
    width: 400px;
  }

  .div_service {
    width: 400px;
    margin: -164px auto 0px;
    height: 150px;
  }
  .dhw-app, .online_service {
    display: none;
  }
  .os_icon {
    transform: scale(0.8);
  }
  .os_font {
    font-size: 13px;
    margin-top: -8px;
    text-align: center;
    width: unset;
  }
  .download {
    margin: 4px 0 4px -3px;
  }

  .back_LX1 .icon_ent2 {
    margin: 18px 0 0 45px;
  }
  .extra-btn {
    height: 60px;
  }
}

@media (max-width: 400px) {
  .back_LX1 .bl1 {
    padding: 0 20px 0 0;
  }
  .div_service {
    width: 320px;
  }
  body .row {
    width: 320px;
  }
  .extra-btn {
    height: 55px;
  }
}

@media (min-width: 801px) {
  .entrance .col-md-2:first-child .div_entrance1 .de_icon {
    border-left: 0;
  }

  .entrance .col-md-2:not(:last-child) .div_entrance1 .de_icon {
    border-right: 0;
  }

  .entrance .col-md-2 {
    height: 110px;
  }

  .div_entrance1 {
    border-radius: 3px;
    height: 110px;
  }
}