﻿html,
body {
    height: 100%;
}

body,
ul,
li,
a,
p,
div {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

#wrap {
    overflow: hidden;
    width: 100%;
}

#main {
    height: 2944px;
    top: 0;
    position: relative;
}

.page {
    width: 100%;
    margin: 0;
    position: relative;
background-position-x: center;
}

.page .bacimg {
    /* position: absolute;
            top: 0;
            left: 0; */
    position: absolute;
    width: 100%;
    height: 100%;
}

.matter-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.info-wrap {
    width: 22.2%;
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.title-wrap1 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.title-wrap>img {
    width: 53px;
    height: 35px;
    margin-right: 20px;
}

.title-wrap>div {
    font-size: 42px;
    color: #333;
}

.title-wrap1>img {
    width: 53px;
    height: 35px;
    margin-right: 20px;
}

.title-wrap1>div {
    font-size: 42px;
    color: #333;
}



@media (min-width:960px) {

    /* 页面宽度大于960px时，字体变为16像素的1.5倍 */
    .title-wrap2>div {
        font-size: 42px;
        color: #333;
    }
}


.title-wrap2 {
    margin-bottom: 30px;
}



.summary-wrap {
    color: #666666;
    font-size: 20px;
    text-align: right;    line-height: 36px;
    font-family: 微软雅黑
}



/* #page1 {
            background: #E4E6CE;
        }

        #page2 {
            background: #6CE26C;
        }

        #page3 {
            background: #BF4938;
        }

        #page4 {
            background: #2932E1;
        } */

.dot-wrap {
    position: fixed;
    right: 6%;
    top: 33.7%;
    width: 22px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dot-wrap img {
    cursor: pointer
}

.nodot {
    width: 8px;
    height: 8px;
    margin-bottom: 22px;
}

.hasdot {
    width: 22px;
    height: 22px;
    margin-bottom: 18px;
}

/* 最后一页 */
.title {
    margin-top: 10%;
    margin-bottom: 5.3%;
    color: #FF6E00;
    font-size: 60px;
    display: flex;
    justify-content: center;
}

.qrcode-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 9.2%;
    font-size: 14px;
    color: #FFFFFF;
}

.qrcode-item img {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    border-radius: 10px;
}

.company-info {
    position: absolute;
    /* bottom: 0; */
    left: 25.5%;
    right: 25.5%;
    /* width: 43%; */

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-info {
    color: #FFFFFF;
    font-size: 16px;
}

.company-wrap {
    position: absolute;
    right: 13.5%;
    left: 13.5%;
    bottom: 12.9%;
    width: 73%;
    height: 16%;
    /* border: 1px solid #ffffff; */
    display: flex;
    align-items: center;
}

.company-wrap>img:nth-of-type(1) {
    width: 13%;
    height: auto;
    margin-right: 3.7%;
}

.left-wrap {
    display: flex;
    align-items: center;
}

.address-wrap {
    width: 30.5%;
    height: 100%;
    border: 1px solid #ffffff;
}

.address-top {
    height: 27%;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8.7%;
}

.address-bottom {
    height: 73%;
    padding-left: 8.7%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address-bottom>div {
    margin-bottom: 10px;
    font-size: 14px;
}

.img-wrap {
    width: 9.2%;
    height: 100%;
    color: #FFFFFF;
    font-size: 26px;
}

.img-wrap>img {
    width: 100%;
    height: auto;
    margin-bottom: 6.5%;
}

.img-wrap>div {
    text-align: center;
}

/* 顶栏 */
.top-wrap {
    position: fixed;
    left: 13.5%;
    right: 13.5%;
    top: 0;
    height: 7.4%;
    z-index: 99;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
}

.top-wrap img {
    width: 10%;
    height: auto;
    margin-top: 15px;
}

.tab-wrap {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: flex-end;
}

.tab-wrap>div {
    font-size: 20px;
    color: #313131;
    position: relative;
    margin-left: 1.4%;
    cursor: pointer;
}

.haschoose {
    color: #FF6E00 !important;
}

.haschoose::after {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 4px;
    width: 80%;
    border-radius: 10px;
    left: 10%;
    background: #FF6E00;
}