.download2 {
    width: 100%;
    background: url(/new/imgs/download/download_content_bg.png) no-repeat;
    background-size: cover;
}

.download_content {
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title1 {
    font-size: 40px;
    color: #000000;
    text-align: center;
}

.title2 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    color: #51565D;
    text-align: center;
}

.title3 {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.download_mian {
    display: flex;
    margin-top: 50px;
    width: 80%;
}

.download_mian_item {
    flex: 1;
    box-shadow: 0 0 20px 1px #EAEFFE;
    border-radius: 10px;
    margin-right: 20px;
}

.download_mian_item_yd {
    flex: 1;
    box-shadow: 0 0 20px 1px #EAEFFE;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
}

.download_mian_item:last-child {
    margin-right: 0px;
}

.download_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 146px;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    position: relative;
}

.recommend {
    position: absolute;
    right: 0;
    top: 0;
}

.download_top1 {
    background: linear-gradient(to right, #FFA15C, #FFA517, #FF5C1C);
}

.download_top2 {
    background: linear-gradient(to right, #79BEFF, #2B4AD1);
}

.download_top3 {
    background: linear-gradient(to right, #9187F5, #9921E5);
}

.download_top4 {
    background: linear-gradient(to right, #51709C, #1C345C);
}

.download_top_title1 {
    color: #ffffff;
    font-size: 24px;
}

.download_top_title2 {
    padding: 10px 3px;
    border: 1px #ffffff solid;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

.download_center {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.download_center_yd {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.download_center_text1 {
    font-size: 18px;
    color: #000000;
}

.download_center_text1_yd {
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}

.download_center_yd_btn {
    width: 60%;
    height: 40px;
    background-color: #0055E3;
    border-radius: 10px;
    box-shadow: 0 0 3px #1868E4;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin: 30px 0;
}

.download_center_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0 50px 0;
    box-sizing: border-box;
}

.link_img_contont {
    position: relative;
    width: 130px;
    height: 130px;
    box-shadow: 0 0 10px 1px #EAEFFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_img_contont img {
    width: 32px;
    height: 32px;
}

.link_text {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}

.download_center_text2 {
    flex: 0;
    font-size: 12px;
    color: #999999;
}

.download_center_text2_yd {
    font-size: 12;
    color: #999999;
    margin-bottom: 20px;
}

.download_center_item {
    position: relative;
    cursor: pointer;
}

.ewm_bg {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #3370FF;
    border-right: 30px solid #3370FF;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
}

.ewm_img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all .2s ease;
    opacity: 1;
}

#link_img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#link_img4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 120px;
    height: 120px;
}

#link_img6 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 120px;
    height: 120px;
}

#link_text2 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
}

#link_text4 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
}

#link_text6 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
}

.phone_apply {
    justify-content: center;
}

.download_content_yd {
    padding: 30px 20px;
}

.title1_yd {
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.title2_yd {
    margin: 10px 0 5px 0;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 20px;
}

.download_center_link_yd {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_mian_yd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.more_product {
    margin: 0 auto;
    padding: 70px 0;
}

.more_product_ul {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.cardContainer {
    flex: 1;
    box-shadow: 0 0 20px 1px #eaeffe;
    border-radius: 10px;
    margin-right: 20px;
    height: 340px;
    padding: 35px 25px 0px 25px;
    text-align: left;
}

.cardContainer:last-child {
    margin-right: 0px;
}

.cardTitle {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}

.cardDetail {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-top: 5px;
}

.downContainer {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.downItem {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.downItem a {
    text-decoration: none;
    color: #444444;
}

.downItem a:hover {
    text-decoration: none;
    color: rgb(0, 77, 221);
}

.downText {
    padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
}

.downNote {
    text-align: center;
    margin-top: 150px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.iosQRcode {
    position: absolute;
    bottom: 10px;
    left: -40px;
    display: none;
}

.azQRcode {
    position: absolute;
    display: none;
    bottom: 10px;
    left: -40px;
}

.ipadQRcode {
    position: absolute;
    display: none;
    bottom: 10px;
    left: -40px;
}

.download1 {
    margin: 0 auto;
    padding: 150px 0 170px 0;
    box-sizing: border-box;
}

.download1_toptext {
    width: 100%;
}

.download1_text1 {
    font-size: inherit;
}

.download1_toptext_line3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.download1_toptext_a {
    text-decoration: none;
    color: #3370FF;
    cursor: pointer;
    font-size: 14px;
}

.download1_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.download1_main_item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.download1_main_item_top {
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #ECF1FC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.download1_main_space {
    width: 120px;
}

.download1_main_item2_tr {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: all .2s ease;
    border-top: 60px;
}

.download2_sevice_btn {
    margin: 30px auto;
    width: 200px;
    height: 42px;
    border: 1px #EEEEEE solid;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
}

.download2_sevice_btn:hover {
    background-color: #437BFF;
    color: #ffffff;
}

.download1_top_btn {
    margin: 50px auto;
    width: 180px;
    height: 40px;
    border: 1px #EEEEEE solid;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #437BFF;
    cursor: pointer;
}