/* @import "../../../../demo-common/css/variable.css"; */
:root {
  --color-skeleton-bg: var(--background-color-base);
  --color-animate-bg: #e6e6e6;
  --color-skeleton-item-border: #e8e8e8;
}
.skeleton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: var(--color-white);
  display: table;
  width: 100%;
&+.skeleton {
    margin-top: 20px;
}
}
.skeleton-type-img {
  position: relative;
  padding-bottom: 80%;
&:before {
    content: ' ';
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    background: var(--color-skeleton-bg);
}
}
.skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: var(--color-skeleton-bg);
}
.skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.skeleton-item {
  padding: 20px 0;
&+.skeleton-item {
    border-top: 1px solid var(--color-skeleton-item-border);
}
}
.skeleton-title+.skeleton-paragraph {
  margin-top: 24px;
}
.skeleton-paragraph {
  padding: 0;
&>li {
    width: 100%;
    height: 16px;
    list-style: none;
    background: var(--color-skeleton-bg);
&:last-child:not(:first-child):not(:nth-child(2)) {
      width: 61%;
}
&+li {
      margin-top: 16px;
}
}
}
@-webkit-keyframes skeleton-loading {
0% {
    background-position: 100% 50%
}
100% {
    background-position: 0 50%
}
}
@keyframes skeleton-loading {
0% {
    background-position: 100% 50%
}
100% {
    background-position: 0 50%
}
}
.skeleton-goods-img {
  position: relative;
  padding: 50%;
  background: var(--color-skeleton-bg);
.skeleton-goods-img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
}
.skeleton-title,
.skeleton-paragraph>li {
@nest .skeleton-active & {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--color-skeleton-bg)), color-stop(37%, var(--color-animate-bg)), color-stop(63%, var(--color-skeleton-bg)));
    background: linear-gradient(90deg, var(--color-skeleton-bg) 25%, var(--color-animate-bg) 37%, var(--color-skeleton-bg) 63%);
    background-size: 400% 100%;
    -webkit-animation: skeleton-loading 1.4s ease infinite;
            animation: skeleton-loading 1.4s ease infinite
}
}



.GoodsListView_box_2Bk9G {
  background: #FFFFFF;
}
.GoodsListView_moduleNameTip_31o8t {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  z-index: 3;
}
.GoodsListView_goodsLine_3uM0L {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.GoodsListView_goodsItem_2Znwi {
  width: 272.5px;
}
.GoodsListView_goodsImg_1v8UA {
  width: 100px;
  height: 100px;
  background: #409EFF;
}

.contentBoxBig:hover .bannerBack{position:absolute;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,.5)}.MainProductsList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:180px;left:10px}.PaymentItem{width:380px;height:112px;background:#5776c9;border-radius:8px;text-align:center;margin:0 5px}.PaymentItem div{font-family:ArialMT;font-size:18px;color:#fff;line-height:20px;text-align:center;font-style:normal;margin-bottom:12px;margin-top:20px}.PaymentItem p{font-family:Arial,Arial;font-weight:normal;font-size:15px;color:#fff;line-height:20px;text-align:center;font-style:normal;height:40px;margin:0 24px}

.View_titlePoster_3qcJ0{
  font-family: Arial, Arial;
  font-weight: 600;
  font-size: 24px;
  color: #181818;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 50px;
}
.View_titleBox_2T6us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
.View_colorMark_MJU5x {
            display: inline-block;
            background-color: #333;
            width: 5px;
            height: 18px;
            vertical-align: middle;
}
.View_title_M6udx {
            margin-left: 10px;
            font-size: 18px;
            color: #000;
}
.View_subTitle_2lQlT {
            font-size: 14px;
            color: #000;
            margin-left: 10px;
}
}
.View_contentBox_ampG6 {
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 534px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.View_bannerBox_2xdwT {
        position: relative;
}
.View_bannerText_2qlZQ {
        position: absolute;
        vertical-align: middle;
        bottom: 20%;
        width: 218px;
        height: 64px;
        line-height: 24px;
        font-size: 18px;
        text-align: center;
        color: #FFF;
.View_bannerTitle_2eUc7 {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: rgba(0,0,0,.9);
            width: 70px;
            padding: 0 14px;
            height: 64px;
            overflow: hidden;
}
.View_bannerSubTitle_Os3YR {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 22px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            left: 70px;
            top: 0;
            position: absolute;
            background: rgba(0,0,0,.6);
            overflow: hidden;
            width: 128px;
            height: 64px;
}
}
.View_detailWrap_9gfX9 {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(4%, rgba(0,0,0,0)),to(rgba(0,0,0,.36)));
        background-image: linear-gradient(-180deg,rgba(0,0,0,0) 4%,rgba(0,0,0,.36) 100%);
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
img {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 32px;
            height: 32px;
}
}
.View_goodsList_3BwMX {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-color: #FFFFFF;
        height: 294px;
        padding: 0 24px;
}
.View_goodsItem_3Bxjx {
        width: 220px;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        margin-top: 70px;
}
.View_goodsImg_3zpqK {
        vertical-align: middle;
}
.View_goodsTitle_1VWd4 {
        font-family: ArialMT;
        font-size: 16px;
        color: #606266;
        line-height: 18px;
        text-align: center;
        font-style: normal;
        overflow: hidden;
        margin:12px auto 10px auto;
        height: 18px;
}
.View_goodsPrice_2T6V5 {
      font-family: Arial, Arial;
      font-weight: 700;
      font-size: 20px;
      height: 22px;
      color: #303133;
      line-height: 22px;
      text-align: center;
      font-style: normal;
      margin: 0px auto;
}

