/*common*/
.center1000 {
    width: 1000px;
    margin: 0 auto;
}

input[type="text"], input[type="password"], textarea {
    padding: 4px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*table*/
.tb_container {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}

.tb_container .tl {
    height: 56px;
    margin: 0;
    border-bottom: 1px solid #fbfbfb;
}

.tb_container .tl .name {
    font-size: 16px;
    line-height: 56px;
    float: left;
    color: #252525;
}

.tb_container .oper {
    float: right;
    height: 41px;
    margin-top: 8px;
}

.search_box {
    position: relative;
    float: left;
}

.search_btn {
    color: #d7d7d7;
    background: #f5f5f5;
    border: 0px;
}

.search_box input:hover, input:focus {
    border: 1px solid #d7d7d7;
}

.tb_container .search_info {
    /*padding-left: 18px;
   padding-right:50px;*/
    padding: 11px 50px 11px 18px;
    width: 234px; /*height: 38px;*/
    border-radius: 5px;
    margin-left: 7px;
    line-height: normal;
    color: #252525;
    font-size: 12px;
}

.tb_container .btn_small {
    float: left;
    width: 98px;
    height: 38px;
    margin-left: 7px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}

.tb_container .search-icon {
    position: absolute;
    top: 9px;
    right: 12px;
    cursor: pointer;
}

/*!table-frame*/
.table_frame {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #252525;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_frame th {
    padding: 15px 0 14px;
    background: #F9F9F9;
    color: #252525;
}

.table_frame td {
    padding: 15px 0 14px;
    color: #252525;
}

.table_frame > tbody > tr:nth-child(even) > td, .table_frame > tbody > tr:nth-child(even) > th {
    background-color: #F9F9F9;
}

.table_frame .btn {
    padding: 6px 0 6px;
}

.table_frame td .btn {
    display: inline-block;
    border: 1px solid #e50011;
    padding: 5px 0;
    border-radius: 4px;
    color: #e50011;
}

.table_frame td .btn_sm {
    width: 64px;
}

.table_frame td .btn_md {
    width: 88px;
}

.table_frame td .btn_md:hover {
    background: #e50011;
    color: #fff;
}

.table_frame td .btn + .btn {
    margin-left: 8px;
}

/* page_wrap_area */
.page_wrap_area {
    float: right;
    clear: both;
    margin: 10px 0;
    color: #5a5a5a;
}

.page_wrap_area .btn_previous {
    padding: 0 15px;
    cursor: pointer;
}

.page_wrap_area .btn_next {
    padding: 0 15px;
    cursor: pointer;
}

.page_wrap_area .btn_next:hover {
    color: #c9140f;
    border: 1px solid #c9140f;
}

.page_wrap_area span {
    float: left;
    min-height: 32px;
    min-width: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #f1f1f1;
}

.page_wrap_area .page_numb {
    float: left;
    cursor: pointer;
}

.page_wrap_area .page_numb:hover {
    color: #c9140f;
    border: 1px solid #c9140f;
}

.page_wrap_area .page_sum {
    float: none;
    border: none;
    margin: 0 5px;
    line-height: 34px;
}

.page_wrap_area .locked {
    cursor: default;
    color: #606060;
    background: #f6f6f6;
    border: 1px solid #F6F6F6;
}

.page_wrap_area .selected {
    color: #c9140f;
    border: 1px solid #c9140f;
}

.page_wrap_area .points {
    line-height: 32px;
    margin-left: 10px;
    border: none;
}

.page_wrap_area .goto {
    float: left;
}

.page_wrap_area .goto input {
    width: 32px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #f5f5f5;
}

.page_wrap_area .btn_confirm {
    float: left;
    width: 50px;
    color: #c9140f;
    border: 1px solid #c9140f;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.page_wrap_area .btn_confirm:hover {
    background: #e50011;
    color: #fff;
}

/*mask*/
.mask {
    position: fixed;
    height: 100%;
    width: 100%;
    *background: #252525;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: none;
    top: 0;
    left: 0;
}

/*popup*/
.pop {
    width: 388px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.pop .title {
    position: relative;
    height: 24px;
}

.pop .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #e50011;
}

.pop .pop_main {
    padding: 18px;
    text-align: center;
}

.pop .pop_info {
    color: #252525;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.pop .pop_input {
    width: 280px;
    height: 34px;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
}

.pop .pop_input:hover {
    border: 1px solid #e50011;
}

.pop .pop_btns {
    text-align: center;
    margin: 10px auto 28px;
}

.pop_btns .pop_btn {
    display: inline-block;
    text-align: center;
    width: 120px;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    background: #e50011;
    border-radius: 4px;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
}

.pop .pop_btn + .pop_btn {
    margin-left: 10px;
    background: #7d7d7d;
}

/*pop_load*/
.pop_load {
    width: 450px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.pop_load .title .close {
    margin-right: 8px;
    margin-top: 8px;
}

.pop_load .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #f7f7f7 !important;
}

.pop_load .pop_main {
    letter-spacing: 1px;
    font-size: 16px;
    padding: 6px 0 8px 25px;
    text-align: left !important;
    color: #252525;
}

.pop_load .pop_main span {
    font-weight: bold;
}

.pop_load .pop_main .first_p {
    margin-bottom: 18px;
}

.pop_load .pop_main .p_round {
    margin-top: 18px;
}

.pop_load .pop_main .i-error_tip {
    margin-bottom: 2px;
}

.pop_load .pop_btns {
    margin: 10px auto 20px;
}

.pop_btns .pop_btn {
    line-height: 50px;
    height: 50px;
}

/*pop_index*/
.pop_index {
    box-shadow: none;
    position: relative;
    width: 650px;
    height: 100%;
    margin: auto;
    border: none;
}

.pop_index img {
    width: 650px;
    height: 650px;
    vertical-align: middle;
}

.pop_index a {
    position: absolute;
    left: 490px;
    top: 200px;
}

.btn_box {
    text-align: center;
    margin: 30px auto;
}

.btn_box .btn {
    display: inline-block;
    padding: 0 110px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #e50011;
    border-radius: 4px;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
}

.btn_box .btn + .btn {
    margin-left: 20px;
}

.btn_box .sm_btn {
    display: inline-block;
    padding: 0px;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/**crumbs**/
.crumbs * {
    font-size: 16px;
}

.crumbs_item {
    height: 60px;
    float: left;
    cursor: pointer;
}

.crumbs_item .crumbs_pos {
    float: left;
    line-height: 60px;
}

.crumbs_item .crumbs_separator {
    float: left;
    line-height: 60px;
    margin: 0 15px;
    font-size: 18px;
}

.crumbs_item_last {
    float: left;
}

.crumbs_item_last .crumbs_pos {
    color: #e50011;
}

.crumbs_item_last .crumbs_separator {
    display: none;
}

.sprite {
    background: url(../../img/huifu/sprite.png) no-repeat;
}

.i-about_us_a {
    display: inline-block;
    background-position: -288px -143px;
    width: 16px;
    height: 16px;
}

.i-about_us_q {
    display: inline-block;
    background-position: -288px -125px;
    width: 16px;
    height: 16px;
}

.i-checkbox_checked {
    display: inline-block;
    background-position: -288px -179px;
    width: 14px;
    height: 14px;
}

.i-close_yellow {
    display: inline-block;
    background-position: -307px -181px;
    width: 32px;
    height: 31px;
}

.i-del_round {
    display: inline-block;
    background-position: -92px -273px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.i-email_sm {
    display: inline-block;
    background-position: -65px -208px;
    width: 63px;
    height: 63px;
}

.i-error_gray {
    display: inline-block;
    background-position: -130px -258px;
    width: 13px;
    height: 13px;
}

.i-error_tip {
    display: inline-block;
    background-position: -286px -208px;
    width: 18px;
    height: 14px;
}

.i-fail_sign {
    display: inline-block;
    background-position: 0px -107px;
    width: 96px;
    height: 99px;
}

.i-finance-prod-intro {
    display: inline-block;
    background-position: 0px -297px;
    width: 28px;
    height: 26px;
}

.i-find_pwd_proc_01 {
    display: inline-block;
    background-position: -204px -208px;
    width: 34px;
    height: 48px;
}

.i-find_pwd_proc_02 {
    display: inline-block;
    background-position: -130px -208px;
    width: 35px;
    height: 48px;
}

.i-find_pwd_proc_03 {
    display: inline-block;
    background-position: -167px -208px;
    width: 35px;
    height: 48px;
}

.i-footer_email {
    display: inline-block;
    background-position: -307px -214px;
    width: 29px;
    height: 31px;
}

.i-footer_tel {
    display: inline-block;
    background-position: -307px -148px;
    width: 33px;
    height: 31px;
}

.i-help-round {
    display: inline-block;
    background-position: -288px -161px;
    width: 16px;
    height: 16px;
}

.i-intro_pro_left {
    display: inline-block;
    background-position: -163px -51px;
    width: 54px;
    height: 50px;
}

.i-intro_pro_left1 {
    display: inline-block;
    background-position: -238px -93px;
    width: 17px;
    height: 7px;
}

.i-intro_pro_right {
    display: inline-block;
    background-position: -107px -51px;
    width: 54px;
    height: 50px;
}

.i-intro_pro_right2 {
    display: inline-block;
    background-position: -219px -93px;
    width: 17px;
    height: 7px;
}

.i-logo {
    display: inline-block;
    background-position: -107px 0px;
    width: 198px;
    height: 49px;
}

.i-notice-ann {
    display: inline-block;
    background-position: -145px -258px;
    width: 13px;
    height: 12px;
}

.i-notice {
    display: inline-block;
    background-position: -30px -297px;
    width: 28px;
    height: 26px;
}

.i-proof_del_round {
    display: inline-block;
    background-position: -331px -247px;
    width: 16px;
    height: 16px;
}

.i-proof_upload_round {
    display: inline-block;
    background-position: -288px -107px;
    width: 16px;
    height: 16px;
}

.i-right_bottom_long_tri {
    display: inline-block;
    background-position: -219px -82px;
    width: 36px;
    height: 9px;
}

.i-rmb_round_whi {
    display: inline-block;
    background-position: -196px -107px;
    width: 90px;
    height: 90px;
}

.i-round_whi {
    display: inline-block;
    background-position: -307px -247px;
    width: 22px;
    height: 22px;
}

.i-search_gra_btn {
    display: inline-block;
    background-position: -68px -273px;
    width: 22px;
    height: 22px;
}

.i-sucess_pwd {
    display: inline-block;
    background-position: -286px -224px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.i-tel_sm {
    display: inline-block;
    background-position: 0px -208px;
    width: 63px;
    height: 63px;
}

.i-three_gra {
    display: inline-block;
    background-position: -307px -76px;
    width: 39px;
    height: 34px;
}

.i-three_red {
    display: inline-block;
    background-position: -240px -208px;
    width: 44px;
    height: 37px;
}

.i-tick_gre_round {
    display: inline-block;
    background-position: 0px 0px;
    width: 105px;
    height: 105px;
}

.i-tick_red_round {
    display: inline-block;
    background-position: -307px -112px;
    width: 35px;
    height: 34px;
}

.i-top_right_long_tri {
    display: inline-block;
    background-position: -257px -82px;
    width: 36px;
    height: 9px;
}

.i-two_gra {
    display: inline-block;
    background-position: -307px -38px;
    width: 39px;
    height: 36px;
}

.i-two_red {
    display: inline-block;
    background-position: -307px 0px;
    width: 41px;
    height: 36px;
}

.i-user-center02 {
    display: inline-block;
    background-position: 0px -273px;
    width: 66px;
    height: 22px;
}

.i-user_center {
    display: inline-block;
    background-position: -219px -51px;
    width: 83px;
    height: 29px;
}

.i-wait_clock {
    display: inline-block;
    background-position: -98px -107px;
    width: 96px;
    height: 94px;
}

.spr {
    background: url(../images/lianxi.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.i-tel-grey {
    height: 16px;
    width: 20px;
    background-position: 0 0;
}

.i-tel {
    height: 20px;
    width: 14px;
    background-position: -22px 0;
}

.i-pwd {
    height: 20px;
    width: 16px;
    background-position: -49px 0;
}

.i-check {
    height: 20px;
    width: 16px;
    background-position: -74px 0;
}

.i-loginlogo {
    height: 16px;
    width: 18px;
    background-position: -98px -1px;
}

.i-tick-reds {
    height: 26px;
    width: 26px;
    background-position: -124px 0;
}

.i-pro-grey {
    height: 70px;
    width: 69px;
    background-position: 0 -40px;
}

.i-pro-red {
    height: 70px;
    width: 70px;
    background-position: -84px -39px;
}

.i-tit {
    height: 78px;
    width: 78px;
    background-position: 0 -126px;
}

.top_title {
    height: 110px;
    background: #fbfbfb;
    border-bottom: 3px solid #000000;
    position: absolute;
    width: 100%;
}

.top_nav {
    height: 65px;
    border-bottom: 3px solid #FA6567;
}

.top_nav .logo {
    float: left;
    margin-top: 8px;
}

.top_title .logo {
    float: left;
    margin-top: 30px;
}

.top_title .page_title {
    float: left;
    margin-top: 25px;
    height: 51px;
    line-height: 51px;
    margin-left: 5px;
    font-size: 36px;
    color: #4c4c4c;
    padding: 0 10px;
    letter-spacing: 3px;
}

.register_box {
    background-image: url(../../img/huifu/bg-01.png);
    background-size: 140% 100%;
    background-position: center;
}

.register_box .center1000 {
    position: relative;
    height: 700px;
    *top: 110px;
    background: RGBA(255, 255, 255, 0.8)
}

.register_box .title h1 {
    text-align: center;
    font-size: 24px;
    width: 550px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-weight: normal;
}

.sub_box .form_item {
    padding: 3px 0 0 33px;
    line-height: 58px;
    position: relative;
}

.sub_box .item_name {
    display: inline-block;
    width: 282px;
    margin-right: 10px;
    line-height: 58px;
    text-align: right;
    vertical-align: top;
    color: #000000;
}

.sub_box .item_name em {
    color: #e50011;
    padding: 0 3px;
}

.sub_box .form_item .item_box {
    position: relative;
    display: inline-block;
    height: 40px;
}

.sub_box .item_box .input_item {
    border: 1.5px solid #999;
    padding: 9px 5px 9px 10px;
    width: 350px;
    height: 38px;
}

.sub_box .item_box .user_cardType {
    border: 1.5px solid #999;
    padding: 9px 5px 9px 10px;
    width: 350px;
    height: 38px;
}

.sub_box .item_box .input_item:focus {
    border: solid 1px #ffb163 !important;
}

.sub_box .item_box .del_icon {
    position: absolute;
    right: 10px;
    top: 24px;
    cursor: pointer;
}

.item_box + .err_tip {
    position: relative;
    right: -10px;
    color: #f84545;
}

.sub_box .i-error_tip {
    margin-bottom: -2px;
    margin-right: 2px;
}

.sub_box .item_box .sm_input {
    border: 1px solid #d7d7d7;
    padding: 9px 25px 9px 10px;
    width: 120px;
}

.sub_box .item_box .tel_input {
    border: 1.5px solid #999;
    padding: 9px 25px 9px 10px;
    width: 240px;
}

.sub_box .item_box > img {
    margin: 0 10px;
    width: 80px;
    height: 40px;
}

.sub_box .item_box .change {
    color: #005aff;
}

.sub_box .read_term {
    margin-left: 346px;
    line-height: 40px;
    color: #000000;
}

.sub_box .read_term a {
    color: #005aff;
}

.sub_box .read_term a:hover {
    text-decoration: underline;
}

.sub_box .read_term input[type="checkbox"] {
    margin-right: 5px;
}

.sub_box .submit_btn {
    margin: 30px auto 30px;
    padding: 0 122px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: #156ec6;
    border-radius: 4px;
    letter-spacing: 3px;
    border: 0;
    cursor: pointer;
}

.sub_box .form_submit {
    margin-left: 345px;
}

.right_get {
    background: #156ec6;
    color: #fff;
    width: 95px;
    height: 37px;
    line-height: 37px;
    border: none;
    margin-left: 10px;
}

.regiser .regiser-title {
    height: 25px;
    margin-top: 33px;
    font-size: 16px;
    color: #252525;
    font-weight: bold;
}

.regiser .center1000 .regiser_box {
    border-top: 2px solid #e50011;
}

.regiser_box {
    margin-bottom: 42px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.regiser_box .info {
    padding: 18px;
}

.regiser_box .info p {
    color: #252525;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.regiser_box .icon_box {
    margin-top: 70px;
    text-align: center;
}

.regiser_box .btn_box {
    margin-top: 18px;
    margin-bottom: 58px;
}

.sub_box .form_item .input-magnify {
    position: absolute;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ffb163;
    background: #fffeed;
    padding: 0 10px 0 10px;
    font-size: 20px;
    color: #fd3f4d;
    font-weight: bold;
}

.input-magnify.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.title {
    margin-bottom: 20px;
    border-bottom: 2px solid #999;
}