@charset "utf-8";
img{
    width: 100%;
}

.banner,.compose_a,.compose_b{
    position: relative;
}
.banner .show_btn{
    width:5.2rem;
    height:0.62rem;
    position: absolute;
    left:1.57rem;
    top:6.44rem;
}
.compose_a .show_btn{
    width:5.37rem;
    height:7.80rem;
    position: absolute;
    left:0.93rem;
    top:0.89rem;
}

.compose_b ul{
    width: 5.92em;
    position: absolute;
    top: 2.81rem;
    left: 0.73rem;
}
.compose_b ul li{
    width: 2.86rem;
    height: 3.64rem;
    margin: 0 0.05rem 0.57rem;
}
.compose_b ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.compose_b .text{
    width: 100%;
    height: 1.3rem;
    position: absolute;
    bottom: 0rem;
    left: 0;
}
.compose_b .text p{
    font-size: 0.18rem;
    color: #000;
    text-align: center;
    line-height: 0.24rem;
}


/*弹出框*/
.apply_show_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    display: none;
}
.apply_show{
    width:6.4rem;
    height: 4.02rem;
    background: url("../images/show_apply.jpg") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.01rem 0 0 -3.2rem;
    z-index: 2000;

}
.apply_show .close{
    position: absolute;
    width: 0.46rem;
    height: 0.46rem;
    right: 0.05rem;
    top: 0.05rem;
}
.apply_show .apply_form{
    width: 5.6rem;
    height: 2.4rem;
    position: absolute;
    top: 1.28rem;
    left: 0.40rem;
}
.apply_show .apply_form input{
    width: 100%;
    height: 0.75rem;
    font-size: 0.24rem;
    padding-left: 0.3rem;
    position: absolute;
    left: 0;
}
.apply_show .apply_form .user{
    top: 0;
}
.apply_show .apply_form .tel{
    top: 0.85rem;
}
.apply_show .apply_form .submit_btn{
    width: 100%;
    height: 0.69rem;
    bottom: 0;
    position: absolute;
    left: 0;
}
/*弹出框 end*/













