@charset "UTF-8";
* {
  transition: ease-in-out;
}

body {
  min-width: 1200px;
  background: url("/static/frontend/images/indexNew/bg2.svg") top center
    no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.parallax {
  position: relative;
  background-attachment: fixed;
}

:root {
  --mcolor: #2f74ff;
  --icolor: #512c56;
  --shadow: 0.02rem 0.06rem 0.1rem 0.05rem rgba(0, 0, 0, 0.05);
}
.home_more_btn_box{
  display: flex;
  justify-content: center;
}
.home_more_btn {
  margin: 0.32rem auto 0;
  height: 0.6rem;
  text-align: center;
  display: inline-block;
  font-size: 0.16rem;
  padding: 0 0.6rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.6rem;
  cursor: pointer;
  text-align: center;
  background: #F8F9FF;
  border-radius: 0.3rem;
  transition: all ease 0.3s;
  width: 2.4rem;
}
.home_more_btn.mgT048{
  margin-top: 0.48rem;
}
.home_more_btn.mgT0{
  margin-top: 0;
}
.home_more_btn:hover{
  background: #0453F3;
  color: #fff;
}
.home_more_btn.mgT085{
  margin-top: 0.85rem;
}
.home_btn_hr1:hover {
  box-shadow: 0.02rem 0.06rem 0.1rem 0.05rem rgba(0, 0, 0, 0.05);
}

.home_btn_hr2:hover {
  box-shadow: 0.02rem 0.06rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
}

.home_more_btn:hover {
  box-shadow: 0.02rem 0.06rem 0.1rem 0.05rem rgba(0, 0, 0, 0.05);
}
li {
  display: inline-block;
}


/* 新版首页 */
.home_banner_up{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem; 
  background: #E9F1FF url(/static/frontend/images/pod/banner_bg.png) top center;
  background-size: 19.2rem 4rem;
  background-repeat: no-repeat;
}

@keyframes toRightTop {
  0%{
    opacity: 0;
    transform: translate(-1rem,0.2rem);
  }
  20%{
    transform: translate(-1rem,0.2rem);
    opacity: 1;
  }
  75%{
    opacity: 1;
    transform: translate(0,0);
  }
  100%{
    opacity: 1;
    transform: translate(0,0);
  }
}

/* 官网新样式2023 */
.banner_wrap {
  position: relative;
  display: flex;
  width: 19.2rem;
  height: 4rem; 
  padding-top: 0.34rem;
}
/* left样式开始 */
.banner_left_wrap {
  margin-left: 2.1rem;
  padding-top: 0.49rem;
  color: #000000;
}
.banner_left_wrap .title {
  font-size: 0.52rem;
  margin-top: 0.1rem;
  font-weight: normal;
}
.banner_left_wrap .title img {
  width: 4.74rem;
}
.banner_left_wrap .sub-title {
  font-size: 0.38rem;
  font-weight: 300;
  line-height: 0.22rem;
  margin-top: 0.2rem;
  color: #4E5969;
}
.banner_left_wrap .btn-box {
  display: flex;
  padding-top: 0.4rem;
}
.banner_left_wrap .btn-box a {
  display: block;
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #0453F3;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  padding-left: 0.46rem;
  font-weight: bold;
  position: relative;
}
.banner_left_wrap .btn-box a:hover{
background: #2E7BFF;
}

.home_title_wrap {
  font-size: 0.38rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.38rem;
  text-align: center;
  padding-top: 1rem;
}
/* 商品展示区 */
.goods-wrap {
  background-color: #fff;
}
.goods-list-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}
.goods-list-left {
  margin-right: 0.2rem;
  position: relative;
}
.goods-left-template {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: 3.44rem;
  z-index: 4;
}
.goods-left-template img {
  width: 100%;
  height: 100%;
}
.left-template-list {
  position: absolute;
  left: 0;
  top: 0.52rem;
}
.right-template-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.84rem;
  height: 0.58rem;
  background: radial-gradient(0px 100%, transparent 0px, rgba(0, 0, 0, 0.04) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
  border-radius: 0rem 0rem 0.2rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.right-template-list{
  border-radius:0
}
.right-template-item {
  background: #F2F3F5;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.01rem solid transparent;
  padding: 0.04rem;
  opacity: 0.4;
}
.right-template-item:hover{
  opacity: 1;
}
.right-template-item:not(:last-child) {
  margin-right: 0.12rem;
}
.right-template-item img {
  width: 0.28rem !important;
  height: 0.28rem !important;
  border-radius: 0.08rem !important;
}
.curRightT, .right-template-item:hover {
  border: 0.01rem solid #579AFF;
  opacity: 1;
}

.left-template-item {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.curT {
  background: #F8F9FF;
}
.left-template-item:hover {
  background: #F8F9FF;
  cursor: pointer;
}
.left-template-item img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
}
.goods-list-left .goods-card {
  width: 7rem;
  height: 7rem;
}
.goods-list-right {
  width: 7rem;
  height: 7rem;
  display: flex;
  flex-wrap: wrap;
}
.goods-list-right .goods-card {
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.goods-list-right .goods-card:nth-child(2n) {
  margin-right: 0;
}
.goods-card {
  position: relative;
  border-radius: 0.2rem;
  cursor: pointer;
  overflow: hidden;
}
.goods-card:hover{
  border-radius: 0.2rem 0.2rem 0 0;
}
.goods-card:before {
  content: "";
  background: radial-gradient(0px 100%, transparent 0px, rgba(0, 0, 0, 0.04) 100%);
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  border-radius: 0.2rem 0.2rem 0 0;
  width: 100%;
  z-index: 10;
}
.goods-list-left .goods-card:before {
  width: 7rem;
  height: 7rem;
}
.goods-list-right .goods-card:before {
  width: 3.4rem;
  height: 3.4rem;
}
.goods-card img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  transition: all ease 0.6s;
}
.goods-card:hover img{
  transform: scale(1.1);
  border-radius: 0.2rem 0.2rem 0 0;
}
/* pod模式区 */
.pod-wrap {
  width: 15rem;
  height: 3.2rem;
  border-radius: 0.2rem;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
}
.pod-top {
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
}
.flex {
  display: flex;
}
.pod-left-title {
  width: 7.15rem;
  height: 0.38rem;
  font-size: 0.38rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.38rem;
}
.pod-left-desc {
  width: 6.89rem;
  height: 0.6rem;
  font-size: 0.18rem;
  font-weight: normal;
  color: #777A8B;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
.compare-wrap{
  width: 100%;
  height: 7.62rem; 
  padding: 0.9rem 0 1rem;
  /* background: #F8F9FF; */
  text-align: center;
  background: #F8F9FF url(/static/frontend/images/pod/img_03.png) top center;
  background-size: 19.2rem 7.62rem;
  background-repeat: no-repeat;
}
.compare-div{
  width: 5.85rem;
  background: #FFFFFF;
  margin-right:0.3rem;
  border-radius: 0.2rem;
}
.compare-table{
  position: relative;
}
.compare-table img{
  width: 1.98rem;
  position: absolute;
  left: 41%;
  top: 0.545rem;
  z-index: 100;
}
.compare-title{
  font-size: 0.24rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #0453F3;
  height: 0.74rem;
  line-height: 0.74rem;
  border-radius: 0.2rem 0.2rem 0px 0px;
  margin-bottom: 0.18rem;
}
.titlebg{
  background: #4E5969;
}
.compare-contentdiv{
  opacity: 0.8;
  padding-bottom: 0.6rem;
  font-weight: 600;
}
.compare-content{
  height: 0.52rem;
  line-height: 0.52rem;
  border-bottom: 0.01rem solid #E5E6EB;
  color: #4E5969;
  font-size: 0.16rem;
  margin: 0 0.6rem;
}
.compare-content span{
  color: #A9AEB8;
}
.compareColor{
  color: #FF6D00;
}
.pod-title{
    text-align:center;
    margin:0 auto;
    width: 7.15rem;
    height: 0.38rem;
    font-size: 0.38rem;
    line-height: 0.38rem;
    font-weight: bold;
    color: #000000;
}
.compare-table{
    width: 12rem;
    margin: 0 auto;
    padding-top:0.6rem
}
.model-wrap{
    width: 15rem;
    height:9.73rem;
    margin: 0 auto;
    padding:0.68rem 0;
}
.model-div{
    width: 7.35rem;
    border-radius: 20px;
    border: 1px solid #E5E6EB;
    margin-top:0.6rem;
    padding:0.5rem 0.4rem 0.4rem 0.4rem;
    font-size: 0.16rem;
    line-height: 0.35rem;
    font-weight: 500;
}
.model-img{
  width:6.55rem;
  height: 2.8rem;
  margin-top:0.3rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.model-div img{
    width:6.55rem;
    height: 2.8rem;
    transition: all ease 0.4s;
}
.model-div img:hover{
  transform: scale(1.05);
}
.model-div-title{
    font-size: 0.28rem;
    font-weight: 600;
    color: #1D2129;
    line-height: 0.28rem;
    text-align: center;
   position: relative;
}
.new-recommend{
    width: auto!important;
    transform: scale(0.94);
    position: absolute;
    line-height: .14rem;
    padding: 0.02rem 0.06rem;
    font-size: .12rem;
    color: #724A03;
    background: #FFD666;
    border-radius: 0.8rem 1rem 1rem 0;
    display: inline-flex !important;
    white-space: nowrap;
    font-weight: 500;
    font-weight: 500;
    top: 50%;
    left: 60%;
    margin-left: 0.2rem;
    margin-top: -0.26rem;
}
.new-recommend:hover{
  background: #FFE58F;
}
.model-div-subTitle{
  font-size: 0.18rem;
  color: #535666;
  line-height: 0.24rem;
  text-align: center;
  margin: 0.15rem 0 0.25rem;
  font-weight: 300;
}
.model-div span{
    width: 0.95rem;
    margin-left:0.2rem;
    display: inline-block;
}
.model-div:hover{
  box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 4%);
}
.superiority{
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #80B7FF;
  margin-right: 0.1rem;
  color: #579AFF;
  font-size: 0.14rem;
  margin-left: 0!important;
  width: auto!important;
  padding: 0 0.06rem;
  line-height: 0.22rem;
  height: 0.24rem;
}
.sale-step{
  width: 15rem;
  height: 2.8rem;
  background: #F8F9FF;
  border-radius: 0.2rem;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top:0.6rem;
  margin-bottom:1rem;
  padding-left:0.89rem;
}
.platform-wrap{
  height: 6.36rem;
}
.question-div{
  padding: 0.9rem 0 1rem;
}
.pod-right {
  position: relative;
  height: 3.24rem;
  width: 5.76rem;
  overflow: hidden;
  border-radius: 0.2rem;
  cursor: pointer;
}
.pod-right:hover {
  cursor: pointer;
}
.pod-right .pod-right-bg {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  transition: all ease 0.6s;
}
.pod-right-play {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 3;
  bottom: 0.3rem;
  right: 0.3rem;
  transition: 0.4s;
  transition: all ease 0.6s;
}
.play2 {
  opacity: 0;
  z-index: 2;
}
.pod-right:hover .play1{
  opacity: 0;
}
.pod-right:hover .play2{
  opacity: 1;
  transform: scale(1.1);
}
.step-line-wrap {
  position: absolute;
  bottom: 0.5rem;
}
.step-line-wrap0 {
  left: 2.05rem;
}
.step-line-wrap1 {
  left: 2.3rem;
}
.step-line-wrap2 {
  left: 2rem;
}
.step-line {
  position: relative;
  height: 0.01rem;
  width: 2rem;
  border-bottom: 0.01rem dashed rgba(0,0,0,0.3);
}
.step-line img {
  position: absolute;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
}
.step-wrap {
  position: relative;
}
.step-wrap1 {
  margin-left: 1.65rem;
}
.step-wrap2 {
  margin-left: 1.17rem;
}
.step-wrap3 {
  margin-left: 1.49rem;
}
.step-item img {
  width: 0.36rem;
  height: 0.36rem;
}
.step-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.36rem;
  white-space: nowrap;
  margin-top: 0.12rem;
}
.step-desc {
  font-size: 0.16rem;
  font-weight: normal;
  color: #777A8B;
  line-height: 0.21rem;
  white-space: nowrap;
  margin-top: 0.16rem;
}

.platform-content {
  width: 100%;
  height: 1.8rem;
  margin-top: 0.3rem;
}

/* 选择 HICUSTOM 的六大理由 */
.reason-wrap {
  width: 100%;
}
.reason-content {
  width: 15rem;
  margin: 0.6rem auto 0.7rem;
  display: flex;
  flex-wrap: wrap;
}
.reason-item {
  width: 4.8rem;
  height: 1.8rem;
  border-radius: 0.12rem;
  padding-top: 0.08rem;
  transition: all ease 0.6s;
  position: relative;
  text-align: center;
}
.reason-item-wrap:not(:nth-child(3n)) {
  margin-right: 0.3rem;
}
.reason-item-wrap{
  margin-bottom: 0.3rem;
}
.reason-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.71rem;
  height: 1.8rem;
  overflow: hidden;
}
.reason-bg img {
  width: 2.71rem;
  height: auto;
}
.reason-top {
  width: 0.8rem;
  height: 0.8rem;
  margin:0 auto;
}
.reason-icon {
  color: #fff;
  font-size: 0.8rem;
}
.reason-blue-icon {
  color: #4E5969 ;
  font-size: 0.8rem;
}
.reason-bottom {
  margin-left: 0.2rem;
}
.reason-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #1D2129;
  line-height: 0.28rem; 
  height: 0.28rem;
  margin-bottom: 0.12rem;
}
.home-reason-card__wrapper:hover .reason-title{
  color:#0453F3
}
.reason-desc {
  font-size: 0.16rem;
  color: #4E5969;
  height: 0.24rem;
  line-height: 0.24rem;
  white-space: nowrap;
}
.home-reason-card__wrapper:hover .home-reason-card__container {
  transform: translateY(-0.1rem);
  background: #F8F9FF;
}
.home-reason-card__wrapper:hover .home-reason-card__hover {
  opacity: 0.95;
}
.home-reason-card__wrapper:hover .home-reason-card__hover .home-reason-card__bottom {
  transform: translateY(0);
  color: #fff;
}
.home-reason-card__wrapper:hover .reason-blue-icon{
  color:#0453F3
}
.home-reason-card__container {
  box-sizing: border-box;
  width: 4.8rem;
  height: 1.8rem;
  border-radius: 0.12rem;
  position: relative;
  transition: transform 0.35s;
}
.home-reason-card__body,
.home-reason-card__hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.home-reason-card__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0453F3;
  opacity: 0;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-reason-card__hover .home-reason-card__hover-container {
  overflow: hidden;
  position: relative;
}
.home-reason-card__hover .home-reason-card__bottom {
  height: 100%;
  overflow: hidden;
  transform: translateY(0.52rem);
  transition: all ease 0.35s;
  margin-left: 0.44rem;
  display: flex;
}
.home-reason-card__hover .reason-title,
.home-reason-card__hover .reason-desc {
  color: #fff;
}
.home-reason-card__hover .reason-left {
  background: #226AF5;
}
/* 快速开启POD出海之旅 */
.open-pod-wrap {
  width: 100%;
  height: 2.8rem;
  position: relative;
  background: #151624 url(/static/frontend/images/pod/img_06.png) top center;
  background-size: 19.2rem 2.8rem;
  background-repeat: repeat;
}
.open-pod-content {
  position: absolute;
  top: 0.7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.open-pod-title {
  font-size: 0.38rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.52rem;
}
.open-pod-btn, .create-btn {
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.32rem;
  font-size: 0.18rem;
  font-weight: bold;
  cursor: pointer;
  padding-left:0.2rem
}
.open-pod-btn {
  /* background: linear-gradient(180deg, #E6F2FF 0%, #FFFEF0 100%);
  box-shadow: 0rem 0.15rem 0.35rem 0rem rgba(5,83,243,0.3); */ 
  background: #0453F3;
}
.open-pod-btn:hover{
  background: #2E7BFF;
}
.create-btn {
  background: #FFFFFF;
}
@keyframes moveBack {
  0%,to{transform:translateY(0rem)}
  50%{transform:translate(0.06rem,0rem)}
}
.btn-box-icon {
  font-weight: bold;
  font-size: 0.3rem;
  margin-left: 0.04rem;
  animation: moveBack 1s ease-in-out infinite;
}
.create-icon {
  position: absolute;
  top: 0.16rem;
  margin-left: 0.04rem;
}