/* 登陆 */

.login {}

.login .input-wrap {
    padding-top: 100px;
    width: 92%;
    max-width: 345px;
    margin: 0 auto;
}

.login .input-list {
    width: 100%;
    border-bottom: 1px solid #0aa7fd;
    font-size: 15px;
    padding: 5px 11px;
    box-sizing: border-box;
    color: #6b6b6b;
}

.login .input-list:last-child {
    margin-top: 18px;
}

.login .submit {
    display: block;
    width: 92%;
    max-width: 345px;
    margin: 36px auto 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #0aa7fd;
    padding: 10px 0;
    border-radius: 2px;
}


/* 周报详情 */

.weekly {
    /*height: 100%;*/
}

.weekly .content {
    /*height: calc(100% - 92px);*/
}

.weekly .dec-wrap {
    padding: 0 15px;
    box-sizing: border-box;
}

.weekly .title {
    font-size: 30px;
    color: #363636;
    padding: 30px 0;
    text-align: center;
}

.weekly .time {
    font-size: 13px;
    color: #858585;
    padding-bottom: 6px;
}

.weekly .dec {
    width: 100%;
    border: solid 1px #e7e7e7;
}
.weekly .dec-title{
	height: 34px;
	background-color: #f2f2f2;
    font-size: 0;
}
.weekly .dec-title .list{
    font-size: 14px;
    color: #333;
    width: 18%;
    line-height: 34px;
    text-align: center;
}
.weekly .dec-title .list:last-child{
    width: 10%;
}
.weekly .dec-content{
  font-size: 15px;
  padding: 9px 0;
}
.weekly .dec-content .list{
    font-size: 14px;
    color: #333;
    width: 18%;
    line-height: 34px;
    text-align: center;
}
.weekly .dec-content .list:last-child{
    width: 8%;
}
.comment-item-content {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.weekly .dec-content .list img{
    width: 110px;
    height: 110px;
}
.weekly .dec .img-wrap {

}

.weekly .dec .img-wrap img {
    width: 100%;
    height: 100%;
}

.weekly .dec .dec-list-wrap {
    width: calc(100% - 31vw);
    font-size: 14px;
    color: #363636;
    /*margin-left: 10px;*/
    line-height: 1;
}

.weekly .dec .dec-list {
    margin-bottom: 10px;
}

.weekly .dec .dec-list .msg {
    color: #7b7b7b;
    padding-left: 8px;
}
.weekly .dec .dec-list .bkd{
    width: calc(100% - 50px);
    /*display: inline-block;
        vertical-align: middle;*/
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.weekly .dec .dec-list .zb{
    width: calc(100% - 50px);
    /*display: inline-block;
        vertical-align: middle;*/
    box-sizing: border-box;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}
.weekly .dec .dec-list.bkd-wrap,
.weekly .dec .dec-list.zb.wrap{
    display:flex;
}
.weekly .addr {
    font-size: 14px;
    color: #363636;
    padding: 35px 0;
}

.weekly .addr .addr-dec {
    color: #7b7b7b;

}
.weekly .addr .addr-dec p{
    vertical-align: top;
}
.weekly .addr .go {
    color: #333;
    padding: 2px 6px;
    border: 1px solid #888;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.weekly .map {
    /*padding: 0 15px;*/
}

.weekly #allmap {
    width: 100%;
    height: 400px;
    margin-top: 3px;
}


/* 往期追溯 */

.weekly .old {
    width: 100%;
    /*padding: 0 15px;*/
    box-sizing: border-box;
    font-size: 0;
    text-align: justify;
}
.weekly .old::after{
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}
.weekly .old .old-list {
    /*width: 29.3vw;*/
    /*height: 29.3vw;*/
    width: 224px;
    text-align: center;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    font-size:12px; 
    position: relative;

}
.weekly .old .old-list .img-title{
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 15px;
}
.weekly .old .old-list > div{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 224px;
    width: 100%;
}
.weekly .old .old-list img {
    display: block;
}

.weekly .old .old-list .list-time {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 8px;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
	background-color: #000000;
	opacity: 0.7;
}

.weekly .caption{
    padding: 44px 0 20px 0;
}

/* 记录追踪 */

.weekly .recording-tab {
    /*display: flex;*/
    width: 100%;
    /*padding: 0px 15px;*/
    font-size: 0;
    box-sizing: border-box;
}
.weekly .recording-tab > div{
    width: 480px;
    margin: 0 auto;
}
.weekly .recording-tab .tab-list {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 33.3%;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #363636;
    position: relative;
}
.weekly .recording-content > div{
    /*width: 480px;
    margin: 0 auto;*/
}
.weekly .recording-tab .tab-list.active {
    color: #0aa7fd;
}

.weekly .recording-tab .tab-list.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 2px;
    background: #0aa7fd;
}

.weekly .recording-item {
    padding: 0 0px 0px 0;
    display: none;
}

.weekly .recording-item.in {
    display: block;
}

.weekly .recording-item .to-view-list {
    height: 36px;
    line-height: 36px;
    /*font-size: 15px;*/
    color: #363636;
    /*margin-top: 14px;*/
    font-size: 0;
}
.weekly .recording-item .to-view-list:nth-child(1) {
    background-color: #0aa7fd!important;
    color: #fff;
}
.weekly .leader .to-view-list div:nth-child(1){
    width: 12%!important;
}
.weekly .leader .to-view-list div:nth-child(2){
    width: 18%!important;
}
.weekly .leader .to-view-list div:nth-child(3){
    width: 50%!important;
}
.weekly .leader .to-view-list div:nth-child(4){
    width: 10%!important;
}
.weekly .leader .to-view-list div:nth-child(5){
    width: 10%!important;
}


.weekly .recording-item .to-view-list div{
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
}
.weekly .recording-item .to-view-list p{
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
}

.weekly .recording-item .to-view-list:nth-child(2n){
    background: #f2f2f2;
}
.weekly .recording-item .to-view-list:nth-child(2n+1){
    background: #fbfbfb;
}
.weekly .to-view-list-title{
    font-size: 0;
	height: 44px;
    line-height: 44px;
	background-color: #e5f5fd;
}
.weekly .to-view-list-title  span{
    width: 50%;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}
.weekly .recording-item .to-view-list .h-m {
    margin-left: 13px;
}

.weekly .recording-item .to-view-list.new {
    color: #f30;
}

.weekly .recording-item .to-view-list.new a {
    color: #f30;
}

.weekly .recording-item .to-view-list a {
    color: #363636;
    margin-left: 10px;
}


/* 回复 */

.reply {

}

.reply .label {

}

.reply .input-wrap {

}

.reply .input-wrap label {

}
.reply .input-wrap textarea{
    display: block;
    height: 112px;
    width: 100%;
	background-color: #ffffff;
	border: solid 1px #e7e7e7;
    resize: none;
}
.reply .input-wrap img {
    /* width: 18px;
    height: 18px; */
}

.reply .input-wrap input {

}

.reply .btn-wrap {
    text-align: right;
    padding: 15px 10px 50px 0;
}

.reply .btn-wrap .btn {
    display: inline-block;
    width: 62px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(0, 161, 233, 1);
    border-radius: 3px;
    border: solid 1px rgba(208, 206, 206, 1);
    font-size: 16px;
    color: #fff;
}


/* 处理详情 */

.deal-with {
    height: 100%;
}

.deal-with .content {
    padding: 0 15px;
    box-sizing: border-box;
}

.deal-with .dec-title {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #363636;
    padding: 14px 0;
}

.deal-with .dec {
    display: flex;
    font-size: 15px;
    color: #696969;
    line-height: 20px;
}

.deal-with .dec .label {
    width: 75px;
}

.deal-with .dec .dec-content {
    width: calc(100% - 75px);
}


/* 个人中心 */

.personal {
    height: 100%;
}

.personal .dec-list {
    /*padding: 0 15px;*/
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
}

.personal .dec-list .list {
    padding: 9px 0;
    border-bottom: 1px solid #dedede;
}
.personal .dec-list .title-list{
    padding: 1px 0;
	height: 34px;
	background-color: #f2f2f2;
}

.personal .dec-list .list a {
    width: 100%;
    padding: 9px 0;
    color: #363636;
    font-size: 0;
    display: block;
}

.personal .dec-list .list a .unread {
    color: #9a9a9a;
}

.personal .dec-list .list a .unread-ed {
    color: #ff4800;
}
.personal .dec-list .list a span{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 25%;
    text-align: center;
}
.personal .dec-list .list .time {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.personal .dec-list .list .status {
}

.personal .dec-list .list .addr {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.personal{
    font-size: 0;
}
.personal .filter {
    display: inline-block;
    width: 46%;
    box-sizing: border-box;
    vertical-align: top;
}
.personal .filter:first-child{
    padding-left: 35px;
    box-sizing: border-box;
    width: 53%;
}
.personal .filter .label {
    font-size: 13px;
    color: #737373;
}

 .submit {
    background-color: #0aa7fd;
    background-image: url("../image/search.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 21px center;
    border-radius: 2px;
    width: 89px;
	height: 36px;
	background-color: #0aa7fd;
	border-radius: 5px;
    padding-left: 25px;
    box-sizing: border-box;
    color: #fff;
    vertical-align: top;
}
.personal form{
	padding: 12px 0;
	background-color: #f2f2f2;
	border: solid 1px #e7e7e7;
}


.personal .filter .sel-wrap {
    
}

.personal .filter .sel-wrap>div {
    display: inline-block;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    color: #0aa7fd;
    position: relative;
    width: 141px;
	height: 36px;
    margin-right: 30px;
}
.personal .filter .sel-wrap>div:first-child{
    margin-left: 15px;
}
.personal .filter .sel-wrap>div:last-child{
    margin-right: 0;
}
.personal .filter .sel-wrap>div .aa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    vertical-align: middle;
        line-height: 36px;
    text-align: center;
}

.personal .tiem-filter {
    /*padding-left: 72px;*/
}

.personal .tiem-filter input {
    margin-left: 2%;
    text-align: center;
    margin-right: 20px;
}

.personal .tiem-filter input:first-child {
    margin-left: 0;
}

.personal .filter .sel-wrap select {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 2px;
    appearance: none;
    color: #0aa7fd;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.personal .filter input.aa {
    display: inline-block;
    width: 141px;
	height: 36px;
	background-color: #ffffff;
    border: solid 1px #e2e2e2;
    font-size: 13px;
    color: #0aa7fd;
    padding: 0;
    vertical-align: middle;
}

.personal .caption{
    font-weight: normal;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 15px;
    margin: 10px 6px;
}
.personal .caption a{
    display: inline-block;
    vertical-align: top;
	font-size: 18px;
	line-height: 35px;
	color: #333333;
    border-bottom: 3px solid transparent;
    margin-right: 58px;
    padding: 5px 0;
}
.personal .caption a.active{
    color: #0aa7fd;
    border-bottom-color: #0aa7fd;
}
.nothing {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    color: #363636;
    text-align: center;
}

.l-self-wrap {
    /*padding: 15px 20px;*/
    /*height: 245px;*/
    padding: 38px 0;
    background: url("../image/self-bg.png") no-repeat center/cover;
    margin-bottom: 20px;
}
.l-self-wrap a{
    display: block;
    margin: 0 auto;
}
.l-self-wrap img {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 15px;
    margin-bottom: 30px;
}

.l-self-wrap p {
    text-align: center;
    font-size: 14px;
    color: #363636;
}

.l-self-wrap p span {
    padding: 3px 10px;
}

/* 修改密码 */

.modify-pwd {}
.modify-pwd .input-list{
    margin-top: 25px;
}

.pc-login{
    width: 100%;
    height: 100%;
    background:url(../image/login-bg.png) no-repeat center/cover;
    background-size: 100% 100%;
    text-align: center;
}
.pc-login .content{
    padding-top: 155px;
}
.pc-login .login-title{
    width: 641px;
    margin-bottom: 100px;
	/*height: 55px;*/
}
.pc-login form{
    width: 387px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}
.pc-login form h3{
	height: 40px;
    line-height: 40px;
    text-align: center;
	background-color: #0aa7fd;
    color: #fff;
	border-radius: 5px 5px 0px 0px;
}

.pc-login  .input-wrap{
    padding: 24px 0 7px;;
}
.pc-login .submit{
    margin-top: 15px;
}
.pc-login  .input-wrap li{
    /*height: 40px;*/
	border: solid 1px #c4c4c4;
}
.pc-login  .input-wrap input{
    width: 242px;
    height: 27px;
}
.pc-login  .input-wrap label{
    font-size: 14px;
}

.pc-login .input-list:first-child{
    margin-bottom: 18px;
}
.login.pc-login .submit{
    padding: 0;
}
.leader li:first-child p {
    width: 25%;
}

.p24 a{
    color: #007bff!important;
}
.p48 a{
    color: #ffc107!important;
}
.p72 a{
    color: #dc3545!important;
}
.click_active {
    background-color: #c4c4c4;
}