@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    padding-top: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clrfix {
    zoom: 1;
}

.clrfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.footer-page{
    /* padding:50px 5vw; */
	padding-left: 50px;
	/* padding-right: 50px; */
	padding-top: 50px;
    background-color: #2C353C;
   /* background-image: url('../img/bg-footer.png'); */
}

.footer-page footer{
    padding: 20px;
    display: flex;
}

.footer-list-box{
    flex:1;
    font-size: 13px;
    font-weight:600;
    color:#FFFFFF;
    text-align: center;
    font-family:Source Han Sans CN,Source Han Sans CN-Regular;
    display: flex;
}

.footer-list-box>div{
    padding: 0 15px;
    flex:1;
}

.footer-list-box>div a{
    display: block;
    text-align: left;
    color: #999;
     font-size: 16px; 
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-list-box>div a:first-of-type{
    color: white;
    font-weight: bold;
}

.footer-form{
    width: 300px;
    height: 400px;
    background: #141414;
    border-radius: 10px;
}

.btm{
    border-top: 1px solid #434343;
    padding: 20px;
    color:#fff;
    font-size: 14px;
    display:flex;
    justify-content:space-around;
}

.btm-left{
    color:#666;
    padding:5px;
}

.btm-left span{
    padding: 0 15px;
    color: white;
}

.btm-left a{
    color:#337ab7;
    position: relative;
    padding: 0 15px;
}

.btm-left a::after{
    content:"";
    width: 1px;
    height: 14px;
    background: #666;
    position: absolute;
    left: 0;
    top:3px;
}

.btm-left a:nth-of-type(2)::after{
    background: #337ab7;
}

.btm-left a img{
    height:25px;
    width:25px;
}

.btm-right{
    /* display: inline-block;
    color:#fff;
    padding:5px;
    margin-left: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap：nowrap; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wx-box-show{
    /* width:30px; */
    /* height: 25px; */
    position: relative;
    cursor: pointer;
    /* background: url('../img/wx_icon.png') no-repeat center; */
    /* margin-right: 20px; */
}

.wx-box-show:hover .ewm{
    display: block;
}

.wx-box-show .ewm{
    height: 160px;
    background: white;
    position: absolute;
    top: -175px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    display: none;
}

.wx-box-show .ewm img{
    display: block;
    width:150px;
    height: 150px;
}

.font-box{
    /* width: 200px; */
    display: flex;
    align-items: center;
}

.font-box img{
    width: 20px;
    /* height: 20px; */
    display: block;
    margin-right: 10px;
}

.font-box p{
    margin: 0;
}

.btm-right a{
    display: block;
    margin-left: 15px;
}
 .fys {
    font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
}
/* .fys {
    width: 225px;
    font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 250;
    color: #A9A9A9;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
    font-size: 13px;
}

a:hover div {
    color: #fff;
    display: block;
    margin-top: -100px;
    float: inline-start;
}

a:hover {
    color: #fff;
}

.wxclass {
    display: none;
    margin-top: -100px;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 5px;
    z-index: 99999;
}

.wxclass>img {
    height: 100px;
    width: 100px;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 919px) {
    body {
        font-size: 14px;
    }
} */