@charset "utf-8";
body, html {
    font-family: "微软雅黑";
    margin: 0 auto;
    padding: 0;
    /*word-break: break-all;*/
    word-wrap: break-word;
}

ul {
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    display: block
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

button, textarea, select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    font-family: "微软雅黑";
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

body::-webkit-scrollbar {
    display: none;
}

#scanSound{
    display: none;
}


.container{
    min-height: 100vh;
    box-sizing: border-box;
    background: #fff;
}

/*首页*/
.home{
    padding: 2rem 0.3rem 0;
}
.home .form .ma{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}
.home .form .ma:last-child{
    margin-bottom: 0;
}
.home .form .ma input{
    width: 80%;
    font-size: 0.34rem;
    line-height: 0.88rem;
    color: #000;
}
.home .form .ma button{
    width: 0.4rem;
    height: 0.4rem;
    background: url("../image/icon_scan.png") no-repeat center;
    background-size: 100% 100%;
}
.home .form .nr{
    border: 1px solid #e8e8e8;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}
.home .form .nr input{
    width: 100%;
    font-size: 0.34rem;
    line-height: 0.88rem;
    color: #000;
}
.home .btn{
    margin-top: 1rem;
}
.home .btn div{
    font-size: 0.34rem;
    line-height: 0.88rem;
    color: #fff;
    background: #1aad19;
    border: 1px solid #1aad19;
    border-radius: 0.1rem;
    text-align: center;
}
.home .btn a{
    font-size: 0.34rem;
    line-height: 0.88rem;
    color: #000;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 0.1rem;
    text-align: center;
    margin-top: 0.2rem;
}

.detail{
    padding: 0.2rem 0;
}
.detail .top .title{
    font-size: 0.34rem;
    line-height: 0.44rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.detail .top .nr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0.4rem;
}
.detail .top .nr p{
    font-size: 0.34rem;
    line-height: 0.44rem;
    color: #000;
    font-weight: bold;
}
.detail .refresh{
    width: 50%;
    text-align: center;
    margin: 0.4rem auto;
    font-size: 0.34rem;
    line-height: 0.84rem;
    color: #000;
    background: #3fdd86;
    border-radius: 0.2rem;
}
.detail .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.detail .list .nr{
    width: 48%;
    border: 1px solid #b3b3b3;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #3fdd86;
    margin-top: 0.2rem;
}
.detail .list .nr.no{
    background: #fff;
}
.detail .list .nr div{
    font-size: 0.34rem;
    line-height: 0.44rem;
    color: #000;
    margin-bottom: 0.2rem;
}
.detail .list .nr P{
    font-size: 0.34rem;
    line-height: 0.64rem;
    color: #000;
    margin-top: 0.4rem;
    background: #fff;
    text-align: center;
    border-radius: 0.2rem;
}