.seo-content{
    width: 100%;
    margin: 0 auto;
    height: 790px;
    background-color: #fff;
    /* padding-top: 30px; */
    /* padding-left: 30px; */
    padding: 30px;
}

.name{
    width: 100px;
}

.phone{
    width: 100px;
}

.headers{
    /* width: 710px; */
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.headers .Hezi-img {
    width: 20px;
    object-fit: contain;
}

.Hezi-img {
    width: 20px;
    object-fit: contain;
}

.keyword{
    margin-bottom: 20px;
}

.keyword .keyword-input{
    width:710px;
}

.describe .describe-input{
    width: 710px;
}

.tips{
    margin-top: 30px;
    font-size: 14px;
    color: var(--td-text-color-placeholder);
}

.title{
    width: 100%;
    margin: 0 auto;
    /* border-bottom: 1px solid #999; */
    padding-bottom: 12px;
    padding-left: 6px;
    font-size: 18px;
}

.imggg {
    width: 290px;
}

.preview_img{
    height: 100px;
}

.editBanner{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.editBanner_title{
    font-size: 14px;
    width: 86px;
}

.Hui-hover div {
    
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.Hui-hover div:hover {
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}