*{
    padding:0;
    margin:0;
}
html,body{
    margin:0;
    padding:0;
    width:100vw;
    height:100vh;
    background: #98CFFF;
    overflow-x: hidden;
}
.header{
    width:100%;
    height:fit-content;
}
.head{
    width:100%;
    height:100%;
}
.logo{
    width:100%;
    height: 100%;
    position: relative;
}
.logo img{
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
.logo .title{
    width: 600px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: initial;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    word-space: 6px;
    position: absolute;
    /*-webkit-text-stroke: 1px #fff;
    text-shadow: 0 0 5px #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;*/
    -webkit-user-select: none;
}

.main{
    width: calc(100% - 20px);
    height: 600px;
    overflow-y: auto;
    background: rgba(255,255,255,.9);
    border-radius: 8px;
    margin: 30px auto;
    padding: 0;
}
.footer{
    width: 100%;
    height: 60px;
    overflow:hidden;
    padding: 0;

}
.form-group{
    position: relative;
}
#myfile{
    width: 180px;
    height: 45px;
    background:rgba(230,230,230,.5);
    position: absolute;
    opacity: 0;
    z-index: 1;
    left:-40px;
    top: 3px;
    cursor: pointer;
}

.field-upload{
    position: absolute;
    width: 100px;
    height: 30px;
}
.field-upload::before{
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 100%;
    height: 100%;
}
.btn-upload{
    width: 100%;
    height: 50px;
    opacity: 0.8;
    transition: 0.3 ease;
}
.btn-upload .after{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}
.btn-upload img{
    width: 13px;
    cursor: pointer;
}
.btn-upload .img{
    width: 13px !important;
    margin-left: 20px;
}
.btn-upload:hover{
    opacity:1;
    transition: 0.3 ease;
}
#message{
    min-width: 200px;
    height: 30px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: solid 1px rgba(195,209,195,.9);
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 3px 15px;
}
.message{
    width: fit-content;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.sign-item{
    width: 90%;
    min-height: 30px;
    padding: 20px;
    background: rgba(250,250,250,.9);
    border-radius: 8px;
    margin: 10px auto;
}
.sign-item:last-child{
    margin-bottom: 30px;
}
.sign-header{
    width: 100%;
    height: 60px;
    border-bottom: dashed 1px #aaa;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
}
.sign-location{
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    color: #222;
}
.sign-result{
    width: 300px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.sign-header img{
    width: 20px;
}
.sign-info{
    width: 450px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
}
.sign-info span:first-child{
    font-size: 15px;
    font-weight: bold;
}
.sign-info div{
    margin-top: 5px;
}
.cert-info{
    margin-top: 50px;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
}
.cert-info span:first-child{
    font-size: 15px;
    font-weight: bold;
}
.sign-container{
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    padding: 6px 0 10px 0;
}
.sign-img{
    width: 200px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.sign-img img{
    width: fit-content;
    max-width: 150px;
    max-height: 150px;
    -webkit-user-select: none;
    -user-drag: none;
}
.sSignSn{
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.sSignSn span:last-child{
    width: 450px;
    height: 20px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}
#verifyBtn{
    width:130px;
    height:36px;
    padding:2px 5px;
    text-align:center;
    line-height:22px;
    background:#fff;
    box-sizing:border-box;
    border: solid 1px #bbb;
    border-radius: 5px;
    font-size:15px;
    color:#222;
    transition: .3s ease;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
}
#verifyBtn:hover{
    border: solid 1px #111;
    transition: .3s ease;
}
#verifyBtn img{
    width: 14px;
    margin-right: 2px;
}
.verify-img{
    width: 40px;
    height: 40px;
    background: transparent !important;
    border-radius: 40px;
    animation:pulse 2s infinite;
    margin-top: 20px;
}
.verify-img img{
    width: 40px;
}
.file-field{
    width: 300px;
    min-height: 30px;
    height: fit-content;
    margin-top: 20px;
    background: rgba(239,246,249,.9);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #666;
}
.file-field img{
    width: 15px;
    margin-left: 15px;
}
.issuer-dn{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.panel-info{
    width:calc(100% - 30px);
    margin:50px auto;
}
.panel-1{
    width:calc(100% - 30px);
    margin:-50px auto;
}
.panel-title{
    text-indent: 1em !important;
    position: relative !important;
}
.panel-title::before{
    position:absolute;
    left: 0;
    top: -3px;
    content:"";
    width: 4px;
    height: 24px;
    background: #1e88e5;
    border-radius: 4px;
}
.h-title{
    width: 600px;
    height:70px;
    text-align: center;
    line-height:70px;
    font-size: 23px;
    color:#fff;
}
.form-group{
    width:300px;
    height: 50px;
    margin:10px auto;
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items:center;
    position:relative;
}
.btn_xz{
    background-color: #f8f8f8 !important;
    font-size: 14px !important;
    height: 32px !important;
    color: #333333 !important;
    width: 130px !important;
    font-family: Microsoft YaHei !important;
}

.btn_xz:after{
     border: 1px solid transparent !important;
}
.btn:after{
    border: 1px solid transparent !important;
}
.container{
    width:100%;
    margin:0 auto;
    height: 350px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.h4{
    text-align: center;
}
.panel-container{
    width: 83%;
    height: auto;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 8px;
    background: rgba(167, 211, 253, 0.4);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(167, 211, 253, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(167, 211, 253, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(167, 211, 253, 0);
    }
}
.panel{
    border-color: transparent !important;
    box-shadow: none !important;
}
.panel-info{
    border: none !important;
    background: transparent !important;
}
.panel-heading{
    border-bottom: none !important;
}
@media screen and (max-width: 600px){
    .panel-info{
        width: 93%;
        margin: 18px auto;
    }
    .panel-1{
        margin: 18px auto;
    }
    .btn-upload{
        width: 110px !important;
        height: 40px !important;
    }
    #verifyBtn{
        width: 120px !important;
        height: 40px !important;
    }
    .h4{
        font-size: 14px;
        text-align: center;
        font-weight:bold !important;
    }
    .span{
        font-size: 12px !important;
    }
    .h-title{
        text-align: left;
        text-indent: 2em;
        font-size: 18px;
    }
    .file-field{
        width: 250px;
        display: none !important;
    }
    .form-group{
        width: 260px;
    }
    .container{
        width: 96%;
    }
    .sign-image{
        max-width: 100px !important;
        max-height: 100px !important;
    }
}
