.content{
    width: 7.1rem;
    margin: 0.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
    border-top: 1px solid #d2d2d2;
}
.content h4{
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.contetn_nav a{
    display: block;
    margin-left: 0.5rem;
    margin-bottom: 0.26rem;
}
.contetn_nav a img{
    width: 6.09rem;
}
.contetn_nav{
    margin-bottom: 0.6rem;
}
.table{
    width: 6.9rem;
    margin-bottom: 0.6rem;
}
.table td{
    border: 0.02rem solid #e0e0e0;
    height: 0.58rem;
    font-size: 0.26rem;
    vertical-align: middle;
    padding-left: 0.4rem;
}
.table tr td:nth-child(1){
    width: 2.3rem;
}
.table tr td span{
    margin-left: 0.5rem;
}
.calendar{
    width: 7.1rem;
    border-top: 1px dashed #999999;
    margin: 0 auto;
}
.calendar li{
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    padding-left: 0.1rem;
    border-bottom: 1px dashed #999999;
}
.calendar li p{
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}
.calendar li span{
    color: #989898;
    font-size: 0.26rem;
    display: block;
    margin-left: 0.2rem;
}
.mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,.6);
}
.layer{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6.66rem;
    border: 0.1rem solid #eeeeee;
    padding-top: 0.55rem;
    height: 4.5rem;
    padding-bottom: 0.5rem;
    background: #fff;
    z-index: 100;
    border-radius: 0.2rem;
    /* overflow-y: auto; */
}
.close{
    position: absolute;
    z-index: 100;
    right: 0;
    top: -0.6rem;
    display: block;
    background: url('../images/close.png')no-repeat center;
    background-size: 0.38rem;
    width: 0.38rem;
    height: 0.38rem;
}
.layer h6{
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.38rem;
}
.layer_img{
    width: 5.15rem;
    height: 4rem;
    margin: 0 auto;
    overflow-y: auto;
}
.layer img{
    display: block;
    width: 5.15rem;
   
}