
@media screen and (max-width: 1200px) {
    /* .user-info{
        transform-origin: 85% 0;
        transform: scale(0.8);
    } */
    .detail-name{
        font-size: 1vw;
    }
    .header-nav{
        font-size: 1.3vw;
    }
    .login-tips{
        font-size: 1.2vw;
    }
    .login-window{
        transform: scale(1.25);
    }
    .login-info div{
        width: 110%;
        transform-origin: 0 0;
        text-transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    .login-info2 div {
        width: 110%;
        transform-origin: 0 0;
        text-transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    /* .buyGroup-window{
        top: 10%;
        transform: scale(0.8);
    } */
    /* .option-window{
        top: 10%;
        transform: scale(0.8);
    } */
    .detail-check-label{
        font-size: 1vw;
    }
    .detail-btn{
        position: relative;
        font-size: 1vw;
    }
    .s-category-item{
        font-size: 1.25vw !important;
    }
    .t-category-item{
        font-size: 1.2vw !important;
    }
    .index-detail-tags{
        font-size: 1.26vw !important;
    }
    .index-detail-title{
        font-size: 1.6vw !important;
    }
    .index-search-hot-box,.index-search,.index-search-list a,.search{
        font-size: 1.3vw !important;
    }
    .index-search-list a{
        height: 1.4vw !important;
        line-height: 1.4vw !important;
    }
    .search-list-key{
        position: relative;
        top: -1px;
        font-size: 1vw !important;
        height: 1.3vw !important;
        line-height: 1.3vw;
    }
    .search-page-nav-item {
        font-size: 1.3vw !important;
    }
    .myFavaTips{
        transform: scale(0.9);
    }
    .detail{
        height: calc(24.2vw + 5px);
    }
}
@media screen and (min-width: 1201px) {

    .option-window .close{
        top: 5px;
    }
    .myFavaTips{
        transform: scale(0.8);
    }
}