@charset "utf-8";

*{
    box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
figure,
a {
    margin: 0;
    padding: 0;
    font-size: 0;
}

html{
    width: 100%;
    height: 100%;
    font-size: 100px;
}

body {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑';
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

a,
u {
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

img {
    border: 0;
    display: block;
}

.clear_fix:after {
    content: '.';
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.clear_fix {
    zoom: 1;
}

/* logo */
#logo {
    width: 100%;
    height: .46rem;
    position: absolute;
    top: .43rem;
    #top: 1.43rem;
    left: .82rem;
    display: flex;
    padding: 0 2.56rem 0 .82rem;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 100;
}
#logo h1{
    width: 1.61rem;
    #height: 1.46rem;
    height: .46rem;
}
#logo h1 img{
    width: 100%;
    height: 100%;
}
#logo .nav{
    height: .20rem;
    display: flex;
}
#logo .nav li{
    height: .20rem;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
#logo .nav li span{
    font-size: .20rem;
    font-weight: 400;
    color: #FFFFFF;
}
#logo .nav li .download{
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: .35rem;
    /* display: none; */
    transform: translateX(-50%);
    opacity: 1;
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.06rem;
}
#logo .nav li img{
    width: 1rem;
    height: 1rem;
    
}
#logo .nav li:hover span{
    color: #ef6646;
    font-weight: 500;
    border-bottom: 1px solid #ef6646;
}
/* #logo .nav li:hover .download{
    opacity: 1;
    display: block;
} */


/* footer */
footer{
    width: 100%;
    height: 3.66rem;
    position: relative;
    background: rgba(49, 49, 49, 0.5);
}
.footer-left{
    position: absolute;
    left: 3.6rem;
    top: .49rem;
}
.footer-left h2{
    font-size: .36rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .7rem;
}
.footer-left ul li{
    display: flex;
    height: .17rem;
    margin-bottom: .44rem;
    align-items: center;
}
.footer-left ul li a{
    width: 100%;
    height: .17rem;
    display: flex;
    align-items: center;
}
.footer-left ul li img{
    width: .2rem;
    height: .2rem;
    margin-right: .15rem;
}
.footer-left ul li span{
    font-size: .18rem;
    font-weight: 500;
    color: #FFFFFF;
}
.footer-right{
    position: absolute;
    right: 3.6rem;
    bottom: .81rem;
    display: flex;
}
.footer-right img{
    width: .88rem;
    height: .88rem;
    z-index: 10;
    position: relative;
}
.footer-right div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-right div:first-of-type{
    margin-right: .4rem;
}
.footer-right div span{
    margin-top: .17rem;
    font-size: .18rem;
    font-weight: 500;
    color: #FFFFFF;
}


/* copyright */
#copyRight{
    width: 100%;
    padding: 40px 0;
    text-align: center;
    line-height: 2;
    color: #999;
}
#copyRight P{
    font-size: .16rem;
    cursor: pointer;
}
#copyRight P a{
    font-size: .16rem;
}