body {
    position: inherit !important;
}

::-webkit-scrollbar {
    display: none
}

#menu_btn_bg {
    position: fixed;
    clear: both;
    width: 9.53rem;
    /* width: 9.44rem; */
    height: 1.3rem;
    /* height: 1.066667rem; */
    margin: auto;
    display: flex;
    z-index: 2000;
    background: #F3F3F3;
    line-height: 1.3rem;
    display: flex;
    align-items: center;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
}

.menu_btn {
    width: 4rem;
    height: .773333rem;
    float: left;
    text-align: center;
    color: rgba(40, 40, 40, 1);
    font-size: .3384rem;
    background-color: #ffd43f;
    border-radius: .64rem;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_btn img {
    width: .22rem;
    height: .15rem;
    margin-left: 0.1rem;
    display: inline-block;
}

.list_mask {
    display: none;
    position: absolute;
    z-index: 999;
    /* width: 10rem; */
    left: 0;
    right: 0;
    top: 1.2rem;
    margin: auto;
    /* background-color: #F3F3F3; */
    background: #F3F3F3;
    /* -moz-box-shadow:2px 2px 4px #ababab;
     -webkit-box-shadow:2px 2px 4px #ababab;
      box-shadow:2px 2px 4px #ababab; */
    /* padding-left: -0.34rem; */
}

.list_bg {
    /* width: 9.04rem; */
    margin-top: 0.5rem;
    /* position: relative; */
    /* height: 3.7rem; */
}

.list_item {
    width: 1.9rem;
    height: .75rem;
    line-height: .83rem;
    text-align: center;
    border-radius: .4rem;
    font-size: .333333rem;
    color: #3d3d3d;
    margin-bottom: 0.4rem;
    float: left;
    /* border-radius: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 0.2rem; */
    margin-left: 0.5rem;
}


.all {
    width: 9.44rem;
    margin: auto;
    /* margin-top: .546667rem; */
    /* margin-left: .213333rem;
    margin-right: .213333rem; */
    background: #F3F3F3;
}

.nav {
    position: fixed;
    clear: both;
    width: 9.6rem;
    /* width: 9.44rem; */
    height: 1.3rem;
    /* height: 1.066667rem; */
    margin: auto;
    display: flex;
    z-index: 2000;
    background: #F3F3F3;
    line-height: 1.3rem;
    display: flex;
    align-items: center;
}

.nav .nav_btn {
    width: 4rem;
    height: .773333rem;
    float: left;
    text-align: center;
    color: white;
    font-size: .3384rem;
    background-color: #ffd43f;
    border-radius: .64rem;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav .nav_current {
    background-color: white !important;
    color: #ffd43f !important;
    border: .05rem solid #ffd43f !important;
    height: .678rem;
}

#nav_btn_version {
    margin-right: 0;
}

.nav .nav_btn img {
    width: .22rem;
    height: .15rem;
    margin-left: 0.1rem;
    display: inline-block;
}

/*导航下拉框*/
.listMask {
    display: none;
    position: absolute;
    z-index: 999;
    width: 10rem;
    left: 0;
    right: 0;
    top: 1.4rem;
    margin: auto;
    /* background-color: #F3F3F3; */
    background: #F3F3F3;
    border-radius: .133333rem;
    /* -moz-box-shadow:2px 2px 4px #ababab;
     -webkit-box-shadow:2px 2px 4px #ababab;
      box-shadow:2px 2px 4px #ababab; */
}

.line {
    /* width: 10rem; */
    height: .07rem;
    background-color: #E5E5E5;
}

.listBg {
    /* width: 9.04rem; */
    margin-left: 0.4rem;
    margin-top: 0.5rem;
    /* position: relative; */
    /* height: 3.7rem; */
}

input {
    border: none;
}

.listBg input {
    width: 2rem;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    margin-right: .33rem;
    border-radius: 2.133333rem;
    font-size: .3384rem;
    margin-bottom: 0.4rem;
    float: left;
    color: #333;
    background: none;
}

.listBg .current {
    background-color: #ffd43f;
    color: white;
}

/* 导航遮罩 */
.nav_mask {
    height: 100vh;
    position: fixed;
    z-index: 93;
    background-color: #000;
    opacity: .5;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    display: none;
    /* margin-top: 2rem; */
}

/* item */
.items {
    display: flex;
    float: left;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    /* position: relative;
    z-index: 10; */
    width: 9.44rem;
}

.item {
    margin-bottom: 0.7rem;
    width: 4.56rem;
    height: 2.8rem;
    /* border-radius: 2rem !important; */
    margin-right: 0.3rem;
}

.items .item:nth-of-type(2n) {
    margin-right: 0;
}

.item_img {
    height: 2rem;
}

.item .item_img img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
}

.item .item_text {
    /* height: .733333rem; */
    width: 4.42rem;
    background-color: white;
    padding-left: .151067rem;
    padding-bottom: .1556rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

.item .item_text .item_type {
    display: block;
    color: #333;
    font-size: .346667rem;
    padding-top: .128933rem;
    padding-bottom: .12rem;
}

.item .item_text .item_name {
    color: #777;
    font-size: .28rem;
}

/*缺省图*/
.nodata {
    text-align: center;
    display: none;
    background: white;
    border-radius: 3%;
    overflow: hidden;
    height: auto;
    position: absolute;
    bottom: 1.8rem;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 9.44rem;
    margin: auto;
}

.nodata img {
    width: 30%;
    /* height: 50%; */
    background-size: contain;
    margin-top: 20%;
}

.nodata p {
    font-size: .326667rem;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 5%;
}


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/* 
如果还有圆角的问题，  */
.button {
    border-radius: 0;
}

.loadFun {
    width: 10rem;
    height: 1.2rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.3rem;
    color: #b2b2b2;
    margin-bottom: 1.1rem;
}

.noMore {
    width: 10rem;
    height: 1.2rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.3rem;
    color: #b2b2b2;
    margin-bottom: 1.1rem;
    display: none;
    position: absolute;
    bottom: 0.2rem;
}

/* 我是有底线的 */
.upwarp-nodata {
    font-size: .18rem;
    padding: 0.5rem 0 2rem 0;
}

/* 提示语外面的父盒子 */
.mescroll-upwarp {
    min-height: 30px;
    padding: 15px 0;
    text-align: center;
    visibility: hidden;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 1.8rem;
    width: 10rem;
    height: 1rem;
}

/* 开始的加载条 */
.upwarp-progress {
    position: absolute;
    left: -200%;
    transform: translateX(50%);
}
