@import url('base.css');
@import url('../component/head/head.css');
@import url('../component/footer/footer.css');
@media screen and (min-width: 751px) {
  .container {
    min-width: 1200px;
    margin: 0 auto;
  }
  .mall-title {
    font-size: 36px;
    color: #1a1a1a;
    width: 100%;
    text-align: center;
  }
  .mall-title-t2 {
    margin-top: 19px;
    font-size: 20px;
    color: #333;
    width: 100%;
    text-align: center;
  }
  .shopping-mall {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .shopping-mall .banner {
    position: relative;
    width: 100%;
  }
  .shopping-mall .banner .banner-bg {
    width: 100%;
    min-height: 400px;
    display: block;
    object-fit: cover;
  }
  .shopping-mall .banner .to-register {
    position: absolute;
    bottom: 11%;
    left: 22%;
    width: 270px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 28px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
  }
  .shopping-mall .industry {
    margin: 98px auto 0;
    width: 1200px;
    font-size: 16px;
    color: #545454;
    position: relative;
  }
  .shopping-mall .industry .swiper-container {
    margin: 50px auto;
    overflow: hidden;
  }
  .shopping-mall .industry .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .shopping-mall .industry .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    color: #333;
    line-height: 66px;
  }
  .shopping-mall .industry .industry-prev,
  .shopping-mall .industry .industry-next {
    font-weight: bold;
    color: #999;
  }
  .shopping-mall .industry .industry-prev:hover,
  .shopping-mall .industry .industry-next:hover {
    color: #007aff;
  }
  .shopping-mall .industry .industry-prev {
    margin-left: -60px;
  }
  .shopping-mall .industry .industry-next {
    margin-right: -60px;
  }
  .shopping-mall .function-array {
    width: 100%;
    background: no-repeat url('../images/array-bg.png');
    background-size: 100%;
    background-position: center;
  }
  .shopping-mall .function-array .array-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 70px;
  }
  .shopping-mall .function-array .array-list .array-item {
    width: 32%;
    height: 330px;
    background: #ffffff;
    box-shadow: -3px 6px 28px 1px rgba(240, 240, 255, 0.8);
    border-radius: 10px;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #545454;
    margin-bottom: 30px;
    padding: 50px 46px 0;
    box-sizing: border-box;
  }
  .shopping-mall .function-array .array-list .array-item .item-title {
    font-size: 20px;
    color: #333333;
    margin: 31px 0 20px;
    text-align: center;
  }
  .shopping-mall .function-array .array-list .array-item .item-img {
    display: block;
    width: 110px;
    height: 110px;
  }
  .shopping-mall .function-array .array-list .array-item .item-intro {
    line-height: 32px;
  }
  .shopping-mall .function-array .array-list .array-item:hover {
    border: 2px solid #007aff;
  }
  .shopping-mall .introduce-list {
    width: 100%;
  }
  .shopping-mall .introduce-list .intro-item {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #000;
  }
  .shopping-mall .introduce-list .intro-item .item-img {
    width: 600px;
    height: 560px;
  }
  .shopping-mall .introduce-list .intro-item .item-content {
    margin-right: 120px;
    min-width: 480px;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-title {
    line-height: 45px;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-li {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-li .circle {
    margin-top: 3.5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #007aff;
    box-sizing: border-box;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-li .text {
    max-width: 450px;
    flex: 1;
    margin-left: 12px;
    font-size: 18px;
    color: #333;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .swiper {
    overflow: visible;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper {
    width: 460px;
    position: relative;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: 14px;
    height: 100px;
    width: 100px !important;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper .swiper-slide span {
    margin-top: 16px;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev,
  .shopping-mall .introduce-list .intro-item .custom-style .style-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    width: 25px;
    height: 25px;
    border: 2px solid #999;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s linear;
    margin-top: 0;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev::after,
  .shopping-mall .introduce-list .intro-item .custom-style .style-next::after {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev:hover,
  .shopping-mall .introduce-list .intro-item .custom-style .style-next:hover {
    color: #007aff;
    border: 2px solid #007aff;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev {
    left: -70px;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-next {
    right: -70px;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles {
    position: relative;
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .page-item {
    width: 220px;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ff4544;
    background-size: 100% 100%;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .page-left {
    background-image: url('../images/custom-left.png');
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .page-right {
    background-image: url('../images/custom-right.png');
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .custom-div {
    position: absolute;
    top: 250px;
    left: 10px;
    display: flex;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .custom-div span {
    width: 43px;
    height: 10px;
    background: #ff4544;
    opacity: 0.2;
    border-radius: 3px;
    margin-right: 12px;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .custom-button {
    position: absolute;
    left: 89px;
    bottom: 7px;
    width: 69px;
    height: 19px;
    background-color: #f39800;
    border-radius: 10px 0px 0px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .shopping-mall .introduce-list .intro-item .select-styles .style-swiper .swiper-slide {
    border: 1px solid #007aff;
  }
  .shopping-mall .introduce-list .intro-item:nth-child(odd) {
    background-color: #f6f6f8;
  }
  .shopping-mall .introduce-list .intro-item:nth-child(odd) .item-content {
    margin-left: 120px;
    margin-right: 0px;
  }
  .open-a-store {
    position: relative;
    width: 100%;
    height: 130px;
    min-width: 1200px;
    padding-top: 50px;
    background-color: #f4f4f8;
  }
  .open-a-store .bottom-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .open-a-store .bottom-text {
    position: absolute;
    bottom: 0;
    left: 46%;
    height: 90px;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    z-index: 11;
  }
  .open-a-store .bottom-text .to-register {
    width: 155px;
    height: 37px;
    font-size: 20px;
    margin-left: 44px;
    line-height: 37px;
    border: 1px solid #ffffff;
    border-radius: 28px;
    text-align: center;
    transition: all 0.1s linear;
    cursor: pointer;
  }
  .open-a-store .bottom-text .to-register:hover {
    background-color: #fff;
    color: #007aff;
  }
}
@media screen and (max-width: 750px) {
  .mall-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    width: 100%;
    text-align: center;
  }
  .mall-title-t2 {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    color: #333;
    width: 100%;
    text-align: center;
  }
  .shopping-mall {
    width: 46.875rem;
    background-color: #fff;
    overflow: hidden;
  }
  .shopping-mall .banner {
    position: relative;
    width: 100%;
    height: 25rem;
  }
  .shopping-mall .banner .banner-bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .shopping-mall .banner .to-register {
    position: absolute;
    bottom: 11%;
    left: 2%;
    width: 15rem;
    height: 3rem;
    border: 1px solid #ffffff;
    border-radius: 1.75rem;
    font-size: 1.25rem;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 3rem;
    box-sizing: border-box;
  }
  .shopping-mall .industry {
    margin: 6rem auto 0;
    width: 46.875rem;
    font-size: 16px;
    color: #545454;
    position: relative;
  }
  .shopping-mall .industry .swiper-container {
    margin: 3.125rem auto;
    width: 100%;
    overflow: hidden;
  }
  .shopping-mall .industry .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .shopping-mall .industry .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 1.5rem;
    color: #333;
    line-height: 4.125rem;
  }
  .shopping-mall .industry .industry-prev,
  .shopping-mall .industry .industry-next {
    font-size: 1rem;
    font-weight: bold;
    color: #999;
  }
  .shopping-mall .industry .industry-prev:hover,
  .shopping-mall .industry .industry-next:hover {
    color: #007aff;
  }
  .shopping-mall .industry .industry-prev {
    margin-left: 3rem;
  }
  .shopping-mall .industry .industry-next {
    margin-right: 3rem;
  }
  .shopping-mall .function-array {
    width: 46.875rem;
    background: no-repeat url('../images/array-bg.png');
    background-size: 100%;
    background-position: center;
  }
  .shopping-mall .function-array .array-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3.125rem auto 2rem;
  }
  .shopping-mall .function-array .array-list .array-item {
    width: 32%;
    height: 19rem;
    background: #ffffff;
    box-shadow: -0.1875rem 0.375rem 1.75rem 1px rgba(240, 240, 255, 0.8);
    border-radius: 0.625rem;
    border: 0.125rem solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    color: #545454;
    margin-bottom: 1.875rem;
    padding: 2rem 1.125rem 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .shopping-mall .function-array .array-list .array-item .item-title {
    font-size: 1.25rem;
    color: #333333;
    margin: 1.9375rem 0 1.25rem;
    text-align: center;
  }
  .shopping-mall .function-array .array-list .array-item .item-img {
    display: block;
    width: 6.25rem;
    height: 6.25rem;
  }
  .shopping-mall .function-array .array-list .array-item .item-intro {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .shopping-mall .function-array .array-list .array-item:hover {
    border: 0.125rem solid #007aff;
  }
  .shopping-mall .introduce-list {
    width: 46.875rem;
  }
  .shopping-mall .introduce-list .intro-item {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-sizing: border-box;
  }
  .shopping-mall .introduce-list .intro-item .item-img {
    height: 24rem;
  }
  .shopping-mall .introduce-list .intro-item .item-content {
    margin-right: 1rem;
    flex: 1;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-title {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-li {
    display: flex;
    align-items: flex-start;
    margin-top: 1.75rem;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-li .circle {
    margin-top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    border: 0.25rem solid #007aff;
    box-sizing: border-box;
  }
  .shopping-mall .introduce-list .intro-item .item-content .item-li .text {
    max-width: 16.5rem;
    flex: 1;
    margin-left: 0.75rem;
    font-size: 1.125rem;
    color: #333;
  }
  .shopping-mall .introduce-list .intro-item .custom-style {
    margin-top: 2rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .swiper {
    overflow: visible;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper {
    width: 28.75rem;
    position: relative;
    left: 3rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999999;
    height: 6.25rem;
    width: 6.25rem !important;
    border-radius: 0.1875rem;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    margin-right: 1.25rem;
    box-sizing: border-box;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper .swiper-slide img {
    width: 2.875rem;
    height: 1.9375rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-swiper .swiper-slide span {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev,
  .shopping-mall .introduce-list .intro-item .custom-style .style-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    width: 1.5625rem;
    height: 1.5625rem;
    border: 0.125rem solid #999;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s linear;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev::after,
  .shopping-mall .introduce-list .intro-item .custom-style .style-next::after {
    font-size: 0.8rem !important;
    font-weight: 600;
    line-height: 1.5625rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev:hover,
  .shopping-mall .introduce-list .intro-item .custom-style .style-next:hover {
    color: #007aff;
    border: 0.125rem solid #007aff;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-prev {
    left: -3rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .style-next {
    right: -3rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles {
    position: relative;
    width: 29rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 2rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .page-item {
    width: 13.75rem;
    height: 25rem;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: #ff4544;
    background-size: 100% 100%;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .page-left {
    background-image: url('../images/custom-left.png');
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .page-right {
    background-image: url('../images/custom-right.png');
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .custom-div {
    position: absolute;
    top: 15.625rem;
    left: 0.625rem;
    display: flex;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .custom-div span {
    width: 2.6875rem;
    height: 0.625rem;
    background: #ff4544;
    opacity: 0.2;
    border-radius: 0.1875rem;
    margin-right: 0.75rem;
  }
  .shopping-mall .introduce-list .intro-item .custom-style .page-styles .custom-button {
    position: absolute;
    left: 5.5625rem;
    bottom: 0.4375rem;
    width: 4.3125rem;
    height: 1.1875rem;
    background-color: #f39800;
    border-radius: 0.625rem 0px 0px 0.625rem;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }
  .shopping-mall .introduce-list .intro-item .select-styles .style-swiper .swiper-slide {
    border: 1px solid #007aff;
  }
  .shopping-mall .introduce-list .intro-item:nth-child(odd) {
    background-color: #f6f6f8;
  }
  .shopping-mall .introduce-list .intro-item:nth-child(odd) .item-content {
    margin-left: 1rem;
    margin-right: 0;
  }
  .footer {
    margin-top: 0;
  }
  .open-a-store {
    padding-top: 3.125rem;
    width: 100%;
    height: 8.125rem;
    position: relative;
    background-color: #f4f4f8;
  }
  .open-a-store .bottom-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 40%;
  }
  .open-a-store .bottom-text {
    position: absolute;
    bottom: 0;
    left: 46%;
    height: 5.625rem;
    color: #ffffff;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .open-a-store .bottom-text .to-register {
    width: 9.6875rem;
    height: 2.3125rem;
    font-size: 1.25rem;
    margin-left: 2.75rem;
    line-height: 2.3125rem;
    border: 1px solid #ffffff;
    border-radius: 1.75rem;
    text-align: center;
    transition: all 0.1s linear;
    cursor: pointer;
  }
  .open-a-store .bottom-text .to-register:hover {
    background-color: #fff;
    color: #007aff;
  }
}
