.vd-block-white {
    background-color: #ffffff;
    /*box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);*/
    border-radius: 8px;
}

.vd-search {
    padding: 30px;
}
.clearfix {
    zoom: 1;
}
.vd-add-line{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.vd-add-line-top {
    align-items: normal;
}

.vd-form-title {
    width: 80px;
    text-align: right;
}
.vd-search-name {
    margin-right: 8px;
}

.vd-search-name {
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
}

.vd-must-fill:before {
    content: ' ';
    width: 6px;
    height: 6px;
    background: #ff4c74;
    display: block;
    position: absolute;
    top: 0.45em;
    left: -19px;
    border-radius: 50%;
}

.vd-checkbox-container{
    width: 100%;
}

.vd-checkbox-text {
    font-size: 14px;
    color: #0a0a0c;
    margin-left: 10px;
}
/*按钮*/
.vd-button:hover{
    cursor: pointer;
}
.vd-button:active{
    cursor: default;
}
.vd-button{
    min-width: 60px;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 14px;
    text-align: center;
    background-color: #edeff3;
    box-shadow: 0px 1px 3px 0px
    rgba(231, 235, 238, 0.46);
    border: solid 1px #e7ebee;
    letter-spacing: 1px;
    color: #0a0a0c;
}
.vd-button-default{
    border: solid 1px #e2e2e2;
    background: #fff;
}
.vd-btn-search{
    background: #fff;
    color: #383838;
    border: solid 1px #e2e2e2;
}
.vd-btn-purple{
    background-image: linear-gradient(21deg,
    #7167fe 0%,
    #5e5cff 100%),
    linear-gradient(
            #f7f9fb,
            #f7f9fb);    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 6px 0px
    rgba(113, 103, 254, 0.46);
    color: #ffffff;
    border:none;
}
.vd-btn-green{
    background-image: linear-gradient(21deg, #00d6ba 0%, #09dab7 34%, #12ddb4 68%, #30e7c2 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 1px 5px 0px rgba(5, 223, 195, 0.46);
    color: #fff;
    border: none;
}
.vd-btn-action-size{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    min-width: 70px;
}
.vd-btn-middle{
    width: 100px;
}
.vd-btn-nofocus{
    color:#666;
}
/*表格*/
.vd-block-table{
    margin-top:20px;
    box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);
    border-radius: 8px;
    background: #fff;
}
.vd-table{
    border-spacing: 0;
    width: 100%;
    word-break:break-all;
}
.vd-table-title{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.vd-table tr>td {
    text-align: center;
    align-items: center;
    padding: 21px 14px;
    background: #fff;
    font-size: 14px;
    color: #383838;
}
.vd-table tr>td.vd-table-justify {
    text-align: justify;
}
.vd-table>thead>tr>th{
    background: #f9f9f9;
    padding: 20.5px 0;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}
.vd-table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.vd-table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}
.vd-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.vd-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.vd-table td,.vd-table th{
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}
.vd-table tr:last-child>td{
    border-bottom: none;
}
.vd-table tr>td:last-child{
    border-right: none;
}
.vd-table tbody>tr:hover>td{
    background-color: #eff8ff;
}
.vd-table-act-color{
    color: #3faefe;
}
.vd-table-img{
    width: 90px;
    height: auto;
    border-radius: 6px;
}
.vd-table-act-td>a{
    margin-right: 27px;
}
.vd-table-act-td>a:last-child{
    margin-right: 0px;
}
.vd-table-sort{
    width: 12px;
    height: 18px;
    display: block;
    margin-left: 10px;
    background: url(../img/no-sort.png) no-repeat;
}
.vd-sort-container{
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;

}
.vd-sort-container>div{
    max-width: 70%;
}
.vd-table-sort.vd-sort-up{
    background: url(../img/ascending.png) no-repeat;
}
.vd-table-sort.vd-sort-down{
    background: url(../img/-Descending-order.png) no-repeat;
}
.switch-container{
    display: flex;
}
.switch-container>label{
    margin: 0 auto;
}
/*表单*/
.vd-add-title{
    font-size: 18px;
    letter-spacing: 0px;
    color: #383838;
    font-weight: normal;
}
.vd-table-title-left{
    margin-left: 30px;
    display: flex;
}
.vd-table-title-right{
    margin-right: 30px;
    display: flex;
}
.vd-add-form{
    margin: 41px 30px 30px 30px;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 60px;
}
.vd-add-part-title{
    display: flex;
    align-items: center;
}
.vd-add-part-title>div:first-child{
    width: 6px;
    height: 24px;
    background-image: linear-gradient(21deg,
    #7167fe 0%,
    #5e5cff 100%),
    linear-gradient(
            #9b9b9b,
            #9b9b9b);   background-blend-mode: normal, normal;
    border-radius: 3px;
    margin-right: 16px;
}
.vd-add-part-title>div:last-child{
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
}
.vd-add-line{
    display: flex;
    align-items:center;
    margin-top: 30px;
}
.vd-add-line-top{
    align-items: normal;
}
.vd-form-title{
    width: 80px;
    text-align: right;
}
.vd-form-title>div{
    float: right;
    position: relative;
}
.vd-must-fill:before{
    content: ' ';
    width: 6px;
    height: 6px;
    background: #ff4c74;
    display: block;
    position: absolute;
    top:0.45em;
    left:-19px;
    border-radius: 50%;
}
.vd-input-lg{
    width: 300px;
}
.vd-input-mid{
    width: 300px;
    margin-left:29px;
    height:30px;
}
.vd-input-sm-mid{
    width: 190px;
}
.vd-input-sm{
    width: 102px;
}
.vd-input-desc{
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #bababa;
}
label.el-checkbox, label,el-radio{
    display: flex!important;
    align-items: center;
}
.vd-checkbox-text{
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}
.vd-checkbox-container{
    width: 100%;
}
.vd-checkbox-container>label{
    float: left;
    /*margin-right: 45px;*/
    margin-bottom: 10px;
}
.vd-radio-container>label{
    /*margin-right: 45px;*/
    float: left;
    margin-bottom: 10px;
}
.vd-radio-title{
    width:180px;
    text-align: right;
}
.vd-radion-block{
    margin-left:245px;;
}
.vd-input-unit{
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
}
.vd-add-foot{
    width: 290px;
    margin: 0 auto;
}
.vd-add-foot>button{
    width: 100px;
    height: 36px;
}
.vd-add-foot>button:first-child{
    float: left;
}
.vd-add-foot>button:last-child{
    float: right;
}

.upload-desc{
    font-size: 14px;
    color: #bababa;
    margin-bottom: 28px;
}
.upload-btn-label{
    width: 180px;
    height:180px;
    border-radius: 6px;
    border: solid 1px #e2e2e2;
    background-color: #f9f9f9;
}
.upload-btn-label .upload-add-icon{
    display: inline-block;
    width: 66px;
    height:5px;
    background: #bcbcbc;
    line-height: 0;
    font-size:0;
    vertical-align: middle;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border-radius: 6px;
}
.upload-btn-label .upload-add-icon:after{
    content:'/';
    display:block;
    width: 66px;
    height:5px;
    background: #bcbcbc;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-radius: 6px;
}
.upload-btn-label>div{
    margin: 0 auto;
}
.upload-show-img{
    width: 146px;
    height:auto;
    border-radius: 6px;
    position: relative;
}

.upload-show-img>img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.upload-show-img-new{
    width: 180px;
    height:180px;
    border-radius: 6px;
    position: relative;
}
.upload-show-img-new>img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.upload-del{
    position: absolute;
    background: url(../img/delete.png);
    width: 18px;
    height: 18px;
    top:-9px;
    right: -9px;
    cursor: pointer;
}
.main-color{
    background-color:#f3f6f8;
}