body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    font-family: Arial;
    color: #333;
    line-height: 1.6;
}

#header1 {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
}

#header1 .logo1_l {
    position: absolute;
    left: 0px;
}

#header1 .logo1_r {
    position: absolute;
    right: 0px;
}

#header2 {
    position: relative;
    width: 100%;
    height: 75px;
    background-color: #2b79da;
}

#header2 .logo2_l {
    position: absolute;
    left: 0px;
}

#content {
    position: relative;
    width: 100%;
    background-color: #e2e2e2;
}

#content .date {
    position: absolute;
    right: 50%;
    margin-right: -450px;
    top: 39px;
    text-align: right;
    color: #666;
    font-size: 16px;
}

#content .logo_w {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 40px;
}

#content .text {
    position: absolute;
    left: 50%;
    margin-left: -315px;
    top: 30px;
    width: 765px;
}

#content .h {
    font-size: 24px;
    font-weight: 600;
}

#content .red {
    color: #f00000;
}

#content .btn {
    position: absolute;
    width: 240px;
    height: 36px;
    top: 415px;
    left: 50%;
    margin-left: 210px;
    padding-top: 9px;
    background-color: #3d88f2;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px #2e5ba6;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

#content .btn:hover {
    opacity: 0.9;
}

#scan {
    position: relative;
    width: 100%;
    background-color: #fff;
}

#scan .header {
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 50px;
    width: 80%;
    height: 60px;
    background-color: #2b79da;
}

#scan .loader {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
}

#scan .header_text {
    position: absolute;
    left: 60px;
    top: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

#scan .text_l {
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 155px;
    font-size: 16px;
}

#scan .text_r {
    position: absolute;
    right: 50%;
    margin-right: -40%;
    top: 155px;
    font-size: 16px;
    text-align: right;
}

@keyframes flashing {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#scan .text_b {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 155px;
    width: 700px;
    font-size: 16px;
    text-align: center;
    animation-name: flashing;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#scan .prog_bg {
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 185px;
    width: 100%px;
    height: 26px;
    background-color: #e5e5e5;
    border: 1px solid #bbbbbb;
}

#scan .prog_fill {
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 186px;
    width: 0px;
    height: 26px;
    background-color: #00b32d;
    transition: 1s;
    transition-timing-function: linear;
}

#offer {
    position: relative;
    width: 100%;
    background-color: #e2e2e2;
}

#offer .header {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50px;
    width: 700px;
    height: 60px;
    background-color: #2b79da;
}

#offer .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
}

#offer .header_text {
    position: absolute;
    left: 60px;
    top: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

#offer .red {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 120px;
    width: 690px;
    height: 55px;
    padding: 5px 0 0 10px;
    background-color: #d93a2b;
    color: #fff;
}

#offer .gray_header {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 190px;
    width: 690px;
    height: 32px;
    padding: 8px 0 0 10px;
    background-color: #444;
    color: #fff;
}

#offer .gray_content {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 230px;
    width: 658px;
    padding: 20px;
    border: 1px solid #444;
    font-size: 14px;
}

#offer .step {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 411px;
    width: 700px;
    text-align: justify;
}

#offer .btn2 {
    position: absolute;
    width: 240px;
    height: 36px;
    top: 469px;
    left: 50%;
    margin-left: -120px;
    padding-top: 9px;
    background-color: #00990d;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px #00800b;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

#offer .btn2:hover {
    opacity: 0.9;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.lds-spinner div {
    transform-origin: 20px 20px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 19px;
    width: 2px;
    height: 10px;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
     