/* 最外层盒子样式 */
.bodys{
    width: 100%;
    
    background-color: rgba(248, 248, 248, 1);
}
.bodybox_neibox{
    min-width: 374px;
    max-width: 374px;
    margin: 0 auto;
    background-color: rgba(248, 248, 248, 1);
       
}
.bodybox_neiboxs{
    min-width: 20.25rem;
    max-width: 30.25rem;
       margin: 0 auto;
      height: 100vh;
      background-color: rgba(248, 248, 248, 1); 
}

.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: 25%;
    height: 58px;
    margin-left: 5%;
}
/* 输入框样式 */
.one_input {
    display: flex;
    height: 58px;
    line-height: 58px;
    width: 100%;
    padding-top: 10px;
    position: absolute;
    z-index: 9999999;
    top: 11px;
}
.one_inputs {
    display: flex;
    height: 64px;
    line-height: 64px;
    width: 100%;
    padding-top: 10px;
 
}

.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: 29%;
    height: 37px;
    line-height: 37px;
    background-color: #ffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 40%;
    border-radius: 20px;
    display: flex;
}
.input_styleimg {
    width: 9%;
    height: 20px;
    margin-left: 8px;
    margin-right: 3px;
    position: relative;
    top: 10px;
}

.input_stylebox {
    /* background-color: rgba(190, 119, 247, 0) ; */
    height: 27px;
    line-height: 27px;
    width: 60%;
    margin-right: 3%;
    margin-left: 4%;
    margin-top: 5px;
    border: none;
    font-size: 18px;
    color: #000;
}


.input_stylebox:focus {
    /* 确保当元素聚焦时没有轮廓 */
    outline: none;
}
.oneinput_imgs{
    width: 3vh;
    height: 3vh;
    margin-left: 5%;
    margin-right: 10%;
    margin-top:1.5vh ;
}


/* 底部盒子 */
.box_bottom {
    width: 100%;
    height: 14.5vh;
    background-color: #ffff;
    margin-top: 1vh;
    padding-bottom: 2vh;
   
    /* box-shadow:0px 47px 23px 30px rgba(0, 0, 0, 1.5); */
}

.box_bottom_one {
    position: relative;
    top: 16%;
    color: #000;
    width: 90%;
    left: 5%;
    height: 3.8vh;
    /* line-height: 3.8vh;
    border-radius: 8px;
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.15); */
    display: flex;
    /* border-radius: 20px; */
}

.text_12 {
    font-size: 12px;
    flex: 1;
    text-align: center;
    font-weight: 600;
   
}

.text_13 {
    font-size: 12px;
    flex: 1;
    text-align: center;
    font-weight: 600;
}

.text_14 {
    font-size: 12px;
    flex: 1;
    text-align: center;
    font-weight: 600;
}
.text_itembox{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    /* background-color: #972929 ; */
    height: 3.6vh;
    line-height: 3.6vh;
    border-radius: 18px;
}
.box_bottom_two{
    width: 90%;
    left: 5%;
    position: relative;
    top: 30%;
}
.bottomtwotext{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #CBCDD4 ;
}

.content{
    width: 100%;
    min-height: 74vh;
    position: relative;
    top: -129px;
}
.contents{
    width: 100%;
    min-height: 79vh;
    /* position: relative;
    top: -129px; */
}
/* 返回主页标签 */
.returnbox{
    margin-left: 20px;
    margin-bottom: 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: 21px;
    height: 20px;
    
}
.returnname{
    font-size: 22px;
    font-weight: 600;
    position: relative;
  
    font-family: Alibaba-PuHuiTi-B;
    color: #000;
}
.returnimgs{
    width: 9px;
    height: 15px;
}
