
/* 公共 */
@import url('../../../css/common.css');

/* 基础 */
@import url('./base.css');

/* 弹性盒 */
@import url('./flex.css');

/* 导航 */
@import url('./nav.css');

/* 底部 */
@import url('./footer.css');

/* 返回顶部 */
.app .return-wrap{
    position:fixed;
    right: 0;
    bottom:274px;
    /* z-index:1; */
}
.app .return-wrap.hide{
   display: none;
}

.app .return-wrap .return-top{
    width:120px;
    height:35px;
    background-color:#fff;
    box-sizing:border-box;
    border-radius:10px 0 0 10px;
    border: 1px solid #EBEBEB;
    padding: 6px 12px;

}
.app .return-wrap .top-text{
    font-size:12px;
    text-align:center;
    margin-left: 6px;
}

.app .return-wrap .download{
    border: 1px solid #EBEBEB;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px 0px 0px 10px;
}

.app .return-wrap .download .text{
    font-size: 12px;
    color: #3d3d3d;
    margin: 5px 0 10px;
}