body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,head,html,img,label,li,p,table,td,th,tr,ul {
    font: 400 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
/*
    font-family: Clockopia,DroidSans,DroidSans-Bold,DroidSansFallback,Heiti SC,Myriad,Microsoft Yahei,Lucida,Grande,Helvetica,HelveticaNeue,arial,Hiragino Sans GB,Droid san-sreif,enQuanYi Micro Hei
*/
}
.sort-one {
    width: 97%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #89c8f4;
}

.checkbox {
    position: relative;
    height: 30px;
    /* margin-top: 10px; */
    display: inline-block;
    box-sizing: border-box;
    float: left;
    cursor:pointer;
}

.sort-two {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ced8e1;
    margin-bottom: 20px;
}

.sort-menu {
    width: 20%;
    overflow: hidden;
    background: #f8f8f8;
    border-right: 1px solid #dadada;
    text-align: center;
    float: left;
}

.sort-menu-table {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 18px;
    border-bottom: 1px solid #dadada;
    margin: 0 auto;
    text-align: left;
    padding-left: 22px;
    cursor:pointer;
}

.sort-menu-table:hover {
    background: #1e8fdb;
    color: #FFFFFF;
}

.sort-menu-icon {
    width: 19px;
    height: 13px;
    background: url(../../img/icon-submenu-df.png);
    display: inline-block;
    box-sizing: border-box;
}

.sort-content {
    width: 79%;
    float: right;
}

.sort-erjicaidan {
    width: 98%;
    border-bottom: 1px solid #8ac9f4;
    min-height: 220px;
    overflow: hidden;
}
/*add*/
.radio-m-div {
    width: 98%;
    border-bottom: 1px solid #8ac9f4;
    min-height: 100px;
    overflow: hidden;
}
.input-m-div {
    overflow: hidden;
    border: 1px dashed #8ac9f4;
    margin: 5px;
    padding: 8px;
    float: left;
    font-size: 16px;
    cursor:pointer;
}

.sort-zs {
    width: 60px;
    overflow: hidden;
    text-align: right;
    margin: 5px;
    padding: 8px;
    font-size: 16px;
    float: right;
    cursor:pointer;
}
.sort-content-left {
    width: 100%;
    float: left;
    overflow: hidden;
}
.sort-content-box {
    overflow: hidden;
    border: 1px dashed #8ac9f4;
    margin: 5px;
    padding: 8px;
    float: left;
    font-size: 16px;
    cursor:pointer;
}

.sort-content-box:hover {
     background: #1f8fdb;
     margin: 5px;
     padding: 8px;
     border: 1px solid #1f8fdb;
     color: #ffffff;
     font-size: 16px;
     overflow: hidden;
 }

.sort-content-box-click {
    background: #1f8fdb;
    margin: 5px;
    padding: 8px;
    border: 1px solid #1f8fdb;
    color: #ffffff;
    /*font-size: 18px;*/
    overflow: hidden;
}
.sort-sanji {
    width: 98%;
    color: #707070;
    font-size: 18px;
    padding: 8px 8px 8px 0px;

}

.sort-sanji ul li {
    float: left;
    height: 13px;
    padding-right: 10px;
    line-height: 13px;
    padding-left: 10px;
    margin-top: 8px;
    border-right: 1px solid #d5d5d5;
    cursor:pointer;
}

.sort-siji {
    position:absolute;
    width: 70%;
    background: #eeeeee;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    color: #606060;
    margin: 0 auto;
    font-size: 18px;
    padding: 0px 8px 8px 8px;
    margin-bottom: 8px;
    display :none;
    float: left;
    z-index:999;
}

.sort-siji ul li{
    float: left;
    height: 13px;
    padding-right: 10px;
    line-height: 13px;
    padding-left: 10px;
    margin-top: 8px;
    border-right: 1px solid #d5d5d5;
    cursor:pointer;
}
em, i {
    font-style: normal
}

a {
    color: #666;
    text-decoration: none
}
li,ul {
    list-style-type: none
}

.clearfix {
    zoom: 1;
}

/*.jstree-default .jstree-leaf:not(.last-children) > .jstree-ocl {*/
/*    background-position: -100px -4px!important;*/
/*}*/