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

body {
    background-color: white;
    z-index: 0;
    min-width: 1440px;
    overflow: scroll;
}

#wrapper {
    min-width: 1440px;
}

a {
    text-decoration: none;
}

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

.first_image {
    display: none;
}

/* 下载按钮 */

.download {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 50px;
}

/* 安卓版下载按钮 */
.download .android {
    width: 140px;
    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: column;
}

.download .android .left {
    display: flex;
    flex-direction: row;
    margin-right: 0;
    padding-bottom: 0 !important;
    border: none !important;
}

.download .android img {
    width: 32px;
}

.download .android label, .download .android label a {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 4px;
}

.download .android .android_qrcode {
    position: relative;
    top: 0px;
    left: -20px;
    background-color: white;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: calc(100% + 40px);
    display: flex;
    flex-direction: column;
    display: none;
}

.download .android .android_qrcode .box {
    margin: 18px 30px 15px 30px;
    width: 100%;
    justify-content: center;
    background-image: url("/images/qrcode.png");
    background-size: 100% 100%;
}

.download .android .android_qrcode .box img.qrcode {
    width: 90% !important;
    margin: 5%;
    /*height: 114px;*/
}

.download .android .right {
    font-size: 12px !important;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0px 30px 12px 30px !important;
    text-align: center;
}

/* IOS版下载按钮 */
.download .ios {
    width: 140px;
    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: column;
    margin-left: 16px;
}

.download .ios .left {
    display: flex;
    flex-direction: row;
    margin-right: 0;
    padding-bottom: 0 !important;
    border: none !important;
}

.download .ios img {
    width: 32px;
}

.download .ios label, .download .ios label a {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

.download .ios .ios_qrcode {
    position: relative;
    top: 0px;
    left: -20px;
    background-color: white;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: calc(100% + 40px);
    display: flex;
    flex-direction: column;
    display: none;
}

.download .ios .ios_qrcode .box {
    margin: 18px 30px 15px 30px;
    width: 100%;
    justify-content: center;
    background-image: url("/images/qrcode.png");
    background-size: 100% 100%;
}

.download .ios .ios_qrcode .box img.qrcode {
    width: 90% !important;
    margin: 5%;
    /*height: 114px;*/
}

.download .ios .middle, .download .android .middle {
    height: 40px;
    width: 100%;
}

.download .ios .right {
    font-size: 12px !important;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0px 30px 12px 30px !important;
    text-align: center;
}

/* 顶部悬浮导航栏，移动端 */
.nav_mobile, .nav_mobile_header_menu {
    display: none;
}

/* 顶部悬浮导航栏，PC端 */
.nav_pc {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
    z-index: 999;
}

.nav_pc_header {
    flex: 3.3;
    display: flex;
    background-color: white;
    max-width: 1200px;
}

.nav_pc_header_left {
    margin: 12px 0 12px 0;
    flex: 1;
}

.nav_pc_header_left .logo {
    width: 271px;
}

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

    position: absolute;
    width: auto;
    height: 22px;
    /*left: 154px;*/
    top: 25px;

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

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

/* 导航栏，首页。。。 */
.nav_pc_header_right {
    /*margin: 12px 0px 12px 0px;*/
    line-height: 80px;
    height: 80px;
    flex: 5;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.nav_pc_header_right .arrow {
    width: 8px;
    height: 8px;

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

    border-width: 2px 2px 0px 0px;
    margin-top: 32px;
    margin-left: 16px;

    position: initial;
    transform: rotate(135deg); /*箭头方向可以自由切换角度*/
}

.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: #E94359;
    border-color: #E94359;
}

.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: #E94359;
    border-color: #E94359;
}

.nav_pc_header_right div.item {
    margin-left: 2%;
    font-weight: 400;
    /*padding: 16px;*/
    font-size: 16px;
    color: black;
    text-align: center;
    /*width: 80px;*/
    /*flex: 1;*/
}

.nav_pc_header_right .current a.menu {
    color: #E94359;
}

.nav_pc_header_right .current .arrow {
    border-color: #E94359;
}

.nav_pc_header_right .item.faq, .nav_pc_header_right .item.function {
    display: inline-flex;
}

/*.nav_pc_header_right div:first-child, .nav_pc_header_right div:first-child a {*/
/*    color: #E94359;*/
/*    font-weight: bold;*/
/*}*/

.nav_pc_header_right div.active, .nav_pc_header_right div.active .arrow {
    color: #E94359;
    border-color: #E94359;
}

.nav_pc_header_right div:hover, .nav_pc_header_right div a:hover {
    color: #E94359;
}

.nav_pc_header_right div a.soft_download:hover {
    color: #FFFFFF;
}

.nav_pc_header_right .download {
    margin-right: 0;
    background-color: #E94359;
    color: white;
    border-radius: 4px;
    padding: 6px 8px;
    width: 80px;
    height: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 80px;
    margin-top: 0;
    display: initial;
    position: initial;
}

.nav_pc_header_right a.active .arrow {
    border-color: #E94359;
}

/* 导航栏悬浮菜单 */
.nav_pc_header_menu_container {
    display: none;
}

.nav_pc_header_menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    display: flex;
    background-color: white;
    border: 1px solid #E6E6E6;
}

/* 全部功能 */
.nav_pc_header_right .all_function {
    /*display: flex;*/
    flex-direction: column;
    flex: 3.3;
    display: none;
    /*position: fixed;*/
    /*margin-right: 100px;*/
    position: absolute;
    z-index: 999;
    top: 80px;
    background-color: white;
    text-align: center;
    padding: 20px;
    /*background-color: #ff9700;*/
    border: 1px solid #E6E6E6;
}

.nav_pc_header_right .all_function a {
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 20px;
}

.nav_pc_header_right .all_function a:first-child {
    margin-top: 0px;
}

/* 解决方案 */
.nav_pc_header_menu {
    padding-bottom: 40px;
    display: none;
}

.nav_pc_header_menu .faq {
    /*display: flex;*/
    flex-direction: row;
    flex: 3.3;
    display: none;
    width: 100%;
}

.nav_pc_header_menu .faq div.flex-sub {
    padding-left: 60px;
    padding-right: 60px;
}

.nav_pc_header_menu .faq div.flex-sub:first-child {
    padding-left: 0;
    padding-right: 60px;
}

.nav_pc_header_menu .faq div.flex-sub:last-child {
    padding-left: 60px;
    padding-right: 0;
}

.nav_pc_header_menu .faq .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 20px;
    text-align: left;
}

.nav_pc_header_menu .faq .children {
    margin-top: 10px;
}

.nav_pc_header_menu .faq .children .item {
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    margin-left: 0;
}

.nav_pc_header_menu .faq .children .item:first-child {
    font-weight: 400;
}

.nav_pc_header_menu a {
    color: rgba(0, 0, 0, 0.6);
}

/* 中间内容部分 */
.content_container {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

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

.content_index_banner {
    display: flex;
    flex-direction: row;
    flex: 3.3;
    padding-top: 78px;
    max-width: 1200px;
}

.content_index_banner .left .intro .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
}

.content_index_banner .right img {
    width: 100%;
    margin-left: 16px;
}

/* 文字颜色 */
.content_index_banner .left .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    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;
    position: relative;
    z-index: 1;
}

/* 安卓版下载按钮 */
.content_index_banner .left .download .android {
    width: 140px;
    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_index_banner .left .download .android img {
    width: 32px;
}

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

/* IOS版下载按钮 */
.content_index_banner .left .download .ios {
    width: 140px;
    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: 16px;
}

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

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

/* 合作下载 */
.content_index_friendly_links {
    background: #F5FAFF;
    /*height: 32px;*/
    line-height: 32px;
    display: flex;
    flex-direction: row;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    font-size: 12px;
}

.content_index_friendly_links .links {
    flex: 3.3;
    display: flex;
    flex-direction: row;
    max-width: 1200px;
}

.content_index_friendly_links .links .left {
    text-align: left;
    flex: 10;
}

.content_index_friendly_links .links .left a {
    margin-right: 24px;
}

.content_index_friendly_links .links .right {
    text-align: right;
    flex: 1;
}

.content_index_friendly_links .links .right a {
    text-decoration-line: underline;
}

/* 中间部分 */
.content_body {
    display: flex;
    flex-direction: row;
}

.content_body_index {
    flex: 3.3;
    max-width: 1200px;
}

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

.content_body_index .function .tab_list {
    display: flex;
    flex-direction: row;
    height: 125px;
    line-height: 125px;
    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: 99px;
    /*margin-top: 10px;*/
    background-color: white;
    padding: 25px 50px 0 50px;
}

.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: 10px solid transparent;
    padding-bottom: 10px;
    height: 89px;
}

.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: 32px;
}

.content_body_index .function .tab_list .item .box .label {
    height: 32px;
    /*line-height: 32px;*/
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
    /*padding-bottom: 25px;*/
}

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

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

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

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

.content_body_index .function .tab_content .item .icon img {
    width: 32px;
    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: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.85);
    flex: 1;
}

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

/* 特色功能 */
.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: 40px;
    color: rgba(0, 0, 0, 0.85);
}

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

/* 特色功能-下载按钮 */
.content_body_index .feature .banner .download {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
    flex: 1;
}

/* 安卓版下载按钮 */
.content_body_index .feature .banner .download .android {
    width: 140px;
    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_body_index .feature .banner .download .android img {
    width: 32px;
}

.content_body_index .feature .banner .download .android label {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* IOS版下载按钮 */
.content_body_index .feature .banner .download .ios {
    width: 140px;
    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: 16px;
}

.content_body_index .feature .banner .download .ios img {
    width: 32px;
}

.content_body_index .feature .banner .download .ios label {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

.content_body_index .feature .content {
    display: grid;
    grid-template-columns: 23.2% 23.2% 23.2% 23.2%;
    grid-column-gap: 2.4%;
    margin-top: 60px;
}

.content_body_index .feature .download {
    display: none;
}

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

.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: 20px;
    color: rgba(0, 0, 0, 0.85);
}

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

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

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

.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: 40px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.85);
}

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

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

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

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

.content_body_index .faq .content .item .right {
    margin-left: 16px;
    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);
    /* 控制只显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content_body_index .faq .content .item .right .tag {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    margin-bottom: 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: 160px;
}

.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: 40px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.85);
}

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

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

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

.content_body_index .news .content .item {
    display: flex;
    flex-direction: column;
}

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

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

.content_body_index .news .content .item .intro .cover {
    display: none;
}

.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: 21px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 12px;
    /* 控制只显示三行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.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: 80px;
    display: flex;
    flex-direction: row;
    padding: 32px;
}

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

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

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

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

/* 文字颜色 */
.card .left .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    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-end;
    margin-top: 50px;
}

/* 安卓版下载按钮 */
.card .right .download .android {
    width: 180px;
    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;*/
}

.card .right .download .android img {
    width: 32px;
}

.card .right .download .android label {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

/* IOS版下载按钮 */
.card .right .download .ios {
    width: 180px;
    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: 16px;
}

.card .right .download .ios img {
    width: 32px;
}

.card .right .download .ios label {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 8px;
}

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

.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: 40px;
    color: rgba(0, 0, 0, 0.85);
}

.content_body_index .comment .content {
    display: grid;
    grid-template-columns: 23.2% 23.2% 23.2% 23.2%;
    grid-column-gap: 2.4%;
    margin-top: 60px;
}

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

.content_body_index .comment .content .item .star img {
    height: 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: 21px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

/* 评论星级 */
.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_mobile {
    display: none;
}

.footer_pc {
    display: flex;
    margin-top: 100px;
}

.footer_pc .container {
    flex: 3.3;
    max-width: 1200px;
}

.footer_pc .container .left {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5;
}

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

.footer_pc .container .left .about_shortcut {
    flex: 2;
    display: flex;
    flex-direction: row;
}

.footer_pc .container .left .about {
    flex: 1;
    margin-left: 48px;
}

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

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

.footer_pc .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_pc .container .left .shortcut {
    flex: 1;
    margin-left: 48px;
}

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

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

.footer_pc .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_pc .container .left .download {
    flex: 1;
}

.footer_pc .container .left .intro .logo img {
    width: 271px;
}

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

.footer_pc .right_mobile {
    display: none;
}

/* 官方手机版 */
.footer_pc .container .left .intro .label {
    display: none;
    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_pc .container .left .intro .desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

/* 特定样式 */
.footer_pc .container .left .download {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.footer_pc .container .left .download .ios {
    margin-top: 24px;
    margin-left: 0;
}

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

.footer_pc .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;
}

/* 解决方案 */

.content_faq_banner {
    display: flex;
    flex-direction: row;
    flex: 3.3;
    padding-top: 78px;
    max-width: 1200px;
}

.content_faq_banner .left {
    flex: 1.1;
}

.content_faq_banner .right {
    flex: 1;
    margin-left: 90px;
}

.content_faq_banner .left .intro .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
}

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

/* 文字颜色 */
.content_faq_banner .left .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    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: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 50px;
}

/* 安卓版下载按钮 */
.content_faq_banner .left .download .android {
    width: 140px;
    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_faq_banner .left .download .android img {
    width: 32px;
}

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

/* IOS版下载按钮 */
.content_faq_banner .left .download .ios {
    width: 140px;
    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: 16px;
}

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

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

/* 解决方案，分类和列表 */
.content_body_faq {
    flex: 3.3;
    max-width: 1200px;
}

/* 面包屑，地址导航 */
.crumb {
    height: 56px;
    line-height: 56px;
    padding: 0 32px 0 32px;
    background: #FAFBFC;
    border: 1px solid #F0F2F5;
    border-radius: 8px;
    margin-top: 40px;
    font-weight: bold;
}

.crumb a {
    color: #E94359;
}

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

.content_body_faq .faq_list .left {
    flex: 1;
}

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

.content_body_faq .faq_list .left .box {
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    padding: 32px 32px 32px 0;
}

.content_body_faq .faq_list .left .box .list {
    margin-top: 24px;
    border-top: 1px solid #E5E5E5;
    margin-left: 32px;
}

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

.content_body_faq .faq_list .left .right {
    display: none;
}

.content_body_faq .faq_list .left .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;
    border-left: 4px solid #E94359;
    padding-left: 28px;
}

.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;
    border: none;
}

.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: 16px;
}

.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 32px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

.faq_menu {
    display: none;
}

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

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

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

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

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

.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: 16px;
    color: #E94359;
}

.content_body_faq .faq_list .right .article_list .item .bottom .show a {
    text-decoration: none;
    color: #E94359;
}

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

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

.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_news_banner {
    display: flex;
    flex-direction: row;
    flex: 3.3;
    padding-top: 78px;
    max-width: 1200px;
}

.content_news_banner .left {
    flex: 1.1;
}

.content_news_banner .right {
    flex: 1;
    margin-left: 90px;
}

.content_news_banner .left .intro .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
}

.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;
    justify-content: flex-start;
    margin-top: 50px;
}

/* 安卓版下载按钮 */
.content_news_banner .left .download .android {
    width: 140px;
    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: 32px;
}

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

/* IOS版下载按钮 */
.content_news_banner .left .download .ios {
    width: 140px;
    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: 16px;
}

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

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

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

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

.content_body_news .news_list .right {
    flex: 1;
}

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

.content_body_news .news_list .right .box {
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    padding: 32px 32px 32px 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-bottom: 24px;*/
    /*border-bottom: 1px solid #E5E5E5;*/
    display: flex;
    flex-direction: row;
    border-left: 4px solid #E94359;
    padding-left: 28px;
}

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

.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: none;
    padding: 10px 0 10px 0;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.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: 1;*/
}

.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 {
    margin-right: 60px;
}

.content_body_news .news_list .left .title {
    font-weight: bold;
    font-size: 40px;
    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: 20px;
    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;
}

.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: 16px;
    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-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

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

.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;
}

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

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

.customer_service .logo img {
    width: 32px;
}

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

.customer_service .top {
    border-bottom: 1px solid #BFDDFF;
    padding: 20px 20px 8px 20px;
    margin-top: -8px;
}

.customer_service .bottom {
    padding: 0 20px 20px 20px;
    margin-bottom: -8px;
}

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

/* 新闻详情 */
.content_body_detail {
    flex: 3.3;
    max-width: 1200px;
}

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

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

.content_body_detail .news_list .left {
    flex: 3;
    padding-right: 60px;
}

.content_body_detail .news_list .right .box {
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    padding: 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: 10px 0 10px 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;
    padding-right: 0;
}

.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: 12px 0 12px 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: 40px;
    color: rgba(0, 0, 0, 0.85);
}

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

.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: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
}

.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: 16px;
    line-height: 30px;
    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: row;
    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 {
    text-align: right;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
}

.content_body_detail .news_list .left .prev_next .prev {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.content_body_detail .news_list .left .prev_next .prev .title, .content_body_detail .news_list .left .prev_next .next .title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

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

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

/* 关于我们 */
.content_body_aboutus {
    flex: 3.3;
    max-width: 1200px;
}

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

.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: 12px 0 12px 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: 40px;
    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: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 24px;
}

.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 60px 0 0;
}

.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: 80px
}

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

.timeline_box ul li {
    margin: 0 60px 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%
}


.arrow {
    position: absolute;
    top: 105%;
    left: 22%;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.arrow:hover {
    -webkit-animation: arrow 1s linear infinite;
    -moz-animation: arrow 1s linear infinite;
    -o-animation: arrow 1s linear infinite;
    animation: arrow 1s linear infinite;
}

.timeline_box ul:last-of-type .arrow {
    position: absolute;
    top: 105%;
    left: 22%;
    transform: rotateX(180deg);
    cursor: pointer;
}

.timeline_box ul li .content {
    position: relative;
    top: -5px;
}

/* 底部的下载按钮 */
.footer_pc .container .left .download .ios_qrcode {
    top: -270px;
}

.w-55p {
    width: 55%;
}