* {
    margin: 0;
    padding: 0;
}

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

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

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

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

.imgs {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.center {
    text-align: center;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.backye {
    background-color: yellow;
}

p {
    padding-top: 20px;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.buttom {
    width: 100%;
    max-width: 700px;
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.butttomh {
    height: 180px;
    background-color: #ededed;
}

@media screen and (max-width:700px) {
    .title1 {
        font-size: 25px;
        padding: 7px 0;
    }
    p {
        padding-top: 16px;
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .butttomh {
        height: 100px;
    }
}

/* heard */

.hetitle {
    color: #525151;
    font-size: 16px;
    margin-right: 2rem;
}

.hetitle2 {
    white-space: nowrap;
    color: #474747;
    margin-left: 3px;
}

.tb1 {
    font-size: 25px;
    margin-left: 1rem;
}

.imgy {
    margin-left: 1rem;
    margin-top: -5px;
    width: 35px;
}

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

.imgya {
    width: 150px;
    margin: 15px 0;
    margin-left: 3px;
}

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

.imgff {
    width: 25px;
    height: 25px;
}

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

.imgx {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
}

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

.imgma {
    width: 220px;
}

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

.xiaoxiss {
    font-size: 25px;
    color: blue;
}

.xiaox {
    margin-top: 3px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    color: blue;
    cursor: pointer;
    text-decoration: none
}

.xioalian {
    margin-left: 5px;
    width: 70px;
    display: flex;
    align-items: center;
}

@media screen and (max-width:770px) {
    .title {
        font-size: 15px;
        margin-right: 1rem;
    }
    .tb1 {
        font-size: 22px;
    }
    .imgy {
        width: 30px;
    }
    .title2 {
        font-size: 15px;
    }
    .imgx {
        width: 20px;
        height: 20px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .imgff {
        width: 20px;
        height: 20px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .imgma {
        width: 150px;
    }
    .xiaoxiss {
        font-size: 19px;
        color: blue;
    }
    .xiaox {
        margin-top: 3px;
        margin-left: 3px;
        display: flex;
        align-items: center;
        color: blue;
        cursor: pointer;
        font-size: 14px;
    }
    .xioalian {
        margin-left: 3px;
        width: 50px;
    }
}

/* pl */

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

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

.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 .HeadTitle {
    margin-left: 15px;
}

.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_1 .iconfont {
    font-size: 20px;
}

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

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

.ul .li .c_comment_b .c_c_2 .iconfont {
    font-size: 20px;
}

.heard_con {
    font-size: 18px;
    padding-bottom: 9px;
    line-height: 26px;
}

@media screen and (max-width:700px) {
    .heard_con {
        font-size: 16px;
    }
}

/* from */

.xuantitle {
    width: 100%;
    font-size: 20px;
    margin-top: 1.5rem;
}

.xuanbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.xuankg {
    width: 50%;
    font-size: 18px;
    margin-top: 10px;
}

.xuanbt {
    width: 140px;
    height: 55px;
    border-radius: 10px;
    background-color: #34dd12;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

/* 轮播 */

.scroller p {
    margin: 0;
    font-size: 18px;
}

.scroller {
    position: relative;
    transition: bottom 300ms;
    margin: 0;
}

.baoming {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 198px;
    overflow: hidden;
    color: rgb(51, 51, 51);
}

@media screen and (max-width: 700px) {
    .scroller p {
        font-size: 16px;
    }
    .baoming {
        width: 280px;
        height: 198px;
    }
}