* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "MicrosoftYaHei", "PingFangSC,宋体,Arial,sans-serif";
    /* overflow: hidden; */
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* padding-bottom: 0.46rem; */
    height: 100vh;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.title-box {
    width: 100%;
    height: 2.27rem;
    box-sizing: border-box;
    padding-top: 0.5rem;
    background-color: #141A88;

}

.nav {
    width: 6.84rem;
    margin: auto;
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.logo {
    width: 1.76rem;
    height: 0.55rem;

}

.nav .right-text {
    font-size: 0.24rem;
    line-height: 0.57rem;
}

.nav a {
    color: #fff;
}

.nav .right-text .mar {
    display: inline-block;
    height: 0.2rem;
    border-right: 1px solid #fff;
    margin: 0 0.2rem;

}

.comit-w {
    width: 6.84rem;
    margin: auto;
}

.title-box .fz {
    width: 6.84rem;
    margin: auto;
    margin-top: 0.35rem;
    color: #fff;
    font-size: 0.47rem;
    font-weight: bold;
}

a{
    text-decoration: none;.
}

.icon-1 {
    width: 0.53rem;
    height: 0.5rem;
    vertical-align: middle;
}

.icon-1{
    display: inline-block;
    width: 0.2rem;
    height: 0.28rem;
    background: url('../img/icon-1.png') no-repeat;
    background-size: 100% 100%;
}

.go-list{
    text-decoration: none;
    color: #fff;
}

.commit-title {
    width: 6.84rem;
    margin: auto;
}

.commit-title .title {
    font-size: 0.33rem;
    color: #141A88;
    font-weight: bold;
}

.commit-title .time {
    font-size: 0.23rem;
    color: #8f8e8e;
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #141A88;

}

.commit-title .time2 {
    font-size: 0.23rem;
    color: #8f8e8e;
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #141A88;

}

/* 列表 */
.list-ul {
    padding: 0rem 0.3rem;
    flex: 1;

 
    /* overflow: hidden;
    overflow-y: scroll; */
}
/* #scroller{
    overflow: hidden;
    overflow-y: auto;
} */
.list-li {
    padding: 0.27rem 0rem;
    border-bottom: 1px solid #e4e4e4;
	color: #000
}

.list-li .li-pic {
    width: 2.68rem;
    height: 1.14rem;
}

.list-li .li-left {
    float: left;
}

.list-li .li-right {
    float: left;
    height: 1.14rem;
    position: relative;
    margin-left: 0.28rem;
}

.list-li .li-title {
    font-size: 0.28rem;
    font-weight: bold;
    width: 3.9rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.li-right .serch {
    display: inline-block;
    width: 0.25rem;
    height: 0.18rem;
    background: url('../img/serch.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.read-box {
    position: absolute;
    width: 100%;
    font-size: 0.2rem;
    bottom: 0;
    color: #999999;
}

.read-box .date {
    float: right;
}
.loading{
    width: 100%;
    position: relative;
    z-index: 1000;
    display: none;
    text-align: center;
    font-size: 0.27rem;
    /* bottom: 0.6rem; */
    margin: 0.2rem 0;
    color: #141A88;
}
.loading2{
    display: none;
    text-align: center;
    font-size: 0.27rem;
    margin: 0.2rem 0;
    padding-bottom: 0.2rem;
    color: #141A88;
}
.end{
    text-align: center;
    font-size: 0.27rem;
    margin: 0.2rem 0;
    padding-bottom: 0.2rem;
    color: #141A88;
}

/* 公用菜单 */
.maske-log4 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
}

.maske-log4 .right-content {
    width: 4.86rem;
    height: 100%;
    background-color: #fff;
    right: 0;
    box-sizing: border-box;
    padding: 0.46rem 0 0 0.34rem;
}

.maske-log4 .right-content .maske-erro {
    width: 0.25rem;
    height: 0.25rem;
    background: url("../img/maske-erro.png")no-repeat;
    background-size: 100% 100%;
}

.maske-log4 .right-content .erro-btn {
    top: 0;
    left: 0;
    width: 0.63rem;
    height: 0.71rem;


}

.maske-log4 .right-content .list {
    display: block;
    width: 100%;
    height: 0.99rem;
    line-height: 0.99rem;
    color: #333333;
    font-size: 0.26rem;
    border-bottom: 1px solid #E8E8E8;

}

.maske-log4 .right-content .list .maske-j {
    float: right;
    width: 0.14rem;
    height: 0.23rem;
    background: url("../img/maske-j.png")no-repeat;
    background-size: 100% 100%;
    margin-top: 0.38rem;
    margin-right: 0.35rem;
}
.title-box .nav1{
    width: 0.49rem;
    height: 0.38rem;
    background: url("../img/nav1.png") no-repeat;
    background-size: 100% 100%;
}
.abs{
    position: absolute;
}
/* 关于 */
.mask-log2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

.mask-log2 .up-log2 {
    position: absolute;

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;

}

.mask-log2 .up-log2 .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.mask-log2 .up-log2 .close-log2 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.mask-log2 .log-content2 {
    width: 95%;
    font-size: 13px;
    color: #666666;
    margin: auto;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 30px;
}
.textcener {
    text-align: center;

}

.fw700 {
    font-weight: 700;
}

.fz20 {
    font-size: 20px;
}

.mt30 {
    margin-top: 30px;
    color: #000;
}

.log-content2 .company {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 45px;
}