/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    font-size: 15px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
    text-align: center\9;
    background-image: url("../images/bg.png");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cwbody {
    background-image: url("../images/cwbg.png");
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
    position: relative;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.p20 {
    padding: 20px;
}

.mb20 {
   margin: 0 0 20px; 
}
.mt20 {
    margin: 20px 0 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2.5%;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,.1);
    text-align: right;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.topr {
    display: flex;
    justify-content: end;
    align-items: center;
}
.topr a {
    padding: 0 8px;
}
.topr a,
.topr span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.c-page {
    width: 55%;
    min-height: 50%;
    margin: 0 auto;
}
.l-page,
.r-page {
    position: fixed;
    bottom: 0;
    top: 40px;
    width: 20%;
}
.l-page {
    left: 0;
    /*background: #e5ecf7;*/
}
.r-page {
    right: 0;
    padding: 90px 27px 0 0;
}
.blogo {
    display: block;
    text-align: center;
}
.blogo img {
    display: inline-block;
    height: 26px;
}
.weblinks li {
    float: left;
    padding: 0 10px;
}
.weblinks a {
    color: #fff;
}
.sch {
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 10px;
}
.sch-ipt {
    width: 230px;
    line-height: 14px;
    padding: 0 15px;
    flex: 1;
    background: #eaf3ff;
}
.sch-btn {
    float: right;
    width: 80px;
    text-align: center;
    color: #fff;
    background-color: #2b7ef4;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
}
.c-con {
   background: #fff;
   border-radius: 5px;
}

.c-item {
    background-color: #fff;
}
.c-item h2 {
    line-height: 38px;
    padding: 0 15px;
    background-color: #f3f8ff;
}
.c-item h2 i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 34px;
    height: 38px;
}
.qtxt {
    background: url("../images/qtxt.png") center no-repeat;
}
.rdlz {
    background: url("../images/gh.png") center no-repeat;
}
.bjgj {
    background: url("../images/bjgj.png") center no-repeat;
}
.qt {
    background: url("../images/qt.png") center no-repeat;
}
.c-box {
    padding: 25px 30px;
}
.link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.link.on {
    max-height: none;
}
.link li {
    width: 20%;
    padding: 10px 0;
}
.link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.link img {
    width: 74px;
}
.link p {
    padding: 10px 10px 0;
    text-align: center;
}
.link i {
    position: absolute;
    bottom: -10px;
    width: 14px;
    height: 14px;
    background: url("../images/jt.png") center no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    display: none;
}
.subbox {
    display: none;
    transition: none .3s; 
    position: absolute;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    margin-top: 9px;
    z-index: 1;
}
.submenu {
   
    display: flex;
    padding: 20px;
}
.more {
    height: 35px;
    line-height: 35px;
    color: #2b7ef4;
    text-align: center;
    background: url("../images/showbg.png") bottom center repeat-x;
    cursor: pointer;
}
.more i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 24px;
    height: 24px;
    background: url("../images/show.png") center no-repeat;
}
.more.on i {
    background: url("../images/hide.png") center no-repeat;
}
.taglink li {
    width: 100%;
    padding: 4px 0;
}
.taglink span {
    float: left;
    width: 80px;
    color: #2b7ef4;
}
.taglink p {
    margin-left: 80px;
    overflow: hidden;
}
.taglink li a {
    float: left;
    width: 33%;
    max-width: none;
    padding: 0 10px 3px 0;
}
.taglink li a:hover {
    color: #2b7ef4;
    text-decoration: underline;
}
.taglink.half li,
.taglink.half li a {
    width: 50%;
}

.taglink.newlink em {
    float: left;
    width: 33.3%;
    white-space: nowrap;
    padding: 0 20px 3px 0;
}
.taglink.newlink em:last-child {
    padding-right: 0;
}
.taglink.newlink li a {
    float: none;
    width: auto;
    padding: 0 5px;
    color: #999;
    border-radius: 4px;
}
.taglink.newlink li a:hover {
    background: #2b7ef4;
    color: #fff;
    text-decoration: none;
}
.taglink.newlink li a,
.newlink i {
    display: inline-block;
    vertical-align: middle;
}
.newlink i {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hjcon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: rgba(251,251,252,.8);
    z-index: 2;
}
.slogo {
    height: 64px;
    padding: 22px 7px;
}
.hjlist li {
    height: 50px;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}
.hjlist li:hover,
.hjlist li.on {
    background: #599af6;
}
.hjsub {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    right: auto;
    width: calc(100% - 50px);
    margin-left: 50px;
    background: #e5ecf7;
    overflow: hidden;
}
.hjsub.on {
    left: 0;
    right: 0;
}
.sch2 {
    height: 40px;
    margin: 12px 15px;
    border: 1px solid #ddd;
    background: url("../images/sch.png") #fff 8px center no-repeat;
    border-radius: 4px;
    padding-left: 40px;
}
.sch2 input {
    width: 100%;
    height: 38px;
    padding: 12px 15px 12px 0;
}
.scrollul {
    width: calc(100% + 20px);
    max-height: 90%;
    overflow-y: auto;
    display: none;
}
.weblist {
    overflow: hidden;
}
.weblist li {
    height: 50px;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
}
.weblist li:nth-child(even) {
    background: #eff4fa;
}
.weblist h2,
.weblist a {
    display: inline-block;
    vertical-align: middle;
}
.weblist h2 {
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.weblist h2 img {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.weblist a {
    color: #999;
    padding: 0 6px;
    border-radius: 4px;
}
.weblist a:hover {
    background: #2b7ef4;
    color: #fff;
}
.lclose {
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -20px;
    width: 33px;
    height: 40px;
    background: url("../images/sclose.png") no-repeat;
}
.lclose.on {
    left: 100%;
}
.moban {
    width: calc(100% + 20px);
    max-height: 460px;
    overflow-y: auto;
}
.moban li {
    margin-bottom: 20px;
    overflow: hidden;
}
.moban li:last-child {
    margin-bottom: 0;
}
.moban span {
    float: left;
    width: 48px;
    height: 46px;
    text-align: center;
    background: url("../images/mbbg.png") no-repeat;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    padding: 5px;
}
.moban p {
    margin-left: 60px;
    overflow: hidden;
}
.moban p a {
    float: left;
    margin-right: 10px;
}
.mbscroll {
    overflow: hidden;
}
.wnl {
    position: relative;
    display: block;
    margin: 20px 0;
    background: url("../images/rl.png") rgba(255,255,255,.18) 13px center no-repeat;
    border-radius: 3px;
    padding: 12px 34px 12px 123px;
    color: #000;
    font-size: 24px;
    line-height: 1.7em;
}
.wnl i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    background: url("../images/right.png") rgba(255,255,255,.58) center no-repeat;
}
.wnl p,
.wnl em {
    display: inline-block;
    white-space: nowrap;
}
.indextop {
    padding-top: 20%;
}
@media screen and (max-width: 1700px) {
    .wnl {
        font-size: 20px;
        background-size: 60px;
        padding-left: 90px;
    }
}
@media screen and (max-width: 1600px) {
    .newlink i {
        max-width: 65%;
    }
}
@media screen and (max-width: 1368px) {
    .wnl {
        font-size: 16px;
        background-size: 40px;
        padding-left: 60px;
    }
}
/*登录*/

.lg {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 11%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/lgbg.png") center no-repeat;
    background-size: cover;
}
.lg h2 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
}
.lgbox {
    border-radius: 10px;
    width: 780px;
    height: 420px;
    display: flex;
    overflow: hidden;
}
.lf {
    width: 305px;
    flex-shrink: 0;
}
.lf img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lgform {
    flex: 1;
    width: calc(100% - 305px);
    padding: 60px 90px;
    background: #fff;
    position: relative;
}
.lgform h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.lgform .grp {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 5px;
}
.lgform i {
    width: 36px;
    height: 40px;
    flex-shrink: 0;
}
.lgform input {
    height: 40px;
    line-height: 40px;
    flex: 1;
    padding: 0 10px;
}
/*扫码*/
.saoma {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    background: url("../images/saoma.png") top right no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.saoma.pclog {
    background: url("../images/saoma2.png") top right no-repeat;
    background-size: 100%;
}
.saomabox {
    width: 100%;
    height: 100%;
}
.saomabox h2 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}
.saoma.pclog .smnote {
    display: none;
}
.smnote {
    position: absolute;
    top: 10px;
    right: 110%;
    height: 26px;
    display: block;
}
.user {
    background: url("../images/lg1.png") center no-repeat;
    background-size: 18px;
}
.pwd {
    background: url("../images/lg2.png") center no-repeat;
    background-size: 18px;
}
.yan {
    background: url("../images/lg3.png") center no-repeat;
    background-size: 18px;
}
.yzm input {
    width: 50%;
}
.yzmbtn {
    width: 110px;
    height: 32px;
    border-radius: 20px;
    background: #e7f7fd;
    color: #0a8cbf;
    cursor: pointer;
    font-size: 14px;
}
.yzmbtn.disabled {
    background: #efefef;
    color: #666;
}
.lgbtn {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #0a8cbf;
    color: #fff;
    font-size: 22px;
    border-radius: 30px;
    margin-top: 40px;
    cursor: pointer;
}
/*列表*/
.tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,.1);
    padding: 0 15px 0 0;
    margin-bottom: 15px;
    border-radius: 5px;
}
.tool h2 {
    font-size: 22px;
    flex-shrink: 0;
    background: #2b7ef4;
    color: #fff;
    padding: 15px;
     border-radius: 5px;
}
.tool .sch {
    height: 36px;
    line-height: 36px;
    margin: 0;
}
.tool .sch-ipt {
    width: 200px;
}
.tool .flex {
    align-items: center;
}
.tool2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding-bottom: 10px;
}
.subtt {
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: bold;
}
.addbox {
    position: relative;
    margin-left: 10px;
}
.addbox a {
    display: inline-block;
    margin-left: 5px;
}
.addbox span {
    display: block;
    background: #2b7ef4;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
}
.addbox p {
    position: absolute;
    left: 0;
    /*right: 0;*/
    background: #fff;
    min-width: 100%;
    display: none;
    transition: none .3s;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.addbox p a {
    display: block;
    white-space: nowrap;
    padding: 5px 10px;
    text-align: center;
}
.addbox p a:hover {
    background: #efefef;
    color: #2b7ef4;
}
.flex {
    display: flex;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lltab {
   display: flex;
}
.lltab a {
    display: block;
    padding: 0 15px 8px;
}
.lltab a.active {
   border-bottom: 2px solid #1E9FFF;
    color: #1E9FFF;
}
.rrbtns {
    display: flex;
    justify-content: end;
}
.rrbtns a {
    color: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.page2 {
    width: 95%;
    padding-bottom: 30px;
}
/*分页*/
.page-nav {
    
    text-align: center;
}
.page-nav .num {
    float: left;
}
.page-nav .num span {
    display: inline-block;
    margin-right: 5px;
}
.page-nav .num em {
    color: #f00;
}
.page-nav ul {
    padding: 20px 0;
    /*float: right;*/
    font-size: 0;
}
.page-nav li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    line-height: 22px;
}
.page-nav li span,
.page-nav li a {
    display: block;
    /*width: 30px;*/
    height: 30px;
    padding: 0 10px;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.page-nav li:hover,
.page-nav li.active {
    border: 1px solid #2b7ef4;
    background-color: #2b7ef4;
}
.page-nav li:first-child,
.page-nav li:last-child {
    background: #2b7ef4;
    border: 1px solid #2b7ef4;
}
.page-nav li:first-child span,
.page-nav li:first-child a,
.page-nav li:last-child span,
.page-nav li:last-child a,
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #fff;
}
.addform {
    /*padding: 0 40px;*/
}
.addform .grp {
    display: flex;
    margin-bottom: 15px;
}
.addform label {
    width: 150px;
    flex-shrink: 0;
    padding: 6px 5px;
    text-align: right;
    background: #fafafa;
    border: 1px solid #eee;
    border-right: 0;
}
.addform .inb {
    width: 100%;
}
.addform p {
    padding: 7px 0;
}
.formtt {
    text-align: center;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.heng {
    line-height: 36px;
    padding: 0 7px;
}
.ipt50 {
    width: 50%;
}
.ipt33 {
    width: 33%;
}
.ipt15 {
    width: 15%;
}
.layui-layer-content body {
    background: #fff;
}
.ml190 {
    margin-left: 150px;
}
.quiktt {
    position: fixed;
    right: 3.5%;
    top: 67px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #2b7ef4;
    border-radius: 3px;
}
.quiktt i {
    font-size: 18px;
    margin-right: 5px;
}
.quikbox {
    position: fixed;
    width: 200px;
    right: -200px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transition: right .3s,linear .3s;
}
.quikbox.active {
    right: 0;
}
.quikbox img {
    display: block;
    height: 26px;
    margin-right: 8px;
}
.quikbox h2 {
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.quikbox h2 i {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.quikmenu {
    padding: 10px 0;
}
.quikmenu li {
    padding: 0 20px;
    line-height: 42px;
}
.quikmenu a {
    display: flex;
    align-items: center;
}
.quikss {
    display: flex;
     justify-content: space-between;
    align-items: center;
}
.quikss .jt {
    width: 20px;
    height: 20px;
    background: url("../images/show.png") center no-repeat;
    background-size: 10px;
}
.quikss.on .jt {
    background: url("../images/hide.png") center no-repeat;
    background-size: 10px;
}
.quiksub {

    display: none;
    transition: none .3s,linear .3s;
}
.tcbg {
    background: #fff;
}
.tcbg .layui-btn.ml190 {
    background: #2b7ef4;
}
.diaochu {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 0 0 15px;
    display: none;
    transition: none .3s,linear .3s;
}
.diaochu p {
    display: flex;
}
.diaochu span {
    color: #888;
    flex-shrink: 0;
}
.layui-layer {
    /*border-radius: 10px !important;*/
    /*overflow: hidden;*/
}
.gcbg h2 {
    background: #f6a54f;
}
.cwbg h2 {
    background: #9a6eef;
}
.gysbg h2 {
    background: #52cff5;
}
.cpkbg h2 {
    background: #4c91ee;
}
.szbg h2 {
    background: #9fbec5;
}
.htbg h2 {
    background: #ff6b6b;
}

.qybg h2 {
    background: #015eea;
}
.zhiding {
    height: 26px;
    line-height: 24px;
    color: #f00;
    border: 1px solid #ffcece;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px 0 0;
}

.jieqing1 {
    height: 26px;
    line-height: 24px;
    color: #f80;
    border: 1px solid #f80;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px 0 0;
}
.jieqing2 {
    height: 26px;
    line-height: 24px;
    color: #00ac10;
    border: 1px solid #00ac10;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px 0 0;
}
/*颜色str*/
.color-red{
    color: #f00;
}
.color-blue{
    color: #00c0ff;
}
.color-green{
    color: #00ac10;
}
.color-yellow{
    color: #f80;
}
/*颜色end*/
.addform .addbox button {
    display: inline-block;
  
}
.addform .addbox {
    margin: 0 10px;
}
.addform .addbox span {
    height: 38px;
    line-height: 38px;
}
.pzupload {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
}
.pzupload a {
    width: 20px;
    height: 23px;
    margin: 0 4px 5px;
    flex-shrink: 0;
}
.pzupload .img {
    background: url("../images/pz-img.png") center no-repeat;
    background-size: 100% 100%;
}
.pzupload .word {
    background: url("../images/pz-word.png") center no-repeat;
    background-size: 100% 100%;
}
.pzupload .excel {
    background: url("../images/pz-excel.png") center no-repeat;
    background-size: 100% 100%;
}
.pzupload .pdf {
    background: url("../images/pz-pdf.png") center no-repeat;
    background-size: 100% 100%;
}
.pzname {
    display: flex;
    flex-direction: column;
}
.pzname p {
    padding: 0;
}
.pzname a {
    line-height: 24px;
    font-size: 14px;
    color: #2b7ef4;
    margin: 5px 0 0 10px;
}
.pzname i {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #ffd8d8;
    color: #f00;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
}
.pzname i:hover {
    background: #f00;
    color: #fff;
}
.layui-btn-normal {
    background-color: #2b7ef4;
}

/*菜单管理*/
.level1 {
    line-height: 50px;
}
.l-tt:hover {
    background: #f5f5f5;
}
.level1 > .l-tt {
    padding: 0 10px;
}
.level1 .bzbox {
    width: 100px;
}
.level1 .tbtns {
    min-width: 120px;
    justify-content: end;
}
.level2 .l-tt {
    padding: 0 10px 0 30px;
}
.level3 .l-tt {
    padding: 0 10px 0 60px;
}
.l-tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.level2,
.level3 {
    display: none;
    transition: none .3s;
}
.l-tt,
.level3 {
     border-bottom: 1px solid #e5e5e5;
}
.l-tt > p {
    flex: 1;
    padding: 0 0 0 20px;
    background: url("../images/jia.png") left center no-repeat;
    background-size: 13px;
}
.l-tt.on > p {
    background: url("../images/jian.png") left center no-repeat;
    background-size: 13px;
}
.level3 .l-tt > p,
.l-tt.no > p {
    background: url("../images/san.png") left center no-repeat;
    background-size: 12px;
}
.l-btns {
    display: flex;
    justify-content: end;
}
.l-btns a {
    margin: 0 0 0 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
}
.sidemeunu {
    width: 200px;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}
.smenu {
    background: #f8f8f8;
    border-radius: 5px;
}
.smenu li {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
}
.smenu li:hover > a,
.smenu li.active > a {
    color: #2b7ef4;
}
.smenu a {
    display: block;
}
.smenu .mm {
    background: url("../images/show.png") 90% center no-repeat;
}
.smenu .mm.on {
    background: url("../images/hide.png") 90% center no-repeat;
}
.subm {
    padding: 0 20px;
    display: none;
    transition: none .3s;
}
.subm a {
    line-height: 36px;
}
.subm a i {
    font-size: 14px;
    color: #2b7ef4;
    margin: 0 5px 0 0;
}
.pager {
    flex: 1;
}
.check {
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}
.quanxian .bzbox {
    width: auto;
}
.url_path {
    width: 28%;
    color: #2b7ef4;
}
.p15 {
    padding: 15px
}
.layui-form-select dl dd {
    white-space: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
}
.zxm {
    background: #ff6b6b;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 6px;
}

/*钉钉登录*/
.dd-box {
    position: fixed;
    left: 50%;
    top: 15%;
    margin-left: -240px;
    width: 480px;
    height: 460px;
    background: #fff;
    padding: 80px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.dd-note {
    text-align: center;
    padding-bottom: 50px;
}
.dd-note h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.dd-note span {
    color: #888;
}
.dditem {
    border-radius: 5px;
    background: #f2f2f6;
    margin-bottom: 15px;
    position: relative;
}
.dd-input {
    padding: 14px 10px;
    background: transparent;
}
.yzm-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    padding: 0 6px;
    height: 26px;
    line-height: 26px;
    background: #2b7ef4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.dd-btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    background: #2b7ef4;
    color: #fff;
    font-size: 18px;
}
.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #2b7ef4;
}
.addform .layui-btn,
.layui-form-select dl dd.layui-this,
.layui-laydate .layui-this {
    background-color: #2b7ef4 !important;
}