/* 
 *                         @description: 大北农智农网-找回密码
 * @author: fuge.wu (2014-7-9 10:57:12) 
 * @update: fuge.wu (2014-7-9 10:57:12) 
 * @QQ (361888091) */

@charset "utf-8";

/* base */
body {
    font: 12px/1.5 "微软雅黑", Verdana;
    color: #666;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-size: 12px;
    font-weight: normal;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

input,
select {
    outline: 0;
    vertical-align: middle;
}

/* public */
.fb {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

.clear {
    zoom: 1;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.hied {
    display: none;
}

.wrap {
    width: 900px;
    margin: 0 auto;
}

.arial {
    font-family: Arial;
}

.pointer {
    cursor: pointer;
}

.yahei {
    font-family: "微软雅黑";
}

.blue {
    color: #3082ff
}

/* font link */
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

/* font color */
.yellow {
    color: #ff4a00;
}

.gray {
    color: #333;
}

.gray_l {
    color: #999;
}

.white {
    color: #fff;
}

.red {
    color: #ff0f0f;
}

.gray_l {
    color: #a9a9a9;
}


/* font size */
.f36 {
    font-size: 36px;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f14 {
    font-size: 14px;
}

/* box */
.box20 {
    height: 20px;
    overflow: hidden;
}

.box10 {
    height: 10px;
}

/* icon */
.c_info .select,
.errorTips,
.e_direction,
.url_close {
    background: url("/image/icon.png") no-repeat;
}

/* header */
.header {
    height: 100px;
}

.header a {
    display: block;
    width: 192px;
    height: 100px;
}

.header2 {
    background: url("/image/reg.jpg") no-repeat 0 center;
}

.header3 {
    height: 100px;
    background: url("/image/ds_logo.png") no-repeat 0 center;
}

/* content */
.content {
    border: 1px solid #e0e0e0;
    background-color: #fbfbfb;
}

.c_title {
    background: url("/image/line.gif") repeat-x 0 bottom;
    padding: 20px 30px;
}

.c_info {
    padding: 60px 0;
}

.c_info table {
    width: 100%;
}

.c_info th,
.c_info td {
    padding: 8px 0;
}

.c_info th {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

.c_info input,
.c_info select {
    width: 350px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    padding: 9px;
    font-family: "微软雅黑";
    background-color: #fff;
}

.c_info .input_code {
    width: 240px;
}

.c_info .submit {
    width: 130px;
    background-color: #eee;
    color: #666;
    border-radius: 3px;
    _border: none;
}

.c_info .displaysubmit {
    background-color: #4c8efa;
    color: #fff;
    border: 1px solid #317bf4;
}

.c_info .button {
    width: 106px;
    background-color: #ff7a4d;
    margin-left: 20px;
    _border: 0;
    border-radius: 5px;
}

.c_info .button2 {
    background-color: #bfbfbf;
    border: 0;
}

.c_info .select {
    background-position: right 14px;
    background-color: #fff;
}

.c_info select {
    width: 121px;
}

.c_info a {
    text-decoration: underline;
    color: #ff4a00;
}

.c_info .enSend {
    cursor: pointer;
    color: #fff;
    width: 106px;
    background-color: #4c8efa;
    margin-left: 20px;
    _border: 0;
    border-radius: 5px;
}

.c_info .disSend {
    color: #fff;
    width: 106px;
    margin-left: 20px;
    border-radius: 5px;
    background-color: #bfbfbf;
    border: 0;
}

/* error tips */
.errorTips {
    background-color: #fae6a8;
    background-position: 8px -26px;
    border: 1px solid #ffc4b0;
    padding: 12px 12px 12px 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.e_direction {
    position: absolute;
    left: 12px;
    top: 42px;
    background-position: 0 -68px;
    width: 16px;
    height: 8px;
    overflow: hidden;
}

.c_info .checkBox {
    float: left;
    width: auto;
}

/* question */
.question {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    padding: 0 8px;
}

.question li {
    line-height: 30px;
}

.msg-wrap,
.n-icon,
.n-msg {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.msg-box {
    position: relative;
    *zoom: 1;
}

.msg-wrap {
    position: relative;
    z-index: 1;
    margin-left: 5px;
}

.n-icon {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat
}

.n-msg {
    display: inline-block;
    line-height: 15px;
    margin-left: 2px;
    *margin-top: -1px;
    _margin-top: 0;
    font-size: 14px;
    width: 300px
}

.n-error {
    color: #c33
}

.n-ok {
    color: #390
}

.n-error .n-icon {
    background-position: 0 0
}

.n-ok .n-icon {
    background-position: -16px 0
}

.n-tip .n-icon {
    background-position: -32px 0
}

.msg-wrap .n-icon {
    background-image: url("/image/validator_default.png")
}

/* loginIcon */
.logo,
.u_info .icon0,
.u_info .icon1 {
    background: url("/image/loginIcon.png") no-repeat;
}

/* logo */
.logo {
    width: 880px;
    height: 76px;
}

/* user */
.user {
    background: #e8e8e8;
    padding: 6px;
}

.u_border {
    border: 1px solid #e1e1e1;
    height: 366px;
    background-color: #fff;
}

.u_banner {
    width: 476px;
}

.u_login {
    width: 346px;
}

.u_login .name {
    padding: 20px 0;
}

.u_login .input {
    width: 310px;
    border: 1px solid #ccc;
    padding: 8px 6px;
}

.u_info .input {
    width: 296px;
    margin-bottom: 18px;
}

.u_info .icon0 {
    background-position: right -102px;
}

.u_info .icon1 {
    background-position: right -154px;
}

.u_info .icon2 {
    width: 100px;
    margin-right: 10px;
}

.u_info img {
    width: 100px;
    height: 34px;
    cursor: pointer;
}

.u_about {
    padding-bottom: 20px;
}

.u_btn .input {
    background-color: #e83e3a;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.u_error {
    padding-top: 10px;
    height: 10px;
    min-height: 10px;
}

.u_reg {
    padding-right: 38px;
}

/* foorer */
.foorer {
    padding-top: 26px;
}

.url,
.mask {
    position: fixed;
    _position: absolute;
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity:30);
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9;
}

.url {
    width: 650px;
    height: 186px;
    padding: 8px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -325px;
    z-index: 10;
    background-color: #cecdcd;
    border-radius: 8px;
}

.url_close {
    color: #ccc;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 22px;
    overflow: hidden;
    background-position: 0 -98px;
}

.url_close:hover {
    text-decoration: none;
}

.url_title {
    padding: 50px 0 40px;
}

.url_info {
    background-color: #fff;
    padding-bottom: 40px;
}

.url_info li {
    float: left;
    margin-right: 40px;
    display: inline;
}

.url_info a {
    display: block;
    padding-left: 44px;
    color: #cecece;
    background: url("/image/urlIcon.gif") no-repeat;
}

.url_info a:hover {
    color: #ff6407;
    background-image: url("/image/urlIcon_hover.gif");
}

.url_info .icon0 {
    background-position: 0 4px;
}

.url_info .icon1 {
    background-position: 0 -65px;
}

.url_info .icon2 {
    background-position: 0 -134px;
}

.url_info .icon3 {
    background-position: 0 -207px;
}

.url_list {
    padding-left: 34px;
}

.c_info table p {
    padding: 0 8px;
}

.url_login {
    padding-top: 38px;
    background: url("/image/line.gif") repeat-x;
    margin: 50px 38px 0;
}

.r_line {
    height: 1px;
    background: #ececec;
    margin: 0 60px;
}

.c_h2 {
    padding: 35px 0 35px 150px;
}

/* registration protocol2015-8-24 */
.r_protocol {
    padding: 30px 44px 56px;
    background: #fff;
}

.r_protocol h2 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 36px;
    padding-top: 18px;
}

.r_protocol p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}

.display_block {
    display: block;
}

.display_none {
    display: none;
}

.c_info input.fog_vercode {
    width: 246px
}

.positionre {
    position: relative;
}

.fileoutbox {
    width: 120px;
    height: 42px;
    margin: 0 auto 0 8px;
}

.fileoutbox input {
    margin-left: 0;
}

.posiab_file {
    position: absolute;
    inset: 0;
    width: 92px !important;
    height: 24px;
    opacity: 0;
    cursor: pointer
}

.c_infoa .lefttip {
    padding: 25px 0 0 0px;
}

.widthimgbox {
    width: 130px;
}

.c_infoa .btn_enabled {
    background-color: #4c8efa;
    width: 118px;
    height: 42px;
    line-height: 21px;
    border-radius: 2px;
    border: 1px solid #317bf4;
    color: #fff;
}

.c_infoa .btn_disabled {
    width: 118px;
    background: #dadada;
    border: 1px solid #dadada;
    height: 42px;
    line-height: 21px;
    margin-left: 12px;
    border-radius: 3px;
    color: #666;
}

.c_infoa .fo_text3 {
    width: 216px
}

.td_flex {
    display: flex;
    align-items: center;
}