@charset "UTF-8";
/**
 * @authors liboyuan

 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-user-select: none;
    color: #000;
    outline: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption, th {
    text-align: left;
}
fieldset, img {
    border: 0;
}
li {
    list-style: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    outline: 0;
}
button {
    border: 0;
    background: none;
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    -webkit-touch-callout: none;
    color: #000;
}
:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
em, i {
    font-style: normal;
}
div {
    margin: 0 auto;
}
.hide {
    display: none;
}
body {
    background: #f6f6f6;
}
.wrap {
    width: 640px;
}
.title {
    height: 140px;
    line-height: 140px;
    background: #2f7ed1;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.main {
    background: #fff;
    padding: 0 30px 1px;
}
.title_link {
    line-height: 72px;
    font-size: 24px;
    margin-left: 30px;
}
.com {
    margin-bottom: 30px;
}
.com_title {
    font-size: 32px;
}
.com_title span {
    width: 6px;
    background: #2f7ed1;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.com_time p {
    font-size: 28px;
    line-height: 58px;
}
.com_time {
    margin-top: 20px;
    padding-bottom: 0px;
}
.border_d1 {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 20px;
}
.com_right {
    width: 430px;
    margin-bottom: 30px;
    /*  border-bottom: 1px solid #e4e4e4;*/
}
.com_left {
    border-top: 1px solid #e4e4e4;
    margin-top: 60px;
    padding-top: 30px;
}
.com>h3 {
    font-size: 32px;
    color: #666;
    text-align: center;
    padding-top: 30px;
}
.com_right label {
    font-size: 28px;
    margin-top: 30px;
    display: inline-block;
}
.com_right label input {
    width: 300px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #999;
    padding: 0 10px;
    box-shadow: 0px 0px 1px #000 inset;
}
.com_right label.error {
    color: #f51e55;
    font-size: 28px;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 90px;
    visibility: hidden;
}
.sub {
    font-size: 24px;
    display: block;
    margin-left: 90px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: #f5800e;
    color: #fff;
    width: 325px;
    border-radius: 3px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 30px;
}
td, th {
    border: 2px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    width: 33%;
}
th {
    background: #2f7ed1;
    color: #fff;
    font-weight: 400;
}
.t_link {
    color: #2f7ed1;
}
.f_left ul {
    margin-top: 10px;
    margin-bottom: 30px;
}
.f_left ul li {
    border-bottom: 1px dashed #e4e4e4;
    height: 48px;
}
.f_left ul li:last-child {
    border: 0;
}
.f_link {
    font-size: 24px;
    line-height: 48px;
    display: block;
}
/*.f_link:hover {
    color: #2f7ed1;
}*/

.footer {
    text-align: center;
    background: #2f7ed1;
}
.footer>p, .footer>p a {
    color: #fff;
}
.foot_link {
    width: 560px;
    line-height: 50px;
    border-bottom: 1px dashed #fff;
    margin: 0 auto;
    padding-top: 15px;
}
.foot_link, .foot_link a {
    font-size: 24px;
    font-weight: 600;
}
.foot_about {
    width: 560px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 24px;
}
.foot_link a, .foot_about a {
    margin: 0 10px;
}
.foot_about a {
    font-size: 24px;
}
.icp {
    padding-bottom: 20px;
    font-size: 24px;
    display: inline-block;
}
.pop_box {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.pop_com {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 520px;
    height: 400px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-left: -261px;
    margin-top: -180px;
    border-radius: 10px;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
}
.pop_form {
    padding: 0;
    float: none;
}
.pop_form h3 {
    margin-top: 35px;
    text-align: center;
    font-size: 32px
}
