hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.background {
    background: linear-gradient(89.4deg, #1529AD 0.58%, #1A7ACB 95.7%, #197CCC 95.71%);
}
.topmaincontainer {
    padding: 4rem;
    height: fit-content;
}

.notShowOnMobile {
    display: block;
}

.showOnMobile {
    display: none;
}

.showOnMobileAndPad {
    display: none;
}

.cursor_pointer {
    cursor: pointer !important;
}

/* 顶部Nero栏 */
.top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.top_right {
    width: 70%;
}

.top_right img {
    width: 100%;
    height: auto;
}

.topleft_text {
    color: #fff;
    line-height: 1.666667rem;
    text-align: left;
}

.sub_title {
    height: 3.83333333rem;
}

.sub_title p {
    font-size: 1.3333333rem;
    font-weight: 700;

}

.sub_title_small {
    font-size: 0.83333333rem;
    font-weight: 400;
    height: 3.83333333rem;
    line-height: inherit;
}

.topleft_button {
    margin-top: 1.5vw;
}

.FreeDownloadButton {
    width: 13.433333rem;
    height: 2.6rem;
    background: #FACC07;
    border: 2px solid #FACC07;
    border-radius: 10px;
    position: relative;
}

.FreeDownloadButton .btnmask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    display: none;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.FreeDownloadButton span {
    font-size: 0.833333rem;
    font-weight: 700;
}

/* 中部描述栏 */
.middle_description_outer {
    min-height: 13rem;
    height: fit-content;
    background: #080005;
}

.middle_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 3rem;
}

.description_title {
    color: #fff;
    font-size: 1.133333rem;
}

.des_count {
    color: #FACC07;
}

.description_categories {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 2.666667rem;
}

.description_categories .category {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.description_categories .category img {
    width: 1.6666667rem;
    height: 1.6666667rem;
}

.description_categories .category div {
    font-size: 1.3rem;
}

.description_categories .category .cat_text {
    font-size: 0.8rem;
}

/* 左边应用内容栏 */

.contents {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
}

.left_content {
    width: 20%;
    max-width: 384px;
}

.application_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.small_title {
    display: flex;
    margin-left: 30px;
    padding: 15px 0;
}

.rectangle {
    width: 8px;
    height: 25px;
    background: #d9d9d9;
}

.cate_name {
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.card_section {
    position: relative;
    padding: 16px;
}

.active_tab {
    color: #fff;
    background-color: #6a0cff;
    border-radius: 10px;
}

.tab_content {
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.tab {
    position: relative;
    cursor: pointer !important;
}

.tab:hover {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
}

.active_tab:hover {
    background-color: rgba(106, 12, 255, 0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.tab_text {
    height: 100%;
    display: flex;
    min-width: 40px;
    padding: 4px 0;
    padding-left: 1.4333333rem;
    justify-content: flex-start;
    align-items: center;
}

.tab_label {
    font-size: 14px;
    line-height: 1.715rem;
    font-weight: 500;
}

.mycheckbox {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
}

.mycheckbox:hover {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.mycheckbox input {
    width: 20px;
    height: 20px;
}

/* 右边产品栏 */
.right_content {
    background: #ece7f6;
    width: 80%;
    max-width: 1536px;
}

.search_box {
    height: 150px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20%;
    padding-right: 20%;
}

.search_outer {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    font-size: 14px;
}

.search_hover {
    border: 1px solid #080005;
}

.focus_border {
    border: 2px solid #000;
}

.search_inner {
    min-width: 0;
    max-width: 100%;
    width: auto;
    text-align: left;
    padding: 0 14px;
}

.search_control {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search_control {
    height: 56px;
    max-width: 100%;
}

.search_control_container {
    max-width: 100%;
    flex: 1;
}

.search_control_container input {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.00937rem;
    text-transform: inherit;
    text-decoration: inherit;
    border: none;
    outline: none;
    border-radius: 0;
    background: none;
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 0;
    width: 50%;
}

.search_control_icon {
    padding-left: 12px;
}

.search_number_outer {
    margin-right: 1rem;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.apply_menu {
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%);
    height: 200px;
    overflow-y: scroll;
    bottom: 100%;
    display: none;
    position: absolute;
}

.search_number {
    font-weight: 400;
    text-align: right;

}

.ads_products {
    margin: 45px 2rem;
}

.white_box {
    display: flex;
    background-color: #fff;
    height: 270px;
    justify-content: space-between;
    border-radius: 10px;
}

.left_text {
    margin-top: 34px;
    margin-left: 44px;
}

.left_text .ads_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.left_text .ads_introduction {
    font-size: 14px;
    line-height: 16px;
}

.ads_buttons {
    margin-top: 65px;
    display: flex;
    width: fit-content;
    width:-moz-fit-content;
    justify-content: flex-start;
}

.ads_buttons a {
    height: 36px;
    display: flex;
}

.product_btn {
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 16px;
    outline: none;
    height:43px;
    border: 1px solid black;
}

.bg_black {
    background-color: #000 !important;
}

.bg_black:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.bg_white {
    background-color: #fff !important;
}

.bg_white:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.text_white {
    color: #fff !important;
}

.pro_card_section {
    padding-top: 16px;
    position: relative;
}

.pro_card_outer {
    display: flex;
    margin-left: -24px;
    flex-wrap: wrap;
    flex-direction: row;
}

.pro_card {
    padding-top: 24px;
    padding-left: 24px;
    width: 25%;
}

.smallProfileCard {
    min-height: 380px;
    padding: 10px 20px;
    background-color: #fff;
}
.smallProfileCard .pro_img{
    width: 100%;
    height: auto;
    display: none;
}
.smallProfileCard .pro_img img{
    width: 100%;
    height: auto;
}
.platformIcons {
    display: flex;
    flex-direction: row;
    padding-right: 16px;
    justify-content: flex-end;
    padding-top: 30px;
}

.platformIcons .pfIcon {
    display: flex;
    margin-left: 5px;
    font-size: 18px;
}

.platformIcons .pfIcon .pfIcon_content {
    display: flex;
}

.platformIcons .pfIcon .pfIcon_content img {
    width: 18px;
    height: 18px;
}

.pro_item {
    display: flex;
    padding: 16px;
}


.pro_item_icon {
    padding-right: 16px;
}

.pro_item_icon_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.pro_item_name {
    display: flex;
    align-items: center;

}

.pro_item_name .smallProfileCardTitle {
    font-size: 14px;
    line-height: 14px !important;
    font-weight: 700;
}

.pro_details {
    padding: 16px;
}

.pro_details .sub-title {
    line-height: 17px;
    min-height: 90px;
    font-size: 14px;
}

.pro_details .prices {
    margin-bottom: 10px;
}

.pro_details .prices .new_price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;

}

.pro_details .prices .old_price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #9e9d9d;
    text-decoration: line-through;
    margin-left: 5px;
    display:none;
}

.hr {
    border: 1px solid #878484;
    margin: 15px -36px 0;
}

.pro_details .withQr {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    min-height: 50px;
}

.pro_details .withQr .free {
    display: flex;
    align-items: center;
}

.pro_details .withQr .free a {
    color: #000 !important;
    font-size: 14px;
}
.pro_details .withQr .free .download_icon{
    display: flex;
    align-items: center;
}
.pro_details .withQr .free .download_icon img {
    width: 14px;
    height: 14px;
}

.pro_details .withQr .pro_qrcode img {
    width: 50px;
    height: 50px;
}

.card_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    height: 45px;
}

.btn_text a {
    display: flex;
}

.thirdPartyDownload_outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.googleplay{
    height: 38px;
}
.btn_text {
    display: flex;
    justify-content: center;
}

.thirdPartyDownload {
    display:flex;
}

.thirdPartyDownload img {
    width: 120px;
    height: auto;
}

@media (max-width:767.9px) {
    .notShowOnMobile {
        display: none;
    }

    .pro_card {
        width: 100%;
    }
    
    .thirdPartyDownload img {
        width: 140px;
    }

    .product_btn {
        width: 140px !important;
        height: 50.5px;;
    }

    .top {
        flex-direction: column;
    }

    .top_left {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .sub_title {
        height: 2.833333rem;
    }

    .sub_title_small {
        height: 2.833333rem;
        line-height:inherit;
        margin-top:10px;

    }

    .top_right {
        width: 100%;
    }
    .googleplay{
        height: 43px!important;
    }
}

@media(max-width:576px) {
    .sub_title p {
        font-size: 1.5rem;
    }
    .left_text{
    flex:1;
    padding:0 10px;
    }
    .ads_buttons{
    width:100%;
    }
    .product_btn{
        width: 115px!important;
        height: 41.44px;
    }
    .thirdPartyDownload img{
        width: 115px;
    }
    .ads_buttons{
    margin-top:40px;
    }
    .left_text{
    margin-left:20px;
    }
    .googleplay{
        height: 34px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .sub_title p {
        font-size: 1.8rem;
    }

    .sub_title_small {
        font-size: 1.2rem;
    }
}

@media (max-width:1024px) {
    .search_box {
        padding-left: 10%;
        padding-right: 10%;
    }

    .search_number_outer {
        justify-content: space-between;
        margin-top: 4vw;
    }

    .showOnMobileAndPad {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

    .right_content {
        width: 100%;
    }

    .left_content {
        display: none;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .pro_card {
        width: 50%;
    }
}
@media(min-width:1024.1px) and (max-width:1150px){
    .thirdPartyDownload img{
        width: 95px;
    }
    .product_btn{
        height: 34px;
        width: 95px;
    }
    .googleplay{
        height: 30px!important;
    }
}
@media (min-width:1150px) and (max-width:1250px) {
    .thirdPartyDownload img {
        width: 110px;
    }
    .product_btn{
    height:40px;
    width: 110px!important;
    }
    .googleplay{
        height: 34px!important;
    }
}

@media (min-width:1024.1px) and (max-width:1820px) {
    .pro_card {
        width: 33.3333%;
    }

    .smallProfileCard {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .hr {
        margin: 15px -16px 0;
    }
}

@media(min-width:1920px) {
    .pro_card {
        width: 25%;
    }
}