body,
p {
    margin: 0 0;
}
body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a {
    text-decoration: none
}
html {
    font-family: "Microsoft YaHei";
}
body {
    padding-bottom: 60px;
}
ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    margin-top: 35px;
    line-height: 20px;
}
.center {
    text-align: center;
}
.banner-wrap {
    width: 100%;
    height: 520px;
    background: #0e404f url('static/bg_t.png') center center no-repeat;
    background-position: cover;
    color: #fff;
    position: relative;
    padding: 100px 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.banner-img {
    flex: 1;
    margin-left: 7%;
    text-align: right;
}
.banner-img img {
    width: 540px;
    height: 100%;
    border-radius: 10px;
}
.banner-info {
    flex: 1;
    position: relative;
    margin-left: 120px;
    margin-top: 20px;
}
.banner-info h1 {
    font-size: 36px;
    letter-spacing: 1px;
    margin: -10px;
    vertical-align: middle;
}
.banner-info h1 img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    margin-right: 5px;
    vertical-align: middle;
}
.banner-info h1 .xg {
    color: antiquewhite;
    font-size: larger;
}
.banner-info h1 .zh {
    color: #1d170f;
    font-size: larger;
}
.banner-info h1 .larger {
    font-size: larger;
}
.banner-info .text li {
    margin-bottom: 12px;
    color: #fff;
}
.banner-info .text .text-label {
    font-size: 14px;
}
.banner-info .text .text-value {
    font-size: 14px;
    font-weight: 600;
}
.download-btn {
    display: inline-block;
    background-color: #1cba53;
    color: #fff;
    width: 230px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
}
.download-btn:hover {
    /* box-shadow: 0 0 3px rgba(255,255,255,2); */
    border: 0.1px solid;
    transform: scale(1.02);
}
.download-btn span {
    vertical-align: middle;
    letter-spacing: 2px;
}
.download-btn img {
    vertical-align: middle;
    margin-right: 8px;
}
.content-wrap {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.content-wrap .left {
    width: 500px;
    float: left;
}
.content-wrap .right {
    width: 500px;
    float: right;
}
.content-wrap img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}
.content-wrap h2 {
    font-size: 32px;
    margin: 30px 0;
    letter-spacing: 1px;
}
.instruction {
    width: 1200px;
    margin: 20px auto;
}
.instruction p {
    font-size: 18px;
    line-height: 32px;
}
.instruction :nth-child(n+2) {
    text-indent: 2em;
}
.foot-js {
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    background-color: #fff;
    color: #fff;
}
.foot {
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0 10px #ccc;
}
.foot .foot-logo {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 10px;
}
.foot .foot-text {
    vertical-align: middle;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.foot .foot-center {
    font-size: 24px;
    font-weight: 600;
    /* letter-spacing: 1px; */
}
.foot-download-btn {
    width: 180px;
    height: 50px;
    line-height: 45px;
    background-color: #12d06c;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.foot-download-btn:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 2);
}
.foot-download-btn span {
    vertical-align: middle;
    letter-spacing: 1px;
}
.foot-download-btn img {
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
}
.width-1038 {
    width: 1038px;
    margin: 0 auto;
    color: #a2a7a7;
}