* {
    padding: 0;
    margin: 0;
    font-family: Arial;
}
body {background: #f4f4f4;}
img {border:none;}
li{list-style:none;}
input,select,textarea{outline:none;}
a{text-decoration:none;background-color: transparent;}
[v-cloak]{display: none !important;}
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;  
}
.clearfix{
	*zoom:1;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-no-drop {
    cursor: no-drop;
}
.col-auto {
    width: auto !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ta-center {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.mt-8 {
    margin-top: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-22 {
    margin-top: 22px;
}
.mb-15 {
    margin-bottom: 15px;
}
.fw-bold {
    font-weight: bold;
}
.font12-333 {
    font-size: 12px;
    color: #333;
}
.font14-999 {
    font-size: 14px;
    color: #999;
}
.font16-666 {
    font-size: 16px;
    color: #666;
}
.font18-333-bold {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.font22-333-bold {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.font14-333-bold {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.font14 {
    font-size: 14px;
}

.bg-white {
    background: white !important;
}
.themeColor {
    color: #32CA49 !important;
}
.text-hover-decoration:hover {
    text-decoration: underline;
}
.gray-333 {
    color: #333333;
}
.gray-999 {
    color: #999999;
}
.color-333 {
    color: #333;
}
.color-666 {
    color: #666;
}
.color-999 {
    color: #999;
}
.color-red {
    color: red;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}


.el-dropdown-menu.el-popper.dropdown-menu .el-dropdown-menu__item:focus, .el-dropdown-menu.el-popper.dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ebfaed;
    color: #5bd56d;
}
.el-button--primary {
    color: #FFFFFF;
    background-color: #32CA49;
    border-color: #32CA49;
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    color: #32CA49;
}
.el-collapse-item__header.is-active {color: #32CA49;}
.el-collapse-item__content {padding-bottom: 0;color: #333;}
#content .el-button--primary.is-plain {
    color: #32CA49;
    background: #fff;
    border-color: #32CA49;
}
#content .el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus {
    background: #32CA49;
    border-color: #32CA49;
    color: #FFFFFF;
}
.el-carousel__indicators.el-carousel__indicators--horizontal {
    background: rgba(0, 0, 0, .2);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
#content .el-carousel__indicator--horizontal {
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#content .el-carousel__button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#content .el-carousel__indicator.el-carousel__indicator--horizontal.is-active .el-carousel__button {
    background: #32CA49;
}
.el-table th>.cell {
    padding: 0;
}
.el-table .cell {
    padding: 0;
}
.el-collapse-item__header.focusing:focus:not(:hover) {
    color: #32CA49;
}
.el-loading-spinner .path {
    color: #32CA49;
}
.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.el-image {
    width: 100%;
    height: 100%;
}
.error_pic {
    background-image: url("../img/error_pic.png");
}
.loading_pic {
    background-image: url("../img/placeholder_image.gif");
}
.el-loading-spinner{
    /*这个是自己想设置的 gif 加载动图*/
    background-image:url('../../images/load.gif');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    height:100px;
    width:100%;
    background-position:center;
    /*覆盖 element-ui  默认的 50%    因为此处设置了height:100%,所以不设置的话，会只显示一半，因为被top顶下去了*/
    top:40%;
}
.el-loading-spinner .circular {
    display: none;
}
.el-loading-spinner .el-loading-text{
    /*为了使得文字在loading图下面*/
    margin:85px 0px;
}
.el-loading-spinner .el-loading-text {
    color: #32CA49;
    font-size:16px
}
.fullscreenLoading {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.skeleton__item {
    height: 15px;
    margin-top: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.theme-color {
    color: #32CA49 !important;
}
.col-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    height: 100%;
}
.dashed-bottom-ccc {
    border-bottom: 1px dashed #CCCCCC;
}

.add-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all .4s linear;
    z-index: 2;
    background: #FFFFFF;
}
.add-btn .designAndSelf {
    width: 192px;
    font-size: 12px;
    height: 30px;
    margin-bottom: 8px;
    line-height: 0px;
}
.add-btn .editPersonProduct {
    width: 192px;
    background: #f9681e;
    margin-left: 0;
    font-size: 12px;
    height: 30px;
    line-height: 0px;
    border: none;
}
.add-btn .designAndSelf:hover,.add-btn .designAndSelf:focus {
    background: #5bd56d;
    border-color: #5bd56d;
    color: #FFFFFF;
}
.add-btn .editPersonProduct:hover {
    opacity: 0.8;
}
.middle-container{max-width: 1200px!important;margin:0 auto;}

@media screen and (max-width:1200px) {
    .middle-container{max-width: 1100px!important;margin:0 auto;}
}
@media screen and (max-width:1100px) {
    .middle-container{max-width: 1000px!important;margin:0 auto;}
}
@media screen and (max-width:1000px) {
    .middle-container{max-width: 920px!important;margin:0 auto;padding:0 15px!important;}
}
@media screen and (max-width:768px) {
    .middle-container{padding:0 12px!important;}
}
.displaynone {
    display: none !important;
}
