.img_title {
    width: 100%;
}

body {
    background-color: #ffcc00;
    padding-bottom: 1rem;
}

.content {
    padding: .12rem;
}

.nav {
    width: 100%;
    height: .5rem;
    background: #ffcc00;
}

.nav li {
    float: left;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    line-height: .5rem;
    height: .5rem;
    font-size: .16rem;
    font-weight: 600;

}

.nav .aci {
    color: #fff;
}

.fex {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.navhold {
    display: none;
    height: .5rem;
    ;
}

.box {
    display: none;
    color: #fff;

}

.box .title {
    /* position: absolute;
    left: 0;
    top: 0; */
    background: #ffcc00;
    width: 100%;
   

}

.box .title h2 {
    color: #000000;
    line-height: 1.2;
    padding: .1rem;

}

.box .title .aci {
    color: #fff;

}

.box p {
    line-height: 2;
    font-size: .16rem;
}

.berif {
    padding: 0 .18rem;
    line-height: 2;
}

.box .sleted {
    display: none;
    background: #54207d;
    padding: .4rem .1rem;
}
.disabled {
    color: #ccc;
}

 .email{
    height: .3rem;
    width: 1.1rem;
    font-size: .2rem;
    font-weight: bolder;
    text-decoration: underline;
    padding-left: .35rem;
    float: right;
    position: relative;
    margin-top: .25rem;

}
.email img{
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
}
.data-eamil{
    height: 0;
    border: none;
    width: 100%;
 }
 .back{
    height: .3rem;
    width: 1.1rem;
    font-size: .2rem;
    font-weight: bolder;
    text-decoration: underline;
    padding-left: .35rem;
    float: left;
    margin-top: .25rem;
 

 }