.container{
    padding: 0.5rem 0.4rem;
    background: #fff;
}
.g-tab-title{
    font-size: 0.32rem;
    color: #626262;
}
.g-tab-title--active{
    font-weight: bold;
    color: #080808;
    position: relative;
}
.g-tab-title--active::before{
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.06rem;
    background: #12a6ff;
    border-radius: 0.05rem;
    margin-bottom: 0.1rem;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}
.g-tab-title + .g-tab-title{
    margin-left: 0.62rem;
}
.g-tab-title + .g-tab-title::before{
    display: none;
}
.g-tab span{
	width: 0.02rem;
	height: 0.2rem;
	background-color: #2993ff;
    margin: 0 0.6rem;
}
.content{
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #2c2c2c;
    text-align: justify;
    background: #f5f7fa;
    border-radius: 0.1rem;
    padding: 0.3rem;
    margin-top: 0.4rem;
}
.content p{
    margin-top: 0.6rem;
}
.content p:first-child{
    margin-top: 0
}