body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */

}

body {
    color: #666;
}

h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

abbr[title], acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset, img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*通用*/
.inner_box {
    width: 992px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font-family: 'Microsoft YaHei', sans-serif, 宋体;
}

.clr {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

/*登录页*/
html {
    background: #fff;
}

body.sign_bg {
    background: #fff;
}

.register-wrap {
    margin: 0;
}

.header_sign {
    width: 992px;
    margin: 0 auto;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.header_sign .logoBox {
    margin-top: 25px;
    margin-right: 35px;
    width: 295px;
    overflow: hidden;
}

.header_sign .logo {
    width: 150px;
    height: 50px;
}

.header_sign .logo a {
    display: block;
    width: 150px;
    height: 50px;
}

.header_sign .logo a img {
    width: 150px;
}

.header_sign .slogan {
    width: 135px;
    height: 50px;
}

.header_sign .logo_describe {
    width: 295px;
    height: 30px;
    overflow: hidden;
}

.header_sign .sign_tel {
    padding-top: 50px;
}

.signup_form {
    width: 525px;
    margin: 30px auto;
}

#page_signup .signup_title {
    padding: 18px 25px 0;
}

#page_signup .btn-submit {
    border: 0;
    display: block;
    width: 270px;
    height: 40px;
    background: url('btn_signup.jpg') 0 0 no-repeat;
}

#page_signup .password-check {
    /* line-height: 26px; */
}

#page_signin .form-act {
    margin-left: 5px;
    float: left;
}

#page_signin .single .form-act {
    margin-left: 85px;
}

#page_signin .form-label {
    width: 80px;
    line-height: 26px;
    float: left
}

.main_sign {
    width: 992px;
    margin: 0 auto;
    border-top: 1px solid #2c3e50;
    border-bottom: 1px solid #2c3e50;
}

.footer_sign {
    margin: 0 auto;
}

.sign_logo {
    float: left;
    position: absolute;
    top: 37px;
    left: 0px;
}

.sign_tel {
    padding-top: 64px;
    padding-right: 5px;
    float: right;
}

.sign_box {
    margin: 0;
    height: 354px;
    border: 5px solid #e8e8e8;
    background: #fff;
}

.sign_bigpic {
    width: 498px;
    overflow: hidden;
    background: url('sign_bigpic.jpg') no-repeat;
    width: 498px;
    height: 354px;
}

.sign_form {
    padding: 20px 40px 0 125px;
    width: 315px;
    overflow: hidden;
}

.sign_form_title h3 {
    float: left;
    font-size: 16px;
    color: #333;
}

.register_words {
    float: right;
    line-height: 28px;
}

.register_words a {
    color: #97060a;
    padding: 0 5px;
}

.sign_form_title {
    margin-bottom: 10px;
    overflow: hidden;
}

.sign_inputarea .sign_input {
    width: 271px;
    padding: 0 0 0 35px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #cecece;
    margin-bottom: 22px;
}

.sign_inputarea .username {
    background: url('sign_09.jpg') no-repeat 12px 14px;
}

.sign_inputarea .password {
    background: url('sign_12.jpg') no-repeat 12px 12px;
}

.sign_forget {
    line-height: 18px;
    font-size: 14px;
    color: #333;
}

.sign_forget input {
    margin: 2px 8px 0 0;
}

.re_sign {
    padding-right: 15px;
}

.sign_forget a.forget_pw {
    color: #333;
    padding-left: 15px;
    border-left: 1px dotted #333;
}

.btn_sign_box {
    padding-top: 20px;
}

.btn_sign_box .btn_sign {
    background: url('btn_sign.jpg') no-repeat;
    width: 310px;
    height: 40px;
    overflow: hidden;
    border: none;
    text-indent: -9999px;
}

.other_sign {
    padding-top: 20px;
}

.btn_sign span {
    background: none;
}

.other_sign h4 {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.sign_alipay {
    padding: 1px 30px 1px 20px;
    background: url('ico_alipay.jpg') no-repeat;
}

.sign_qq {
    padding: 1px 30px 1px 20px;
    background: url('ico_qq.jpg') no-repeat;
}

.sign_weibo {
    padding: 1px 30px 1px 23px;
    background: url('ico_weibo.jpg') no-repeat;
}

.promise_sign {
    text-align: center;
    margin: 20px auto;
}

.footer_link2 {
    width: 992px;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
}

.footer_link2 a {
    padding: 0 8px;
}

.footer_copyright2 {
    margin-top: 4px;
    background-color: #106d34;
    text-align: center;
    color: #fff;
    line-height: 24px;
}

.footer_copyright2 .company_infor {
    padding: 20px 0;
}

.loginbox {
    border: 0;
    padding: 0;
    margin: 0;
}

/*注册*/
.PassportWrap {
    border: 5px solid #e8e8e8;
    background: #fff;
    padding: 20px 30px 30px;
}

.signup_title {
    font-size: 22px;
    color: #666666;
}

.PassportWrap .loginbox .login-k {
    height: 62px;
    font-size: 14px;
    padding-right: 10px;
    width: 300px;
    padding: 0;
}

.PassportWrap .loginbox li {
    overflow: hidden;
    padding: 12px 0;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}

.PassportWrap .loginbox .inputstyle, #reg_email {
    width: 260px;
    height: 28px;
}

.PassportWrap .loginbox {
    padding-top: 30px;
}

.PassportWrap .loginbox .login-v {
    padding: 0 0 0 15px;
}

.PassportWrap .loginbox .login-v input {
    vertical-align: middle;
}

#iptsingup {
    height: 28px;
    width: 111px;
}

.verifyCode img {
    height: 28px;
    padding: 0 10px;
}

.login-v a {
    color: #b1171c;
    padding: 0 5px;
}

#license {
    margin-right: 5px;
}

.PassportWrap .loginbox li.register_words1 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.PassportWrap .signupform .btn {
    margin: 0;
    width: 270px;
    height: 40px;
    overflow: hidden;
    background: url('btn_signup.jpg') no-repeat;
}

.PassportWrap .signupform .btn span {
    background: none;
    text-indent: -9999px;
    border: none;
}

.lb-comment {
    display: none;
    position: relative;
    top: 1px;
    margin-left: 10px;
    padding: 11px 10px;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.PassportWrap .loginbox li.btn_signup {
    height: 40px;
}

/***修改***/
.signin, .signup {
    border-width: 1px;
    border-color: #e0e0e0;
    margin-bottom: 0;
}

.signin {
    margin-left: 0;
    float: right;
}

.sign-title {
    padding-left: 10px;
    border-bottom-color: #e0e0e0;
}

.signin h2, .sign-title h2 {
    font-size: 16px;
    font-weight: 800;
    color: #333;
}

.signup-aside {
    border: none;
}

.btn-major span {
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fda527), color-stop(100%, #fe9600));
    background-image: linear-gradient(#fda527, #fe9600);
    background-image: -webkit-linear-gradient(#fda527, #fe9600);
    background-image: -moz-linear-gradient(#fda527, #fe9600);
    background-image: linear-gradient(#fda527, #fe9600);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, gradientType=0, startColorstr='#fda527', endColorstr='#fe9600') \9;
}

.btn-major:hover span {
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fda527), color-stop(100%, #fe9600));
    background-image: linear-gradient(#fda527, #fe9600);
    background-image: -webkit-linear-gradient(#fda527, #fe9600);
    background-image: -moz-linear-gradient(#fda527, #fe9600);
    background-image: linear-gradient(#fda527, #fe9600);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, gradientType=0, startColorstr='#fda527', endColorstr='#fe9600') \9;
}

/*******************************底部通用*************************************/
.footer {
    margin-top: 30px;
}

.help_info {
}

.helps {
    overflow: hidden;
}

.u_helps {
    width: 992px;
    height: 65px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcd7cf;
    overflow: hidden;
}

.d_helps {
    width: 992px;
    padding: 20px 0;
    height: 160px;
    overflow: hidden;
}

.footer_link {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f8f8f5;
}

.footer_link a {
    color: #90989f;
    padding: 0 10px;
}

.footer_link {
    color: #90989f;
}

.helps_link {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ccc;
}

.helps_link a {
    padding: 0 10px 0 0;
}

.helps_link a span {
    color: #CCC;
}

.footer .company_infor {
    background-color: #2c3e50;
    text-align: center;
    padding: 20px 0;
    line-height: 20px;
    color: #fff;
}

.footer .company_infor h3 {
    font-weight: bold;
}

.bottom_arts ul li.bt_arts {
    width: 100px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin: 0 49px;
}

.bottom_arts .content-node-list-title {
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 15px;
    height: 15px;
    width: 100px;
    overflow: hidden;
}

.bottom_arts .article-index-list ul {
    *margin-top: -15px;
}

.bottom_arts .lv-1 {
    margin-bottom: 10px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.signin-page-wrap {
    margin-bottom: 0;
    padding: 30px 0;
}

.signup-article {
    padding: 30px 0;
}

/*=====sign in=======*/
.share-login {
    margin-left: 10px;
}

.share-login p {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.share-login a {
    margin-left: 0px;
    margin-right: 5px;
    background-image: url("icon/icon_links.png");
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    display: block;
    float: left;
    opacity: 0.6;
}

.share-login a.denglu_icon1_qzone {
    background-position: -24px -24px;
}

.share-login a.denglu_icon1_sina {
    background-position: 0 -24px;
}

.share-login a.denglu_icon1_alipayquick {
    background-position: -48px -24px;
}

.share-login a.denglu_icon1_taobao {
    background-position: -120px -24px;
}

.share-login a.denglu_icon1_tencent {
    background-position: -96px -24px;
}

.share-login a:hover {
    opacity: 1.0;
}