
body {
    overflow-y: visible;
}

.content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.content .contentChild {
    width: 12.00rem;
    height: auto;
    margin: auto;

    box-sizing: border-box;
    margin-bottom: 1.10rem;
}

.content .contentChild li {
    width: 100%;
    padding-bottom: 0.80rem;
    box-sizing: border-box;
    margin-bottom: 0.80rem;
    border-bottom: 0.01rem solid #E6E6E6;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.content .contentChild li:nth-last-child(1) {
    border-bottom: none;
}

.content .contentChild li .contentleft {
    width: 4rem;
    margin-right: 0.40rem;
}

.content .contentChild li .contentleft img {
    display: block;
    width: 4rem;
    height: 2.4rem;
}

.content .contentChild li .contentright {
    width: 7.00rem;
    color: #333333;
}

.contentright dl dt {
    font-size: 0.28rem;
    font-family: 'WMFont';
    margin-bottom: 0.54rem;
    margin-top: -0.05rem;
}

.contentright dl dd {
    display: block;
    font-size: 0.22rem;
    font-family: 'WMFontQxi';
    line-height: 0.35rem;
}

.contentright dl .introduce {
    margin-bottom: 0.20rem;
}

.content .pagers {
    min-width: 9.05rem;
    height: auto;
    margin: auto;
    margin-bottom: 1.00rem;
    text-align: center;
}

.layout-new {
    visibility: hidden;
    background: #ffffff;
    position: fixed;
    width: 90%;
    height: 90vh;
    top: 50%;
    left: 50%;
    border: #cccccc 1px solid;
    border-radius: 10px;
    transform: scale(0.1) translateY(-50%) translateX(-50%);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    z-index: 1000;
    box-shadow: 0px 0px 25px rgb(90, 90, 90);

}

.layout-new-show {
    visibility: visible;
    top: 50%;
    left: 50%;
    transform: scale(1) translateY(-50%) translateX(-50%);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
}

.layout-new-header {
    border-bottom: #dedede 1px solid;
    height: 8vh;
    display: flex;
    justify-content: center;
}

.layout-new-header .close-div {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 8vh;
    cursor: pointer;
}

.layout-new-header .close-div .close {
    width: 2px;
    height: 20px;
    background: #000000;
    display: block;
    position: absolute;
    margin: 2.2vh;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}


.layout-new-contant {
    width: auto;
    height: 80vh;
    overflow-y: auto;
    margin: 20px;
    margin-top:0;


}
.layout-new-mask{
    background: rgba(187, 187, 187, 0.85);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top:0px;
    display: none;
}
.layout-new-mask-show{
    display: block;
}

@media (max-width: 768px) {

    .centerBox {
        width: 90%;

    }

    .content .contentChild {
        width: 100%;
        height: auto;
        margin: 0;
        box-sizing: border-box;
        margin-bottom: 1.10rem;

    }

    .content .contentChild li {
        width: 100%;
        padding-bottom: 0.80rem;
        box-sizing: border-box;
        margin-bottom: 0.80rem;
        border-bottom: 0.01rem solid #E6E6E6;
        display: flex;
        align-items: center;
        text-align: left;

    }

    .content .contentChild li:nth-last-child(1) {
        border-bottom: none;
    }

    .content .contentChild li .contentleft {
        width: 4rem;
        margin-right: 1.5rem;

    }

    .content .contentChild li .contentleft img {
        display: block;
        width: 5rem;

        height: 3.5rem;
    }

    .content .contentChild li .contentright {
        width: 70%;
        color: #333333;
    }

    .contentright dl dt {
        font-size: 0.6rem;
        font-family: 'WMFont';
        font-weight: bold;
        margin-bottom: 0.54rem;
        margin-top: -0.05rem;
    }

    .contentright dl dd {
        display: block;
        font-size: 0.45rem;
        font-family: 'WMFontQxi';
        line-height: 1rem;
    }

    .contentright dl .introduce {
        margin-bottom: 0.20rem;
    }

    .content .pagers {
        min-width: 9.05rem;
        height: auto;
        margin: auto;
        margin-bottom: 1.00rem;
        text-align: center;
    }

}
