.menu_box{
    width:100%;
    position: absolute;
    left:0;
    top:0;
    height:100%;
    background: rgba(0,0,0,0.6);
    z-index: 3000;
    color:#fff;
    transition: all 0.8s ease-in-out;
}

.menu_box_hide{
    transform: translate(-100%,0);
}
.menu_box .menu_concc_box{
    height:100%;
    opacity: 1;
    transition: all 0.8s ease-in-out;
}
.menu_box_hide .menu_concc_box{
    opacity: 0;
}
.menu_box .icon_box{
    position: absolute;
    right:-45px;
    top:45px;
    padding-top:20px;
}
.menu_box .icon_box ul li{
    list-style-type: none;
    padding-bottom: 10px;
    position: relative;
}
.menu_box .icon_box img{
    width:40px;
    cursor: pointer;
}
.menu_box .icon_box .content{
    display: block;
    position: absolute;
    left:45px;
    top:-2px;
    padding-left: 12px;
    width:136px;
    height:44px;
    background: url("../images/icon_arrow.png") left center no-repeat;
    background-size: 100% auto;
    text-align: center;
    line-height: 44px;
    font-size:14px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.menu_box .icon_box ul li:hover .content{
    opacity: 1;
}
.menu_box .menu_title_box{
    display: flex;
    height:60px;
    background:linear-gradient(top, #b60709,#73090a);
    background:-webkit-linear-gradient(top, #b60709,#73090a);
    padding-top:10px;
    position: relative;
}
.menu_box .menu_title_box .gps_icon{
    width:55px;
    padding:0 12px 0 20px;
}
.menu_box .menu_title_box > p{
    border-left:1px #fff solid;
    font-size:16px;
    height:38px;
    line-height: 38px;
    padding-left:10px;
}
.menu_box .menu_title_box i{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.menu_box .menu_top{
    height:262px;
    width:376px;
    margin:0 auto;
    background: url("../../static/images/plan_bg.png") center center no-repeat;
    background-size: 90% 90%;
    position: relative;
    overflow: hidden;
}
.menu_box .menu_top .menu_top_child{
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    border-right:1px;
    transition: all 0.3s;
    line-height: 18px;
    padding-top:35px;
    color:#333;
    cursor: pointer;
    font-size:12px;
    font-weight: bold;
}
.menu_box .menu_top .menu_top_child .img{
    position: absolute;
}
.menu_box .menu_top .menu_top_child:hover{
    background: #ffd503;
    color:#fff;
}
.menu_box .menu_top .menu_top_child_current{
    background: #ffd503;
    color:#fff;
}
.menu_box .menu_top .menu_top_01{
    width:109px;
    height:123px;
    left:247px;
    top:13px;
    padding-top:64px;
}
.menu_box .menu_top .menu_top_01 .img{
    left:45px;
    top:37px;
}
.menu_box .menu_top .menu_top_05{
    width:108px;
    height:108px;
    left:247px;
    top:139px;
    padding-top:54px;
}
.menu_box .menu_top .menu_top_05 .img{
    left:43px;
    top:29px;
}
.menu_box .menu_top .menu_top_02{
    width:113px;
    height:234px;
    left:18px;
    top:14px;
    padding-top: 129px;
}
.menu_box .menu_top .menu_top_02 .img{
    left:49px;
    top:102px;
}
.menu_box .menu_top .menu_top_03{
    width:109px;
    height:94px;
    left:134px;
    top:78px;
    padding-top: 48px;
}
.menu_box .menu_top .menu_top_03 .img{
    left:47px;
    top:22px;
}
.menu_box .menu_top .menu_top_04{
    width:106px;
    height:72px;
    left:135px;
    top:176px;
    padding-top:34px;
}
.menu_box .menu_top .menu_top_04 .img{
    left:44px;
    top:10px;
}
.menu_box .menu_top .menu_top_06{
    left: 133px;
    top: 13px;
    width: 110px;
    height: 61px;
}
.menu_box .menu_top .menu_top_06 .img{
    left:48px;
    top:10px;
}
.menu_top_01_bind{
    position: absolute;
    left: -114px;
    top: 0px;
    width: 114px;
    height: 61px;
    transition: all 0.3s;
}
.menu_top_child_current .menu_top_01_bind{
    
    background: #ffd503;
}
.menu_top_01:hover .menu_top_01_bind{
    background: #ffd503;
}
.menu_box .menu_content{
    height:calc(100% - 324px);
    border-top:2px #fff solid;
    padding:10px 15px 0;
}
.menu_box .menu_button{
    position: absolute;
    right:-30px;
    top:54%;
    width:30px;
    height:180px;
    background: rgba(0,0,0,0.6);
    border-radius:0 5px 5px 0;
    cursor: pointer;
}
.menu_box .menu_button .meun_arrow{
    width:14px;
    height:14px;
    border-top:1px #fff solid;
    border-right:1px #fff solid;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%) rotate(45deg);
}
.menu_box .menu_button .meun_arrow_out{
    left:12px;
    transform: translate(0,-50%) rotate(-135deg);
}
.menu_content{
    transition: all 0.3s;
    overflow-y: auto;
}

.menu_content .menu_list_box .menu_h4{
    border-bottom:1px rgba(255,255,255,0.3) solid;
    font-size:15px;
    line-height: 32px;
    cursor: pointer;
}
.menu_content .menu_list_box .menu_h4:hover{
    color:#ffd503;
}
.menu_content .menu_list_box ul.menu_ul{
    height:0;
    overflow: hidden;
    margin:0;
    padding:0;
}
.menu_content .menu_list_box_w ul.menu_ul{
    height:auto;
}
.menu_content .menu_list_box .menu_ul > li{
    list-style-type: none;
    border-bottom:1px rgba(255,255,255,0.3) solid;
    font-size:15px;
    line-height: 34px;
    padding:0 0 0 20px;
    cursor: pointer;
}
.menu_content .menu_list_box .menu_ul > li.current{
    color:#ffd503;
}
.menu_content .menu_list_box .menu_ul > li:hover{
    color:#ffd503;
}
.news_box{
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:1000px;
    height:600px;
    background: #fef4cd;
    border-radius: 5px;
    overflow: hidden;
    z-index: 3001;
    display: none;
}
.news_box .news_close{
    position: absolute;
    right:-8px;
    top:-8px;
    width:30px;
    height:30px;
    background: #fff;
    border-radius: 50%;
    text-align: left;
    line-height: 40px;
    padding:0 0 3px 3px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}
.news_box .news_close:hover{
    background: #c81a1a;
}
.news_box .news_title{
    height:55px;
    background:linear-gradient(top, #b60709,#73090a);
    background:-webkit-linear-gradient(top, #b60709,#73090a);
    position: relative;
}
.news_box .news_title img.icon{
    width:35px;
    position: absolute;
    left:15px;
    top:9px;
}
.news_box .news_title .text{
    display: block;
    color:#fff;
    font-size:18px;
    line-height: 54px;
    padding-left:60px;
}
.news_box_l{
    padding:30px;
    height:calc(100% - 60px);
    overflow-y: auto;
}
.news_box_l dl.news_box_dl{
    display: flex;
    border-bottom:2px #333 solid;
    padding:20px 15px;
}

.news_box_l dl.news_box_dl > dt.dt{
    width:290px;
}
.news_box_l dl.news_box_dl > dt.dt img{
    width:100%;
}
.news_box_l dl.news_box_dl > dd{
    padding:10px 0 0 30px;
}
.news_box_l dl.news_box_dl > dd p{
    font-size:16px;
}

.page_cover_box{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 10000;
    display: none;
}
.page_cover_box .page_cover_box_n{
    width:426px;
    height:262px;
    box-shadow: rgba(0,0,0,0.8) 0 0 0 4000px;
    border-radius: 0 10px 10px 0;
    margin-top:60px;
}
.page_cover_box .page_cover_box_n img.img_01{
    position: absolute;
    left:430px;
    top:69px;
    width:460px;
}
.page_cover_box .page_cover_box_n img.img_02{
    position: absolute;
    right:265px;
    top:69px;
    cursor: pointer;
}
.app_menu_btn{
    width:42px;
    height:42px;
    position: fixed;
    left:12px;
    top:12px;
    background: url("../images/app_menu_btn.png") center center no-repeat;
    background-size: 100% auto;
    z-index: 1000
}
.nl_menu_btn{
    width:40px;
    height:112px;
    position: fixed;
    bottom:20px;
    right:20px;
}
.nl_menu_btn span{
    display: block;
    height:56px;
    background: url("../images/next.png") center center no-repeat #78090a;
    background-size: 100% auto;
    border-radius: 20px 20px 0 0;
}
.nl_menu_btn span.span2{
    transform: rotate(180deg);
    border-bottom:1px #e0c6c6 solid;
}
.postage{
    display: none;
    position: fixed;
    z-index: 1000;
    right:80px;
    top:0;
    width:200px;
    background: rgba(0,0,0,0.4);
}
.postage_title{
    height:40px;
    line-height: 40px;
    color:#fff;
    font-size:16px;
    background:linear-gradient(top, #b60709,#73090a);
    background:-webkit-linear-gradient(top, #b60709,#73090a);
    text-align: center;
    padding-left:20px;
    cursor: pointer;
}
.postage_title .icon{
    float:right;
    margin:18px 16px 0 0;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.postage > ul{
    padding:10px 0;
    margin:0;
    border:1px #ffd62b solid;
}
.postage > ul > li{
    padding:5px 15px;
    list-style-type: none;
}
.nl_menu_btn2{
    display: none;
    position: fixed;
    bottom:60px;
    left:50%;
    transform: translate(-50%,0);
    color:#fff;
    font-size:40px;
    z-index: 1000;
    line-height: 56px;
}
.nl_menu_btn2 span{
    display: block;
    width:144px;
    height:70px;
    background: rgba(0,0,0,0.2) url('../images/arrowup.png') center center no-repeat;
    color:#ddd;
    text-align: center;
    border:1px #ddd solid;
    border-radius: 2em 2em 0 0;
    transform: translate(0,-5px);
    transition: all 0.3s;
    cursor: pointer;
}
.nl_menu_btn2 span.span2{
    transform: rotate(180deg);
}
.nl_menu_btn2 span:hover{
    border-color:#f0d247;
    color:#f0d247;
}
.nl_menu_btn2 span.near,.nl_menu_btn2 span.far{
    position: absolute;
    right: -32px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    font-size: 30px;
    line-height: 24px;
	background: rgba(0,0,0,0.2) url('../images/add.png') center center no-repeat;
	background-size: 60% 60%;
}
.nl_menu_btn2 span.far{
    top: 108px;
	background: rgba(0,0,0,0.2) url('../images/jianhaocu.png') center center no-repeat;
	background-size: 60% 60%;
}
.nl_menu_btn2 span.goHome{
    position: absolute;
    left: -32px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/home-icon.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 50% 50%;
}
.nl_menu_btn2 span.share{
    position: absolute;
    left: -32px;
    top: 108px;
    width: 30px;
    height: 30px;
    background: url(../images/share-icon.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 50% 50%;
}
/*二维码*/
.shareewm{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    display: none;
}
.shareewm .ewm{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 340px;
    height: 340px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    overflow: hidden;
}
.shareewm .ewm img{
    display: block;
    width: 250px;
    height: 250px;
    margin: 45px 0 0 45px;
}
.shareewm .ewm i{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
.videoContain, .txtContain{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(34,34,34,0.7);
    display: none;
}
.videoContain .videoWrap{
    position: absolute;
    left: 21%;
    top: 50%;
    width: 56%;
    height: 50;
    transform: translate(0,-50%);
}
.videoContain .videoWrap video{
    display: block;
    width: 100%;
    height: 100%;

}
.videoContain i, .txtContain i{
    position: absolute;
    right: 15%;
    top: 80px;
    width: 60px;
    height: 60px;
    background: url(../images/closed.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


/*@media (min-width: 750px) {
    .menu_box{
        width:376px;
    }
    .app_menu_btn{
        display: none;
    }
    .nl_menu_btn{
        display: none;
    }
    .nl_menu_btn2{
        display: block!important;
    }
    .postage{
        display:block;
    }
}
@media (max-width: 750px){
    .menu_box .menu_button{
        display: none;
    }
}
@media screen and (orientation: landscape) {
    .menu_box{
        display: none;
    }
    .app_menu_btn{
        display: block;
    }
    .nl_menu_btn{
        display: block;
    }
    .nl_menu_btn2{
        display: none!important;
    }
    .postage{
        display:none;
    }
    .page_cover_box{
        display: none !important;
    }
    .menu_box .menu_content{
        display: none;
    }
    .top_ad{
        display: none;
    }
}*/