.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  text-decoration: none;
  color: #000;
}

.flex {
  display: flex;
  justify-content: space-between;
}

html {
  scroll-behavior: smooth;
}

body {
  height: fit-content;
}
.text.active{display: block;}
.copy{flex: 1}
.codebox{ margin-top:10px }
.layout-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 4px 0;
  .header-box {
    display: flex;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    align-items: center;

    .img {
      width: 60px;

      cursor: pointer;
    }
  }
  border-bottom: 1px solid #e6e6e6;

  /*   .text {
    display: flex;
    color: #000;
  } */
}

.texts {
  color: #000;
  div:first-child {
    font-size: 20px;
    margin-bottom: 5px;
  }
  div {
    width: fit-content;
  }
}

ul {
  display: flex;
  list-style: none;
  margin: 15px 0;
  li {
    margin-right: 32px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    a {
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
    }
  }

  li.calls:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #031f28;
    padding: 8px 20px;
    margin-right: 0;
  }
}

.main {
  max-width: 1200px;
  margin: 0 auto;

  .title1 {
    margin: 80px 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .img {
    img {
      width: 100%;
    }
  }

  .time {
    display: flex;
    margin-top: 80px;
    .left {
      width: 4%;
      font-size: 24px;
      font-weight: 800;
    }
  }
}

.text-time {
  div {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
  }
}

.serve {
  .box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 80px 0;
  }

  justify-content: space-between;
  background: #edf1f2;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1) inset;
}

.one1,
.two2,
.three3 {
  display: flex;

  .num {
    font-size: 24px;
    margin-right: 30px;
    padding-top: 10px;
  }
}

.serve {
  margin-top: 80px;
}

.txt {
  .sub_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .detail {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #617379;
  }
}

.provide {
  padding: 80px 0;
  background: #031f28;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  .imgs {
    margin-top: 30px;
    display: flex;
  }
}

.content-1 {
  max-width: 1200px;
  margin: 0 auto;
}

table {
  max-width: 952px;
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
  text-align: left;
}

thead {
  background: #9a0101;
  color: #fff;

  th {
    padding: 21px 0;
  }

  th:first-child {
    padding-left: 119px;
    
  }
}

tbody {
  background: #fff;

  tr {
    td {
      padding: 8px 0;
    }

    td:first-child {
      .img-txt {
        margin-left: 10px;
        padding-left: 10px;

        img {
          margin-right: 12px;
          vertical-align: middle;
        }

        span {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #000;
          display: inline-block;
          vertical-align: middle;
        }
      }
    }

    td:nth-child(2) {
      font-size: 20px;
    }

    td:nth-child(3) {
      font-size: 24px;
      color: #d80000;

      .img-txt {
        margin-right: 70px;
        line-height: 120%;
      }
    }
  }
  tr:nth-child(even) {
    .img-txt {
      background: #fefcd5;
      padding: 8px 0;
      line-height: 150%;
    }
  }
}

.notes {
  background: #fff;
  padding-top: 80px;

  display: flex;
  /*  max-width: 1200px; */
  /*  margin: 0 auto; */

  .info {
    /*  width: 952px; */
    display: flex;
    /*  max-width: 1200px; */
    /*  margin: 0 auto; */
  }
}

.txt {
  color: #031f28;
  font-weight: 400;
  font-style: normal;
  padding-right: 52px;

  .tip {
    font-size: 14px;
    line-height: 150%;
    margin-top: 130px;
  }

  .tip2 {
    font-size: 48px;
    margin: 16px 0 24px;
  }

  .tip3 {
    color: #68797e;
    /* width: 450px; */
    line-height: 180%;

    div:first-child {
      margin-bottom: 15px;
    }

    div:last-child {
      margin-top: 15px;
    }
  }
}

tfoot {
  tr:nth-child(2) {
    td {
      padding: 27px 0 24px;
      background-color: #fff;
      text-align: center;
      margin-bottom: 10px;
      padding-left: 8px;
    }
  }

  tr:nth-child(1) {
    td {
      padding-top: 27px;
      background-color: #fff;
      text-align: center;
      margin-bottom: 10px;
    }
  }
}

.price {
  background: #edf1f2;
  padding: 80px 0;
  overflow: hidden;
  .content-1 {
    max-width: 1200px;
    margin: 0 auto;

    .our-price {
      font-size: 48px;
      margin-bottom: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      color: #031f28;
      text-align: center;
    }
  }
}

.footer {
  background: #031f28;
  padding: 80px 0;
}

.call {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.left-info {
  display: flex;

  .left {
    width: 45%;

    .item {
      
      color: #fff;
      margin-bottom: 20px;

      .top {
        display: flex;
        align-items: center;
      }
    }
  }

  .form {
    width: 55%;
  }

  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.bottom {
  line-height: 180%;
  display: flex;
  white-space: break-spaces;
}

.icon {
  margin-right: 10px;
}

.copy-links {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;

  .links {
    display: flex;
    flex: 1;
    img {
      margin-left: 12px;
      cursor: pointer;
    }
  }
}

.nick-tel {
  display: flex;
  justify-content: space-between;
}

.nick,
.tel {
  width: 100%;
 
}
.nick.email{flex: 1 0 100%}

.top {
  color: #fff;
  margin-bottom: 4px;
}

.tops {
  color: #fff;
  margin-bottom: 10px;
}

.input {
  /* width: 292px; */
  height: 60px;
  background: transparent;
  border: 1px solid #839195;
  padding-left: 21px;
  color: #fff;
}

.beizhu {
  margin-top: 18px;
}

.area-text {
  width: 96%;
  height: 135px;
  background: transparent;
  border-color: #839195;
  padding-left: 21px;
  color: #fff;
  padding-top: 17px;
  resize: none;
}

.submit {
  width: 154px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #9a0101;
  margin-top: 17px;
  cursor: pointer;

  span {
    margin-right: 8px;
  }
}

.box22 {
  width: 384px;
  height: 360px;
  background-color: #122c35;
  border: 1px solid #78878b;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  margin-right: 24px;
}

.imgs {
  .box22:last-child {
    margin-right: 0;
  }
}

.box22:hover {
  border-color: white;
}

.one {
  width: 100%;
  height: 20px;
  font-size: 24px;
  top: 50px;
  padding-left: 40px;
  background: #122c35;
  color: #fff;
}

.two {
  width: 100%;
  height: 160px;
  background: #102a33;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.two::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #102a33;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.three {
  color: #fff;
  width: 100%;
  height: 180px;
  background: #122c35;
  padding-left: 40px;
  position: relative;
}
.three div {
  font-size: 14px;
  font-weight: 400;
  margin-top: -34px;
  margin-bottom: 20px;
}

.title {
  position: absolute;
  padding-left: 40px;
  top: 127px;
  font-size: 24px;
  color: #fff;
}

.Desc {
  position: absolute;
  padding-left: 40px;
  top: 196px;
  color: #b8c0c2;
  font-size: 14px;
}

.No {
  position: absolute;
  top: 90px;
  color: #fff;
  font-size: 24px;
  padding-left: 40px;
}

.Two {
  position: absolute;
  top: 145px;
  color: #fff;
  font-size: 24px;
  padding-left: 40px;
}

ul.table {
  display: flex;

}

.nick, .tel {
  input {
      width: 91%;
  }
}

@media screen and (min-width: 1280px) {
  .header-box {
    ul.text {
      display: flex !important;
    }
    .menu {
      display: none;
    }
  }

  table {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-box {
    ul.text {
      display: flex !important;
      align-items: center;
      padding-left: 0;
    }

    ul {
      li {
        margin-right: 10px;
        padding: 0;
      }
      li.calls {
        &:last-child {
          padding: 8px 12px;
        }
      }
    }
    .menu {
      display: none;
    }
  }

  table {
    width: 100%;
  }

  .txt {
    padding-right: 0;
    .sub_title {
      margin-bottom: 15px;
      font-size: 24px;
    }
  }
  .one1,
  .two2,
  .three3 {
    margin-right: 15px;
    .num {
      margin-right: 15px;
      padding-top: 10px;
    }
  }

  .three3 {
    margin-right: 0;
  }

  .footer {
    padding: 20px 0;
    .call {
      font-size: 28px;
    }
  }

  .notes {
    padding-top: 40px;
    margin-bottom: 40px;
    .tip {
      margin-top: 40px;
    }
    .tip2 {
      font-size: 34px;
    }

    .img {
      width: 100%;
  
      margin-left: 12px;
      img {
        width: 100%;
        height: 100%;
      }
    }
  }
  
  .serve {
    margin-top: 40px;
    .box {
        padding: 40px;
    }
}

.provide {
  padding: 40px;
  
}
.main {
  & .time {
    margin-top: 20px;
      .left {
         display: none;
      }
  }
}


}
@media screen and (max-width: 768px) {
  .content-1{padding: 0}
  .layout-header {
    .header-box {
      display: flex;
      position: relative;
    }
    .menu {
      width: 10%;
    }
  }

  ul.text {
    font-size: 18px;
    padding: 15px;
    border-radius: 8px;
    position: absolute;
    right: 15px;
    top: 28px;
    li {
      padding: 4px 12px;
      margin-right: 0;
    }
  }
  
  
  thead {
    th:first-child {
        padding-left: 10px;
       
       
    }
}

 
  .text {
    position: absolute;
    right: 40px;
    background: #fff;
    display: none;
  }
  .logo .texts {
    div {
      font-size: 17px;
    }
    div:last-child {
      font-size: 12px;
    }
  }

  .main {
    .title1 {
      font-size: 24px;
      margin: 20px 0;
    }

    .time {
      padding-top: 15px;
      margin-top: 10px;
    }
  }

  .time {
    .left {
      display: none;
    }
  }

  .text-time {
    div {
      font-size: 22px;
    }
  }

  .serve {
    margin-top: 12px;
    .box {
      padding-top: 15px;
      padding-bottom: 15px;
      display: block;
      padding-left: 20px;
      padding-right:20px ;
    }

    .sub_title {
      font-size: 20px;
      margin-bottom: 15px;
    }

    .txt {
      padding-right: 0;
    }

    .num {
      margin-right: 15px;
      padding-top: 0;
    }
    .one1,
    .two2,
    .three3 {
      margin-bottom: 15px;
    }
  }

  .provide {
    padding: 20px;
    .name {
      font-size: 18px;
    }
    span:first-child {
      display: none;
    }
    .box22 {
      width: 50%;
      height: 50%;
    }
  }

  .info {
    .img {
      margin-top: 10px;
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
      img {
        width: 40%;

        height: 100%;
      }
    }
    .txt {
      padding-right: 10px;
    }
  }

  .info .tip {
    margin-top: 30px;
  }
  .info .tip2 {
    font-size: 25px;
  }

  .notes {
    padding-top: 15px;
    .info {
      display: block;
    }
    .tip {
      margin-top: 10px;
    }
    .tip2 {
      margin: 10px 0 10px;
      font-size: 23px;
    }
  }

  .footer {
    padding: 20px 0;
    width: 100%;
    .copy-links {
      margin-top: 20px;
    }

    .call {
      margin-bottom: 20px;
      font-size: 23px;
    }

    .left-info {
      display: block;
      .form {
        width: 100%;
      }
    }

    .nick-tel {
      input {
        height: 40px;
        width: 90%;
      }
    }
    .nick,
    .tel {
      width: 45%;
    }
   

    .area-text {
      height: 100px;
    }
  }

  table {
    width: 100%;
  }

 
  
  .two {
    height: 30px;
  }
  .three {
    height: 150px;
  }
  
  .No {
    top: 15px;
    padding-left: 20px;
  }
  .Two {
    top: 50px;
    padding-left: 20px;
  }
  
  .Desc {
    padding: 20px;
    top: 77px;
    font-size: 17px;
  }

  tbody {
    & tr {
      & td:first-child {
        .img-txt {
          margin-left: 0;
          padding-left: 10px;
        }
      }
      & td:nth-child(3) {
        .img-txt {
          margin-right: 0;
          line-height: 143%;
          font-size: 21px;
        }
      }
    }
  }

  #look.price {
    padding: 0px 0;
    .our-price {
      font-size: 25px;
    }
  }

  tfoot {
    & tr:nth-child(1) {
      td {
        padding-top: 15px;
      }
    }
    & tr:nth-child(2) {
      td {
        padding: 15px 0 24px;
      }
    }
  }

  .call {
    margin-bottom: 5px;
  }

  .line {
    display: flex;
    width: 100%;
    .item {
      width: fit-content !important;
      display: flex;
    }
    .item:nth-child(1) {
      margin-right: 15px;
    }
  }
  .left-info {
    .left {
      width: 100%;
    }
  }
  
  .submit {
    width: 120px;
    height: 40px;
  }
  .codebox{
    .input{ height:40px }
    .codeimg{ height:40px }
  }
 
}

.tips3 {
  div:first-child {
    padding-bottom: 10px;
  }
  div:last-child {
    margin-bottom: 10px;
  }

}
