/*
* @Author: Administrator
* @Date:   2018-04-02 10:02:47
* @Last Modified by:   Administrator
* @Last Modified time: 2018-11-27 13:57:26
*/
html {
    font-size: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #f1f1f1;
}

.wrap {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.banner {
    width: 117px;
    margin: 73px auto 40px;
}

.banner img {
    display: flex;
    width: 100%;
}

.content__wrapper {
    text-align: center;
}

.content_tip {
    font-size: 13px;
    color: #333;
}

.code {
    text-align: center;
}

.code img {
    width: 3.23rem;
    height: 3.23rem;
    vertical-align: middle;
}

.codets {
    width: 5.8rem;
    margin: 0.52rem auto 0;
    color: #fff;
    line-height: 0.3rem;
    font-size: 0.24rem;
}

.codets p {
    margin-top: 0.2rem;
}

.codets em {
    display: inline-block;
    height: 0.8rem;
    float: left;
}

.query {
    width: 6rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 0.34rem 0.36rem 0.42rem;
}

.saoma {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #4d4d4e;
}

.smts {
    width: 3.4rem;
}

.smts em {
    display: inline-block;
    height: 0.8rem;
    float: left;
}

.scan {
    width: 132px;
    height: 146px;
    margin: 14px auto 23px;
}

.scan img {
    width: 100%;
    height: 100%;
    display: flex;
}


.shoud {
    position: relative;
    width: 6rem;
    margin: 12px auto 24px;
    font-size: 0.32rem;
}

.shuma {
    width: 100%;
    height: 0.76rem;
    line-height: 0.76rem;
    border: 1px solid #B3B3B3;
    color: #333333;
    padding: 0 20% 0 0;
    text-align: center;
    border-radius: 8px !important;
    background: #fff;
    font-size: 12px;
}

.check {
    width: 21%;
    height: 0.76rem;
    line-height: 0.76rem;
    color: #333333;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #B3B3B3;
    text-align: center;
    border-radius: 0px 8px 8px 0px !important;
    font-size: 12px;
}

.wxts {
    width: 6rem;
    margin: 0.47rem auto 0;
    line-height: 0.45rem;
    color: #333;
    font-size: 12px;
}

.wxts .wxts_tit {
    font-size: 14px;
    font-weight: 500;

}

.result {
    width: 6rem;
    margin: 0.57rem auto 0.8rem;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    color: #333;
    background: #A8FA95;
    color: #428C11;
}

.result_l {
    width: 80%;
}

.result_r {
    width: 15%;
}

.result .result_l h3 {
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}

.result_dis {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.result .result_l p {
    font-size: 12px;
    line-height: 0.4rem;
    width: 100%;
    padding: 10px 0 19px;
}