.upgrade_tips{
    padding: 18px;
    margin-top: 32px;
    background-color: #fff7f1;
    border-radius: 8px;
    color: #de8340;
    font-size: 14px;
}

.download-main {
    margin-bottom: 177px;
}

.select-main {
    padding-top: calc(72px + 100px);
}

.select-grid {
    margin: 0px;
    grid-column: 1 / 2;
    width: 100%;
}

.select-grid div{
    font-size: 15px;
}

.select-item1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column: 1 / 6;
}

.select-flex {
    width: 100%;
    margin: 36px auto 0px;
    max-width: var(--size-safearea);
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 16px;
}

.select-flex > h1 {
    margin:80px 0px 24px
}

.select-news {
    width: 280px;
    background-color: #f8f8f9;
    padding: 24px;
    text-decoration: none;
    text-align: left;
    border-radius: calc(var(--size-grid-gap) * 0.5);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    box-sizing: border-box;
    max-height: 1300px;
    overflow-y: hidden;
    display: block;
}

.select-news-head {
    padding-bottom: 13px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.select-news a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.select-news a:hover {
    background-color: #edeeee;
}

.select-news h5 {
    margin-bottom: 2px;
    font-weight: 400;
    color: var(--color-black)
}

.select-grid img {
    width: 130%;
}

.select-parts .select-grid img {
    width: 90% !important;
}

.select-news span {
    font-size: 12px;
    color: var(--color-grey-black);
}

.news {
    background: #FFE8E8;
    border: 1px solid #FFDBDB;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 2px;
    color: var(--color-red) !important;
    margin-left: 6px;
}

.download-grid-ctn {
    display: flex;
    max-width: var(--size-safearea);
    width: 100%;
    margin: 0 auto;
}

.download-menu {
    margin-right: 24px;
    width: 420px;
    background-color: white;
    padding: 0px 32px 32px 32px;
    box-sizing: border-box;
    border-radius: calc(var(--size-grid-gap) * 0.5);
}

.download-detail {
    width: 100%;
    background-color: white;
    padding: 80px;
    box-sizing: border-box;
    border-radius: calc(var(--size-grid-gap) * 0.5);
}
.select-info-card{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.download-shuttle-content-ctn {
    display: grid;
    grid-template-columns: repeat(2, 100%);
    overflow-x: hidden;
}

.download-list h3 {
    margin: 36px auto 14px auto;
}

.download-list a {
    padding: 12px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    border-radius: calc(var(--size-grid-gap) * 0.3);
}

.download-list a:hover {
    background-color: #f7f9fa !important;
}

.download-tittle {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.download-list li {
    margin-bottom: 4px;
}

.download-type-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
}

.download-type-icon {
    font-size: 0;
    margin-right: 12px;
    /*border-radius: 12px;*/
    overflow: hidden;
    width: 120px;
}

#download-tab-ctn {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#download-tab-ctn span {
    font-size: 16px;
    font-weight: 800;
}

.download-tab-bar {
    background: none !important;
    border-bottom: 3px solid var(--color-red);
    box-sizing: border-box;
}

.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px auto;
    width: 100%;
}

.download-item > div:nth-child(2){
    margin-right: 2px;
}

.download-item h4 {
    font-weight: 400;
    color: var(--color-grey-black);
    margin-top: 6px;
}

.platform1-update-content,
.platform2-update-content {
    font-size: 14px;
    color: var(--color-grey-black);
    margin-top: 10px;
    line-height: 160%;
}

.shuttle-tab-item {
    padding: 20px 32px;
}

.product-service-tab > a:link, .product-service-tab > a:visited, .product-service-tab > a:hover, .product-service-tab > a:active{
    color: var(--color-black);
}

.download-type-text>h4 {
    font-weight: 400;
    margin-top: 6px;
}

.android_play img {
    width: 180px;
}

.ios_play img {
    width: 160px;
}

.play_logo1 {
    text-decoration: none;
}

.play_logo1>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#software_panel2,
#software_panel3,
#software_panel4,
#software_panel5,
#software_panel6,
#software_panel7{
    display: none;
}
.btn-download{
    display:flex;
    align-items:center;
    background: #C03939;
    margin: 4px 8px;
    font-size: 14px;
    text-align: center;color: #FFFFFF;
    border-radius: 5px;
    padding: 12px 10px;
}
@media only screen and (max-width: 767px) {

    .select-flex {
        width: 100%;
        margin: 36px auto 0px;
        max-width: var(--size-safearea);
        display: flex;
        flex-direction: column;
    }
    .select-grid {
        margin: auto;
        grid-template-columns: repeat(2, 1fr);
        width: calc(100% - var(--size-grid-gap) * 2);
        /* order: 2; */
    }
    .select-grid .gl-arrow{
        display: none;
    }
    .select-news {
        width: calc(100% - var(--size-grid-gap) * 2);
        padding: 24px;
        margin: 24px auto;
        box-sizing: border-box;
        /* order: 1; */
    }
    .select-ctn p {
        width: calc(100% - 48px);
        margin: 0 auto;
    }
    .select-ctn h1 {
        margin-bottom: 12px;
    }
    .download-grid-ctn {
        flex-direction: column;
    }
    .download-menu {
        display: none;
    }
    .download-type-img {
        width: 60px;
        height: 60px;
    }
    .download-detail {
        padding: 40px 16px;
        margin-bottom: 16px;
    }
    #download-tab-ctn {
        justify-content: space-between;
    }
    /* .download-tittle {
        justify-content: center;
    } */
    .android_play img {
        width: 140px;
    }
    .ios_play img {
        width: 120px;
    }
    #software_panel,
    #software_panel2,
    #software_panel2_1,
    #software_panel3,
    #software_panel4,
    #software_panel5,
    #software_panel6,
    #software_panel7{
        display: block;
    }

    .download-main {
        margin-bottom: 110px;
    }

    .btn-download{
        margin: 16px 0px 0px;
    }

    .download-item{
        align-items: unset;
        flex-direction: column;
    }

    #software_panel .download-item
    ,#software_panel2 .download-item
    ,#software_panel2_1 .download-item{
        flex-direction: row;
    }
    #software_panel3 .download-item
    ,#software_panel4 .download-item
    ,#software_panel5 .download-item
    ,#software_panel6 .download-item
    ,#software_panel7 .download-item{
        flex-direction: column;
    }
}

.topFixed span {
    font-size: 14px;
}

.appTips > a:link, .appTips >a:visited, .appTips >a:hover, .appTips >a:active{
    color: var(--color-link);
}


/* .download-menu {
    background: #fff;
    padding-top: 50px;
}

.download-detail {
    background-color: white;
    grid-column: 4 / 13;
    padding: 0px 0px;
    transition: all 0.3s;
    overflow-x: hidden;
}

.download-type-icon {
    margin: 36px auto 0px;
    max-width: 400px;
    display: inline-grid;
    grid-gap: 16px;
    background-color: white;
    padding: 24px;
    vertical-align: top;
}

.download-type-icon>img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.download-type-text {
    margin: 36px auto 0px;
    max-width: 400px;
    display: inline-grid;
    grid-gap: 16px;
    background-color: white;
    padding: 24px;
    vertical-align: top;
    text-align: left;
}

.appName {
    font-family: PingFang HK;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.appTips {
    font-family: PingFang HK;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

#download-tab-ctn {
    border-bottom: 1px solid #F3F3F3;
}


/*android

.platform1-name {
    width: 70%;
    display: inline-grid;

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2A2B2E;
}

.platform1-publish-date {
    width: 70%;
    display: inline-grid;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(62, 63, 70, 0.6);
}

.android_play {
    display: inline-grid;
    vertical-align: top;
}

.android_update_title {
    margin: 20px 0px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2A2B2E;
}

.platform1-update-content {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: rgba(62, 63, 70, 0.6);
}


/*ios

.download-content-platform2-name {
    width: 70%;
    display: inline-grid;

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2A2B2E;
}

.ios_publish_date {
    width: 70%;
    display: inline-grid;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(62, 63, 70, 0.6);
}

.ios_play {
    display: inline-grid;
    vertical-align: top;
}

.ios_update_title {
    margin: 20px 0px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2A2B2E;
}

.platform2-update-content {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: rgba(62, 63, 70, 0.6);
}

.ios_play a:hover,
.android_play a:hover {
    text-decoration: none;
} */
