/* 最外层盒子样式 */
.bodys {
    width: 100%;
    background-color: #F5F9FA;
}
/* 首页,列表页，游戏主页内盒子样式 */
.box_neibox {
    max-width: 374px;
    min-width: 374px;
    margin: 0 auto;
    background-color: #F5F9FA;
}
/* 搜索页内盒子样式 */
.bodybox_neibox{
    min-width: 374px;
    max-width: 374px;
       margin: 0 auto;  
}
.bodybox_neiboxs{
    min-width: 374px;
    max-width: 374px;
    min-height: 100vh;
       margin: 0 auto;  
}
/* ---------头部盒子----------- */
.head{
    width: 100%;
    height: 44px;
    background-image: url(../images/Game.png);
    background-size: 100% 43px;
    background-repeat: no-repeat;

}
.headtext{
    font-size: 11px;
    position: relative;
    left: 83px;
    top: 10px;
}
.textitem{
    margin-top: 2px;
    color: #735B95;
}
/* ----------------搜索框-------------------- */
.one_input{
    margin-top: 20px;
    width: 90%;
    height: 30px;
    margin-left: 5%;
    background-color: #A897C2;
    border-radius: 8px;  
    display: flex;
}
.inputimg{
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.inputstyle{
    width: 80%;
    border: none;
    background-color: #A897C2;
    color: #FFFFFF;
    font-size: 13px;

}
/* ---------------内容标题------------------- */
.title {
    font-size: 18px;
    font-weight: 600;
}

.box_one {
    width: 100%;
    height: 4.5vh;
    padding-top: 3vh;
    padding-bottom: 10px;
    /* border: 1px solid #FFFFFF; */
    /* background: linear-gradient(to bottom, #C8FDBB, #F4F6F8); */
}

.img11 {
    margin-left: 5%;
    height: 4vh;
}

.box_ones {
    width: 100%;
    height: 5.5vh;
    margin-top: 20px;
}

.oneinput_img {
    width: 6rem;
    height: 5vh;
}

/* 输入框样式 */


.oneHtext {
    position: absolute;
    left: calc(10px + 20%);
    bottom: -0.4rem;
    font-size: 3.5vh;
    font-weight: 600;
    color: #FFFFFF;
}

.input_style {
    margin-top: 10px;
    margin-left: 10%;
    height: 4vh;
    line-height: 4vh;
    /* background-color: #FEFEFE; */
    box-shadow: inset 0px 1px 6px 0px rgba(190, 119, 247, 0.44);
    width: 67%;
    border-radius: 20px;
    display: flex;
}

.input_styleimg {
    width: 8%;
    height: 2vh;
    margin-left: 8px;
    margin-right: 3px;
    position: relative;
    top: 1vh;

}

.input_stylebox {
    background-color: rgba(190, 119, 247, 0);
    height: 2.8vh;
    line-height: 2.8vh;
    width: 60%;
    margin-right: 3%;
    margin-left: 4%;
    margin-top: 3px;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
}


.input_stylebox:focus {
    /* 确保当元素聚焦时没有轮廓 */
    outline: none;
}



/* --------------------------底部盒子-------------------------------- */
.box_bottom {
    width: 100%;
    height: 72px;
    padding-top: 10px;
    background-color: #fff;
    margin-top: 5px;
    padding-bottom: 5px;
}

.box_bottom_one {
    /* position: relative;
    top: 16%; */
    color: #FFFFFF;
    width: 90%;
    margin-left: 5%;
    /* left: 5%; */
    height: 21px;
    display: flex;
}
.tcitem{
    border-top: 1px solid #4D5760;
    margin-top: 10px;
    padding: 6px;
    font-size: 9px;
    white-space: normal;
    width: 87%;
    margin-left: 5%;
    color: #FFFFFF;
}
.text_itembox {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    height: 21px;
    line-height: 21px;
    border-radius: 2px;
    /* border: 1px solid #4D5760; */
    background-color: #6F5C91;
}

.text_12 {
    font-size: 11px;
    flex: 1;
    text-align: center;
    font-weight: 600;
  

}

.text_13 {
    font-size: 11px;
    flex: 1;
    text-align: center;
    font-weight: 600;
}

.text_14 {
    font-size: 11px;
    flex: 1;
    text-align: center;
    font-weight: 600;
}

.box_bottom_two {
    width: 90%;
    left: 5%;
    position: relative;
    top: 5%;
}

.bottomtwotext {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #C1D4DC ;
}
/* ------------------介绍页中间盒子------------------------ */
.content {
    width: 100%;
    min-height: 84vh;

}
/* -------------返回主页标签---------------------------------- */
.returnbox {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.returrnone {
    font-size: 17px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    font-family: Alibaba-PuHuiTi-B;
    color: rgba(252, 252, 252, 0.5);
}

.returnimg {
    width: 12px;
    height: 17px;

}

.returnname {
    font-size: 22px;
    font-weight: 600;
    position: relative;

    font-family: Alibaba-PuHuiTi-B;
    color: #282828;
}

.returnimgs {
    width: 9px;
    height: 15px;
}