            body{
	            background: #000 url(../images/bg911app.jpg) no-repeat center top;
                background-size: 100% auto;
	        }
	        #main .linkUl > li > a span{
                margin: -4px 12px 0 0;
	        }
	        .app-btn{
	            display: none;
	        }
	        .swiper3{
	            display: none;
	        }
	        .jsBox {
            	margin-left: -234px;
            	padding-bottom: 2px;
            	width: 468px;
            	position: absolute;
            	left: 50%;
            	top: -0rem;
            	box-sizing: border-box;
            	display: none;
            	transform: translateY(-100%);
            	-webkit-transform: translateY(-100%);
            	padding-bottom: 20px;
            }
            li:hover .jsBox {
            	display: block;
            }
            li .jsBox .arrow {
            	margin-left: -8px;
            	position: absolute;
            	left: 50%;
            	bottom: 12px;
            	width: auto !important;
            }
            .jsBox ul {
            	padding: 25px 25px 15px;
            	border: 1px solid #FFD7B8;
            	background: rgba(0, 0, 0, 0.8);
            }
            .jsBox li {
            	margin-bottom: 10px;
            	overflow: hidden;
            	zoom: 1;
            	color: #414755;
            	font-size: 16px;
            	line-height: 40px;
            	text-align: center;
            }
            .jsBox li .ms {
            	margin-right: 11px;
            	width: 72px;
            	display: block;
            	float: left;
            	border: 1px solid #fff;
            	background: #fff;
            }
            .jsBox li > img {
            	margin: 13px 10px 0 0;
            	display: block;
            	float: left;
            }
            .jsBox li .url {
            	width: 253px;
            	float: left;
            	display: block;
            	box-sizing: border-box;
            	border: 1px solid #C8C8C8;
            	background: #F0F0F0;
            	border-radius: 20px;
            }
            .jsBox li a {
            	width: 136px;
            	display: block;
            	float: right;
            	color: #000;
            	font-size: 15px;
            	line-height: 42px;
            	text-align: center;
            	background: url(../images/bg03.png) no-repeat;
                background-size: 100% auto;
                color: #FFF;
            }
            .jsBox li a:hover {
            	-webkit-filter: brightness(110%);
            				filter: brightness(110%);
            }
            .app-dabukai{
                color: #CCC !important;
            }
		    @media screen and (max-width: 768px){
		        body{
		            background: #000 url(../images/bg911.jpg) no-repeat center top;
                    background-size: 100% auto;
		        }
		        #main{
		            margin-left: 0;
                    width: 100%;
                    left: 0;
                    position: fixed;
                    bottom: 2rem;
		        }
		        body, #container{
		            height: 65vh;
		        }
		        #main img{
		            width: 100%;
		        }
		        #main .linkUl{
		            width: 100%;
		        }
		        #main .linkUl > li{
		            text-align: center;
		            margin: 0;
		            width: 100%;
		        }
		        #main .linkUl > li > a.thcom{
		            display: none;
		        }
		        .app-btn{
		            display: block;
		            width: 65% !important;
		            margin: 0 auto;
		            margin-top: 1rem;
		        }
		        .swiper3{
		            width: 100%;
		            display: block;
		            z-index: 0;
		        }
		        .swiper3 img{
		            width: 100%;
		        }
		        .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		            background: #FFF;
		        }
		        .iosActionsheet .weui-actionsheet{
                    width: 600px;
                }
                .iosActionsheet .weui-actionsheet{
                    background: #FFF;
                    opacity: 0.9;
                    border-radius: 10px;
                }
                .iosActionsheet .weui-actionsheet__cell{
                    font-size: 14px;
                    font-weight: 600;
                    color: #FCF3D2;
                    cursor: pointer;
                }
                .iosActionsheet .app-zhibo{
                    font-size: 12px;
                    color: #FCF3D2;
                    font-weight: 400;
                    float: right;
                    clear: both;
                }
                .iosActionsheet .weui-actionsheet__cell{
                    text-align: left;
                    padding-left: 6vw;
                    font-weight: 400;
                }
                .weui-actionsheet__action, .weui-actionsheet__menu{
                    background-color: #222;
                    padding-bottom: 20px;
                }
                .app-appxiazai{
                    color: #FCF3D2 !important;
                }
                .jsBox{
                    margin-left: 0;
                    width: 100%;
                    left: 0;
                    padding-bottom: 5px;
                }
                .jsBox li .url{
                    width: 170px;
                }
                li .jsBox .arrow{
                    bottom: -2px;
                }
                .jsBox ul{
                    padding: 15px 25px 15px;
                }
                .app-dabukai{
                    font-size: 0.8rem !important;
                    color: #CCC !important;
                }
		    }