@charset "utf-8";

body {
    font: 12px/1.5 "微软雅黑",'Microsoft YaHei', arial, Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #333;
}

body, p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe {
    margin: 0;
    padding: 0;
}
body {
    background: url(/register/images/cen_bg.png) no-repeat top center, #eff2f4;
}
img {
    border: 0 none;
}

ul, li, ol {
    list-style-type: none;
}

i, em, address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

.msf {
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

a, a:hover {
    outline: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline
}

.fr {
    float: right;
    _display: inline
}

.pr {
    position: relative
}

.abs {
    position: absolute;
}

input {
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



.warp {
    width: 1200px;
    margin: 0px auto;
}

.content {
    padding: 30px 40px;
    margin: 10px auto 20px;
    line-height: 28px;
    font-size: 16px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background: #fff;
}
.header-wrap{
    background: #fff;
    height: 70px;
    width: 100%;
}
.content h3 {
    font-size: 28px;
    padding: 15px;
    font-size: 22px;
    color: #333;
    position: relative;
}
.content h3 .abs{
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 4px;
    height: 18px;
    background: #07bdc7;
    border-radius: 2px;
}

.content h6 {
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    color: #333;
}

.content p {
    padding: 0px 0;
    text-indent: 2em;
    margin: 0 10px;
    color: #333;
    font-size: 16px;
    line-height: 2;
}

.content p span {
    color: #f00;
}

.term_info {
    /* margin-left: 185px; */
    margin-top: 72px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 75px;
    height: 35px;
    padding-left: 185px;
    box-sizing: border-box;
    font-weight: 600;
    text-shadow: 0 6px 6px rgba(7, 134, 141, 0.6);
}