* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
img {
    display: block;
}
.section {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec1 {
    position: relative;
}
.sec1 .code img {
    display: block;
    width: 100%;
}
.sec1 .code {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    left: 24.6%;
    top: 50%;
    z-index: 2;
}
.sec1 .code>div {
    width: 119px;
}
.sec1 .code>div:not(:last-child) {
    margin-right: 40px;
}
.sec1 .code>div img {
    display: block;
    width: 100%;
    height: 119px;
}
.sec1 .code>div p {
    margin-top: 12px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.contactNumber {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    left: 24.6%;
    top: 78%;
    z-index: 2;
}
.contactNumber>i {
    width: 37px;
    height: 37px;
    background: url(../images/phone_icon.png) no-repeat;
    background-size: 100% 100%;
}
.contactNumber>p {
    margin-left: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
}

.container .img_li {
    width: 100%;
}
.container .img_li img {
    display: block;
    width: 100%;
}
.img_li.first {
    position: relative;
}
.first_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.download {
    position: absolute;
    left: 3.5625rem;
    top: 8.8125rem;
}
.download>a {
    display: block;
    width: 5.625rem;
    height: 1.6875rem;
    background: #fff;
    border-radius: .8125rem;
    text-align: center;
    line-height: 1.6875rem;
    color: #f06435;
    font-size: .75rem;
}
.download>a:last-child {
    margin-top: .75rem;
}
.phone {
    position: absolute;
    bottom: 1.875rem;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.first_inner .phone>img {
    display: block;
    width: 1.1875rem;
    height: 1.1875rem;
    flex-shrink: 0;
}
.first_inner .phone p {
    margin-left: .4375rem;
    line-height: 1.1875rem;
    letter-spacing: .0625rem;
    color: #fff;
    font-size: .75rem;
}
