﻿@charset "utf-8";

/*在线认证样式*/

.certificate .container {
    width: 1060px;
        padding: 100px 0;
    min-height: 400px;
    height:0;
}

.certificate form {
    width: 385px;
    padding: 5px;
    overflow: hidden;
    margin: 0 auto;
}

.certificate form p {
    line-height: 50px;
    font-size: 14px;
}

.certificate form input {
    outline: none;
    border: 1px solid #ccc;
    width: 260px;
    height: 38px;
    border-radius: 5px;
    padding: 0 10px;
    display: inline-block;
    font-size: 15px;
}

.certificate label {
    width: 90px;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}

.certificate button {
    width: 180px;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: #2984e1;
    color: #fff;
}

.certificate .certificate-notics {
    color: #f00;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}

.certificate h3 {
    width: 600px;
    margin: 0 auto;
    font-size: 24px;
    color: #0b57a3;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}

.certificate h3 a {
    display: inline-block;
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #ccc;
    position: relative;
}

.certificate h3 a::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border: 6px solid #2984e1;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.certificate h3 a.current::after {
    display: block;
}

.certificate h3 a.current {
    border-bottom-color: #2984e1;
    color: #000;
}

.certificate form em {
    color: red;
    margin-right: 4px;
}

.certificate form button[type=reset] {
    background: #999;
}

.certificate form input[type=checkbox] {
    width: 10px;
    height: 10px;
}

.certificate form select {
    width: 280px;
    height: 38px;
    font-size: 15px;
    background: transparent;
}
.certificate {
    min-height: 620px;
}