﻿* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: white;
}

.fix-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 34vw;
    z-index: -1;
}

.fix-word-bottom {
    bottom: 1vw;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 10px;
    position: fixed;
    left: 0;
}

.main {
    width: 82vw;
    z-index: 2;
    padding: 5vw 0;
    overflow: hidden;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2vw 1vw rgba(30, 31, 30, 0.21);
    border-radius: 3vw;
    border: solid 0vw #bfbfbf;
    margin-top: 10vw;
}

.mainTopTit {
    width: 27vw;
    text-align: center;
    height: 6vw;
    line-height: 6vw;
    background-color: #0f41a5;
    box-shadow: 0vw 0vw 0vw 0vw rgba(28, 28, 28, 0.2), inset 0vw 1vw 1vw 0vw rgba(0, 0, 0, 0.46);
    border-radius: 0 3vw 3vw 0;
    font-size: 3vw;
    font-family: AdobeHeitiStd-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #f7f8f9;
}

.qrCodeBg {
    width: 55vw;
    /*height: 42vw;*/
    background-image: url(../images/codeBg.jpg);
    background-size: 100% 100%;
    margin: 0vw auto;
}

.imgBox1 {
    width: 32vw;
    margin-top: 8vw;
    margin-left: 12vw;
    margin-bottom: 8vw;
}

    .imgBox1 img {
        width: 100%;
    }

.imgBox2 {
    width: 32vw;
    margin: 4vw auto;
}

    .imgBox2 img {
        width: 100%;
    }

.tipWord1 {
    text-align: left;
    width: 60vw;
    margin: 0 auto;
    font-size: 3vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4vw;
    letter-spacing: 0vw;
    color: #434343;
}

.tipWord2 {
    font-family: AdobeHeitiStd-Regular;
    font-size: 3vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #98999a;
    text-align: center;
}

.lineBox {
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0vw 0;
}

.lineCir {
    width: 6vw;
    border-radius: 50%;
    height: 6vw;
    background-color: #e5e5e5;
    box-shadow: inset 0vw 1vw 1vw 0vw rgba(0, 0, 0, 0.46);
    flex-shrink: 0;
}

    .lineCir:first-child {
        margin-left: -3vw;
        margin-right: 4vw;
    }

    .lineCir:last-child {
        margin-right: -3vw;
        margin-left: 4vw;
    }

.line {
    width: 100%;
    background-color: #e5e5e5;
    height: 1px;
}

.show {
    width: 60vw;
    font-family: AdobeHeitiStd-Regular;
    font-size: 3vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5vw;
    letter-spacing: 0vw;
    color: #3f5686;
    margin: 0 auto;
}

.toListBtn {
    width: 21vw;
    height: 30px;
    line-height: 30px;
    background-color: #0f41a5;
    box-shadow: 0vw 0vw 0vw 0vw rgba(28, 28, 28, 0.2), inset 0vw 1vw 1vw 0vw rgba(0, 0, 0, 0.46);
    border-radius: 3vw;
    font-family: AdobeHeitiStd-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #f4f6fa;
    text-align: center;
    float: right;
    margin-right: 4vw;
    margin-top: 3vw;
}

.numCir {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    border: solid 1vw #3f5686;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 10vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5vw;
    letter-spacing: 0vw;
    color: #3f5686;
    margin: 10vw auto;
}

.show1 {
    width: 70vw;
    font-family: AdobeHeitiStd-Regular;
    font-size: 3vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5vw;
    letter-spacing: 0vw;
    color: #0f41a4;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 12vw;
}
