/** 清除内外边距 **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,
td
/* table elements 表格元素 */

{
    margin: 0;
    padding: 0;
}


/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

{
    font: 14px/1.0 "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    line-height: 1.5;
}

ul,
li,
ol {
    list-style: none;
}


/** 重置文本格式元素 **/

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
}

html {
    font-size: 100px;
}

@media screen and (max-width: 1600px) {
    .money table strong {
        font-size: 0.18rem!important;
    }
    html {
        font-size: 90px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 70px;
    }
}

html {
    /* font-size: 20px; */
    height: 100%;
    background: #fff;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.another_content {
    width: 83.33%;
    margin: 0 auto;
    /* overflow: hidden; */
}

.left {
    float: left;
}

.right {
    float: right;
}

.another_footer {
    background-color: #34495e;
    overflow: hidden;
    position: relative;
    top: 1px;
}

.another_footer .top {
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.another_footer ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66%;
    line-height: 50px;
}

.another_footer ul li a {
    font-size: 20px;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
}

.another_footer ul li a:hover {
    opacity: 1;
}

.another_footer ul li.act a {
    opacity: 1;
}

.another_footer ul span {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0.4;
}

.detail .title {
    font-size: 0.3rem;
}

.another_footer .link {
    width: 23%;
    height: 50px;
    background-color: #242424;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font-family: 'PingFang SC Regular';
    position: relative;
    z-index: 999;
    border-radius: 5px;
}

.another_footer .link .link-top {
    line-height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}

.another_footer .link .link-top .me i {
    width: 16px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: 0.5s;
    opacity: 0.6;
}

.another_footer .link .link-top .me i:nth-child(2) {
    margin: 3px 0;
}

.another_footer .link .link-top .me {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.another_footer .link .a {
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    display: none;
}

.another_footer .link.act .a {}

.another_footer .link .a a {
    font-size: 14px;
    color: #666;
    padding: 10px;
    padding-left: 40px;
    display: block;
    transition: 0.5s;
}

.another_footer .link .a a:hover {
    color: #244497;
}

.another_footer .link.act .link-top .me i:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
}

.another_footer .link.act .link-top .me i:nth-of-type(2) {
    opacity: 0;
}

.another_footer .link.act .link-top .me i:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

.another_footer .bot .left {
    margin-top: 15px;
}

.another_footer .bot .ti {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
    margin-top: 0.2rem;
}

.another_footer .bot .right {
    width: 218px;
    height: 130px;
    position: relative;
    cursor: pointer;
    margin-top: 40px;
}

.another_footer .bot .right img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    transition: 0.8s;
    opacity: 0;
}

.another_footer .bot .right img.before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.another_footer .bot .right:hover img.before {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
}

.another_footer .bot .right img.after {
    right: 0;
    left: auto;
    transform: translateY(-50%) scale(1);
}

.another_footer .bot .right:hover img.after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.another_footer .bot .right.act img.before {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
}

.another_footer .bot .right.act img.after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.another_footer .last a {
    font-size: 17px;
    color: #fff;
}

.another_footer .last {
    padding-bottom: 35px;
    font-size: 17px;
    color: #fff;
    opacity: 0.6;
    margin-top: 20px;
}

article,
aside,
details,
figcaption,
figure,
another_footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio {
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1600px) {
    .another_footer ul li a {
        font-size: 16px;
    }
    .another_footer .bot .right {
        margin-top: 25px;
    }
    .another_footer .bot .ti {
        margin-top: 0.2rem;
    }
    .another_footer .top {
        padding-top: 40px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .another_footer .last {
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .another_footer .bot .ti {
        margin-top: 10px;
        font-size: 14px;
    }
    .another_footer .bot .right {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .another_footer .top {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 750px) {
    .another_footer .bot .right {
        margin-top: 0;
    }
    .another_footer ul li a {
        font-size: 14px;
    }
    .another_footer .bot .right img {
        max-width: 140px;
        max-height: 100px;
    }
    .another_footer .last {
        font-size: 12px;
    }
    .another_footer .last a {
        font-size: 12px;
    }
    .another_footer .bot .left {
        margin-top: 10px;
    }
    .another_footer .bot .right {
        width: 100%;
    }
    .another_footer .bot .right img.after {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%) !important;
    }
    .another_footer .bot .ti {
        margin-top: 10px;
    }
    .another_footer .bot .ti span {
        display: block;
    }
    .another_footer .bot .ti {
        font-size: 14px;
    }
    .another_footer .link .a a {
        padding-left: 20px;
    }
    .another_footer .link {
        width: 100%;
        margin-top: 20px;
    }
    .another_footer .link .link-top {
        padding-left: 20px;
    }
    .another_footer .link {
        height: 40px;
    }
    .another_footer .link .a {
        top: 40px;
    }
    .another_footer .link .link-top {
        line-height: 40px;
    }
    .another_footer ul {
        width: 100%;
        display: block;
        text-align: center;
        line-height: 2;
    }
    .another_footer ul li {
        margin: 0 1.6%;
        line-height: 2;
        display: inline-block;
    }
}