*{
    margin:0 auto;
}
.emo-anti-counterfeiting{
    min-height: 60vh;
    /*margin-top:206px;*/
    margin-top:60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 200px;
    /*justify-content: center;*/
}

.emo-anti-counterfeiting h1{
    font-size:40px;
    font-family: 黑体;
    color:#060606;
}

.form{
    margin-top:50px;
    margin-bottom:88px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:770px;
    height:80px;
    border:1px solid #999999;
}


.form input{
    height:80px;
    width:610px;
    border:none;
    background:#ffffff;
    border-radius: 0;
    font-size:22px;
}

.form .icon{
    line-height: 80px;
    text-align: center;
    height:80px;
    width:80px;
    font-size:50px;
}

.result{
    text-align: center;
}
.result-icon{
    width:180px;
    height:180px;
    display: block;
    background-image: url("/static/img/icon.png");
    background-size: 180px 540px;
    margin-bottom: 50px;
}
.rst-div-1{
    font-size:36px;
    font-family: 黑体;
    margin-bottom: 40px;
}

.rst-div-2{
    font-size:26px;
}
.rst-div-3{
    font-size:26px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.rst-list div{
    line-height: 50px;
    font-size:24px;
}

.t-icon{
    background-position:0 180px;
}
.o-icon{
    background-position:0 360px;
}
.red{
    color:#e55954;
}
.cert{
    width:800px;
}

.result-msg{
    font-size:36px;
    color:#edc180;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width:3.067rem;*/

}

.icon-arrow-down-bold{
    color:#ffffff;
    border-radius: 50%;
    display: inline-block;
    width:36px;
    height:36px;
    margin-right: 10px;
    background-color:#edc180 ;
}

.icon-operation{
    font-size:18px !important;
}
#ts{
    background-color: #000;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
#ts a{
    color:#e5dfd9 !important;
    font-weight: 400 !important;
    font-size:14px;

}
