/* 初始化样式  */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
input,
textarea {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0 none;
}

input,
button,
textarea {
  border: 0 none;
  outline: none;
  background: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

a,
button {
  cursor: pointer;
}
.swiper-container {
  width: 150px;
  height: 300px;
}
@media screen and (min-width: 1025px) {
  #all {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .head {
    height: 88px;
    width: 100%;
    background-color: rgba(1, 28, 84, 1);
    box-sizing: border-box;
    border-bottom: 3px solid rgba(190, 158, 88, 1);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .headCenter {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .pic1 {
    width: 295px;
    height: 68px;
    background: url("../img/logo1.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }
  .pic1Img,.pic1Img2{
    position: absolute;
    right: 0;
    /* bottom: 0; */
    top: 39px;
    height: 30px;
    overflow: hidden;
  }
  .business_shopping_swiper_item {
    height: 20px;
    width: 138px;
  }
  .swiper-slide{
    overflow: hidden;
  }
  .pic2 {
    width: 245px;
    height: 54px;
    background: url("../img/pic2logo.gif") no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
  }
  .pic1Img2{
    right: -20px;
    top: 36px;
  }
  .pic1Img2   .business_shopping_swiper_item {
    height: 14px;
    width: 110px;
  }
  .pic3 {
    width: 200px;
    height: 38px;
    background: url("../img/PC/pic3.png") no-repeat;
    background-size: 100%;
  }
  .banner {
    width: 100%;
    height: 640px;
    margin-top: 40px;
    background: url("../img/PC/banner.jpg") no-repeat;
    background-size: 100%;
  }
  .center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: -265px;
  }
  .box1 {
    height: 385px;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
  }
  .title {
    width: 325px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    background: url("../img/PC/title.jpg") no-repeat;
    background-size: 100%;
  }
  .box1Center {
    width: 100%;
    padding-top: 20px;
    height: 310px;
    display: flex;
    justify-content: flex-start;
  }
  .line {
    width: 3%;
    height: 90%;
    background: url("../img/PC/line.png") no-repeat center;
    background-size: 5% 100%;
  }
  .boxLeft {
    width: 54%;
    height: 100%;
  }
  .road {
    height: 47px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .one {
    width: 132px;
    height: 47px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(190, 158, 88, 1);
    border-radius: 5px;
    color: #be9e58;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
  }
  .two {
    width: 40px;
    height: 47px;
    background: url("../img/PC/icon.png") no-repeat center center;
  }
  .three {
    width: 270px;
    height: 47px;
    border: 1px solid rgba(190, 158, 88, 1);
    box-sizing: border-box;
    color: #be9e58;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
  }
  .four {
    width: 145px;
    height: 47px;
    border: 1px solid rgba(190, 158, 88, 1);
    background: rgba(190, 158, 88, 1);
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
  }
  .four:hover {
    border: 1px solid rgba(151, 106, 16, 1);
    background: rgba(151, 106, 16, 1);
  }
  .alone {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: normal;
    cursor: pointer;
  }
  .boxRight {
    width: 43%;
    height: 100%;
    background: url("../img/PC/girl.jpg") no-repeat;
    background-size: 95% 100%;
    position: relative;
  }

  @keyframes slide {
    0% {
      left: 0px;
    }
    50% {
      left: 20px;
    }
    100% {
      left: 0px;
    }
  }
  .icon1 {
    top: 70px;
    left: 0;
    position: absolute;
    width: 83px;
    height: 63px;
    background: url("../img/PC/icon1.png") no-repeat;
    background-size: 100%;
    animation: slide 3s infinite linear;
  }
  @keyframes up {
    0% {
      bottom: 10px;
    }
    50% {
      bottom: 20px;
    }
    100% {
      bottom: 10px;
    }
  }
  .icon2 {
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 81px;
    height: 55px;
    background: url("../img/PC/icon2.png") no-repeat;
    background-size: 100%;
    animation: up 3s infinite linear;
  }
  @keyframes down {
    0% {
      bottom: 30px;
    }
    50% {
      bottom: 20px;
    }
    100% {
      bottom: 30px;
    }
  }
  .icon3 {
    bottom: 30px;
    right: 10px;
    position: absolute;
    width: 60px;
    height: 84px;
    background: url("../img/PC/icon3.png") no-repeat;
    background-size: 100%;
    animation: down 3s infinite linear;
  }
  .box2 {
    margin-top: 30px;
    height: 165px;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
  }
  .box3 {
    margin-top: 30px;
    height: 237px;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
  }
  .box3Center {
    padding-top: 30px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .box2Center {
    padding-top: 30px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .block {
    display: block;
  }
  .browser {
    margin: 0 20px;
    width: 128px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(190, 158, 88, 1);
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .browser:hover {
    background: rgba(190, 158, 88, 1);
    color: #ffffff;
    cursor: pointer;
  }
  .footer {
    width: 100%;
    height: 170px;
    background: rgba(26, 25, 21, 1);
    margin-top: 30px;
    position: relative;
  }
  .price {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 70%;
    height: 60px;
    background: url("../img/PC/price.png") no-repeat;
    background-size: 100% 100%;
  }
  .help {
    height: 40px;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .help ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .help ul li {
    color: #ffffff;
    font-size: 14px;
  }
  .help ul li:hover {
    color: rgba(190, 158, 88, 1);
    cursor: pointer;
  }
  .company {
    height: 40px;
    position: absolute;
    width: 50%;
    bottom: 10%;
    text-align: center;
    line-height: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #868686;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #all {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .head {
    height: 40px;
    width: 100%;
    background-color: rgba(1, 28, 84, 1);
    box-sizing: border-box;
    border-bottom: 1px solid rgba(190, 158, 88, 1);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .headCenter {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pic1 {
    width: 130px;
    height: 30px;
    background: url("../img/logo1.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
  }
  .pic1Img,.pic1Img2{
    position: absolute;
    right: -83px;
    /* bottom: 0; */
    top: 41px;
    height: 30px;
  }
  .business_shopping_swiper_item {
    height: 10px;
    width: 66px;
  }
  .pic2 {
    width: 118px;
    height: 26px;
    margin-left: 100px;
    background: url("../img/pic2logo.gif") no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
  }
  .pic1Img2{
    right: -82px;
    top: 72px;
  }
  .pic1Img2   .business_shopping_swiper_item {
    height: 8px;
    width: 60px;
  }
  .swiper-slide{
    overflow: hidden;
  }
  .banner {
    width: 100%;
    height: 255px;
    margin-top: 40px;
    background: url("../img/H5/banner.jpg") no-repeat;
    background-size: 100%;
  }
  .center {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    margin-top: -80px;
    background: #ffffff;
  }
  .box1 {
    height: 245px;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
  }
  .title {
    width: 198px;
    height: 34px;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: url("../img/PC/title.jpg") no-repeat;
    background-size: 100%;
  }
  .box1Center {
    width: 100%;
    padding-top: 10px;
  }
  .road {
    height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .one {
    width: 94px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(190, 158, 88, 1);
    border-radius: 5px;
    color: #be9e58;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
  }
  .two {
    width: 20px;
    height: 30px;
    background: url("../img/PC/icon.png") no-repeat center center;
    background-size: 60%;
  }
  .three {
    width: 150px;
    height: 30px;
    border: 1px solid rgba(190, 158, 88, 1);
    box-sizing: border-box;
    color: #be9e58;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
  }
  .four {
    width: 83px;
    height: 30px;
    border: 1px solid rgba(190, 158, 88, 1);
    background: rgba(190, 158, 88, 1);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
  }
  .four:hover {
    border: 1px solid rgba(151, 106, 16, 1);
    background: rgba(151, 106, 16, 1);
  }
  .alone {
    display: none;
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: normal;
    cursor: pointer;
  }
  .box2 {
    margin-top: 30px;
    padding-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
  }
  .box3 {
    margin-top: 30px;
    padding-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
  }
  .box3Center {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: auto;
  }
  .box2Center {
    padding-top: 10px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: auto;
  }
  .block {
    display: block;
  }
  .browser {
    margin: 5px 0;
    width: 85px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(190, 158, 88, 1);
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
  }
  .browser img {
    width: 14px;
    height: 14px;
  }
  .footer {
    width: 100%;
    height: 175px;
    background: rgba(26, 25, 21, 1);
    margin-top: 30px;
    position: relative;
  }
  .price {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    height: 21px;
    background: url("../img/PC/price.png") no-repeat;
    background-size: 100% 100%;
  }
  .help {
    height: 40px;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
  }
  .help ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .help ul li {
    width: 25%;
    color: #ffffff;
    font-size: 14px;
    margin: 5px 0px;
    text-align: center;
  }

  .company {
    height: 40px;
    position: absolute;
    width: 90%;
    bottom: 10%;
    text-align: center;
    line-height: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #868686;
    font-size: 14px;
  }
}
