@media (min-width: 768px) {
  .banner {
    width: 100%;
    height: 5rem;
    position: relative;
    background: url(https://lightspeed-website.oss-cn-shanghai.aliyuncs.com/website/image/18.jpg) no-repeat center;
    background-size: cover;
  }
  .banner .img-bg {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    display: block;
  }
  .banner .inner-title {
    display: flex;
    justify-content: space-between;
    width: 15.03rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .inner-title .title {
    display: flex;
    padding-top: 0.6rem;
  }
  .banner .inner-title .title .img-1 {
    width: 0.34rem;
    height: 0.34rem;
  }
  .banner .inner-title .title .text {
    height: 0.9rem;
    font-size: 0.45rem;
    font-weight: 600;
    color: #222222;
    line-height: 0.9rem;
    margin: 0 0.2rem;
  }
  .banner .inner-title .title .img-2 {
    margin-top: 0.6rem;
    width: 0.34rem;
    height: 0.34rem;
  }
  .banner .inner {
    display: flex;
    justify-content: flex-end;
    width: 15.03rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .inner .bg-text {
    width: 8rem;
    padding: 0.57rem;
    background: #EB7B30;
    font-size: 0.18rem;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  .section-1 {
    padding: 1.23rem 0;
    margin-top: 1rem;
  }
  .section-1 .inner .tab-box {
    display: flex;
    margin-bottom: 1.14rem;
    flex-wrap: wrap;
  }
  .section-1 .inner .tab-box .item {
    width: 2.16rem;
    height: 0.75rem;
    border: 1px solid #E8E8E8;
    font-size: 0.2rem;
    font-weight: 500;
    color: #222222;
    line-height: 0.75rem;
    text-align: center;
    cursor: pointer;
    margin-right: 0.07rem;
    margin-bottom: 0.07rem;
  }
  .section-1 .inner .tab-box .item.curr {
    color: #FFFEFE;
    background: #EB7B30;
  }
  .section-1 .inner .tab-box .search {
    width: 2.36rem;
    height: 0.75rem;
    position: relative;
  }
  .section-1 .inner .tab-box .search .input {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    height: 0.75rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 300;
    color: #3C4448;
  }
  .section-1 .inner .tab-box .search .search-icon {
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -0.1rem;
    transform: translateY(-50%);
  }
  .section-1 .inner .tab-box .search .search-icon .icon {
    font-size: 0.2rem;
    color: #3C4448;
  }
  .section-1 .inner .content {
    display: flex;
    flex-wrap: wrap;
  }
  .section-1 .inner .content .item {
    width: 20%;
    height: 1.59rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.77rem;
  }
  .section-1 .inner .content .item .img {
    display: block;
    height: 0.57rem;
    margin-bottom: 0.2rem;
  }
  .section-1 .inner .content .item .text {
    font-size: 0.16rem;
    line-height: 0.16rem;
    font-weight: 400;
    color: #000000;
  }
  .section-1 .inner .content .item .note {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.16rem;
    font-weight: 400;
    color: #000000;
  }
  .section-1 .inner .content .item:hover {
    box-shadow: 0rem 0rem 1rem 0rem rgba(236, 220, 217, 0.35);
    background: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    height: 403px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 41px;
    background: url(https://lightspeed-website.oss-cn-shanghai.aliyuncs.com/website/image/34.jpg) no-repeat center;
    background-size: cover;
  }
  .banner .inner-title {
    width: 350px;
  }
  .banner .inner-title .title {
    display: flex;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .banner .inner-title .title .img-1 {
    width: 13px;
    height: 14px;
  }
  .banner .inner-title .title .text {
    line-height: 34px;
    font-size: 17px;
    font-family: "OPPOSans-B";
    color: #222222;
    margin: 0 7px;
  }
  .banner .inner-title .title .img-2 {
    margin-top: 22px;
    width: 13px;
    height: 14px;
  }
  .banner .inner {
    width: 350px;
  }
  .banner .inner .bg-text {
    padding: 26px 34px 20px 29px;
    width: 350px;
    background: #EB7B30;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
  }
  .section-1 {
    padding: 56px 0;
  }
  .section-1 .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-1 .inner .tab-box {
    display: flex;
    margin-bottom: 53px;
  }
  .section-1 .inner .tab-box .select {
    width: 157px;
    height: 38px;
    margin-right: 13px;
    position: relative;
  }
  .section-1 .inner .tab-box .select .curr-select {
    width: 157px;
    height: 38px;
    border: 1px solid #E8E8E8;
    background: #EB7B30;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section-1 .inner .tab-box .select .curr-select .text {
    font-size: 10px;
    color: #FFFEFE;
  }
  .section-1 .inner .tab-box .select .curr-select .icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #FFFEFE;
  }
  .section-1 .inner .tab-box .select .dia-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 38px;
    background-color: #fff;
    box-shadow: 0px 8px 34px 0px rgba(236, 220, 217, 0.35);
    padding: 12px 0;
    display: none;
  }
  .section-1 .inner .tab-box .select .dia-box .item {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    padding: 12px 0;
    text-align: center;
    width: 100%;
  }
  .section-1 .inner .tab-box .search {
    width: 157px;
    height: 38px;
    position: relative;
  }
  .section-1 .inner .tab-box .search .input {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    width: 157px;
    height: 38px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    color: #3C4448;
  }
  .section-1 .inner .tab-box .search .search-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .section-1 .inner .tab-box .search .search-icon .icon {
    font-size: 12px;
    color: #3C4448;
  }
  .section-1 .inner .content {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
  }
  .section-1 .inner .content .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
  }
  .section-1 .inner .content .item .img {
    display: block;
    height: 28px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .section-1 .inner .content .item .text {
    font-size: 10px;
    font-weight: 400;
    color: #010101;
  }
  .section-1 .inner .content .item .note {
    margin-top: 5px;
    font-size: 10px;
    color: #010101;
  }
  .section-1 .inner .content .item.curr {
    box-shadow: 0rem 0rem 1rem 0rem rgba(236, 220, 217, 0.35);
    background: #FFFFFF;
  }
}
