.page-back-top {
  display: none;
}

@media (min-width: 769px) {
  .banner {
    height: 7.5rem;
    position: relative;
  }
  .banner .img {
    width: 100%;
    height: 7.5rem;
    object-fit: cover;
  }
  .panel-box {
    padding: 0 3rem;
  }
  .panel-title {
    padding-bottom: 0.125rem;
    position: relative;
  }
  .panel-title::after {
    content: " ";
    display: block;
    width: 1.1rem;
    height: 0.0375rem;
    background: #FA8A00;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .panel-title .title {
    margin-bottom: 0.1rem;
    color: #0D46A0;
    font-size: 0.45rem;
    line-height: 0.65rem;
    font-weight: bold;
  }
  .panel-title .company {
    font-size: 0.325rem;
    line-height: 0.475rem;
  }
  .panel-products {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .panel-products .products-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.375rem;
  }
  .panel-products .products-tabs {
    display: flex;
    align-items: center;
    padding-bottom: 0.15rem;
  }
  .panel-products .products-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 0.65rem;
    background: #F0C346;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.225rem;
    line-height: 0.325rem;
    transition: 0.3s all ease;
    position: relative;
    cursor: pointer;
  }
  .panel-products .products-tab + .products-tab {
    margin-left: 0.3rem;
  }
  .panel-products .products-tab::after {
    content: " ";
    display: block;
    border-left: 0.125rem solid transparent;
    border-right: 0.125rem solid transparent;
    border-bottom: 0.1rem solid #DEF0FE;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .panel-products .products-tab.is-active {
    background: #366bdf;
  }
  .panel-products .products-tab.is-active::after {
    opacity: 1;
  }
  .panel-products .products-detail {
    width: 100%;
    overflow: hidden;
  }
  .panel-products .products-track {
    display: flex;
    transition: 0.3s all ease;
  }
  .panel-products .products-items {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 6.9rem;
    padding-left: 50%;
    visibility: hidden;
  }
  .panel-products .products-items.is-show {
    visibility: visible;
  }
  .panel-products .products-items .products-item {
    width: calc(50% - 0.15rem);
    padding-bottom: 0.15rem;
    text-align: center;
  }
  .panel-products .products-items .products-item:nth-child(3), .panel-products .products-items .products-item:nth-child(5) {
    margin-left: 0.2875rem;
  }
  .panel-products .products-items .products-item .img {
    height: 2.85rem;
  }
  .panel-products .products-items .products-item .name {
    margin-top: 0.1rem;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-products .products-items .products-item:nth-child(1) {
    width: calc(50% - 0.3rem);
    position: absolute;
    top: 0;
    left: 0;
  }
  .panel-products .products-items .products-item:nth-child(1) .img {
    height: 5.9rem;
  }
  .panel-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5875rem;
    padding-bottom: 1.25rem;
    background-image: url("/themes/simplebootx/Index/Public/img/index/about/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-about .about-left {
    padding-right: 1.1375rem;
  }
  .panel-about .about-left .content {
    color: #333;
    font-size: 0.225rem;
    line-height: 0.45rem;
    text-indent: 2em;
    margin: 0.375rem 0;
  }
  .panel-about .about-right {
    flex-shrink: 0;
    width: 8.825rem;
    position: relative;
  }
  .panel-about .about-right .img,
  .panel-about .about-right .img-bg {
    width: 100%;
    height: 5.6625rem;
  }
  .panel-about .about-right .img {
    position: relative;
    z-index: 2;
  }
  .panel-about .about-right .img-bg {
    position: absolute;
    right: -0.175rem;
    bottom: -0.175rem;
    background: #397AEF;
  }
  .panel-statis {
    display: flex;
    align-items: center;
    height: 1.25rem;
    padding-left: 2.1rem;
    padding-right: 1.75rem;
    background: #143A84;
    line-height: 1;
    color: #fff;
  }
  .panel-statis .statis-item {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .panel-statis .statis-item::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.2;
  }
  .panel-statis .icon {
    width: 0.375rem;
    height: 0.375rem;
  }
  .panel-statis .info {
    padding-left: 0.25rem;
  }
  .panel-statis .num {
    font-size: 0.45rem;
    font-weight: bold;
  }
  .panel-statis .unit {
    font-size: 0.175rem;
  }
  .panel-statis .label {
    margin-top: 0.2rem;
    font-size: 0.2rem;
  }
  .panel-statis .statis-count {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .panel-statis .statis-count .statis-item {
    width: 3.6625rem;
  }
  .panel-statis .statis-know {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .panel-statis .statis-know .statis-item {
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
  .panel-statis .statis-know .statis-item:last-of-type::after {
    display: none;
  }
  .panel-news {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background-image: url("/themes/simplebootx/Index/Public/img/index/news/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-news .news-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .panel-news .news-top .know-us {
    margin-bottom: 0.2rem;
  }
  .panel-news .news-list {
    display: flex;
    padding-top: 0.5375rem;
  }
  .panel-news .news-item {
    display: block;
    background: #fff;
    width: calc((100% - 0.6125rem) / 3);
    box-shadow: 0 0.05rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease;
  }
  .panel-news .news-item + .news-item {
    margin-left: 0.3rem;
  }
  .panel-news .news-item .img {
    height: 3.575rem;
  }
  .panel-news .news-item .info {
    padding: 0.25rem 0.3125rem;
  }
  .panel-news .news-item .time {
    margin-bottom: 0.125rem;
    color: #999;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news .news-item .title {
    margin-bottom: 0.125rem;
    color: #333;
    font-size: 0.25rem;
    line-height: 0.3625rem;
    font-weight: bold;
  }
  .panel-news .news-item .content {
    min-height: 0.75rem;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.375rem;
  }
  .panel-news .news-item .more {
    margin-top: 0.25rem;
    color: #1057D3;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news .news-item:hover {
    box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  }
  .float-menu {
    position: fixed;
    right: 0.5rem;
    top: 60%;
    z-index: 999;
  }
  .float-menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 0.875rem;
    background: #0268B0;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.275rem;
    position: relative;
    cursor: pointer;
    transition: 0.3s all ease;
  }
  .float-menu .menu-item + .menu-item {
    margin-top: 0.25rem;
  }
  .float-menu .info {
    text-align: center;
  }
  .float-menu .info img {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 auto 0.05rem;
  }
  .float-menu .popover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    padding: 0 0.2rem;
    background: #0268B0;
    border-radius: 0.05rem 0 0 0.05rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.3s all ease;
  }
  .float-menu .qrcode .popover img {
    width: 0.725rem;
    height: 0.725rem;
  }
  .float-menu .back-top {
    opacity: 0;
    transform: scale(0);
  }
  .float-menu .back-top.is-active {
    opacity: 1;
    transform: scale(1);
  }
  .float-menu .hover:hover {
    border-radius: 0 0.05rem 0.05rem 0;
  }
  .float-menu .hover:hover .popover {
    transform: scaleX(1);
  }
}
@media (max-width: 768px) {
  .banner {
    height: 11.525rem;
    position: relative;
  }
  .banner .img {
    width: 100%;
    height: 11.525rem;
    object-fit: cover;
  }
  .panel-box {
    padding: 1.5375rem 1.025rem;
  }
  .panel-title {
    padding-bottom: 0.6375rem;
    position: relative;
  }
  .panel-title::after {
    content: " ";
    display: block;
    width: 1.6625rem;
    height: 0.125rem;
    background: #FA8A00;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .panel-title .title {
    margin-bottom: 0.325rem;
    color: #0D46A0;
    font-size: 1.275rem;
    line-height: 1.85rem;
    letter-spacing: 0.0625rem;
    font-weight: bold;
  }
  .panel-title .company {
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-products .products-top .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.9rem;
  }
  .panel-products .know-us {
    margin-bottom: 1.35rem;
  }
  .panel-products .products-tabs {
    display: flex;
    align-items: center;
    padding-bottom: 0.55rem;
    margin-bottom: 0.35rem;
    overflow-x: auto;
  }
  .panel-products .products-tab {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 6.15rem;
    height: 2.1125rem;
    padding: 0 0.8375rem;
    background: #F0C346;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
    white-space: nowrap;
    transition: 0.3s all ease;
    position: relative;
    cursor: pointer;
  }
  .panel-products .products-tab + .products-tab {
    margin-left: 0.7625rem;
  }
  .panel-products .products-tab::after {
    content: " ";
    display: block;
    border-left: 0.6375rem solid transparent;
    border-right: 0.6375rem solid transparent;
    border-bottom: 0.3875rem solid #DEF0FE;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .panel-products .products-tab.is-active {
    background: #366bdf;
  }
  .panel-products .products-tab.is-active::after {
    opacity: 1;
  }
  .panel-products .products-detail {
    width: 100%;
    overflow: hidden;
  }
  .panel-products .products-track {
    display: flex;
    transition: 0.3s all ease;
  }
  .panel-products .products-items {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    visibility: hidden;
    margin-bottom: -1.025rem;
  }
  .panel-products .products-items.is-show {
    visibility: visible;
  }
  .panel-products .products-items .products-item {
    width: calc(50% - 0.35rem);
    margin-bottom: 1.025rem;
    text-align: center;
  }
  .panel-products .products-items .products-item:nth-child(even) {
    margin-left: 0.6875rem;
  }
  .panel-products .products-items .products-item .img {
    height: 7.0375rem;
  }
  .panel-products .products-items .products-item .name {
    margin-top: 0.3875rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-products .products-items .products-item:nth-child(4) ~ .products-item {
    display: none;
  }
  .panel-about {
    background-image: url("/themes/simplebootx/Index/Public/img/index/about/bg-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-about .top {
    display: flex;
    justify-content: space-between;
  }
  .panel-about .know-us {
    margin-top: 0.725rem;
  }
  .panel-about .content {
    color: #333;
    font-size: 0.9625rem;
    line-height: 1.6625rem;
    text-indent: 2em;
    margin: 0.9rem 0;
  }
  .panel-about .about-right {
    width: 21.3125rem;
    flex-shrink: 0;
    position: relative;
  }
  .panel-about .about-right .img,
  .panel-about .about-right .img-bg {
    width: 100%;
    height: 13.7rem;
  }
  .panel-about .about-right .img {
    position: relative;
    z-index: 2;
  }
  .panel-about .about-right .img-bg {
    position: absolute;
    right: -0.6375rem;
    bottom: -0.6375rem;
    background: #397AEF;
  }
  .panel-statis {
    background: #143A84;
    padding-top: 1.475rem;
    padding-bottom: 1.025rem;
  }
  .panel-statis .statis-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6625rem;
    color: #fff;
    line-height: 1;
  }
  .panel-statis .statis-count .statis-item {
    display: flex;
    align-items: flex-end;
  }
  .panel-statis .statis-count .icon {
    width: 1.5375rem;
    height: 1.5375rem;
    margin-right: 0.25rem;
  }
  .panel-statis .statis-count .info {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .panel-statis .statis-count .label {
    font-size: 0.9rem;
    margin-right: 0.5125rem;
  }
  .panel-statis .statis-count .num {
    margin-right: 0.125rem;
    font-size: 1.6625rem;
    font-weight: bold;
    position: relative;
    top: 0.1rem;
  }
  .panel-statis .statis-count .unit {
    font-size: 0.8375rem;
  }
  .panel-statis .statis-know {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
  }
  .panel-statis .statis-know .statis-item {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
    position: relative;
  }
  .panel-statis .statis-know .statis-item::after {
    content: " ";
    display: block;
    width: 0.0625rem;
    height: 1.275rem;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: calc(50% - 0.6375rem);
  }
  .panel-statis .statis-know .icon {
    width: 1.275rem;
    height: 1.275rem;
    margin: 0 auto 0.25rem;
  }
  .panel-news {
    background-image: url("/themes/simplebootx/Index/Public/img/index/news/bg-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-news .news-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.9rem;
  }
  .panel-news .know-us {
    margin-top: 0.7rem;
  }
  .panel-news .news-item {
    display: block;
    background: #fff;
    box-shadow: 0 0.25rem 0.325rem 0 rgba(0, 0, 0, 0.1);
  }
  .panel-news .news-item + .news-item {
    margin-top: 1.025rem;
  }
  .panel-news .news-item .info {
    padding: 0.9rem 1.025rem;
  }
  .panel-news .news-item .time {
    margin-bottom: 0.3875rem;
    color: #999;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-news .news-item .title {
    margin-bottom: 0.7625rem;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
  }
  .panel-news .news-item .content {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-news .news-item .more {
    color: #1057D3;
    font-size: 0.9rem;
    line-height: 1;
    text-align: right;
  }
}