.tags_index {
    display: flex;
    flex-direction: column;
    width: 1040px;
    height: 100%;
    margin: 20px auto 20px auto;
    padding: 10px 10px 10px 10px;

}

.tags_index .area-1 {
    width: 95%;
    height: 50px;
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto;
    display: flex;
    flex-direction: row;
}

.tags_index .area-2 {
    width: 95%;
    padding: 10px 0px 10px 0px;
    margin: 10px auto 0px auto;
    background-color: #f4f3f3;
}

.tags_index .area-3 {
    width: 95%;
    padding: 0px 10px 10px 10px;
    margin: 10px auto 10px auto;
    display: flex;
    flex-direction: row;
}

.tags_index .area-1 .area-1-1 {
    min-width: 20%;
    height: 77%;
    padding: 10px 10px 10px 10px;
    margin: auto 5px auto 5px;
}

.tags_index .area-1 .area-1-2 {
    min-width: 25%;
    height: 77%;
    padding: 10px 10px 10px 10px;
    margin: auto 5px auto 5px;
    display: inline-flex;
}

.tags_index .area-1 .area-1-3 {
    min-width: 25%;
    height: 77%;
    padding: 10px 10px 10px 10px;
    margin: auto 5px auto 5px;
    display: inline-flex;
}

.tags_index .area-1 .area-1-4 {
    width: 25%;
    height: 77%;
    padding: 10px 10px 10px 10px;
    margin: auto 5px auto 5px;
    display: inline-flex;
}

.tags_index .area-1 .area-1-1 .area-1-1-1 {
    min-width: 244px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background-color: #f77083;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    color: white;
}

.tags_index .area-1 .area-1-2 .area-1-2-1 {
    min-width: 150px;
    height: 41px;
    line-height: 41px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

.tags_index .area-1 .area-1-3 .area-1-3-1 {
    min-width: 150px;
    height: 41px;
    line-height: 41px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

.tags_index .area-1 .area-1-4 .area-1-4-1 {
    width: 150px;
    height: 41px;
    line-height: 41px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

.tags_index .area-1 img {
    margin-left: 30px;
}

.tags_index .area-2-1 {
    width: 95%;
    margin-left: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: black;
    font-weight: 600;
}

.tags_index .area-2-2 {
    width: 98%;
    text-align: right;
    font-size: 14px;
    line-height: 35px;
}

.tags_index .area-2-2 span {
    margin-right: 35px;
}

.tags_index .area-3-1 {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.tags_index .area-3-2 {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.tags_index .area-3-1-1 {
    margin: 0px 10px 10px 10px;
    height: 50px;
    line-height: 50px;
}

.tags_index .area-3-1-2 {
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
}

.area-3-xgss {
    font-size: 16px;
    font-weight: bold;
    margin-left: 60px;
    color: black;
}

.area-3-lll {
    font-size: 16px;
    font-weight: bold;
    margin-left: 372px;
}

.tags_index .area-3-2-1 {
    margin: 0px 10px 10px 10px;
    line-height: 50px;
}

.tags_index .area-3-2-2 {
    margin: 0px 0px 10px 10px;
}

.tags_index .area-3-2-1 img {
    margin-left: 30px;
}

.tags_index .area-3-2-1 span {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-left: 20px;
}

.tags_item {
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}

.tags_item_desc {
    display: flex;
}

.tags_item_img {
    width: 200px;
    margin-right: 20px;
    margin-left: 10px;
}

.tags_item_img img {
    width: 220px;;
    height: 132px;
}

.tags_item_content {
    width:69%;
    font-weight: normal;
    font-size: 14px;
    color: #6a6a6b;
    line-height: 22px;
    display: flex;
    flex-direction: column;
}

.tags_item_title {
    display: flex;
}

.tags_item_title .right span {
    float: right;
}

.tags_item_content .desc {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
    margin-left: 15px;
}

.tags_item_content a {
    font-size: 14px;
    margin-left: 5px;
}

.tags_item_content span {
    color: #adacac;
    float: right;
    font-size: 12px;
}

.tags_index .right a{
    line-height: 2;
    font-size: 18px;
    color: #333;
    padding: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.tags_index .right_hits span {
    font-size: 14px;
    color: #333;
    padding: 10px;
    white-space: nowrap;
}

.tags_index .right_hits {
    align-self: flex-end;
}

.area-3-2-2 li {
    margin: 10px 10px 10px 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    background-color: #22cab6;
}

.area-3-2-2 li a {
    color: white;
    font-weight: bold;
}

.area-3-2-2 li a:hover {
    text-decoration: none;
}

.area-3-2-2 li:nth-child(2) {
    background-color: #83aeaa;
}

.area-3-2-2 li:nth-child(3) {
    background-color: #aaaaaa;
}

.area-3-2-2 li:nth-child(5) {
    background-color: #83aeaa;
}

.area-3-2-2 li:nth-child(6) {
    background-color: #aaaaaa;
}


.rs_words {
    display: inline-flex;
    padding: 0 35px;
    flex-wrap: wrap;
    align-items: center;
}

.rs_words_img {
    width: 40px;
    height: 50px;
}

.rs_words_title {
    color: #5d5854;
    font-size: 25px;
    margin-left: 15px;
}

.rs_words_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.rs_words_item {
    height: 35px;
    line-height: 35px !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 21px;
    color: #FF6600;
    padding: 0 5px;
    margin: 0;
}

.rs_words_img img {
    border: 0 none;
    width: auto;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}
.submit_btn{
    background-color: #2fdac7 !important;
}