
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #text_style_2_1477539900677{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.166666666666667%;top:88.828125px;position:absolute;left:3.6666666666666665%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539900677{left:2.1875%;top:62.828125px;width:8.854166666666668%;}}   @media screen and (max-width:640px) {#text_style_2_1477539900677{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539900677>.view_contents {color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#text_style_2_1477539900677{
	
}
#dh_style_02_1481093061816  .Style_02_pcMenu .menu>li .subminSet
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_2_1477539900677{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_2_1477539900677{
		
	}
}

 #text_style_2_1477539440469{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:8.25%;top:88.828125px;position:absolute;left:16.833333333333332%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539440469{left:15.729166666666666%;top:62.828125px;width:7.604166666666664%;}}   @media screen and (max-width:640px) {#text_style_2_1477539440469{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539440469>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539678509{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:8.166666666666666%;top:88.83332824707031px;position:absolute;left:86.58333333333333%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539678509{left:89.375%;top:62.828125px;width:7.708333333333335%;}}   @media screen and (max-width:640px) {#text_style_2_1477539678509{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539678509>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539524064{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.5%;top:88.828125px;position:absolute;left:31.416666666666664%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539524064{left:29.895833333333332%;top:62.828125px;width:5.520833333333333%;}}   @media screen and (max-width:640px) {#text_style_2_1477539524064{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539524064>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539694435{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.5%;top:88.828125px;position:absolute;left:58.998697916666664%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539694435{left:64.37337239583333%;top:62.828125px;width:6.145833333333333%;}}   @media screen and (max-width:640px) {#text_style_2_1477539694435{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539694435>.view_contents {color:#fcfcfc;}

 #text_style_2_1477539858210{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:7.916666666666666%;top:88.828125px;position:absolute;left:72.91666666666666%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539858210{left:76.5625%;top:62.828125px;width:8.020833333333336%;}}   @media screen and (max-width:640px) {#text_style_2_1477539858210{display:none;width:100%;left:0%;top:62.828125px;}}  #text_style_2_1477539858210>.view_contents {color:#ffffff;}

 #dh_style_02_1481093061816{width:99.75%;height:90px;z-index:9;left:0.125%;top:32px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_02_1481093061816{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_02_1481093061816{width:45.26315789473684%;height:90px;z-index:999;left:38.942983526932565%;top:0px;}} #dh_style_02_1481093061816 > .view_contents{overflow:visible;}  #dh_style_02_1481093061816  {background:#000000;}
/*----------------------电脑板式样式----------------------*/
#dh_style_02_1481093061816 .Style_02_pcMenu .menu>li{
	width:14%;
color:#fff;
}
.Style_02_pcMenu .menu>li .subminSet{ 
margin:70px 0 0 0 !important;;
color:#fff;
}
.Style_02_pcMenu .menu .plus{
color:#fff;
}
#dh_style_02_1481093061816 .Style_02_pcMenu #hot>a{color:#fff;}
#dh_style_02_1481093061816 .Style_02_pcMenu #hot>a>div{ font-size:16px;}
#dh_style_02_1481093061816  .Style_02_pcMenu .menu>li .subminSet{margin-top:90px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
#dh_style_02_1481093061816{
	
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_02_1481093061816{
		
	}
} #comm_layout_header{height:122px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:225px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#000000;border-bottom-width:0px;}
 #layout_1541577752305{height:927.066667px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1541577752305{}}   @media screen and (max-width:640px) {#layout_1541577752305{height:214.066667px;}} #layout_1541577752305 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1541577752305  {background: url(../img/upimages/20181106161907107.jpg);background-repeat:no-repeat!important;background-size:100% auto;background-position-x:50%;}


 #dh_style_01_1484229654894{width:60.25%;z-index:999;position:absolute;top:65.8499755859375px;left:19.86944580078125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484229654894{z-index:999;left:16.64899257688229%;top:23px;}}   @media screen and (max-width:640px) {#dh_style_01_1484229654894{width:11.31578947368421%;z-index:999;top:-1.96875px;left:6.7105263157894735%;display:block;}} #dh_style_01_1484229654894 > .view_contents{overflow:visible;}  #dh_style_01_1484229654894 .columnSet {color:#ffffff;} #dh_style_01_1484229654894 .mainMenuSet {color:#ffffff;font-size:16px;border-right-style:solid;border-right-width:1px;border-left-style:solid;border-left-width:1px;} #dh_style_01_1484229654894 #hot>a {color:#ffffff;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484229654894 #hot>a {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484229654894 .mainMenuSet {font-size:14px;line-height:35px;height:35px;}}

 #text_default_1526894906856{width:33.33333333333333%;height:35px;position:absolute;top:37.08331298828125px;left:33.327779134114586%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1526894906856{}}   @media screen and (max-width:640px) {#text_default_1526894906856{width:100%;height:300px;top:0px;left:0%;}}  #comm_layout_footer{height:187px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:80px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:50.03125px;display:none;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#000000;}
/*PC菜单*/
.menuStyle_02 { height: 100%;}
.Style_02_menuLayout { height: 100%;}
.Style_02_pcMenu {display:block; position: relative; text-align: center; height: 100%;}
.Style_02_pcMenu .menu { position: absolute; left: 0; top: 50%; width:100%; height: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
/* .Style_02_pcMenu .menu>li {position: relative; float:left; width:13%; height: 100%; text-align:center;} */
.Style_02_pcMenu .menu>li .subminSet{display: none; white-space: nowrap; margin-top: 100%; background: #EEE;}
.Style_02_pcMenu .menu>li .subminSet a{font-size: 14px; line-height: 40px; display: block;}
.Style_02_pcMenu .menu>li .subminSet a:hover{background: #e8e8e8;}
.Style_02_pcMenu .menu>li .subminSet a.subCurSet{background: #e5e5e5}
.Style_02_pcMenu .menu>li:hover .subminSet{display: block;}
.Style_02_pcMenu .menu>li>a { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px;}
.Style_02_pcMenu .menu .menuLogo { width: 22%;}
.Style_02_pcMenu .menuLogo a {display:block; width: 100%; text-align: center;}
.Style_02_pcMenu .menuLogo img {width:90%;}
.Style_02_pcMenu .menu .plus { font-size: 16px; letter-spacing: 7px; text-indent: 7px;/*  display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; */}
.Style_02_pcMenu .menu .normal { font-size: 13px; letter-spacing: 1px; text-indent: 3px; position: absolute; width: 100%; top: 120%; }
.Style_02_pcMenu #hot>a{color:inherit;font-size: inherit;font-family:inherit;}
.Style_02_pcMenu #hot>a>div{color:inherit;font-size: inherit;font-family:inherit;}
/*手机菜单*/
.Style_02_miniMenu .minimenuLogo { float:left; width: 50%;}
.Style_02_miniMenu .minimenuLogo a { display: block;}
.Style_02_miniMenu .minimenuLogo img { width: 100%; max-width: 320px;}

.Style_02_miniMenu { display: none;}
.Style_02_miniMenu .menuTop {overflow:hidden; position: relative;}
.Style_02_miniMenu .menuIcon { position: absolute; top: 50%; right: 0px; padding: 10px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);}
.Style_02_miniMenu .menuIcon i { color: #1d1b1b; font-size: 20px;}

.Style_02_miniMenu .menuMain { display:none; width: calc(100vw + 17px); height: 100vh; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999; background: rgba(0,0,0,.8);}
.Style_02_miniMenu .menuShow { display:block;}
.Style_02_miniMenu .menuMain_bg { width: 100%; overflow-y: scroll;}
.Style_02_miniMenu .menuUl { padding:10px 20px;}
.Style_02_miniMenu .menuCloseLi { border: none;}
.Style_02_miniMenu .menuClose { color: #fff; font-size: 20px; float: right; padding: 15px 0px;}
.Style_02_miniMenu .menuUl>li { border-bottom: 1px solid #fff; overflow: hidden;}
.Style_02_miniMenu .menuMain a { width: 100%; display: block; position: relative; overflow: hidden;}
.Style_02_miniMenu .menuText_en { display: none;}
.Style_02_miniMenu .menuText { color: #fff; font-size: 16px; height: 55px; line-height: 55px; float: left;}
.Style_02_miniMenu .menuArr { color: #fff; font-size: 16px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}

.Style_02_pcMenu .menuText {color:#1d1b1b; font-size:16px; font-family: "Microsoft YaHei"; word-spacing: 7px; letter-spacing: 7px; text-indent: 7px;}
.Style_02_pcMenu .menuText_en {color:#817f7f; font-size:10px; font-family: "verdana";}



/*导航字体*/
@font-face { font-family: "menuText"; src: url('menuText.TTF');}
@font-face { font-family: "MenuText_en"; src: url('MenuText_en.TTF');}
	.Style_02_pcMenu .menu>li {position: relative; float:left; width:calc(78%/12); height: 100%; text-align:center;}

@media screen and (max-width:766px) {
.Style_02_pcMenu {display:none;}
.Style_02_miniMenu { display:block;}
}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
