/* 底部 */
.foot {
    width: 100%;
    padding: 80px 0px 100px;
    background-color: #242424;
}
.foot a {
    text-decoration: none;
}

.foot .con1400 {
    width: 95%;
    margin: 0 auto;
}

.foottop {
    padding-bottom: 50px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.flexrow_footer {
    justify-content: center;
}

.footlogo a img {
    justify-content: flex-start;
    max-width: 155px;
}

.footlinks ul {
    position: relative;
}

.footlinks ul li {
    margin-left: 15px;
}

.footlinks ul li a img.fewmico {
    height: 36px;
}

.fewmimg {
    position: absolute;
    width: 150px;
    height: auto;
    background-color: #ffffff;
    bottom: 45px;
    left: 17%;
    display: none;
}

.fewmimg p {
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

.footlinks ul li:hover .fewmimg {
    display: block;
}

.footmid {
    margin-top: 55px;
    align-items: flex-start;
}

.footmid_l {
    align-items: flex-start;
}

.footmid_l dl {
    margin-right: 100px;
}

.footmid_l dl dt {
    margin-bottom: 20px;
}

.footmid_l dl dt a {
    font-size: 16px;
    color: #ffffff;
}

.footmid_l dl dd a {
    font-size: 14px;
    line-height: 30px;
    color: #B8B8B8;
}

.footmid_l dl dd a:hover {
    color: #ffffff;
}

.footmid_r {
    /* width: 350px; */
}

.foot_content {
    justify-content: space-around;
}

.footmid_r ul li {
    /* background: url(../images/footrico1.png) no-repeat left center; */
    background-size: 16px;
    margin-bottom: 10px;
}

.footmid_rdesc p {
    font-size: 16px;
    color: #ffffff;
    /* padding-left: 30px; */
}

.footmid p:nth-child(odd) {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

/* .footmid_r ul li:nth-child(2) {
    background-image: url(../images/footrico1.png);
  }
  .footmid_r ul li:nth-child(3) {
    background-image: url(../images/footrico3.png);
  } */
.footmid_ewm {
    margin-top: 20px;
}

.footmid_ewm ul li {
    text-align: center;
    width: 45%;
}

.footmid_ewm ul li img {
    width: 100%;
}

.footmid_ewm ul li p {
    font-size: 16px;
    margin-top: 10px;
    color: #ffffff;
}

.footcopy {
    background-color: #242424;
    padding: 20px 0px;
}

.footcopy a {
    text-decoration: none;
}

.footcopy .con1400 {
    width: 95%;
    margin: 0 auto;
}

.footc_l span,
.footc_l span a {
    font-size: 14px;
    color: #B8B8B8;
}

.footc_l span {
    padding: 0px 30px;
    border-left: 1px solid #B8B8B8;
}

.footc_l span.footc_ldesc {
    padding-left: 0px;
    border-left: 0px;
}

.footc_l span a:hover {
    color: #ffffff;
}

.footc_r {
    width: 120px;
    height: 30px;
    border: solid 1px #1f61aa;
    text-align: center;
    background: url(../images/linksico.png) no-repeat left center;
    background-position-x: 95px;
    cursor: pointer;
    position: relative;
}

.footc_r p {
    font-size: 14px;
    color: #99b4d2;
    line-height: 26px;
}

.footc_rlinks {
    position: absolute;
    bottom: 28px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0px;
    display: none;
}

.footc_rlinks ul li a {
    color: #175497;
    line-height: 24px;
}

.footc_r:hover {
    background-color: #ffffff;
}

.footc_r:hover p {
    color: #1f61aa;
}

.footc_r:hover .footc_rlinks {
    display: block;
}



/*cvd样式*/
.foot_cvd {
    position: fixed;
    background-color: black;
    padding: 20px 0;
    /* 上下内边距，可根据需要调整 */
    text-align: center;
    /* 让子元素水平居中 */
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
}

.footer-container {
    justify-content: space-between;
    /* 子元素平均分布 */
    padding: 0 20px;
    /* 容器左右内边距 */
    max-height: 200px;
    /* 容器最大高度 */
}

.footer-block {
    flex: 1;
    /* 使得每个板块都占据等宽的空间 */
    height: 100%;
    /* 高度填满容器（在此例中可能不需要，因为最大高度限制了容器） */
    display: flex;
    /* 使得内容在板块内垂直居中 */
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中（如果板块内有更多内容） */
    box-sizing: border-box;
    /* 包含padding和border在元素的总宽度和高度内 */
}

.footer-block a {
    color: white;
    /* 文字颜色为白色，以便在黑色背景上清晰可见 */
}

.footer-block img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.footer-block span {
    color: #fef0f0;
    padding-left: 10px;
}

.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 停留页面顶部 */
    z-index: 1;
    /* 置于顶层 */
    left: 0;
    top: 0;
    width: 100%;
    /* 宽度占满整个屏幕 */
    height: 100%;
    /* 高度占满整个屏幕 */
    overflow: auto;
    /* 启用滚动条 */
    background-color: rgb(0, 0, 0);
    /* 背景颜色 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 黑色背景带有40%的不透明度 */
}

.modal-content {
    margin: 50% 0 50% 25%;
    display: block;
    width: 50%;
    max-width: 700px;
}

.xuanfu {
    position: fixed;
    top: 45%;
    right: 0px;
    z-index: 99;
    padding: 0px 20px;
}
.xuanfu ul {
    list-style: none;
}

.xuanfu ul li {
    width: 75px;
    /* height: 56px; */
    /* background-color: #1EC7BE;
    border-radius: 50%; */
    position: relative;
    /* margin-bottom: 20px; */
    cursor: pointer;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}


/* CVD按钮隐藏 */
#cvd-open {
    display: none;
    pointer-events: none;
}

#robatMessage {
    position: absolute;
    top: -5px;
    right: -8px;
    border-radius: 50%;
    background-color: #ff4d4f;
    color: white;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    padding: 2px;
    display: none;
}



.footmid_img_qr img {
    width: 120px;
    height: 140px;
    margin-right: 20px;
}

.flexrow {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    flex-direction: row;
    /* align-items: center; */
}

.xuanfu {
    position: fixed;
    top: 45%;
    right: 0px;
    z-index: 99;
    padding: 0px 20px;
}

.xuanfu ul li {
    width: 75px;
    /* height: 56px; */
    position: relative;
    /* margin-bottom: 20px; */
    cursor: pointer;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

.xuanfu a,
.xuanfu a:hover,
.xuanfu a:focus {
    text-decoration: none;
    outline: none;
}

.xuanfu a {
    color: #337ab7;
    text-decoration: none;
}

.xuanfu a {
    background-color: transparent;
}

.xuanfu img {
    max-width: 100%;
    display: inline-block;
}

.xfimg {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.xuanfu .flexrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

#robatMessage {
    position: absolute;
    top: -5px;
    right: -8px;
    border-radius: 50%;
    background-color: #ff4d4f;
    color: white;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    padding: 2px;
    display: none;
}

.xfwx {
    position: absolute;
    top: 0px;
    width: 130px;
    text-align: center;
    z-index: -1;
    left: -140px;
    transition: all 0.5s;
    display: none;
}

.xfwx p.xfwxdesc {
    font-size: 16px;
    padding: 5px 0px 10px;
    font-weight: bold;
    color: #333333;
}

.xuanfu ul li.xfwxitem:hover .xfwx {
    display: block;
}

.xuanfu ul li.xftelitem:hover .xftel {
    display: block;
}


.xftel {
    width: 180px;
    background-color: #1EC7BE;
    top: -20px;
    left: -190px;
    transition: all 0.5s;
}

.xfimg p {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.xuanfu ul li.xfwxitem:hover .xfwx {
    display: block;
}

.xuanfu ul li.xftelitem:hover .xftel {
    display: block;
}

.xfwx p.xfwxdesc {
    font-size: 16px;
    padding: 5px 0px 10px;
    font-weight: bold;
    color: #333333;
}

.xftel p {
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.xfwx span.xfteldesc {
    line-height: 50px;
    font-size: 16px;
    color: #1EC7BE;
    font-weight: bold;
    display: block;
    background-color: #ffffff;
}