.WGCha{
    text-align: center;
    background: #fff;
}
.WGCha>div{
    width: 12rem;
    height: 3rem;
    display: inline-block;
    text-align: center;
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 1rem;
    cursor: pointer;
    background: #f0f3f6;
    border-radius: 0.5rem;
    color: #337ab7;
}
.WGCha_hover{
    color: #fff !important;
    background-color: #337ab7 !important;
}
.WGCon{
    background: #fff;
}
.WGCon .webGroup>div{
    margin-bottom: 2rem;
}
.WGCon .chaName{
    border-bottom: 1px solid #dee2e6!important;
    margin-bottom: 1.5rem;
}
.WGCon .chaName span{
    font-weight: bold;
    font-size: 1.4rem;
    color: #487bc5;
    border-bottom: 0.1875rem solid #487bc5;
    display: inline-block;
    line-height: 3rem;
}
.WGCon .WGartList li{
    text-align: left;
    width: 25%;
    float: left;
    padding: 0.8rem 0.5rem;
}
.WGCon .WGartList li img{
    margin-right: 0.3rem;
}
.WGCon .WGartList li a{
    font-size: 1.2rem;
    color: #000;
}
.WGCon .WGartList li a:hover{
    color: #487bc5;
}
.WGCon .WGCheck{
    display: none;
}
.WGCon .WGCheck h1{
    font-size: 2.4rem;
    text-align: center;
    color: #000;
    margin-top: 2rem;
    line-height: 3rem;
}
.WGCon .WGCheck #fontzoom p{
    font-size: 1.4rem;
}

.WGCon .WGCheck li a{
    color: #000;
}
.WGCon .WGCheck li a:hover{
    color: #487bc5;
}

/*移动端*/
@media screen and (max-width: 479px) {
    #webGroup{display: block;margin: 1rem auto 0;font-size: 2.4rem;width: 13rem;height: 4rem;line-height: 4rem;}
    #WGCheck{display: block;margin: 1rem auto;font-size: 2.4rem;width: 13rem;height: 4rem;line-height: 4rem;}
    .WGCon .WGartList li{width: 100%;float: none}
    .WGCon .chaName span{font-size: 2rem}
    .WGCon .WGartList li a{  font-size: 1.8rem}
    .WGCon .WGCheck h1{ font-size: 2.4rem;  }
}