 /** Swiper插件公共CSS Start */
 .swiper-common .btn-swiper,
 .swiper-common .btn-wrapper {
     display: none;
 }

 .swiper-common .swiper-pagination {
     bottom: 0.41333333333333333rem;
     line-height: 0;
 }

 .swiper-common .swiper-pagination .swiper-pagination-bullet {
     margin-left: 0.06666666666666667rem;
     margin-right: 0.06666666666666667rem;
     width: 0.3333333333333333rem;
     height: 0.06666666666666667rem;
 }

 .swiper-common .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     width: 0.7466666666666667rem;
 }

 /** Swiper插件公共CSS End */


 /** 中号按钮 */
 .btn-sml {
     width: 2.55936rem;
     height: 0.6576133333333333rem;
     line-height: 0.6220666666666667rem;
     font-size: 0.32rem;
     border-radius: 0.35546666666666665rem;
 }

 /** 渐变（向左至右）按钮 Start */
 .u-gradient-btn {
     margin-top: 0.13333333333333333rem;
     min-width: 3.52rem;
     min-height: 0.5066666666666667rem;
     line-height: 0.48rem;
     border-radius: 0.09333333333333334rem;
     font-size: 0.26666666666666666rem;
 }


 .u-gradient-btn>cite {
     top: 0.02666666666666667rem;
     left: 0.02666666666666667rem;
     width: calc(100% - 0.05333333333333334rem);
     height: calc(100% - 0.05333333333333334rem);
     line-height: calc(100% - (0.05333333333333334rem));
     border-radius: 0.06666666666666667rem;
 }

 /** 渐变按钮 End */

 /** 渐变（向左至右）按钮组合 Start */
 .u-gradient-btn-wrap {
     padding: 0.02666666666666667rem;
     margin-top: 0.13333333333333333rem;
 }

 .u-gradient-btn-wrap .btn-bg {
     border-radius: 0.09333333333333334rem;
 }

 .u-gradient-btn-wrap .btn-bg::before {
     width: calc(100% - 0.05333333333333334rem);
     height: calc(100% - 0.05333333333333334rem);
     left: 0.02666666666666667rem;
     top: 0.02666666666666667rem;
     border-radius: 0.06666666666666667rem;
 }


 /* 展示/隐藏时动画状态 End */
 .u-gradient-btn-wrap .u-gradient-btn {
     width: calc(100% - 0.05333333333333334rem);
     border-radius: 0.06666666666666667rem;
 }

 .u-gradient-btn-wrap .u-gradient-btn>cite {
     border-radius: 0.04rem;
 }

 /** 渐变按钮组合 End */
 /** 通用按钮CSS End */

 /** 气泡 Start */
 [data-title]::after {
     bottom: 0.08rem;
     padding: 0.10666666666666667rem 12px;
     border-radius: 0.05333333333333334rem;
     font-size: 0.18666666666666668rem;
 }

 [data-title]::before {
     margin-left: -0.08rem;
     bottom: 0.16rem;
     border-width: 0.08rem;
 }

 /** 气泡 End */

 /** 文本框关闭按钮 Start */
 .u-btn-clear {
     right: 0.13333333333333333rem;
     width: 0.4266666666666667rem;
     height: 0.4266666666666667rem;
 }

 /** 文本框关闭按钮 End */

/** 查看详情按钮 Start */
.u-btn-detail {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.u-btn-detail .icon-detail {
     flex: none;
     display: block;
     margin-left: 0.13333333333333333rem;
     width: 0.3333333333333333rem;
     height: 0.26666666666666666rem;
     background: url(../../img/common/icon-arrow-green-right.png) no-repeat center center / contain;
     text-indent: -1000px;
}
.u-btn-detail .icon-detail.icon-lg {
     width: 0.48rem;
     height: 0.3333333333333333rem;
}
/** 查看详情按钮 End */