body,html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.top {
    height: 1.2rem;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2rem;
    color: #1a1a1a;
    text-align: center;
    background-color: white;
}

.container {
    width: 100%;
    background-color: #fff;
    border-top: .01333333rem solid #dbdbdb
}

.bottom {
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff
}

.container li {
    border-bottom: .01333333rem solid #f5f5f5;
    padding: 0 .26666667rem;
    /* margin: .26666667rem */
}
.container li:nth-child(odd) {
    background: #fff;
}

.container li:nth-child(even) {
    background: #fcfcfc;
}

.container li,.container li a {
    height: 1.2rem;
    line-height: 1.2rem
}

.container li a {
    display: block;
    font-size: 17px;
    color: #4c4c4c;
    position: relative
}

.container li a:after {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #99a7b8;
    border-width: 1px 1px 0 0;
    content: " ";
    height: .24rem;
    width: .24rem;
    margin-right: 0;
    margin-top: .53333333rem;
    -webkit-transform: rotate(45deg)
}

.container li a>span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%
}

.bottom .tucao {
    display: block;
    margin: .26666667rem auto;
    width: 90%;
    height: 1.06666667rem;
    line-height: 1.06666667rem;
    text-align: center;
    border: 1px solid #714df6;
    border-radius: 5px;
    color: #fff;
    font-size: .53333333rem;
    background-color: #714df6
}

.container li a:active {
    background-color: #f5f5f5
}

/* text1:正常显示  text2：加粗  text3：红色  text4：红色加粗 text5：超链接文字*/
.page{
    background-color: white;
    padding-left: 3%;
    padding-right: 3%;
}
.detail_top {
    height: 1.2rem;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2rem;
    color: #1a1a1a;
    text-align: center;
}
.text1 {
    font-size: 17px;
    color: #333333;
}
.text2 {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}
.text3 {
    font-size: 17px;
    color: red;
}
.text4 {
    font-size: 17px;
    font-weight: bold;
    color: red;
}
.text5 {
    font-size: 17px;
    font-weight: bold;
    color: #2873ff;
}