html {
    font-size: calc(100vw / 376 * 16);
}

* {
    padding: 0;
    margin: 0;
}

body {
    background: #f9f9f9;
}

.topNews {

    width: 23.5rem;
    height: 3.6875rem;
    position: relative;
}

.topNews img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.topNews .close {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    position: absolute;
    top: 0.3125rem;
    right: 0.875rem;
    background: rgba(0, 0, 0, 0.0);
}

.topNews .close .closeDownBox {
    box-sizing: border-box;
    width: 17.8125rem;
    padding: 0.75rem;
    height: 6.375rem;
    background: #FFF;
    position: absolute;
    top: 3.125rem;
    right: 0;
    border-radius: 0.5rem;
    border: solid 0.0625rem #ececec;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .33);
}

.topNews .close .closeDownBox .errTitle {
    font-weight: 100;
}

.topNews .close .closeDownBox .errBtn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

.topNews .close .closeDownBox .errBtn .btnSuccess {
    color: #fff;
    background-image: linear-gradient(to top, #fc8507, #ffa218);
    font-weight: bold;
    border: none;
    height: 2.25rem;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topNews .close .closeDownBox .errBtn .btnFail {
    margin-left: 0.75rem;
    height: 2.25rem;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    border: 0.0625rem solid #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}



.toApp {
    width: 21.4375rem;
    height: 4.25rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
}

.toApp .logoBox {
    width: 11.3125rem;
    height: 4.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.toApp .logoBox .logoBackground {
    height: 2.25rem;
    width: 2.25rem;
    background: linear-gradient(to bottom, #ffa315, #fc8607);
    border-radius: 0.3125rem;
    color: #FFF;
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.375rem;
}

.toApp .logoBox .logoTextAndScore {
    width: 8.0625rem;
    height: 2rem;

}

.toApp .logoBox .logoTextAndScore .logoText {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-bottom: 0.3125rem;
}

.toApp .logoBox .logoTextAndScore .logoScore {
    display: block;
    width: 4.125rem;
    height: 0.6875rem;
}



.mobileHead {
    width: 100%;
    height: 3.875rem;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    display: none;
    position: fixed;
    top: 0;
    z-index: 11;
}

.mobileHead .headToBack {
    width: 3.875rem;
    height: 3.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileHead .headCenterLogo {
    width: 15.3125rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mobileHead .headRightSearch {
    width: 3.875rem;
    height: 3.875rem;
    display: flex;
    align-items: center;
    justify-content: center;

}







.productSummaryTitle {
    width: 23.4375rem;
    height: 3.625rem;
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem;
    padding-left: 1rem;
    color: #333;
    padding-top: 1.5rem;
    box-sizing: border-box;
    margin-top: 3.875rem;
}







.MyProList {
    width: 100%;
    /* height: 53.75rem; */
}

.MyProList .MyProItem .myProItemTopBox {
    width: 100%;
    height: 3.3125rem;
    border-bottom: 0.0625rem solid #ebebeb;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 1rem;
    align-items: center;
    background: #FFF;
}

.MyProList .MyProItem .myProLeft {
    width: 17.75rem;
    display: flex;
    align-items: center;
}

.MyProList .MyProItem .myProLeft .myProLeftIco {
    width: 1.5625rem;
    height: 1.375rem;
    margin-right: 0.3125rem;
}

.MyProList .MyProItem .myProLeft .myProLeftText {

    font-size: 1rem;
    color: #333;
    line-height: 1rem;
}

.MyProList .MyProItem .myRoRightIco {
    transition: transform 0.6s;

    width: 1.25rem;
    height: 1.25rem;
}




.MyProList .MyProItem:active {
    background: rgba(0, 0, 0, .04);
}


.myProRightIcoActive {
    transform: rotate(180deg);
}



.MyProList .myProItemBottomBox .itemChild {
    width: 23.4375rem;
    height: 2.875rem;
    display: flex;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 1rem;
    box-sizing: border-box;
    align-items: center;
    border-top: 1px solid #eee;
    background: #FFF;
}


.MyProList .myProItemBottomBox .itemChild a {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 0.875rem;
}




.MyProList .myProItemBottomBox .itemChild .itemChildIco {
    width: 1.25rem;
    height: 1.25rem;
}



.MyProList .itemGrandson {
    width: 23.4375rem;
    background: #FFF;
    padding-left: 32px;
    padding-top: 0.75rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.MyProList .itemGrandson .smallBox {
    height: 2.1875rem;
    font-size: 0.875rem;
    line-height: 2.1875rem;
    text-align: center;
    color: #333;
    background: #f7f7f7;
    padding: 0 0.9375rem;
    border-radius: 8px;
    margin-bottom: 1.375rem;
    margin-right: 0.625rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}






.toApp .openBox {
    width: 3.5rem;
    height: 2.25rem;
    border-radius: 0.4375rem;
    color: #FFF;
    line-height: 2.25rem;
    text-align: center;
    background: linear-gradient(to bottom, #ffa315, #fc8607);
    font-size: 1rem;
}




.Myfoot {
    width: 100%;
    height: 3.125rem;
    display: none;
    justify-content: space-around;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFF;
    z-index: 11;
    align-items: center;
}


.Myfoot .gootItem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.Myfoot .gootItem .footText {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #8c8c8c;
}

.Myfoot .gootItem.myFootColor .footText {
    color: #fc8507 !important;
}

.Myfoot .gootItem.myFootColor .menu-nav__icon-svg path {
    fill: #fc8507 !important;
}

.closeActive {
    background: rgba(0, 0, 0, 0.5) !important;
}

.HideNone {
    display: none !important;
}

.mobileHead .search-bar{
    width: 100%;
    display: block;
    position: fixed;
    height: 100vh;
    background: #fff;
}
.mobileHead .search-bar .search-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 10px;
    border-bottom: 1px solid #eee;
}
.mobileHead .search-bar .search-box input{
    width: 100%;
}

@media (max-width:767px) {
    footer{
        margin-bottom: 3.125rem;
    }
    .header{
        display: none;
    }
    .Myfoot,
    .mobileHead{
        display: flex;
    }
}