* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,ul,li{margin:0;padding:0; font-family: 'PingFangSC','microsoft yahei ui','microsoft yahei','helvetica neue','hiragino sans gb','arial','simsun','sans-serif';}
html,body{font-size:12px; background: #edf0f5; height: 100%;}
img,a img{border:0 none;vertical-align:baseline;}
a{text-decoration:none;color:#333;outline: none;}
a:hover { text-decoration: none; }
a:focus {outline: none;text-decoration: none;}
li{list-style:none;}

.webWapper {
    height: 100%;
}
.l-content {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    /*border-radius: 8px;*/
    /*box-shadow: 0 0 10px #e0e0e0;*/
    padding: 15px 15px 0;
    /*overflow-y: scroll;*/
    overflow-y: scroll;
}
.l-content::-webkit-scrollbar {
    width: 4px;
}
.l-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.l-content::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.webWapper .l-tit {
    font-weight: bold;
    padding: 15px 0;
    font-size: 22px;
}
.webWapper .l-dec {
    margin: 0;
    text-indent: 28px;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    word-wrap: break-word;
    word-break:break-all;
}
.webWapper .l-group {
    background: rgba(255,255,255,.13);
    margin: 20px 0 15px;
    border-radius: 25px;
}
.webWapper .l-group .lg-title {
    margin:0 5px;
    padding: 15px 15px 5px;
    font-size: 15px;
}
.webWapper .l-group ul {
    padding: 0 5px;
    overflow: hidden;
}
.webWapper  .l-group ul li {
    float: left;
    position: relative;
    font-size: 15px;
}
.webWapper .l-group ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.webWapper  .l-group.styleONE ul li:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 30px;
    width: 8px;
    height: 15px;
    background: url("../images/right.png") top center no-repeat;
    background-size: 100% auto;
}
.webWapper .l-group ul li img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.webWapper .l-group.styleONE ul li {
    width: 100%;
    padding: 15px 30px 15px 15px;
    line-height: 42px;
    border-top: 2px solid rgba(255,255,255,0.05);
}
.webWapper .l-group.styleONE ul li:first-child {
    border: none;
}
.webWapper .l-group.styleONE ul li span.img-wapper{
    display: inline;
}
.webWapper .l-group.styleTWO ul {
    padding: 15px 20px 5px;
}
.webWapper .l-group.styleTWO ul li {
    float: left;
    width: 50%;
    height: 50px;
    margin: 6px 0;
}
.webWapper .l-group.styleTWO  ul li img {
    vertical-align: middle;
}
.webWapper .l-group.styleTWO ul li span.img-wapper {
    vertical-align: middle;
    margin-right: 5px;
}
.webWapper .l-group.styleTWO ul li span {
    display: inline-block;
    width: calc( 100% - 50px );
    line-height: 16px;
}
.webWapper .l-group.styleTHREE ul {
    padding: 15px 0 0;
}
.webWapper .l-group.styleTHREE ul li {
    float: left;
    width: 33.3%;
    height: 70px;
    margin:0 0 15px;
    text-align: center;
}
.webWapper .l-group.styleTHREE ul li img {
    margin-right: 0;
}
.webWapper .l-group.styleTHREE ul li span {
    display: block;
    margin-top: 10px;
    line-height: 16px;
}
.webWapper .l-group ul li span.img-wapper{
    display: inline-block;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.isHide {
    display: none;
}
@media (min-width:768px) {
    .webWapper {
        position: absolute;
        top: 40px;
        left: calc( 50% - 200px );
        float: left;
        width: 400px;
        height: calc( 100% - 80px );
        background: #FFFFFF;
        box-shadow: 0 0 30px #e0e0e0;
        color: #FFFFFF;
    }
    .l-content {
        width: 100%;
        box-shadow: 0 0 10px #e0e0e0;
        overflow-y: scroll;
    }
}