*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei UI";
    /* font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; */
}
ul, li{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
}

body{
    position: absolute;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}
.top{
    height: 4.87rem;
    width: 100%;
    background: url("../img/bg.svg");
    background-size: cover;
    padding-top: .2rem;
}
.top-fun{

    text-align: right;
}
.top-fun a{
    color: #666666;
    font-size: .14rem;
    text-decoration: none;
    margin-right: .2rem;
}
.top-fun a:hover{
    color: rgb(255, 0, 0);
    transition: all .5s;
}

.top-middle{
    margin-top: 1.3rem;
    text-align: center;
}
.top-middle img{
    height: 60px;
}
.top-middle span{
    font-size: .72rem;
}
.top-input{
    height: .6rem;
    width: 7.1rem;
    margin: 1.02rem auto 0;
    border: 2px solid #FF0000;
    display: flex;
    align-items: center;
    font-size: .18rem;
    position: relative;
}

.top-input .before {
    position: absolute;
    z-index: 1000000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    bottom: 100%;
    left: 5%;
    margin-bottom: -2px;
    border: 6px solid transparent;
    border-top-color:#FF0000;
    background: transparent;
    /*opacity: 0;*/
}
.top-input .after{
    position: absolute;
    z-index: 1000000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    background:#FF0000;
    color: white;
    padding: 6px 10px;
    font-size: .14rem;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    bottom: 100%;
    margin-bottom:10px;
    border-radius: 3px;
    letter-spacing: 3px;
    left: 0;
    /*opacity: 0;*/
}




.top-input input{
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    text-indent: .1rem;
    font-size: .18rem;
}
.top-input div{
    width: 1.5rem;
    height: 100%;
    color: white;
    font-size: .24rem;
    text-align: center;
    background: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.top-footer{
    text-align: center;
    margin-top: .23rem;
}
.top-footer span{
    color: #666666;
    margin-right: .1rem;
    font-size: .14rem;
}
.top-footer > .iconfont{
    margin-right: .05rem;
}
















/**************************************************************************/

.footer{
    flex: 1;
    width: 100%;
}
.footer-fun{
    margin-top: 1.2rem;
    /*height: 1.3rem;*/
    /* height: 100px; */
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-fun-item{
    /*width: 2.3rem;*/
    width: 210px;
    height: 100%;
    margin-right: .1rem;
    border: 1px solid #DBDBDB;
    border-radius: .03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.footer-fun-item:hover .item-hover{
    visibility:visible;
    transition: all .5s;

}
.footer-fun-item .item-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 242, 242, 1);
    display: flex;
    align-items: center;
    visibility: hidden;
}
.item-hover-con{
    margin-right: .1rem;

}
.item-hover .iconfont{
    font-size: .45rem;
    color: #FD9826;
    margin: 0 .1rem;
}
.item-hover-title{
    font-size:.16rem;
    font-weight: 400;
    font-family: "PingFangSC-Regular","PingFang SC";
    color: #666666;
    margin-bottom: .1rem;
}
.item-hover-content{
    font-size:.12rem;
    font-weight: 400;
    font-family: "PingFangSC-Regular","PingFang SC";
    color: #999999;
}


.footer-fun-item > span:nth-child(1){
    font-size: .48rem;
    color: #DBDBDB;
}
.footer-fun-item > span:nth-child(2){
    margin-top: .04rem;
    color:#666666;
    font-size: .16rem;
}




/**************************************************************************/

.checkResult{
    width: 10.52rem;
    margin: .5rem auto 1.1rem;
}
.checkResult-title{
    color: #FF0000;
    text-align: center;
    font-size: .24rem;
}
.checkResult-subTitle{
    display: flex;
    align-items: center;
    margin-top: .4rem;

}
.checkResult-subTitle span{
    font-size: .18rem;
    letter-spacing: 2px;
}
.checkResult-subTitle .iconfont{
    font-size: .36rem;
    color: #FF0000;
}
.getResult{
    font-size: .18rem;
    text-indent: 40px;
    letter-spacing: 2px;
}
.getResult-details{
    margin: .3rem auto .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.getResult-details .IdCheck{
    display: none;
    position: absolute;
    /* left: 3.5rem;
    top: 2.5rem;
    width: 1.75rem;
    height: 1.17rem;
    left: 4.73rem;
    top: 1.68rem; */
    width: 1.75rem;
    /* height: 1.17rem; */
    left: 6rem;
    top: 0.3rem;
}
.getResult-details .IdCheck img{
    width: 100%;
    height: 100%;
}

.label-con{
    margin-right: 1rem;
    position: relative;
}
.label-img{
    width: 3rem;
    height: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.label-img img{
    max-width: 100%;
    max-height: 100%;
}

.label-img canvas{
    max-width: 100%;
    max-height: 100%;
}
#small{
    position: relative;
}
#move{
    width: 40px;
    height: 40px;
    /*background:rgba(255,255,255,.5);*/
    background:#fff;
    opacity:.5;
    filter:alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    cursor:move;
    display:none;
    z-index: 100;
    border-radius: 3px;
}


#big{
    width: 3rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
    overflow:hidden;
    display: none;
    border-radius: 3px;
}
#big img{
    position:absolute;
    top:0;
    left:0;
}

.details-info div{
    margin-bottom: .2rem;
}
.details-info div span{
    font-size: .14rem;
    color: #666666;
}
.details-info div span:nth-child(1){
    letter-spacing: 2px;
    margin-right: .3rem;
}
.details-info div span:nth-child(2){
    letter-spacing: 1px;
}
.details-table{ 
    display: block;
    border-collapse: collapse;
}
.details-table tr{
    font-size: .14rem;
    color: #666666;
}
.details-table tr td:nth-child(1){
    padding: .1rem .2rem .1rem 0;
    letter-spacing: 2px;
}
.details-table tr td:nth-child(2){
    letter-spacing: 1px;
    height: 23px;
    padding: .1rem 0;
}
.result-tips{
    font-size: .12rem;
    color: #999999;
    width: 3rem;
    margin-top: 10px;
}
.checkRecord span{
    letter-spacing: 1px;
    font-size: .18rem;

}
.checkRecord .iconfont{
    font-size: .2rem;
    cursor: pointer;
    margin-left: .1rem;
}
.result-table{
    width: 100%;
    table-layout: fixed;
    border: 1px solid #bbbbbb;
    border-collapse: collapse;
    margin-top: 10px;

}
.result-table th{
    height: 30px;
    font-size: 14px;
    color: #333333;
    background: #F1F1F1;
}
.result-table td{
    height: 30px;
    font-size: 12px;
    color: #666666;
    text-align: center;
	    word-break: break-all;
}
.result-table tbody tr:nth-child(even){
    background: #F1F1F1;
}















/**************************************************************************/
.footer-title{
    margin-top: 1.1rem;
    width: 100%;
}
.footer-tips{
  text-align: center;
}
.footer-tips span{
    font-size: .12rem;
    color:#333333;
}
.footer-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-img img{
    width: 1.1rem;
    margin-right: .3rem;
}
.fixedFooter{
    position: fixed;
    bottom: .4rem;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rightSide{
    position: fixed;
    right: 0;
    /* width: 50px; */
    width: 60px;
    top: 46%;
    border-left: #DBDBDB 1px solid;
    border-top: #DBDBDB 1px solid;
    border-radius: 4px;
    background: white;
}

.rightSide .side-item {
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #DBDBDB;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
.rightSide .side-item img{
    position: absolute;
    top: 0;
    left: -105px;
    width: 100px;
    display: none;
}

.rightSide .side-item:hover img{
    display: block;
}
.rightSide .side-item .telephone{
    position: absolute ;
    top: 5px;
    right: -125px;
    background-color: #DBDBDB;
    width: 120px;
    height: 40px;
    transition: 1s;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    font-size: 14px;
}
.rightSide .side-item:hover .telephone{
    /* transform: translateX(-175px); */
    transform: translateX(-185px);
    transition: all 1s;
}

.rightSide .side-item .iconfont{
    font-size: 22px;
    color: #C4C4C6;
}

.rightSide .side-item > div{
    text-align: center;
    color: #C4C4C6;
}
@media (max-width: 1200px)
{
    body{
        width: 1200px;
        overflow-x: auto;
    }

}

/* 20201020 添加语言切换 */
#language{
    position: absolute;
    text-align: center;
    width: 70px;
    top: .2rem;
    right: 0.4rem;
}
#language .default{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    color: #fff;
    background-color: #625100;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#language .default:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: solid 6px #fff;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 2px;
    margin-left: 5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#language:hover .default{
    background-color: #ff0000;
}
#language:hover .default:after{
    -webkit-transform: rotate(180deg);/*旋转180度*/
    transform: rotate(180deg);
}
#language .drop{
    left: 0;
    right: 0;
    top: -9999px;
   
    position: absolute;
    padding-top: 10px;
    z-index: 1;
    -webkit-transform: translateY(-50px);/*y轴方向平移*/
    transform: translateY(-50px);
    opacity: 1;
    -webkit-transition: transform .2s ease-in;/*平移时间0.2s*/
    transition: transform .2s ease-in;
}
#language:hover .drop{
    top: 26px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#language .drop ul{
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
#language .drop li a{
    margin-right:0;
}

#language .drop li:first-child:before {
    content: " ";
    font-size: 0;
    line-height: 0;
    margin: 0 auto;/*居中*/
    display: block;/*独占一行*/
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); /*配合整体一样的投影*/
    background-color: #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg); /*一个正方形倾斜四十五度就是三角了但是要把下半部分藏起来*/
    position: relative;
    top: -5px; /*果断的露出上半部分*/
    z-index: 1; /*果断的隐藏下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#language .drop li a {
    color: #888;
    line-height: 26px;
    border-bottom: solid 1px #eee;
    display: block;
    background-color: #fff; /*要有背景色才能盖住呀*/
    position: relative;
    z-index: 2; /*这里很重要 要挡住三角形的下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#language .drop li:first-child a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -10px;
}
#language .drop li:last-child a{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
#language .drop li:hover:before{
    background-color: #ff8484;
    /* background-color: #ffaaaa; */
}
#language .drop li:hover a {
    background-color: #ff8484;
    color: #fff;
}

/* 语言切换更改 */
.language{
	position: absolute;
	z-index:  30;
	
	color: #888888;
    /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); */
    border: 1px solid #999;
	padding: 4px;
	border-radius: 35px;
	right: 130px;
	top: 7px;
}
.language a{
    display: flex;
	align-items: center;
    margin: 0;
}
.language p{
	padding: 0 4px;
	font-size: 0.14rem;
	line-height: 1;
}
.language img{
	display: block;
	width: 19px;
}
