html,body{
    background: rgb(241, 241, 241);
}
.header{
    width: 100%;
    height: 2rem;
    background: rgb(36, 129, 235);
}
.header-title img{
    margin-top: 0.2rem;
    height: 0.5rem;
    width: auto;
}
.header-title{
    display: flex;
    align-items: center;
  
    font-size: 0.35rem;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-top: 0.4rem;
    height: 0.9rem;
    line-height: 0.9rem;
    margin-left: 0.7rem;
    box-sizing: border-box;
}
.title1{
    display: inline-block;
    margin-left: 0.2rem;
}
.el-collapse{
   
    margin: 20px;
   
}
.el-collapse-item{
    border-radius: 10px;
    overflow: hidden;
}
.el-collapse-item__header{
    height: 2rem;
   
}

.icon{
    width:1rem;
    height: auto;
    margin-top:0.3rem;
    margin-left: 0.3rem;
}
.icon img{
    width:1rem;
    height: auto;
   
}
.context{
    height: 1.2rem;
     margin-left: 0.5rem;
   
}
.context div{
    
}
.context div:nth-child(1){
    font-size: 18px;
    height: 0.5rem;
    font-family: "SourceHanSansCN";
    color: rgb(70, 70, 70);
    text-transform: uppercase;
    font-weight: bold;
    width:4rem;
}
.context div:nth-child(2){
    font-size: 14px;
    height: 0.5rem;
    font-family: "SourceHanSansCN";
    color: rgba(70, 70, 70, 0.702);
    font-weight: bold;
    margin-top: 0.2rem;
   width:4rem;
}
.el-icon-arrow-right:before {
    content:url(//content.gamebean.com/image/weixinpublic/gzh202212/btn-20221215-01.png);
    width:0.5rem;
    height: 0.5rem;
    /* background: url(../img/btn-20221215-01.png); */
    font-size: 10px;
    color: rgb(197, 197, 197);
    margin-right: 10px;
}


  
.el-collapse-item__content{
    
}
ol{
    margin: 0 0.5rem;
    background: rgb(251, 251, 251);
    padding-right: 0.5rem;
    box-sizing:border-box;
    
}
ol li{
    
    width: 100%;
    height: 1rem;
    padding-right: 1px;
    margin-left: 0.2rem;
    
    font-size: 0.35rem;
    line-height: 1rem;
    border-bottom: 1px solid rgb(226, 226, 226);
    box-sizing: border-box;
    font-family: "SourceHanSansCN";
    color: rgb(70, 70, 70);
    text-transform: uppercase;
}

ol li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.35rem;
    line-height: 1rem;
    box-sizing: border-box;
    font-family: "SourceHanSansCN";
    color: rgb(70, 70, 70);
    text-transform: uppercase;
} 