.aside {
    width: 65px;
    position: fixed;
	/*margin-right: -780px;*/
    top: 254px;
    right: 10px;
    box-sizing: border-box;
    z-index: 999;
}
.aside ul li{background-color: #e6f0fa; position: relative;
    margin-bottom: 1px; color: #848484; padding: 15px 0; font-size: 14px; text-align: center; cursor: pointer}
.aside ul li:hover{background-color: #3f78bd; color: #fff;}
.aside ul li.wza i{width: 35px; height: 41px; display: block; margin: 0 auto 15px; background: url(/images/ycfd-icon01.png) top center no-repeat;}  
.aside ul li.wza:hover i{background: url(/images/ycfd-icon01_a.png) top center no-repeat;}
.aside ul li.slh i{width: 35px; height: 34px; display: block; margin: 0 auto 15px; background: url(/images/ycfd-icon02.png) top center no-repeat;}  
.aside ul li.slh:hover i{background: url(/images/ycfd-icon02_a.png) top center no-repeat;}
.aside ul li a {
    line-height: 44px;
    display: block;
	color: #ffffff;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
    height: 44px;
}
.aside ul li a:hover{
	background: #00A0E9;
}

.iframe_top{width: 100%; height: 152px;}

.aTips {
    position: fixed;
    _position: absolute;
    z-index: 101;
    width: 490px;
    height: 170px;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -240px;
    background-color: #fff;
}

.aTips .text {
    position: relative;
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-top: 30px;
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 30px;
    display: block;
}

.layui-layer-btn div {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2056a0;
    color: #fff;
    font-size: 16px;
}
.filter{
    display:none;
    z-index:100;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    background-color:#000;
    opacity:0.7;
    filter:alpha(opacity=70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aTips{
    display: none;
}

.layui-layer-btn0 img{
    width:20px;
    height:20px;
    float:left;
    margin: 3px 5px 0 -8px;
}

@media (max-width:1024px) {
 .iframe_top{height: 160px;}   
}
@media (max-width: 768px) {
.aside{display: none;}
  .slh-ui-soundMaker-toolbar, .slh-ui-soundMaker-help-pop, .slh-ui-soundMaker-screen-pop{display: none !important;}
    #slh-ui-soundMaker-screen-pop{display: none !important;}
    .slh-screenadaptbody{padding: 0 !important; margin: 0 !important;}
    .container_bg{padding-top: 0;}
}

@media (max-width:480px) {
 .iframe_top{height: 190px;}   
}
@media (max-width:400px) {
 .iframe_top{height: 185px;}   
}
@media (max-width:360px) {
 .iframe_top{height: 182px;}   
}
@media (max-width:320px) {
 .iframe_top{height: 175px;}   
}