input:focus,select:focus{
    outline: none;
    border: solid 1px #3498ff;
}
button:focus{
    outline: none;
}
/*修改input的placeholder 颜色 */
input::input-placeholder{color:#bababa!important;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bababa!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bababa!important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bababa!important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bababa!important;
}
input{
    color: #666666;
}
button{
    font: unset;
    font-size: 14px;
    font-weight: normal;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif!important;
}

/*去除input number的箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{-moz-appearance: textfield;}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/*很关键：将默认的select选择框样式清除*/
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.vd-block-white{
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);
    border-radius: 8px;
}
.vd-block-line:last-child>div{
    margin-bottom: 0;
}

/*搜索框*/
.vd-search{
    padding-top: 30px;
}
.vd-search-name{
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
}
.vd-search-block{
    display: flex;
    align-items: center;
    float: left;
    margin-bottom: 30px;
}
.bottom-0-right-10{
    margin-bottom: 0px;
    margin-right: 10px;
}
.vd-search-icon{
    margin-right: 10px;
}
.vd-search-name{
    margin-right: 8px;
}
.vd-search-mgr{
    margin-right: 12px;
}
.vd-search-right{
    float: right;
}
.vd-input,.vd-select-input{
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    width: 160px;
    height: 36px;
    padding: 0 14px;
    box-sizing: border-box;
}
.vd-search-speaker{
    width: 15px;
    height: 18px;
    background: url(../img/speaker.png) no-repeat;
}
.vd-search-subject{
    width: 20px;
    height: 15px;
    background: url(../img/Subject-classification.png) no-repeat;
}
.vd-search-title{
  width: 20px;
  height: 15px;
  background: url(../img/title.png) no-repeat;
}
.vd-search-school{
    width: 15px;
    height: 18px;
    background: url(../img/For-the-region.png) no-repeat;
}
.vd-search-time{
    width: 16px;
    height: 16px;
    background: url(../img/time.png) no-repeat;
}
.vd-search-order{
    width: 14px;
    height: 18px;
    background: url(../img/order-number.png) no-repeat;
}
.vd-search-eye{
    width: 22px;
    height: 16px;
    background: url(../img/number.png) no-repeat;
}
.vd-search-phone{
    width: 14px;
    height: 18px;
    background: url(../img/phone.png) no-repeat;
}
.vd-search-pay{
    width: 15px;
    height: 16px;
    background: url(../img/Payment-status.png) no-repeat;
}
.vd-text-blue{
    color:#3faefe;
}
.vd-title-style{
    font-size: 16px;
}
.vd-text-black{
    color: #666666;
}
.vd-text-mgr{
    margin-right: 38px;
}
.vd-form-select{
    background: url(../img/drop-down.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}
.vd-form-select-up{
    background: url(../img/pull-up.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}
/*时间选择器*/
.vd-time-input{
    background: url(../img/date_before.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}
.vd-time-input:focus{
    background: url(../img/date_after.png) no-repeat scroll  transparent;
    background-position: calc(100% - 10px) 50%;
}
/*按钮*/
.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: 16px;
    text-align: center;

}
.vd-button-default{
    border: solid 1px #e2e2e2;
    background: #fff;
}
.vd-btn-search{
    background: #fff;
    color: #383838;
    border: solid 1px #e2e2e2;
}
.vd-btn-blue{
    background-image: linear-gradient(5deg, #3498ff 0%, #39acff 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 3px 6px 0px rgba(0, 141, 242, 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;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.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: 12px 14px;
    background: #fff;
    font-size: 14px;
    color: #383838;
    line-height: 25px;
}
.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: bold;
}
.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 tr>th{
    font-weight: bold;
}

.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;
    cursor: pointer;
}
.vd-table-img{
    width: 90px;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: auto;
}
.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;
    align-items:center;
}
.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: 30px 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(5deg, #3498ff 0%, #39acff 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: 20px;
}
.vd-add-line-top{
    align-items: normal;
}
.vd-form-title{
    width: 88px;
    text-align: left;
    margin-left: 32px;
}
.vd-form-title>div{
    float: left;
    position: relative;
}
.vd-form-title-right{
    width: 219px;
    text-align: left;
    margin-left: 32px;
}
.vd-form-title-right>div{
    float: right;
    position: relative;
}
.vd-must-fill:before{
    content: ' ';
    width: 6px;
    height: 6px;
    background: #ff4c74;
    display: block;
    position: absolute;
    top:0.45em;
    left:-15px;
    border-radius: 50%;
}
.vd-input-lg{
    width: 300px;
}
.vd-input-mid{
    width: 220px;
}
.vd-input-sm-mid{
    width: 190px;
}
.vd-input-sm{
    width: 102px;
}
.vd-input-desc{
    margin-left: 10px;
    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: 12px;
}
.vd-checkbox-container{
    width: 85%;
}
.vd-checkbox-container>label{
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
.vd-radio-container>label{
    margin-right: 34px;
    float: left;
}
.vd-radio-title{
    width:180px;
    text-align: right;
}
.vd-radion-block{
    margin-left:108px;;
}
.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: #666;
    margin-bottom: 20px;
}

.upload-desc>div{
    margin-bottom: 18px;
}
.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%;
    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: 7px;
    right: 7px;
    cursor: pointer;
}
/*切换样式*/
.vd-search-tab{
    border: solid 1px #e2e2e2;
    border-radius: 6px;
    /*height: 40px;*/
    width: 240px;
}
.vd-search-tab>button{
    float: left;
    border:none;
    border-left: none;
    border-right: none;
    background: #fff;
}
.vd-search-tab-default>button{
    width: 120px;
}
.vd-search-tab>.vd-tab-checked{
    background-image: linear-gradient(5deg, #3498ff 0%, #39acff 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 6px;
    color:#fff;
}

/*超链接*/
.vd-a-default{
    color: #3faefe;
}

.vd-no-bottom .vd-search-block{
    margin-bottom: 0;
}
/*X号*/
.cha{
    display: inline-block;
    width: 20px;
    height:2px;
    background: #fff;
    line-height: 0;
    font-size:0;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.cha:after{
    content:'/';
    display:block;
    width: 20px;
    height:2px;
    background: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*弹出框*/
.vd-prompt-mask{
    position: fixed;
    /*width: 100%;*/
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);;
    z-index: 9999;
    display: flex;
}
.vd-prompt{
    /*margin: 0 auto;*/
    /*margin-top: 120px;*/
    /*z-index: 100;*/
    /*font-size: 16px;*/
    /*position: fixed;*/
    /*top:120px;*/
    /*left:calc(50% - 195px);*/
    z-index: 100;
    font-size: 16px;
    margin: auto;
}
.vd-prompt-sm{
    width: 520px;
}

.vd-prompt-mid{
    width: 630px;
}

.vd-prompt-title{
    background-image: linear-gradient(5deg, #1b8bff 0%, #3faefe 100%), linear-gradient(#edf4fb, #edf4fb);
    background-blend-mode: normal, normal;
    padding: 17px 30px;
    color:#fff;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.vd-prompt-title>div:first-child{
    float: left;
}
.vd-prompt-title>div:last-child{
    float: right;
    cursor: pointer;
}
.vd-prompt-content{
    padding: 24px 38px 30px 38px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(231, 235, 238, 0.46);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: solid 1px #e7ebee;
}
.vd-prompt-icon{
    background: url(../img/notice.png) no-repeat;
    width: 16px;
    height: 20px;
    margin-top: 4px;
}
.vd-prompt-act{
    margin-bottom: 35px;
    display: flex;

}
.vd-prompt-act>div{
    float: left;
    margin-right: 15px;
}
.vd-prompt-act>div:last-child{
    margin-right: 0;
    font-size: 14px;
}

.vd-prompt-act-text{
    color: #383838;
    max-width: 400px;
    line-height: 30px;
}
.vd-prompt-mes{
    font-size: 14px;
    color: #383838;
    margin-bottom: 53px;
}
.vd-prompt-warn{
    color: #ff4c74;
}
.margin-top-15{
    margin-top: 15px;
}
.vd-prompt-btn{
    padding: 0 99px;
}


.vd-line{
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}


/*新版左侧导航*/

.m_nav_name_edit, .m_nav_name{
    color: #bfc4d6;
}
.m_nav_name_edit>div{
    background-color: #454343;
    line-height: 54px;
    padding-left: 50px;
}

.m_nav_name>div:first-child{
    background-color: #fff;
    line-height: 54px;
    padding-left: 0px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding: 0px 24px 0px 40px;
}

.m_nav_name>block{
    padding: 0px;
    line-height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_nav_name_edit>block{
    padding: 0px;
    line-height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first_item_text_all{
    margin-left: 20px;
    width: 100%;
}
.first_item_text_half{
    margin-left: 20px;
    width: 200%;
}
.sec_item{
    background-color: #fff;
}
.m_pre_dp{
    float: right;
    margin-right: 0.4rem;
    width: 14px;
}
.m_nav_item{
    background-color: #fff;
    height: 54px;
    line-height: 54px;
    display: block;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color: #bfc4d6;
    background-color: unset;
    padding-left: 72px;
}
.iconRotate{
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.itemLeftLine{
    width: 5px;
    height: 54px;
    background-image: linear-gradient(5deg,
    #3498ff 0%,
    #39acff 100%),
    linear-gradient(
            #2f67e9,
            #2f67e9);
    background-blend-mode: normal,
    normal;
    border-radius: 3px;
    visibility: hidden;
}
.first_item{
    cursor: pointer;
}

.vd-menu-active{
    color: #3498ff;
    background-image: linear-gradient(90deg, rgba(52,152,255,0.1) 0%, rgba(52, 152, 255,0) 100%);
}
.vd-menu-active-mouse{
    color: #3498ff;
    background-image: linear-gradient(90deg, rgba(52,152,255,0.1) 0%, rgba(52, 152, 255,0) 100%);
}
.vd-menu-active-mouse>a{
    color: #3498ff!important;
}

.vd-menu-active-first{
    color: #3498ff;
}
.vd-menu-active-first-mouse{
    color: #3498ff;
}
.vd-menu-active .itemLeftLine{
    visibility: visible;
}
.vd-menu-active>a{
    color: #3498ff;
}

.vd-font-14{
    font-size: 14px;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(191,196,213, 0.4);
}
::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: rgba(255,255,255,0);
}