.details-title {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.details-info {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
}

.details-info-left {
    display: flex;
    width: 435px;
    align-items: center;
    justify-content: space-between;
}

.details-info-img-box {
    width: 19px;
    height: 19px;
}

.details-info-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.details-info-text {
    font-size: 14px;
    color: #999999;
}

.details-content {
    width: 100%;
    margin-top: 37px;
    border-top: 1px dashed #EBEBEB;
    padding: 31px 0;
}

.details-content-top-text {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

.details-content-img-box {
    width: 100%;
    height: 272px;
    text-align: center;
    margin: 15px 0;
}

.details-content-img {
    width: 410px;
    height: 100%;
}

.details-copyright {
    font-size: 14px;
    color: #999999;
}

.details-phone {
    font-size: 16px;
    color: #333;
}

.link-phone {
    color: #E65800;
}

.details-like {
    width: 100%;
    margin: 32px 0 23px;
    display: flex;
    justify-content: space-around;
}

.details-unlike-box {
    width: 120px;
    height: 45px;
    background: #F1F6FB;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-like-img-box {
    width: 18px;
    height: 18px;
}

.details-like-img {
    width: 100%;
    height: 100%;
}

.details-like-text {
    font-size: 16px;
    color: #ffffff;
    margin-left: 5px;
}

.details-unlike-text {
    font-size: 16px;
    color: #333333;
    margin-left: 5px;

}

.details-like-box {
    width: 120px;
    height: 45px;
    background: #0099FF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-img-box {
    width: 100%;
    height: 219px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px dashed #EBEBEB;
}

.details-img-box img {
    width: 100%;
    height: 100%;
}


