@charset "UTF-8";

.exchangeShop .category-content .swiper-box,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box{
    margin: 16px 24px;
    border: 1px solid #d9d9d9;
    padding-bottom: 10px;
    padding-left: 16px;
}
.exchangeShop .category-content .swiper-box .swiper-box__header,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:16px 0;
}
.exchangeShop .category-content .swiper-box .swiper-box__header .description,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__header .description
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.exchangeShop .category-content .swiper-box .swiper-box__content,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content
{
    width: 100%;
    height: 182px;
}
.exchangeShop .category-content .welfare .swiper-box__content ,
.YunYin-shop-renovation-goodsEdit-page .category-content .welfare .swiper-box__content{
    width: 100%;
    height: 162px;
}
.exchangeShop .category-content .swiper-box .bannerBox  .wrap,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .bannerBox  .wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 182px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.exchangeShop .category-content .swiper-box .bannerBox1  .wrap,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .bannerBox1  .wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 162px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.exchangeShop .category-content .swiper-box .bannerBox .wrap .one-bannerData
{
    width:359px;
    height:182px;
    padding-right: 16px;
}



.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .bannerBox .wrap .one-bannerData {
    width:391px;
    height:182px;
    padding-right: 16px;
}


.exchangeShop .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .image-box

{
    width:343px;
    height:100px;
    border-radius:6px;
    position: relative;
    /*opacity:0.28;*/
}

.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .image-box {
    width:375px;
    height:120px;
    border-radius:6px;
    position: relative;
}

.exchangeShop .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .image-box .delete,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .image-box .delete
{
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: scale(0.6);
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
}
.exchangeShop .category-content .swiper-box .swiper-box__content .wrap .one-bannerData:hover .image-box .delete,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap .one-bannerData:hover .image-box .delete
{
    display: flex;
    top: -6px;
    right: -6px;
}
.exchangeShop .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .image-box img,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .image-box img
{
    width: 100%;
    height: 100%;
    border-radius:6px;
}
.exchangeShop .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .input-box

{
    margin-top: 8px;
    width:343px;
    height: 32px;
    border-radius:2px;
    border:1px solid rgba(217,217,217,1);
}

.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .input-box {
    margin-top: 8px;
    width:375px;
    height: 32px;
    border-radius:2px;
    border:1px solid rgba(217,217,217,1);
}



.exchangeShop .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .input-box input,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap .one-bannerData .input-box input
{
    outline:none;
    border:none;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(191,191,191,1);
    line-height:20px;
}

.exchangeShop .category-content .swiper-box .swiper-box__content .wrap::-webkit-scrollbar ,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap::-webkit-scrollbar
{/*滚动条整体样式*/
    width:627px;;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.exchangeShop .category-content .swiper-box .swiper-box__content .wrap::-webkit-scrollbar-thumb,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap::-webkit-scrollbar-thumb
{/*滚动条里面小方块*/
    border-radius:4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background:#BFBFBF;
    opacity:0.25;
}

.exchangeShop .category-content .swiper-box .swiper-box__content .wrap::-webkit-scrollbar-track,
.YunYin-shop-renovation-goodsEdit-page .category-content .swiper-box .swiper-box__content .wrap::-webkit-scrollbar-track
{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius:4px;
    background: none;
}
.exchangeShop .category-content .welfare .swiper-box__content .wrap .one-bannerData,
.YunYin-shop-renovation-goodsEdit-page .category-content .welfare .swiper-box__content .wrap .one-bannerData
{
    width:130px;
    height:162px;
    padding:0px !important;
    margin-right: 16px;
}
.exchangeShop .category-content .welfare .swiper-box__content .wrap .one-bannerData .image-box,
.YunYin-shop-renovation-goodsEdit-page .category-content .welfare .swiper-box__content .wrap .one-bannerData .image-box
{
    width:130px;
    height:80px;
    border-radius:6px;
}
.exchangeShop .category-content .welfare .swiper-box__content .wrap .one-bannerData .bottom-btn,
.YunYin-shop-renovation-goodsEdit-page .category-content .welfare .swiper-box__content .wrap .one-bannerData .bottom-btn
{
    width: 100%;
    height:32px;
    padding: 0 21px;
    text-align: center;
}
.exchangeShop .category-content .welfare .swiper-box__content .wrap .one-bannerData .bottom-btn p,
.YunYin-shop-renovation-goodsEdit-page .category-content .welfare .swiper-box__content .wrap .one-bannerData .bottom-btn p
{
    border-radius:2px;
    border:1px solid rgba(89,89,89,1);
    line-height: 32px;
    font-weight:400;
    color:rgba(89,89,89,1);
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    text-align: center;
}

.exchangeShop .base-list-b .goods-header {
    height: 64px;
    border-bottom: 2px solid #E8E8E8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.exchangeShop .base-list-b .goods-header .left{
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.exchangeShop .base-list-b .goods-header p:nth-child(1){
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(89,89,89,1);
    margin-right: 8px;
}
.exchangeShop .base-list-b .goods-header p:nth-child(2){
    font-size:14px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(191,191,191,1);
}
.exchangeShop .base-list-b .goods-header .right{
    width: 88px;
}

.exchange-goods-edit .goods-info-box {
    display: flex;
    margin: 16px 0;
}
.exchange-goods-edit .goods-info-box .left {
    flex: 1;
    margin-right: 16px;
    height:266px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(217,217,217,1);
}

.exchange-goods-edit .goods-info-box .right {
    flex: 1;
    height:266px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(217,217,217,1);
}
.exchange-goods-edit .goods-info-box .right .goods-info-title,
.exchange-goods-edit .goods-info-box .left .goods-info-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid #E8E8E8;
    margin:0 24px;
}
.exchange-goods-edit .goods-info-box .right .goods-info-title p,
.exchange-goods-edit .goods-info-box .left .goods-info-title p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #595959;
}

.exchange-goods-edit .goods-info-box .right .base-edit-b .good-name .m-item,
.exchange-goods-edit .goods-info-box .left .base-edit-b .good-name .m-item{
    width: 100px !important;
}

.exchangeShop .exchangeShop-list-page .base-list-b .goods-control-list .one-data .click_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchangeShop-order-detail-page .order-state {
    width: 100%;
    height: 76px;
    padding: 160px 20% 0;
    background-color: #ffffff;
}

.exchangeShop-order-detail-page .order-state .state-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.exchangeShop-order-detail-page .order-state .state-box .step {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 3px dashed #cccccc;
}

.exchangeShop-order-detail-page .order-state .state-box .step.end {
    border-top: 3px dashed #39b5aa;
}

.exchangeShop-order-detail-page .order-state .state-box .step.end .circle-box {
    border: 3px solid #39b5aa;
    color: #39b5aa;
}

.exchangeShop-order-detail-page .order-state .state-box .step.active .circle-box {
    border: 3px solid #39b5aa;
    color: #ffffff;
    cursor: pointer;
}

.exchangeShop-order-detail-page .order-state .state-box .step.active .circle-box:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 50px;
    height: 50px;
    background-color: #39b5aa;
    border-radius: 50%;
    z-index: 0;
}

.exchangeShop-order-detail-page .order-state .state-box .step.active .text1 {
    color: #39b5aa;
}

.exchangeShop-order-detail-page .order-state .state-box .step.invalid .circle-box {
    border: 3px solid #bbb;
    color: #ffffff;
    cursor: default;
}

.exchangeShop-order-detail-page .order-state .state-box .step.invalid .circle-box:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 50px;
    height: 50px;
    background-color: #bbb;
    border-radius: 50%;
    z-index: 0;
}

.exchangeShop-order-detail-page .order-state .state-box .step.invalid .text1 {
    color: #ff6600;
}

.exchangeShop-order-detail-page .order-state .state-box .step:nth-last-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle {
    position: absolute;
    top: -37px;
    left: -34px;
    width: 68px;
    height: 68px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle .control {
    display: table;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: left top 0.2s;
    transition: left top 0.2s;
    width: 46px;
    height: 46px;
    -webkit-box-shadow: 0 0 5px 0 rgba(87, 87, 87, 0.5);
    box-shadow: 0 0 5px 0 rgba(87, 87, 87, 0.5);
    border-radius: 50%;
    line-height: 46px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle .control:hover {
    background-color: #39b5aa;
    color: #ffffff;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle .control > p {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    padding: 0 5px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle.on[circle-num="1"] .control:nth-child(2) {
    left: 8px;
    top: -86px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle.on[circle-num="2"] .control:nth-child(2) {
    left: -24px;
    top: -60px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle.on[circle-num="2"] .control:nth-child(3) {
    left: 40px;
    top: -60px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle.on[circle-num="3"] .control:nth-child(2) {
    left: -50px;
    top: -60px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle.on[circle-num="3"] .control:nth-child(3) {
    left: 8px;
    top: -86px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle.on[circle-num="3"] .control:nth-child(4) {
    left: 66px;
    top: -60px;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle-box {
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 3px solid #bbb;
    text-align: center;
    line-height: 62px;
    font-size: 30px;
    background-color: #ffffff;
    color: #bbb;
    z-index: 1;
}

.exchangeShop-order-detail-page .order-state .state-box .step .circle-box > span {
    position: relative;
    z-index: 1;
}

.exchangeShop-order-detail-page .order-state .state-box .step .text1 {
    position: absolute;
    text-align: center;
    width: 100px;
    top: 38px;
    left: -50px;
    font-size: 16px;
    color: #666666;
}

.exchangeShop-order-detail-page .order-state .state-box .step .text2 {
    position: absolute;
    text-align: center;
    width: 140px;
    top: 65px;
    left: -70px;
    font-size: 12px;
    color: #666666;
}

.exchangeShop-order-detail-page .invoice-type .square-btn-box,
.exchangeShop-order-detail-page .invoice-detail-type .square-btn-box,
.exchangeShop-order-detail-page .pay-btn-type .square-btn-box,
.exchangeShop-order-detail-page .add-order-user .square-btn-box,
.exchangeShop-order-detail-page .shipping-type .square-btn-box {
    display: inline-block;
    margin-right: 30px;
    line-height: 30px;
    font-size: 12px;
}

.exchangeShop-order-detail-page .invoice-type .square-btn,
.exchangeShop-order-detail-page .invoice-detail-type .square-btn,
.exchangeShop-order-detail-page .pay-btn-type .square-btn,
.exchangeShop-order-detail-page .add-order-user .square-btn,
.exchangeShop-order-detail-page .shipping-type .square-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


