body {
    background-color: rgb(238,238,238);
    color: #333;
}
.header {
    display: flex;
    width: 6.9rem;
    background-color: #ccc;
    margin: 0.3rem;
    border: 1px solid #ccc;
    justify-content: space-between;
    align-items: center;
    height: 1.5rem;
    margin-bottom: 0.8rem;
}
.header img {
    margin-left: 0.6rem;
    height: 1.2rem;
}
.header h5 {
    font-size: 0.32rem;
    color: #333;
    margin-right: 0.3rem;
}
#prodId {
    padding: 0;
}
#prodId input {
    width: 6rem;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #fff;
    border-radius: 0.4rem;
    border: 1px solid #ccc;
    color: #333;
}
.slider-box {
    width: 6rem;
    height: 0.52rem;
    border-radius: 0.26rem;
    background-color: #c29a60;
    margin: 0.56rem auto;
    text-align: center;
}
.result-box {
    /*display: none;*/
    background-color: rgba(255,255,255,1);
    padding: 0.4rem;
    width: 5.2rem;
    margin-top: 0.4rem;
    min-height: 4rem;
    margin-bottom: 0.4rem;
    border: 2px dashed #ccc;
    margin-left: auto;
    margin-right: auto;
}
.resultText {
    color: #000;
    font-size: 0.32rem;

}
.resultImg {
    margin: 0.3rem auto 0;
    display: block;
}
.resultTip {
    color: #000;
    margin-top: 0.3rem;
}
#captcha canvas {
    display: none;
    position: absolute;
    top: -200px;
}
#captcha canvas:first-child{
    background-color: #fff;
}
/*.weui-loadmore {*/
    /*position: fixed;*/
    /*top: 50%;*/
/*}*/
.sxt-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sxt-box img {
    width: 0.3rem;
    margin: 0.1rem;
    height: 0.3rem;
}