.banner {
    background: #232326;
}

.tts_content {
    padding-top: 64px;
    display: flex;
    justify-content: center;
}

.tts_art_container {
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.tts_art_container>.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
    margin: 40px 0 32px 0;
}

.tts_art_nav {
    background: #fff;
    border-radius: 8px;
    height: 64px;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.tts_art_nav ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.tts_art_nav ul li {
    margin-right: 16px;
}

.tts_art_nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .3s;
}

.tts_art_nav ul li a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.tts_art_nav ul li.active a {
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.87);
}

.tts_art_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.left_content {
    width: 890px;
}

.tts_art_list {}

.tts_art_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tts_art_list ul li {
    width: 282px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 16px 56px 1px rgba(37, 37, 89, 0.16);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-bottom: 32px;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}

.tts_art_list ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 24%);
}

.tts_art_list ul::after {
    content: '';
    width: 282px;
}

.tts_art_list ul li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.tts_art_list ul li a>img {
    width: 250px;
    height: 188px;
    object-fit: cover;
    border-radius: 8px;
}

.tts_art_other {
    width: 282px;
}

.tts_art_list_text h2 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    margin: 16px 0 8px 0;
}

.tts_art_list_text p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    height: 44px;
}

.tts_art_list_text span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.tts_art_other_part {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 16px 24px;
    box-sizing: border-box;
    position: relative;
}

.tts_art_other_part.pdt72 {
    padding-top: 72px;
}

.art_qrcode_box {
    text-align: center;
    margin-bottom: 160px;
}

.art_qrcode_box_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../imgs/article/img1.png);
    /* background-size: 100%; */
    background-size: cover;
    height: 160px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px;
}



.art_qrcode_box img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.art_qrcode_box p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    box-sizing: border-box;
}

.art_qrcode_text {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.art_qrcode_text.active {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: normal;
}


.art_icon_title {
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.art_icon_list {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.art_icon_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.art_icon_list a>p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
    text-align: center;
}

.art_icon_pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F5F5;
    margin-bottom: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art_icon_pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.art_icon_phone_num {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 4px 4px 4px 4px;
}

.art_tools_title,
.art_collect_title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.art_tools_list {
    display: flex;
    flex-direction: column;
}

.art_tools_list li {
    margin: 8px 0;
    display: flex;
}

.art_tools_list li:hover .art_tools_pic {
    border-color: #ccc;
}

.art_tools_list li a {
    display: flex;
    align-items: center;
}

.art_tools_pic {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}


.art_tolls_text {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.art_tolls_text p {
    color: rgba(0, 0, 0, 0.90);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;

    margin-bottom: 8px;
}

.art_tolls_text span {
    color: rgba(0, 0, 0, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.tts_art_other_part.active {
    padding: 0;
}

.tts_art_other_part.active .art_collect_title {
    margin-top: 24px;
    padding-left: 24px;
}

.art_collect_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.art_collect_content>img {
    width: 120px;
    height: 120px;
    margin: 24px 0;
}

.art_collect_content_text {
    width: 100%;
    border-radius: 4px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../imgs/tts_art_right_bg.png);
}

.art_collect_content_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.67);
    text-align: center;
}

.art_collect_content_text p span {
    color: #CD9044;
}

.art_collect_content_text p:first-child {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 8px;
}

/*detail*/
.tts_art_container {
    display: flex;
    flex-direction: column;
}

.back_art_list {
    display: inline-flex;
    align-items: center;
    margin: 44px 0 36px 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    width: 100px;
}

.back_art_list>span {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.6);
}

.art_detail_container {
    display: flex;
    justify-content: space-between;
}

.tts_art_detail_content {
    width: 890px;
}

.tts_art_detail_body {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 56px;
    box-sizing: border-box;
    padding: 24px;
}

.tts_art_detail_tit h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
    margin-top: 8px;
}

.tts_art_detail_tit_other {
    display: flex;
    align-items: center;
}

.tts_art_detail_tit_other p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.tts_art_detail_tit_label .list,
.tts_art_detail_tit_label {
    display: flex;
    align-items: center;
}

.tts_art_detail_tit_label {
    margin-left: 24px;
}

.tts_art_detail_tit_label .list a {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 4px;
    margin-right: 8px;
    line-height: 20px;
    display: inline-block;
    transition: all .3s;
}

.tts_art_detail_tit_label .list a:hover {
    color: #CD9044;
}

.tts_art_detail_tit_other {
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
}

.tts_art_detail_text {
    padding: 24px;
    box-sizing: border-box;
    color: #333;
    word-break: break-all;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.tts_art_detail_text img {
    max-width: 100%;
}

.tts_art_detail_text p {
    color: #333;
    margin: 10px 0;
}

.tts_art_detail_bottom {
    display: flex;
    justify-content: space-between;
}

.tts_art_detail_bottom a {
    height: 40px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 8px 24px 1px rgba(37, 37, 89, 0.08);
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    width: 46%;
}

.art_detail_more .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
    margin: 40px 0 32px 0;
}

.tts_art_add {
    width: 1200px;
    height: 212px;
    background: #333;
    border-radius: 16px;
    margin-top: 56px;
    margin-bottom: 96px;
    overflow: hidden;
}

.tts_art_add img {
    width: 1200px;
    height: 212px;
    object-fit: cover;
}


.tts_art_nav.active {
    margin-top: 40px;
}

.tts_tag_add {
    width: 1200px;
    height: 120px;
    background: #333;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.tts_tag_add img {
    width: 1200px;
    height: 120px;
    object-fit: cover;
}

.tts_tag_add .tag {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    top: 0;
    right: 0;
    padding: 1px 8px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.tag_list_title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.tag_list {
    display: flex;
    flex-wrap: wrap;

}

.tag_list a {
    height: 24px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 12px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    margin-right: 8px;
    margin-bottom: 16px;
    transition: all .3s;
}

.tag_list a:hover {
    color: #CD9044;
}

.art_qrcode_box_top {
    width: 100%;
    border-radius: 4px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.art_qrcode_box_top>p {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    padding-left: 24px;
}


.other_img_tui {
    padding-top: 24px;
    box-sizing: border-box;
    display: flex;
    width: 282px;
    height: 180px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    margin-top: 24px;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.other_img_tui .pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.other_img_tui .text1 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

.other_img_tui .text2 {
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.other_img_tui .btn_ {
    margin-top: 24px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #C2A886;

    color: #16172F;

    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.other_img_tui .btn_ svg {
    margin-left: 8px;
}

.bottom_tui {
    height: 218px;
    border-radius: 16px;
    background: #060624;
    margin: 80px 0 120px;
    position: relative;
    overflow: hidden;
    padding-top: 33px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom_tui > *{
    z-index: 1;
}
.bottom_tui .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../imgs/article/bottom.png");
    z-index: 0;
}

.bottom_tui .bg::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

.bottom_tui .text1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.bottom_tui .text2 {
    margin-top: 15px;
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.bottom_tui .text2 span {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    background: linear-gradient(323deg, #E3B668 24.39%, #FCECC5 78.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 4px;
}

.bottom_tui .btn_ {
    margin-top: 24px;
    display: flex;
    width: 260px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FFF;

    color: #16172F;
    font-size: 18px;
    font-weight: 500;
}