.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix {
    overflow: hidden;
    zoom: 1
}

.zcenter {
    width: 1000px;
    margin: 0 auto;
    color: #333;
}

.zcenter a {
    color: #2ca4de;
}

.zc_h2 {
    /* padding-top: 50px; */
    font-size: 36px;
    text-align: center;
    margin: 20px 0;
}


/*.zc_table { margin-top:35px;}*/

.zc_table td {
    padding-top: 15px;
}

.zc_name {
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
}

.zc_input330,
.zc_input32 {
    width: 325px;
    height: 40px;
    padding-left: 5px;
    border: 1px #d7d7d7 solid;
    border-radius: 3px;
    background: none;
    line-height: 40px;
}

.zc_input32 {
    width: 72px;
}

.zc_verify {
    padding-left: 10px;
}

.zc_btn,
.zc_btn1 {
    display: inline-block;
    padding-top: 13px;
    font-size: 20px;
    text-align: center;
}

.zc_btn a,
.zc_btn1 a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    background-color: #839b1b;
    color: #fff;
}

.zc_btn1 a {
    width: 169px;
}

.zc_btn a:hover,
.zc_btn1 a:hover {
    background-color: #6e850c;
    text-decoration: none;
}

.zc_old {
    padding-left: 10px;
}

.zc_fontsize1 {
    padding-top: 43px;
    color: #555;
    font-size: 22px;
}

.zc_fontsize2 {
    padding-top: 10px;
    padding-bottom: 40px;
    color: #555;
    font-size: 14px;
}

.zgray,
zgray a {
    color: gray
}

.zgreen,
.zgreen a {
    color: #839b1b;
}

.zc_ps {
    width: 400px;
    margin: 0 auto;
    margin-top: 32px;
    padding-top: 26px;
    padding-left: 28px;
    padding-right: 26px;
    border-top: 1px #ccc solid;
    text-align: left;
    font-size: 14px;
}

.zc_ps a {
    color: #2ca4de;
}

.zc_p {
    line-height: 24px;
}

.zwindow {
    width: 547px;
    height: 341px;
    margin: 0 auto;
    border: 1px #ccc solid;
    border-radius: 3px;
    text-align: left;
}

.zw_left {
    font-size: 18px;
    text-align: left;
}

.zw_title {
    height: 57px;
    padding-left: 18px;
    background-color: #839b1b;
    line-height: 57px;
    font-size: 18px;
    color: #fff;
}

.zw_box {
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
}

.zw_content {
    height: 185px;
}

.errror_td {
    color: red;
    text-align: left;
}

.icon {
    background: url(../images/pass.png) no-repeat 0 -170px;
    display: inline-block;
    padding: 0 0 0 30px;
}

.show_email {
    color: #c80000;
    margin: 0 5px;
}

.to_email {
    background: #455404;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    color: #FFF;
    font: bold 16px/40px Arial, Helvetica, sans-serif;
}

.zcenter .butt {
    width: 220px;
    height: 48px;
    float: left;
    background: #839b1b;
    font-size: 18px;
    border: 0 none;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.tabBar {
    text-align: center;
    margin-bottom: 50px;
}

.tabBar span {
    display: inline-block;
    width: 200px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    border: #ccc 1px solid;
    margin: 0 20px;
    cursor: pointer;
}

.tabBar span.cur {
    background: #839b1b;
    border: #839b1b 1px solid;
    color: #fff;
}

.zl_tr_td_hide {
    display: none;
}

.zc_warning_2 {
    color: red;
}


/* reset.css */
@charset "utf-8";

/* CSS Document */


/*----------------------------------------------------
Default
-----------------------------------------------------*/

*html {
    background-image: url("IE6-fixed-FangDou");
    background-attachment: fixed;
}

body,
ul,
ol,
dl,
dt,
dd,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
label,
fieldset,
table,
td,
img,
div,
th {
    border: 0;
    margin: 0px;
    padding: 0;
}

li,
dd,
dl,
dt {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

b,
em,
i,
u,
strong {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    border: none;
    height: 0;
}

.empty {
    line-height: 0;
    font-size: 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix {
    overflow: hidden;
    zoom: 1
}

.br {
    word-wrap: break-word;
    word-break: break-all;
}


/*-----------------------------------------------------
User-defined
-----------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

body {
    font-size: 12px;
    font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
    color: #414141;
    background: #fff;
}

input,
select,
textarea {
    vertical-align: middle;
    font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
    color: #333;
    outline: none;
    resize: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #4c8d00;
    text-decoration: underline;
}






