* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none !important;
    /* ios横屏字体放大 */
    -webkit-overflow-scrolling: touch;
}

html,
body {
    margin: 0 auto;
    background: #fff;
    font-size: 16px;
    color: #333;
}

body {
    padding-bottom: 0 !important;
}

@media screen and (max-width:1200px) {

    /* 西瓜树头部 */
    .picImgnew img {
        width: 0.24rem;
        height: 0.24rem;
        border-radius: 50%;
    }

    .newhead_tag_box {
        display: flex;
        margin-right: 0.15rem;
    }

    .picImgnew {
        margin-left: 0.1rem;
    }

    #xuanfuFriends2 {
        position: relative;
    }

    .picImgnew_num {
        display: none;
        position: absolute;
        top: 0;
        background: red;
        color: #fff;
        height: 0.14rem;
        font-size: 0.12rem;
        padding: 0.03rem 0.05rem;
        border-radius: 0.3rem;
        line-height: 0.09rem !important;
        right: -8px;
    }

    .newhead_searchlishow {
        display: none;
    }

    .newhead_searchli {
        display: flex;
        border: 1px solid #dedede;
        background-color: #f6f6f6;
        width: 3.45rem;
        height: 0.35rem;
        margin: 0.15rem auto 0 auto;
        border-radius: 0.3rem;
        justify-content: space-between;
        overflow: hidden;
    }

    .history-box-search-input_h {
        width: 75%;
        padding-left: 0.15rem;
    }

    .search-btn-yi_h {
        width: 25%;
        color: #1ca738;
    }

    .search-btn-yi_h img {
        width: 0.2rem;
        height: 0.2rem;
        vertical-align: middle;
    }

    .search-btn-yi_h span {
        vertical-align: middle;
    }

    .picImgnew:first-child img {
        border: 1px solid #dfdfdf;
    }

    /* 底部 */
    .dianFoot {
        width: 100%;
        background: #f6f6f6;
        text-align: center;
        font-size: 0.12rem;
        color: #cccccc;
        padding: 0.23rem 0.4rem;
    }

    .font-14 {
        font-size: 0.12rem !important;
    }

    /* 公共 */
    html {
        font-size: 26.66666667vw !important;
    }

    /* 提示框 */
    .torpraps {
        /* width: 200px; */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #ffffff;
        padding: 0.1rem 0.2rem;
        text-align: center;
        display: none;
        border-radius: 0.05rem;
        font-size: 0.14rem;
        z-index: 10000000000;
    }

    .yi-hide {
        display: none !important;
    }

    /* 公共 end */
    /* 新增头部链接 */
    .headers .sub-row {
        display: flex;
        justify-content: space-evenly;
        padding: 0.05rem 0;
        background: white;
        flex-grow: 1;
        font-size: 0.15rem;
    }
}

@media screen and (min-width:1199px) {

    /* 西瓜树头部 */
    .picImgnew {
        display: inline-block;
    }

    .picImgnew img {
        width: 32px;
        height: 28px;
        border-radius: 50%;
    }

    .newhead_tag_box {
        display: flex;
        margin-right: 15px;
    }

    .picImgnew {
        margin-left: 10px;
    }

    #xuanfuFriends2 {
        position: relative;
        top: 25px;
    }

    .picImgnew_num {
        display: none;
        position: absolute;
        top: -8px;
        background: red;
        color: #fff;
        height: 20px;
        min-width: 20px;
        font-size: 12px;
        padding: 5px 4px;
        border-radius: 50%;
        line-height: 9px !important;
        right: -8px;
        text-align: center;
    }

    /* 底部 */
    .dianFoot {
        width: 100%;
        background: #f6f6f6;
        text-align: center;
        font-size: 14px;
        color: #cccccc;
        padding: 45px 0;
    }

    /* 公共 */

    /* 提示框 */
    .torpraps {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        display: none;
        border-radius: 5px;
        font-size: 14px;
        z-index: 10000000000;
    }

    .pc-hide {
        display: none !important;
    }


}