/*body{ color: #ff9700 !important; font-weight: bold; }*/

body {
    background-color: white;
    z-index: 0;
}

a {
    text-decoration: none;
}

.first_image {
    display: none;
}

a:visited, a:hover, a:focus, a:link {
    /*color: #E94359;*/
    color: rgba(0, 0, 0, 0.85);
}

.flex-sub {
    display: none;
}

/* 临时隐藏部分内容 */
.content_index_friendly_links {
    display: none;
}

.content_body {
    /*display: none;*/
    margin-left: 16px;
    margin-right: 16px;
}

/* 箭头 */
.arrow_right {
    width: 8px;
    height: 8px;

    background-color: transparent; /* 模块背景为透明 */
    border-color: rgba(0, 0, 0, 0.3);
    border-style: solid;

    border-width: 2px 2px 0 0;
    margin-top: 20px;
    margin-left: 6px;

    position: relative;

    transform: rotate(45deg); /*箭头方向可以自由切换角度*/
    color: #B3B3B3;
    border-color: #B3B3B3;
}

.arrow_bottom {
    width: 8px;
    height: 8px;

    background-color: transparent; /* 模块背景为透明 */
    border-color: rgba(0, 0, 0, 0.3);
    border-style: solid;

    border-width: 2px 2px 0 0;
    margin-top: 20px;
    margin-left: 6px;

    position: relative;

    transform: rotate(135deg); /*箭头方向可以自由切换角度*/
    color: #B3B3B3;
    border-color: #B3B3B3;
}

.open .arrow_bottom, .open .arrow_right {
    color: #1A8CFF;
    border-color: #1A8CFF;
}

/* 下载按钮 */
.download {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    flex-direction: row;
    justify-content: flex-start;
    /*margin-top: 50px;*/
    margin: 32px 20px 0 20px;
}

.download a.android_download, .download a.ios_download {
    width: 100%;
}

/* 安卓版下载按钮 */
.download .android {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: #E94359;
    padding: 16px 0 16px 0;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.download .android .left {
    display: flex;
    flex-direction: row !important;
    border: none !important;
    margin: 0 !important;
    justify-content: center;
}

.download .android img {
    width: 24px;
    height: 24px;
}

.download .android label {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* IOS版下载按钮 */
.download .ios {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: black;
    padding: 16px 0 16px 0;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    /*flex-direction: column;*/
    /*margin-left: 16px;*/
    justify-content: center;
}

.download .ios .left {
    display: flex;
    flex-direction: row !important;
    border: none !important;
    margin: 0 !important;
    justify-content: center;
}

.download .ios img {
    width: 24px;
    height: 24px;
}

.download .ios label {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #FFFFFF;
    margin-top: 2px;
    margin-left: 8px;
}

.download .android .label {
    margin-top: 2px;
}

.download .ios .label {
    margin-top: 2px;
}

.download .android .android_qrcode, .download .ios .ios_qrcode {
    display: none !important;
}

.download .android label, .download .android label a {
    color: white;
}

.download .ios label, .download .ios label a {
    color: white;
}

.download .ios .middle, .download .android .middle {
    display: none;
}

/* 顶部悬浮导航栏，移动端 */
.nav_mobile {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
    z-index: 999;
    height: 40px;
    flex-direction: row;
    padding: 12px 0 12px 0;
}

/* 顶部悬浮导航栏，PC端 */
.nav_pc {
    display: none;
}

.footer_pc {
    display: none;
}

.nav_pc_header_menu {
    display: none;
}

.footer_mobile {
    display: flex;
}

.nav_mobile .left {
    flex: 1;
    margin-left: 24px;
}

.nav_mobile .right {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 24px;
    margin-top: 6px;
}

.nav_mobile .left .logo {
    max-width: 160px;
}

.nav_mobile .right .menu img {
    width: 24px;
}

/* 顶部悬浮导航栏的下载按钮 */
.nav_mobile .right .download {
    margin: 0 0 0 0;
    display: flex;
}

.nav_mobile .right .download a {
    margin-right: 0;
    background-color: #E94359;
    color: white !important;
    border-radius: 4px;
    padding: 0 7px 0 7px;
    /*width: 80px;*/
    height: 26px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
    display: initial;
}

.nav_mobile .right .menu {
    margin-left: 16px;
}

/* 导航栏悬浮菜单 */
.nav_mobile_header_menu {
    position: fixed;
    top: 65px;
    width: calc(100% - 40px);
    height: calc(100% - 60px);
    /*display: flex;*/
    background-color: white;
    /*border: 1px solid #E6E6E6;*/
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
    display: none;
    z-index: 999999;
}

.nav_mobile_header_menu .item {
    height: 50px;
    line-height: 52px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: row;
}

.nav_mobile_header_menu .item .left {
    flex: 5;
}

.nav_mobile_header_menu .item .right {
    flex: 1;
}

.nav_mobile_header_menu .item .arrow_right, .nav_mobile_header_menu .item .arrow_bottom {
    /*margin-top: 0;*/
    /*right: 10px;*/
    /*top: 10px;*/
    /*flex: 1;*/
    margin-left: 36px;
}

/* 全部功能下拉 */
.nav_mobile_header_menu .item.function_item {
    border: none;
}

.nav_mobile_header_menu .item.function_item img {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.nav_mobile_header_menu .item.function_item a {
    margin-left: 10px;
}

/* 解决方案下拉 */
.nav_mobile_header_menu .item.faq_item_l2, .nav_mobile_header_menu .item.faq_item_l3 {
    border: none;
}

.nav_mobile_header_menu .item.faq_item_l2 img {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.nav_mobile_header_menu .item.faq_item_l3 img {
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-left: 25px;
}

.nav_mobile_header_menu .item.faq_item_l2 a, .nav_mobile_header_menu .item.faq_item_l3 a {
    margin-left: 10px;
}

/* 主页Banner */
.content_banner {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFDFE2 100%);
    /*transform: matrix(1, 0, 0, -1, 0, 0);*/
}

.content_index_banner {
    display: flex;
    flex-direction: column;
    flex: 3.3;
    padding-top: 38px;
}

.content_index_banner .left .intro {
    margin: 0 20px 0 20px;
}

.content_index_banner .left .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}

.content_index_banner .right {
    margin-top: 28px;
}

.content_index_banner .right img {
    width: calc(100% - 32px);
    margin: 0 16px 0 16px;
}

/* 文字颜色 */
.content_index_banner .left .content {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}

.content_index_banner .left .content label {
    color: #E94359;
    font-weight: bold;
}

.content_index_banner .left .download {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*margin-top: 50px;*/
    margin: 32px 20px 0 20px;
}

/* 安卓版下载按钮 */
.content_index_banner .left .download .android {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: #E94359;
    padding: 16px 0 16px 0;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
}

.content_index_banner .left .download .android img {
    width: 24px;
    height: 24px;
}

.content_index_banner .left .download .android label {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* IOS版下载按钮 */
.content_index_banner .left .download .ios {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: black;
    padding: 16px 0 16px 0;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    /*margin-left: 16px;*/
}

.content_index_banner .left .download .ios img {
    width: 24px;
    height: 24px;
}

.content_index_banner .left .download .ios label {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #FFFFFF;
    margin-top: 2px;
    margin-left: 8px;
}

.content_index_banner .left .download .android .label {
    margin-top: 2px;
}

.content_index_banner .left .download .ios .label {
    margin-top: 2px;
}

/* 首页 */
.content_body_index {
    flex: 3.3;
}

/* 全部功能 */
.content_body_index .function {
    display: flex;
    flex-direction: column;
}

.content_body_index .function .tab_list {
    display: flex;
    flex-direction: row;
    height: 82px;
    line-height: 82px;
    background-color: #E6E6E6;
    /*z-index: -1;*/
}

/* TAB列表*/
.content_body_index .function .tab_list .item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
    /*border-bottom: 10px solid #E6E6E6;*/
    height: 65px;
    /*margin-top: 10px;*/
    background-color: white;
    padding: 16px 0 0 0;
}

.content_body_index .function .tab_list .item:hover {
    -webkit-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=0);
    color: #E94359;
}

.content_body_index .function .tab_list .item.active {
    -webkit-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=0);
    color: #E94359;
}

.content_body_index .function .tab_list .item .box {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    height: 64px;
}

.content_body_index .function .tab_list .item .box:hover, .content_body_index .function .tab_list .item.active .box {
    border-bottom: 1px solid #E94359;
}


.content_body_index .function .tab_list .item:first-child {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    flex: 1;
    /*justify-content: flex-start;*/
}

.content_body_index .function .tab_list .item:last-child {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    flex: 1;
    /*justify-content: flex-end;*/
}

/* 图标 */
.content_body_index .function .tab_list .item .box .img {
    text-align: center;
}

.content_body_index .function .tab_list .item .box .img img {
    width: 24px;
    height: 24px;
}

.content_body_index .function .tab_list .item .box .label {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    margin-top: 8px;
}

.content_body_index .function .tab_list .item .box .label:hover {
    color: #E94359;
}

.content_body_index .function .tab_content {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}

.content_body_index .function .tab_content .item {
    background-color: #F7F9FA;
    margin-top: 20px;
    /*display: flex;*/
    flex-direction: row;
    border: 1px solid #F0F2F5;
    border-radius: 12px;
    padding: 16px;
    display: none;
}

.content_body_index .function .tab_content .item.active {
    display: flex;
}

.content_body_index .function .tab_content .item .icon img {
    width: 24px;
    height: 24px;
    text-align: right;
    /*flex: 1;*/
}

.content_body_index .function .tab_content .item .intro .label {
    display: flex;
    flex-direction: row;
    /*text-align: left;*/
    /*justify-content: flex-end;*/
}

.content_body_index .function .tab_content .item .intro .label .name {
    flex: 5;
}

.content_body_index .function .tab_content .item .intro .label .icon {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.content_body_index .function .tab_content .item .intro {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    flex: 1;
}

.content_body_index .function .tab_content .item .intro .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 4px;
}

/* 特色功能 */
.content_body_index .feature {
    margin-top: 120px;
}

.content_body_index .feature .banner {
    display: flex;
    flex-direction: row;
}

.content_body_index .feature .banner .intro {
    flex: 1;
}

.content_body_index .feature .banner .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .feature .banner .intro .desc {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}

/* 特色功能-下载按钮 */
.content_body_index .feature .banner .download {
    display: none;
}

.content_body_index .feature .content {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    /*margin-top: 24px;*/
}

.content_body_index .feature .download {
    display: flex;
    flex-direction: row;
}

.content_body_index .feature .content .item {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.content_body_index .feature .content .item .cover img {
    width: 100%;
}

.content_body_index .feature .content .item .intro {
    margin-top: 24px;
}

.content_body_index .feature .content .item .intro .title {
    display: flex;
    flex-direction: row;
}

.content_body_index .feature .content .item .intro .title .label {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .feature .content .item .intro .title .tag {
    font-weight: bold;
    font-size: 12px;
    /*line-height: 16px;*/
    color: #E94359;
    margin-left: 8px;
    padding: 3px 4px;
    background: #EBF5FF;
    border-radius: 4px;
}

.content_body_index .feature .content .item .intro .desc {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 15px;
}

/* 解决方案 */
.content_body_index .faq {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.content_body_index .faq .banner {
    display: flex;
    flex-direction: row;
}

.content_body_index .faq .banner .intro {
    flex: 1;
}

.content_body_index .faq .banner .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .faq .banner .show_all {
    flex: 1;
    text-align: right;
    line-height: 36px;
}

.content_body_index .faq .banner .show_all a {
    background-color: #E94359;
    border-radius: 4px;
    padding: 7px;
    font-weight: bold;
    color: white;
    margin-top: 20px;
    font-size: 14px;
}

.content_body_index .faq .content {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: 32% 32% 32%;*/
    /*grid-column-gap: 2%;*/
    margin-top: 20px;
}

.content_body_index .faq .content .item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
    padding-top: 16px;
}

.content_body_index .faq .content .item .left {
    display: none;
}

.content_body_index .faq .content .item .right {
    margin-left: 0;
    /*padding-top: 10px;*/
}

.content_body_index .faq .content .item .right .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .faq .content .item .right .desc {
    margin-top: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

.content_body_index .faq .content .item .right .tag {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
}

.content_body_index .faq .content .item .right .tag .item {
    padding: 3px 4px;
    background: #F0F2F5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 8px;
}

/* 新闻资讯 */
.content_body_index .news {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.content_body_index .news .banner {
    display: flex;
    flex-direction: row;
}

.content_body_index .news .banner .intro {
    flex: 1;
}

.content_body_index .news .banner .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .news .banner .show_all {
    flex: 1;
    text-align: right;
    line-height: 36px;
}

.content_body_index .news .banner .show_all a {
    background-color: #E94359;
    border-radius: 4px;
    padding: 7px;
    font-weight: bold;
    color: white;
    margin-top: 20px;
    font-size: 14px;
}

.content_body_index .news .content {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: 23.2% 23.2% 23.2% 23.2%;*/
    /*grid-column-gap: 2.4%;*/
    /*margin-top: 24px;*/
}

.content_body_index .news .content .item {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.content_body_index .news .content .item .cover {
    border: 1px solid #F0F2F5;
    border-radius: 8px;
    display: none;
}

.content_body_index .news .content .item .cover img {
    width: 100%;
    /*border: 1px solid #F0F2F5;*/
    border-radius: 8px;
}

.content_body_index .news .content .item .intro {
    display: flex;
    flex-direction: row;
    min-height: 64px;
    margin-top: 12px;
}

.content_body_index .news .content .item .intro .cover {
    display: flex;
    flex: 1;
    margin-left: 12px;
}

.content_body_index .news .content .item .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    /*margin-top: 24px;*/
    /* 控制只显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_body_index .news .content .item .intro .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    /* 控制只显示三行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    flex: 2.2;
}

.content_body_index .news .content .item .right {
    margin-left: 16px;
    padding-top: 10px;
}

.content_body_index .news .content .item .right .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .news .content .item .right .desc {
    margin-top: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

/* 转换猫卡片 */
.card {
    background: linear-gradient(180deg, #FFE0E3 0%, #FFFAFB 100%);
    border-radius: 8px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.card .left, .card .right {
    flex: 1;
}

.card .left {
    /*margin-right: 110px;*/
}

.card .left .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
}

/*.card .right img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-left: 16px;*/
/*}*/

.card .download .android, .card .download .ios {
    padding: 16px 0 16px 0;
    justify-content: center;
}

.card .download .android .left label, .card .download .ios .left label {
    font-size: 14px;
}

.card .download .ios label, .card .download .android label {
    margin-left: 4px;
}

/* 文字颜色 */
.card .left .content {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}

.card .left .content label {
    color: #E94359;
    font-weight: bold;
}

/* 下载按钮 */
.card .right .download {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*margin-top: 50px;*/
    margin: 24px 0 0 0;
}

/* 用户评价 */
.content_body_index .comment {
    margin-top: 40px;
}

.content_body_index .comment .banner {
    display: flex;
    flex-direction: row;
}

.content_body_index .comment .banner .intro {
    flex: 1;
}

.content_body_index .comment .banner .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .comment .content {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: 23.2% 23.2% 23.2% 23.2%;*/
    /*grid-column-gap: 2.4%;*/
    margin-top: 16px;
}

.content_body_index .comment .content .item {
    display: flex;
    flex-direction: column;
    background: #F7F9FA;
    border: 1px solid #F0F2F5;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}

.content_body_index .comment .content .item .desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .comment .content .item .author {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 12px;
    padding: 12px;
}

.content_body_index .comment .content .item .author .avatar img {
    width: 48px;
}

.content_body_index .comment .content .item .intro {
    display: flex;
    flex-direction: column;
    line-height: 24px;
    margin-left: 12px;
}

.content_body_index .comment .content .item .intro .username {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .comment .content .item .intro .function {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

/* 特色功能 */
.content_body_index .feature {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.content_body_index .feature .banner {
    display: flex;
    flex-direction: column;
}

.content_body_index .feature .banner .intro {
    flex: 1;
}

.content_body_index .feature .banner .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .feature .download {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*margin-top: 50px;*/
    margin: 32px 0 0 0;
}

/* 评论星级 */
.star-rating {
    unicode-bidi: bidi-override;
    color: #ddd;
    font-size: 0;
    height: 25px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    /*top: -9px;*/
    /*left: 28%;*/
}

.star-rating span {
    padding: 2px;
    font-size: 25px;
}

.star-rating span:after {
    content: "★";
}

.star-rating-top {
    color: #F7CD4F;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.star-rating-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

/* 通用底部 */
.footer_pc {
    display: none;
}

.footer_mobile {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
}

.footer_mobile .container {
    flex: 3.3;
    display: flex;
    flex-direction: column;
}

.footer_mobile .container .left {
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
    border-bottom: 1px solid #E5E5E5;
}

.footer_mobile .container .left .intro {
    flex: 2.6;
}

.footer_pc .container .left .about_shortcut {
    flex: 2;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.footer_mobile .container .left .about {
    flex: 1;
    /*margin-left: 48px;*/
}

.footer_mobile .container .left .about .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.footer_mobile .container .left .about .list {
    margin-top: 8px;
}

.footer_mobile .container .left .about .list .item {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.footer_mobile .container .left .shortcut {
    flex: 1;
    /*margin-left: 48px;*/
}

.footer_mobile .container .left .shortcut .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.footer_mobile .container .left .shortcut .list {
    margin-top: 8px;
}

.footer_mobile .container .left .shortcut .list .item {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.footer_mobile .container .left .download {
    flex: 1;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}

.footer_mobile .container .left .download .ios, .footer_mobile .container .left .download .android {
    width: 100%;
}

.footer_mobile .container .left .intro .logo img {
    width: 150px;
}

.footer_mobile .container .left .intro .logo {
    display: flex;
    flex-direction: row;
}

/* 官方手机版 */
.footer_mobile .container .left .intro .label {
    color: white;
    /*display: flex;*/
    /*flex-direction: row;*/
    align-items: flex-start;
    padding: 3px 4px;
    margin-left: 4px;
    margin-top: 14px;
    /*gap: 10px;*/

    position: relative;
    width: auto;
    height: 22px;
    /*left: 154px;*/
    /*top: 5px;*/

    background-color: #E94359;
    border-radius: 4px;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.footer_mobile .container .left .intro .desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}

/* 特定样式 */
.footer_mobile .container .left .download {
    display: flex;
    flex-direction: row;
    /*margin-top: 0;*/
    margin: 32px 0 0 0;
}

.footer_mobile .container .left .download .ios {
    /*margin-top: 24px;*/
    margin-left: 0;
}

/* 备案信息，版权信息 */

.footer_mobile .container .right {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.3);
    margin: 32px 0 32px 0;
}

.footer_pc .right_pc {
    display: none;
}

/* 右侧悬浮，安装与客服 */
.customer_service {
    position: fixed;
    z-index: 9999;
    right: 16px;
    bottom: 50px;
    border-radius: 20px;
    /*height: 171px;*/
    width: 40px;
    background-color: #ECF5FF;
    text-align: center;
}

.customer_service .logo img {
    width: 20px;
    height: 20px;
}

.customer_service .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #E94359;
}

.customer_service .top {
    border-bottom: 1px solid #BFDDFF;
    padding: 10px 7px 3px 7px;
    margin-top: -4px;
}

.customer_service .bottom {
    padding: 0 7px 10px 7px;
    margin-bottom: -2px;
}

.customer_service .bottom .logo {
    margin-top: 4px;
}

/* 解决方案 */

.content_faq_banner {
    display: flex;
    flex-direction: column;
    /*flex: 3.3;*/
    padding: 40px 20px 0 20px;
    width: calc(100% - 40px);
}

.content_faq_banner .left {
    flex: 1.1;
}

.content_faq_banner .right {
    flex: 1;
    margin-top: 24px;
}

.content_faq_banner .left .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}

.content_faq_banner .right img {
    width: 90%;
    margin-left: 16px;
}

/* 文字颜色 */
.content_faq_banner .left .content {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);

    margin-top: 16px;
}

.content_faq_banner .left .content label {
    color: #E94359;
    font-weight: bold;
}

.content_faq_banner .left .download {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    margin: 24px 0 0 0;
}

/* 安卓版下载按钮 */
.content_faq_banner .left .download .android {
    width: auto;
    font-size: 16px;
    line-height: 21px;
    background-color: #E94359;
    padding: 16px 20px 16px 20px;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
}

.content_faq_banner .left .download .android img {
    width: 24px;
    height: 24px;
}

.content_faq_banner .left .download .android label {
    font-size: 16px;
    line-height: 21px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* IOS版下载按钮 */
.content_faq_banner .left .download .ios {
    width: auto;
    font-size: 16px;
    line-height: 21px;
    background-color: black;
    padding: 16px 20px 16px 20px;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    margin-left: 0;
}

.content_faq_banner .left .download .ios img {
    width: 24px;
    height: 24px;
}

.content_faq_banner .left .download .ios label {
    font-size: 16px;
    line-height: 21px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* 面包屑，地址导航 */
.crumb {
    height: 45px;
    line-height: 45px;
    padding: 0 12px 0 12px;
    background: #FAFBFC;
    border: 1px solid #F0F2F5;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: bold;
    /* 控制只显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.crumb a {
    color: #E94359;
}

/* 解决方案，侧边栏 */

.content_body_faq .faq_list .left {
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 99999;
    flex-direction: row;
    display: none;
}

.content_body_faq .faq_list .left .box {
    width: calc(66% - 64px);
    background-color: white;
}

.content_body_faq .faq_list .left .right {
    width: 34%;
    background-color: transparent;
}

.faq_menu {
    position: fixed;
    right: 0;
    top: 300px;
    background-color: #EBF5FF;
    width: 24px;
    height: 24px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding: 12px 16px 12px 16px;
}

.faq_menu img {
    width: 24px;
    height: 24px;
}

/* 解决方案，标签分类，文章列表 */
.content_body_faq .faq_list {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.content_body_faq .faq_list .left {
    flex: 1;
    height: calc(100% - 60px);
}

.content_body_faq .faq_list .right {
    flex: 3.5;
}

.content_body_faq .faq_list .left .box {
    border: 1px solid #E7E9EC;
    /*border-radius: 8px;*/
    padding: 20px;
    overflow: scroll;
}

.content_body_faq .faq_list .left .box .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #E94359;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
}

.content_body_faq .faq_list .left .box .list .pc {
    display: none;
}

.content_body_faq .faq_list .left .box .list .item .title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: none;
    padding: 10px 0 10px 0;
}

.content_body_faq .faq_list .left .box .list .item .title .arrow_right {
    border-color: black;
}

.content_body_faq .faq_list .left .box .list .item .title .label {
    margin-top: 15px;
    margin-left: 8px;
}

.content_body_faq .faq_list .left .box .list .item .children {
    /*display: none;*/
    display: flex;
    flex-direction: column;
}

.content_body_faq .faq_list .left .box .list .item .children .item {
    padding: 10px 0 10px 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

/* 右侧列表 */
.content_body_faq .faq_list .right {
    /*margin-left: 60px;*/
}

.content_body_faq .faq_list .right .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_faq .faq_list .right .article_list .item {
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.content_body_faq .faq_list .right .article_list .item .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_faq .faq_list .right .article_list .item .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 12px;
}

.content_body_faq .faq_list .right .article_list .item .bottom {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.content_body_faq .faq_list .right .article_list .item .bottom .show {
    display: flex;
    flex-direction: row;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E94359;
}

.content_body_faq .faq_list .right .article_list .item .bottom .show a {
    /*text-decoration: underline;*/
}

.content_body_faq .faq_list .right .article_list .item .bottom .updated_at {
    text-align: right;
    flex: 1;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
}

/* 分页 */
.pages {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin-top: 40px;
    justify-content: center;
}

.pages .disable {
    font-size: 16px;
    /*line-height: 24px;*/
    color: rgba(0, 0, 0, 0.3);
}

.pages .list {
    display: flex;
    flex-direction: row;
}

.pages .list .item {
    margin: 0 10px 0 10px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_faq .faq_list .left .box .item {
    display: flex;
    line-height: 45px;
    height: 45px;
}

.content_body_faq .faq_list .left .box .item.faq_item_l2, .nav_mobile_header_menu .item.faq_item_l3 {
    border: none;
}

.content_body_faq .faq_list .left .box .item.faq_item_l2 img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.content_body_faq .faq_list .left .box .item.faq_item_l3 img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.content_body_faq .faq_list .left .box .item.faq_item_l2 a {
    margin-left: 8px;
    font-size: 16px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.85);
    flex: 10;
}

.content_body_faq .faq_list .left .box .item.faq_item_l3 a {
    margin-left: 8px;
    font-size: 16px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.85);
}

.nav_mobile_header_menu .item.faq_item_l3 a {
    margin-left: 10px;
}

.content_body_faq .faq_list .left .box .item .logo_label {
    flex: 8;
}

.content_body_faq .faq_list .left .box .item .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* 新闻资讯 */
.content_news_banner {
    display: flex;
    flex-direction: column;
    flex: 3.3;
    padding-top: 36px;
    width: 100%;
}

.content_news_banner .left {
    flex: 1.1;
    margin: 0 20px 0 20px;
}

.content_news_banner .right {
    flex: 1;
    margin: 28px 20px 0 20px;
}

.content_news_banner .left .intro .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}

.content_news_banner .right img {
    width: 90%;
    margin-left: 16px;
}

/* 文字颜色 */
.content_news_banner .left .content {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);

    margin-top: 16px;
}

.content_news_banner .left .content label {
    color: #E94359;
    font-weight: bold;
}

.content_news_banner .left .download {
    display: flex;
    flex-direction: row;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    margin: 32px 0 0 0;
}

/* 安卓版下载按钮 */
.content_news_banner .left .download .android {
    width: 100%;
    /*height: 32px;*/
    /*line-height: 32px;*/
    background-color: #E94359;
    padding: 20px 20px 20px 20px;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
}

.content_news_banner .left .download .android img {
    width: 24px;
    height: 24px;
}

.content_news_banner .left .download .android label {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* IOS版下载按钮 */
.content_news_banner .left .download .ios {
    width: 100%;
    /*height: 32px;*/
    /*line-height: 32px;*/
    background-color: black;
    padding: 20px 20px 20px 20px;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    margin-left: 0;
}

.content_news_banner .left .download .ios img {
    width: 24px;
    height: 24px;
}

.content_news_banner .left .download .ios label {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* 新闻详情 */
.content_body_detail {
    flex: 3.3;
}

/* 解决方案，标签分类，文章列表 */
.content_body_detail .news_list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.content_body_detail .news_list .right {
    flex: 1.2;
    margin-top: 40px;
}

.content_body_detail .news_list .right .box {
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    padding: 32px 32px 12px 32px;
}

.content_body_detail .news_list .right .box .title {
    font-weight: bold;
    font-size: 20px;
    /*line-height: 24px;*/
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
}

.content_body_detail .news_list .right .box .list .item a {
    display: inline;
}

.content_body_detail .news_list .right .box .list .item .title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: none;
    padding: 0 0 0 0;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.content_body_detail .news_list .right .box .list .item .title .arrow_right {
    /*border-color: black;*/
    text-align: right;
    /*flex: 1;*/
    border-color: #E5E5E5;
}

.content_body_detail .news_list .right .box .title {
    display: flex;
    flex-direction: row;
}

.content_body_detail .news_list .right .box .title .left {
    flex: 1;
}

.content_body_detail .news_list .right .box .title .right {
    font-weight: 400;
    font-size: 16px;
    color: #E94359;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    margin-top: 4px;
}

.content_body_detail .news_list .right .box .title .right img {
    width: 20px;
    height: 20px;
}

.content_body_detail .news_list .right .box .title .right .label {
    margin-top: -2px;
    margin-left: 4px;
}

.content_body_detail .news_list .right .box .list .item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.content_body_detail .news_list .right .box .list .item:last-child {
    border-bottom: none;
}

.content_body_detail .news_list .right .box .list .item .title .label {
    margin-top: 15px;
    margin-right: 50%;
    /*flex: 1;*/
}

.content_body_detail .news_list .right .box .list .item .children {
    /*display: none;*/
    display: flex;
    flex-direction: column;
}

.content_body_detail .news_list .right .box .list .item .children .item {
    padding: 10px 0 10px 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

/* 左侧列表 */
.content_body_detail .news_list .left {
    /*margin-right: 60px;*/
}

.content_body_detail .news_list .left .title {
    font-weight: bold;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_detail .news_list .left .article_list .item {
    padding: 24px 0 24px 0;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
}

.content_body_detail .news_list .left .article_list .item .title {
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_detail .news_list .left .article_list .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}

.content_body_detail .news_list .left .article_list .item .bottom {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.content_body_detail .news_list .left .article_list .item .bottom .show {
    display: flex;
    flex-direction: row;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #E94359;
}

.content_body_detail .news_list .left .article_list .item .bottom .show a {
    text-decoration: underline;
}

.content_body_detail .news_list .left .article_list .item .bottom .updated_at {
    text-align: right;
    flex: 1;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.content_body_detail .news_list .left .article_list .item .left .cover {
    display: none;
}

.content_body_detail .news_list .left .article_list .item .left {
    flex: 2;
}

.content_body_detail .news_list .left .article_list .item .right {
    border: 1px solid #F7F9FA;
    border-radius: 8px;
    flex: 1;
}

.content_body_detail .news_list .left .article_list .item .right img {
    width: 100%;
    border: 1px solid #F7F9FA;
    border-radius: 8px;
}

.content_body_detail .news_list .left {
    display: flex;
    flex-direction: column;
    /*margin-right: 60px;*/
}

.content_body_detail .news_list .left .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

/* 标签 */
.content_body_detail .news_list .left .tags_time {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.content_body_detail .news_list .left .tags_time .tags {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.content_body_detail .news_list .left .tags_time .time {
    flex: 1;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 12px;
}

.content_body_detail .news_list .left .tags_time .tags .item {
    padding: 3px 4px;
    background: #F0F2F5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 8px;
}

/* 文章内容 */
.content_body_detail .news_list .left .article_detail {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 24px;
}

/* 上一篇、下一篇 */
.content_body_detail .news_list .left .prev_next {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.content_body_detail .news_list .left .prev_next .next {
    display: flex;
    flex-direction: row;
    flex: 1;
    text-align: left;
    justify-content: flex-start;
    /* 字体行高 */
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);

    margin-top: 12px;
}

.content_body_detail .news_list .left .prev_next .prev {
    display: flex;
    flex-direction: row;
    flex: 1;
    text-align: left;
    justify-content: flex-start;
    /* 字体行高 */
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
}

.content_body_detail .news_list .left .prev_next .prev .title {
    font-size: 16px;
    line-height: 24px;
    color: #1984FF;
}

.content_body_detail .news_list .left .prev_next .next .title {
    font-size: 16px;
    line-height: 24px;
    color: #1984FF;
}

/* 新闻资讯，分类和列表 */
.content_body_news {
    flex: 3.3;
}

/* 解决方案，标签分类，文章列表 */
.content_body_news .news_list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.content_body_news .news_list .right {
    flex: 1;
    margin-top: 40px;
}

.content_body_news .news_list .left {
    flex: 3.5;
}

.content_body_news .news_list .right .box {
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    padding: 24px 24px 24px 0;
}

.content_body_news .news_list .right .box .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    border-left: 4px solid #E94359;
}

.content_body_news .news_list .right .box .list {
    border-top: 1px solid #E5E5E5;
    margin-top: 24px;
    margin-left: 24px;
}

.content_body_news .news_list .right .box .list .item a {
    display: inline;
}

.content_body_news .news_list .right .box .list .item .title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    /*border-bottom: none;*/
    padding: 10px 0 10px 0;
    border: none;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.content_body_news .news_list .right .box .list .item .right {
    margin-top: 0;
}

.content_body_news .news_list .right .box .list .item .title .arrow_right {
    /*border-color: black;*/
    text-align: right;
    /*flex: 1;*/
    border-color: #E5E5E5;
}

.content_body_news .news_list .right .box .list .item .title .label {
    margin-top: 15px;
    margin-right: 50%;
    flex: 5;
}

.content_body_news .news_list .right .box .list .item .children {
    /*display: none;*/
    display: flex;
    flex-direction: column;
}

.content_body_news .news_list .right .box .list .item .children .item {
    padding: 10px 0 10px 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

/* 左侧列表 */
.content_body_news .news_list .left .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_news .news_list .left .article_list .item {
    padding: 24px 0 24px 0;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
}

.content_body_news .news_list .left .article_list .item .title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_news .news_list .left .article_list .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    min-height: 63px;
}

.content_body_news .news_list .left .article_list .item .desc .content {
    flex: 2.3;
    margin-right: 12px;
    /* 控制只显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

.content_body_news .news_list .left .article_list .item .bottom {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.content_body_news .news_list .left .article_list .item .bottom .show {
    display: flex;
    flex-direction: row;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E94359;
}

.content_body_news .news_list .left .article_list .item .bottom .show a {
    text-decoration: none;
    color: #E94359;
}

.content_body_news .news_list .left .article_list .item .bottom .updated_at {
    text-align: right;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
}

.content_body_news .news_list .left .article_list .item .left .cover {
    border: 1px solid #F7F9FA;
    border-radius: 8px;
    flex: 1;
}

.content_body_news .news_list .left .article_list .item .left .cover img {
    width: 100%;
    border: 1px solid #F7F9FA;
    border-radius: 8px;
}

.content_body_news .news_list .left .article_list .item .left {
    flex: 2;
}

.content_body_news .news_list .left .article_list .item .right {
    border: 1px solid #F7F9FA;
    border-radius: 8px;
    flex: 1;
    display: none;
}

.content_body_news .news_list .left .article_list .item .right img {
    width: 100%;
    border: 1px solid #F7F9FA;
    border-radius: 8px;
}

/* 关于我们 */
.content_body_aboutus {
    flex: 3.3;
}

/* 解决方案，标签分类，文章列表 */
.content_body_aboutus .news_list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.content_body_aboutus .news_list .right {
    flex: 1.2;
}

.content_body_aboutus .news_list .left {
    flex: 3;
}

.content_body_aboutus .news_list .right .box {
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    padding: 32px;
}

.content_body_aboutus .news_list .right .box .title {
    font-weight: bold;
    font-size: 20px;
    /*line-height: 24px;*/
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
}

.content_body_aboutus .news_list .right .box .list .item a {
    display: inline;
}

.content_body_aboutus .news_list .right .box .list .item .title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: none;
    padding: 10px 0 10px 0;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.content_body_aboutus .news_list .right .box .list .item .title .arrow_right {
    /*border-color: black;*/
    text-align: right;
    /*flex: 1;*/
    border-color: #E5E5E5;
}

.content_body_aboutus .news_list .right .box .title {
    display: flex;
    flex-direction: row;
}

.content_body_aboutus .news_list .right .box .title .left {
    flex: 1;
}

.content_body_aboutus .news_list .right .box .title .right {
    font-weight: 400;
    font-size: 16px;
    color: #E94359;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    margin-top: 4px;
}

.content_body_aboutus .news_list .right .box .title .right img {
    width: 20px;
    height: 20px;
}

.content_body_aboutus .news_list .right .box .title .right .label {
    margin-top: -2px;
    margin-left: 4px;
}

.content_body_aboutus .news_list .right .box .list .item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    padding: 24px 0 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.content_body_aboutus .news_list .right .box .list .item:last-child {
    border-bottom: none;
}

.content_body_aboutus .news_list .right .box .list .item .title .label {
    margin-top: 15px;
    margin-right: 50%;
    /*flex: 1;*/
}

.content_body_aboutus .news_list .right .box .list .item .children {
    /*display: none;*/
    display: flex;
    flex-direction: column;
}

.content_body_aboutus .news_list .right .box .list .item .children .item {
    padding: 10px 0 10px 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

/* 左侧列表 */
.content_body_aboutus .news_list .left {
    /*margin-right: 60px;*/
}

.content_body_aboutus .news_list .left .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_aboutus .news_list .left .article_list .item {
    padding: 24px 0 24px 0;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
}

.content_body_aboutus .news_list .left .article_list .item .title {
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_aboutus .news_list .left .article_list .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}

.content_body_aboutus .news_list .left .article_list .item .bottom {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.content_body_aboutus .news_list .left .article_list .item .bottom .show {
    display: flex;
    flex-direction: row;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #E94359;
}

.content_body_aboutus .news_list .left .article_list .item .bottom .show a {
    text-decoration: underline;
}

.content_body_aboutus .news_list .left .article_list .item .bottom .updated_at {
    text-align: right;
    flex: 1;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.content_body_aboutus .news_list .left .article_list .item .left .cover {
    display: none;
}

.content_body_aboutus .news_list .left .article_list .item .left {
    flex: 2;
}

.content_body_aboutus .news_list .left .article_list .item .right {
    border: 1px solid #F7F9FA;
    border-radius: 8px;
    flex: 1;
}

.content_body_aboutus .news_list .left .article_list .item .right img {
    width: 100%;
    border: 1px solid #F7F9FA;
    border-radius: 8px;
}

.content_body_aboutus .news_list .left {
    display: flex;
    flex-direction: column;
}

.content_body_aboutus .news_list .left .title {
    font-weight: bold;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
}

/* 标签 */
.content_body_aboutus .news_list .left .tags_time {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 32px;
}

.content_body_aboutus .news_list .left .tags_time .tags {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.content_body_aboutus .news_list .left .tags_time .time {
    flex: 1;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
}

.content_body_aboutus .news_list .left .tags_time .tags .item {
    padding: 3px 4px;
    background: #F0F2F5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 8px;
}

/* 文章内容 */
.content_body_aboutus .news_list .left .article_detail {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 24px;
    word-break: break-all;
}

.content_body_aboutus .news_list .left .article_detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.85);
}

/* 更新日志，时间线 */
.timeline_box {
    /*margin:0 10%;*/
    /*height: 630px;*/
    /*overflow: hidden;*/
    padding: 10px 0 0 0;
    width: calc(100% - 40px);
}

.timeline_box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top: 0
}

.timeline_box ul:last-of-type {
    top: 40px
}

.timeline_box ul:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 0;
    left: 10px;
}

.timeline_box ul li {
    margin: 0 40px 60px;
    position: relative;
    /*padding: 0 20px;*/
    background: rgba(255, 255, 255, 0.3);
    /*color: #fff;*/
    border-radius: 10px;
    line-height: 20px;
    width: 100%
}


.timeline_box ul li > span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 10px;
    left: -30px;
}

.timeline_box ul li > span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #E94359;
    position: absolute;
    left: -7.5px
}

.timeline_box ul li > span:before {
    top: -10px
}

.timeline_box ul li > span:after {
    top: 95%
}

.timeline_box .title {
    text-transform: uppercase;
    /*font-weight: 700;*/
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: -20px;
}

.timeline_box .info {
    margin-top: 12px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
}

.timeline_box .info:first-letter {
    text-transform: capitalize;
    line-height: 1.7
}

.timeline_box .name {
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    /*text-align: left;*/
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}


.timeline_box .time span {
    position: absolute;
    left: -100px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
}

.timeline_box .time span:first-child {
    top: -16px
}

.timeline_box .time span:last-child {
    top: 94%
}

/* 下载提示 */
.download_tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 安卓提示 */
.download_tip .android {
    /*margin-top: calc(100% - 300px);*/
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.download_tip .android .top {
    padding: 16px 20px 16px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

    color: rgba(0, 0, 0, 0.65);

    display: flex;
    flex-direction: row;

    border-bottom: 1px solid #E5E5E5;
}

.download_tip .android .top .left {
    flex: 1;
}

.download_tip .android .top .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.download_tip .android .top .right img {
    width: 24px;
    height: 24px;
}

.download_tip .android .bottom {
    padding: 16px 20px 33px 20px;
}

.download_tip .android .bottom .desc {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.85);
}

.download_tip .android .bottom .btn_android {
    margin-top: 40px;
    background-color: #E94359;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 8px;

    /*height: 52px;*/
    /*line-height: 52px;*/
    padding: 14px 0 14px 0;
}

.download_tip .android .bottom .btn_android .label {
    margin-top: 2px;
    margin-left: 4px;
}

.download_tip .android .bottom .btn_android .label a, .download_tip .android .bottom .btn_android .label {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.download_tip .android .bottom .btn_android .image img {
    width: 24px;
    height: 24px;
}

/* IOS版下载按钮 */
.download_tip .android .bottom .btn_ios {
    margin-top: 24px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 8px;

    /*height: 52px;*/
    /*line-height: 52px;*/
    padding: 14px 0 14px 0;

    border: 1px solid rgba(0, 0, 0, 0.15);
}

.download_tip .android .bottom .btn_ios .label {
    margin-top: 2px;
    margin-left: 4px;
}

.download_tip .android .bottom .btn_ios .label a, .download_tip .android .bottom .btn_ios .label {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.download_tip .android .bottom .btn_ios .image img {
    width: 24px;
    height: 24px;
}


/* 苹果提示 */
.download_tip .ios {
    /*margin-top: calc(100% - 300px);*/
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.download_tip .ios .top {
    padding: 16px 20px 16px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

    color: rgba(0, 0, 0, 0.65);

    display: flex;
    flex-direction: row;

    border-bottom: 1px solid #E5E5E5;
}

.download_tip .ios .top .left {
    flex: 1;
}

.download_tip .ios .top .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.download_tip .ios .top .right img {
    width: 24px;
    height: 24px;
}

.download_tip .ios .bottom {
    padding: 16px 20px 33px 20px;
}

.download_tip .ios .bottom .desc {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.85);
}

.download_tip .ios .bottom .btn_android {
    margin-top: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 8px;

    /*height: 52px;*/
    /*line-height: 52px;*/
    padding: 14px 0 14px 0;

    border: 1px solid rgba(0, 0, 0, 0.15);
}

.download_tip .ios .bottom .btn_android .label {
    margin-top: 2px;
    margin-left: 4px;
}

.download_tip .ios .bottom .btn_android .label a, .download_tip .ios .bottom .btn_android .label {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.download_tip .ios .bottom .btn_android .image img {
    width: 24px;
    height: 24px;
}

/* IOS版下载按钮 */
.download_tip .ios .bottom .btn_ios {
    margin-top: 24px;
    background-color: #E94359;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 8px;

    /*height: 52px;*/
    /*line-height: 52px;*/
    padding: 14px 0 14px 0;
}

.download_tip .ios .bottom .btn_ios .label {
    margin-top: 2px;
    margin-left: 4px;
}

.download_tip .ios .bottom .btn_ios .label a, .download_tip .ios .bottom .btn_ios .label {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.download_tip .ios .bottom .btn_ios .image img {
    width: 24px;
    height: 24px;
}