.m-haed-title {
    line-height: 24px;
    padding:6px 0 18px;
}

/*text*/
.m-over-point {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-over-break{
    word-wrap:break-word
}

.m-text-important {
    font-weight: bold;
}
.m-text-center{
    text-align: center;
    /*vertical-align: top;*/
}
.m-text-gray{
    color:gray;
}

.m-text-red{
    color:red
}

.m-text-color-db4a39{
    color: #db4a39;
}
/*length*/
.m-max-wid700{
    max-width: 700px;
}
.m-width-600 {
    width: 600px !important;
}
.m-width-350 {
    width: 350px !important;
}
.m-width-300 {
    width: 300px !important;
}
.m-width-250 {
    width: 250px !important;
}
.m-width-240 {
    width: 240px !important;
}
.m-width-235 {
    width: 235px !important;
}
.m-width-200 {
    width: 200px !important;
}
.m-width-190 {
    width: 190px !important;
}
.m-width-180 {
    width: 180px !important;
}
.m-width-160 {
    width: 160px !important;
}
.m-width-150 {
    width: 150px !important;
}
.m-width-140 {
    width: 140px !important;
}
.m-width-120 {
    width: 120px !important;
}
.m-width-100 {
    width: 100px !important;
}

.m-width-80 {
    width: 80px !important;
}
.m-width-50 {
    width: 50px !important;
}

.m-width-pre10 {
    width: 10%;
}
.m-width-pre20 {
    width: 20%;
}
.m-width-pre30 {
    width: 30%;
}
.m-width-pre60 {
    width: 60%;
}
.m-width-pre70 {
    width: 70%;
}
.m-width-pre80 {
    width: 80%;
}
.m-width-pre100 {
    width: 100%;
}

.m-hg-30{
    height: 30px;
    line-height: 28px;
}
.m-hg-50{
    height: 50px;
    line-height: 48px;
}
.m-hg-100{
    height: 100px;
    line-height: 98px;
}

/*margin padding*/
.m-mar-auto{
    margin:auto;
}
.m-mar-top5 {
    margin-top: 5px !important;
}
.m-mar-top10 {
    margin-top: 10px !important;
}
.m-mar-top20 {
    margin-top: 20px !important;
}.m-mar-top40 {
     margin-top: 40px !important;
 }

.m-mar-top70 {
    margin-top: 70px !important;
}
.m-mar-btm10 {
    margin-bottom: 10px !important;
}

.m-mar-top7{
    margin-top:7px;
}
.m-mar-top9{
    margin-top:9px;
}

.m-mar-rg10 {
    margin-right: 10px !important;
}
.m-mar-rg20 {
    margin-right: 20px !important;
}
.m-mar-rg40 {
    margin-right: 40px !important;
}
.m-mar-rg60 {
    margin-right: 60px !important;
}

.m-mar-lf10 {
    margin-left: 10px !important;
}
.m-mar-lf20 {
    margin-left: 20px !important;
}
.m-mar-lf40 {
    margin-left: 40px ;
}
.m-mar-lf60 {
    margin-left: 60px ;
}
.m-mar-lf80 {
    margin-left: 80px ;
}
.m-mar-btm10{
    margin-bottom:10px ;
}

.m-pad-rg10{
    padding-right: 10px;
}
.m-pad-lf10{
    padding-left: 10px;
}
.m-pad-lf20{
    padding-left: 20px;
}

.m-pad-btm10{
    padding-bottom: 10px;
}
.m-pad-btm10{
    padding-bottom: 10px;
}
.m-pad-btm20{
    padding-bottom:20px;
}


/*azimuth*/
.m-pad-5-62-5{
    padding:5px 62px 5px!important;
}


/*btn*/
.m-btn{
    text-align: center;
    display: inline-block;
    cursor:pointer;
}

.m-btn-gray{
    color: #838383;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
}
.m-btn-gray:hover{
    color: #838383;
    background: #efeeee;
    border: 1px solid #e3e3e3;
}
.m-btn-gray-empty{
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
}
.m-btn-gray-empty:hover{
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
}
.m-btn-gray-full{
    color: #fff;
    background: #c7c7c7;
    border: 1px solid #c7c7c7;
}
.m-btn-gray-full:hover{
    color: #fff;
    background: #c7c7c7;
    border: 1px solid #c7c7c7;
}

.m-btn-blue{
    color: #fff !important;
    background-color: #0f7fbf;
    border: 1px solid #0f7fbf;
}
.m-btn-blue:hover{
    color: #fff;
    background-color: #146da0;
    border: 1px solid #146da0;
}


.m-btn-size3 {
    width: auto;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 2px;
    padding: 0px 10px;

}
    /*正常大小*/
.m-btn-size5{
    width: auto;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 3px;
    padding: 0px 16px;
}
.m-btn-size6{
    width: auto;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    border-radius: 3px;
    padding: 0px 20px;
}



/*line*/
.m-bor-btm-blue{
    border-bottom: 3px solid #0f7fbf;
}
.m-bor-rg-lgray{
    border-right: 1px solid #ececec;
}
.m-bor-lgray{
    border: 1px solid #ececec;
}



/*color*/
.m-back-gray{
    background-color:#f2f2f2
}
.m-color-000{
    color:#000;
}

/*icon*/
.m-eye{
    background-image:url('/themes/default/assets/images/eye.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width:18px;
    height:18px;
    display: inline-block;
}
.m-share{
    background-image:url('/themes/default/assets/images/share.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 14px;
    height:16px;
    display: inline-block;
}
.m-share-code-test{
    background-image:url('/themes/default/assets/images/share.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 14px;
    height:16px;
    display: inline-block;
}
.m-share-gray{
    background-image:url('/themes/default/assets/images/code/share-gray.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 14px;
    height:16px;
    display: inline-block;
}
.m-delete{
    background-image:url('/themes/default/assets/images/delete.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width:14px;
    height:16px;
    display: inline-block;
}
.m-copy {
    background-image: url('/themes/default/assets/images/copy.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 16px;
    display: inline-block;
}
/*operate*/
.m-o-collaboration{
    background-image:url('/themes/default/assets/images/o-collaboration.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-transfer{
    background-image:url('/themes/default/assets/images/o-transfer.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-buy{
    background-image:url('/themes/default/assets/images/o-buy.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-resale{
    background-image:url('/themes/default/assets/images/o-resale.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-up{
    background-image:url('/themes/default/assets/images/o-up.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-down{
    background-image:url('/themes/default/assets/images/o-down.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-giftagain{
    background-image:url('/themes/default/assets/images/o-giftagain.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-delete{
    background-image:url('/themes/default/assets/images/o-delete.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-lock{
    background-image:url('/themes/default/assets/images/o-lock.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-unlock{
    background-image:url('/themes/default/assets/images/o-unlock.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-publish{
    background-image:url('/themes/default/assets/images/o-publish.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-move{
    background-image:url('/themes/default/assets/images/o-move.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-addUser{
    background-image:url('/themes/default/assets/images/o-addUser.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-deleteUser{
    background-image:url('/themes/default/assets/images/o-deleteUser.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-edit{
    background-image:url('/themes/default/assets/images/o-edit.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
.m-o-workHandover{
    background-image:url('/themes/default/assets/images/o-workHandover.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 20px;
    height:20px;
    display: inline-block;
}
/*common*/
.m-toright {
    float: right !important;
}
.m-toleft {
    float: left !important;
}
.m-totop {
    vertical-align:text-top;
    padding-top:0px
}
.m-clear{
    clear:both
}

.m-son-float div{
    float: left;
}
.m-son-over div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*font*/
.m-font-w600{
    font-weight: 600;
}
.m-font-s16{
    font-size:16px;
}


@media screen and (max-width:768px) {
    #withdrawBtn {
       margin-left:0 !important;
        margin-top:3px;
    }
    .payListIconWrap {
        width:100%;
    }
}

/*other*/
.m-radius-100{
    border-radius: 100%;
}

.z-hov .u-recordstar1{
    display: none;

}
.z-hov:hover  .u-recordstar1{
    display: block;
    z-index: 999;
    /*background: blue;*/
}

/*flex*/
.m-box{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.m-f-w-w{
    flex-wrap: wrap;
}
.m-f-jc-c{
    justify-content: center;
}
.m-f-jc-sa{
    justify-content: space-around;
}