html,
body {
    overflow-x: hidden;
    over-flow: auto;
    /* winphone8和android4+ */
    -webkit-overflow-scrolling: touch;
    /* ios5+ */
    overflow-scrolling: touch;
    color: #333;
    font-size: 14px;
    background-color: #f9f9f9;
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: Helvetica;
    position: absolute;
    z-index: -1;
}

.wrap {
    width: 100%;
    height: calc(100%+1px)
}

ul,
ol,
li,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 0px;
    /*滚动条宽度*/
    height: auto;
    /*滚动条高度*/
}

h1,
h2,
h3,
h4,
hr,
p {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/*------top--------------------------*/
.top {
    width: 100%;
    height: 60px;
    background-image: url('../../Content/MyStyle/img/imgindex/titlebg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}

.top p {
    padding-top: 15px;
}

/*------tab--------------------------*/
.tab {
    width: 94%;
    height: 46px;
    background-color: #fff;
    color: #999999;
    text-align: center;
    border-radius: 5px;
    border-bottom: 1px #eee solid;
    position: fixed;
    top: 50px;
    z-index: 999;
    margin-left: 3%;
}

.weui-navbar__item {
    padding: 0;
    font-size: 14px;
}

.tab div {
    display: flex;
    justify-content: space-around;
    width: 90%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tab span {
    line-height: 44px;
    font-size: 13px;
}

.a1 {
    color: #333;
    width: 100%;
    border-bottom: 2px #b00000 solid;
}

/*------tabbb--------------------------*/
.tabbb {
    width: 100%;
    height: 46px;
    background-color: #fff;
    color: #999999;
    text-align: center;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0px 2px 6px #dfdfdf;
}


.tabbb div {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
}

.tabbb span {
    height: 44px;
    line-height: 44px;
}

.a1 {
    color: #333;
    border-bottom: 2px #b00000 solid;
}

.fixnav {
    position: fixed;
    top: 0px;
    left: 0px;
}

/*------------------lis----------------------*/
.contect {
    width: 94%;
    margin-left: 3%;
    background-color: #fff;
    padding-top: 100px;
}

.list {
    margin-bottom: 5%;
}

.contect li {
    margin-top: 2.5%;
    border-bottom: 1px #eee solid;
}

h1 {
    font-size: 16px;
    padding-left: 2%;
    line-height: 26px;
    display: inline-flex;
    justify-content: space-between;
    width: 96%;
    padding-top: 7px;
}

h2 {
    /*
    font-size: 14px;
    color: #666;
    padding-left: 2%;
    line-height: 26px;
    font-size: 14px;
    */
    color: #9e9e9e;
    padding-left: 2%;
    line-height: 26px;
    margin-bottom: 16px;
    text-indent: 2em;
    width: 96%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list span {
    width: 96%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3%;
}

.time {
    color: #999;
    font-size: 12px;
}

/*---------Button1-----------*/
.Button1 {
    width: 86px;
    height: 26px;
    line-height: 26px;
    border: 1px #b00000 solid;
    color: #b00000;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    letter-spacing: 0px;
}

.Button1 img {
    width: 16px;
    margin: 0 2px 0 14px;
}

.Button1 p {
    font-size: 13px;
}

/*---------Button2------------*/
.Button2 {
    width: 25%;
    height: 26px;
    line-height: 26px;
    border: 1px #999 solid;
    border-radius: 30px;
    text-align: center;
    color: #666666;
}

.Button2 p {
    font-size: 13px;
}

.weui-tabb {
    width: 100%;
    height: 46px;
    background-color: #fff;
    color: #999999;
    text-align: center;
    margin-top: 42px;
    border-radius: 0px;
    margin-left: 0;
    /*box-shadow: 0px 2px 6px #dfdfdf;*/
    display: none;
}

.Button3 {
    width: 25%;
    height: 26px;
    line-height: 26px;
    border: 1px #999 solid;
    border-radius: 30px;
    text-align: center;
    color: #666666;
    margin-left: -12%;
}

h1 {
    display: inline-flex;
    justify-content: space-between;
    width: 96%;
}

h1 div:nth-child(2) {
    font-size: 12px;
    color: #666;
}

header {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

header span {
    font-size: 16px;
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}

header img {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
}