body {
    margin: 0;
    padding: 0;
}

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

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

.box {
    padding: 0 1rem;
    position: relative;
    overflow: hidden;
}

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

.red {
    color: red;
}

.center {
    text-align: center;
}

.backye {
    background-color: yellow;
}

.blue {
    color: blue;
}

.bold {
    font-weight: bold;
}

.xiahua {
    text-decoration: underline blue;
}

.til1 {
    font-size: 30px;
    padding-bottom: 1rem;
    font-weight: bold;
}
.heard{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.heard1{
    width: 20%;
}
.heard2{
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.heard2tb{
    width: 50px;
    display: flex;
    align-items: center;
}
.heard21{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    margin-right: 1rem;
}
.tb1{
    width: 34px;
    padding-right: 8px;
}
.heard22{
    display: flex;

}
.heard22tx1{
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #c70000;
    padding: 5px;
    color: #c70000;
}
.heard22tx2{
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.but1{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -120px;
}
.but1img{
    width: 70%;
    object-fit: cover;
}
.box1{
    width: 100%;
    padding-top: 1rem;
    background-color: #ff9f3b;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.box11{
    width: 40%;
}
.box11tx1{
    background-color: #0080e5;
    font-size: 18px;
    text-align: center;
    padding: 0 3px;
}
.box11tx2{
    background-color: #1c1c1c;
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 0 3px;
}
.box2{
    width: 100%;
    display: flex;
    background-color: #fef3df;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 1rem;

}
.box22{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.box22heard{
    width: 100%;
    display: flex;
    justify-content: center;
}


@media screen and (max-width:700px) {
    .heard1{
        width: 28%;
    }
    .heard22tx1{
        font-size: 12px;
    }
    .heard22tx2{
        font-size: 12px;
        margin-right: 3px;
    }
    .heard2tb{
        width:  30px;
    }
    .tb1{
        width: 20px;
        padding-right: 4px;
    }
    .but1{
        margin-top: -68px;
    }
}
.buttom {
    width: 100%;
    max-width: 700px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fcf7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}


.butttomh {
    height: 250px;
}

.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;
}

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

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

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

.zipltu {
    width: 20%;
    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;
}

.zipl8 {
    display: none;
}

.zipl9 {
    display: none;
}

.zipl10 {
    display: none;
}

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

@media screen and (max-width:700px) {
    .butttomh {
        height: 140px;
    }
.box11tx1{
    font-size: 11px;
}
.box11tx2{
    font-size: 9px;
}
    p {
        font-size: 18px;
    }

    .HeadTitle {
        font-size: 18px;
        margin-left: 2px;
    }

    .til1 {
        font-size: 20px;
    }

    .soukuang {
        width: 350px;
        top: 80px;
    }

    .soukuang1 {
        height: 50px;
    }

    .soucon {
        width: 220px;
        font-size: 20px;
        height: 45px;
    }

    .soukuangan {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
}



/* 评论 */
.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;
}

/* form */
.form {
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 2em;
}

.form .q-item {
    margin-bottom: 1em;
    color: #555;
}

.form .q-item .answer {
    color: #333;
}

.form .q-item input[type="text"] {
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(220, 220, 220);
    width: 50px;
}

.form .q-item .answer span {
    display: inline-block;
    width: 50%;
    margin-right: -1em;
    color: #555;
    font-size: 0.9em;
}

.form .q-item .question span {
    font-size: 0.8em;
}

.submit {
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    width: 80%;
    margin: 1em 0;
    margin-left: 10%;
    background: #ef8093;
    text-align: center;
}

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

.xuanbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.xuanqze {
    margin-top: 4px;
    width: 10%;
}

.xuancon {
    width: 90%;
    display: flex;
    line-height: 22px;
    font-size: 15px;
    color: #555555;
}

.xuancon1 {
    width: 90%;
    line-height: 22px;
    font-size: 15px;
    color: #555555;
}

.typebu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: linear-gradient(to right, rgb(255, 248, 246), 25%, rgb(231, 217, 206));
}

.typekuang {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    /* 自定义宽度 */
    height: 250px;
    /* 自定义高度 */
    background-color: #fff;
    border-radius: 3px;
    display: none;
    animation: typekuang 0.5s;
}

@keyframes typekuang {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.typecuowu {
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 20px;
}

.typekuangti {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
}

.typekuangcon {
    width: 100%;
    text-align: center;
    padding: 1.3rem 0;

    font-size: 18px;
}

.typeanbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.typean {
    width: 40%;
    margin-top: 1.2rem;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width:750px) {
    .typekuang{
        width: 340px;
        height: 200px;
    }
    .typekuangti{
        font-size: 20px;
        line-height: 40px;
    }
    .typecuowu{
        top: 10px;
    }
    .typekuangcon{
        font-size: 15px;
    }
    .typean{
        margin-top: 0px;
    }
}