
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #fff;
}
li,ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.colorBlue{
    color: #1385ee;
}
.clear{
    clear: both;
}

body{
    font-size: 14px;
}
.jm-homeWrap{
     position: relative;
    /*width: 100%;
    background-color: #fff;
    background: url(/m6/images/module/newHome/home-bg.png) no-repeat right top;
    background-size: contain;
    background-position: 100%;
    margin: 0 auto; */
}
.jm-homeWrap .mainBox{
    width: 680px;
    float: left;
    padding: 38px 0 25px 30px;
    box-sizing: border-box;
}
.jm-homeWrap .mainBox .home-bg{
    position: absolute;
    background-image: url(/m6/images/module/newHome/home-bg.png);
    position: absolute;
    top: 0;
    left: 35%;
    right: 20px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    z-index: -1;
}
.jm-avaterBox{

    width: 100%;
}
.jm-avaterBox .avaterItem{
    width: 100%;
}
.jm-avaterBox .jm-img{
    width: 80px;
    height: 80px; 
    float: left;
    margin-right: 10px;
}
.jm-avaterBox .jm-img .jm-avater{
    width: 100%;
}
.jm-avaterBox .jm-con{
    flex: 1;
    margin-bottom: 16px;
}
.jm-avaterBox .jm-con .jm-greet{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.jm-avaterBox .jm-two{
    margin-bottom: 13px;
    font-size: 18px;
    display: inline;
}
#greetingBox{
    display: inline;
}
.jm-ulBox{
    width: 100%;
    padding-left: 70px;
    box-sizing: border-box;
    height: 60px;
}
.jm-ulBox li {
    width: 90px;
    text-align: center;
    padding-top: 10px;
    float: left;

}
.jm-ulBox li::after{
    content: "";
    display: block;
    clear: both;
}
.jm-ulBox li:hover,
.jm-ulBox li:hover .iconfont{
    color: #1385ee;
    cursor: pointer;
}
.jm-ulBox li .iconfont{
    color: #666;
    position: relative;
    font-size: 22px;
}
.dot{
    padding:0 5px;
    border-radius: 10px;
    background-color: #db4d4d;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -10px;
    font-size: 12px;
}

.officeAssistant{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    margin-top: 35px;
    background-color:rgba(255,255,255,.8);
}
.officeAssistant .nav-titie{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f3f3f3;
}
.officeAssistant .nav-titie .span_style{
    color: #1385ee;
    border-bottom: 2px solid #1385ee;
    font-weight: bold;
    line-height: 40px;
    font-size: 16px;
    padding:  0 10px 10px;
}
.officeAssistant .off-ulBox{
    margin: 17px 0 10px;
    width: 100%;
    height: 80px;
    display: block;
    justify-content: space-between;
}



.officeAssistant .off-ulBox li{
    width: 13.5%;
    float: left;
    height: 80px;
    /* margin-right: 25px; */
}
.officeAssistant .off-ulBox li .jm-item-box{
    width: 70px;
    height: 70px;
    border:1px solid #f3f3f3;
    border-radius: 4px;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
    float: left;
    background-color: #fff;
}
.officeAssistant .off-ulBox li .jm-item-box:hover{
    border: 1px solid #1385ee;
    box-sizing: border-box;
    cursor: pointer;
}

.off-ulBox li .jm-item-box .iconfont{
    font-size: 24px;
}
.off-ulBox li .jm-item-box .jm-conent{
    margin-top: 2px;
}
.off-ulBox li .jm-item-box .i-synchrofiles{
    color: #f00;
}

.jm-item-box .i-doconline{
    color: #2c89fb;
}

.jm-item-box .i-meeting{
    color: #03ac86;
}

.jm-item-box .i-voteonline{
    color: #ff9d1e;
}
.jm-item-box .i-flashMail{
    color: #1bc032;
}
.jm-item-box .i-collect{
    color: #ff9d1e;
}
.jm-item-box .i-investigate{
    color: #2c89fb;
}
.jm-item-box .i-officetpl{
    color: #2c89fb;
}
.jm-item-box .i-minutes{
    color: #ff9d1e;
}
.jm-item-box .i-leave{
    color: #2c89fb;
}


.jm-row-content{
    width: 100%;
}
.officeAssistant  .jm-row-content{

}
.officeAssistant .jm-row-content li{
    padding: 17px 0;
    box-sizing: border-box;
    border-top: 1px solid #f3f3f3;
    display: flex;
}
.officeAssistant .jm-row-content li .img-list{
    width: 40px;
    height: 40px;
    margin: 0 12px;
    float: left;
    border-radius: 4px;
}
.officeAssistant .jm-row-content li .jm-come{
    float: left;
    width: 693px;
}
.jm-row-content .jm-come .jm-come-top{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    position: relative;
    /* padding-right: 60px; */
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jm-row-content .jm-come .jm-come-top .jm-come-span{
    font-size: 12px;
    color: #999;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    text-align: right;
    height: 30px;
    line-height: 30px;
}
.jm-row-content .jm-come .jm-come-bot{
    width: 100%;
    font-size: 14px;
    color: #333;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 右侧部分 */

.jm-homeWrap .messageBox{
    position: fixed;
    right: 0;
    top: 0;
    width: 246px;
    float: right;
    border-left: 1px solid #f5f5f5;
    background-color: rgba(255,255,255,.8);
    padding: 0 20px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
    height: 100vh;
}
.messageBox .me-title{
    padding: 15px 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.messageBox .me-p-item{
    margin-bottom: 10px;
}
.messageBox .me-p-item .span-left{
    font-size: 14px;
    color: #333;
}
.messageBox .me-p-item .me-btn{
    height: 22px;
    border-radius: 3px;
    border: 1px solid #1385ee;
    text-align: center;
    line-height: 22px;
    color: #1385ee;
    padding: 0 5px;
}
.em-progress{
    width: 100%;
    margin: 10px 0;
    height: 6px;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.em-progress .bar{
    width: 30%;
    height: 6px;
    background-color: #60c26b;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.list-font{
    width: 100%;
    padding: 12px 0 12px;
}
.list-font li{
    width: 50%;
    height: 80px;
    text-align: center;
    float: left;
    padding-top: 5px;
}
.list-font li .icon-bgColor{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    /* background-color: #6d787e; */
    margin:  0 auto 7px;

}
.list-font li .icon-bgColor .iconfont{
    color: #fff;
    font-size: 22px;
}
.list-font li .icon-bgColor .iconfont.i-recharge,
.list-font li .icon-bgColor .iconfont.i-gift{
    font-size: 20px;
}

.list-font li.item-Charge .icon-bgColor{
    /* background: linear-gradient(to bottom, #40c2ff,#0497f5); */
    background-color: rgb(15,159,248);
}
.list-font li.item-Cloud .icon-bgColor{
    /* background: linear-gradient(to bottom, #9e46fc,#5d46f5); */
    background-color: rgb(151,69,243);
}
.list-font li.item-ScoreExchange .icon-bgColor{
    /* background: linear-gradient(to bottom, #f34985,#e71c5a); */
    background-color: rgb(247,36,106);
}
.list-font li.item-Intergral .icon-bgColor{
    /* background: linear-gradient(to bottom, #fcc227,#e28f15); */
    background-color: rgb(247,171,26);
}

.list-font li.item-Charge .icon-bgColor
/* 广告轮播部分start */
.adver-wrap{
    width: 160px;
    height: 160px;
    position: relative;
    position: fixed;
    bottom: 0;
}
.adver-wrap img{
    width: 100%;
}
.adver-wrap .edver-close{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
}
.adver-wrap ul{
    width: 40px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -20px;
    display: flex;
    justify-content: space-between;
}
.adver-wrap ul li{
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #8b9db8;
    margin: 0 3px;
    float: left;
    cursor: pointer;
}
.adver-wrap ul li::after{
    content: "";
    display: block;
    clear: both;
}
.adver-wrap ul li.on{
    background-color: #fff;
}
.propaganda_banner{
    margin-left: 16px;
    margin: 0 auto;
    position: relative;
}
/* 广告轮播部分end */

@media screen and (max-width: 1366px){
    .jm-homeWrap .mainBox{
        width: 670px;
    }

  }


@media screen and (min-width: 1366px){
    .jm-homeWrap .mainBox{
        width: 878px;
    }

  }

  @media screen and (min-width: 1366px) and (max-width:1600px){
    .jm-homeWrap .mainBox{
        width: 708px;
    }

  }

  @media screen and (min-width: 1920px) {
    .jm-homeWrap .mainBox{
        width: 1100px;
    }
  }



.jm-layer{
    display: none;
    width: 510px;
    background-color: #fff;
    z-index: 111;
    position: fixed;
    bottom: 152px;
    left: 862px;
    border-radius: 5px;
    padding: 14px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
  .tipsTop{
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-135deg);
    box-shadow: 8px -9px 22px -2px rgba(0,0,0,.18);
  }

  .jm-layer .title-box{
      width: 100%;
      position: relative;
      height: 40px;
      line-height: 40px;
  }
  .jm-layer .title-box .text{
      font-size: 14px;
      color: #333;
      font-weight: bold;
  }
  .jm-layer .title-box .i-set{
      position: absolute;
      right: 10px;
      top: 0;
      color: #666;
      cursor: pointer;
  }
  .layer-ul{
      padding: 10px 0;
      width: 100%;
      box-sizing: border-box;
      margin-left: 5px;
  }
  .layer-ul li{
      width: 72px;
      height: 72px;
      text-align: center;
      float: left;
      margin-top: 10px;
      cursor: pointer;
      margin-right: 8px;
      padding-top: 8px;
      box-sizing: border-box;
  }
  .layer-ul li:hover{
      background-color: #e3f1ff;
      border-radius: 4px;
      width: 72px;
      height: 72px;
  }
  .layer-ul li .iconfont{
      font-size: 30px;
  }
  .layer-ul li .readm{
      font-size: 14px;
      color: #333;
      margin-top: 5px;
  }
  .jm-two-content{
  
  }
  .jm-two-content .jm-come{
      border:1px solid #f3f3f3;
      padding: 5px 10px;
      box-sizing: border-box;
      border-radius: 4px;
  }
  .jm-two-content .jm-come .jm-come-top{
      border-bottom: 1px solid #f3f3f3;
      padding-bottom: 5px;
  }
  .jm-two-content .jm-come .jm-come-bot{
      padding:5px 0 10px;
      line-height: 22px;   
  }
  .jm-two-content .jm-come .jm-come-title{
      padding-right: 120px;
      text-overflow: ellipsis;
      word-wrap: normal;
      overflow: hidden;
  }
  .jm-two-content .jm-come .jm-come-top .jm-come-span{
      width: 200px;
      top: -3px;
  }

  /* .mailListConBox{
      width: 100%;
  } */

  .scoll-box{
      height: 500px;
      /* border: 1px solid red; */
      overflow: auto;
      /*padding-right: 10px;*/
      box-sizing: border-box;
  }