/*
 * @author : ps
 * @date   : 2014/10/27
 * @desc   : ���ʽ�������
 *
 **/
body{ background-color: #f4f4f4;}

/*------------------------------------------------------- icon ------------------------------------------------------*/
.ui_ico{ width: 20px; height: 20px; display: inline-block; *display: inline; *zoom:1; vertical-align: middle;}
.ui_ico_20,
.ui_ico_right{ background: url(../img/i_020.png) no-repeat;}
.ui_ico_21,
.ui_ico_wrong{ background: url(../img/i_021.png) no-repeat;}



/*trade wrap*/
.trade_wrap{ padding: 30px 0;} 
.trade_con{ background-color: #fff;}
/*pagation*/
.trade_pagination{ text-align: center; padding: 30px 0;}
/*button*/
.t_uc_btn{ display: inline-block; width: 100px; height:34px; border-width: 1px; border-style: solid; border-radius: 5px; line-height: 34px; text-align: center; font-size: 16px; *display: inline; *zoom:1;  position: relative;}
.t_uc_btn .btnarrow{ width: 5px; height: 9px; background: url(../../img/trade/ico/btn_arrow.png) no-repeat center center; position: absolute; top: 12px; right: 15px;}
.t_uc_btn_big{ display: inline-block; width: 143px; height:42px; border-width: 1px; border-style: solid; border-radius: 5px; line-height: 42px; text-align: center; font-size: 18px; *display: inline; *zoom:1;  position: relative;}
.t_uc_btn_big .btnarrow{ width: 5px; height: 9px; background: url(../../img/trade/ico/btn_arrow.png) no-repeat center center; position: absolute; top: 16px; right: 15px;}
.pz_btn {border: 1px solid #f90;border-radius: 5px;color: #fff;display: inline-block;font-size: 20px;height: 48px;line-height: 48px; position: relative;text-align: center;width: 178px;}
.pz_btn_small {font-size: 14px;height: 32px;line-height: 32px;width: 100px;}
.pz_btn_blue_hollow {background-color: #fff; border-color: #3d9fe1;color: #3d9fe1;}
.pz_btn_blue_hollow:hover { border-color: #f60; color: #f60;}
.pz_btn_disable, .pz_btn_disable:hover {
    border-color: #f60;
    color: #f60;
    height: 28px;
    line-height: 28px;
    margin: 0px 89px;
    width: 120px;
    text-decoration: none;
}

.pz_btn_orange {
    background-color: #f90;
}
.t_uc_btn_blue{ border-color: #238bcb; background-color: #3d9fe1; color: #fff;}
.t_uc_btn_blue:hover{ background-color: #238bcb; color: #fff;}
.t_uc_btn_orange{ border-color: #f60; background-color: #f90; color: #fff;}
.t_uc_btn_orange:hover{ background-color: #f60; color: #fff;}
.t_uc_btn_white{ border-color: #e1e1e1; background-color: #fafafa; color: #525252;}
.t_uc_btn_white:hover{ background-color: #fff; color: #525252;}
.t_uc_btn_disable,
.t_uc_btn_disable:hover{ border: 1px solid #c3c3c3; background-color: #e1e3e9; color: #999; }
/*--------------------------------------------------trade profile--------------------------------------------------*/
.profile_wrap{ height: 170px;}
.profile_timestate_1{ background: url(../img/trade/profile_bg.jpg) no-repeat center center;}
.profile_wrap .profile_photo{ float: left; width: 100px; height: 100px; margin:35px 0 0 20px;}
.profile_wrap .profile_photo img{ width: 94px; height: 94px; border: 3px solid #fff; border-radius: 50%;} 
.profile_wrap .profile_info{ float: left; width: 1000px; margin:35px 0 0 20px; color: #fff;}
.profile_wrap .pf_line_1{ float: left; width: 100%; height: 32px; padding: 3px 0; line-height: 32px; font-size: 16px;}
.profile_wrap .pf_line_1 .welcome_tips{ font-size: 12px;}
.profile_wrap .pf_verify_list{ float: left; width: 100%;}
.profile_wrap .pf_verify_list .verify_item{ float: left; width: 26px; height: 26px; margin-right: 10px; background: url(../img/trade/s_01.png) no-repeat;}
.profile_wrap .pf_verify_list .verify_disable{ opacity:0.3; filter:alpha(opacity=30);} 
.profile_wrap .pf_verify_list .verify_item_1{ background-position: 0 0;}
.profile_wrap .pf_verify_list .verify_item_2{ background-position: -27px 0;}
.profile_wrap .pf_verify_list .verify_item_3{ background-position: -54px 0;}
.profile_wrap .pf_verify_list .verify_item_4{ background-position: -81px 0;}
.profile_wrap .pf_line_2{ float: left; width: 100%; margin-top: 9px; line-height: 18px;}
.profile_wrap .pf_line_2 .safe_process{ float: left; height: 18px; padding-right: 12px;}
.profile_wrap .pf_line_2 .process_tit{ float: left;}
.profile_wrap .pf_line_2 .process_bar{ float: left; width: 160px; height: 10px; margin: 4px 5px; overflow: hidden; position: relative; z-index: 10;}
.profile_wrap .pf_line_2 .process_b{ height: 10px; background-color: #fff; border-radius: 5px; opacity:0.5; filter:alpha(opacity=50);}
.profile_wrap .pf_line_2 .process_f{ height: 10px; background-color: #fff; border-radius: 5px; position: absolute; top: 0; left: 0; z-index: 12;}
.profile_wrap .pf_line_2 .safe_lv_1{ float: left; color: #5fffaa;}
.profile_wrap .pf_line_2 .safeup_link{ float: left; margin-left: 5px; color: #fff;}
.profile_wrap .pf_line_2 .safeup_link:hover{ color: #f60;}
.profile_wrap .pf_line_2 .last_login{ float: left; padding-left: 12px; border-left: 1px dotted #fff;}
/*--------------------------------------------------trade left--------------------------------------------------*/
.trade_left{ float: left; width: 179px;}
.trade_left .balance_wrap{ padding: 25px 0; border-bottom: 1px dotted #e1e1e1; line-height: 26px; text-align: center; font-size: 16px; color: #999;}
.trade_left .balance_attr{}
.trade_left .balance_val{}
.trade_left .balance_val .num{ font-weight: 700; color: #525252;}
.trade_left .balance_val .unit{}
.trade_left .balance_control{ margin-top: 15px;}
.trade_left .home_menu{ height: 50px; border-bottom: 1px dotted #e1e1e1; position: relative;}
.trade_left .home_menu_wrap{ display: block; padding: 15px 0 15px 30px; background-color: #f9f9f9;}
.trade_left .home_menu .home_ico{ float: left; width: 20px; height: 20px; background: url(../img/trade/home_ico.png) no-repeat;}
.trade_left .home_menu .txt{float: left;width: 70px;margin-left: 10px;line-height: 20px;font-size: 16px; color: #3D9FE1;}
.trade_left .home_menu .home_arrow{ width: 12px; height: 12px;  background: url(../img/trade/ico/btn_arrow_2.png) no-repeat 2px 0; position: absolute; top:20px; right: 20px; z-index: 11; }
.trade_menu{ padding-top: 30px; padding-bottom: 65px; }
.trade_menulist .menu_item{ line-height: 50px; position: relative; z-index: 10; vertical-align: middle;}
.trade_menulist .menu_item_wrap{ border-bottom: 1px dotted #e1e1e1; display: block; height: 20px; padding:15px 0 15px 30px; cursor: auto;}
.trade_menulist .menu_item_wrap .txt{ font-weight: 700; float: left; width: 70px; margin-left: 10px; line-height: 20px; font-size: 16px; color: #525252;}
.trade_menulist .menu_item_wrap .menu_arrow { width: 12px; height: 12px; position: absolute; top:20px; right: 20px; z-index: 11; }
.trade_menulist .menu_item_wrap .menu_arrow { background: url(../img/trade/ico/menu_arrow_1.png) no-repeat 2px 0; }
.trade_menulist .menu_item_active .menu_item_wrap_a .menu_arrow,
.trade_menulist .menu_item_wrap_a:hover .menu_arrow{ background: url(../img/trade/ico/menu_arrow_2.png) no-repeat 2px 0;}
.trade_menulist .menu_item_active .menu_item_wrap_a,
.trade_menulist .menu_item_wrap_a:hover{ width: 150px; border-left: 5px solid #f60; background-color: #3d9fe1; color: #fff; position: relative; top: 0; left: -5px; z-index: 11;}
.trade_menulist .menu_item_active .menu_item_wrap_a .txt,
.trade_menulist .menu_item_wrap_a:hover .txt{ color: #fff;}
.trade_menulist .menu_ico{ float: left; width: 20px; height: 20px; background: url(../img/trade/left_menu_ico.png) no-repeat;} 
.trade_menulist .menu_ico_1{ background-position: 0 0;}
.trade_menulist .menu_ico_2{ background-position: -21px 0;}
.trade_menulist .menu_ico_3{ background-position: -42px 0;}
.trade_menulist .menu_ico_4{ background-position: -63px 0;}
.trade_menulist .menu_ico_5{ background-position: -84px 0;}
.trade_menulist .menu_ico_6{ background-position: -105px 0;}
.trade_menulist .menu_ico_7{ background-position: -126px 0;}
.trade_menulist .menu_ico_8{ background-position: -147px 0;}
.trade_menulist .menu_ico_9{ background-position: -168px 0;}
.trade_menulist .menu_item_active .menu_item_wrap_a .menu_ico_9,
.trade_menulist .menu_item_wrap_a:hover .menu_ico_9{ background-position: -168px -21px;}
.trade_sub_menulist {  padding-bottom: 20px; border-bottom: 1px dotted #e1e1e1; }
.trade_sub_menulist .menu_subitem { line-height: 50px; padding-left: 60px; vertical-align: middle; }
.trade_sub_menulist .menu_subitem_wrap { display: block; }
.trade_sub_menulist .menu_subitem_wrap .txt { color: #525252; font-size: 16px; }
.trade_sub_menulist .menu_subitem:hover,
.trade_sub_menulist .menu_subitem_active { background-color: #bbddf5; }
.trade_sub_menulist .menu_subitem:hover .txt,
.trade_sub_menulist .menu_subitem_active .txt { color: #fff; }
/*tel*/
.trade_menu .menu_tel{ padding: 30px 0 30px 20px; border-bottom: 1px dotted #e1e1e1; text-align: left;}
.trade_menu .menu_tel .tit{ height: 32px; line-height: 32px; font-size: 16px; color: #3D9FE0;}
.trade_menu .menu_tel .tel{ height: 36px; line-height: 36px; font-size: 18px; font-family: Tahoma;}
.trade_menu .menu_tel .pz_ico_manual,
.trade_menu .menu_tel .pz_ico_tel{ margin-right: 5px;}
.trade_menu .menu_tel .txt{ display: inline-block; vertical-align: middle; *display: inline;}
/*--------------------------------------------------trade right--------------------------------------------------*/
.trade_right{ display: inline;float: left;height: auto !important;min-height: 400px;padding-left: 30px;width: 820px;border-left: 1px solid #e1e1e1;}
.trade_right > .pz_trade_notice { margin-top: 25px; }
.trade_right_hd{ padding-bottom: 5px; height: 38px; line-height: 38px;position: relative;}
.trade_right_hd .txt{ margin-right: 10px; font-weight: 700; font-size: 14px; color: #3d9fe1;}
.trade_right_hd .txt_tips{line-height: 38px; margin-left: 5px;}
.trade_right_hd .txt_notice { float: right; margin-right: 25px; }
.trade_right_hd .addon { background-color: #fff; padding: 0 7px; position: absolute; top: 21px; right: 45px;}
.trade_right_hd .addon .item { cursor: pointer; float: left; border-radius: 3px; padding: 0 8px; height: 30px; line-height: 30px; font-size: 14px; font-weight: 700; position: relative; }
.trade_right_hd .addon .caret { display: none; position: absolute; left: 50%; top: 30px; margin-left: -3px; border: 3px solid transparent; border-top-color: #3d9fe1; }
.trade_right_hd .addon .selected { background-color: #3d9fe1; color: #fff; }
.trade_right_hd .addon .selected .caret { display: block; }
.trade_right_hd .separator { display: block; height: 1px; font-size: 0; background-color: #e1e1e1; overflow: hidden; position: relative; top: 18px; }
.trade_right_hd .left_border{ float: left; width: 4px; height: 20px; margin: 9px 7px 0 0; background-color: #3d9fe1; overflow: hidden;}
.trade_right_hd_1{ padding-top: 40px;}
/*----------------------------------------------------------------------��ҳ----------------------------------------------------------------------*/
/*index*/
.pz_trade_account_wrap {background-color: #f9f9f9; font-size: 14px;}
.pz_trade_account_wrap .pz_attr_list_1{ float: left;}
.pz_trade_account_wrap .pz_attr_list_1 .attr_item_1{ width: 140px; border-right: 1px dotted #e1e1e1;} 
.pz_trade_account_wrap .pz_attr_list_1 .attr_item_2{ width: 140px; border-right: 1px dotted #e1e1e1;} 
.pz_trade_account_wrap .pz_attr_list_1 .attr_item_3{ width: 140px; border-right: 1px dotted #e1e1e1;} 
.pz_trade_account_wrap .pz_attr_list_1 .attr_item_4{ width: 150px;} 
.pz_trade_account_wrap .pz_attr_list_1 .attr_item{ float: left; padding:5px 0 5px 55px;}
.pz_trade_account_wrap .pz_attr_list_1 .attr_name{ height: 32px; line-height: 32px;font-size: 14px;}
.pz_trade_account_wrap .pz_attr_list_1 .attr_name .unit{ color: #ccc;}
.pz_trade_account_wrap .pz_attr_list_1 .attr_val{ height: 48px; font: bold 32px/48px Arial;}
.pz_trade_account_wrap .pz_attr_list_1 .attr_val .small{ font-size: 24px;}
/*----------------------------------------------------------------------�ҵ�����----------------------------------------------------------------------*/
/*����Ӯ ����ӯ*/
.pz_trade_list_wrap{ padding-top: 5px;}
.pz_pro_list{ border-top: 1px solid #e1e1e1;}
.pz_pro_list .pz_pro_item{ border-bottom: 1px solid #e1e1e1;}
.pz_pro_list .pz_pro_item .item_wrap{ position: relative;}
.pz_pro_list .pz_pro_item .pro_state{ position: absolute; top: -5px; left: 0; display: block; width: 68px; height: 68px;}
.pz_pro_list .pz_pro_item .pro_state_1,
.pz_pro_list .pz_pro_item .pro_state_2,
.pz_pro_list .pz_pro_item .pro_state_3,
.pz_pro_list .pz_pro_item .pro_state_4,
.pz_pro_list .pz_pro_item .pro_state_5{ background: url(../img/pro_state.png) no-repeat;}
.pz_pro_list .pz_pro_item .pro_state_1{ background-position: 0 0;}
.pz_pro_list .pz_pro_item .pro_state_2{ background-position: -69px 0;}
.pz_pro_list .pz_pro_item .pro_state_3{ background-position: -138px 0;}
.pz_pro_list .pz_pro_item .pro_state_4{ background-position: -207px 0;}
.pz_pro_list .pz_pro_item .pro_state_5{ background-position: -276px 0;}
.pz_pro_list .pz_pro_item .item_left{ float: left; width: 150px; height: 100px; padding-top: 20px; border-right: 1px dashed #e1e1e1; text-align: center; }
.pz_pro_list .pz_pro_item .item_right{ float: left; width: 668px;}
.pz_pro_list .pz_pro_item .item_rt{ float: left; width: 100%; height: 32px; background-color: #f9f9f9;}
.pz_pro_list .pz_pro_item .item_rb{ float: left; width: 100%; height: 88px;}
.pz_pro_list .pz_pro_item .pro_name{ font-size: 22px; color: #3D9FE1;}
.pz_pro_list .pz_pro_item .pro_info{ font-size: 16px;}
.pz_pro_list .pz_pro_item .pro_info .big{ font-size: 24px; color: #f60;}
.pz_pro_list .pz_pro_item .pro_operate .uc_btn { width: 100px; height: 34px; line-height: 34px; display: block; margin: auto; }
.pz_pro_list .pz_pro_item .pro_operate .uc_btn + .uc_btn { margin-top: 10px; }
.pz_pro_list .attr_list_1{ line-height: 32px;}
.pz_pro_list .attr_list_1 .attr_item{ float: left;  margin-left: 25px;}
.pz_pro_list .attr_list_1 .attr_item_right{ float: right;  margin-right: 25px;}
.pz_pro_list .attr_list_1 .attr_name{ float: left; color: #999;}
.pz_pro_list .attr_list_1 .attr_val{ float: left; padding-right: 10px;}
.pz_pro_list .attr_list_2{}
.pz_pro_list .attr_list_2 .attr_item{ float: left;  width: 115px; padding: 10px 0 0 15px;}
.pz_pro_list .attr_list_2 .attr_name{ line-height: 21px; color: #999;}
.pz_pro_list .attr_list_2 .attr_val{ line-height: 39px; font-size: 26px;}
.pz_pro_list .attr_list_2 .attr_val .unit{ font-size: 16px; }
.pz_pro_list .attr_list_2 .attr_control{ float: left; padding: 30px 0 0 20px;}
.pz_pro_list .pz_pro_add{ border-bottom: 1px dashed #e1e1e1; background-color: #fdfdfd;}
.pz_pro_list .pz_pro_add .add_btn{ display: block; padding: 33px 0; text-align: center;}
.pz_pro_list .pz_pro_add .add_ico{ display: inline-block; *display: inline; vertical-align: middle; width: 54px; height: 54px; background: url(../img/pro_add_btn.png) no-repeat;}
.pz_pro_list .pz_pro_add .add_txt{ display: inline-block; *display: inline; vertical-align: middle; color: #525252; height: 54px; line-height: 54px; margin-left: 5px; font-size: 18px;}
.pz_pro_list .pz_pro_add .add_btn:hover .add_txt{ color: #f60;}
.pz_pro_list .pz_pro_add .add_btn:hover .add_ico{ background-position: -55px 0;}
.pz_pro_list .pz_pro_more{ line-height: 40px; border-bottom: 1px solid #e1e1e1; background-color: #fdfdfd; text-align: center;}
.pz_pro_list .pz_pro_more .more_btn{ color: #525252;}
/*----------------------------------------------------------------------tab----------------------------------------------------------------------*/
.pz_trade_tab{}
.pz_trade_tab .tab_hd{}
.pz_trade_tab .tab_hd .more_btn{ float: right; width: 120px; height: 38px; line-height: 38px; font-size: 18px;}
.pz_trade_tab .tab_hd .more_btn .more_ico{ float: left; width: 20px; height: 20px; margin: 9px 5px 0 0; background: url(../img/trade/more_ico.png) no-repeat;}
.pz_trade_tab .tab_control{ float: left;}
.pz_trade_tab .tab_control_item{ float: left; height: 38px; line-height: 38px;}
.pz_trade_tab .tab_control_item .left_border{ float: left; width: 4px; height: 18px; margin: 12px 5px 0 0; background-color: #3D9FE1;}
.pz_trade_tab .tab_control_item .txt{ float: left; padding: 0 15px; font-size: 18px; color: #333;}
.pz_trade_tab .tab_control_item .seq{ float: left; width: 0; height: 16px; margin-top:11px; border-left: 1px solid #ccc; overflow: hidden;}
.pz_trade_tab .tab_control .active{}
.pz_trade_tab .tab_control .active .txt{ font-size: 22px; color: #3D9FE1;}
.pz_trade_tab .tab_bd{}
.pz_trade_tab .tab_con{}
/*----------------------------------------------------------------------�ʽ���ϸ----------------------------------------------------------------------*/
.pz_zjxq_wrap{}
.pz_zjxq_wrap .tb_wrap{}
.pz_zjxq_wrap .tb_info_wrap{ height: 28px; padding: 21px 12px; line-height: 28px;}
.pz_trade_form_1{}
.pz_trade_form_1 .form_bd{ padding: 16px 0;}
.pz_trade_form_1 .input_select{ float: left; width: 180px; margin-right: 20px; position: relative; z-index: 10}
.pz_trade_form_1 .select_hd{ height: 38px; padding-left: 12px; border: 1px solid #e1e1e1; background-color: #fafafa; line-height: 40px; position: relative; z-index: 20;}
.pz_trade_form_1 .select_hd .txt{}
.pz_trade_form_1 .select_hd .arrow{ width: 10px; height: 6px; background: url(../img/trade/ico/arrow_1.png) no-repeat; background-position: 0 -6px; position: absolute; right: 12px; top: 16px; z-index: 21;}
.pz_trade_form_1 .select_bd{ display: none; width: 180px; background-color: #fafafa; position: absolute; left: 0; top: 40px; z-index: 21;}
.pz_trade_form_1 .select_list{}
.pz_trade_form_1 .select_list .item{ height: 40px; padding-left: 12px; line-height: 40px; border: 1px solid #e1e1e1; border-top: none; cursor: pointer;}
.pz_trade_form_1 .select_list .item:hover{ color: #f60;}
.pz_trade_form_1 .select_active .select_hd .arrow{  background-position: 0 0;}
.pz_trade_form_1 .select_active .select_bd{ display: block; max-height: 205px; overflow-y: auto;}
.pz_trade_form_1 .input_sep{ float: left; width: 20px; height: 40px; line-height: 40px; text-align: center; color: #999;}
.pz_trade_form_1 .input_wrap{ float: left; width: 208px; height: 38px; border: 1px solid #e1e1e1; background-color: #fafafa;}
.pz_trade_form_1 .input_label{}
.pz_trade_form_1 .input_control{}
.pz_trade_form_1 .input_txt{ float: left; width: 160px; height: 18px; padding: 10px; border: none;}
.pz_trade_form_1 .input_calendar{ float: left; width: 16px; height: 16px; margin: 11px 0; background: url(../img/trade/ico/calendar.png) no-repeat;}
.pz_trade_form_1 .submit_wrap{ float: left; margin-left: 20px;}
.pz_trade_form_1 .input_btn{ float: left; width: 160px; height: 40px; background-color: #f90; border-radius: 5px; line-height: 40px; text-align: center; font-size: 20px; color: #fff; }
.pz_trade_form_1 .input_btn:hover{ background-color: #f60;}
/*table*/
.pz_trade_tb_1{ border-top: 1px solid #e1e1e1;}
.pz_trade_tb_1 th,
.pz_trade_tb_1 td{ height: 50px; text-align: center; vertical-align: middle;}
.pz_trade_tb_1 th{ background-color: #f9f9f9; color: #999;}
.pz_trade_tb_1 td{}
.pz_trade_tb_1 tr.odd td{}
.pz_trade_tb_1 tr.even td{ background-color: #f9f9f9;}
.pz_trade_tb_1 .tr_detail .detail_wrap{ display: none;}
.pz_trade_tb_1 .tr_detail.active .detail_wrap{ display: block;}
.pz_trade_tb_1 .tr_detail td{ height: auto;text-align:left;}
.pz_trade_tb_1 .tr_detail .detail_wrap{ padding: 12px; border: 1px solid #e1e1e1; background-color: #fff; position: relative;}
.pz_trade_tb_1 .tr_detail .detail_wrap .arrow{ width: 18px; height: 9px; background: url(../img/trade/tips_arrow.png) no-repeat; position: absolute; top: -8px; right: 60px;}
.pz_trade_tb_1 .tr_detail .detail_wrap .txt{}

/*----------------------------------------------------------------------��Ҫ��ֵ----------------------------------------------------------------------*/
.pz_cz_wrap{}
.pz_cz_item{}
.pz_cz_item{}
.pz_cz_item .item_hd{ height: 48px; padding-top: 30px; padding-left: 10px; border-bottom: 1px solid #e1e1e1; line-height: 48px;  font-size: 18px;}
.pz_cz_item .item_bd{}
.pz_cz_item .item_bd_1{ padding-bottom: 40px;}
/*�?*/
.pz_trade_form_2{margin-top: 30px;}
.pz_trade_form_2 .form_bd{ padding: 45px 0 45px 220px;}
.pz_trade_form_2 .input_wrap{ margin-bottom: 12px;position:relative;}
.pz_trade_form_2 .input_wrap1 {z-index: 100}
.pz_trade_form_2 .input_wrap2 {z-index: 99}
.pz_trade_form_2 .input_label{ float: left; width: 120px; height: 40px; padding-right: 5px; line-height: 40px; text-align: right;}
.pz_trade_form_2 .input_control{ float: left;}
.pz_trade_form_2 .input_data{ float: left; line-height: 40px;}
.pz_trade_form_2 .input_data .money{font-size: 20px; color: #f60;}
.pz_trade_form_2 .input_wrap .unit{ float: left; margin-left: 5px; line-height: 40px;}
.pz_trade_form_2 .input_wrap .tips{ float: left; margin-left: 30px; line-height: 40px; color: #999;}
.pz_trade_form_2 .input_wrap .pz_tips_1{ float: left; margin: 10px 0 0 10px;}
.pz_trade_form_2 .input_txt{ float: left; width: 228px; height: 18px; padding: 10px; border: 1px solid #e1e1e1; background-color: #fafafa; line-height: 18px;}
.pz_trade_form_2 .input_msg{ float: left; height: 40px; margin-left: 10px; line-height: 40px; color: #f60;}
.pz_trade_form_2 .input_msg .ui_ico{ float: left; margin: 10px 0 0 0;} 
.pz_trade_form_2 .input_msg .txt{ float: left; width: 260px; margin-left: 5px;} 
.pz_trade_form_2 .msg_wrong{}
.pz_trade_form_2 .msg_wrong .txt{ color: #E46666;}
.pz_trade_form_2 .submit_wrap{ padding-top: 20px;}
.pz_trade_form_2 .input_select{ float: left; width: 250px; margin-right: 20px;}
.pz_trade_form_2 .select_active{ position: relative; z-index: 10;}
.pz_trade_form_2 .select_hd{ height: 38px; padding-left: 12px; border: 1px solid #e1e1e1; background-color: #fafafa; line-height: 40px; position: relative; z-index: 9;}
.pz_trade_form_2 .select_hd .txt{ display: block; }
.pz_trade_form_2 .select_hd .arrow{ width: 10px; height: 6px; background: url(../img/arrow_1.png) no-repeat; background-position: 0 -6px; position: absolute; right: 12px; top: 16px; z-index: 21;}
.pz_trade_form_2 .select_bd{ display: none; width: 250px; background-color: #fafafa; position: absolute; left: 0; top: 40px; z-index: 21;}
.pz_trade_form_2 .select_list{}
.pz_trade_form_2 .select_list .item{ height: 40px; padding-left: 12px; line-height: 40px; border: 1px solid #e1e1e1; border-top: none; overflow: hidden; cursor: pointer;}
.pz_trade_form_2 .select_list .item:hover{ color: #f60;}
.pz_trade_form_2 .select_active{}
.pz_trade_form_2 .select_active .select_hd .arrow{  background-position: 0 0;}
.pz_trade_form_2 .select_active .select_bd{ display: block; max-height: 205px; overflow-y: auto;}
.pz_trade_form_2 .input_city_select{ width: 100px; margin-right: 10px;}
.pz_trade_form_2 .input_city_select .select_hd .txt{ display: block;  width: 64px; overflow: hidden;}
.pz_trade_form_2 .input_city_select .select_bd{ width: 100px;}
/*����ʱ��*/
.dzsj_wrap{}
.dzsj_wrap .dszj_left{ float: left; width: 560px; padding: 20px 20px 0 10px; font-size: 16px;}
.dzsj_wrap .dszj_right{ float: left; margin: 60px 0 0 70px;}
/*�����ֵ*/
.pz_cz_item .bank_list{ padding-top: 20px;}
.pz_cz_item .bank_item{ float: left; width:207px; margin-bottom: 20px; padding-left: 30px; cursor: pointer;}
.pz_cz_item .bank_item .bank_radio{ float: left; width: 14px; height: 14px; margin: 15px 10px 0 0;}
.pz_cz_item .bank_item .bank_logo{ float: left; padding: 5px 8px; border: 1px solid #e1e1e1; cursor: pointer;}
.pz_cz_item .bank_item .bank_logo img{width: 126px; height: 33px;}
.pz_cz_item .bank_item .bank_logo .active_ico{display: block; width: 14px; height: 14px;  background: url(../img/trade/ico/logo_active_ico.jpg) no-repeat; position: absolute; right: 0; bottom: 0;}
.pz_cz_item .bank_item.active .bank_logo{ position: relative; border-color: #3d9fe1;}
.pz_cz_item .bank_item.active .bank_logo .active_ico{background: url(../img/trade/logo_active_ico.jpg) no-repeat;}
.bank_tb_wrap{ width: 830px; margin: 0 auto;}
.pz_bank_tb{}
.pz_bank_tb th,
.pz_bank_tb td{ height: 40px; border: 1px solid #e1e1e1; text-align: center; vertical-align: middle;}
.pz_bank_tb th{ color: #999; background-color: #f4f4f4;}
.pz_bank_tb td{}
.pz_cz_wrap .notice_list{ padding: 25px 0;}
.pz_cz_wrap .notice_list li{ padding-left: 10px; line-height: 32px;}

.pz_cz_check_wrap { padding-top: 20px; }
.pz_cz_check { border: 1px solid #f60; background-color: #F9F9F9; padding: 24px 0 20px 40px; }
.pz_cz_check .lead { color: #f60; line-height: 24px; font-size: 18px; }
.pz_cz_check .input_orderno { padding-top: 20px; }
.pz_cz_check .input_orderno .input_label { float: left; line-height: 40px; }
.pz_cz_check .input_orderno .input_control { float: left; line-height: 32px; margin-right: 10px; }
.pz_cz_check .input_orderno .input_txt { background-color: #fff; border: 1px solid #e1e1e1; display: block; padding: 8px 10px; line-height: 24px; width: 288px; }
.pz_cz_check .input_orderno .btn_submit { float: left; height: 40px; line-height: 40px; }

.pz_cz_helper { padding-bottom: 40px; }
.pz_cz_helper .next_go{ width: 680px; margin:40px auto 0; font-size: 14px;}
.pz_cz_helper .next_go + .pz_trade_notice { text-align: center; width: 658px; margin: 32px auto 0; }
.pz_cz_helper .code_wrap{ float: left; width: 340px; text-align: center;}
.pz_cz_helper .code_wrap .txt{ padding: 20px 0;}
.pz_cz_helper .code_wrap .img_wrap{ width: 164px; height: 164px; margin: 0 auto;}
.pz_cz_helper .code_wrap .img_wrap img{ width: 164px; height: 164px;}
.pz_cz_helper .web_wrap{ float: right; width: 340px; text-align: center;}
.pz_cz_helper .web_wrap .txt{ padding: 20px 0;}
.pz_cz_helper .web_wrap .img_wrap{ padding-top: 40px;}
.pz_cz_helper .web_wrap .img_wrap img{ width: 194px;}

/*֧����*/
.zfb_cz_wrap{ padding-top: 20px;}
.zfb_cz_wrap .pz_trade_notice{}
.zfb_cz_wrap .zfb_img_wrap{ margin-top: 30px; text-align: center;}
.zfb_cz_wrap .pz_trade_form_2{}

.zfb_cz_next{ font-size: 16px;}
.zfb_cz_next .p_1{ padding: 20px 0;}
.zfb_cz_next .next_info{ padding: 40px 0; background-color: #f9f9f9;}

.zfb_cz_next .next_list{}
.zfb_cz_next .next_item{ float: left; width: 100%; height: 24px; padding: 8px 0; line-height: 24px; }
.zfb_cz_next .next_item .item_tit{ float: left; width: 35%; text-align: right;}
.zfb_cz_next .next_item .item_con{ float: left; width: 65%;}
.zfb_cz_next .next_item .con_1{ float: left; margin-left: 10px;}
.zfb_cz_next .next_item .con_2{ float: left; margin-left: 30px;}
.zfb_cz_next .next_item .notice{ float: left; height: 24px; margin-left: 30px; padding: 0 10px; border: 1px dashed #f60; line-height: 24px; font-size: 14px; color: #f60;}
.zfb_cz_next .next_item .msg{ float: left; margin-left: 30px;}
.zfb_cz_next .next_item .msg .ui_ico{ float: left; margin: 2px 5px 0 0;}
.zfb_cz_next .next_item .msg .txt{ float: left; color: #090;}
.zfb_cz_next .next_go{ width: 680px; margin:40px auto 0; font-size: 14px;}
.zfb_cz_next .code_wrap{ float: left; width: 340px; text-align: center;}
.zfb_cz_next .code_wrap .txt{ padding: 20px 0;}
.zfb_cz_next .code_wrap .img_wrap{ width: 164px; height: 164px; margin: 0 auto;}
.zfb_cz_next .code_wrap .img_wrap img{ width: 164px; height: 164px;}
.zfb_cz_next .web_wrap{ float: right; width: 340px; text-align: center;}
.zfb_cz_next .web_wrap .txt{ padding: 20px 0;}
.zfb_cz_next .web_wrap .img_wrap{ padding-top: 40px;}
.zfb_cz_next .web_wrap .img_wrap img{ width: 194px;}
/*���֧��*/
.kjzf_cz_wrap{}
.kjzf_cz_wrap .kjzf_img_wrap{ padding: 20px; text-align: center;}
/*����ת��*/
.xxzz_cz_wrap{width: 830px;margin: 0 auto;}
.xxzz_cz_wrap .step_wrap{ padding: 50px;}
.xxzz_cz_wrap .step_list{ width: 756px; margin: 0 auto;}
.xxzz_cz_wrap .step_item{ float: left;}
.xxzz_cz_wrap .step_item .ico{ float: left; width: 33px; height: 33px; padding-right: 6px; background: url(../img/trade/step_bg.png) no-repeat; background-position: -40px 0; text-align: center; line-height: 32px; font-family: Arial; font-size: 18px; color: #3D9FDF;}
.xxzz_cz_wrap .step_item .txt{ float: left; width: 142px; height: 32px; margin-left: 8px; line-height: 32px; font-size: 16px;}
.xxzz_cz_wrap .step_item_active{}
.xxzz_cz_wrap .step_item_active .ico{ background-position: 0 0; color: #fff;}
.xxzz_cz_wrap .step_item_active .txt{ color: #3D9EDF;}
.xxzz_cz_wrap .line_1{ font-size: 16px;}
.xxzz_cz_wrap .xxzz_tb{ margin-top: 20px;}
.xxzz_cz_wrap .xxzz_tb th{ border: 1px solid #e1e1e1; vertical-align: middle; text-align: center;}
.xxzz_cz_wrap .xxzz_tb th img{ width: 146px;}
.xxzz_cz_wrap .xxzz_tb td{ padding: 15px 30px; line-height: 26px; border:1px solid #e1e1e1;}

.xxzz_cz_wrap .step_wrap_2 .pz_trade_form_2 .form_bd{ padding: 45px 0 45px 160px;}
.xxzz_cz_wrap .pz_trade_notice { width: 658px; text-align: center; margin: auto; }
/*----------------------------------------------------------------------��Ҫ���----------------------------------------------------------------------*/
.pz_tk_item{}
.pz_tk_item .item_hd{ height: 48px; padding-left: 10px; border-bottom: 1px solid #e1e1e1; line-height: 48px;  font-size: 18px;}
.pz_tk_item .item_bd{}
/*���*/
.pz_trade_notice{ padding: 0 20px; line-height: 36px; border: 1px dashed #f60; color: #f60;}
.pz_wytk_wrap{}
.pz_wytk_notice{ padding: 30px 130px; text-align: center;}
.pz_wytk_form .input_txt{ width: 228px;} 
.pz_wytk_form .form_bd{ padding: 0 0 30px 115px;}
.pz_wytk_form .forget_pwd{ float: left; margin-left: 5px; line-height: 40px;}
.pz_wytk_form .pz_btn_blue_hollow{ margin-left: 10px;}

.pz_wytk_info{}
.pz_wytk_info .adv_list{ padding: 60px 45px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.pz_wytk_info .adv_list .item{ float: left; width: 290px; text-align: center; cursor: pointer;}
.pz_wytk_info .adv_list .item_1{}
.pz_wytk_info .adv_list .adv_ico{ display: block; width: 100px; height: 100px; margin: 0 auto; background: url(../img/trade/adv_list.png) no-repeat;}
.pz_wytk_info .adv_list .adv_ico_1{ background-position: 0 0;}
.pz_wytk_info .adv_list .adv_ico_2{ background-position: -101px 0;}
.pz_wytk_info .adv_list .adv_ico_3{ background-position: -202px 0;}
.pz_wytk_info .adv_list .item:hover .adv_ico_1{ background-position: 0 -101px;}
.pz_wytk_info .adv_list .item:hover .adv_ico_2{ background-position: -101px -101px;}
.pz_wytk_info .adv_list .item:hover .adv_ico_3{ background-position: -202px -101px;}
.pz_wytk_info .adv_list .line_1{ line-height: 48px; font-size: 16px;}
.pz_wytk_info .adv_list .line_2{ line-height: 20px; color: #999;}
.pz_wytk_info .ft{ line-height: 52px; text-align: center; color: #999;}
.pz_wytk_info_2{ padding: 30px 10px; border-top: 1px solid #e1e1e1;}
.pz_wytk_info_2 .info_list{}
.pz_wytk_info_2 .info_list li{ line-height: 30px;}
/*���п�����*/
.pz_bankmgr_wrap{ padding-top: 20px;}
.pz_bankmgr_wrap .bank_list{}
.pz_bankmgr_wrap .bank_item{ float: left; width: 500px; padding: 10px 10px; border:0px solid #e1e1e1; text-align: left;font-size: 18px;}
.pz_bankmgr_wrap .bank_logo{}
.pz_bankmgr_wrap .bank_logo img{ width: 160px;}
.pz_bankmgr_wrap .bank_id{ display: block;}
/*---------------------------------------------------------------------- setting----------------------------------------------------------------------*/
/*form*/
.pz_trade_form_3{ padding: 25px 0 25px;}
.pz_trade_form_3 .form_bd{ font-size: 14px;}
.pz_trade_form_3 .input_wrap{ float: left; width: 100%; padding: 8px 0; line-height: 44px;}
.pz_trade_form_3 .input_label{ float: left; width: 130px; height: 44px; padding-right: 10px; text-align: right;}
.pz_trade_form_3 .input_control{ float: left; position: relative;}
.pz_trade_form_3 .input_control .input_txt{ width: 238px; height: 22px; padding: 10px; border: 1px solid #e1e1e1;}
.pz_trade_form_3 .input_control .input_val{ float: left; font-size: 16px;}
.pz_trade_form_3 .input_control .unit{ float: left; margin-left: 10px;}
.pz_trade_form_3 .input_control .input_hightlight_msg{ min-width: 238px; height: 42px; padding: 0 9px; border: 1px solid #f60; background-color: #fffbed; white-space:nowrap; font:bold 24px/42px Arial; color: #f60; position: absolute;  top: -44px; left: 0;}
.pz_trade_form_3 .input_msg{ float: left; width: 400px; height: 20px; margin-left: 10px; padding: 12px 0; line-height: 19px;} 
.pz_trade_form_3 .input_msg .ui_ico{ float: left;} 
.pz_trade_form_3 .input_msg .txt{ float: left; width: 260px; margin-left: 5px;} 
.pz_trade_form_3 .msg_wrong .txt{ color: #E46666;}
.pz_trade_form_3 .submit_wrap{ float: left; width: 100%; padding-top: 20px;}

.setting_form { border-top: 1px solid #e1e1e1; }
.setting_form .uc_btn { width: 258px; }
.setting_form .input_label { width: 100px; }
.setting_form .field_helper { float: left; width: 840px; margin-top: 10px; padding-left: 110px;}
.setting_form .field_helper .btn_gvc { background-color: #fff; display: block; border: 1px solid #3D9FE1; width: 118px; height: 24px; text-align: center; line-height: 24px; padding: 9px 0; float: left; margin-right: 10px; transition-property: none; }
.setting_form .field_helper .btn_gvc:hover { border-color: #f60; }
.setting_form .field_helper .btn_gvc_retry,
.setting_form .field_helper .btn_gvc_retry:hover { border-color: #e1e1e1; color: #525252; cursor: default; }
.setting_form .input_msg { width: 290px; }
.setting_form .bubble_box { background-color: #fffbed; border: 1px solid #f90; padding: 0 18px; height: 48px; line-height: 48px; position: absolute; left: 95px; top: 52px; z-index: 10; }
.setting_form .bubble_cont { color: #f60; font-size: 22px; font-weight: bold; letter-spacing: 1px; }
.setting_form .form_main { width: 670px; }
.setting_form .aside_notice { width: 240px; background-color: #F9F9F9; min-height: 535px; padding: 20px; }
.setting_form .aside_notice .title { font-size: 18px; line-height: 28px; padding-bottom: 5px; border-bottom: 1px dashed #e1e1e1; color: #333; margin-bottom: 32px; }
.setting_form .aside_notice .content { font-size: 14px; line-height: 20px; color: #999; }
.setting_form .aside_notice .content .item { padding-bottom: 20px; padding-left: 12px; position: relative; }
.setting_form .aside_notice .content .item .pz_set_dot_3 {width: 4px;height: 4px;background: url(../img/trade/dot_03.png) no-repeat; position: absolute; left: 0; top: 10px; }
.setting_form .aside_notice .content .brand_kft { text-align: center; border-bottom: 1px dashed #e1e1e1; padding-bottom: 32px; margin-bottom: 32px; }

.setting_success .input_wrap,
.setting_success .submit_wrap { padding: 0 0 0 110px; }
.setting_success .submit_wrap { padding-top: 20px; }
.setting_success .input_label { text-align: left; width: auto; }
.setting_success .field_helper { padding: 0; }
.setting_success_notice { border-bottom: 1px dashed #e1e1e1; padding: 20px 0 45px 110px; margin-bottom: 25px; font-size: 16px; }
.setting_success_notice .ui_ico { margin-right: 10px; }
/*----------------------------------------------------------------------��������ҳ----------------------------------------------------------------------*/
.trade_project_con{ background-color: #fff;}
.trade_project_con .trade_left{ width: 249px; height: 100px;}
.trade_project_con .trade_right{ width: 890px;}
.pzp_left_hd{ padding: 20px 0 0 20px;}
.pzp_left_hd .left_border{ float: left; width: 4px; height: 18px; margin: 10px 5px 0 0; background-color: #3D9FE0;}
.pzp_left_hd .txt{ float: left; height: 38px; line-height: 38px; font-size: 22px; color: #3D9FE0;}
.pzp_left_hd .num{ float: left; height: 28px; margin: 8px 0 0 10px; line-height: 28px; font-size: 16px;}
.pzp_left_control{ padding: 50px 0; border-bottom: 1px solid #e1e1e1; text-align: center;}
.pzp_left_control .msg_btn{ display: block; width: 208px; margin: 20px auto; border-style: solid; border-width: 1px; height: 48px; line-height: 48px; text-align: center;  color: #fff; font-size: 20px;  border-radius: 5px;}
.pzp_left_control .msg_btn_blue_hollow {background-color: #fff; border-color: #3d9fe1; color: #3d9fe1; }
.pzp_left_control .msg_btn_disable{ border-color: #999; color: #999;}
.pzp_left_control .result{}
.pzp_left_control .line_1,
.pzp_left_control .line_2{ height: 50px; line-height: 50px;}
.trade_right_hd .red_ico{ display: inline-block; width: 25px; height: 25px; background: url(../img/red_ico.png) no-repeat; vertical-align: middle; *display: inline;}
.trade_right_hd .green_ico{ display: inline-block; width: 25px; height: 25px; background: url(../img/green_ico.png) no-repeat; vertical-align: middle; *display: inline;}

.pzp_left_tel{padding: 30px 0 30px 50px; border-bottom: 1px dotted #e1e1e1;}
.pzp_left_tel .tit{ height: 32px; line-height: 32px; font-size: 16px;}
.pzp_left_tel .tel{ height: 36px; line-height: 36px; font-size: 18px; font-family: Tahoma;}
.pzp_left_tel .txt{ display: inline-block; vertical-align: middle; *display: inline;}
.pzp_left_tel .pz_ico_manual,
.pzp_left_tel .pz_ico_tel{ margin-right: 5px;}
.pzp_left_control_2{ padding: 40px 0; border-bottom: 1px solid #e1e1e1;}
.pzp_left_control_2 .pzp_btn{ display: block; width: 138px; height: 38px; border: 1px solid #3D9FE1; border-radius: 5px; margin: 20px auto; line-height: 38px; text-align: center; font-size: 16px; color: #3D9FE1;}
.pzp_left_control_2 .pzp_btn:hover { color: #f60; border-color: #f60; }
.pzp_left_control_2 .pzp_btn_orange{ border-color: #f90; background-color: #f90; color: #fff;}
.pzp_left_control_2 .pzp_btn_orange:hover { border-color: #f60; background-color: #f60; color: #fff; }
.pzp_left_info{ width: 210px; margin: 40px auto 0;}
.pzp_left_info .info_hd{ height: 50px; border-left: 5px solid #f60; background-color: #3D9FE1; line-height: 50px; text-align: center; font-size: 22px; color: #fff;}
.pzp_left_info .info_total{ height: 38px; padding-left: 12px;  border: 1px solid #e1e1e1; border-top: none; line-height: 38px; font-size: 14px;overflow: hidden;white-space:nowrap; }
.pzp_left_info .info_total .num{ font-size: 22px;}
.pzp_left_info .info_detail{ /*height: 38px;*/ padding: 0 12px; border: 1px solid #e1e1e1; border-top: none; line-height: 38px;}
.pzp_left_info .attr_name{ float: left;  color: #999;}
.pzp_left_info .attr_val{ float: right;}
/*������*/
.pzp_notice_1{ padding-top: 0px;}
.pzp_notice_1 .pz_trade_notice{ padding: 0 10px; text-align: left;}
.pzp_notice_1 .link_wrap{ float: right; line-height: 50px; text-align: right; font-size: 16px;}
.pzp_notice_1 .date_wrap{ float: left; line-height: 50px; font-size: 14px;}
.pzp_notice_1 .date_wrap .date_tit{ color: #999;}
.pzp_notice_2{border-bottom: 1px solid #e1e1e1; }
.pzp_notice_2 .pz_trade_notice{ padding: 0 10px; text-align: left;}
.pzp_notice_2 .link_wrap{ float: right; line-height: 50px; text-align: right; font-size: 16px;}
.pzp_notice_2 .date_wrap{ float: left; line-height: 50px; font-size: 16px;}
.pzp_notice_2 .date_wrap .date_tit{ color: #999;}
.pzp_wrap_1{}
.pzp_wrap_1 .cpxx{}
.pzp_wrap_1 .cpxx_attr{ background-color: #f9f9f9; padding: 0 5px;}
.pzp_wrap_1 .attr_list_1{ border-bottom: 1px solid #e1e1e1;}
.pzp_wrap_1 .attr_list_1 .attr_item{ float: left; width: 180px; padding: 48px 0; text-align: center;}
.pzp_wrap_1 .attr_list_1 .attr_item_operator{ width: 60px;}
.pzp_wrap_1 .attr_list_1 .attr_item_total{ width: 140px; padding: 55px 0;}
.pzp_wrap_1 .attr_list_1 .attr_item_1{}
.pzp_wrap_1 .attr_list_1 .attr_item_2{}
.pzp_wrap_1 .attr_list_1 .attr_item_3{}
.pzp_wrap_1 .attr_list_1 .attr_total{ line-height: 50px; font-size: 22px;}
.pzp_wrap_1 .attr_list_1 .attr_item .num{ vertical-align: middle; font-size: 35px; color: #f60;}
.pzp_wrap_1 .attr_list_1 .attr_item .unit{}
.pzp_wrap_1 .attr_list_1 .attr_val{ line-height: 40px;}
.pzp_wrap_1 .attr_list_1 .attr_name{ line-height: 24px; color: #999;}
.pzp_wrap_1 .attr_list_1 .attr_operator{ font-weight: bold; font-size: 50px; color: #dfdfdf;}
.pzp_wrap_1 .attr_list_2{ padding: 20px 0 20px 20px;}
.pzp_wrap_1 .attr_list_2 .attr_item{ float: left; width: 260px; line-height: 50px;}
.pzp_wrap_1 .attr_list_2 .attr_item .num{ vertical-align: middle; font-size: 25px; color: #f60;}
.pzp_wrap_1 .attr_list_2 .attr_item .unit{ }
.pzp_wrap_1 .attr_list_2 .attr_name{ float: left; color: #999;}
.pzp_wrap_1 .attr_list_2 .attr_val{ float: left; font-size: 14px;}
.pzp_wrap_1 .attr_list_2 .attr_val_2{ width: 190px; padding-top: 11px; line-height: 24px; }
.pzp_wrap_1{}
.pzp_wrap_2 .cpxx{}
.pzp_wrap_2 .cpxx_sum { text-align: center; font-size: 16px; height: 24px; line-height: 24px; padding-bottom: 20px; clear: left; }
.pzp_wrap_2 .cpxx_sum .hl {font-size: 18px; }
.pzp_wrap_2 .cpxx_sum .times { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; height: 24px; padding-left: 30px; background: url(../img/trade/search.png) no-repeat 0 50%; margin: 0 20px;}
.pzp_wrap_2 .cpxx_sum .earnings { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; height: 24px; padding-left: 30px; background: url(../img/trade/money_bag.png) no-repeat 0 50%; margin: 0 20px;}
.pzp_wrap_2 .cpxx_attr{}
.pzp_wrap_2 .attr_list_1{ border-bottom: 1px solid #e1e1e1;}
.pzp_wrap_2 .attr_list_1 .attr_item{ float: left; width: 177px; padding: 42px 0 20px 0; text-align: center;}
.pzp_wrap_2 .attr_list_1 .attr_item_operator{ width: 60px;}
.pzp_wrap_2 .attr_list_1 .attr_item_total{ width: 140px; padding: 55px 0;}
.pzp_wrap_2 .attr_list_1 .attr_item_1{}
.pzp_wrap_2 .attr_list_1 .attr_item_2{}
.pzp_wrap_2 .attr_list_1 .attr_item_3{}
.pzp_wrap_2 .attr_list_1 .attr_total{ line-height: 50px; font-size: 22px;}
.pzp_wrap_2 .attr_list_1 .attr_item .num{ vertical-align: middle; font-size: 35px; color: #f60;}
.pzp_wrap_2 .attr_list_1 .attr_item .unit{}
.pzp_wrap_2 .attr_list_1 .attr_val{ line-height: 40px;}
.pzp_wrap_2 .attr_list_1 .attr_name{ line-height: 24px; color: #999;}
.pzp_wrap_2 .attr_list_1 .attr_operator{ font-weight: bold; font-size: 50px; color: #dfdfdf;}
.pzp_wrap_2 .attr_list_2{ border-bottom: 1px solid #e1e1e1; padding: 20px 0 20px 55px;}
.pzp_wrap_2 .attr_list_2 .attr_item{ float: left; width: 260px; line-height: 50px;}
.pzp_wrap_2 .attr_list_2 .attr_item .num{ vertical-align: middle; font-size: 25px; color: #f60;}
.pzp_wrap_2 .attr_list_2 .attr_item .unit{ }
.pzp_wrap_2 .attr_list_2 .attr_name{ float: left; color: #999;}
.pzp_wrap_2 .attr_list_2 .attr_val{ float: left; font-size: 16px;}
.pzp_wrap_2 .attr_list_2 .attr_val_2{ width: 190px; padding-top: 11px; line-height: 24px; }
/*������*/
.pzp_wrap_1{}
.pzp_wrap_1 .pz_trade_tab .tab_hd{ border-bottom:  1px solid #e1e1e1;} 
.pzp_wrap_1 .pz_trade_tab .tab_con{ display: none;}
.pzp_wrap_1 .pz_trade_tab .tab_con.active{ display: block;}
.pzp_wrap_1 .jjzh_wrap{ padding: 10px;}
.pzp_wrap_2{}
.pzp_wrap_2 .pz_trade_tab .tab_hd{ border-bottom:  1px solid #e1e1e1;} 
.pzp_wrap_2 .pz_trade_tab .tab_con{ display: none;}
.pzp_wrap_2 .pz_trade_tab .tab_con.active{ display: block;}
.pzp_wrap_2 .jjzh_wrap{ padding: 10px;}
.pzp_tb_1{}
.pzp_tb_1 th,
.pzp_tb_1 td{ height: 36px; vertical-align: middle; text-align: left;}
.pzp_tb_1 th{ color: #999;}
.pzp_tb_2{}
.pzp_tb_2 th,
.pzp_tb_2 td{ height: 40px; vertical-align: middle; text-align: center;}
.pzp_tb_2 th{ color: #999; background-color: #f9f9f9;}
.pzp_tb_2 tr.even td{ background-color: #f9f9f9;}
.pzp_tb_2 th.t_l,
.pzp_tb_2 td.t_l{ text-align: left; padding-left: 30px;}

.pzp_account_notice { background-color: #F9F9F9; padding: 10px 20px; line-height: 34px; color: #999; }
/*----------------------------------------------------------------------�ƹ�׬Ǯ----------------------------------------------------------------------*/
/*�ƹ����*/
.tgjs_item_1{ margin-top: -36px;}
.tgjs_margin{margin-bottom: -48px; position: relative;}
.tgjs_banner{ margin: 0 auto; }
.tgjs_banner img{ width: 951px; height: 463px; }
.pz_tgjs_item{}
.pz_tgjs_item .tgjs_item_tit{ height: 42px; padding-top: 35px; padding-left: 10px; border-bottom: 1px solid #e1e1e1; line-height: 42px;  font-size: 18px;}
.tgjs_item_details{}
.qa_list{ padding: 30px 62px 0 16px;}
.qa_item{ margin-bottom: 27px;}
.qa_list .qa_item .qa_item_q{ line-height: 24px; font-size: 16px; color: #3D9FE0;}
.qa_list .qa_item .qa_item_q .q_icon{ float: left; width: 20px; height: 20px; margin: 5px 6px 5px 0;  background: url(../img/trade/tgzq/question_icon.png) no-repeat; }
.qa_list .qa_item .qa_item_q .q_text{ float: left; line-height: 30px;}
.qa_list .qa_item .qa_item_a{ margin-top: 5px; padding-left: 26px; }
.tg_process{ padding: 35px 0 25px; text-align: center;}
.process_img{}
.process_img img{ width: 860px; }
.tg_money{ padding: 50px 0;text-align: center;}
.money_img img{ width: 887px; height: 108px;}
.tg_heros{ padding-bottom: 40px;}
.hero_list{ padding: 60px 5px 80px 0;}
.hero_list .hero_item{ float: left; width: 159px;  margin-bottom: 10px; text-align: center;}
.hero_list .hero_item .hero_item_num1{ color: #3D9FE0;  }
.hero_list .hero_item .hero_item_num2{ color: #FF6600; }
.hero_list .hero_item .hero_item_person{ width: 109px; height: 109px;  padding: 0 25px; margin-bottom: 8px;}
.hero_list .hero_item .hero_item_person img{ width: 109px; border-radius: 7px;}
.tg_heros_button{ position: relative; height: 50px;}
.tg_heros_button .tg_heros_a{ display: block; width: 180px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #ffffff; border-radius: 2px; background-color: #FF9900;  position: absolute; left: 50%; margin-left: -90px;  }
.tg_heros_button .tg_heros_a:hover{ background-color: #FF6600; }
/*�ƹ�����*/
.pz_tglj_item{ padding-bottom: 30px; border-bottom: 1px dashed #DFDFDF;}
.pz_tglj_item .tglj_item_tit{ line-height: 48px; padding: 30px 0 0 12px;font-size: 18px; color: #3D9FE0;}
.pz_tglj_item .tglj_item_details{ padding-left: 12px;}
.item_details_rate{ padding: 5px 0 12px 0;}
.item_details_link{padding: 8px 108px 15px 0;}
.item_details_link .link_text{ float:left; width: 615px; padding: 14px 15px; border:1px solid #cccccc; background-color: #FAFAFA; color: #cccccc;}
.item_details_link .link_copy{ float: right; margin-left: 10px;}
.item_details_link .link_copy .link_copy_a{ display: block; width :180px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #ffffff; border-radius: 2px; background-color: #FF9900; }
.item_details_link .link_copy .link_copy_a:hover{ background-color: #FF6600; }
.link_result_failure, .link_result_success{padding-left: 20px; }
.link_result_failure{ font-size: 12px; color: #E56666; background: url(../img/trade/tgzq/copy_failure.png) no-repeat left center;}
.link_result_success{ font-size: 12px; color: #18B15F; background: url(../img/trade/tgzq/copy_success.png) no-repeat left center;}
.sjtg_item{ float: left; padding: 12px 10px 12px 0;}
.sjtg_icon{display: block; width: 50px; height: 50px; background: url(../img/trade/tgzq/tglj_link.png) no-repeat; }
.sjtg_icon1{ background-position: 0 0;}
.sjtg_icon1:hover{ background-position: 0 -51px;}
.sjtg_icon2{ background-position: -102px 0;}
.sjtg_icon2:hover{ background-position: -102px -51px;}
.sjtg_icon3{ background-position: -153px 0;}
.sjtg_icon3:hover{ background-position: -153px -51px;}
.sjtg_icon4{ background-position: -204px 0;}
.sjtg_icon4:hover{ background-position: -204px -51px;}
.sjtg_icon5{ background-position: -255px 0;}
.sjtg_icon5:hover{ background-position: -255px -51px;}
.sjtg_icon6{ background-position: -306px 0;}
.sjtg_icon6:hover{ background-position: -306px -51px;}
.sjtg_icon7{ background-position: -357px 0;}
.sjtg_icon7:hover{ background-position: -357px -51px;}
.sjtg_icon8{ background-position: -408px 0;}
.sjtg_icon8:hover{ background-position: -408px -51px;}
.sjtg_icon9{ background-position: -459px 0;}
.sjtg_icon9{ background-position: -459px -51px;}
.sjtg_icon10{ background-position: -51px 0;}
.sjtg_icon10:hover{ background-position: -51px -51px;}												
.item_details_select{}
.select_tit{ margin-bottom: 30px;}
.select_content{}
.select_content_item{  margin-bottom: 20px;}
.select_content_item .select_type{ float: left; margin-right: 15px;}
.select_content_item .select_list{ float: left;}
.select_list .sel_item{ float: left; width: 75px; padding-right: 10px;}
.select_list .sel_item .select_radio{ float: left; width: 11px; height: 11px; margin: 5px 5px 0 0;  }
.pz_tglj_last{border: none;}
.tglj_banner_da{display: block; width: 837px; height: 139px; margin: 15px 0;  background: url(../img/trade/tgzq/tglj_banner.jpg) no-repeat;}
/*�ҵ��û�*/
.tit_small{ font-size: 24px;}
.tit_yuan{ color: #CBCBCB;}
.wdyh_content_tit{  background-color: #F9F9F9;}
.tit_list{ padding: 35px 0 40px; height: 95px;}
.tit_list_item{ float: left; width: 191px;  border-right: 1px dotted #cccccc;}
.tit_list_item .tit_text{ margin:14px 0 0 40px; overflow: hidden;}
.tit_list_item .tit_text .tit_name,.tit_list_item .tit_text .tit_num{ color: #515151;}
.tit_list_item .tit_text .tit_num{ line-height: 48px; font-family: Arial; font-size: 32px; }
.tit_list_last{ width: 192px; border:none;}
.wdyh_tb{ margin-top: 50px;}
.wdyh_null{ padding: 140px 0 180px 360px; }
.null_link{ margin-top: 110px; padding-left: 27px;}
.null_link_a{display: block; width :180px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #ffffff; border-radius: 2px; background-color: #FF9900;}
.null_link_a:hover{ color:#ffffff; background-color: #FF6600; }
.wdyh_tips{ height: 45px;}
.wdyh_null_icon{ float: left; width: 50px; height: 50px; margin-right: 10px; background: url(../img/common/ico/104.png) no-repeat;}
.wdyh_null_text{ float: left; padding: 10px 0; font-size: 18px;}