a {
    text-decoration: none;
    color: #2a282c;
}

.clear {
    clear: both
}

#wrap {
    width: 80%;
    min-width: 300px;
    margin: 10px auto 80px;
    background: #fefefe;
}


.hiSlider {
    overflow: hidden;
    height: 180px;
    width: 500px;
    background: #eee;
}

.hiSlider li {
    height: 100%;
}

.hiSlider img {
    height: 100%;
    width: 100%;
}

.hiSlider-item {
    float: left;
}

.hiSlider-wrap {
    height: 180px;
}

.thinline {
    margin: 0px 10px;
    border-bottom: 1px solid rgb(228, 225, 225);
}

.center {
    margin: 0px 10px;
}

.recharge {
    display: flex;
    margin-top: 20px;
}

.recharge>div {
    border-radius: 13px;
    flex: 1;
}
.recharge>div img {
    width: 100%;
}

.recharge h3 {
    font-size: 18px;
    margin: 0px;
}

.recharge p {
    font-size: 14px;
    margin: 0px;
}

.recharge-l h3 {
    color: brown;
}

.recharge-l p {
    color: crimson;
}

.recharge-r h3 {
    color: blue;
}

.recharge-r p {
    color: blue;
}

.recharge-r {
    margin-left: 10px;
}

.center-bottom {
    margin-top: 25px;
    /* margin-bottom: 20px; */
}

.center-bottom ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.center-bottom ul li img {
    width: 44px;
    height: 44px;
    padding-bottom: 5px;
}

.integral {
    margin: 20px 10px
}

.integral img {
    width: 100%;
}

.hot {
    text-align: center;
    position: relative;
    font-weight: 700;
    margin: 5px 0;
}

.hot .text {
    text-align: center;
    margin: 0 auto;
    width: 90px;
    background-color: #fff;
}

.hot .hot- {
    position: absolute;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    z-index: -1;
    ;
}
.hot span {
    font-size: 14px;
    color: #3399FF;
    height: 22px;
    line-height: 23px;
    position: absolute;
    right: 10px;
    top: 0px;
    display: inline-block;
    width: 45px;
    text-align: left;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 10px 15px;
    background-position-y: 50%;
}
.hotContent {
    margin: 0px 10px;
    padding: 10px 0px;
    border-top: 1px solid rgba(219, 219, 219, 1);
}

.hotContent .left {
    float: left;
    width: 115px;
    height: 65px;
    margin-right: 10px;
    overflow: hidden;
}

.hotContent .left img {
    width: 100%;
}

.hotContent h3 {
    height: 32px;
    margin-bottom: 4px;
    overflow: hidden;
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hotContent p {
    height: 30px;
    font-size: 13px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    line-height: 16px;
    overflow: hidden;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

.footer {
    background-color: #eee;
    height: 100px;
    padding: 0 20px;
}

.footer p {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 10px;
}

.footer p a {
    color: #58555a;
}
