您好,暂无查询结果!
<>
body,
html {
font-size: 14px;
overflow-x: hidden;
color: #333;
min-height: 100vh;
}
* {
margin: 0;
padding: 0;
}
.clearfloat:after {
display: block;
content: "";
clear: both;
}
.header {
background-color: #016ca1;
height: 240px;
}
.logo {
float: left;
width: 237px;
height: 85px;
line-height: 85px;
font-size: 0;
}
.logo img{
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
.system-btn {
float: right;
line-height: 85px;
}
.system-btn .btn {
border-right: 5px;
display: inline-block;
padding: 5px 20px;
background-color: #fbb901;
margin-left: 5px;
color: #fff;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.system-btn .btn:hover {
opacity: 0.9;
}
.wrap {
max-width: 1000px;
margin: 0 auto;
}
.content-right {
margin-top: -155px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
padding: 30px;
min-height: calc(100vh - 240px);
}
.password-wrap .tit {
font-size: 24px;
margin-bottom: 10px;
text-align: center;
}
.password-wrap .subtit {
color: #fbb901;
margin-bottom: 20px;
text-align: center;
}
.password-wrap .form-group label {
text-align: right;
padding-right: 0;
}
.password-wrap .form-group label span {
color: #ff0000;
margin-right: 4px;
}
.sub-box {
width: 100%;
text-align: center;
margin: 30px 0;
}
.sub-box .btn-primary {
background: #016ca1;
border-color: #016ca1;
color: #fff;
padding: 12px 50px;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.sub-box .btn-primary:hover {
background-color: #fbb901;
border-color: #fbb901;
}
.cert-query:after {
content: "";
display: block;
clear: both;
}
.cert-query .con {
float: left;
width: calc(100% - 4% - 360px);
margin: 0;
margin-right: 4%;
padding-right: 4%;
border-right: 1px solid #cce2ec;
}
.cert-query .imgbox {
float: left;
width: 360px;
text-align: center;
}
.cert-query .nosearch {
display: inline-block;
margin: 100px auto;
}
>