@charset "utf-8";
*{
    margin:0;
    padding:0;
}
body{
    font:normal 12px/1.5 "Microsoft YaHei";
    background: #f9f9f9;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clearfix:after {visibility: hidden; display: block; clear: both; height: 0; font-size: 0; content: ".";}
.clearfix{zoom:1;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*页头登录信息 注册 登录*/
.fl { float:left; }
.fr { float:right; }
.wraps {
    width:100%;
    min-width:1080px;
    height:95px;
    overflow:hidden;
}
.bg001 {
    background:#F9F9F9;
    height:30px;
    line-height:30px;
}

.meg {
    width:1080px;
    margin:0 auto;
}

.meg li {
    float:left;
}
.meg .fl a {
    margin:0 3px;
}
.meg a {
    color:#333;
}
.meg a:hover {
    color:#F00;
}
.meg .fr a {
    margin-left:8px;
    padding-right:8px;
    background:url(images/index_05.png) center right no-repeat;
}
.meg .last a {
    background:none;
}
/*.phone {
    margin-left:43px;
    padding-left:22px;
    background:url(images/phone.png) no-repeat center left;
}*/
/*页头*/
#header{
    width: 100%;
    height:93px;
    background: #fff;
}
.head {
    width:1080px;
    height:93px;
    margin:0 auto;
    overflow:hidden;
}
.logo {
    margin-top:20px;
    margin-left:20px;
}
.regbox {
    margin-top:27px;
}
.regbox li {
    float:left;
    line-height:38px;
    margin-left:20px;
}
.mj{
    background:url(../images/index_07.png) left -5px no-repeat;
}
.mj a {
    padding-left:41px;
    padding-top:10px;
    font-size:16px;
    color:#F00;
}
.reg ,.login {
    border-radius: 3px;
    height:21px;
    margin-top:6px;
}
.login{
    border:1px solid #ff812d;
}
.reg {
    border:1px solid #62b302;
    background:#62b302;
}
.reg a,.login a {
    display:block;
    line-height:21px;
    padding:0 11px;
}
.reg a {
    color:#FFF;
}
.login a {
    color:#ff812d;
}
/*导航*/
.menubox {
    width:100%;
    min-width:1080px;
    height:60px;
    overflow:hidden;
    background:#F00;
}
.menulist {
    width:1080px;
    height:60px;
    margin:0 auto;
}
.menulist li {
    float:left;
    line-height:60px;
    width:120px;
    padding-left:1px;
    background:url(../images/index_01.gif) no-repeat right center;
}
.menulist li a {
    display:block;
    font-size:16px;
    color:#FFF;
    text-align:center;
}
.menulist .active a{
    background:#b20000;
}
.menubox .last {
    background:none;
}
.container {
    width:1080px;
    margin:38px auto 0;
    overflow:hidden;
}

/*----------页脚-----------*/

/*banner*/
#banner{
    width: 1080px;
    height:100px;
    margin:40px auto;
    display: block;
}
/*内容区域*/
#content{
    width:1080px;
    margin:0 auto;
    margin-bottom: 20px;
}
#c_left{
    width:198px;
    float: left;
}
#c_left .list1{
    width:198px;
    height:55px;
    background: #fff;
    border:1px solid #eee;
    position: relative;
}
#c_left .list2{
    width:198px;
    height:55px;
    background: #fff;
    border:1px solid #eee;
    position: relative;
}
#c_left li.list1{
    border-bottom: none;

}
#c_left li .bd{
    width:4px;
    height:55px;
    background: #FF0000;
    position: absolute;
    top:0;
    left: 0;
}
#c_left li.list1 p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    height:20px;
    line-height: 20px;
    color:#333;
    position: absolute;
    top:17px;
    left:72px;
}
#c_left li.list2 p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    height:20px;
    line-height: 20px;
    color:#333;
    position: absolute;
    top:17px;
    left:72px;
}
#c_left li .tb{
    display: block;
    position: absolute;
    top:12px;
    left:24px;
}
#c_left li.lis_show{
    width:200px;
    height:167px;
}
#c_left li.lis_show p{
    width:200px;
    height:55px;
    line-height: 55px;
    font-size: 14px;
    color:#999;
    background: #eee;
    border:none;
    text-align: center;
    border-bottom:1px solid white;
}
#c_left .lis_show p.lis_hd{
    width:198px;
    height:55px;
    line-height: 55px;
    color:red;
    background:#FAFAFA;
    text-align: center;
    border:1px solid #eee;
    border-bottom: none;
    border-top:none;
}
#c_left li.lis_hide{
    width:200px;
    height:167px;
    display: none;
}

#c_left .lis_hide p{
    width:200px;
    height:55px;
    line-height: 55px;
    font-size: 14px;
    color:#999;
    background: #eee;
    border:none;
    text-align: center;
    border-bottom:1px solid white;
}
#c_left .lis_hide p.lis_hd2{
    width:198px;
    height:55px;
    line-height: 55px;
    color:red;
    background:#FAFAFA;
    text-align: center;
    border:1px solid #eee;
    border-bottom: none;
    border-top:none;
}

/*右侧内容区域*/
#c_right{
    width:960px;
    background: #fff;
    border:1px solid #eee;
    border-radius: 5px;
    margin-left: 238px;
}

/*右侧头部区域*/
.right_t{
    width:838px;
    height: 222px;
    border-bottom:1px solid #eee;
}
.r_t_left{
    width: 447px;
    height:222px;
    border-right:1px solid #eee;
    float: left;
    position: relative;

}
.r_t_left img{
    display: block;
    width:101px;
    height:100px;
    position: absolute;
    top:40px;
    left:39px;
}
.r_t_left h2{
    height:20px;
    line-height: 20px;
    font-size: 16px;
    position: absolute;
    top:50px;
    left: 180px;
}
.r_t_left p{
    height:20px;
    line-height: 20px;
    font-size: 14px;
    color:#a9a9a9;
    position: absolute;
    top:86px;
    left: 180px;
}
.r_t_left div{
    width: 260px;
    height:30px;
    position: absolute;
    top:140px;
    left: 178px;
    overflow: hidden;
}

.right_top_imgs span{
    cursor: pointer;
}
.r_t_left div span{
    width:30px;
    height:30px;
    display: block;
    float:left;
    margin-right:20px;
}

/*实名认证*/
.r_t_left div .rt_pics1{
    background: url(../images/xin/shi-y.png) no-repeat;
}

.r_t_left div .rt_pics1_no{
    background: url(../images/xin/shi.png) no-repeat;
}


/*绑定手机*/
.r_t_left div .rt_pics2{
    background: url(../images/xin/phone-y.png) no-repeat;
}

.r_t_left div .rt_pics2_no{
    background: url(../images/xin/phone.png) no-repeat;
}

/*认证邮箱*/
.r_t_left div .rt_pics3{
    background: url(../images/xin/mail-y.png) no-repeat;
}
.r_t_left div .rt_pics3_no{
    background: url(../images/xin/mail.png) no-repeat;
}

/*支付密码*/
.r_t_left div .rt_pics4{
    background: url(../images/xin/passwd-y.png) no-repeat;
}
.r_t_left div .rt_pics4_no{
    background: url(../images/xin/passwd.png) no-repeat;
}

/*银行卡*/
.r_t_left div .rt_pics5{
    background: url(../images/xin/bank-y.png) no-repeat;
}
.r_t_left div .rt_pics5_no{
    background: url(../images/xin/bank.png) no-repeat;
}

/*-- start --   //增加企业认证图标的样式   by jim.qian / 2015.7.8    */
.r_t_left div .rt_pics6{
    background: url(../images/xin/company_auth_yes.png) no-repeat;
}
.r_t_left div .rt_pics6_no{
    background: url(../images/xin/company_auth_no.png) no-repeat;
}
/* -- end -- */


.r_t_right{
    width: 390px;
    height:222px;
    float: left;
}
.r_t_right .recharge{
    width:390px;
    height:143px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.r_t_right .recharge h3{
    height:32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top:36px;

    text-align: right;
    width: 85%;
}
.r_t_right .recharge h3 span{
    height:32px;
    line-height: 32px;
    font-size: 30px;
    color:#ff0000;
}
.r_t_right .recharge .btn1 {
    width:110px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size: 14px;
    color:#fff;
    font-family: "Microsoft YaHei";
    border:none;
    background: #ff0000;
    position:absolute;
    top:83px;
    left:90px;
    cursor: pointer;
}
.r_t_right .recharge .btn2{
    width:110px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size: 14px;
    color:#fff;
    font-family: "Microsoft YaHei";
    border:none;
    background: #62b302;
    position:absolute;
    top:83px;
    left:240px;
    cursor: pointer;

}
.r_t_right .explain{
    width: 293px;
    margin:14px 0px 14px 40px;
    overflow: hidden;
}
.r_t_right .explain p{
    line-height: 24px;
    font-size: 14px;
    color:#a9a9a9;
}
.r_t_right .explain a{
    height:24px;
    line-height: 24px;
    color:#ff4242;
    text-decoration: underline;
}

/*右侧内容区域*/
.right_con1{
    height:300px;
    padding:40px 39px;
    border-bottom: 1px solid #eee;
}
.right_con1 .rc1_left{
    width:370px;
    height:299px;
    background: #f6f6f6;
    float: left;
    margin-right:20px;
}
.rc1_left h3{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-left:20px;
}
.rc1_left .apply{
    height: 33px;
    margin-left:20px;
    margin-top:24px;
}
.rc1_left .apply font{
    line-height: 33px;
    font-size: 16px;
    color:#999999;
}
.rc1_left .apply font span{
    line-height: 33px;
    font-size: 16px;
    color:#FF0000;
}
.rc1_left .apply button{
    width: 67px;
    height:25px;
    line-height: 23px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin-left: 167px;
    cursor: pointer;
    border: 1px solid #999;
    color: #999;

}
.rc1_left .use{
    height: 33px;
    margin-left:20px;
}
.rc1_left .use font{
    line-height: 33px;
    font-size: 16px;
    color:#999999;
}
.rc1_left .use font span{
    line-height: 33px;
    font-size: 16px;
    color:#FF0000;
}
.rc1_left .use button{
    width: 67px;
    height:25px;
    line-height: 23px;
    border:1px solid #999;
    color:#999;
    /*background: #fff;*/
    font-family: "Microsoft YaHei";
    text-align: center;
    margin-left: 183px;
    cursor: pointer;
}

.rc1_left .use button:hover , .rc1_left .apply button:hover{
    background: #ff0000;
    color: #fff;
    border: medium none;
}

.rc1_left ul{
    padding:25px 0px 74px 20px;
}
.rc1_left ul li{
    padding:0 13px 0 11px;
    float: left;
    background: url(../images/images/right_01.gif) no-repeat right 11px;
}
.rc1_left ul li p{
    line-height:25px;
    color:#ff0000;
    font-size: 15px;
}
.rc1_left ul li p.rlis_ls1{
    text-indent: 15px;
}
.rc1_left ul li p.rlis_ls2{
    text-indent: 15px;
}
.rc1_left ul li span{
    line-height:25px;
    display: block;
    line-height:25px;
    color:#999;
    font-size: 14px;
}
.rc1_left ul li.rlis_last{
    background-image: none;
}
.rc1_left .assets{
    background: #e3e3e3;
    line-height: 30px;
    font-size: 15px;
    padding:17px 20px 13px 20px;
}
.rc1_left .assets span{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color:#ff0000;
}

.right_con1 .rc1_right{
    width:370px;
    height:299px;
    background: #f6f6f6;
    float: left;
}
.rc1_right h3{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-left:20px;
}
.rc1_right p{
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color:#999999;
    margin-left:20px;
}
.rc1_right p.day{
    margin-top:24px;
}
.rc1_right p span{
    line-height: 33px;
    font-size: 16px;
    color:#FF0000;
}
.rc1_right div{
    background: #e3e3e3;
    line-height: 30px;
    font-size: 15px;
    padding:17px 20px 13px 20px;
    margin-top:33px;
}
.rc1_right div span{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color:#ff0000;
}

.right_con2{
    height:340px;
    padding:10px 38px;
    border-bottom: 1px solid #eee;
}
.right_con2 span{
    height:77px;
    line-height: 77px;
    font-size: 16px;

}
.right_con2 a{
    /* height:77px;
    line-height: 77px;
    font-size: 14px;
    color:#ff0000; */
    /*margin-left: 571px;*/
}
.right_con2 table{
    /* width:760px;
    font-size: 12px; */
}
.right_con2 table tr{
    width:760px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.right_con2 table tr.row1{
    background: #eee;
    color: #333;
}
.right_con2 table tr.row2{
    background: #fff2f2;
}
.right_con2 table tr td{
    /* width: 93px;
    margin-right:18px; */

}
.right_con2 table tr td.col{
    color:#ff0000;
}

/*右侧尾部*/
.right_footer{
    height:262px;
    padding:20px 38px;
    padding-bottom: 0;
}
.recommend{
    height:56px;
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 18px;
}
.r_f_img{
    width:500px;
    height:100px;
    overflow: hidden;
}
.r_f_img img{
    display: block;
    float: left;
    margin-right:40px;
    cursor: pointer;
}
.r_f_text{
    width:450px;
    height:22px;
    line-height: 22px;
    margin-top:26px;
    overflow: hidden;
}
.r_f_text span{
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    font-size:14px;
    margin-right:40px;
}

/*内容右侧结束*/



/*右侧内容区域开始*/
.c_right{
    float: right;
    width:960px;
    /* height:720px; */
    background: #fff;
    border:1px solid #eee;
    border-radius: 5px;
}
.c_right li{
    width: 100%;
    height:80px;
    line-height:80px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.c_right li img{
    display: block;
    position: absolute;
    top:32px;
    left:40px;
}
.c_right li span{
    display: block;
    margin-left:41px;
    color:#a9a9a9;
    height:80px;
    line-height: 80px;
    position: absolute;
    top:0;
    left:68px;
}
.c_right li i{
    display: block;
    height:80px;
    line-height: 80px;
    font-style: normal;
    color:#a9a9a9;
    position: absolute;
    top:0px;
    left: 258px;
}
.c_right li strong{
    font-style: normal;
    height:80px;
    line-height: 80px;
    font-weight: 400;
    color:#333;
    position: absolute;
    top:0px;
    left: 258px;
}
.c_right li em{
    font-style: normal;
    color:#efefef;
    padding:0 14px;
}

.contro{
    float: right;
    margin-right: 40px;
    width: 96px;
}
.contro a{
    color: red;
}

a.listTitle{
    margin-left:0px;
}


.CR_tit {
    border-bottom: 1px solid #eeeeee;
    height: 57px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
}
.CR_tit li {
    color: #333;
    float: left;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    margin: 0 40px;
}
.c_right table.cr_lis1 {
    color: #999;
    height: 453px;
    left: 39px;
    position: absolute;
    top: 106px;
    width: 760px;
}
.c_right table tr {
    height: 40px;
}
.c_right table tr td {
    text-align: center;
}
.c_right table tr td div {
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 105px;
}
.c_right table tr td p {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 66px;
}
.c_right .crl_tit {
    background: none repeat scroll 0 0 #eee;
    color: #333;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}
.CRL_con {
    background: none repeat scroll 0 0 #fafafb;
    line-height: 20px;
    padding-top: 20px;
}
.c_red {
    color: #ff0000;
}
.c_green {
    color: #62b302;
}
.c_btn {
    bottom: 40px;
    height: 22px;
    left: 199px;
    position: absolute;
    width: 530px;
}
.c_btn a.page {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ff0000;
    width: 62px;
}
.c_btn a {
    background: none repeat scroll 0 0 #999;
    color: #fff;
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-right: 16px;
    text-align: center;
    width: 22px;
}


/*列表表头*/

.topMenuButton{
    border-bottom: solid 1px #eeeeee;
    margin: 20px 0px 20px 0px;

}
.topMenuButton-title{
    padding-left:43px;
    font-size:16px;
    color:#333;
}
ul.list_menu{
    height: 60px;
    list-style-type: none;
    margin-left: 32px;
    /*margin-bottom: 20px;*/
    /*border-bottom: solid 1px #eeeeee;*/
}

ul.list_menu li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 70px;
    height: 58px;
     line-height: 80px; 
    border-bottom: none;
    margin-right: 30px;
}

ul.list_menu li.common-type-tit{
    border:none !important;
    color:#aaa;
    text-align: left;
    text-indent:13px;
}

ul.list_menu li:hover ,
ul.list_menu li.on{
    border-bottom: solid 2px #fb813f;
}

ul.list_menu li.unclick
{
    border-bottom: none;
}

ul.list_menu li a{
    display: block;
    font-size: 14px;
    color:#666;
}


.listTable{
    width: 91%;
    margin: 0px auto;
	font-size:12px;
    border:1px solid #f2f2f2;
}
.listTable .row1 td{
    /* color: #333; */
}
.listTable td{
    /* color: #999; */
}

.listTable .crl_tit td {
    /* color: #666;
    font-size: 14px; */
}
.right_con2 div.spanTitle{
    font-size: 14px;;
    height: 25px;
    margin-bottom: 30px;
}

.right_con2 span.tuiguang{
    font-size: 12px;
    margin-left: 250px;
}

.right_con2{
    margin-top: 0px;;
}

.formDiv{
    text-align: right;
}
.formDiv input{
    height: 20px;
    width: 200px;
    margin-bottom: 20px;
}

.formDiv .submitButton{
    background: none repeat scroll 0 0 #ff0000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 50px;
}


/*分页*/
.pageList{
    margin-top: 20px;
    height: 30px;
}

.pageList .pageItem{
    height: 30px;
    margin: 0px auto;
    text-align: center;
}

.pageList a ,.pageList span {
    background: none repeat scroll 0 0 #999;
    color: #fff;
    margin-right: 16px;
    text-align: center;
    padding: 6px 10px;
}
.pageList span.rows{display: none}

.pageList span,.pageList a:hover{
    background: #00a755;
    color: #fff;
}

table.formTable
{
    margin-left: 30px;
}

table.formTable td{
    line-height: 30px;
    font-size: 13px;
}


.bnt_blue_1 {
    width:110px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size: 14px;
    color:#fff;
    font-family: "Microsoft YaHei";
    border:none;
    background: #ff0000;
    cursor: pointer;
}
table.formTable .inputBg{
    height: 20px;
    width: 200px;
}



/*登陆开始*/
.con{
    width: 1078px;
    height:446px;
    border:1px solid #eee;
    margin:auto;
    margin-top:40px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 5px;
}
.con .c_left{
    width: 464px;
    height:446px;
    float: left;
    border-right:1px solid #eee;
}
.con .c_left img{
    margin:40px;
}
.con .c_login_right{
    border-left: medium none;
    float: none;
    height: 446px;
    margin-left: 466px;
    width: 613px;
}
.c_login_right ul{
    width:610px;
    height:317px;
    padding-top: 26px;
    border-bottom:1px solid #eee;
}
.c_login_right ul li{
    width: 610px;
    height:40px;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    margin:0 0 32px 40px;
}
.c_login_right ul li span{
    display: block;
    height:40px;
    line-height: 40px;
    color:#ff0000;
    float: left;
}
.c_login_right ul li .input_Q{
    width: 385px;
    display:block;
    height:40px;
    float: left;
    padding-left:54px;
}
.c_login_right ul li div input{
    display: block;
    width: 329px;
    height:38px;
    line-height: 38px;
    border:1px solid #eee;
    text-indent:17px;
    color:#999;
    font-size: 14px;
    font-family: 微软雅黑;

}
.c_login_right ul li i{
    font-style: normal;
    display:block;
    height:40px;
    line-height: 40px;
    float: left;
    color:#ff0000;
    margin-left: -34px;
}
.c_login_right ul li.pw{
    margin:0 0 32px 54px;
}
.c_login_right ul li.yz div{
    width: 202px;
    margin-right: 20px;
}
.c_login_right ul li.yz div input{
    width:202px;
}

.c_login_right ul li.yz img{
    width: 107px;
    height:40px;
    vertical-align: middle;
    display:block;
    float: left;
}
.c_login_right ul .btn{
    width: 100%;
    height:40px;
    margin:20px 0 20px 110px;
    float: left;
}

.c_login_right #chkimg{
    cursor: pointer;
}

.c_login_right ul .btn button{
    width: 160px;
    height:40px;
    line-height: 40px;
    font-size: 14px;
    font-family: 微软雅黑;
    border:none;
    background: #ff1e00;
    color:#fff;
    text-align: center;
    margin-left: 41px;
}

.c_login_right .login_button
{
    cursor: pointer;
}

#loginForm{
    margin: 0px;
    padding: 0px;
}
.cr_bot{
    width: 100%;
    height:93px;
}
.cr_bot p{
    height:93px;
    line-height: 93px;
    color:#333;
    font-size: 14px;
    text-indent: 40px;
}
.cr_bot p img{
    /*width: 25px;*/
    /*height:25px;*/
    vertical-align: middle;
    /*margin:0 20px;*/
}
.cr_bot p img.xl{
    margin-left: 0px;
}
.cr_bot p a{
    color:#ff1e00;
    line-height: 93px;
    text-decoration:underline;
}



/*登陆结束*/
#content{
    width:1200px;
    margin: 20px auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.con_title{
    width: 1080px;
    height:60px;
    margin-top:23px;
    overflow: hidden;
}
.con_title h2{
    height:60px;
    line-height: 60px;
    font-size: 26px;
    font-weight: 400;
    float: left;
}
.con_title .novice{
    height:60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    color:red;
    padding-left: 20px;
    float: left;
}
.novice_con{
    width: 1078px;
    height:166px;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 44px;
    background:  #fff url(../images/index_105.gif) no-repeat right top;
}
.novice_con_top{
    width: 1078px;
    height:58px;
    text-indent: 9px;
    border-bottom: 1px solid #eee;
}
.novice_con_top h3{
    height:58px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
	float:left;
	text-indent:15px;
}
.novice_con_top span{
    height:58px;
    line-height: 58px;
    font-size: 15px;
    padding-left: 19px;
    color:#999;
	display:inline-block;
	float:left;
}
.novice_con_bot{
    width: 1078px;
    height:107px;
    position: relative;
}
.novice_con_bot p{
    width: 100%;
    height:36px;
}
.novice_con_bot p span{
    display: block;
    height:36px;
    line-height: 36px;
    font-size: 14px;
    color:#999;
    position: absolute;
}
.novice_con_bot p span.NCB_01{
    top:7px;
    left: 18px;
}
.novice_con_bot p span.NCB_02{
    top:7px;
    left: 100px;
    padding-left:176px;
}
.novice_con_bot p span.NCB_03{
    top:40px;
    left: 18px;
}
.novice_con_bot p span.NCB_04{
    top:40px;
    left: 285px;
}
.novice_con_bot p span.NCB_05{
    top: 33px;
    left: 482px;
}
.novice_con_bot p span font.NCB_05_size{
    font-size: 36px;
}
.novice_con_bot p span font{
    height:36px;
    line-height: 36px;
    font-size: 14px;
    color:#ff5042;
}
.novice_con_bot p .NCB_06{
    text-indent: center;
    width: 200px;
    height: 40px;
    color:#fff;
    border:none;
    background:#ff1e00;
    font-size: 16px;
    position: absolute;
    top:27px;
    left: 821px;
}


/*----xiaowu --*/

.cf {
    margin-top: 45px;
    padding-left: 32%;
}
.cf-pl-28 {
    padding-left: 28%;
}
.input {
    border: 1px solid gainsboro;
    border-radius: 3px;
    display: inline-block;
    font-family: "Microsoft Yahei";
    height: 42px;
    line-height: 42px;
    padding-right: 30px;
    text-align: left;
    text-indent: 10px;
    width: 276px;
}
#reset {
    background: none repeat scroll 0 0 #ff1e00;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    width: 160px;
}
#sub {
    background: none repeat scroll 0 0 #eee;
    border: medium none;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-left: 27px;
    margin-top: 40px;
    text-align: center;
    width: 160px;
}
/*#c_right p, #c_right h3 {*/
    /*text-align: center;*/
/*}*/
.w-ipt {
    height: 38px;
    line-height: 38px;
    width: 200px;
}
.err-red {
    color: #f00;
    font-style: normal;
    padding-left: 10px;
}
.w-tit1 {
    color: #ff3131;
    margin-top: 30px;
}
.w-tit2 {
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 20px;
}
.w-tit3 {
    color: #9b9b9b;
    font-size: 14px;
}
.w-name {
    font-size: 16px;
    margin-right: 40px;
}
.w-point {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin-left: 140px;
    margin-top: 20px;
}
.w-text-red {
    color: #f00;
}
.w-p-bottom {
    padding-bottom: 40px;
}
#images_01 {
    background: url("../images/success.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 101px;
    margin: 4% 0 0 40%;
    width: 101px;
}
/* #c_right p, #c_right h3, #c_right input {
    font-size: 16px;
    margin:auto;
} */
#failure {
    color: #666;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 92%;
}
#name {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 92%;
}
#certificates {
    height: 58px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
#num {
    height: 58px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
#c_right .btn {
    height: 56px;
    position: relative;
    width: 838px;
}

.sub {
    background: none repeat scroll 0 0 #eee;
    border: medium none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    left: 573px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 160px;
}
button {
    cursor: pointer;
}


.CR-transactionTitle{
    margin-top: 25px;
}