html {
    font-size: 16px;
}

body,
div,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

body {
    font-size: 1rem;
}

#container {
    width: 100%
}

#header {
    width: 100%;
    height: 420px;
    background: url('../images/downloadProduct/banner_download.png') center top no-repeat, linear-gradient(180deg, #367BF0, #41B9FF);
    background-size: auto 100%;
    /* background: url('../images/aboutUs/about_banner.png') center top no-repeat,linear-gradient(180deg,#0060FF,#3AAFFF); */
    /* background: linear-gradient(180deg,#0060FF,#3AAFFF); */
    position: relative;
    padding-top: 170px;
    box-sizing: border-box;
}

.header_title_wrap {
    width: 805px;
    margin-right: auto;
    margin-left: auto;
}

.header_title {
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

.header_title_wrap p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 20px;
}

#middle {
    width: 100%;
    /* position: relative; */
}

.middleWrap {
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}

.historyVersion {
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    white-space: nowrap;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
    width: 200px;
    /* height: 85vh; */
    text-overflow: ellipsis;
}

.historyVersion p {
    font-size: 14px;
    color: #1A2736;
    margin-bottom: 20px;
}

.fixedVersionMenu {
    position: fixed;
}

.latest_download {
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
}

.historyVersion .current_version_color {
    color: #3C73B9;
    border-left: 3px solid #3C73B9;
    margin-left: 1px !important;
    padding-left: 17px !important;
}

.historyVersion .mover_version_color {
    color: #3C73B9;
    border-left: 3px solid #3C73B9;
    margin-left: 1px !important;
    padding-left: 17px !important;
}

.historyVersion .current_version_color .name_cate {
    color: #3C73B9;
}

.historyVersion a {
    text-decoration: none;
}

.versionWrap .name_cate {
    width: 240px;
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #5E6978;
    line-height: 18px;
}

.otherVersion .name_cate {
    width: 240px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1A2736;
    line-height: 20px;
}

.versionWrap {
    /* padding-left: 2px; */
    /* padding: 20px 0 20px 2px; */
    /*padding: 20px 0 0 0;*/
    box-sizing: border-box;
    overflow: hidden;
    /* height: 448px; */
    transition: height .15s linear;
}

/*.versionWrap i,.otherVersion i{
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}*/

/*.versionWrap .latest_released i{
    background-image: url(/assets/images/downloadProduct/icon_download_new.svg);
}
.versionWrap .stable_released i{
    background-image: url(/assets/images/downloadProduct/icon_download_recommend.svg);
}*/

/*.otherVersion i{
    background-image: url(/assets/images/downloadProduct/icon_download_others.svg);
}*/

.stable_released {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.stable_released .icon_bubbles {
    margin-left: 10px;
}

.version_container p {
    margin-bottom: 5px;
}

.hideVersionList {
    height: 0;
}

.historyVersion_list_wrap {
    overflow: hidden;
    padding-left: 2px;
    transition: height .15s linear;
}

.version_container {
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
    margin: 10px 0 0;
    /* cursor: pointer; */
}

.version_container:hover {
    color: #3C73B9;
}

.historyVersion_list {
    border-left: 1px solid #C3D4E5;
}

.historyVersion_list li {
    padding: 10px 0 10px 19px;
    border-left: 3px solid transparent;
    margin-left: -2px;
}

.historyVersion_list li:hover {
    border-left: 3px solid #3C73B9;
}

.historyVersion_list li>span {
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    cursor: pointer;
    user-select: none;
}

.historyVersion_list li:hover a {
    color: #3C73B9;
    /* color:  */
}

.small_version_title {
    cursor: pointer;
    user-select: none;
}

.historyVersion_list .current_version_border {
    border-left: 3px solid #3C73B9;
}

.historyVersion_list li span:hover {
    color: #3C73B9;
}

.historyVersion::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    transition: all .3s;
}

.historyVersion:hover::-webkit-scrollbar {
    width: 4px;
}

.historyVersion::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #DAE0E6;
}

.historyVersion::-webkit-scrollbar-track {
    background-color: transparent;
}

/* 下载安装模块 */

.download_container {
    width: 1000px;
}

.download_tips {
    width: 1240px;
    height: 60px;
    padding-left: 70px;
    background: #F2FAFF;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    margin: 40px auto;
}

.download_tips i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 20px;
    background: url('/assets/images/downloadProduct/icon_tips.svg') no-repeat;
}

.download_tips p {
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 60px;
}

.download_tips p>a {
    text-decoration: none;
    color: #007FDF;
}

.inner_container {
    width: 100%;
    border: 1px solid transparent;
}

.module_type {
    font-size: 20px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 20px;
}

.module_type i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    background-image: url(/assets/images/downloadProduct/icon_download.svg);
}
.module_type .type_doc_i {
    background-image: url(/assets/images/downloadProduct/icon_版本特性.svg);
}
.module_type .type_iso_i {
    background-position: 0;
}

.module_type .type_bin_i {
    background-position: -30px 0;
}

.module_type .type_upgrade_i {
    background-position: -60px 0;
}

.module_type .type_more_i {
    background-position: -90px 0;
}

.module_type .type_vrouter_i {
    background-position: -120px 0;
}

.module_type .type_sdk_i {
    background-position: -150px 0;
}

.download_module_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-top: -20px;
}

.download_module_item {
    width: 490px;
    background: #FAFDFF;
    border: 1px solid #CBEDFF;
    box-shadow: 0 5px 20px 0 rgba(198, 211, 220, 0.10);
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    transition: all .25s linear;
    margin-top: 20px;
}

.download_module_item:hover {
    box-shadow: rgba(3, 27, 78, 0.1) 0px 10px 20px 0;
}

.download_API .download_module_item {
    height: 150px;
}

.download_API .download_module_item_range {
    margin-top: 8px;
}

.recommend_icon {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 86px;
    height: 86px;
}

.download_module_item_button {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 30px;
}

.download_module_item_button span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url('/assets/images/downloadProduct/btn_download_h.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.download_module_item_button a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url('/assets/images/downloadProduct/btn_download_h.svg') no-repeat;
    background-size: 100%;
}

.download_module_button_icon {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .2s linear;
}

.download_module_button_icon:hover {
    opacity: 0;
}

.download_module_item_title {
    font-size: 20px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.download_module_item_intro {
    font-size: 14px;
    color: #37475A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
}

.download_module_item_rangeTitle {
    font-size: 16px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.download_module_item_range {
    margin-top: 32px;
}

.download_module_item_range>p {
    font-size: 16px;
    color: #5E6978;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 12px;
}

.download_module_item_range>p:last-child {
    margin-bottom: 0;
}

.download_module_item_c72 {
    font-size: 12px;
    color: #007FDF;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 40px;
}

.top_switch {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CBEDFF;
    border-radius: 4px;
    padding: 12px 30px;
    margin-bottom: 40px;
    display: flex;
}

.top_switch .switch_title {
    font-size: 14px;
    color: #1A2736;
    line-height: 26px;
    white-space: nowrap;
}

.top_switch .switch_type {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}

.top_switch .switch_type>div {
    padding: 3px 10px;
    font-size: 14px;
    color: #5E6978;
    line-height: 20px;
    margin: 5px 10px 0;
    cursor: pointer;
    user-select: none;
    margin-top: 5px;
    transition: all 0.3s linear;
}

.top_switch .switch_type>div.active,
.top_switch .switch_type>div:hover {
    background: #007FDF;
    border-radius: 2px;
    color: #FFFFFF;
}

/* 没有相对应的版本号的显示的提示语的样式 */

.noVersionTips {
    margin: 20px 0 0 0;
    color: #97A4B6;
    font-size: 14px;
    text-indent: 10px;
}

/* 相关帮助文档 */

.helpDoc {
    padding: 0 0 90px;
}

.helpDoc_title {
    font-size: 20px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 20px;
}

.helpDoc_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.helpDoc_list li {
    width: calc((100% - 40px) / 3);
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #CBEDFF;
    border-radius: 4px;
    box-sizing: border-box;
}

.helpDoc_list_pic {
    width: 100%;
    height: 100px;
}

.helpDoc_list_pic1 {
    background: url('/assets/images/downloadProduct/cover_用户手册.png') no-repeat;
    background-size: 100% 100%;
}

.helpDoc_list_pic2 {
    background: url('/assets/images/downloadProduct/cover_开发手册.png') no-repeat;
    background-size: 100% 100%;
}

.helpDoc_list_pic3 {
    background: url('/assets/images/downloadProduct/cover_授权.png') no-repeat;
    background-size: 100% 100%;
}

.helpDoc_list_link a {
    text-decoration: none;
    font-size: 16px;
    color: #1A2736;
    line-height: 60px;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.helpDoc_list_link a>span {
    display: inline-block;
    width: 100%;
}

.helpDoc_arrow {
    position: absolute;
    right: 30px;
    top: 20px;
    transition: right .2s ease-in;
    -moz-transition: right .2s ease-in;
    -webkit-transition: right .2s ease-in;
    -o-transition: right .2s ease-in;
}

.helpDoc_list_link a:hover .helpDoc_arrow {
    right: 25px;
}

.downloadVersionItem {
    /* margin-bottom: 20px; */
    cursor: pointer;
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 40px;
    user-select: none;
    padding-left: 18px;
    margin-left: 2px;
    position: relative;
    border-left: 1px solid #C3D4E5;
}

.otherVersion {
    /*margin-top: 20px;*/
    cursor: pointer;
    font-size: 14px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 40px;
    user-select: none;
    border-left: 1px solid #C3D4E5;
    padding-left: 18px;
    margin-left: 2px;
}

.downloadNotice {
    display: none;
    width: 980px;
    background: #FAFDFF;
    border: 1px solid #CBEDFF;
    border-radius: 4px;
    position: relative;
    padding: 130px 170px 70px;
    margin-bottom: 70px;
}

.downloadNotice>p {
    font-size: 16px;
    color: #37475A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    text-align: center;
}

.downloadNotice>.downloadNoticeContentColor {
    color: #007FDF;
    margin: 10px 0;
}

.downloadNoticeTitle {
    font-size: 36px;
    color: #1A2736;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
}

.downloadNoticeIcon {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: url('/assets/images/downloadProduct/icon_notice.svg') no-repeat;
    background-size: 100% 100%;
}

/* 页脚 */

#footer {
    width: 100%;
    height: 582px;
    background: #002847;
}

/*ISO下载提示信息*/

.prompt_info {
    width: 100%;
    height: auto;
    background: rgba(238, 243, 247, 1);
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 0;
    margin-bottom: 40px;
    display: none;
}

.prompt_info i {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -10px;
}

.prompt_info span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(94, 105, 120, 1);
    line-height: 30px;
    display: inline-block;
}

@media screen and (max-width: 1529px) {
    .downloadNotice {
        margin-left: 0;
    }
}

@media screen and (max-width: 1440px) {
    .download_tips,
    .middleWrap {
        width: 1080px;
    }
    .download_container {
        width: 860px;
    }
    .download_module_item {
        width: 420px;
    }
}

@media screen and (max-width: 1180px) {
    .helpDoc_list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .helpDoc_list li {
        width: 60%;
    }
    .helpDoc_list_itemMiddle {
        margin: 20px 0;
    }
    .download_module_item {
        width: 100%;
    }
    .downloadNotice {
        width: 480px;
        padding: 130px 60px 70px;
    }
    .download_tips,
    .middleWrap {
        width: 768px;
    }
    .download_container {
        width: 500px;
    }
    .top_switch {
        padding: 12px 20px;
    }
    .top_switch .switch_type>div {
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 899px) {
    .header_title_wrap {
        width: 80%
    }
    .download_tips,
    .middleWrap {
        width: 80%;
    }
    .historyVersion {
        position: static;
        margin-bottom: 50px;
    }
    .middleWrap {
        flex-direction: column;
    }
    .download_container {
        width: 100%;
    }
}

@media screen and (max-width: 689px) {
    .helpDoc_list li {
        width: 100%;
    }
    .download_tips {
        height: auto;
        padding: 16px 16px 16px 45px;
    }
    .download_tips i {
        left: 13px;
    }
    .download_tips p {
        line-height: 25px;
    }
}

@media screen and (max-width: 569px) {
    .download_module_item_range p {
        word-break: break-all;
    }
    .downloadNotice {
        width: 100%;
        padding: 130px 40px 60px;
    }
}

@media screen and (max-width: 415px) {
    .header_title {
        font-size: 48px;
    }
    .header_title_wrap p {
        font-size: 16px;
        line-height: 28px;
    }
}

/********** 国际站 ***********/

.intl .download_tips {
    height: auto;
    width: 1140px;
    padding: 20px 30px 20px 70px;
}

.intl .download_tips p {
    font-size: 16px;
    color: #1A2736;
    line-height: 22px;
}

.intl .download_container {
    width: 1140px;
}

.intl .download_module_item {
    width: 560px;
}

@media screen and (max-width: 1440px) {
    /*.download_tips,*/
    /*.middleWrap {*/
    /*    width: 1140px;*/
    /*}*/
}

@media screen and (max-width: 1280px) {
    .intl .download_tips,
    .intl .middleWrap {
        width: 80%;
    }
    .intl .download_module_container {
        align-items: center;
    }
    .intl .download_module_item {
        width: calc(50% - 10px);
    }
    .intl .download_container{
        width: 100%;
    }
}
@media screen and (max-width: 899px) {
    .intl .download_module_item{
        width: 100%;
    }
}
@media screen and (max-width: 716px) {
    .intl #header{
        height: auto;
    }
}
.log4j_tips{
    display: flex;
    align-items: center;
    width: 750px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
}
.log4j_tips_icon{
    background: url('/assets/images/downloadProduct/intl_icon_tips.svg') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 12px;
    margin-right: 10px;
}
#header{
    height: auto;
    padding-bottom: 40px;
}
@media screen and (max-width: 983px) {
    .log4j_tips{
        width:100%;
        height: unset;
        padding: 20px 30px 20px 70px;
        display: block;
        line-height: 22px;
        position: relative;
        border-radius: 4px;
    }
    .log4j_tips_icon{
        position: absolute;
        top: 20px;
        left: 17px;
        margin-right: unset;
        margin-left: unset;
    }
}
@media screen and (max-width: 900px) {
    .log4j_tips_icon{
        left: 33px;
    }
}
@media screen and (max-width: 690px) {
    .log4j_tips_icon{
        left: 17px;
    }
}
.doc_module_container .doc_box{
    width: 490px;
    background: #FAFDFF;
    box-shadow: 0px 5px 20px 0px rgba(198,211,220,0.1);
    border-radius: 4px;
    border: 1px solid #CBEDFF;
    padding: 30px;
    margin-top: 20px;
    position: relative;
    transition: all .25s linear;
}
.doc_box.warp{
    display: none;
}
.doc_module_container .doc_box:hover{
    box-shadow: rgb(3 27 78 / 10%) 0px 10px 20px 0;
}
.doc_module_container .doc_box:hover .doc_url{
    transform: translateX(6px);
}
.doc_module_container .doc_box .doc_header{
    display: flex;
    justify-content: space-between;
}
.doc_title{
    font-size: 20px;
    font-weight: 500;
    color: #1A2736;
    line-height: 32px;
}
.doc_desc{
    font-size: 16px;
    font-weight: 500;
    color: #1A2736;
    margin-top: 32px;
    line-height: 20px;
}
.doc_url{
    display: flex;
    align-items: center;
    transition: all .3s linear;
}
.doc_url_text{
    font-size: 16px;
    font-weight: 500;
    color: #007FDF;
    line-height: 20px;
    margin-right: 8px;
}
.highlights .highlights_item .highlights_icon{
    background: url('/assets/images/highlights_icon.svg');
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    display: block;
    margin-right: 8px;
    margin-top: 3px;
}
.highlights .highlights_title{
    font-size: 16px;
    font-weight: 500;
    color: #1A2736;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.highlights .highlights_item{
    display: flex;
    margin-top: 12px;
}
.highlights .highlights_item .highlights_text{
    font-size: 16px;
    font-weight: 400;
    color: #5E6978;
    line-height: 20px;
}
.intl.doc_box.pc{
    width: 560px;
}
.doc_url_icon{
    display: block;
    background: url('/assets/images/caseSelection/arrow_detail.svg');
    width: 12px;
    height: 10px;
}
.doc_a_url{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1180px) {
    .doc_box.pc{
        display: none;
    }
    .doc_box.warp{
        display: block;
    }
    .doc_module_container .doc_box{
        height: unset;
    }
    .doc_url{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1180px) {
    .intl.doc_box.warp{
        width: 100%;
    }
}