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

.recommend-box .recommend-info {
    margin-left: 16px;
}

.recommend-box .recommend-info h2 {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 6px;
}

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

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

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

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

.recommend-box .recommend-download > img {
    width: 20px;
}

.recommend-box .recommend-download > span {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #007aff;
    margin-left: 5px;
}

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

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

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

.recommend-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_btn_wrapper .a_b_box {
    width: 806px;
    height: 86px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article_btn_wrapper .a_b_box > img {
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name > p {
    margin: 0;
    padding-bottom: 0;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name p:first-child {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name p:last-child img:first-child {
    height: 9.583px;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name p:last-child img:last-child {
    width: 18px;
    height: 17.25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name p:last-child > span {
    color: #b5b5b5;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .article_btn_wrapper .a_b_box > .a_b_product_name p:last-child > i {
    width: 1px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 0.1;
    background: #000;
    margin-left: 10px;
    margin-right: 5px;
  }
  .article_btn_wrapper .a_b_box > .a_b_download {
    cursor: pointer;
    margin-left: 35px;
    width: 128px;
    height: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid rgba(0, 122, 255, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > img {
    width: 24px;
    height: 23px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 6px;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > span:first-of-type {
    color: #007aff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > span:last-of-type {
    width: 32px;
    height: 30px;
    border-top: 1px solid rgba(0, 122, 255, 0.5);
    border-bottom: 1px solid rgba(0, 122, 255, 0.5);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #e6f2ff;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > .a_b_other_select {
    display: none;
    width: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 32px;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > .a_b_other_select > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    width: 94px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 5px;
    outline: none;
    color: #000;
    text-decoration: none;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > .a_b_other_select > a > img {
    width: 26px;
    height: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 6px;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > .a_b_other_select > a > span {
    color: #000;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .article_btn_wrapper .a_b_box > .a_b_download > .a_b_other_select > a:hover {
    background: #eeeeee;
  }
