/*fusion_pcb style edit by alice @2016-4-22*/
@charset "UTF-8";
[v-cloak]{display:none}
.hide{
    display: none!important;
}
.box-warn {
    background-color: #FFF3EF!important;
    border: 1px #F96235 dashed!important;
}
.lang-list{
    display: none;
}
.ml20{
    margin-left: 20px;
}
.animated-scope {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.tip{
    font-size: 12px;
    color: red;
}
.cable-input{
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
 }
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #9F9F9F; 
 }
.grove-module-select-wrap{
    padding: 0;
    margin: 0;
}
.grove-module-select-box{
    margin: 27px auto 20px;
    display: flex;
}
.grove-module-select-item{
    width: 204px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    font-size: 22px;
    font-family: ProximaSansRegular;
    color: #00946C;
    margin-right: 21px;
    cursor: pointer;
}
.grove-module-select-item:last-child{
    margin-right: 0;
}
.select-item-on{
    background: #00946C;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    color: #FFFFFF;
}
.grove-content-wrap{
    display: flex;

}

.currentStepArrow{
    position: absolute;
    top: 20%;
    width: 40px;
    height: 60px;
    border: 1px solid #e2e2e2;
    border-left: none;
    right: -19px;
    background: #f9f9f9;
    border-radius: 20px;
}
.currentStepArrow:after {
    position: absolute;
    top: -1px;
    right: 18px;
    content: '';
    height: 62px;
    width: 20px;
    background: #f9f9f9;
    z-index: 9;
}
.step-icon{
    position: absolute;
    right: 8px;
    top: 20px;
    color: #bbb;
    font-size: 20px;
}
.grove-content-left-wrap{
    width: 611px;
    /* max-height: 1147px; */
    /* overflow: auto; */
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-right: none;
}
/*修改滚动条样式*/
div::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    background: rgba(0, 0, 0, 0.3);
    /**/
}
div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
ul::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}
ul::-webkit-scrollbar-thumb:hover {
    background: #333;
}
ul::-webkit-scrollbar-corner {
    background: #179a16;
}

.grove-list-title{
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 14px;
    background: #E2E2E2;
    font-size: 18px;
    font-family: ProximaSansMedium;
    color: rgba(56, 56, 56, 0.61);
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    border-right: none;
    box-sizing: border-box;
}
.grove-board-list-box{
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    background: #f9f9f9;
    /* border-right: 1px solid #E2E2E2; */
}
.list-empty img{
    width: 100%;
    /* margin: 29px auto 0 53px; */
}
.grove-list-item{
    display: flex;
    padding: 19px 31px 19px 16px;
}
.grove-list-img {
    width: 110px;
}
.grove-list-img img{
    width: 100%;
}
.grove-list-desc{
    width: 193px;
    display: flex;
    margin-left: 21px;
    flex-direction: column;
    justify-content: flex-start;
}
.grove-list-desc .grove-list-name{
    font-size: 15px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #383838;
    /* height: 75px; */
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 19px;
}
.grove-list-desc .grove-list-name a:hover{
   text-decoration: underline;
}
.grove-list-desc .grove-list-sku{
    font-size: 11px;
    font-family: OpenSans;
    color: #5B5B5B;
}
.grove-list-num{
    width: 145px;
    padding-left: 23px;
    padding-right: 31px;
    text-align: center;
}
.num-eidt{
    display: flex;
    justify-content: center;
    width: 92px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #3C3C3C;
    margin: 0 auto;
}
.overNum{
    border: 1px solid red;
}
.eidt-ligth{
    border: 1px solid #00946c;
}
.overNumTips{
    color: red;
    font-size: 10px;
    line-height: 15px;
}
.num-eidt .num-option{
    width: 28px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.num-eidt .num-disabled{
    color:#b3afaf;
    cursor: not-allowed;
}
.num-eidt .num-text{
    width: 30px;
    text-align: center;
    border: none;
}
.only-number{
    text-align:center;
}
.grove-list-price{
    width: 70px;
    font-size: 13px;
    font-family: OpenSans-Bold, OpenSans;
    font-weight: bold;
    color: #FF6345;
}
.grove-list-delete{
    width: 11px;
    cursor: pointer;
    margin-left: 13px;
}
.grove-list-delete img{
    width: 11px;
    height: 13px;
    margin-top: 5px;
    margin-left: 13px;
}

.grove-content-right-wrap{
    width: 714px;
    /* max-height: 1147px; */
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e2e2e2;
    border-bottom: none;
}
.sending-icon-wrap,.empty-list-box{
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.category-title{
    padding-left: 14px;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: ProximaSansMedium;
    color: #00946C;
    border-bottom: 1px solid #E2E2E2;
}
.category-category-detail{
    position: relative;
    padding: 19px 14px 24px;
    /* border-left: 1px solid rgba(241, 241, 241, 1);  
    border-right: 1px solid rgba(241, 241, 241, 1); */
    box-sizing: border-box;
}
.category-category-detail .category-detail-item{
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: rgba(56, 56, 56, 0.7);
    position: relative;
}
.category-category-detail  .category-detail-on{
    color: #00946c;
}
.category-category-detail  .category-detail-on .sub-category-detail{
    max-height: 200px;
    margin-top: 10px;
    opacity: 1;
    overflow: visible;
}
.category-category-list-box{
    max-height: 635px;
    overflow: auto;
}
/* .category-category-list-case-box{
    max-height: 635px;
    overflow: auto;
} */
.category-list-item{
    display: flex;
    padding: 19px 29px 30px 31px;
    border: 1px solid rgba(241, 241, 241, 1);
    border-top: none;
    border-left: none;
}
.category-list-item:last-child{
    /* border-bottom: none; */
}
.category-list-case-item{
    display: flex;
    flex-direction: column;
    padding: 19px 29px 30px 31px;
    border: 1px solid rgba(241, 241, 241, 1);
    border-top: none;
}
.category-list-title{
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 18px;
    font-family: ProximaSansMedium;
    color: #00946C;
    border-top: none;
    border-bottom: 1px solid #E2E2E2;
}
.only-one-border-title{
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.product-img{
    width: 107px;
    margin-right: 20px;
}
.product-img img{
    width: 107px;
    height: 80px;
}
.product-desc{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.product-desc .product-name{
    font-size: 15px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #383838;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 11px;
}
.product-desc .product-name a:hover{
    text-decoration: underline;
}
.product-desc  .product-sku{
    font-size: 11px;
    font-family: OpenSans;
    color: #5B5B5B;
}
.product-add-cart{
    width: 117px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.product-add-cart .product-price{
    font-size: 13px;
    font-family: OpenSans-Bold, OpenSans;
    font-weight: bold;
    color: #FF6345;
    text-align: right;
}
.product-add-cart .product-add-bt{
    width: 117px;
    height: 34px;
    line-height: 34px;
    background: #00946C;
    border-radius: 3px;
    font-size: 15px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.product-add-cart .add-bt-out-stock{
    position: absolute;
    bottom: -25px;
    right: 0;
    color: red;
    font-size: 12px;
}
.product-add-cart .product-add-bt-disable{
    background: #e2e2e2;
    color: #bbb;
    cursor: not-allowed;
}
/* case右侧 */
.upload-case-box{
    width: 100%;
    padding: 39px 0 37px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
}
.case-image-box{
    width: 100%;
    height: 780px;
    border-radius: 3px;
    border: 1px solid #F1F1F1;
    margin-top: 10px;
}
.sticker-preview-box{
    margin: 69px auto 0;
}
.sticker-preview-box p{
    font-size: 14px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: rgba(56, 56, 56, 0.7);
    line-height: 23px;
    text-align: center;
}
.sticker-preview{
    width: 373px;
    height: 244px;
    margin: 0 auto;
    position: relative;
}
.sticker-preview-tip{
    position: absolute;
    top: 50px;
    left: 300px;
    width: 201px;
    height: 96px;
    padding: 8px 9px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(156, 156, 156, 0.5);
    border: 1px solid #DFDFDF;
    font-size: 12px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #3C3C3C;
    line-height: 20px;
}
.sticker-preview-tip:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 23px;
    right: 100%;
    padding: 0;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}
.sticker-preview-tip:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 24px;
    right: 100%;
    padding: 0;
    border-right: 8px solid #cccccc;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}
.sticker-preview-tip p{
    text-align: left;
}

.download-tip{
    display: flex;
}
.download-tip a{
    font-size: 12px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #00946C;
    line-height: 20px;
    text-decoration: underline;
}
.sticker-preview .download-tip img{
   width: 14px;
   height: 14px;
   margin-top: 3px;
   margin-left:6px;
}

.sticker-preview .my-pic{
    width: 297px;
    height: 196px;
    position: absolute;
    left: 64px;
    top: 10px;
    border-radius: 10px;
}
.sticker-preview .my-pic2{
    width: 297px;
    height: 180px;
    position: absolute;
    left: 64px;
    top: 10px;
    border-radius: 10px;
}
.sticker-preview .base-pic{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes xuanzhuan{
    from{
        transform:perspective(400px) rotatex(30deg);
    }
    to{
        transform:perspective(400px) rotatex(30deg);
    }
}
@-webkit-keyframes xuanzhuanMini{
    from{
        transform:perspective(86px) rotatex(30deg);
    }
    to{
        transform:perspective(86px) rotatex(30deg);
    }
}
.case-preview{
    width: 129.5px;
    height: 123.5px;
    margin: 0 auto;
    position: relative;
}
.case-preview .my-case-pic{
    width: 85px;
    height: 43px;
    position: absolute;
    left: 16px;
    top: 3px;
    transform: perspective(400px) rotatex( 
0deg
 ) rotatey( 
0deg
 );
    transform-style: preserve-3d;
    position: relative;
    animation: xuanzhuanMini 5s cubic-bezier(0.0,0.0,0.0,0.0) infinite forwards;
    border-radius: 10px;
}

.case-preview .my-case-pic2{
    width: 85px;
    height: 48px;
    position: absolute;
    left: 14px;
    top: 1px;
    transform: perspective(400px) rotatex( 
0deg
 ) rotatey( 
0deg
 );
    transform-style: preserve-3d;
    position: relative;
    animation: xuanzhuanMini 5s cubic-bezier(0.0,0.0,0.0,0.0) infinite forwards;
    border-radius: 10px;
}
.case-preview .base-case-pic{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.box-preview .my-box-pic{
    width: 310px;
    height: 160px;
    position: absolute;
    left: 85px;
    top: 30px;
    transform: perspective(400px) rotatex(
0deg
) rotatey(
0deg
);
    transform-style: preserve-3d;
    position: relative;
    animation: xuanzhuan 5s cubic-bezier(0.0,0.0,0.0,0.0) infinite forwards;
    border-radius: 10px;
}
.box-preview .base-box-pic{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.box-preview-box{
    margin: 89px auto 77px; 
}
.box-preview-box p{
    font-size: 14px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: rgba(56, 56, 56, 0.7);
    line-height: 23px;
    text-align: center;
}
.box-preview{
    width: 439px;
    height: 247px;
    margin: 0 auto;
    position: relative;
}
.box-preview-tip{
    position: absolute;
    top: 50px;
    left: 300px;
    width: 201px;
    height: 96px;
    padding: 8px 9px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(156, 156, 156, 0.5);
    border: 1px solid #DFDFDF;
    font-size: 12px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #3C3C3C;
    line-height: 20px;
}
.box-preview-tip:before {
    /* box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 23px;
    left: 100%;
    padding: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12; */
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 23px;
    right: 100%;
    padding: 0;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}
.box-preview-tip:after {
    /* box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 22px;
    left: 100%;
    padding: 0;
    border-left: 9px solid #cccccc;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10; */
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 24px;
    right: 100%;
    padding: 0;
    border-right: 8px solid #cccccc;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}
.box-preview img{
    width: 100%;
}

.box-preview .download-tip img{
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left:6px;
 }
.box-preview-tip p{
    text-align: left;
}

.case-list-box{
    display: flex;
}
.box-preview-case {
    width: 122.6px;
    height: 69px;
    margin-left: 20px;
    position: relative;
}
.box-preview-case .my-box-pic-case {
    width: 86.6px;
    height: 44.7px;
    position: absolute;
    left: 24px;
    top: 13px;
    transform: perspective(400px) rotatex( 
0deg
 ) rotatey( 
0deg
 );
    transform-style: preserve-3d;
    position: relative;
    animation: xuanzhuan 5s cubic-bezier(0.0,0.0,0.0,0.0) infinite forwards;
    border-radius: 10px;
}

.box-preview-case .base-box-pic-case {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* 底部结算部分 */
.grove-checkout-wrap{
    display: flex;
    border: 1px solid #E2E2E2;
    background: #F9F9F9;
}
.checkout-detail{
    width: 611px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 33px 46px 35px 0;
}
.cost-detail-wrap{
    display: flex;
    padding: 0 0 30px 29px;
    box-sizing: border-box;
    justify-content: flex-end;
}
.num-detail{
    flex: 1;
    height: 30px;
}
.num-set{
    display: flex;
}
.set-more{
    margin-right: 10px;
}
.set-operation{
    display: flex;    
    width: 92px;
    background: #fff;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}
.minus{
    width: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.set-operation input{
    border: none;
    width: 52px;
    text-align: center;
}
.plus{
    width: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.set-operation .num-disabled{
    color:#b3afaf;
    cursor: not-allowed;
}
.set-unit{
    margin-left: 10px;
}
.add-cart{
    width: 186px;
    height: 38px;
    line-height: 38px;
    background: #00946C;
    border-radius: 3px;
    color:#fff;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}
.cost-detail{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-end;
}
.cost-detail .cost-item{
    display: flex;
    height: 30px;
    line-height: 30px;
}
.cost-name{
    width: 150px;
    text-align: left;
    font-size: 14px;
    font-family: OpenSans;
    color: #383838;
    line-height: 23px;
}
.cost-value{
    /* flex: 1; */
    text-align: right;
    font-size: 14px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #383838;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}
.cost-value.total-value{
    color: #FF6345;
}
.checkout-bt-disabled{
    background: #bbb!important;
    cursor: not-allowed!important;
}
.checkout-detail .checkout-bt-wrap{
    width: 611px;
    padding: 0 46px 0 29px;
    box-sizing: border-box;
}
.checkout-detail .checkout-bt-wrap .checkout-tip{
    font-size: 12px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #777171;
    line-height: 20px;
    margin-block-start: 0;
}
.checkout-detail .checkout-bt-wrap .checkout-tip a{
    color: #00946C;
    text-decoration: underline;
}
.checkout-detail .checkout-bt{
    background: #00946C;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}
.checkout-comment{
    width: 714px;
    height: 190px;
    box-sizing: border-box;
    padding: 33px 29px 35px 0;
}
.checkout-comment textarea{
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    width: 100%;
    height: 100%;
    padding: 17px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #474747;
    line-height: 23px;
    resize: none;
}
.checkout-comment textarea::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 15px;
}
/* 上传case模块 */

.download-template{
    flex: 1;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}
.download-template a{
    font-size: 15px;
    font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600;
    color: #00946C;
    line-height: 23px;
    text-decoration: underline;
}
.download-template img{
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.upload-wrapper {
    flex: 1;
    margin-left: 53px;
}
.upload-wrapper .fusion-btn-case-green{
    width: 210px;
    line-height: 34px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #007A63;
    background-color: #00946C;
    box-shadow: 0 -1.5px 0 0 #33a98a inset;
}
.upload-wrapper .fusion-btn-case-green img{
    display: inline-block;
    width: 15px;
    margin-left: 12px;
    
}

.category-category-detail{
    display: block;
    width: 100%;
    height: auto;

}
.sub-category-wrapper{
    /* display: flex; */
    width: 800px;
    transform: translateX(-235.406px);
    border-top: 1px solid rgba(0, 148, 108, 0.6);
    border-bottom: 1px solid rgba(0, 148, 108, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 25px;
    background: rgba(0, 148, 108, 0.04);
    display: none;
}
.sub-category-detail{
    width: 100%;
    height: 34px;
    position: relative;
    max-height: 0;
    overflow: hidden;
    display: none;
    /* transition: ease max-height .3s; */
}
.sub-category-detail:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -12px;
    left: 50%;
    padding: 0;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}
.sub-category-detail:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -14px;
    left: 50%;
    padding: 0;
    border-bottom: 8px solid rgba(0, 148, 108, 0.6);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}

.sub-category-detail-item {
    display: inline-block;
    color: rgba(56, 56, 56, 0.7);
    margin-right: 30px;
    cursor: pointer;
}
.sub-category-detail-item-on {
    color:#00946c;
    text-decoration: underline;
}


/* //重写上传条样式 */
.uploading-bar {
    width: 90%;
    height: 20px;
    padding: 5px;
    background-color: #fff;
}
.uploading-bar .uploading-progress {
    width: 100%;
    height: 20px;
    padding-right: 5px;
    line-height: 20px;
    color: #fff;
    text-align: right;
    background: url(//statics3.seeedstudio.com/assets/img/fusion/uploading.gif) 0 0 repeat-x;
    transition: all 0.5s;
}
.upload-result {
    margin-top: 20px;
    font-size: 14px;
}

/* 分页样式pagination style */
.pagination {
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
	border-radius: 4px;
	float: right;
}

.pagination > li {
	display: inline;
}
.pagination > li > a {
	position: relative;
	float: left;
	padding: 9px 14px;
	/* width: 36px; */
	margin-left: -1px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #4a4a4a;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #F1F1F1;
}

.pagination > .disabled > a {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #F1F1F1;
}

.pagination > li:first-child > a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li > a:hover {
	z-index: 2;
	color: #4a4a4a;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus,.pagination > .active > a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #00936D;
	border-color: #00936D;
}
.VuePagination__count {
    display: none;
}

.grove-box-warn {
    background-color: #FFF3EF;
    border: 1px #F96235 dashed;
}
.input-box-warn {
    border: 1px #F96235 dashed;
}
.set-tips {
    color: red;
    font-size: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.more-grove{
    cursor: pointer;
    height: 26px;
    background: rgba(0,148,108,0.05);
    font-size: 13px;
    font-family: OpenSans;
    color: rgba(0, 148, 108, 0.6);
    position: relative;
    text-align: center;
}
.more-grove:hover{
    color: rgba(0, 148, 108, 1);
}
.more-grove:hover .more-grove-icon{
    color: rgba(0, 148, 108, 1);
}
.more-grove-icon{
    position: absolute;
    top: 3px;
    margin-left: 10px;
    font-size: 20px;
    color: rgba(0, 148, 108, 0.6);
}
.delete-not-allowed{
    cursor:none;
}
.file-limit{
    color: #9c9c9c;
    font-size: 13px;
    text-align: left;
    padding-right: 30px;
    transform: translateX(-245px);
    width: 180%;
}
