.breadcrumb-box {
    width: 100%;
    padding-top: 92px
}

.breadcrumb-box ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 1200px;
    margin: 0 auto
}

.breadcrumb-box ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1f1f24;
    cursor: default
}

.breadcrumb-box ul li a:hover {
    text-decoration: underline;
    color: #0082ff;
    cursor: pointer
}

.breadcrumb-box ul li a::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #1f1f24;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    -ms-transform: matrix(.71,.71,-.71,.71,0,0);
    -moz-transform: matrix(.71,.71,-.71,.71,0,0);
    -o-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    margin: 0 14px
}

.breadcrumb-box ul li:first-child a::before {
    display: none
}

.breadcrumb-box ul li:last-child a {
    width: 670px;
    display: inline-block;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.breadcrumb-box ul li:last-child a::before {
    margin-bottom: 1.8px
}

.breadcrumb-box ul li:last-child a:hover {
    text-decoration: none;
    color: #1f1f24;
    cursor: default
}

body {
    background: #f9f9f9
}

.article-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
    background: #fff;
    border-radius: 8px;
    padding: 0 40px;
    padding-top: 30px;
    padding-bottom: 24px;
    box-sizing: border-box
}

.article-box .article-info h1 {
    width: 100%;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
    color: #000;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis
}

.article-box .article-info ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
    margin-left: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.article-box .article-info ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #b5b5b5
}

.article-box .article-info ul li a {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #007aff
}

.article-box .article-info ul li img {
    margin-right: 5px
}

.article-box .article-info ul li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(0,0,0,.1);
    margin: 0 16px
}

.article-box .article-info ul li:first-child::before {
    display: none
}

.article-box .recommend-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 0;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: 16px
}

.article-box .recommend-box>img {
    width: 54px;
    height: 54px
}

.article-box .recommend-box .recommend-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 12px
}

.article-box .recommend-box .recommend-info div {
    display: flex;
    justify-content: center;
    align-items: end
}

.article-box .recommend-box .recommend-info div h2 {
    margin-right: 16px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    width: fit-content
}

.article-box .recommend-box .recommend-info div ul {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.article-box .recommend-box .recommend-info div ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007aff;
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.article-box .recommend-box .recommend-info div ul li img {
    margin-right: 4px;
    width: 20px;
    height: 20px
}

.article-box .recommend-box .recommend-info div ul li:nth-child(2) {
    color: #00cbbe
}

.article-box .recommend-box .recommend-info div ul li:nth-child(3) {
    color: #999
}

.article-box .recommend-box .recommend-info div ul li:nth-child(3) img {
    margin-right: 0;
    width: 82px;
    height: 12px
}

.article-box .recommend-box .recommend-info ul {
    margin-top: 6px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.article-box .recommend-box .recommend-info ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #b5b5b5
}

.article-box .recommend-box .recommend-info ul li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: rgba(0,0,0,.1);
    margin: 0 10px
}

.article-box .recommend-box .recommend-info ul li:first-child::before {
    display: none
}

.article-box .recommend-box .recommend-info span {
    margin-top: 6px;
    display: inline-block;
    width: 643px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.article-box .recommend-box .down-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 49px
}

.article-box .recommend-box .down-box .down-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 31px;
    width: 90px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid rgba(0,122,255,.5);
    background: #fff
}

.article-box .recommend-box .down-box .down-detail span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #007aff
}

.article-box .recommend-box .down-box .recommend-download {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 128px;
    height: 32px;
    background: #fff;
    border: 1px solid rgba(0,122,255,.5);
    border-radius: 6px;
    padding-left: 4.5px;
    box-sizing: border-box;
    transform: scale(1.2);
    cursor: pointer;
    user-select: none
}

.article-box .recommend-box .down-box .recommend-download>span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #007aff;
    margin-left: 4px
}

.article-box .recommend-box .down-box .recommend-download i {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 30px;
    background: rgba(0,122,255,.1);
    border-radius: 0 4px 4px 0
}

.article-box .recommend-box .down-box .recommend-download i img:first-child {
    display: block
}

.article-box .recommend-box .down-box .recommend-download i img:last-child {
    display: none
}

.article-box .recommend-box .down-box .recommend-download ul {
    position: absolute;
    right: -1px;
    top: 35px;
    z-index: 2021;
    display: none;
    width: max-content;
    min-width: 130px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    padding: 4px 0;
    box-sizing: border-box
}

.article-box .recommend-box .down-box .recommend-download ul li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px
}

.article-box .recommend-box .down-box .recommend-download ul li:first-child:hover {
    border-radius: 2px 2px 0 0
}

.article-box .recommend-box .down-box .recommend-download ul li:last-child {
    margin-bottom: 0
}

.article-box .recommend-box .down-box .recommend-download ul li:last-child:hover {
    border-radius: 0 0 2px 2px
}

.article-box .recommend-box .down-box .recommend-download ul li:hover {
    background: #eee
}

.article-box .recommend-box .down-box .recommend-download ul li:hover .download-qrcode {
    display: block
}

.article-box .recommend-box .down-box .recommend-download ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box
}

.article-box .recommend-box .down-box .recommend-download ul li a span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.5px;
    color: #000;
    margin-left: 6px
}

.article-box .recommend-box .down-box .recommend-download ul li>span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.5px;
    color: #000;
    margin-left: 6px
}

.article-box .recommend-box .down-box .recommend-download ul li .download-qrcode {
    position: absolute;
    left: 129px;
    top: 0;
    z-index: 2023;
    display: none;
    background: #fff;
    border-radius: 8px;
    padding: 11px;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2)
}

.article-box .recommend-box .down-box .recommend-download ul li .download-qrcode p {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,.5);
    margin-top: 3px;
    text-align: center
}

.article-box .recommend-box .down-box .recommend-download.active {
    border: 1px solid #007aff
}

.article-box .recommend-box .down-box .recommend-download.active i {
    background: #007aff
}

.article-box .recommend-box .down-box .recommend-download.active i img:first-child {
    display: none
}

.article-box .recommend-box .down-box .recommend-download.active i img:last-child {
    display: block
}

.article-box .recommend-box .down-box .recommend-download.active ul {
    display: block
}

.article-box .article-detail-content {
    margin-top: 19px;
    padding-bottom: 40px;
    box-sizing: border-box
}

.article-box .article-detail-content h1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%!important;
    height: 56px!important;
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 26px!important;
    color: #000!important;
    background: rgba(161,206,255,.1)!important;
    margin: 24px 0!important
}

.article-box .article-detail-content h1::before {
    content: ""!important;
    display: inline-block!important;
    width: 4px!important;
    height: 56px!important;
    background: #007aff!important;
    margin-right: 20px!important
}

.article-box .article-detail-content h2 {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 24px!important;
    color: #000!important;
    margin-top: 40px!important;
    margin-bottom: 16px!important
}

.article-box .article-detail-content h3 {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 22px!important;
    color: #000!important;
    margin-top: 40px!important;
    margin-bottom: 16px!important
}

.article-box .article-detail-content h4 {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 20px!important;
    color: #000!important;
    margin-top: 40px!important;
    margin-bottom: 16px!important
}

.article-box .article-detail-content p {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 290!important;
    font-size: 20px!important;
    line-height: 36px!important;
    color: #000;
    text-indent: 40px!important
}

.article-box .article-detail-content p * {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 290!important;
    font-size: 20px!important;
    line-height: 36px!important;
    color: #000
}

.article-box .article-detail-content p strong {
    display: inline-block!important;
    text-indent: 0!important;
    font-family: "Microsoft YaHei"!important;
    font-weight: 700!important;
    font-size: 24px!important;
    color: #000!important;
    margin: 16px 0
}

.article-box .article-detail-content p strong * {
    font-family: "Microsoft YaHei"!important;
    font-weight: 700!important;
    font-size: 24px!important;
    color: #000!important
}

.article-box .article-detail-content a {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 290!important;
    font-size: 20px!important;
    color: #007aff!important
}

.article-box .article-detail-content a img {
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto!important
}

.article-box .article-detail-content video {
    display: block!important;
    width: 100%!important;
    max-width: 100%!important;
    height: 630px!important;
    outline: 0!important;
    margin: 0 auto!important
}

.article-box .article-detail-content img {
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
    margin: 16px auto!important;
    border-radius: 8px!important
}

.article-box ul {
    margin-left: 22px
}

.article-box ul li {
    list-style: unset!important
}

.article-box ol {
    margin-left: 22px
}

.article-box ol li {
    list-style: unset!important
}

.article-box table tbody td {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 290!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #000!important;
    word-break: normal!important
}

.article-box table tbody td strong {
    font-weight: 700!important
}

.article-box table tbody td strong * {
    font-weight: 700!important
}

.article-box table tbody td * {
    font-family: "Microsoft YaHei"!important;
    font-style: normal!important;
    font-weight: 290!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #000!important;
    word-break: normal!important
}

.article-box table tbody td a {
    color: #007aff!important
}

.article-box .kefu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 250px;
    background: url(https://res.callmysoft.com/wm-static-resource/web/images/operate/kefu.png) no-repeat center center;
    background-size: cover;
    border-radius: 8px;
    padding: 40px 0;
    box-sizing: border-box;
    margin-bottom: 16px
}

.article-box .kefu span:nth-child(1) {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px
}

.article-box .kefu span:nth-child(2) {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px
}

.article-box .kefu span:nth-child(3) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
    color: #dd2421;
    font-size: 20px
}

.article-box .tag-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 24px;
    box-sizing: border-box
}

.article-box .tag-box h2 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    opacity: .5;
    margin-right: 4px
}

.article-box .tag-box ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0
}

.article-box .tag-box ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.6);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100px;
    margin-right: 16px;
    cursor: pointer
}

.article-box .tag-box ul li a {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #323232;
    padding: 6px 10px;
    box-sizing: border-box
}

.article-box .tag-box ul li:last-child {
    margin-right: 0
}

.article-box .tag-box ul li:hover {
    background: rgba(0,122,255,.1);
    border: 1px solid #007aff;
    border-radius: 100px
}

.article-box .tag-box ul li:hover a {
    color: #007aff
}

.article-box .turn-page-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.article-box .turn-page-box .turn-pre-next {
    margin-top: 24px
}

.article-box .turn-page-box .turn-pre-next:first-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.article-box .turn-page-box .turn-pre-next:last-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

.article-box .turn-page-box .turn-pre-next a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.article-box .turn-page-box .turn-pre-next a.turn-title {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #007aff;
    margin-top: 8px
}

.article-box .turn-page-box .turn-pre-next a.default img.normal-icon {
    display: block
}

.article-box .turn-page-box .turn-pre-next a.default img.hover-icon {
    display: none
}

.article-box .turn-page-box .turn-pre-next a.default span {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #a2a2a2;
    margin: 0 8px
}

.article-box .turn-page-box .turn-pre-next a.empty {
    cursor: default
}

.article-box .turn-page-box .turn-pre-next a.empty span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(162,162,162,.5);
    margin: 0 8px
}

.article-box .turn-page-box .turn-pre-next.active a.default img.normal-icon {
    display: none
}

.article-box .turn-page-box .turn-pre-next.active a.default img.hover-icon {
    display: block
}

.article-box .turn-page-box .turn-pre-next.active a.default span {
    color: #007aff
}

.article-box .turn-page-box .turn-pre-next.active a.turn-title {
    text-decoration: underline
}

.other-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 50px
}

.other-box .common-title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000
}

.other-box .common-title i {
    display: inline-block;
    width: 4px;
    height: 26px;
    background: #000;
    border-radius: 115px;
    margin-right: 12px
}

.other-box .recommend-article-box ul {
    width: 585px;
    height: 270px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    margin-top: 16px;
    padding: 20px 24px;
    box-sizing: border-box
}

.other-box .recommend-article-box ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 9px
}

.other-box .recommend-article-box ul li:last-child {
    margin-bottom: 0
}

.other-box .recommend-article-box ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 85%;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.other-box .recommend-article-box ul li a:hover {
    text-decoration: underline
}

.other-box .recommend-article-box ul li a i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #000;
    margin-right: 8px;
    border-radius: 50%;
    margin-bottom: 2px
}

.other-box .recommend-article-box ul li span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2
}
