

body {
               margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-image: url('../img/back.png');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
              text-decoration: none;
}



#content {
 flex: 4;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
}

    #content .mask {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    #content .back {
        width: auto;
        height: auto;
        pointer-events: none;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        margin-left: 50%
    }

    #content .warapp {
        width: 306px;
        padding: 70px 55px 30px 55px;       
        background: rgba(219,229,212,25%);
        border-radius: 5px;
        position: absolute;
        left: 50%;
        top: 45%;
        z-index: 100;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        overflow: hidden
    }

        #content .warapp .logo {
            width: 258px;
            height: 67px;
            margin: 0 auto;
            background: url(../img/logo.png) no-repeat;
            background-size: 100% 100%
        }

        #content .warapp .form {
            margin-top: 67px
        }

            #content .warapp .form .form-item {
                height: 43px;
                line-height: 41px;
                font-size: 18px;
                border: 1px solid #dbe5d4;
                margin-bottom: 34px
            }

                #content .warapp .form .form-item input {
                    border: none;
                    outline: none;
                    background: none;
                    text-align: center;
                    display: block;
                    height: 100%;
                    color: #dbe5d4;
                    text-transform: uppercase;
                    letter-spacing: 3px;
                    background-color:rgba(168,74,147,0.3);
                }

                #content .warapp .form .form-item .input {
                    width: calc(100% - 40px);
                    padding: 0 20px;
                    text-transform: uppercase;
                }

                #content .warapp .form .form-item .submit {
                    width: 100%;
                    cursor: pointer
                }

                #content .warapp .form .form-item input::-ms-input-placeholder {
                    color: #dbe5d4;
                    letter-spacing: 3px;
                    text-align: center
                }

                #content .warapp .form .form-item input::-webkit-input-placeholder {
                    color: #dbe5d4;
                    letter-spacing: 3px;
                    text-align: center
                }

                #content .warapp .form .form-item .product {
                    color: #dbe5d4;
                    text-align: right;
                    font-size: 14px;
                    letter-spacing: 1px;
                    vertical-align: middle;
                    text-decoration: none;
                    cursor: pointer;
                }


            #content .warapp .form .m-b {
                margin-bottom: 19px
            }

            #content .warapp .form .bor {
                border: none;
                text-align: right;
                line-height: 18px;
                display: flex;
                justify-content: space-between; /* 使子元素在主轴上两端对齐 */
                align-items: center; /* 使子元素在交叉轴上居中对齐 */
                text-decoration: none;
            }

                #content .warapp .form .bor .icon {
                    margin-left: 4px;
                    vertical-align: middle;
                    text-decoration: none;
                }

            #content .warapp .form .form-item:last-child {
                margin-bottom: 0
            }

    #content .dtitle {
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 5px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 200px;
        z-index: 100
    }

    #content .mBottom {
        height: 160px;
        background: rgba(35,24,21,0.8);
        padding-top: 30px;
        width: 100%;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        z-index: 10
    }



#scan-first {
    background-size: cover;
    /* 或使用 contain, 具体像素值, 百分比值等 */
    width: 200px;
    height: 115px;
    background-image: url(../img/scan-first.png);
    background-position: center;
    position: absolute;
    z-index: 2;
    /* 保证这个div在其他内容之上 */
    bottom: 100px;
    right: 70px;
}

#scan-repeat {
    background-size: cover;
    /* 或使用 contain, 具体像素值, 百分比值等 */
    width: 200px;
    height: 115px;
    background-image: url(../img/scan-repeat.png);
    background-position: center;
    position: absolute;
    z-index: 2;
    /* 保证这个div在其他内容之上 */
    bottom: 100px;
    right: 70px;
}


#mask {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none
}

    #mask .anit-item {
        width: 416px;
        position: relative;
        left: 50%;
        top: 50%;
        opacity: .9;
        filter: opacity=90;
        display: none;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%)
    }

        #mask .anit-item .btn {
            width: 153px;
            height: 30px;
            line-height: 28px;
            border: 1px solid #555;
            color: #555;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer
        }

        #mask .anit-item .body {
            background-color: rgba(255,255,255,0.8);
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 10001;
            overflow: hidden;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            transition: all .5s;
            -ms-transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s
        }

        #mask .anit-item .btnGrop {
            text-align: center;
            padding-bottom: 60px
        }

        #mask .anit-item .active {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1)
        }

        #mask .anit-item .return-btn {
            background: #555;
            color: #fff
        }

    #mask .result .body {
        background-image: url(../img/result.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: auto
    }

        #mask .result .body .content {
            min-height: 328px;
            padding: 122px 50px 20px 78px
        }

            #mask .result .body .content .list-item {
                line-height: 24px;
                font-size: 13px;
                color: #555;
                overflow: hidden;
                display: -moz-box;
                display: -webkit-box
            }

                #mask .result .body .content .list-item .label {
                    margin-right: 4px;
                    height: 100%;
                    display: inline-block;
                    text-align: right;
                    min-width: 85px
                }

                #mask .result .body .content .list-item .text {
                    -moz-box-flex: 1;
                    -webkit-box-flex: 1
                }


                /*彩色字体*/
                #mask .result .body .content .list-item .color-text-1 {
                    background-image: -webkit-linear-gradient(left, #196F3D, #28B463 25%, #6E2C00 50%, #7D6608 75%, #F39C12);
                    -webkit-text-fill-color: transparent;
                    -webkit-background-clip: text;
                    -webkit-background-size: 200% 100%;
                }

                #mask .result .body .content .list-item .color-text-2 {
                    /* 设置背景透明色 */
                    background-image: -webkit-linear-gradient(left, blue, #196F3D 10%, #28B463 20%, #F39C12 30%, #7D6608 40%, #6E2C00 50%, #B88328 60%, #DA3B01 70%, #704214 80%, #536872 90%, #36454F 100%);
                    /* 改变background-size是为了让动画动起来 */
                    background-size: 200% 100%;
                    /* 按照文字拆分背景 */
                    -webkit-background-clip: text;
                    /* 将字体设置成透明色 */
                    -webkit-text-fill-color: transparent;
                    /* 启用动画 */
                    animation: masked-animation 5s linear infinite;
                }



                #mask .result .body .content .list-item .cxnum {
                    font-weight: 900;
                    color: #e60012;
                    font-size: 20px
                }

                #mask .result .body .content .list-item .message {
                    color: #e60012
                }





/*    #mask .jion {
        height: 500px;
    }

        #mask .jion .content .list-item {
            background-image: url(../img/jion.png);
            background-size: 100% 100%;
            text-align: center;
        }*/


/*   ------------jion---------------    */
#JoinBtn {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
#mask .jion {
    height: 400px;
    width: 400px;
    background-color: white;
    border: 3px solid;
    top: 45%;
    border-color: #ccc;
    text-align: center;
}
        #mask .jion .body {
          /*  background-image: url(../img/result.png);*/
            background-repeat: no-repeat;
            background-size: 100% 100%;
            overflow: auto
        }
        #mask .jion .content {
            min-height: 250px;
            padding: 50px 50px 50px 50px
        }
        #mask .jion .body .content .list-item {
            height: 20px;
            line-height: 0px;
            margin-bottom: 25px;
            font-size: 14px;
            color: #551414;
        }

            #mask .jion .body .content .list-item lable {
                height: 24px;  
            }

            #mask .jion .body .content .list-item input {
                height: 24px;
                width: 200px;
                border: 1px solid rgba(168,74,147,0.3);
                text-transform: uppercase;
                /*background-color: rgba(168,74,147,0.3);*/
            }

            #mask .jion .body .content .list-item textarea {
                width: 300px;
                height: 115px;
                resize: none;
                border: 1px solid rgba(168,74,147,0.3);
                text-transform: uppercase;
                /*background-color: rgba(168,74,147,0.3);*/
            }

           

/*-----------------jion-----------------------*/
/**---------------------restInfo----------------------------**/


    #mask .resInfo, #mask .resInfoEnd {
        height: 400px;
        width: 400px;
        background-color: white;
        border: 3px solid;
        top: 45%;
        border-color: #ccc;
        text-align: center;
    }
        #mask .resInfo .body, #mask .resInfoEnd .body {
            /*  background-image: url(../img/result.png);*/
            background-repeat: no-repeat;
            background-size: 100% 100%;
            overflow: auto
        }
            #mask .resInfo .body .resInfo-text, #mask .resInfoEnd .body .resInfo-text {
                height: 250px;
                padding: 50px 50px 50px 50px;
                color: #551414;
                display: flex;
                justify-content: center;
                align-items: center;
            }


/*------------------------------------------------------------*/



   #mask .error {
                height: 554px;
            }

        #mask .error .body {
            background-image: url(../img/error.png);
            background-size: 100% 100%;
            text-align: center
        }

        #mask .error .error-text {
            width: 196px;
            margin: 260px auto 0 auto;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            color: #e60012
        }

        #mask .error .return-btn {
            position: absolute;
            bottom: 53px;
            left: 50%;
            transform: translate(-50%);
            -webkit-transform: translate(-50%);
            -moz-transform: translate(-50%);
            -ms-transform: translate(-50%)
        }

    #mask .history {
        height: 554px
    }

        #mask .history .body {
            background-image: url(../img/his.png);
            background-size: 100% 100%;
            text-align: center
        }

            #mask .history .body .btnGrop {
                width: 153px;
                margin: 0 auto;
                padding: 0
            }

                #mask .history .body .btnGrop .btn {
                    display: block
                }

                #mask .history .body .btnGrop .btn-back {
                    margin-bottom: 20px
                }

        #mask .history .content {
            width: 200px;
            height: 220px;
            margin: 120px auto 35px auto;
            overflow: hidden
        }

            #mask .history .content #iscroll {
                height: 100%;
                position: relative
            }

            #mask .history .content #historyList li {
                line-height: 20px;
                font-size: 12px;
                color: #555;
                margin-bottom: 19px;
                padding-right: 10px
            }
