* {
    margin: 0;
    padding: 0;
}

.bigbox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 2px;
}

.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;
}

.backye {
    background-color: yellow;
}

p {
    padding-top: 20px;
    font-size: 20px;
    line-height: 35px;
}

.bold {
    font-weight: bold;
}

.buttom {
    width: 100%;
    max-width: 700px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.buttomh {
    height: 170px;
}

@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;
    }

    .buttomh {
        height: 97px;
    }
}


/* 评论 */
#app{

    box-shadow: 0 0 5px #eee;
}
.w {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.ul {
    overflow: hidden;
    margin-top: 0;
    box-shadow: 0 0 5px #eee;
}
.ul .li {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    margin: 7px 0;
    border-bottom: 1px solid #f6f6f6;
}
.ul .li .c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ul .li .c .Head_left {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.ul .li .c .Head_left .HeadImg {
    width: 45px;
    height: 45px;
    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;
    font-size: 18px;
}
.ul .li .c .Head_left .icon-dizhi {
    display: block;
    font-size: 18px !important;
}
.ul .li .content {
    margin: 8px 0;
    margin-left: 7px;
}
.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%;
    margin-top: 6px;
}
.ul .li .c_comment_b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3px;
}
.ul .li .c_comment_b .c_c_1 {
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.ul .li .c_comment_b .c_c_1 .pinglun_number {
    display: block;
    margin-left: 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 .dianzan_number {
    display: block;
    margin-left: 5px;
    font-size: 16px;
}
.dibiao {
    font-size: 22px;
    color: blue;
    margin-top: 2px;
}
.dianzan{
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 2px;
}
.shoucang {
    color: red;
    font-size: 20px;
    margin-right: 5px;
}
.HeadTitle {
    font-size: 20px;
}
.pltelie{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}
.plteliett{
    width: 90%;
    padding: 20px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    margin-top: 20px;
    text-align: center;
}
.pltext{
    font-size: 22px;
    padding-bottom: 0.8rem;
}
.c_comment_b{
    font-size: 18px;
}
.Head_right{
    font-size: 18px;
}
.pinglun{
    font-size: 19px;
    cursor: pointer;
}
.van-rate__icon{
    width: 1.2rem;
}
.van-icon-star:before{
    font-size: 25px;
}

.plcon{
    display: flex;
    align-items: flex-start;
}
.pltextname{
    color: #0ec1f8;
    margin-bottom: 5px;
}
.pltext-head{
    display: flex;
    justify-content: space-between;
}
.wxbdingwei{
    margin-left: 3px;
}
@media screen and (max-width:750px) {
    .van-rate__icon{
        width: 1rem;
    }
    .van-icon-star:before{
        font-size: 20px;
    }
    .pltelie{
        font-size: 20px;
    }
    .ul .li .c .Head_left .HeadImg{
        width: 40px;
        height: 40px;
    }
    .HeadTitle {
        font-size: 16px;
        padding-left: 5px;
    }
    .ul .li .c .Head_left .address{
        font-size: 16px;
    }
    .dibiao{
        font-size: 18px;
    }
    .pltext{
        font-size: 17px;
    }
    .c_comment_b{
        font-size: 16px;
    }
    .Head_right{
        font-size: 16px;
    }
    .pinglun{
        font-size: 19px;
    }
}

* {
    margin: 0;
    padding: 0;
}

.tt {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.kg{
    border: 1px solid #ccc;
    padding: 1rem;
}

.img {
    width: 100%;
    display: flex;
}

.img img {
    width: 100%;
    object-fit: cover;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.title1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

p {
    font-size: 20px;
    line-height: 35px;
}

.btntt{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btntx{
    font-size: 14px;
    padding: 5px 0;
}
.forbor{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.fortt{
    padding: 1rem;
}
.input{
    width: 90%;
    height: 35px;
}

.foottx{
    margin-left: 205px;
}

.imgtt{
    display: flex;
    justify-content: space-between;
}
.imgkg{
    width: 48%;
}
.imgtx{
    font-size: 15px;
    color: #646464;
    padding: 7px 0;
}

@media screen and (max-width:700px) {
    .title1{
        font-size: 20px;
    }
    .imgtt{
        flex-direction: column;
    }
    .imgkg{
        width: 100%;
    }
    .imgtx{
        font-size: 12px;
    }
    .input{
        width: 75%;
        height: 35px;
    }
    p {
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btntx{
        font-size: 10px;
    }
    .foottx{
        margin-left: 20px;
        font-size: 14px;
    }
}

.loaderbox {
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);    
    display: flex;
    justify-content: center;
     
 }
 .loader {
     border: 4px solid #f3f3f3;
     border-top: 4px solid #3498db;
     border-radius: 50%; 
     width: 30px;
     height: 30px; 
     animation: spin 2s linear infinite;
 }
 
 @keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); } 
 }
 .zhezhao {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: rgba(0, 0, 0, 0.5);
     animation: zhezhao 0.5s;
     display: none;
 }@keyframes zhezhao {
     0%{
         opacity: 0;
     }
     100%{
         opacity: 1;
     }
 }