body {
    margin: 0;
    padding: 0;
}

p {
    font-size: 23px;
    line-height: 25px;
}

.bigbox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.box {
    padding: 0 0.7rem;
}

.title1 {
    font-size: 30px;
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
}

.title2 {
    font-size: 25px;
    font-weight: bold;
}

.img {
    width: 100%;
    display: flex;
}

img {
    width: 100%;
    object-fit: cover;
}

.red {
    color: red;
}

.center {
    text-align: center;
}

.backye {
    background-color: yellow;
}

.ban {
    display: flex;
    justify-content: space-between;
}

.buttom3 {
    width: 100%;
    max-width: 750px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 5px;
    display: flex;
    padding: 0px 0px;
    box-sizing: border-box;
    justify-content: space-evenly;
    align-items: center;
}

.butttomh {
    height: 100px;
}

.dibiao {
    font-size: 20px;
    color: blue;
    margin-top: 2px;
}

.shoucang {
    color: red;
    font-size: 20px;
    margin-right: 5px;
}

.xiaoxi {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
}

.dianzan {
    font-size: 20px;
}

.zipl {
    width: 100%;
    height: 520px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 750px;
    z-index: 9;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    animation: centerAnimation 0.5s;
}

@keyframes centerAnimation {
    0% {
        bottom: -520px;
    }
    100% {
        bottom: 0;
    }
}

.ziplheard {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}

.cha {
    width: 30px;
}

.cuowu {
    font-size: 20px;
    color: #ccc;
}

.ziplconterbox {
    width: 100%;
    height: 420px;
    overflow-y: scroll;
}

.ziplconter {
    width: 100%;
    float: left;
    /* display: flex; */
    /* align-items: center; */
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.zipltx {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
    img {
        width: 100%;
        object-fit: cover;
    }
}

.zipltext {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}

.ziplxm {
    font-size: 18px;
    margin-top: 3px;
}

.ziplcon {
    font-size: 16px;
    margin-top: 5px;
}

.zipltime {
    font-size: 16px;
    color: #696969;
}

.fasongka {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #e4e4e4;
    align-items: center;
}

.fasong {
    width: 80%;
    height: 30px;
    border-radius: 5px;
    margin-left: 5px;
}

.fasongbt {
    width: 17%;
    height: 35px;
    background-color: #0a53e9;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-right: 5px;
}

.zipl1 {
    display: none;
}

.zipl2 {
    display: none;
}

.zipl3 {
    display: none;
}

.zipl4 {
    display: none;
}

.zipl5 {
    display: none;
}

.zipl6 {
    display: none;
}

.zipl7 {
    display: none;
}

.zijipl1 {
    display: none;
}

.zijipl2 {
    display: none;
}

.zijipl3 {
    display: none;
}

.zijipl4 {
    display: none;
}

.zijipl5 {
    display: none;
}

.zijipl6 {
    display: none;
}

.zijipl7 {
    display: none;
}

.HeadTitle {
    margin-left: 10px;
    font-size: 20px;
}

.bancon {
    font-size: 23px;
    margin-top: 1rem;
}

.buttombox {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 100%;
    padding-top: 15px
}

.buttombox1 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15px
}

.buttom {
    width: 350px;
    height: 40px;
    background-color: #00a100;
    line-height: 40px;
    border-radius: 5px;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
    justify-content: space-evenly;
}

.buttomtx {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff
}

@media screen and (max-width:750px) {
    .butttomh {
        height: 80px;
    }
    p {
        font-size: 16px;
    }
    .HeadTitle {
        font-size: 18px;
    }
    .title1 {
        font-size: 20px;
        padding-bottom: 0;
    }
    .title2 {
        font-size: 18px;
    }
    .bancon {
        font-size: 12px;
        margin-top: 0.5rem;
    }
}

/* è¯„è®º */

.w {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.ul {
    background-color: #ededed;
    padding: 0 5px;
    overflow: hidden;
    margin-top: 0;
}

.ul .li {
    width: 100%;
    border-radius: 1%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 18px;
    margin: 7px 0;
}

.ul .li .c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ul .li .c .Head_left {
    display: flex;
    align-items: center;
}

.ul .li .c .Head_left .HeadImg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.ul .li .c .Head_left .HeadImg img {
    width: 100%;
}

.ul .li .c .Head_left .address {
    margin: 0 3px 0 10px;
    color: #0a53e9;
}

.ul .li .c .Head_left .icon-dizhi {
    display: block;
    font-size: 18px !important;
}

.ul .li .content {
    margin: 10px 0;
}

.ul .li .content .c_head {
    display: flex;
    margin-bottom: 5px;
}

.ul .li .content .c_head .c_center {
    display: block;
    margin: 0 5px;
}

.ul .li .content .c_head .c_f_size {
    color: #464646;
    font-size: 14px;
}

.ul .li .content p {
    line-height: 25px;
    margin-bottom: 10px;
}

.ul .li .content img {
    width: 100%;
}

.ul .li .c_comment_b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ul .li .c_comment_b .c_c_1 {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.ul .li .c_comment_b .c_c_1 .c_c_number {
    display: block;
    margin-right: 5px;
    font-size: 16px;
}

.ul .li .c_comment_b .c_c_2 {
    display: flex;
    align-items: center;
    color: #000;
}

.ul .li .c_comment_b .c_c_2 .c_c_number {
    display: block;
    margin-right: 5px;
    font-size: 16px;
}