body {
    font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
    font-size: 16px;
    background: white;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.content_body {
    background: white;
    padding-right: 10px;
    padding-left: 10px;
}

.txt_black {
    font-weight: 600;
    color: black;
    font-size: 15px;
}

.txt_red {
    color: #f14f4c;
}

.txt_gray {
    color: #666666;
}

.p {
    padding: 10px 0;
    text-indent: 2em;
    line-height: 30px;
    color: #161616;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.vote_bg {
    width: 100%;
    height: auto;
}

.wrap-row {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.wrap-row .item1 {
    flex: 2;
    text-align: center;
}

.item1 .position {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.item-title {
    font-size: 16px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row1_img1 {
    margin: 3px;
    height: 10px;
    width: 10px;
}

.row1_img2 {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border: #cccccc solid 1px;
    overflow: hidden;
    border-radius: 50%;
}

.wrap-row .item2 {
    flex: 6
}

.wrap-row .item3 {
    flex: 2
}

.wrap-row .item3 span {
    cursor: pointer;
}

.limit-text-line {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.circle {
    background-color: #f14f4c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 10px;
    display: inline-block;
}

.circle_fillet {
    background-color: white;
    width: 50px;
    height: 50px;
    color: #f14f4c;
    border-radius: 50%;
    border: #f14f4c solid 1px;
    text-align: center;
    line-height: 50px;
    align-self: right;
    margin: 10px;
    display: inline-block;
}

.submit {
    padding: 20px;
}

.btn_submit {
    width: 100%;
    margin: 20px 0px;
    height: 35px;
    background: #f54d4d;
    padding: 5px 0px;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
    border-style: none;
}