@charset "utf-8";
[v-cloak] {
    display: none;
}
body{
    min-width: 100%;
}
.body_bg{
    background: #eee!important;
}
.body_white{
    background: #fff!important;
}
.t_ctrt{
	display: inline-block;
    width: 100px;
    text-align: right;
}
.t_c{
    text-align: center;
}
.floatN{
	float: none!important;
}
.m-width{min-width: auto}
/*IM*/
.IM-global{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 100000;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FDFDFD;
    background: -webkit-linear-gradient(#FDFDFD, #F0F0F0);
    background: -o-linear-gradient(#FDFDFD, #F0F0F0);
    background: -moz-linear-gradient(#FDFDFD, #F0F0F0);
    background: linear-gradient(#FDFDFD, #F0F0F0);
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 2px 2px rgba(30, 30, 30, 0.1);
}
.IM-global i{
    width: 24px;
    height: 24px;
    background: url("../../../checkout/images/personal_iconAll.png") no-repeat -307px -928px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.IM-global b{
    font-size: 16px;
    cursor: pointer;
}
.IM-global span{
    cursor: pointer;
}
.IM-global em{
    color: #Ed6565;
}
.IM-global a{
    width: 14px;
    height: 14px;
    background: url("../../../checkout/images/personal_iconAll.png") no-repeat -246px -973px;
    display: block;
    left: 10px;
    top: 19px;
    z-index: 100001;
    cursor: pointer;
    position: absolute;
}
.red-dots{
    display: none;
}
.IM-small{
    width: 65px;
    text-align: right;
    transition: all .5s ease;
}
.IM-small .red-dots{
    display: inline-block;
    position: relative;
}
.IM-small .red-dots:after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ED6565;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
}
.IM-small a{
    transform: rotate(180deg);
}
/*IM end*/
.required:before{
    content: '*';
    color: #Ed6565;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.width_breth{
	width:530px;
}
.public_btn_orange{
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0px auto;
    border: 1px solid #ff8a10;
    background: #ff8a10;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.public_btn_orange:hover{
    border: 1px solid #ed7900;
    background: #ed7900;
    color: #fff;
}
/*筑材云链*/
.cloud-banner{
	height: 440px;
	width: 100%;
	overflow: hidden;
}

/* 筑材金融 */
.cmb_bank_logo{
	width:200px;
	height:50px;
	overflow: hidden;
}
.cmb_bank_logo img{
	max-width:100%;
	max-height:50px;
}
.financial_nav{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.financial_nav_box{
    position: absolute;
    width: 280px;
    height: 292px;
    background: rgba(255,255,255,.4);
    right: 0px;
    z-index: 22;
}
.financial_nav_box h3{
    font-size: 22px;
    color: #fff;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-weight: normal;
}
.financial_nav_box a span:last-child{
	color: #fff;
    margin-top: 10px;
    display: block;
}
.financial_nav_box div{
    margin: 55px 0;
    overflow: hidden;
}
.financial_nav_box div a{
    float: left;
    width: 138px;
    text-align: center;
    color: #fff;
    cursor: inherit;
}
.financial_nav_box div a:first-child{
    border-right: 1px solid #fff;
}
.financial_nav_box .icon_melt,
.financial_nav_box .icon_wealth{
    width: 36px;
    height: 35px;
    background: url("../../../images/arrow_all.png") no-repeat 0 -100px;
    display: block;
    margin: 0 auto;
}
.financial_nav_box .icon_wealth{
    background-position: -39px -104px;
}
.financial_nav_btn{
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ff8a10;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size:14px;
}

.financial_through div{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.financial_through_btn{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #ff8a10;
    display: block;
    position: absolute;
    right: 0px;
    top: 105px;
    z-index: 3;

}
.financial_through{
    background: url("../../../images/financial_through.jpg") no-repeat center;
    height: 252px;
}
.financial_problem{
    margin: 50px 0;
}
.financial_problem h3{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.financial_problem_line{
    width: 198px;
    margin: 0 auto;
}
.financial_problem_line span{
    width: 80px;
    height: 1px;
    background: #aaa;
    display: inline-block;
    vertical-align: middle;
}
.financial_problem_line em{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #ff8a10;
    display: inline-block;
    margin: 0 10px;
}
.financial_problem_start{
    padding-left: 100px;
    font-size: 14px;
    line-height: 35px;
    width: 1000px;
}
.financial_problem_start p{
    color: #999;
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.financial_problem_start p:last-child{
    border-bottom: none;
}
.financial_problem_start h5{
    font-size: 16px;
}
.financial_problem_start h5 i,
.financial_problem_start p i{
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #54ABEA;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
}
.financial_problem_start p i{
    background: #77a624;
}
.financial_problem_btn{
    width: 198px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}
/*筑材金融*/
.e_point{
    width: 950px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    height: 50px;
}
.e_point h3{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #ed6565;
    display: inline-block;
}
.e_point span{
    line-height: 50px;
}
.e_point em{
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #54ABEA;
    display: inline-block;
    border: 1px dashed #54ABEA;
}
.e_point_details,
.e_quota,
.e_tab{
	padding:0 15px;
	width: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.e_point_details dl{
    width: 218px;
    height: 96px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 16px 0;
    float: left;
    box-shadow: 0px 0px 1px 0px #aaa;
    margin: 20px 22px 20px 0;
    font-size: 14px;
    color: #666;
}
.e_point_details dl:last-child{
    margin-right: 0;
}
.e_point_details dl dt p{
    line-height: 28px;
}
.e_point_details dl dt p em{
    color: #54ABEA;
    cursor: pointer;
}
.e_point_details dl dt p b{
    color: #ff8a10;
    font-family: Arial;
    font-size: 28px;
}
.e_quota em{
    color: #ed6565;
}
.e_quota i{
    width: 21px;
    height: 20px;
    background: url("../../images/personal_iconAll.png") no-repeat -196px -131px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 30px;
}
.e_tab .e_tab_menu{
    border-bottom: 1px solid #dcdcdc;
}
.e_tab .e_tab_menu span{
    display: inline-block;
    line-height: 35px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
    min-width: 60px;
}
.e_tab_main{
	text-align: center;
}
.e_tab_main #displayPage{
	margin-top:20px;
	display:inline-block;
}
.e_menu_active{
    color: #ed6565;
    border-bottom: 2px solid #ed6565;
}
.e_tab .e_tab_menu span i{
    position: absolute;
    height: 16px;
    line-height: 16px;
    border-radius: 15px;
    background: #ee2442;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    display: block;
    right: -7px;
    top: 0px;
    font-weight: normal;
    padding: 0 6px;
    cursor: inherit;
}
.e_tab .e_tab_menu span i{
    right: -24px;
}
.e_tab_search{
    height: 30px;
    text-align: left;
    margin: 20px 0;
}
.e_search{
    width: 275px;
    margin-right: 30px;
}
.e_tab_search .public_btn_red{
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
}
.e_tab_search .small_btn_orange{
    height: 28px;
    line-height: 28px;
}
.e_tab_search .small_btn_orange em{
    color:#ff8a10;
}
.e_tab_search .small_btn_orange:hover em{
    color:#fff;
}
.e_table_main li{
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dcdcdc;
    color: #666;
}
.e_table_main li:first-child{
    background: #eee;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.e_table_main li:first-child i{
    background: url("../../images/personal_iconAll.png") no-repeat 0 -113px;
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.e_table_main li:first-child i.e_arrow_active{
    background-position: 0 -125px;
}
.e_table_main li span{
    display: block;
    float: left;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.e_table_main li span a{
    color: #54ABEA;
}
/*我的筑材金融*/
.my_financial_box{
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}
.my_financial_box > div{
    margin-top: 25px;
}
.my_financing{
    height: 130px;
    border: 1px solid #dcdcdc;
    padding: 25px 0 0 40px;
}
.financing_price{
    font-size: 18px;
}
.financing_price b{
    font-family: Arial;
    font-size: 30px;
    color: #333;
    margin: 0 5px;
}
.my_financing dl{
    margin-top: 10px;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}
.my_financing dd{
    font-family: Arial;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 5px solid #ff8a10;
    float: left;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #ff8a10;
}
.my_financing dt{
    float: left;
    margin: 7px 0 0 10px;
    color: #666;
}
.my_financing dt p{
    line-height: 25px;
}
.my_financial_cont h4{
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #333;
}
.my_financial_cont h4 i{
    width: 4px;
    background: #ed6565;
    display: inline-block;
    height: 16px;
}
.my_financial_cont h4 span{
    color: #999;
    cursor: pointer;
}
.my_financial_problem{
    line-height: 30px;
    margin-top: 20px;
}
.my_financial_problem h5{
    color: #333;
    font-weight: normal;
}
.my_financial_problem h5 i,
.my_financial_problem p i{
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    background: #54ABEA;
    font-style: normal;
    font-size: 12px;
}
.my_financial_problem p{
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.my_financial_problem p i{
    background: #77a624;
}
.my_financial_e{
    height: 205px;
    border: 1px solid #dcdcdc;
    position: relative;
}
.my_financial_e dl{
    height: 166px;
}
.my_financial_e dl dd{
    padding: 40px 0 0 30px;
    float: left;
}
.my_financial_e dl dt{
    padding: 30px 0 0 60px;
    float: left;
    line-height: 22px;
    width: 350px;
}
.my_financial_e dl dt div h6{
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.my_financial_e dl dt div p{
    font-size: 14px;
    color: #666;
}
.my_financial_e dl dt span{
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background: #eee;
    display: block;
    float: left;
    margin-right: 15px;
}
.my_financial_e dl dt span i{
    width: 22px;
    height: 22px;
    background: url("../../images/personal_iconAll.png") no-repeat -197px -207px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 12px;
}
.my_financial_e dl dt span i.icon_fre{
    background-position: -197px -242px;
}
.my_financial_e dl dt div{
    float: left;
}
.financial_e_btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #ff8a10;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 63px;
}
.financial_e_btn:hover{
    background: #ef8a10;
}
.my_financial_step{
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #dcdcdc;
    background: #e9f6fc;
    padding: 0 28px;
    color: #333;
}
/*筑材信用*/
.credit_box{
    overflow: hidden;
}
#credit_echarts{
    margin-left: 35px;
    width: 400px;
    height: 305px;
}
.credit_echarts{
    width: 460px;
    height: 390px;
    float: left;
    margin: 30px 20px 0 0;
    position: relative;
}
.credit_echarts .icon_echrt i{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../../images/personal_iconAll.png") no-repeat;
    display: block;
}
.icon_echrt i.icon_echrt1{
    width: 21px;
    height: 25px;
    background-position: -74px -246px;
    left: 225px;
    top: -30px;
}
.icon_echrt i.icon_echrt2{
    width: 22px;
    left: 65px;
    top: 70px;
    background-position: -74px -273px;
}
.icon_echrt i.icon_echrt3{
    height: 17px;
    left: 115px;
    top: 235px;
    background-position: -74px -295px;
}
.icon_echrt i.icon_echrt4{
    left: 320px;
    top: 232px;
    background-position: -74px -313px;
}
.icon_echrt i.icon_echrt5{
    left: 385px;
    top: 70px;
    background-position: -74px -338px;
}
.credit_eval{
    text-align: center;
    line-height: 30px;
}
.credit_eval h5 em{
    width: 70px;
    height: 1px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.credit_standard{
    width: 430px;
    float: left;
}
.credit_standard ul li{
    display: table;
    overflow: hidden;
    margin: 15px 0;
    height: 40px;
}
.credit_standard ul span{
    display: table-cell;
    line-height: 22px;
    width: 380px;
}
.credit_standard ul i{
    width: 24px;
    height: 24px;
    background: url("../../images/personal_iconAll.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0 0;
}
.credit_standard ul i.icon_cr1{
    height: 29px;
    background-position: -197px -281px;
}
.credit_standard ul i.icon_cr2{
    background-position: -197px -312px;
}
.credit_standard ul i.icon_cr3{
    background-position: -197px -337px;
}
.credit_standard ul i.icon_cr4{
    height: 19px;
    background-position: -197px -363px;
}
.credit_standard ul i.icon_cr5{
    background-position: -196px -384px;
}
.credit_guide dl{
    width: 200px;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 20px 25px;
    margin: 20px 35px 20px 0;
}
.credit_guide dl dd{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 3px solid #dcdcdc;
    float: left;
}
.credit_guide dl dt{
    float: left;
    margin: 10px 0 0 10px;
    line-height: 24px;
}
.credit_guide dl dd i{
    width: 32px;
    height: 29px;
    background: url("../../images/personal_iconAll.png") no-repeat;
    display: block;
}
.credit_guide dl dd i.icon_perfect{
    width: 26px;
    height: 24px;
    margin: 20px 0 0 20px;
    background-position: -162px -488px;
}
.credit_guide dl dd i.icon_trans{
    width: 26px;
    height: 33px;
    margin: 15px 0 0 20px;
    background-position: -199px -482px;
}
.credit_guide dl dd i.icon_financ{
    margin: 18px 0 0 17px;
    background-position: -160px -519px;
}
.e_w105{
    width: 105px;
}
.e_w145{
    width: 145px;
}
.e_w175{
    width: 175px;
}
.e_w158{
    width: 158px;
}
.e_w110{
    width: 110px;
}
.e_w88{
    width: 88px;
}
.e_w83{
    width: 83px;
}
.e_w50{
    width: 50px;
}
.e_w175{
    width: 175px;
}
.e_w200{
    width: 200px;
}
.e_w230{
    width: 230px;
}
.cw_300{
    width: 300px;
}
/*供应商入驻申请*/
.settled_in_box{
    width: 868px;
    margin: 30px auto;
    border: 1px solid #dcdcdc;
    padding: 0 40px;
    position: relative;
}
.settled_in_status{
    position: absolute;
    display: block;
    width: 69px;
    height: 64px;
    background: url("../../images/status.png") no-repeat;
    right: 0px;
    top: -0px;
}
.settled_in_status.status01{
    background-position: 0 0;
}
.settled_in_status.status02{
    background-position: 0 -64px;
}
.settled_in_status.status03{
    background-position: 0 -128px;
}
.settled_in_status.status04{
    background-position: 0 -192px;
}
.settled_in_status.status05{
    background-position: 0 -256px;
}
.settled_in_box h1{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    height: 30px;
    border-bottom: 1px dashed #dcdcdc;
    padding: 45px 0 40px 0;
}
.settled_in_box ul{
    padding-left: 25px;
}
.settled_in_box ul li{
    margin: 30px 0;
    overflow: hidden;
}
.settled_in_box ul li b{
    float: left;
    margin-right: 20px;
}
.settled_in_box ul li .correct_icon{
    width: 18px;
    height: 18px;
    background: url("../../images/personal_iconAll.png") no-repeat -236px -550px;
    display: inline-block;
    vertical-align: middle;
}
.settled_in_box ul li .settled_in_book,
.settled_in_book dd,
.settled_in_book dt{
    float: left;
}
.settled_in_book dd{
    width:100px;
    height: 150px;
    margin-right: 20px;
}
.settled_in_book dd span{
    width: 100px;
    height: 130px;
    display: block;
    overflow: hidden;
}
.settled_in_book dd img{
    max-width:100%;
    max-height: 130px;
}
.settled_in_book dt{
    line-height: 24px;
}
.settled_in_book dt a.bg_gray{
    cursor: default;
}
.settled_in_book dt a.public_btn_red{
    height: 30px;
    line-height: 30px;
    background: #54ABEA;
    border: none;
    display: inline-block;
}
.settled_in_book dd i{
    width: 12px;
    height: 12px;
    background: url("../../images/personal_iconAll.png") no-repeat -240px -571px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.settled_in_careful{
    line-height: 24px;
    display: table-cell;
    color: #999;
}
.settled_in_careful em{
    color: #333;
}
.settled_in_box ul li label{
    margin-top: -3px;
    margin-left: 90px;
}
.settled_in_btn a{
    width: 80px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 10px;
}
.settled_in_btn a:first-child{
    width: auto;
    background: #ff8a10;
    border-color: #ff8a10;
    margin-left: 90px;
}
.settled_in_btn .bg_gray{
	padding: 0 10px;
    border-radius: 3px;
    border:1px solid #dcdcdc!important;
    color: #666;
}
.settled_in_btn a:first-child:hover{
    background: #ee7900;
}
.settled_in_btn .back_btn_orange{
    width: 113px;
    border: 1px solid #ff8a10;
    color: #ff8a10;
    margin: 0 auto;
    float: none;
}
.settled_in_btn .back_btn_orange:hover{
    background: #ff8a10;
    color: #fff;
}
.settled_in_careful .under_review{
    width: 720px;
    padding: 10px;
    display: block;
    color:#333;
    border: 1px solid #eee;
    background: #f6f6f6;
    margin-top: 10px;
}
.settled_in_authorization{
    color: #ed6565;
    display: inline-block;
    width: 300px;
    line-height: 20px;
    font-size: 12px;
    vertical-align: middle;
}
.authorization_book{
    color: #71a834;
    line-height: 50px;
    font-size: 12px;
}
.settled_in_file{
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.settled_in_file .photoFile{
    cursor: pointer;
    font-size: 0;
    width: 76px;
    height: 30px;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
/*筑材金融*/
.opened_box{
    width: 568px;
    margin: 50px auto;
    height: 300px;
    border: 1px solid #dcdcdc;
    padding: 20px;
}
.opened_box h3{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #dcdcdc;
    height: 22px;
    padding-bottom: 15px;
}
.opened_cont{
    width: 460px;
    margin: 0px auto;
}
.opened_cont ul li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.opened_cont ul li span:first-child{
    width: 100px;
    display: inline-block;
    color: #333;
}
.opened_cont ul li span input{
    width: 260px;
}
.opened_cont>a{
    width: 90px;
    margin: 30px auto 0 auto;
    height: 30px;
    line-height: 30px;
}
.opened_cont p{
    color: #999;
    line-height: 24px;
    margin: 20px 0;
}
.e_table_main li:first-child{
    background: #eee!important;
}
.e_table_main li:hover{
    background: #fcfcfc;
}
.buyers_open_details dl{
    width: 170px;
}
.buyers_open_details dl dt p a{
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
    position: relative;
}
.buyers_open_details dl dt p a i{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 13px;
    text-align: center;
    background: #ed6565;
    color: #fff;
    position: absolute;
    display: block;
    font-size: 12px;
    font-style: normal;
    right: -8px;
    top: -3px;
    border: 1px solid #fff;
}
.buyers_open_tab li span em{
    display: block;
    line-height: 22px;
}
.buyers_open_tab li span em.color_blue,
.track_info li span.color_blue{
    cursor: pointer;
}
.buyers_open_tab li:first-child,
.buyers_open_tab li{
    height: 50px;
}
.buyers_open_tab li span{
    margin-top: 3px;
    line-height: 45px;
}
.supplier_info{
    border: 1px dashed #dcdcdc;
    padding: 15px 20px;
    line-height: 30px;
    font-size: 14px;
}
.supplier_deltails h3{
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    margin: 15px 0;
}
.supplier_deltails h3 i{
    width: 4px;
    height: 15px;
    background: #ed6565;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.supplier_tails{
    overflow: hidden;
    padding: 0 15px;
}
.supplier_tails li{
    display:block;
    height: 30px;
    line-height: 30px;
    clear:both;
    margin: 10px 0;
}
.supplier_tails li span{
	display:block;
	float:left;
}
.supplier_tails li span:first-child{
	width:120px!important;
	text-align: right;
}
.supplier_tails li input[type="text"],
.supplier_tails li select{
	width:150px;
	margin-right:10px;
    box-sizing: content-box;
}
.supplier_audit{
    padding: 0 15px;
}
.supplier_audit .blue_label{
    background-position: 0px -560px;
    padding-left: 20px;
    width: 80px;
    line-height: 14px;
}
.supplier_audit .blue_input:checked + .blue_label{
    background-position: 0px -581px;
}
.supplier_audit li{
    margin: 15px 0;
}
.supplier_audit li:last-child span{
    vertical-align: top;
}
.supplier_audit_area{
    width: 815px;
    border: 1px solid #dcdcdc;
    height: 90px;
    resize: none;
}
.supplier_menu_one,
.supplier_menu_two{
    display: none;
}
.supplier_menu_one>a,
.supplier_menu_one div.t_c a{
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.supplier_menu_one>a.public_btn_orange{
    margin-left: 117px;
    margin-right: 10px;
}
.supplier_menu_one>a.bg_gray,
.supplier_menu_one div.t_c a.bg_gray{
	border: 1px solid #c9c9c9;
	color: #666!important;
}
.supplier_menu_two ul{
    border: 1px solid #dcdcdc;
}
.supplier_menu_two ul li{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.supplier_menu_two ul li:last-child{
    border-bottom: none;
}
.supplier_menu_two ul li:first-child{
    background: #eee;
}
.supplier_menu_two ul li span{
    border-right: 1px solid #dcdcdc;
    padding: 0 5px;
    display: block;
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cmbRecording ul li span{
	width: 226px;
}
.crApplyTimeStr{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.supplier_menu_two ul li span:last-child{
    border-right: none;
}
.e_w145{
    width: 145px;
}
.e_w164{
    width: 164px;
}
.e_w158{
    width: 158px;
}
.e_w133{
    width: 133px;
}
.e_w115{
    width: 115px;
}
.e_w100{
    width: 100px;
}
.e_w80{
    width: 80px;
}
.e_w50{
    width: 50px;
}
.e_w56{
    width: 56px;
}
.e_w62{
    width: 62px;
}
.e_w200{
    width: 200px;
}
.e_w230{
    width: 230px;
}
.e_w290{
    width: 290px;
}
.e_w400{
    width: 400px!important;
}
/*融资跟踪*/
.track_main{
    width: 1118px;
    margin: 20px auto;
    padding: 20px 30px;
    color: #333;
    background:white;
}
.track_title,
.application_title{
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    border-bottom: 1px solid #dcdcdc;
}
.track_title span,
.application_title span{
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #ed6565;
}
.track_title em,
.application_title em{
    font-size: 14px;
    color: #ff8a10;
    margin-left: 10px;
}
.track_step{
    border: 1px dashed #dcdcdc;
    margin: 10px 0 30px 0;
    height: 165px;
}
.track_step dl{
    width: 159px;
    padding: 30px 0;
    text-align: center;
    float: left;
}
.track_step dl dd{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #e5e5e5;
    border-radius: 100%;
    color: #fff;
    margin: 0 auto;
    position: relative;
}
.track_step dl dd b{
    width: 123px;
    position: absolute;
    height: 3px;
    background: #e5e5e5;
    display: block;
    left: -123px;
    top: 16px;
}
.track_step dl dt{
    line-height: 52px;
    color: #999;
}
.track_step dl dt p{
    font-weight: normal;
    color: #999;
    margin-top: -25px;
    font-size: 12px;
}
.track_step dl.track_step_bg dd,
.track_step dl.track_step_bg dd b{
    background: #ff8a10;
}
.track_step dl.track_step_bg dt{
    color: #333;
}
.track_step dl.track_step_current dt{
    font-weight: bold;
    color: #ff8a10;
}
.track_main h4,
.application_main h4{
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
}
.track_main h4 i,
.application_main h4 i{
    height: 16px;
    width: 5px;
    background: #ed6565;
    display: block;
    margin: 7px 10px 0 0;
    float: left;
}
.track_info{
    padding: 0 15px;
    overflow: hidden;
}
.track_info li{
    height: 35px;
    line-height: 35px;
    float: left;
    width: 360px;
}
.track_info li span{
    display: inline-block;
    vertical-align: middle;
}
.track_info .blue_label{
    width: 150px;
    padding-left: 30px;
}
.track_info .blue_label span{
    width: 150px;
    display: block;
    background: #fff;
}
.track_main a.public_btn_red,
.track_main a.public_btn_disabled,
.track_pop a.public_btn_red,
.track_pop a.public_btn,
.track_pop a.public_btn_gray{
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    display: inline-block;
}
.track_main .cashier a.public_btn_red,
.track_pop .cashier a.public_btn_red{
	width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    display: inline-block;
}
.track_main a.small_btn_orange,
.track_pop a.small_btn_orange{
	width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    display: inline-block;
}
.my-apply-cont,
.learn-more-cont{
    padding: 20px 20px 0 20px;
}
.learn-more-cont p{
    color: #8A95A1;
    margin-bottom: 20px;
}
.financial-popup-cont li{
    margin-bottom: 15px;
}
.financial-popup-cont li span{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    width: calc(100% - 85px);
}
.financial-popup-cont li span input{
    width: 100%;
}
.financial-popup-cont li span:first-child{
    width: 80px;
    text-align: right;
}
.finance_btn_orange{
	width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    display: inline-block;
}
#sign_contract_but{
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    display: inline-block;
}
#draw_contract_but{
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    display: inline-block;
}
.track_pop{
	width:400px;
	margin-left: -200px;
}
.track_pop .bg_gray{
	color:#666!important;
	border:1px solid #dcdcdc!important;
}
.track_success p{
    text-align: center;
    color: #333;
    font-size: 18px;
}
.track_success p i{
    background: url("../../images/personal_iconAll.png") no-repeat 0 -623px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    vertical-align: middle;
}
.track_success p:first-child{
    margin: 30px 0;
}
.track_information li{
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dcdcdc;
}
.track_information li:first-child{
    border-bottom:none;
    background: #eee;
}
.track_information li span{
    display: block;
    float: left;
    height: 35px;
    width: 372px;
    text-align: center;
}
.track_total{
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.track_main a.track_link_btn{
    width: 180px;
}
.track_allbtn{
    text-align: center;
    margin-bottom: 80px;
}
.track_allbtn>a{
	display:inline-block;
}
.track_invoice{
    width: 1090px;
    margin: 15px;
}
.track_invoice ul{
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
.track_invoice ul li{
    display: block;
    clear: both;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dcdcdc;
}
.track_invoice ul li span{
    display: block;
    float: left;
    width: 180px;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}
.track_invoice ul li span a{
    margin: 0 5px;
}
.track_invoice ul li span:last-child{
    border-right: none;
}
.track_invoice ul li span em{
    position: relative;
}
.track_invoice ul li span input[type=file]{
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 20px;
    cursor: pointer;
}
.track_invoice p{
    height: 20px;
    margin: 10px 0;
}
.track_invoice p em{
    color: #ff8a10;
}
.track_invoice a.small_btn_gray{
    width: 100px;
    height: 28px;
    line-height: 28px;
    color: #666;
}
.business_password{
	padding:15px;
    width: auto;
    height: auto;
}
.business_password span em#showBusError{
	margin: 10px 0 20px 143px;
	display:block;
	height: 18px;
}
/*建行申请*/
.application_main{
    width: 1118px;
    padding: 30px;
    color: #333;
    background: #fff;
    margin: 0 auto;
}
.application_title b{
    font-size: 16px;
    float: right;
    color: #333;
    font-weight: normal;
}
.application_title a{
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    float: right;
    margin-left: 10px;
    margin-top: 12px;
}
.application_step_box h2{
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    margin: 20px 0;
}
.application_step{
    border: 1px dashed #dcdcdc;
    padding: 30px;
    height: 70px;
}
.application_step dl{
    float: left;
    width: 175px;
    text-align: center;
}
.application_step dl dd{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #e5e5e5;
    border-radius: 100%;
    color: #fff;
    margin: 0 auto;
    position: relative;
}
.application_step dl dd b{
    width: 139px;
    position: absolute;
    height: 3px;
    background: #e5e5e5;
    display: block;
    left: -139px;
    top: 16px;
}
.application_step dl dt{
    line-height: 50px;
    color: #999;
}
.application_step dl.application_step_bg dd,
.application_step dl.application_step_bg dd b{
    background: #ff8a10;
}
.application_step dl.application_step_bg dt{
    color: #333;
}
.application_step dl.application_step_current dt{
    font-weight: bold;
    color: #ff8a10;
}
.application_step1 ul li{
    height: 30px;
    margin: 10px 0;
}
.application_step1 li span:first-child{
    text-align: right;
    display: inline-block;
}
.application_step1 ul li input,
.application_step1 ul li select{
    width: 210px;
}
.application_cont1{
    height: 30px;
    line-height: 30px;
}
.application_cont1 li span i{
    background: url("../../images/personal_iconAll.png") no-repeat -236px -550px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.application_step1 .application_cont1 li{
    margin: 0 70px;
}
.application_cont1 li span label{
    width: 20px;
    padding-left: 20px;
    margin-right: 30px;
}
.application_cont2 li span:first-child{
    width: 250px;
}
.application_cont3 li{
    float: left;
}
.application_cont3 li span:first-child{
    width: 220px;
}
.application_cont3 .ml_17{
    margin-left: 17px;
}
.application_cont4{
    padding: 0 15px;
}
.application_cont4 label{
    width: 220px;
    padding-left: 20px;
}
.application_cont4 label span{
    width: 220px;
    display: block;
    background: #fff;
}
.application_btn{
    text-align: center;
    margin: 50px 0;
}
.application_btn a,
.application_step3 a,
.application_step4 a,
.application_step5 a,
.application_step6 a{
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.application_step7 a{
    width: 140px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.application_step3,
.application_step4,
.application_step5,
.application_step6,
.application_step7{
    text-align: center;
    line-height: 30px;
    margin: 50px 0;
}
.application_step4{
    padding: 0 80px;
}
.application_step6{
    padding: 0 140px;
}
.application_step4 p,
.application_step5 p,
.application_step6 p{
    text-align: left;
}
.application_step6 h2{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}
.application_step6 h2 i{
    background: url("../../images/personal_iconAll.png") no-repeat 0 -623px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    vertical-align: middle;
}
.application_step1{
    overflow: hidden;
    padding: 20px 0;
}
.application_example{
    float: left;
    margin-left: 10px;
}
.application_example dd{
    background: url("../../images/icon_example.jpg") no-repeat;
    width: 105px;
    height: 105px;
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    margin-right: 20px;
    position: relative;
}
.application_example dt{
    line-height: 25px;
    float: left;
}
.application_example dd em{
    width: 45px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #54ABEA;
    color: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
}
.application_example b{
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    height: 20px;
    display: block;
}
.application_example b i{
    position: absolute;
    z-index: 3;
    right: 3px;
    bottom: 3px;
    background: url("../../images/personal_iconAll.png") no-repeat -176px -712px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
.fina_menu.color_red em{
	color:#ed6565;
}
.warm_tips{
    width: 500px;
    margin: 200px auto;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.warm_tips i{
    background: url("../../images/icon_tips.png") no-repeat;
    width: 72px;
    height: 82px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: -78px;
}
.warm_tips h4{
    font-size: 22px;
    font-weight: normal;
    height: 20px;
    margin-bottom: 20px;
}
.warm_tips p{
    width: 350px;
    line-height: 25px;
    color: #999;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.ml_139{
	margin-left:139px;
}
.public-mark{
	color:#999999;
	font-size: 11px;
	position:relative;
}
.public-mark i{
	width:10px;
	height:10px;
	line-height:10px!important;
	border-radius:100%;
	text-align:center;
	background:#fff;
	border:1px solid #ff8b0e;
	margin-left:10px;
	cursor: pointer;
	color:#ff8b0e;
	display:inline-block;
	margin-right:5px;
	font-size: 12px;
}
.public-mark p{
	padding: 5px;
    position: absolute;
    right: 52px;
    top: -25px;
    z-index: 9;
    background: #ddd;
    border-radius: 3px;
    display: none;
    height: 15px;
    line-height: 15px;
    word-break: break-all;
    width: 200px;
    height: auto;
}
.public-mg{
    margin: -17px auto 0 -14px;
}
.overflow_in{
	overflow:inherit!important;
}
.overflow_in a{
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    color:#333!important;
    display: inherit;
    line-height: 40px;
}
/*支付服务费弹框*/
.service_charge .public_btn_orange{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}
.service_charge .t_c{
    display: block;
    margin: 30px 0;
}
/*收银台*/
.cashier_details{
    margin: 20px 0;
}
.cashier_details p{
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
.cashier_details ul li{
    width: 358px;
    margin-right: 10px;
    display: inline-block;
    line-height: 30px;
}
.payment_method{
    border: 1px solid #dcdcdc;
    height: 255px;
}
.standard{
    height: 20px;
    margin-top: 20px;
}
.standard em{
    color: #ff7400;
}
.cashier_btn{
    float: right;
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 20px 100px 20px 0;
}
.cashier_bg{
    width: 479px;
    display: block;
    margin: 0 auto -30px auto;
    clear: both;
}
.payment_method a{
    width: 228px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 45px 0 0 38px;
    position: relative;
    text-align: center;
}
.payment_method a i{
    display: inline-block;
    background: url("../../images/personal_iconAll.png") no-repeat;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.payment_method a.payment_icbc i{
	width: 36px;
    background-position: -155px -938px;
}
.payment_method a.payment_alipay i{
    background-position: 0 -789px;
}
.payment_method a.payment_unionpay i{
    width: 53px;
    background-position: -37px -790px;
}


.payment_method a.payment_underLine i{
    width: 40px;
    background-position: -123px -789px;
}
.payment_method a b{
    display: none;
    background: url("../../images/personal_iconAll.png") no-repeat -92px -790px;
    width: 28px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.payment_method a.active{
    border: 1px solid #54ABEA;
}
.payment_method a.active b{
    display: block;
}
.payment_method p{
    margin-left: 70px;
    font-weight: bold;
    margin-top: 50px;
}
.payment_method p b{
    font-size: 18px;
    color: #ed6565;
}
.payment_method p b em{
    color: #ff7400;
    font-weight: normal;
}
/*账单查询*/
.bill_main>div>span label{
    width:80px;
    padding-left: 20px;
    margin-right: 10px;
}
.bill_main>div>span label em{
    display: inline-block;
    background: white;
    width: 100%;
}
.bill_main>div{
    margin: 25px 0;
}
.bill_query a.public_btn_red{
    width: 60px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 80px 0 10px;
}
.bill_main .laydate-icon{
	width:150px;
	font-size: 14px;
}
.bill_search{
    width: 270px;
}
.bill_table ul li{
    height: 50px;
    line-height: 50px;
    display: block;
    clear: both;
    border-bottom: 1px solid #dcdcdc;
}
.bill_table ul li:hover{
    background: #fcfcfc;
}
.bill_table ul li:first-child{
    background: #eee;
    border-bottom: none;
}
.bill_table ul li span{
    float: left;
    display: block;
    text-align: center;
    color: #666;
    width: 131px;
    padding: 0 5px;
    font-size:13px;
}
.bill_table ul li span em{
    display: block;
    line-height:25px;
    font-size:13px;
    color: #666;
}
.bill_tab ul li span{
    width: 107px;
}
.bill_table ul li:first-child span{
    color: #333;
}
.e_w90{
    width: 90px!important;
}
.e_w125{
    width: 125px!important;
}
.e_w120{
    width: 120px!important;
}
.e_w140{
    width: 140px!important;
}
.e_w165{
    width: 165px!important;
}
.e_w235{
    width: 235px!important;
}
.bill_refund{
    padding: 20px 25px;
}
.bill_refund ul li{
    display: table;
	margin: 3px 0;
    position: relative;
    width: 100%;
}
.bill_refund ul li span{
    display: table-cell;
    font-size: 16px;
    line-height: 30px;
}
.bill_refund ul li span textarea{
    width: 100%;
    height: 100px;
    resize: none;
}
.bill_refund ul li input{
    width: 100%;
}
.bill_refund ul li span em{
    display: block;
    line-height: 22px;
}
.bill_refund ul li span#verify_message{
    line-height: 20px;
    margin-top: 5px;
    display:none;
}
.bill_refund ul li span#verify_message samp{
	color: #ed6565;
}
.bill_refund a.public_btn_red{
    width: 90px;
    margin: 20px auto;
    font-size: 16px;
}
.bill_refund ul li span:first-child{
    width: 120px;
    vertical-align: top;
}
.cooperRefund ul li span:first-child{
	width: 85px;
}
.bill_refund ul li span.letter1{
    letter-spacing: 8px;
}
.bill_refund ul li span.letter2{
    letter-spacing: 7.6px;
}
#bocSignMeg .bill_refund p{
    text-align: center;
}
#bocSignMeg .bill_refund p samp{
    margin: 0 5px;
    color: #ed6565;
}
#bocSignMeg .bill_refund ul li span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
#bocSignMeg .bill_refund ul li span:first-child{
    width: 100px;
    text-align: right;
    margin-right: 5px;
    color:#999;
}
#bocSignMeg .cooperRefund ul li span:first-child{
    text-align: left;
    width: 80px;
}
#bocSignMeg .cooperRefund p{
    text-align: left;
    margin: 20px 0 30px 45px;
    color: #666;
}
#bocSignMeg .cooperRefund ul{
    margin-left: 45px;
}
#bocSignMeg .public_btn_red{
	margin: 80px auto 60px auto;
}
#bocSignMeg{
	width: 570px;
	margin-left: -285px;
}
.bill_popup{
	top:1%;
}
/*收银台--支付成功*/
.cashier_success h5{
    text-align: center;
    font-size: 24px;
    margin: 75px 0 40px 0;
    font-weight: normal;
}
.cashier_success h5 i{
    background: url("../../images/personal_iconAll.png") no-repeat 0 -826px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.cashier_success>div{
    width: 340px;
    margin: 50px auto;
    background: #f3ffe5;
    box-shadow: 0 0 25px 3px #ddd;
    padding: 40px 50px;
}
.cashier_success>div p{
    height: 20px;
    margin-bottom: 25px;
}
.new_popup .cashier_popup{
	width:680px;
	margin-left: -340px;
}
.new_popup.tenderPassPopup{
	width:680px;
	margin-left: -340px;
    top: 15%;
}
.cashier_pay{
	padding: 40px 50px;
}
.cashier_pay .copyTo{
    display: inline-block;
    margin-left: 10px;
}
.cashier_pay h2{
	color:#ed6565;
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
}
.cashier_pay h2 b{
	background:url("../../images/personal_iconAll.png") no-repeat -92px -103px;
	width:18px;
	height:21px;
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.cashier_pay p{
	line-height:35px;
	margin-left:28px;
}
.tenderPassPopup .cashier_pay span{
    color:#666;
    font-size:15px;
    display: block;
    line-height: 28px;
}
.tenderPassPopup .cashier_pay span em{
    color:#ed6565;
    font-size:15px;
}
.tenderPassPopup .cashier_pay{
    position: relative;
    padding: 20px;
}
.tenderPassPopup .cashier_pay samp{
    position: absolute;
    top: 190px;
    right: 25px;
    text-align: center;
    font-size: 12px;
    color: #45a4e8;
    font-weight: bold;
}
.tenderPassPopup .cashier_pay samp img{
    width: 100px;
    height: 100px;
	display: block;
}
.tenderPassPopup .cashier_pay h2{
    padding: 0;
    text-align: left;
}
.tenderPassPopup .cashier_pay p{
    margin-left: 0;
    line-height: 30px;
}
.cashierPop_btn{
	text-align: center;
    margin-bottom: 40px;
}
.cashierPop_btn a{
	width:80px;
	height:28px;
	line-height:28px;
	display: inline-block;
	margin:0 5px;
}
.bghs{
    background: #ff8a10!important;
}
.curcor_in{cursor: inherit;}
.business_lw .blue_label{
	width: 93px;
    padding-left: 22px;
}
#businessPw{
	width: 200px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
}
#busPw .public_btn_gray{
	display: inline-block;
	cursor: inherit;
	width: 90px;
}
.finance_btn_gray{
	display: inline-block;
	cursor: inherit;
	width: 90px;
	background: #bfbfbf;
}
#busPw .public_btn_gray:hover{
	background: #bfbfbf;
}
.word_pop{
	width:1000px;
	margin-left:-500px;
}
.word_pop>div.word-cont{
	padding: 20px;
	line-height: 24px;
	height:360px;
	overflow-y:scroll;
}
.word_pop>div.word-cont h4{
	font-size:20px;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}
.word_pop>div.word-cont p{
	text-indent: 2em;
}
.word_pop>div.t_c a{
	display: inline-block;
	margin:20px 0;
}
/*修改发票*/
.invoice_popup{
width:600px!important;
}
.invoice_btn{
text-align: center;
margin:20px 0;
}
.invoice_btn a{
width:90px;
height:30px;
line-height:30px;
display:inline-block;
margin: 0 5px;
padding:0;
}
.invoice_main ul{
padding:25px;
}
.invoice_main ul li{
float: left;
width:275px;
margin-bottom:20px;
}
.invoice_main ul li>span{
display: inline-block;
width:85px;
text-align: right;
}
.invoice_main ul li span input[type="text"]{
width:160px;
height:28px;
line-height:28px;
border:1px solid #dcdcdc;
box-sizing: border-box;
padding:0 5px;
}
.invoice_upload{
padding:0 25px;
margin-bottom: 30px;
overflow: hidden;
}
.invoice_upload>span{
float: left;
line-height: 35px;
width: 85px;
text-align: right;
}

/*筑保通*/
.color_green{color: #71a834}
.cashier-list{
    max-height: 370px;
    overflow-y: scroll;
}
.public-table{
    border: 1px solid #dcdcdc;
    width: 100%;
    border-collapse: collapse;
}
.public-table thead tr{
    background: #eee;
}
.public-table td,
.public-table th{
    border: 1px solid #dcdcdc;
    text-align: center;
    height: 40px;
    font-weight: normal;
}
.total-price{
    text-align: right;
    font-weight: bold;
}
.total-price b{
    color: #ed6565;
    font-size: 20px;
}
.track_step dl dd em{
    width: 142px;
    position: absolute;
    display: block;
    color: #666;
    font-size: 12px;
    margin: -61px 0 0 30px;
    white-space: nowrap;
}
.track_step dl.track_step_bgGreen dd{
    background: #13ce67;
}
.track_step dl.track_step_bgGreen dd b{
    background: #ff8a10;
}
.track_step dl.track_step_bgGreen dd i{
    background: url("../../images/arrow_white.png") no-repeat 9px 7px;
    width: 30px;
    height: 33px;
    display: block;
}
.track_step dl.track_step_bgGreen dt{
    font-weight: bold;
    color: #333;
}
.track_step dl dt a{
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    width: 75px;
    margin: 0 auto;
    font-weight: normal;
}
.financing-bank{
    width: 676px;
    border: 1px solid #dcdcdc;
    background: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -338px;
    top: 25%;
    display: none;
    z-index: 10008;
    padding:20px;
}
.financing-bank:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    z-index: -1;
}
.financing-bank h4{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    font-weight: normal;
}
.financing-bank h4 i{
    width: 18px;
    height: 18px;
    background: url("../../images/personal_iconAll.png") no-repeat -63px -101px;
    display: block;
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    cursor: pointer;
}
.financing-bank-btn{
    text-align: center;
}
.financing-bank-btn span{
    display: block;
    margin: 20px 0;
}
.financing-bank-btn span label{
    width: 112px;
    padding-left: 20px;
}
.financing-bank-btn span label em{
    background: white;
}
.financing-bank-btn a{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    min-width: 70px;
    margin: 10px 0;
}
.choose-bank{
    width: 696px;
    overflow: hidden;
}
.choose-bank dl{
    float: left;
    width: 180px;
    height: 100px;
    border: 1px solid #dcdcdc;
    margin: 10px 20px 10px 0;
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.choose-bank dl dd{
    background: url("../../images/choose.png") no-repeat;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.choose-bank dl dd.choose-logo-js{
    background-position: 0 -88px;
    height: 36px;
}
.choose-bank dl dd.choose-logo-gs{
    margin-top: 6px;
    padding-bottom: 13px;
    background-position: -191px -88px;
    height: 27px;
}
.choose-bank dl dd.choose-logo-zs{
    background-position: -368px -94px;
    height: 46px;
    margin-top: -5px;
    padding-bottom: 5px;
}
.choose-bank dl dd.choose-logo-zg{
    margin-top: -5px;
    padding-bottom: 5px;
    background-position: -520px -93px;
    height: 46px;
}

.choose-bank dl dd.choose-logo-sh{
    margin-top: -5px;
    padding-bottom: 5px;
    background-position: -868px 0;
    height: 46px;
}
.choose-bank dl dd.choose-logo-xy{
    margin-top: -5px;
    padding-bottom: 5px;
    background-position: -695px -90px;
    height: 46px;
}
.choose-bank dl.actives dd.choose-logo-js{
    background-position: 0 0px;
}
.choose-bank dl.actives dd.choose-logo-gs{
    background-position: -191px 0px;
}
.choose-bank dl.actives dd.choose-logo-zs{
    background-position: -368px 0px;
}
.choose-bank dl.actives dd.choose-logo-zg{
    background-position: -520px 0px;
}
.choose-bank dl.actives dd.choose-logo-xy{
    background-position: -695px 0px;
}
.choose-bank dl dt span{
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.choose-bank dl dt span em{
    color: #ff8a10;
    font-weight: bold;
    font-size: 14px;
}
.choose-bank dl dt span i{
    color: #666;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}
.choose-bank .active{
    border: 1px solid #1692ea;
}
.choose-bank .active dd i{
    width: 29px;
    height: 25px;
    background: url("../../images/blue-arrow.png") no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.cloud-chain-main{
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 20px;
}
.cloud-chain-title:after{
    content: '';
    display: block;
    clear: both;
    line-height: 0;
}
.cloud-chain-title span{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    width: 150px;
}
.cloud-chain-title span:first-child{
    margin-left: 270px;
    width: 150px;
}
.cloud-chain-main ul li{
    display: block;
    height: 90px;
    line-height: 90px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 6px 10px #ddd;
    margin-bottom: 20px;
    cursor: pointer;
}
.cloud-chain-title span i,
.view-tabFin .view_views i,
.cloud-chain-main ul li a i,
.tips-orange{
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/icon-mark.png") no-repeat;
    margin-left: 5px;
    cursor: inherit;
}
.cloud-chain-title span em{
    color: #ff771a;
    background: #fcece1;
    position: absolute;
    padding: 0 10px;
    display: block;
}
.cloud-chain-main ul li em{
    color: #ed6565;
}
.cloud-chain-main ul li a{
    color: #54ABEA;
}
.cloud-chain-main ul li>span{
    display: inline-block;
    text-align: center;
}
.cloud-chain-main ul li>span:nth-child(1){
    text-align: left;
    width: 270px;
}
.cloud-chain-main ul li>span:nth-child(2){
    width: 150px;
}
.cloud-chain-main ul li>span:nth-child(3){
    width: 150px;
}
.cloud-chain-main ul li>span:nth-child(4){
    width: 120px;
}
.cloud-chain-main ul li>span:nth-child(5){
    width: 140px;
}
.cloud-chain-logoJs span{
    background: url("../../images/choose.png") no-repeat;
    width: 170px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.cloud-chain-logoZs span{
    background: url("../../images/choose.png") no-repeat -395px 0;
    width: 128px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.cloud-chain-logoGs span{
    background: url("../../images/choose.png") no-repeat -191px 0;
    width: 179px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.cloud-chain-logoZg span{
    background: url("../../images/choose.png") no-repeat -549px 0;
    width: 128px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.cloud-chain-logoSh span{
    background: url("../../images/choose.png") no-repeat -888px 0;
    width: 135px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.buyers-clond-main>div{
    margin: 25px 0;
}
.buyers-clond-search>span{
    position: relative;
    display: block;
}
.buyers-clond-search a.public_btn_red{
    width: 60px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 80px 0 10px;
}
.buyers-clond-search a.export-filter{
    padding: 3px 15px;
    display: block;
    float: right;
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
}
.buyers-clond-search a.export-filter:hover{
    background: #eee;
}
.clond-search{
    width: 270px;
    padding-left: 95px!important;
}
.drop-search{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.drop-search span{
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
    padding-right: 13px;
}
.drop-search span i,
.financing-status-drop span i{
    background: url("../../images/personal_iconAll.png") no-repeat -162px -76px;
    width: 10px;
    height: 6px;
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
}
.drop-search span i.active,
.financing-status-drop span i.active{
    background-position: -162px -64px;
}
.drop-search ul,
.financing-status-drop ul{
    border: 1px solid #dcdcdc;
    border-bottom: none;
    background: white;
    position: fixed;
    z-index: 3;
}
#searchDrop ul{
    left: 20px;
    margin-top: 4px;
}
.drop-search ul li,
.financing-status-drop ul li{
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 6px;
    cursor: pointer;
}
.drop-search ul li:hover,
.financing-status-drop ul li:hover{
    background: #f5f5f5;
}
.buyers-clond-page{
    height: 35px;
    margin: 10px 0;
}
.financing-status-drop{
    position: relative;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: -5px;
    margin-right: 30px;
}
.financing-status-drop span{
    display: block;
    cursor: pointer;
}
.financing-status-drop span a{
    display: inline-block;
    padding-left: 5px;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.expiry-date{
    float: left;
    height: 28px;
    line-height: 28px;
    position: relative;
}
.expiry-date i{
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 3;
    right: -15px;
    cursor: pointer;
    border-width: 6px 5px 6px 5px;
    border-style: solid;
}
.expiry-date .arrow-icon-up{
    border-color: transparent transparent #ddd transparent;
    top: 1px;
}
.expiry-date .arrow-icon-down{
    border-color: #ddd transparent transparent transparent;
    top: 15px;
}
.expiry-date .arrow-icon-up.active{
    border-color: transparent transparent #ed6565 transparent;
}
.expiry-date .arrow-icon-down.active{
    border-color: #ed6565 transparent transparent transparent;
}
.clond-page{
    float: right;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
}
.clond-page a{
    font-size: 16px;
    font-weight: bold;
}
.clond-page em{
    color: #ed6565;
}
.clond-page b{
    font-weight: normal;
}
.clond-page-selet{
    float: right;
    height: 28px;
    line-height: 28px;
}
.clond-select-all{
    height: 28px;
    line-height: 28px;
}
.clond-select-all span{
    float: left;
}
.clond-select-all span:first-child{
    margin-top: -2px;
}
.clond-select-all label{
    width: 30px;
    padding-left: 20px;
}
.buyers-clond-table-title{
    background: #eee;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 20px 0;
}
.buyers-clond-table-title span{
    float: left;
    display: block;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}
.buyers-clond-table-title span:last-child{
    border-right: none;
}
.buyers-clond-table-box dl{
    border: 1px solid #cae9f8;
    margin-top: 15px;
}
.buyers-clond-table-box dl dd{
    background: #eaf8ff;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #cae9f8;
    display: block;
}
.buyers-clond-table-box dl dd:last-child{
    border-top: 1px solid #cae9f8;
    border-bottom: none;
}
.buyers-clond-table-box dl dt:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.buyers-clond-table-box dl dt>div{
    float: left;
    display: block;
    border-right: 1px solid #cae9f8;
    height: 86px;
    line-height: 86px;
    text-align: center;
    position: relative;
}
.buyers-clond-table-title span:nth-child(1),
.buyers-clond-table-box dl dt>div:nth-child(1){
    width: 210px;
}
.buyers-clond-table-title span:nth-child(2),
.buyers-clond-table-box dl dt>div:nth-child(2){
    width: 210px;
}
.buyers-clond-table-title span:nth-child(3),
.buyers-clond-table-box dl dt>div:nth-child(3){
    width: 115px;
}
.buyers-clond-table-title span:nth-child(4),
.buyers-clond-table-box dl dt>div:nth-child(4){
    width: 130px;
}
.buyers-clond-table-title span:nth-child(5),
.buyers-clond-table-box dl dt>div:nth-child(5){
    width: 200px;
}
.buyers-clond-table-title span:nth-child(6),
.buyers-clond-table-box dl dt>div:nth-child(6){
    width: 80px;
}
.buyers-clond-table-box dl dt>div:last-child{
    border-right: none;
    width: 87px;
}
.view-tab1Bat span{
    display: block;
}
.view-tab1Bat span,
.view-tab1Time span,
.view-tab1Cont span
{
    display: block;
    line-height: 24px;
    word-break: break-all;
}
.view-tab1Bat span,
.view-tab1Cont span
{
    position: relative;
    top: 35%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.view-tab1BillNo span
{
    display: block;
    line-height: 24px;
    word-break: break-all;
    margin: 0 5px;
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.view-tabFin .view_views{
    line-height: 14px;
    display: block;
    color: #000;
    position: relative;
}
.view-tabFin>p{
    line-height: 20px;
}
.view-tabFin .view_views em,
.payOrder-table-box .tips-orange + em{
    color: #ff771a;
    background: #fcece1;
    position: absolute;
    padding: 5px 9px;
    display: block;
    left: 0px;
    right: 0px;
    top: 20px;
    line-height: 20px;
    word-break: break-all;
}
.view-tab-slide-box{
    width: 160px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.view-tab-slideFin{
    width: 1000px;
    position: absolute;
    left: 0;
    top: 0;
}
.view-tab-slideFin ul{
    display: block;
    overflow: hidden;
    height: 35px;
    float: left;
}
.view-tab-slideFin ul li{
    float: left;
    margin-right: 33px;
    margin-top: 10px;
}
.view-tab-slideFin ul li:first-child .view_lines{
    display: none;
}
.view-tab-slideFin .view_dot{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
    background: #dddee0;
    position: relative;
    cursor: pointer;
}
.view-tab-slideFin .view_dot .view_lines{
    width: 33px;
    height: 3px;
    background: #dddee0;
    position: absolute;
    right: 15px;
    top: 6px;
}
.view-tab-slideFin .view_dot_blue{
    background: #00b7ee;
}
.view-tab-slideFin .view_dot_blue .view_lines{
    background: #00b7ee;
}
.view-tab-slideFin .view_dot_red{
    background: #ed6565;
}
.clond-checkbox{
    width: 28px;
    position: absolute;
    height: 115px;
    border: 1px solid #cae9f8;
    border-right: none;
}
.clond-checkbox span{
    margin: 45px 0 0 7px;
    display: block;
}
.clond-checkbox + dl{
    margin-left: 30px;
}
.clond-checkbox + dl .view-tab1Bat{
    width: 180px!important;
}
/*全部部门 全部项目*/
.buyers-combo{
    float: right;
    margin-right: 50px;
    margin-top: -4px;
}
.buyers-comboBlue{
    width: 155px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 3px;
}
.buyers-comboBlue:hover{
    border: 1px solid #bbb;
}
.buyers-comboBlue-slt{
    height: 28px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
}
.buyers-comboBlue-slt>input{
    width: 125px;
    height: 28px;
    border: none;
    float: left;
    padding-left: 5px;
}
.buyers-comboBlue-slt a{
    width: 30px;
    height: 28px;
    display: inline-block;
}
.buyers-comboBlue-slt b{
    width: 10px;
    height: 6px;
    background: url("../../images/drop-arrow.png") no-repeat 0 -6px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.buyers-comboBlue-slt b.active{
    background-position: 0 0;
}
.buyers-comBlueBoxMain{
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 9;
    background: white;
    box-shadow: 0 0 5px 2px #ddd;
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    padding-right: 20px;
}
.buyers-comboBlue.aHover{
    border: 1px solid #20a1ff;
}
.buyers-comBlueBoxMain b{
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 10px;
}
.buyers-comBlueBoxMain b:hover{
    color: #20a1ff;
}
.buyers-comBlueBoxMain ul li i {
    width: 11px;
    height: 11px;
    background: url('../../images/drop-arrow.png') 0 -14px no-repeat;
    display: block;
    float: left;
    margin: 10px 3px 0 10px;
    cursor: pointer;
}
.buyers-comBlueBoxMain ul li i.active{
    background-position: 0 -7px;
    height: 6px;
    margin: 13px 3px 0 10px;
}
.buyers-comBlueBoxDown ul{
    padding-left: 20px;
    display: none;
}
.combo-NoData {
    display: none;
    text-align: center;
    margin: 20px;
    color: #999;
}
.pl_0{padding-left: 0px!important;}
.cloud-btn-blue{
	padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #54ABEA;
    font-weight: bold;
}
.cloud-btn-blue:hover{
	background:#54ABEA;
	color:#fff;
}
.pageSizeSelect{
	width:85px;
	margin:0;
}
.pageSizeSelect input{
    width: 50px!important;
}
.pageSizeSelect .comBlueBoxMain{
    min-width: 85px;
}
.small-tips-btn{
    width: 50px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #54ABEA;
    border: 1px solid #54ABEA;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;

}
.small-tips-btn:hover{
    color: #fff;
    background: #54ABEA
}
.content-times{
    margin:20px 0 0 610px;
}
.view-b-tips{
    position: fixed;
    margin-top: -22px;
    z-index: 999;
    color: #333;
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    background: #fcece1;
    padding: 0 5px;
    width: 190px;
}
.record_disabled{
    background: #eee;
    cursor: inherit!important;
    border: 1px solid #ddd;
}
.view_lineH{
	line-height: inherit!important;
}
.view_lineH em{
	top:55px!important;
}
.bank_btn_orange{
    padding: 3px 12px;
    background: #fe8a0f;
    border-radius: 20px;
    color: #fff!important;
    font-size: 14px;
    text-align: center;
    position:relative;
}
.bank_btn_orange:hover{
    background: #ef8515;
}
.bank_btn_orange s{
    position: absolute;
    padding: 2px 5px;
    background: red;
    left: 58px;
    top: -5px;
    height: 12px;
    line-height: 12px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    font-family: Arial;
    text-decoration: none;
}
/*交易详细*/
.transaction-details{
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 20px;
    display: block;
}
.transaction-details li{
    margin: 19px 0;
    position: relative;
}
.transaction-details li span{
    display: inline-block;
    vertical-align: middle;
}
.transaction-details li span:first-child{
    width: 260px;
    text-align: right;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.transaction-details li i{
    color: #F00;
    font-style: normal;
    margin-left: 8px;
}
.transaction-details li p{
    margin-left: 265px;
    font-size: 12px;
    color: #999;
}
.transaction-details p{
    padding: 11px 0;
}
.input{
    width: 400px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-right: 10px;
}
#add_cooperation .input{
    width: 400px;
}
/*输入下拉副本*/
.transaction-details select{
    border: 1px solid #dcdcdc;
    width: 400px;
    margin-right: 10px;
    color: #333;
}

.transaction-details textarea{
    width: 530px;
    height: 70px;
    border: 1px solid #dcdcdc;
    color: #333;
    resize: none;
}


/*红色圆圈*/
.supplier_audit .red_label{
    background-position: 0px -560px;
    padding-left: 20px;
    width: 90px;
    line-height: 14px;
}
.supplier_audit .red_input:checked + .blue_label{
    background-position: 0px -581px;
}
/*红色按钮*/
.supplier_menu_three>a{
    width: 190px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}
.supplier_menu_three>a.public_btn_red{
    margin: 20px 10px 20px 280px;
}


/*合作企业推荐*/
.enterprise{
    margin: 30px 15px;
    background: #eee;
    border-left:4px solid #ed6565;
}
.enterprise h3{
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    display: block;
    padding: 0 10px;
}
.enterprise h3 i{
    width: 4px;
    height: 15px;
    background: #ed6565;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.enterprise span{
    line-height: 30px;
    font-size: 12px;
    color: #666;
    display: inline-block;
}
.enterprise-recommend{
    margin-left: 30px;
    padding: 25px 0;
    text-align: center;
}
.enterprise-recommend h2{
    font-size: 24px;
}
/*推荐企业*/
.transaction-details .td-one{
    float:left;
}
.referral-contact a{
    margin: 115px 395px;
}
.referral-contact>a{
    width: 190px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}
.transaction-main .supplier_info{
    background: #f6fafe;
    border: 1px solid #eee
}
.transaction-drop{
	position: absolute;
    left: 264px;
    background: white;
    border: 1px solid #ddd;
    top: 27px;
    z-index:9;
    width: 398px;
    max-height: 192px;
    overflow-y: scroll;
    display:none;
}
.transaction-drop em{
	display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    cursor: pointer;
}
.transaction-drop em:hover{
	background:#eee;
}
#ent_confirm1,
#ent_confirm2{
	width:500px;
}
#ent_confirm1 .track_success,
#ent_confirm2 .track_success{
	padding:20px;
	line-height:30px;
}
#ent_confirm2 .public_btn_orange{
	width:58px;
}
#confirm_ent.bg_gray{
	border-color:#dcdcdc;
	color:#333;
	cursor: inherit;
}
.tips-oranges{
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/icon-mark.png") no-repeat;
    margin-left: 5px;
    cursor: pointer;
}
.tips-oranges + em{
    position: fixed;
    margin-top: 30px;
    margin-left: -18px;
    z-index: 9;
    background: #fde8c4;
    padding: 0 7px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    max-width: 200px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
}
#add_cooperation .t_c a{
    display: inline-block;
    margin: 0 5px;
    width: 100px;
    height: 33px;
    line-height: 33px;
}
#subOrderNo{
	width: 330px;
}
#subOrderList{
    left: 120px;
    top: 33px;
    width: 328px;
}
/*
支付
**/
.is_pay_successs_offline{
       margin-left: -400px!important;
       width: 800px!important;
       height:150px;
}
.finance_loading{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    color:#fff;
    display: none;
    z-index: 10009;
}
.finance_loading img{
	margin: 0 auto;
    top: 50%;
    position: relative;
    margin-top: -58px;
}
.finance_loading span{
	margin: 0 auto;
    top: 50%;
    position: relative;
    margin-top: 8px;
    display: block;
    color: #fff;
}
/*发票上传*/
.invoice-upload-info{
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    font-size: 14px;
    position: relative;
}
.invoice-upload-info .public_btn{
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 0 25px;
}
.invoice-upload-info input[type="file"]{
    width: 108px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.invoice-upload-info input[type="file"]:hover + a{
    background: #ed6565;
    color: #fff;
}
.invoice-upload-info span{
    margin-left: 20px;
    color: #999;
}
.invoice-upload-info em{
    float: right;
    color: #999;
}
.invoice-upload-info em samp{
    font-weight: bold;
    color: #FF8A10;
    font-size: 16px;
}
.invoice-upload-table{
    max-height: 452px;
    overflow-y: auto;
}
.invoice-upload{
	margin-top: 40px;
}
.invoice-upload ul{
    border: 1px solid #C9C9C9;
    position: relative;
    min-height: 40px;
}
.invoice-upload ul li{
    display: block;
    border-bottom: 1px solid #C9C9C9;
    height: 40px;
    line-height: 40px;
}
.invoice-upload ul li:last-child{
    border-bottom: none;
}
.invoice-upload ul li span{
    border-right: 1px solid #C9C9C9;
    height: 40px;
    line-height: 40px;
    width: 126px;
    padding: 0 5px;
    text-align: center;
    color: #666;
    display: block;
    float: left;
}
.invoice-upload ul li span input{
    width: 125px;
}
.invoice-upload ul li span:last-child{
    border-right: none;
}
.invoice-upload ul li:first-child{
    height: 40px;
    background: #f3f3f3;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.invoice-upload ul li:first-child + li{
    margin-top: 40px;
}
.invoice-upload ul li span a{
    color: #54abea;
    margin: 0 1px;
    display: inline-block;
    font-size: 13px;
}
.invoice-upload ul li span em{
    margin: 0 8px;
    display: inline-block;
}
.invoice-upload ul li span a:hover{
    text-decoration: underline;
}
.invoice-upload ul li span input.inputable{
    border: 1px dashed #ED6565;
    width: 120px;
}
.addInvoice{
    display: inline-block;
}
.invoice-upload ul li span a .webuploader-pick{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: inherit;
}
.invoice-upload ul li span a:hover .webuploader-pick{
    text-decoration: underline;
}
.invoice_pop{
	width: 510px;
}
.invoice_pop .public_btn_red{
	height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 80px;
	margin-bottom: 40px;
}
.invoice_success{
	padding: 20px;
}
.invoice_success h5{
	font-weight: bold;
}
.invoice_ul_list{
	margin: 20px 0;
	max-height: 345px;
    overflow-y: auto;
}
.invoice_ul_list li{
	height: 30px;
    line-height: 30px;
    background: #f7f6f9;
    padding: 0 50px;
    margin-bottom: 5px;
}
.invoice_ul_list li span{
    display: inline-block;
    width: 50%;
    color: #666;
    font-size: 14px;
}
.invoice_ul_list li span:last-child{
    text-align: right;
}
.addInvoiceDisabled{
    padding: 0 15px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 5px;
    text-align: center;
    background: #ddd;
    height: 28px;
    line-height: 28px;
    display: none;
}
.warm_pop{
	width: 500px;
}
.warm_tab p{
	line-height: 30px;
    text-align: center;
    margin: 20px 0;
}
.warm_pop .public_btn_red{
	line-height: 30px;
	height: 30px;
	margin-bottom: 30px;
    display: inline-block;
}
.invoiceTips{
	text-align: center;
	color: #666;
}
.invoiceWarm{
	margin-top: 20px;
	background: #fffbf7;
	padding: 5px 30px;
}
.invoiceWarm p{
	color: #666;
	line-height: 25px;
	position: relative;
}
.invoiceWarm p:first-child:before{
	content: '';
	width: 10px;
	height: 14px;
	position: absolute;
	background: url("../../images/personal_iconAll.png") no-repeat -244px -828px;
    display: block;
    left: -18px;
    top: 4px;
}
.invoiceWarm p:nth-child(2),
.invoiceWarm p:nth-child(3){
	margin-left: 29px;
}
/* 合同文件 */
.content-file{
    margin-top: 20px;
}
.content-file p{
    background: #FEFAF7;
    height: 26px;
    line-height: 26px;
    padding: 0 35px;
    position: relative;
}
.content-file p:before{
    content: '';
    width: 9px;
    height: 12px;
    background: url("../../images/personal_iconAll.png") no-repeat -245px -830px;
    display: block;
    position: absolute;
    top: 7px;
    left: 15px;
}
.content-file ul{
    display: table;
    margin: 50px 0;
}
.content-file ul li{
    display: table-cell;
}
.content-file ul li:first-child{
    width: 90px;
    vertical-align: middle;
}
.content-file ul li>div{
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
    position: relative;
    margin-bottom: 15px;
}
.content-file ul li>div span{
    display: inline-block;
    vertical-align: middle;
}
.content-file ul li>div>span:first-child{
    margin-right: 10px;
    margin-top: -25px;
}
.content-file .file-cont>em{
    width: 110px;
    height: 80px;
    line-height: 80px;
    display: block;
    background: #F3F3F3;
    overflow: hidden;
    text-align: center;
}
.content-file .file-cont>em img{
    max-width: 100%;
    max-height: 80px;
    display: inline-block;
    vertical-align: middle;
}
.content-file .suffixImg .file-cont>em b,
.content-file .suffixFile .file-cont>em b{
    width: 67px;
    height: 55px;
    display: inline-block;
    background: url("../../images/personal_iconAll.png") no-repeat -88px -985px;
    margin: 12px 0 0 5px;
}
.content-file .suffixFile .file-cont>em b{
    background: url("../../images/personal_iconAll.png") no-repeat 0 -985px;
}
.content-file .file-cont>em img + b{
    display: none!important;
}
.content-file .file-cont samp{
    display: block;
    line-height: 25px;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-file .maskBlack{
    width: 110px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 2;
    display: none;
}
.content-file .suffixImg .maskBlack b,
.content-file .suffixFile .maskBlack b{
    width: 25px;
    height: 25px;
    display: block;
    background: url("../../images/personal_iconAll.png") no-repeat -190px -883px;
    margin: 27px auto;
    cursor: pointer;
}
.content-file .suffixFile .maskBlack b{
    background: url("../../images/personal_iconAll.png") no-repeat -80px -940px;
}
.content-file .maskBlack i{
    width: 11px;
    height: 14px;
    background: url("../../images/personal_iconAll.png") no-repeat -116px -944px;
    position: absolute;
    z-index: 3;
    right: 5px;
    bottom: 5px;
    display: block;
    cursor: pointer;
}
.content-file .maskBlack i:hover{
    background: url("../../images/personal_iconAll.png") no-repeat -132px -944px;
}
.content-file ul li>a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.content-file ul li .contFile .webuploader-pick,
.content-file ul li .acceptanceFile .webuploader-pick,
.content-file ul li .reportForm .webuploader-pick{
    width: 110px;
    height: 80px;
    line-height: 110px;
    background: #F3F3F3;
    text-align: center;
    color: #666;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
.content-file ul li>a .webuploader-pick:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url("../../images/personal_iconAll.png") no-repeat -52px -944px;
    width: 18px;
    height: 18px;
    margin: 20px auto 10px auto;
}
.content-file ul li div>i{
    position: absolute;
    z-index: 7;
    right: 0;
    top: 0;
    display: block;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}
.content-file ul li div>i:after{
    content: '';
    position: absolute;
    z-index: -1;
    right: -12px;
    top: -3px;
    width: 0;
    height: 0;
    display: block;
    border-left: 19px solid transparent;
    border-bottom: 19px solid #ED6565;
    border-right: 19px solid transparent;
    transform: rotate(45deg);
}
.pub-mouse-box{
	display: inline-block;
    vertical-align: middle;
}
.veriIcon{
    width: 16px;
    height: 16px;
    background: url("../../../../images/spriteIcon.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.veriIcon.icon01{
	background-position: -48px -294px;
}
.veriIcon.icon02{
	background-position: -68px -294px;
}
.veriIcon.icon03{
	background-position: -89px -294px;
}

/*字体*/
.finance_font_12{
    font-size: 12px!important;
}
.finance_font_14{
    font-size: 14px!important;
}
.finance_font_13{
    font-size: 13px!important;
}
.finance_font_15{
    font-size: 15px!important;
}
.finance_font_16{
    font-size: 16px!important;
}
.finance_font_18{
    font-size: 18px!important;
}
.finance_font_24{
    font-size: 24px!important;
}
.finance_font_bold{
    font-weight: bold;
}
.business_cont{
    color: #333;
    margin: 10px 0;
    display: block;
    line-height: 24px;
}
.business_cont samp{
	color: #FF6633;
}
.business_error{
	color: #ed6565;
	margin-left: 93px;
}
.set-pur-contractNum{
	width: 255px;
	display: inline-block;
	vertical-align: middle;
}
.crProdBankNames b{
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
.crProdBankNames b.t_r{
	margin-right: 50px;
}
.supBill-upload ul li span{
	width: 158px;
}
.supBill-upload ul li span:nth-child(2),
.supBill-upload ul li span:nth-child(2) input{
	width: 258px;
}
.del_line{
	text-decoration: line-through;
}
.vertical_margin{
	line-height: inherit!important;
}
.vertical_margin a:first-child{
	margin-top: 25px;
	display: block;
}
/*新融资跟踪*/
.track_step_bill {
    border: 1px dashed #dcdcdc;
    margin: 10px 0 30px 0;
    height: 165px;
}
.track_step_bill dl{
	width: 220px;
    padding: 30px 0;
    text-align: center;
    float: left;
}
.track_step_bill dl dd {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #e5e5e5;
    border-radius: 100%;
    color: #fff;
    margin: 0 auto;
    position: relative;
}
.track_step_bill dl dd b{
	width: 185px;
    position: absolute;
    height: 3px;
    background: #e5e5e5;
    display: block;
    left: -184px;
    top: 16px;
}
.track_step_bill dl dd em{
	width: 140px;
    position: absolute;
    display: block;
    color: #666;
    font-size: 12px;
    margin: -61px 0 0 55px;
}
.track_step_bill dl dt a {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    width: 75px;
    margin: 0 auto;
    font-weight: normal;
}
.track_step_bill dl dt p {
    font-weight: normal;
    color: #999;
    margin-top: -25px;
    font-size: 12px;
}
.track_step_bill dl.track_step_bg dd, .track_step_bill dl.track_step_bg dd b {
    background: #ff8a10;
}
.track_step_bill dl.track_step_bg dt {
    color: #333;
}
.track_step_bill dl dt {
    line-height: 52px;
    color: #999;
}
.track_step_bill dl.track_step_bgGreen dd i {
    background: url(../../images/arrow_white.png) no-repeat 9px 7px;
    width: 30px;
    height: 33px;
    display: block;
}
.track_step_bill dl.track_step_bgGreen dt {
    font-weight: bold;
    color: #333;
}
.track_step_bill dl.track_step_bgGreen dd b {
    background: #ff8a10;
}
.track_step_bill dl.track_step_bgGreen dd {
    background: #13ce67;
}
.invoicel-error samp em{
	margin: 0;
	display: block;
}
.payOrder-table-box dl dt>div{
    line-height: normal;
}
.payOrder-table-box dl dt>div:first-child{
    text-align: left;
}
.payOrder-table-box dl dt>div>span{
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    padding: 0 10px;
}
.payOrder-table-box dl dt>div>span>a{
	display: block;
	line-height: 24px;
}
.payOrder-table-box dl dt>div>span span{
	display: block;
	line-height: 24px;
	word-break: break-all;
}
.payOrder-table-title span:nth-child(1),
.payOrder-table-box dl dt>div:nth-child(1){
    width: 245px;
}
.payOrder-table-titles span:nth-child(1),
.payOrder-table-boxs dl dt>div:nth-child(1){
    width: 215px;
}
.payOrder-table-title span:nth-child(2),
.payOrder-table-box dl dt>div:nth-child(2){
    width: 235px;
}
.payOrder-table-title span:nth-child(3),
.payOrder-table-box dl dt>div:nth-child(3){
    width: 213px;
}
.payOrder-table-title span:nth-child(4),
.payOrder-table-box dl dt>div:nth-child(4){
    width: 150px;
}
.payOrder-table-title span:nth-child(5),
.payOrder-table-box dl dt>div:nth-child(5){
    width: 100px;
}
.billing-tips{
    padding: 20px 25px;
}
.billing-tips p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.billing-tips p:nth-child(2){
	margin-bottom: 20px;
}
.wartch_order_popup{
	width: 600px;
	margin-left: -300px;
	top: 10px;
}
.wartch_order_box{
	padding: 20px 25px;
	position: relative;
}
.wartch_order_box>em{
	right: 17px;
	top: 35px;
	position: absolute;
	z-index: 5;
	color: #71a834;
	font-size: 20px;
	transform: rotate(45deg);
}
.wartch_order_box h4{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.wartch_order_box ul li{
	line-height: 24px;
}
.wartch_order_box ul li span{
	width: 49%;
	display: inline-block;
    vertical-align: middle;
}
.wartch_order_box table{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.wartch_order_box table th,
.wartch_order_box table td{
	border: 1px solid #dcdcdc;
	line-height: 30px;
	text-align: center;
}
.wartch_order_box table th{
	font-weight: normal;
	background: #f3f3f3;
}
.wartch_order_box p{
	text-align: right;
	color: #333;
	margin-top: 10px;
}
.wartch_order_box p samp{
	color: #ed6565;
	font-weight: bold;
}
.apply_send_box ul li{
    display: block;
}
.apply_send_box ul li span{
    display: inline-block;
    vertical-align: middle;
}
.apply_send_box ul li > p{
	margin-left: 125px;
    line-height: 24px;
}
.apply_send_box ul li span:nth-child(2) {
    width: calc(100% - 125px);
}
.ImportantTips{
	border: 1px solid #ed6565;
    padding: 20px;
    text-align: center;
    margin: 25px;
}
.ImportantTips dd{
	width: 40px;
	height: 40px;
	background: url("../../images/th.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ImportantTips dt{
    display: inline-block;
    vertical-align: middle;
}
.ImportantTips dt p{
	color: #333;
	font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.open_invoice_cont{
	padding: 40px;
}
.open_invoice_cont p{
	line-height: 30px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.open_invoice_cont p:last-child{
	margin-left: 90px;
	font-weight: normal;
}
.open_invoice_cont p em{
	line-height: 30px;
	color: #ed6565;
	font-size: 18px;
}
.billing-confirmation{
	padding: 0 25px;
}
.billing-confirmation p{
    margin: 10px 0;
}
.billing-confirmation p:nth-of-type(1){
    font-weight: bold;
}
.billing-confirmation p:nth-of-type(2){
    margin-left: 70px;
}
.billing-confirmation p em{
    color: #ed6565;
}
.billing-confirmation p span{
    display: block;
    margin-left: 70px;
    font-size: 12px;
    color: #999;
}
.billing-confirmation p input{
    width: calc(100% - 75px);
}
/*分公司融资额度预算*/
.budget-info{
    margin: 35px 20px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #E6E6E6;
}
.budget-info b{
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    display: block;
}
.budget-info ul{

}
.budget-info ul li{
    margin: 20px 0;
}
.budget-info ul li span{
    color: #666;
    width: 470px;
    display: inline-block;
    vertical-align: middle;
}
.budget-info ul li span:last-child{
    color: #666;
    width: calc(100% - 475px);
}
.budget-info ul li:last-child span:first-child{
    width: 340px;
}
.budget-info ul li:last-child span:last-child{
    width: calc(100% - 345px);
}
.budget-info ul li span em{
    color: #333;
}
.budget-info ul li span select{
    min-width: 150px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.budget-btn{
    padding: 4px 11px;
    text-align: center;
    background:#fff;
    border:1px solid #BFBFBF;
    border-radius:5px;
    color: #34A1EF;
    display: inline-block;
    vertical-align: middle;
}
.budget-table{
    margin: 35px 20px;
}
.budget-buttons .public_btn,
.budget-buttons .public_btn_white{
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
}
.budget-buttons{
    height: 30px;
}
.budget-buttons span{
    display: inline-block;
    vertical-align: middle;
}
.budget-buttons span:first-child{
    color: #666;
}
.budget-buttons span select{
    min-width: 110px;
}
.budget-buttons span:last-child{
    float: right;
}
.budget-tips{
    background: #FEFAF7;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    margin: 10px 0;
    color: #666;
}
.budget-tips:before{
    content: '';
    width: 10px;
    height: 12px;
    background: url("../../images/personal_iconAll.png") no-repeat -245px -831px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.budget-table-box li span{
    width: 178.5px;
    padding: 0 5px;
    float: left;
}
.budget-table-box .zc-table-body li span{
    text-align: right;
    height: 40px;
}
.budget-table-box .zc-table-body li span:first-child{
    text-align: center;
}
.budget-table-box li span input{
    width: 150px;
    margin-top: 5px;
}
.budget-table-box .zc-table-body li span i{
    font-style: normal;
    margin: 0 5px;
    float: left;
}
.budget-table-box li span.reds,
.budget-table-box li span i.reds{
    color: #ED6565;
}
.red-color{
	color: #ED6565;
}
.budget-table-box li span.greens,
.budget-table-box li span i.greens{
    color: #65B676;
}
.budget-table-box .zc-table-header li span em{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 12px;
}
.budget-table-box .zc-table-header li span em i{
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #666666;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.budget-table-box .zc-table-header li span em i:first-child{
    top: 0;
}
.budget-table-box .zc-table-header li span em i:last-child{
    top: 7px;
    transform: rotate(-180deg);
}
.budget-table-box .zc-table-header li span em i.active{
    border-bottom: 5px solid #ed6565;
}
.payOrder-table-title span:nth-child(1){
	width: 245px;
}
.payOrder-table-box .clond-checkbox{
	height: 144px;
}
.payOrder-table-box .clond-checkbox span {
    margin: 66px 0 0 7px;
}
.openInvoice-table-box {
	float: left;
    display: block;
    border-right: 1px solid #cae9f8;
    height: 86px;
    line-height: 86px !important;
    text-align: center !important;
    position: relative;
}
.invoice-type-tip em{
	display: block;
	padding-left: 74px;
	margin-top: 10px;
}
.invoice-type-name{
    font-weight: normal;
    display: inline-block;
    width: 70px;
    text-align: right;
}
.invoiceRefreshIcon{
	width: 14px;
	height: 12px;
    background: url("../../images/icon_refresh.png") no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    color: #54ABEA;
    white-space: nowrap;
    padding-left: 20px;
    font-size: 12px;
    line-height: 12px;
}
/*供应商报名*/
.e_sign{
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.e_sign .e_sign_menu{
    border-bottom: 1px solid #dcdcdc;
}
.e_sign .e_sign_menu span{
    display: inline-block;
    line-height: 35px;
    margin-left: 33px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.e_sign_black{
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #EE3442;
}
.supplier_registration h3{
    height: 30px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    margin: 30px 0;
    background: #FAFAFA;
}
.supplier_registration h3 i{
    width: 5px;
    height: 30px;
    background: #EE3442;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.details_box{
    margin-bottom: 97px;
}
.supplier_enterprise{
    overflow: hidden;
}
.supplier_enterprise li{
    float: left;
    width: 448px;
    line-height: 30px;
    margin-bottom: 25px;
}
.supplier_enterprise li>span:first-child{
    width: 150px;
    color: #666;
    vertical-align: top;
    line-height: 35px;
}
.supplier_enterprise li>span{
    display: inline-block;
    position: relative;
}
.supplier_enterprise li>span select,
.supplier_enterprise li>span input{
    border: 1px solid #CCCCCC;
    width: 240px;
    height: 35px;
    color: #333;
}
.supplier_enterprise li>span i{
    width: 14px;
    height: 14px;
    background: url("../../images/negotiation_icon.png") no-repeat -110px -214px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.supplier_enterprise li>span s{
    width: 16px;
    height: 16px;
    background: url("../../images/personal_iconAll.png") no-repeat -237px -467px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.supplier_enterprise li>span span{
    display: none;
    color: #ed6565;
    position: absolute;
    left: 0;
    top: 30px;
    white-space: nowrap;
}
.supplier_enterprise li>span span:before{
    content: '';
    width: 18px;
    height: 18px;
    background: url("../../images/personal_iconAll.png") no-repeat -92px -103px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;

}
.supplier_enterprise .red_label{
    padding-left: 20px;
    width: 80px;
    line-height: 14px;
}

.seal_pop{
    text-align: center;
}
.seal_pop a{
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.seal_pop .public_btn_red{
    color: #fff;
    background:#ED6565;
    border: none;
    width: 100px;
}
.line_feed{
    width: 100%!important;
    display: block;
}
.apply-drawBus-cont{
	padding: 20px 20px 0 20px;
}
.apply-drawBus-cont span{
	display: block;
    margin-top: 10px;
    color: #333;
    text-align: center;
}
.apply-drawBus-tips{
    padding-bottom: 30px;
    text-align: center;
}
.apply-drawBus-tips img{
	display: inline-block;
    margin: 10px 0;
}
.apply-drawBus-tips p{
	display: block;
    color: #666;
    margin: 0 20px;
    text-align: center;
}
.apply-drawBus-tips p:nth-of-type(1){
    color: #999;
    margin-top: 10px;
    font-size: 12px;
    background: #fef8f8;
    border: 1px solid #f1a7a6;
    height: 22px;
    line-height: 22px;
}
.apply-drawBusSuccess-cont{
	text-align: center;
	margin: 50px auto;
}
.apply-drawBusSuccess-cont dd{
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
    background: url("../../images/personal_iconAll.png") no-repeat 0 -826px;
}
.apply-drawBusSuccess-cont dt{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.apply-drawBusSuccess-cont dt b{
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.apply-drawBusSuccess-cont dt span{
	display: block;
	color: #666;
}
/*待发起融资展开列表*/
.expand-list{
    height: 18px;
    background: #eaf8ff;
    border: 1px solid #cae9f8;
    border-top: none;
    text-align: center;
}
.expand-list i{
    width: 10px;
    height: 10px;
    background: url("../../images/personal_iconAll.png") no-repeat -214px -871px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
}
.expand-list i.active{
    transform: rotate(0deg);
}
.expand-list-details p{
    height: 18px;
    background: #eaf8ff;
    border: 1px solid #cae9f8;
    border-top: none;
    text-align: center;
}
.expand-list-details p span{
    display: inline-block;
    height: 18px;
}
.expand-list-details p span a{
    display: inline-block;
    color: #54ABEA;
    margin: 0 5px;
    font-size: 12px;
}
.expand-list-details ul li{
    font-size: 0;
    border: 1px solid #cae9f8;
    border-top: none;
}
.expand-list-details ul li span{
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #cae9f8;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.expand-list-details ul li span:last-child{
    border-right: none;
}
.expand-list-details ul li span:nth-of-type(1){
    width: 28px;
}
.expand-list-details ul li span:nth-of-type(2){
    width: 180px;
}
.expand-list-details ul li span:nth-of-type(3){
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.expand-list-details ul li span:nth-of-type(4){
    width: 115px;
}
.expand-list-details ul li span:nth-of-type(5){
    width: 130px;
}
.expand-list-details ul li span:nth-of-type(6){
    width: 200px;
}
.expand-list-details ul li span:nth-of-type(7){
    width: 87px;
}
.my-display-data{
	margin-left: 15px;
}
.my-display-data label{
	width: auto;
}
.my-display-data em{
	display:block;
	background:white;
	height: 15px;
}
.view-tabDel a {
    display: block;
    line-height: 24px;
    position: relative;
    top: 35%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
/*筑保通业务数据分析*/
#proportionPie,
#proportionLine1,
#proportionLine2{
    height: 360px;
    width: 940px;
    margin: 20px 0;
}
.business-analysis-main{
    padding: 30px 15px;
}
.business-analysis-main .red_label{
    width: auto;
    padding-left: 25px;
}
.business-analysis-subtitle li{
    margin-bottom: 40px;
}
.business-analysis-subtitle li b{
    display: inline-block;
    vertical-align: middle;
}
.business-analysis-subtitle li:nth-of-type(1)>*{
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
}
.business-analysis-subtitle li:nth-of-type(1)>b{
    margin-right: 20px;
}
.business-analysis-subtitle li:nth-of-type(1) em{
    width: 2px;
    height: 15px;
    background: #dcdcdc;
}
.business-analysis-subtitle li:nth-of-type(1) span:last-child{
    float: right;
    margin-right: 0;
    position: relative;
    width: 238px;
    height: 28px;
    border: 1px solid #BFBFBF;
}
.business-analysis-subtitle li:nth-of-type(1) span:last-child input{
    width: 200px;
    height: 28px;
    border: none;
    outline: none;
    color: #666;
}
.business-analysis-subtitle li:nth-of-type(1) span:last-child i{
    background: url("../../images/personal_iconAll.png") no-repeat -307px -874px;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 2;
}
.business-analysis-subtitle li:nth-of-type(2) b em{
    font-weight: normal;
}
.business-analysis-subtitle li:nth-of-type(2) s,
.business-analysis-subtitle li:nth-of-type(2) i{
    width: 14px;
    height: 14px;
    background: url("../../images/personal_iconAll.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 5px;
}
.business-analysis-subtitle li:nth-of-type(2) i{
    background-position: -219px -906px;
    margin-left: 5px;
    margin-right: 0;
    display: none;
}
.business-analysis-subtitle li:nth-of-type(2) span,
.business-analysis-subtitle li:nth-of-type(2) a{
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.business-analysis-subtitle li:nth-of-type(2) span.active,
.business-analysis-subtitle li:nth-of-type(2) a.active{
    background: #F6F8FA;
    border:1px solid #ed6565;
}
.business-analysis-subtitle li:nth-of-type(2) span.active i,
.business-analysis-subtitle li:nth-of-type(2) a.active i{
    display: inline-block;
}
.business-analysis-subtitle li:nth-of-type(2) a.no{
    color: #ccc;
}
.business-analysis-subtitle li:nth-of-type(2) a:nth-of-type(3) s{
    background-position: -286px -929px;
}
.business-analysis-subtitle li:nth-of-type(2) a:nth-of-type(2) s{
    background-position: -286px -872px;
}
.business-analysis-subtitle li:nth-of-type(2) a:nth-of-type(4) s{
    background-position: -286px -855px;
}
.business-analysis-subtitle li:nth-of-type(2) a:nth-of-type(5) s{
    background-position: -286px -908px;
}
.business-analysis-subtitle li:nth-of-type(2) a:nth-of-type(1) s{
    background-position: -286px -889px;
}
.business-analysis-subtitle li:nth-of-type(3)>*{
    margin-right: 50px;
}
.business-analysis-subtitle li:nth-of-type(3)>b{
    margin-right: 20px;
}
.business-analysis-subtitle li:nth-of-type(3)>span:last-child{
    position: relative;
    float: right;
    margin-right: 0;
}
.business-analysis-subtitle li:nth-of-type(3)>span:last-child i{
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #666;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.business-analysis-subtitle li:nth-of-type(3)>span:last-child i.active{
    border-top: none;
    border-bottom: 6px solid #666;
}
.business-analysis-subtitle li:nth-of-type(3)>span:last-child em{
    color: #666;
    cursor: pointer;
}
.customize-timeLimit{
    position: absolute;
    right: 0;
    top: 30px;
    width: 420px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    color: #999;
    z-index: 99;
    display: none;
}
.customize-timeLimit input{
    width: 160px;
    height: 33px;
    border: 1px solid #BFBFBF;
    outline: none;
}
.customize-timeLimit a{
    width: 58px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.business-analysis-tab{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 30px;
}
.business-analysis-tab>a{
    margin-right: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.business-analysis-tab>a.active{
    border-bottom: 2px solid #ed6565;
    font-weight: bold;
    color: #333;
}
.business-analysis-tab a i,
.business-analysis-pie em i{
    background: url("../../images/personal_iconAll.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.business-analysis-tab a:nth-of-type(2) i{
    width: 17px;
    height: 11px;
    background-position: -335px -896px;
}
.business-analysis-tab a:nth-of-type(2).active i{
    background-position: -335px -880px;
}
.business-analysis-tab a:nth-of-type(1) i{
    width: 11px;
    height: 12px;
    background-position: -341px -931px;
}
.business-analysis-tab a:nth-of-type(1).active i{
    background-position: -341px -911px;
}
.business-analysis-tab a:nth-of-type(3) i{
    width: 15px;
    height: 15px;
    background-position: -337px -971px;
}
.business-analysis-tab a:nth-of-type(3).active i{
    background-position: -337px -951px;
}
.business-analysis-tab span a i,
.business-analysis-pie em i{
    width: 14px!important;
    height: 15px!important;
    background-position: -307px -855px!important;
}
.business-analysis-unit{
    float: right;
    color: #666;
}
.business-analysis-unit a{
    margin-left: 50px;
}
.business-analysis-table ul li span{
    width: 98px;
}
.business-analysis-table ul li span:nth-of-type(1){
    width: 40px;
}
.business-analysis-table ul li span:nth-of-type(2){
    width: 125px;
}
.business-analysis-table ul:last-child{
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.business-analysis-table ul:last-child li{
    border-bottom: 1px solid #dcdcdc;
}
.business-analysis-table ul:last-child li:first-child{
    text-align: center;
}
.business-analysis-table ul:last-child li:first-child a{
    padding: 0 10px;
    color: #666;
}
.business-analysis-table ul:last-child li:first-child a.active{
    color: #ed6565;
}
.business-analysis-tabBox>div{
    display: none;
}
.business-analysis-table .zc-sort-odd samp i:nth-of-type(1).active{
    border-bottom: 5px solid #ed6565;
}
.business-analysis-table .zc-sort-odd samp i:nth-of-type(2).active {
    border-top: 5px solid #ed6565;
}
.business-analysis-pie{
    position: relative;
}
.business-analysis-pie span a{
    padding: 0 10px;
    height:35px;
    line-height: 35px;
    text-align: center;
    border-radius:18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color:#333;
    margin: 0 30px;
}
.business-analysis-pie span a.active{
    background:#E6E6E6;
}
.business-analysis-pie em{
    position: absolute;
    right: 30px;
    top: 100px;
}
.business-analysis-line h4{
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.business-analysis-line h4 em{
    font-size: 16px;
    color: #ed6565;
}
.business-analysis-line span{
    text-align: center;
    font-size: 12px;
    display: block;
    color: #666;
}
.business-analysis-table ul li span{
    position: relative;
}
.business-analysis-table ul li span b{
    background: #333;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    display: none;
    position: absolute;
    right: 0;
    top: 8px;
}
.null-data{
    text-align: center;
    margin: 50px auto;
}
.null-data img{
    display: block;
    margin: 10px auto;
}
.financing-repayment {
    margin: 20px 0;
}
.financing-repayment span {
    color: #666;
}
.financing-repayment span em {
    color: #ed6565;
    margin: 0 5px;
}
.financing-repayment span a {
    color: #54ABEA;
    margin: 0 5px;
}
.rejectCredit-cont{
	padding: 20px 20px 0 20px;
}
.rejectCredit-cont span{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}
.rejectCredit-cont span textarea{
	height: 80px;
	width: 285px;
	display:block;
}
.rejectCredit-cont span em{
	visibility: hidden;
	height:20px;
}
.invoice_popup .public-tips{
	margin: 0 20px;
}
.cashier_orderId{
	white-space: nowrap;
    display: inline-block;
    width: calc(100% - 76px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
/*financial_bill*/
.financial-bill-banner{
    height: 120px;
    background: url("../../../checkout/images/cloudChain/instant.png") no-repeat;
}
.financial-bill-upload,
.financial-bank-list,
.financing-process{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 12px 0 #CBD8F0;
    box-sizing: border-box;
}
.financial-bill-upload{
    position: relative;
    padding: 30px 45px;
}
.financial-bill-upload > span{
    position: absolute;
    top: 40px;
    left: 155px;
    text-align: center;
    display: block;
    font-size: 18px;
}
.financial-bill-upload .upload-file-box{
    margin: 50px 10px 0 0;
    display: inline-block;
    vertical-align: top;
}
.upload-file-box{
    position: relative;
    width: 140px;
    height: 140px;
    background: #F8F8F8;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
    padding: 5px;
    text-align: center;
    overflow: hidden;
}
.upload-file-box:after{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.upload-file-box > img{
    max-width: 100%;
    max-height: 130px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 6;
}
.upload-file-box > i{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    display: none;
}
.upload-file-box > i:after,
.upload-file-box > s{
    position: absolute;
    left: 58px;
    bottom: 60px;
    z-index: 28;
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
    background: url("../../images/personal_iconAll.png") no-repeat -190px -883px;
}
.upload-file-box > i:after{
    content: '';
    z-index: 6;
    display: block;
}
.upload-file-box > s{
    width: 16px;
    height: 16px;
    bottom: 10px;
    left: 115px;
    background-position: -286px -985px;
}
.upload-file-box.on s{
    display: block;
}
.upload-file-box a{
    position: absolute;
    top: 0;
    left: 0;
}
.upload-file-box.on a{
    display: none;
}
.upload-file-box .webuploader-pick{
    width: 140px;
    height: 140px;
    border: none;
    background: none;
    padding: 0;
    color: #666;
}
.upload-file-box .webuploader-pick:before{
    content: '+';
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 30px 0;
}
.upload-file-box .nums{
    position: absolute;
    z-index: 19;
    top: 5px;
    right: 0;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    border-radius: 10px 0 0 10px;
    background: #ed6565;
}
.face-value{
    width: 790px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.financial-bank-list{
    height: auto;
    padding: 30px;
    margin: 10px auto;
}
.financial-bank-list dl{
    height: 150px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.financial-bank-list dl dd{
    height: 30px;
    line-height: 30px;
}
.financial-bank-list dl dd p{
    width: 800px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 0 0 20px 0;
    background: #F4F7FA;
    display: inline-block;
    vertical-align: top;
}
.financial-bank-list dl dd span{
    color: #999;
    display: inline-block;
    vertical-align: top;
}
.financial-bank-list dl dd>span{
    float: right;
    margin-right: 20px;
}
.financial-bank-list dl dd p span:nth-of-type(1){
    width: 270px;
}
.financial-bank-list dl dd p span:nth-of-type(2),
.financial-bank-list dl dd p span:nth-of-type(3){
    width: 240px;
}
.bank-tips{
    position: relative;
}
.bank-tips:after{
    content: '';
    width: 21px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background: url("../../../checkout/images/personal_iconAll.png") no-repeat -196px -131px;
}
.bank-tips u{
    position: absolute;
    top: 0;
    left: 25px;
    width: 575px;
    display: block;
    font-style: normal;
    text-decoration: none;
    background: #eee;
    padding: 10px 15px;
}
.financial-bank-list dl dt{
    font-size: 0;
    height: 120px;
    padding: 0 15px;
    box-sizing: border-box;
    clear: both;
}
.financial-bank-list dl dt>div{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.financial-bank-list dl dt .bank{
    width: 410px;
    padding: 35px 0 0 25px;
}
.financial-bank-list dl dt .bank img{
    max-width: 100%;
    max-height: 50px;
}
.financial-bank-list dl dt .discount{
    width: 210px;
    padding-top: 30px;
}
.financial-bank-list dl dt .discount b,
.financial-bank-list dl dt .turnover b{
    font-size: 24px;
    color: #Ed6565;
    display: block;
    margin-bottom: 10px;
}
.financial-bank-list dl dt .discount span,
.financial-bank-list dl dt .turnover span{
    font-size: 16px;
    color: #666;
}
.financial-bank-list dl dt .turnover{
    width: 290px;
    padding-top: 30px;
}
.financial-bank-list dl dt .operate{
    width: 197px;
    text-align: center;
    padding-top: 40px;
}
.financial-bank-list dl dt .operate a{
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.commercial-ticket{
    height: 150px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 55px 40px 55px 65px;
    box-sizing: border-box;
}
.commercial-ticket > *{
    display: inline-block!important;
    vertical-align: middle;
}
.commercial-ticket span{
    margin: 0 228px;
}
.commercial-ticket a{
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
}
.financing-process{
    height: 240px;
    padding: 30px;
    margin-bottom: 20px;
}
.financing-process h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.financing-process ul{
    font-size: 0;
}
.financing-process ul li{
    width: 212px;
    height: 135px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding: 70px 0 0 20px;
    box-sizing: border-box;
    background: url("../../../checkout/images/cloudChain/pic_01.png") no-repeat;
}
.financing-process ul li:nth-of-type(2){
    background: url("../../../checkout/images/cloudChain/pic_02.png") no-repeat;
}
.financing-process ul li:nth-of-type(3){
    background: url("../../../checkout/images/cloudChain/pic_03.png") no-repeat;
}
.financing-process ul li:nth-of-type(4){
    background: url("../../../checkout/images/cloudChain/pic_04.png") no-repeat;
}
.financing-process ul li:nth-of-type(5){
    background: url("../../../checkout/images/cloudChain/pic_05.png") no-repeat;
}
.financing-process ul li:last-child{
    margin-right: 0;
}
.financing-process ul li b{
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
.financing-process ul li span{
    color: #666;
}
.face-value p{
    margin-bottom: 25px;
}
.face-value p span{
    color: #999;
}
.face-value p span:last-child{
    float: right;
}
.face-value ul li{
    width: 361px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.face-value ul li:nth-child(odd){
    margin-right: 60px;
}
.face-value ul li span{
    position: relative;
    color: #666;
    height: 30px;
    line-height: 30px;
    display: block;
}
.face-value ul li span input,
.face-value ul li span select{
    width: 278px;
    border-radius: 5px;
}
.face-value ul li span u{
    position: absolute;
    top: 0;
    right: 10px;
    color: #666;
    display: block;
    text-decoration: none;
}
.face-value > a{
    float: right;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #ED6565;
    border-radius: 5px;
    margin-right: 20px;
}
.find-mark {
    position: relative;
}
.find-mark:after {
    content: '';
    width: 22px;
    height: 20px;
    background: url("../../../../images/new.png") no-repeat;
    display: block;
    position: absolute;
    top: -25px;
    left: 5px;
}
.tips-redtext{
	color: #ed6565;
	display: block;
	line-height: 30px;
	font-size: 12px;
	white-space: nowrap;
}
.my-apply-success{
    padding: 20px;
    text-align: center;
}
.my-apply-success img{
    max-width: 100%;
    max-height: 120px;
    display: inline-block;
}
.my-apply-success dl{
    margin-bottom: 20px;
}
.my-apply-success dl dt{
    color: #8A95A1;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 320px;
}
.error-bank{
    width: 500px;
    line-height: 110px;
}
.error-bank b{
    font-size: 30px;
    color: #999;
}