﻿@charset 'utf-8';

/* 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.35rem;
    background-color: #ffffff;
}

.header .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    background: url(../images/back.png) no-repeat center;
    background-size: 0.75rem;
}

.header .brand {
    display: flex;
    width: 100%;
    height: 1.35rem;
    justify-content: center;
    align-items: center;
}

.header .brand .bzw-logo {
    width: 4.941rem;
    height: 1.35rem;
    background: url(../images/bzw_logo.png) no-repeat center;
    background-size: 60%;
}

/*结果页*/
.result {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    min-height:100vh;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0.4rem 0.5rem;
    background: #F8F8F8;
    box-sizing: border-box;
}

.result img {
    max-width: 100%;
}

.result .result-1 {
    border-radius: 0.267rem;
    background: #fff;
    overflow: hidden;
    padding: 0.533rem 0.4rem;
    -moz-box-shadow: 0 0rem 0.167rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0rem 0.167rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0rem 0.167rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.4rem;
}

.ad-1 {
    margin-bottom: 0.4rem;
}

.result .result-1 .tit {
    background: #FFEEF0;
    color: #FD1A36;
    display: inline-block;
    height: 0.667rem;
    line-height: 0.667rem;
    border-radius: 0.8rem;
    font-size: 0.347rem;
    padding-right: 0.4rem;
    margin-bottom: 0.213rem;
}

.result .result-1 .tit::before {
    content: "";
    background: url("../images/icon-n1.png") no-repeat left center;
    background-size: 0.667rem;
    width: 0.667rem;
    height: 0.667rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.16rem;
}


.result .result-1 .num {
    font-size: 0.8rem;
    color: #fd1a36;
    font-weight: bold;
    padding-right: 0.16rem;
}

.result .result-1 .num span {
    font-size: 0.747rem;
    color: #fd1a36;
}

.result .result-1 h5 {
    color: #999;
    font-size: 0.32rem;
}

.result .result-1 .result-1-con {
    background: #FBFBFB;
    padding: 0.453rem 0 0.3rem 0.6rem;
    box-sizing: border-box;
    margin: 0.4rem 0;
    clear: both;
}

.result .result-1 .result-1-con:after {
    clear: both;
    content: " ";
    display: table;
}

.result .result-1 .result-1-con:before {
    content: " ";
    display: table;
}

.result .result-1 .result-1-con .item {
    width: 25%;
    float: left;
    text-align: left;
}

.result .result-1 .result-1-con .item p {
    font-size: 0.32rem;
    color: #939393;
    padding-bottom: 6px;
}

.result .result-1 .result-1-con .item .num {
    font-size: 0.4rem;
    color: #141414;
    padding-right: 0;
}

.result .result-1 .result-1-con .item .num span {
    color: #141414;
    font-size: 0.4rem;
    padding-right: 0;
}

.result .result-1 .show {
    font-size: 0.293rem;
    color: #999;
}

.result .result-1 .success {
    background-color: #fff;
    padding: 0.4rem 0;
}

.result .result-1 .success .icon_right {
    display: block;
    width: 1.493rem;
    height: 1.493rem;
    margin: 0 auto;
    background: url('../images/icon_01.png') no-repeat center;
    background-size: contain;
}

.result .result-1 .success h1 {
    display: block;
    margin-top: 0.267rem;
    text-align: center;
    font-size: 0.64rem;
    color: #333;
    letter-spacing: 0.05em;
}

.result .result-1 .success .tip {
    display: block;
    margin-top: 0.133rem;
    text-align: center;
    font-size: 0.347rem;
    color: #999;
    letter-spacing: 0.05em;
}

.result .app {
    background: #fff;
    border-radius: 0.267rem;
    -moz-box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.533rem;
}

.result .app a {
    color: #333;
    font-size: 0.427rem;
    display: block;
    padding: 0.267rem 0.373rem;
}

.result .app .logo {
    width: 1.067rem;
    margin-right: 0.267rem;
    vertical-align: middle;
}

.result .app .download {
    width: 0.64rem;
    float: right;
    animation: Updown 0.6s infinite alternate;
}

.ad-2 {
    cursor: pointer;
}

.ad-2 a {
    display: inline-block;
}

.ad-2 img {
    width: 7rem;
}

.gomanage {
    cursor: pointer;
}

.gomanage a {
    display: inline-block;
}

.gomanage img {
    width: 7rem;
}

@keyframes Updown {
    from {
        margin-top: 2.2%;
    }

    to {
        margin-top: 0;
    }
}

.result .result-2 {
    border-radius: 0.267rem;
    background: #fff;
    overflow: hidden;
    padding: 0.533rem 0.4rem;
    -moz-box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.533rem;
    margin-bottom: 0.267rem;
}

.result .result-2 .tit {
    font-size: 0.427rem;
    text-align: left;
    font-weight: bold;
}

.result .result-2 .tit p {
    font-size: 0.347rem;
    color: #333;
    padding: 0.133rem 0;
    font-weight: normal;
}

.result .result-2 a {
    display: block;
    margin: 0.267rem 0;
}

.swiper-container {
    -moz-box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0rem 0.267rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.533rem;
}

.swiper-container, swiper-wrapper, swiper-slide, .swiper-slide img {
    border-radius: 0.267rem;
}

.swiper-slide img {
    display: block;
}

.swiper-pagination-bullet-active {
    background-color: #ef463a;
}
