﻿@charset "utf-8";






.mod_side_ul{
    position: fixed;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
	z-index:22;
}
.mod_side_ul.on{
    right: 0;
}
.mod_side_ul_liepin{
    background: var(--Color, #0056B1);
}
.mod_side_ul_li img{
    transition: all 0.2s ease-in;
    /* height: 20px; */
    margin-left: 0;
    vertical-align: top;
    width: 30px;
}
.msul_link{
    transition: all 0.2s ease-in;
    cursor: pointer;
    opacity: 1;
    padding: 14px;
    position: relative;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 60px;
    display: flex;
    align-items: center;
}
.liwad {
    transition: all 0.2s ease-in;
    cursor: pointer;
    opacity: 1;
    padding: 14px;
    position: relative;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 60px;
    display: flex;
    align-items: center;
}

.mod_side_ul_li span{
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    top: -2px;
    vertical-align: top;
    line-height: 1.5;
}
.mod_side_ul_li{
    float: right;
    clear: right;
    position: relative;
    transition: all 0.2s ease-in;
    right: 0;
	margin-bottom:1px;
	color:#FFF;
	text-align:center;
	
}
.mod_side_ul_li a{
	color:#FFF;
	text-align:center;
}
.mod_side_ul_wechat{
    background: var(--Color, #0056B1);
    position: relative;
}
.msul_code img{
    width: 100% !important;
    height: auto;
}
.msul_code{
    position: absolute;
    top: 0;
    display: block;
    right: 180px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all .45s;
    /*box-shadow: 0 0 0.25rem rgb(0 0 0 / 15%);*/
}
.mod_side_ul_email{
    background: var(--Color, #0056B1);
}
.mod_side_ul_back{
    background: #fff;
    box-shadow: 0px 2px 32px 0px rgba(74, 74, 74, 0.1);
}
.bclose  img{
    width: 10px;
    height: auto;
    transition: all .36s;
}
.mod_side_ul_arrow .msul_link{
    padding: 0;
    background: #CCCCCC;
    height: 20px;
    border-radius: 0 0 0 4px;
    justify-content: center;
    transition: all 0.2s ease-in;
	z-index: -1111;
   /* right: -50px;*/
}
.shous2{
	height: 70px!important;
	width:20px;
	margin-right: 60px;
	}
.shous.act.shous2{
	margin-right: 0px;
	}
.mod_side_ul_li.act{
	transition: all 0.2s ease-in;
    right: -60px;
}

.mod_side_ul_arrow{
	z-index:8;
    float: right;
    clear: right;
	transition: all 0.6s;
	right:-18px;
	position:absolute;
	top:82px;
	
}
.mod_side_ul.on .mod_side_ul_arrow{
	right:0px;
}
.mod_side_ul.on .mod_side_ul_arrow.act{
	right:-60px;
	z-index:999;
}
.shous{
	position: fixed;
    right: 60px!important;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    z-index: 2;
}

.shous.on{
	right: 0px!important;
}
.mod_side_ul_li {
    float: right;
    clear: right;
    position: relative;
    transition: all 0.2s ease-in;
    right: 0;
    margin-bottom: 1px;
    color: #FFF;
    text-align: center;
	z-index:999;
}	
.mod_side_ul_arrow.act img{
    transform: rotate(180deg);
}




/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .mnto_lang a:hover{
        color: #ED6C00;
    }

    .mod_side_ul_li:hover .msul_link{
        width: 130px;
    }
    .mod_side_ul_li:hover span{
        opacity: 1;
        display: inline-block;
        left: 0;
    }
    .mod_side_ul_li:hover{
        border-radius: 4px 0 0 4px;
    }
    .mod_side_ul_wechat:hover .msul_code{
        right: 128px;
        opacity: 1;
        visibility: visible;
    }
    .mod_side_ul_email:hover .msul_link{
        width: 200px;
    }
    .mod_side_ul_back:hover .msul_link,
    .mod_side_ul_arrow:hover .msul_link{
        width: 60px;
    }
	.mod_side_ul_arrow:hover .shous2 {
    width: 20px!important;
}
    .mod_side_ul:hover .mod_side_ul_arrow .msul_link{
        right: 0;
    }
    .mod_side_ul_back:hover{
        border-radius: 0;
    }

}

