@media screen and (max-width: 1850px) {
    .commonSelect{
        width:12%!important;
    }
    .commonDate{
        width:22%!important;
        letter-spacing: -1px;
    }
    .bigSelect {
        width: 200px!important;
    }
    .smallSelect{
        width:105px!important;
    }
}
@media screen and (max-width: 1460px) {
    .commonSelect{
        width:10%!important;
    }
    .commonDateIcon{
        font-size: 14px!important;
        margin-top: 3px!important;
    }
    .bigSelect {
        width: 200px!important;
    }
    .smallSelect{
        width:105px!important;
    }
}
@media screen and (max-width: 1024px) {
    .SearchResultBox>span:first-child{
        width: 80px!important;
    }
    .resultInfoBox{
        width:calc(100% - 165px)!important;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
    padding:0 10px;
}

#main{
    padding: 0;
    font-family: 微软雅黑;
    background-color: #eaedf4;
}

.select2-container{
    margin:0 12px 20px 0;
}

.select2-container--default .select2-selection--single{
    background-color: #f7f9fa;
    border: 1px solid #dcdee0;
    border-radius: 3px;
}

button:active,button:visited,button:focus{
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #d0d7dd;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #d0d7dd;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #d0d7dd;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #d0d7dd;
}

.commonTitleBar{
    width:100%;
    line-height: 60px;
    background-color: #fff;
    padding:0 25px;
}

.commonTitleWord{
    font-size: 18px;
    color: #828e99;
}

.commonSmallBtn{
    width:108px;
    height:34px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #adbdcc;
    color: #6c7680;
    font-size: 14px;
    border-radius: 4px;
    padding:0;
}

.commonBtnIcon{
    font-size: 19px;
    color: #6c7680;
    float: left;
    margin-left: 10px;
}

.commonSearchBox{
    width:97%;
   /* min-width: 1400px;*/
    height:auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    margin:25px auto 0 auto;
    padding:20px 20px 0 20px;
    position: relative;
}

.commonSelect{
    width:13%;
    /*min-width: 238px;*/
}

.commonDate{
    width:18%;
    background-color: #f7f9fa;
    border: 1px solid #dcdee0;
    border-radius: 3px;
    height:34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.commonDateInput{
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: inherit;
    height:100%;
    width:42%;
    cursor: pointer;
}

.commonDateIcon,.commonDate span{
    display: inline-block;
    vertical-align: middle;
    color: #828e99;
}

.commonDateIcon{
    font-size: 20px;
    margin-top: 2px;
}

.combineSearch{
    width:25%;
    height:34px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdee0;
    position: relative;
    margin-bottom: 20px;
}

.combineSearch .select2-container--default .select2-selection--single{
    background-color: #f7f9fa;
    border: none;
    border-right: 1px solid #dcdee0;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.commonTableFooter .select2-container--default .select2-selection--single{
    background-color: rgba(0,0,0,.05);
    border: none;
}

.combineSearch .select2-container .select2-selection--single,
.combineSearch .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:32px;
}

.commonTableFooter .select2-container .select2-selection--single,
.commonTableFooter .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:24px;
}

.commonTableFooter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
}

.commonEditInput{
    
    height:34px;
    line-height: 34px;
    color: #6c7680;
    border-radius: 3px;
    padding: 0 0 0 12px;
    border: solid 1px #dcdee0;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
}

.combineSearch .select2-container{
    margin:0;
}

.combineSelect{
    width:110px;
}

.combineSearchInput{
    width: calc(100% - 110px);
    float: right;
    border: none;
    height:32px;
    line-height: 32px;
    color: #6c7680;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 56px 0 12px;
}

.combineSelectSingle{
    color: #6b6b6b;
    line-height: 32px;
    width: 78px;
    border-right: 1px solid #dcdee0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.combineSelectSingle+.combineSearchInput{
    width: calc(100% - 78px);
}

.combineSearchIcon{
    position: absolute;
    right: 13px;
    top: 5px;
    cursor: pointer;
}

.combineDeleteIcon{
    position: absolute;
    right: 36px;
    top: 6px;
    color: #828e99;
    cursor: pointer;
    display: none;
}

.moreSearch{
    width:66px;
    height:24px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #828e99;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    padding:0;
    line-height: 24px;
    float: right;
    margin-top: 4px;
}

.moreSearch:hover,.commonOperateBtn:hover{
    background-color: rgba(0,0,0,.05);
}

.moreSearchIcon,.moreSearch span {
    vertical-align: middle;
    display: inline-block;
}

.moreSearch span{
    float: left;
    margin-left: 8px;
}

.SearchResultBox{
    width:97%;
    margin:0 auto;
    min-height:60px;
    padding-top:16px;
}

.SearchResultBox>span:first-child{
    font-size: 14px;
    color: #7a8c9e;
    width:60px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.resultInfoBox{
    width:calc(100% - 135px);
    display: inline-block;
    vertical-align: top;
}

.SearchResultInfo{
    width:auto;
    height:28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
    font-size: 14px;
    margin-bottom: 16px;
    margin-right: 10px;
}

.dataName{
    display: none;
}

.SearchResultInfoHead{
     color: #adbdcc;
    margin-right: 4px;
}

.SearchResultInfoWord{
    color: #6c7680;
}

.SearchResultDeleteIcon{
    font-size: 12px;
    color: #adbdcc;
    margin-left: 12px;
    cursor: pointer;
}

.commonOperateBtn{
    width:66px;
    height:28px;
    background-color: inherit;
    color: #828e99;
    font-size: 14px;
    border: none;
    padding:0;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
}

.commonTable{
    width:97%;
    margin:0 auto;
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    border-radius: 4px;
}

.commonTableHead{
    width:100%;
    height:45px;
    line-height: 45px;
    background-color: #f3f5f7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    color: #98a5b3;
    overflow: hidden;
}

.commonTableBody{
    width:100%;
    height:auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.commonTableInfo{
    font-size:0;
    background-color: #fff;
    border-bottom: 1px solid #ebedf0;
}

.commonTableInfo:hover{
    background-color: #f7f9fa;
    cursor: pointer;
}

.commonCol{
    padding:12px 10px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #575e66;
    word-wrap: break-word;
}

.commonTableBody .commonTableInfo:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}

.commonTableFooter{
    width: 97%;
    margin: 0 auto;
    line-height: 60px;
    position: relative;
}

.commonTurnto{
    width:46px;
    height:34px;
    border-radius: 4px;
    background-color: #fff;
    padding:0;
    font-size: 14px;
    color: #7a7f84;
    border:none;
    line-height: 34px;
    box-shadow:0 1px 3px rgba(0,0,0,.1);
}

.sizeSelect{
    width:110px;
}

.totalRowWord{
    font-size: 14px;
    color: #98a1ab;
    display: inline-block;
    vertical-align: middle;
}

.pageInfo{
    font-size: 14px;
    color: #57616c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.commonPageBox{
    width:34px;
    height:34px;
    border-radius: 4px;
    background-color: #fff;
    padding:0;
    font-size: 12px;
    border:none;
    line-height: 34px;
}

#prevPage{
    transform: rotate(90deg);
    margin:0 4px 0 16px;
    box-shadow:1px 0 3px rgba(0,0,0,.1);
}

#nextPage{
    transform: rotate(-90deg);
    box-shadow:-1px 0 3px rgba(0,0,0,.1);
}

.commonPageBox .caret{
    color: #848d96;
    margin:0;
}

.turntoBox{
    width:130px;
    height:34px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdee0;
    line-height: 32px;
    position: absolute;
    top:-26px;
    left:0;
    box-shadow: 0 2px 8px rgba(0,0,0,.14);
    display: none;
}

.turntoBox::before{
    content: "";
    width:100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
}

#turntoPage{
    border: none;
    height:32px;
    width:70px;
    padding:0 12px;
    display: inline-block;
    vertical-align: top;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.turntoBtn{
    width:44px;
    height:24px;
    padding:0;
    border-radius: 4px;
    color: #08cbd3;
    font-size: 14px;
    border: none;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    background-color: #fff;
    margin:4px 4px 4px 0;
}

.turntoBtn:hover{
    background-color: rgba(0,0,0,.05);
}

.moreSearchBox .select2-container,.moreSearchBox .commonDate{
    margin-bottom: 20px;
}

.commonTableFooter .select2-container{
    margin: 0 12px 0 0;
}

.commonModal{
    z-index: 1001;
    display: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.25);
    position: fixed;
    top:50%;
    left:50%;
}

.commonModalHead{
    width:100%;
    height:42px;
    line-height: 42px;
    background-color: #fafafa;
    border-radius: 4px 4px 0 0;
    padding:0 17px;
    font-size: 14px;
    border-bottom: 1px solid #ebedf0;
}

.commonModalHead span{
    color: #08cbd3;
}

.commonModalHeadIcon{
    color: #a2adb9;
    float: right;
    cursor: pointer;
}

.commonModalBody{
    width:100%;
    height:auto;
    padding:0 24px;
}

.commonModalFooter{
    font-size: 0;
    padding:20px 24px;
}

.commonModalFooterBtn{
    width:85px;
    height:30px;
    line-height: 30px;
    border-radius: 4px;
    padding:0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.commonModalBodyBtn{
    width:91px;
    height:32px;
    line-height: 32px;
    border-radius: 4px;
    padding:0;
    font-size: 14px;
    vertical-align: middle;
    color: #455463;
    border:1px solid #dcdee0;
    background-color: #fff;
}

#commonMask{
    width:100%;
    background-color: rgba(0,0,0,.45);
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    display: none;
}


.commonModalSubmit{
    border: none;
    background-color: #08cbd3;
    color: #fff;
}

.commonModalCancel{
    border: 1px solid #d7dce0;
    background-color: #fff;
    color: #6c7680;
}

.sizeBox{
    display: inline-block;
    vertical-align: middle;
}

.sizeBox .select2-results__option {
    line-height: 1.42857143!important;
}

.commonSort{
    display: inline-block;
    vertical-align: top;
}

.commonSortIcon{
    position: absolute;
    font-size: 22px;
    cursor: pointer;
    color: #d0d6db;
    margin-left: -3px;
}

.commonSort .commonSortIcon:first-child{
    top: -2px;
}

.commonSort .commonSortIcon:last-child{
    top: 5px;
}

.iconfont.commonSidenavIcon{
    font-size: 20px!important;
    float: right;
    margin-right: 20px;
}

.firstNav.active .commonSidenavIcon{
    transform: rotate(90deg);
}

.commonSelectIcon{
    color: #adb2b5;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.sizeBox .select2-container--default .select2-selection--single .select2-selection__arrow{
    line-height: 24px!important;
}

.commonRed{
    color: red;
}

.commonTable .commonOperateBtn span{
    vertical-align: middle;
    margin-left: 6px;
}

.commonTable .operateBtnIcon{
    font-size: 20px;
    vertical-align: middle;
}

.commonModal .select2-container{
    z-index: 1001;
    margin:0;
    vertical-align: top;
}

.commonModal .select2-container .select2-selection--multiple{
    min-height: 35px;
    border: 1px solid #dcdee0;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
}

.commonModal .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 12px;
}

.commonModal .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dcdee0;
    border-radius: 0 3px 3px 0;
    height:35px;
}

.commonModal .commonSelectIcon {
    margin-top: 2px;
}

._greenBtn{
    background-color: #08cbd3;
    color: #fff;
    border: none;
}

._grayBtn{
    border-color: #d7dce0;
}

#voicePlaying{
	width:250px;
	position:fixed;
	z-index:1000;
	display:none;
	-webkit-overflow-scrolling: touch;
    bottom: 10px;
    right: 30px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .1)
}

#voicePlaying span{
	padding: 0 17px 0 17px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ebedf0;
    font-size: 14px;
    color: #08cbd3;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    display: block;
}

.msgCont{
	position: relative;
    overflow: auto;
    text-align: center;
    padding:35px 20px;
    color: #43484e;
}

.commonBlueBtn{
    background-color: #08cbd3;
    color: #fff;
    border: none;
    margin-right: 4px;
}

.commonBlueBtn .commonBtnIcon,
.commonRedBtn .commonBtnIcon{
    color: #fff;
}

.commonRedBtn{
    background-color: #ef416a;
    color: #fff;
    border: none;
    margin-right: 4px;
}

.commonBack{
    width: 78px;
    margin-right: 4px;
    padding: 0 10px;
}

.commonBack .commonBtnIcon {
    margin-right: 5px;
    margin-left: 0;
    font-size: 16px;
    color: #6c7680;
}

.commonDateSingle .commonDateInput{
    width: 90%;
    text-indent: 5px;
}
.bigTitle{
    background-color:#454E66!important;
    color: white;
}
.middleTitle{
    background-color:#56617D;
    color: white;
}
.smallTitle{
    background-color:#6A7490;
    color: white;
}
.xsmallTitle{
    background-color:#7F88A3;
    color: white;
}
.buttonColor{
    background-color:#EBF1FF;
    border: 1px solid #53606f;
    color: #53606f;
}
[v-cloak] {
    display: none;
}