.section{
    width: 100%;
    min-height: 15.05rem;
    height: auto;
    position: relative;
}

.canvas-bg{
    width: 100%;
    height: 15.05rem;
    position: absolute;
    top: 0;
}

.canvas-content{
    width: 14.4rem;
    height: 30rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 4%);
}

.canvas-text{
    width: 2.54rem;
    height: 1.37rem;
    margin: 0 auto;
}

.canvas-type{
    margin: 0.3rem auto;
}

.pic,.cavs{
    width: 1.99rem;
    height: 0.59rem;
    background: url(//cdn.htgames.net/gw/legendofheroes/static/image/pc/white-box.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0.2rem;
    text-align: center;
    line-height: 0.59rem;
    font-size: 0.2rem;
}

.box.active{
    background: url(//cdn.htgames.net/gw/legendofheroes/static/image/pc/red-box.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.pic-container,.cavs-container{
    width: 100%;
    margin: 0.2rem 0;
}

.tab-list li{
    margin: 0 0.2rem;
    color: #624743;
}

.tab-item.active-on {
    font-weight: bold;
}

.loh_wall_icon_deco{
    width: 0.08rem;
    height: 0.32rem;
}

.pic-img{
    margin: 0.2rem;
    display: inline-block;
    position: relative;
}

.wall-pc,.wall-mac,.wall-wap{
    margin: 0.2rem;
    display: inline-block;
    position: relative;
}

.wall-pc>img{
   width: 4.22rem;
   height: 2.37rem;
}

.wall-mac>img{
   width: 3.82rem;
   height: 2.38rem;
}

.wall-wap>img{
   width: 3.02rem;
   height: 5.37rem;
}

.tab-content .tab-pane {
    display: none;
 }

 .tab-content .tab-pane.block {
    display: block;
 }

.bg-down-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.down-tip{
    width: 0.93rem;
    /* height: 0.71rem; */
    border: 1px solid #fff;
    border-radius: 0.05rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.down-tip p{
    text-align: center;
    color: #fff;
    margin: 0.15rem 0;
}

.icon-down{
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.15rem auto;
}
