@font-face{
    font-family:'Microsoft YaHei',"MicrosofYaHeiZ","Alibaba-PuHuiTi-Regular","Alibaba-PuHuiTi-Medium","simhei";
    src:url(../fonts/MicrosofYaHeiZ.ttf);
    src: url(../fonts/MicrosofYaHeiZ.ttf) format('truetype');
    font-display: swap; 
}
@font-face{
    font-family:'Microsoft YaHei UI',"MicrosofYaHeiZ","Alibaba-PuHuiTi-Regular","Alibaba-PuHuiTi-Medium","simhei";
    src:url(../fonts/MicrosofYaHei.ttf);
    src: url(../fonts/MicrosofYaHei.ttf) format('truetype');
    font-display: swap; 
}
@font-face {
    /*font-family: 'syNormal';*/
    font-family: "SourceHanSansCN-Normal","MicrosofYaHeiZ","Alibaba-PuHuiTi-Regular","Alibaba-PuHuiTi-Medium","simhei"; 
    /*src: url(../MicrosofYaHei.ttf);*/
    /*src: url(../MicrosofYaHei.ttf) format('truetype');*/
    src: url(../fonts/SourceHanSansCN-Normal.otf) format('truetype');
    font-display: swap; 
}

/*reset*/
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dd,dt{margin: 0;padding: 0;list-style: none;}
body{
    font-size: 14px;
    /*font-family: "Microsoft YaHei";*/
    font-family: "syNormal";
    /* font-family: "微软雅黑"; */
}
/*box-shadow*/
.black-shadow{
    -ms-box-shadow: 0 5px 10px rgba(168,168,168,.1);
    -webkit-box-shadow: 0 5px 10px rgba(168,168,168,.1);
    box-shadow: 0 5px 10px rgba(168,168,168,.1);
}
.black-shadowY0{
    -ms-box-shadow: 0 0 10px rgba(168,168,168,.1);
    -webkit-box-shadow: 0 0 10px rgba(168,168,168,.1);
    box-shadow: 0 0 10px rgba(168,168,168,.1);
}

/*text-shadow*/
.text-shadow-1ba{
    -ms-text-shadow: 0 0 1px #bababa;
    -webkit-text-shadow: 0 0 1px #bababa;
    text-shadow: 0 0 1px #bababa;
}
.text-shadow-17d{
    -ms-text-shadow: 0 0 1px #7d7d7d;
    -webkit-text-shadow: 0 0 1px #7d7d7d;
    text-shadow: 0 0 1px #7d7d7d;
}

/*bg*/
.bg-ff{
    background: #fff;
}
.bg-f5{
    background: #f5f8f9;
}
.bg-ea{
    background: #eaf4f8;
}
.main-bg{
    background: #00aad6;
}
.assist-bg{
    background: #38b7ea;
}
.other-green-bg{
    background: #00aad6;
}
.other-yellow-bg{
    background: #ffc907;
}
.other-blue-bg{
    background: #2d3e50;
}

/*color*/
.main-color{
    color: #ec6c00;
}
.assist-color{
    color: #38b7ea;
}
.other-green-color{
    color: #00aad6;
}
.other-yellow-color{
    color: #ffc907;
}
.other-blue-color{
    color: #2d3e50;
}
.text-a6color{
    color: #a6a9ac;
}
.text-60color{
    color: #60686e;
}
.text-61color{
    color: #616870;
}
.bigger-title{
    font-size: 18px;
    color: #2d2f32;
}
.bigger-title3d{
    font-size: 18px;
    color: #444737;
}
.small-title{
    font-size: 14px;
    color: #444737;
}
.small-tips{
    font-size: 12px;
    color: #a6a9ac;
}
.small-texta8{
    color: #a8a9ad;
    font-size: 12px;
}
.small-texta8.lh30{
    line-height: 30px;
}
.break-word{
    word-break: break-all;
}
.nowrap{
    white-space: nowrap;
}
.nowrap-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text{
    font-size: 14px;
    color: #60686e;
}
a.main-color{
    color: #00aad6;
}
a.underline{
    text-decoration:underline;
    cursor: pointer;
}
a.main-color:hover,
a.main-color:visited,
a.main-color:link,
a.main-color:focus {
    color: #ec6c00;
}
a.assist-color:hover,
a.assist-color:focus{
    color: #38b7ea;
    text-decoration:underline;
}
.light-red{
    color: #ff0036;
    margin-right: 3px;
}
.light-sm-red{
    font-size: 12px;
    color: #ff0036;
}
.light-gray60{
    color: #60686e;
}
.money-603x{
    font-size: 36px;
    color: #60686e;
}
.money-a62x{
    font-size: 24px;
    color: #a6a9ac;
}
a.green-link{
    color: #60686e;
    text-decoration:underline;
}
a.green-link:hover{
    color: #00aad6;
}

/*remark-text-box*/
.remark-red{
    color: #fc536b;
}
.remark-text-box{
    padding: 4px 0;
}
.remark-text-box.lh28{
    line-height: 28px;
}
.remark-sm-graya6{
    color: #a6a9ac;
    font-size: 12px;
}



/*btn*/
.btn{
    min-width: 70px;
    padding: 3px 6px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
}
.btn.lh45{
    line-height: 2.3;
}
.btn.lh18{
    line-height: 1.8;
}
.btn:hover,
.btn:active,
.btn:focus{
    outline: 0;
}
.btn.btn-green-bg{
    background: #ec6c00;
    border-color: #ec6c00;
    color: #fff;
}
.btn.btn-green-bg:hover,
.btn.btn-green-bg:focus,
.btn.btn-green-bg:active,
.btn.btn-green-bg:active:focus{
    outline: 0;
    background: #00aad6;
    border-color: #00aad6;
    color: #fff;
    box-shadow: none;
}
.btn.btn-green-bor{
    background: #ec6c00;
    border-color: #00aad6;
    color: #fff;
}
.btn.btn-green-bor:hover,
.btn.btn-green-bor:focus,
.btn.btn-green-bor:active,
.btn.btn-green-bor:active:focus{
    outline: 0;
    background: #00aad6;
    border-color: #00aad6;
    color: #fff;
    box-shadow: none;
}
.btn.btn-green-upload{
    background: #fff;
    border-color: #00aad6;
    color: #00aad6;
}
.btn.btn-green-upload:hover,
.btn.btn-green-upload:focus,
.btn.btn-green-upload:active,
.btn.btn-green-upload:active:focus{
    outline: 0;
    background: #00aad6;
    border-color: #00aad6;
    color: #fff;
    box-shadow: none;
}
.btn.btn-default-upload{
    background: #f5f8f9;
    border-color: #dde0e5;
    color: #60686e;
}
.btn.btn-default-upload:hover,
.btn.btn-default-upload:focus,
.btn.btn-default-upload:active,
.btn.btn-default-upload:active:focus{
    outline: 0;
    background: #dde0e5;
    border-color: #dde0e5;
    color: #60686e;
    box-shadow: none;
}
.btn.btn-default{
    border-color: #e1e1e6;
}
.btn.btn-default:focus,
.btn.btn-default:hover{
    outline: 0;
    color: #55555d;
    background-color: #fff;
    border-color: #e1e1e6;
}
.btn.btn-kee-bg{
	background:#ff4a68;
	color:#fff;
}
.btn-kee-bg:hover, .btn-kee-bg:active, .btn-kee-bg:focus {
    color: #fff;
    background: #fa958f;
    border-color: #fa958f;
}

/*input select */
.form-horizontal .form-group .control-label{
    font-weight: normal;
    color: #60686e;
}
.form-control{
    padding: 6px;
    height: 34px;
    border: 1px solid #dde0e4;
    resize: none;
    color: #60686e;
    box-shadow: none;
}

.form-control:focus{
    outline: 0;
    border: 1px solid #00aad6;
    box-shadow: none;
}
.form-control.error{
    color: #ff0000;
}
.form-horizontal .form-group{
    margin-bottom: 10px;
    color:#60686e;
}
/*icon*/
.icon{
    display: inline-block;
    width: 18px;
    min-height: 18px;
    height: auto;
    position: relative;
    /*top: -2px;*/
    vertical-align: middle;
}
.icon-2x{
    display: inline-block;
    width: 36px;
    min-height: 36px;
    height: auto;
    position: relative;
    /*top: -2px;*/
    vertical-align: middle;
}
.icon-5x{
    display: inline-block;
    width: 80px;
    min-height: 70px;
    height: auto;
    position: relative;
    /*top: -2px;*/
    vertical-align: middle;
}
.icon.icon-all{
    background: url("../img/icon/icon-all.png") no-repeat left top;
}
.icon.icon-all:hover,
.icon.icon-all:active,
.icon.icon-all.active{
    background: url("../img/icon/icon-all-green.png") no-repeat left top;
}
.icon.icon-applying{
    background: url("../img/icon/icon-applying.png") no-repeat left top;
}
.icon.icon-applying:hover,
.icon.icon-applying:active,
.icon.icon-applying.active{
    background: url("../img/icon/icon-applying-green.png") no-repeat left top;
}
.icon.icon-handling{
    background: url("../img/new/FPitemIcon02.png") no-repeat left top;
}
.icon.icon-handling:hover,
.icon.icon-handling:active,
.icon.icon-handling.active{
    background: url("../img/new/FPitemIcon01.png") no-repeat left top;
}
.icon.icon-myapply{
    background: url("../img/new/TMIconPel02.png") no-repeat left top;
}
.icon.icon-myapply:hover,
.icon.icon-myapply:active,
.icon.icon-myapply.active{
    background: url("../img/new/TMIconPel01.png") no-repeat left top;
}
.icon.icon-doing{
    background: url("../img/icon/icon-doing.png") no-repeat left top;
}
.icon.icon-doing:hover,
.icon.icon-doing:active,
.icon.icon-doing.active{
    background: url("../img/icon/icon-doing-green.png") no-repeat left top;
}
.icon.icon-done{
    background: url("../img/icon/icon-done.png") no-repeat left top;
}
.icon.icon-done:hover,
.icon.icon-done:active,
.icon.icon-done.active{
    background: url("../img/icon/icon-done-green.png") no-repeat left top;
}
.icon.icon-stop{
    background: url("../img/icon/icon-stop.png") no-repeat center center;
}
.icon.icon-stop:hover,
.icon.icon-stop:active,
.icon.icon-stop.active{
    background: url("../img/icon/icon-stop-green.png") no-repeat center center;
}
.icon.icon-balance{
     background: url("../img/icon/icon-balance.png") no-repeat left top;
 }
.icon.icon-balance:hover,
.icon.icon-balance:active,
.icon.icon-balance.active{
    background: url("../img/icon/icon-balance-green.png") no-repeat left top;
}
.icon.icon-withdraw{
    background: url("../img/icon/icon-withdraw.png") no-repeat left top;
}
.icon.icon-withdraw:hover,
.icon.icon-withdraw:active,
.icon.icon-withdraw.active{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.icon.icon-contract{
    background: url("../img/icon/icon-contract.png") no-repeat left top;
}
.icon.icon-contract:hover,
.icon.icon-contract:active,
.icon.icon-contract.active{
    background: url("../img/icon/icon-contract-green.png") no-repeat left top;
}
.icon.icon-recruitment{
    background: url("../img/icon/icon_recruitment.png") no-repeat left top;
}
.icon.icon-recruitment:hover,
.icon.icon-recruitment:active,
.icon.icon-recruitment.active{
    background: url("../img/icon/icon_recruitment_green.png") no-repeat left top;
}
.icon.icon-lock{
    background: url("../img/icon/icon-lock.png") no-repeat left top;
}
.icon.icon-lock:hover,
.icon.icon-lock:active,
.icon.icon-lock.active{
    background: url("../img/icon/icon-lock-green.png") no-repeat left top;
}
.icon.icon-nameProve{
    background: url("../img/icon/icon-nameProve.png") no-repeat left top;
}
.icon.icon-nameProve:hover,
.icon.icon-nameProve:active,
.icon.icon-nameProve.active{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.icon.icon-nameProve-no{
    background: url("../img/icon/icon-nameprove-no.png") no-repeat left top;
}
.icon.icon-nameProve-gray{
    background: url("../img/icon/icon-nameprove-gray.png") no-repeat left top;
}
.icon.icon-skillProve{
    background: url("../img/icon/icon-skillProve.png") no-repeat left top;
}
.icon.icon-skillProve:hover,
.icon.icon-skillProve:active,
.icon.icon-skillProve.active{
    background: url("../img/icon/icon-skillProve-green.png") no-repeat left top;
}
.icon.icon-skillProve-no{
    background: url("../img/icon/icon-skillprove-no.png") no-repeat left top;
}
.icon.icon-skillProve-gray{
    background: url("../img/icon/icon-skillprove-gray.png") no-repeat left top;
}
.icon.icon-news{
    background: url("../img/icon/icon-news.png") no-repeat left top;
}
.icon.icon-news:hover,
.icon.icon-news:active,
.icon.icon-news.active{
    background: url("../img/icon/icon-news-green.png") no-repeat left top;
}
.icon.icon-place{
    background: url("../img/icon/icon-withdraw.png") no-repeat left top;
}
.icon.icon-place:hover,
.icon.icon-place:active,
.icon.icon-place.active{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.icon.icon-chart{
    background: url("../img/icon/icon-chart.png") no-repeat left top;
}
.icon.icon-chart:hover,
.icon.icon-chart:active,
.icon.icon-chart.active{
    background: url("../img/icon/icon-chart-green.png") no-repeat left top;
}
.icon.icon_skill{
    background: url("../img/icon/icon_skill.png") no-repeat left top;
}
.icon.icon_skill:hover,
.icon.icon_skill:active,
.icon.icon_skill.active{
    background: url("../img/icon/icon_skill_green.png") no-repeat left top;
}
.icon.icon_experience{
    background: url("../img/icon/icon_experience.png") no-repeat left top;
}
.icon.icon_experience:hover,
.icon.icon_experience:active,
.icon.icon_experience.active{
    background: url("../img/icon/icon_experience_green.png") no-repeat left top;
}
.icon.icon-user{
    background: url("../img/icon/icon-user.png") no-repeat left top;
}
.icon.icon-user:hover,
.icon.icon-user:active,
.icon.icon-user.active{
    background: url("../img/icon/icon-user-green.png") no-repeat left top;
}
.icon.icon-zf{
    background: url("../img/icon/icon-zf.png") no-repeat left top;
}
.icon.icon-zf:hover,
.icon.icon-zf:active,
.icon.icon-zf.active{
    background: url("../img/icon/icon-zf-green.png") no-repeat left top;
}

.icon.icon-envelope{
    background: url("../img/icon/icon-envelope.png") no-repeat left 2px;
}
.icon.icon-envelope-k{
    background: url("../img/icon/icon-envelope-k.png") no-repeat center top;
}

.icon-trash{
    background: url("../img/icon/icon-trash.png") no-repeat center 1px;
}
.icon-trash:hover,
.icon-trash:active,
.icon-trash:active{
    background: url("../img/icon/icon-trash-active.png") no-repeat center 1px;
}
.icon.icon-check-circle{
    background: url("../img/icon/icon-check-circle.png") no-repeat center center;
}
.icon.icon-exclamation-circle{
    background: url("../img/icon/icon-exclamation-circle.png") no-repeat center center;
}
.icon-red-jg{
    width: 32px;
    height: 32px;
    background: url("../img/icon/icon-red-jg.png") no-repeat center center;
}
.icon-financial-2x{
    background: url("../img/icon/icon-financlal-2x.png") no-repeat left top;
    -moz-background-size:  100% 100%;
    background-size:  100% 100%;
}
.icon-message-5x{
    background: url("../img/icon/icon-message-5x.png") no-repeat top center;
    /*background-size:  100% 100%;*/
}
.icon-task-5x{
    background: url("../img/icon/icon-task-5x.png") no-repeat top center;
}
.icon-sr-5x{
    background: url("../img/icon/icon-sr-5x.png") no-repeat top center;
}
.icon.icon-order-green{
    background: url("../img/icon/icon-order-green15x.png") no-repeat top center;
    width: 29px;
    height: 28px;
}

/*label*/
.label{
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    padding: 0 5px;
    line-height: 15px;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 5px;
}
.label.label-message{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ec6c00;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 8px;
    margin: 0;
    line-height: 16px;
    padding: 0;
}
/*border*/
.bor-dd{
    border: 1px solid #dde0e4;
}
.bor-ec{
    border: 1px solid #eceff2;
}
.bor-r1f2{
    border-right: 1px solid #f2f2f2;
}
.bor-b1f2{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

/*line-height*/
.lh34{
    line-height: 34px;
}


/*winth*/
.win5,.win6,.win7,.win10,.win14,.win16,.win20,.win25,.win2669,.win284,.win30,.win35,.win42,.win44,.win45,.win50,.win70,.win95{
    float: left;
}
.win5{
    width: 5%;
}
.win6{
    width: 6%;
}
.win7{
    width: 7%;
}
.win10{
    width: 10%;
}
.win14{
    width: 14%;
}
.win16{
    width: 16%;
}
.win176{
    width: 17.666%;
}
.win20{
    width: 20%;
}
.win205{
    width: 20.5%;
}
.win25{
    width: 25%;
}
.win2669{
    width: 26.98%;
}
.win284{
    width: 28.4%;
}
.win30{
    width: 30%;
}
.win323{
    width: 32.333%;
}
.win35{
    width: 35%;
}
.win35{
    width: 35%;
}
.win42{
    width: 42%;
}
.win44{
    width: 44%;
}
.win45{
    width: 45%;
}
.win50{
    width: 50%;
}
.win70{
    width: 70%;
}

.win905{
    width: 90.5%;
}
.win93{
    width: 93%;
}
.win935{
    width: 93.5%;
}
.win95{
    width: 95%;
}
.win965{
    width: 96.5%;
}
.win100{
    width: 100%;
}
/*padding*/
.pad25{
    padding: 25px;
}
.pd-t0{
    padding-top: 0;
}
.pd-tb25{
    padding: 25px 0;
}
.pd-tb30{
    padding: 30px 0;
}
.pd-lr0{
    padding-left: 0;
    padding-right: 0;
}
.pd-lr20{
    padding: 0 10px;
}
.pd-lr20{
    padding: 0 20px;
}
.pd-lr40{
    padding: 0 40px;
}
.pd-l0{
    padding-left: 0;
}
.pd-l8{
    padding-left: 8px;
}
.pd-r0{
    padding-right: 0;
}
.pd-r8{
    padding-right: 8px;
}

/*margin*/
.ma-t3{
    margin-top: 3px;
}
.ma-t10{
    margin-top: 10px;
}
.ma-t15{
    margin-top: 15px;
}
.ma-t20{
    margin-top: 20px;
}
.ma-t20{
    margin-top: 20px;
}
.ma-t30{
    margin-top: 30px;
}
.ma-t40{
    margin-top: 40px;
}

.ma-b10{
     margin-bottom: 10px;
 }
.ma-b15{
    margin-bottom: 15px;
}
.ma-b20{
    margin-bottom: 20px;
}
.ma-b25{
    margin-bottom: 25px;
}
.ma-b30{
    margin-bottom: 30px;
}
.ma-b40{
    margin-bottom: 40px;
}

.ma-l5{
    margin-left: 5px;
}
.ma-l10{
    margin-left: 10px;
}
.ma-l15{
    margin-left: 15px;
}
.ma-l20{
    margin-left: 20px;
}
.ma-l30{
    margin-left: 30px;
}
.ma-l40{
    margin-left: 40px;
}

.ma-r5{
    margin-right: 5px;
}
.ma-r10{
    margin-right: 10px;
}
.ma-r15{
    margin-right: 15px;
}
.ma-r20{
    margin-right: 20px;
}
.ma-r30{
    margin-right: 30px;
}
.ma-r40{
    margin-right: 40px;
}
.ma-lrd60{
    margin: 0 -50px;
}
.ma-lrd40{
    margin: 0 -40px;
}
.ma-bt15{
    margin-bottom:15px;
    margin-top:15px;
}
.ma-bt20{
    margin-bottom:20px;
    margin-top:20px;
}
.ma-bt30{
    margin-bottom:30px;
    margin-top:30px;
}

/*line-height*/
.lh28{
    line-height: 28px;
}

/*表单验证*/
label{
    margin: 0;
    font-weight: normal;
}
.form-horizontal .text-left{
    text-align: left;
}

.form-tips{
    padding: 0 130px 30px 35px;
    color: #a6a9ac;
    line-height: 1.8;
}
.minH560{
    min-height: 560px;
}
.minH450{
    min-height: 450px;
}
.minH375{
    min-height: 375px;
}
.validform_checktip{
    font-size: 10px;
    color: #a6a9ac;
    line-height: 34px;
    padding: 0 10px;
}
.validform_checktip.Validform_wrong{
    color: red;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 34px;
}
.Validform_checktip{
    display: none;
    font-size: 12px;
    color: #a6a9ac;
}
.Validform_wrong{
    display: block!important;
    color: red;
    white-space: nowrap;
    padding: 5px 10px 0;
    line-height: 1;
}
.form-control.Validform_error{
    border-color: #f00;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1;
}
.Strength-progress{
    display: inline-block;
    width: 120px;
    height: 10px;
    margin: 0 10px;
    border-radius: 5px;
    position: relative;
    top: 1px;
    background: #eceff2;
    overflow: hidden;
}
.Strength-progress span{
    display: none;
    float: left;
    width: 40px;
    height: 10px;
    background: #ec6c00;
}
.Strength-progress span.bgStrength {
    display: block;
}
.passwordStrength span.first,
.passwordStrength span.middle,
.passwordStrength span.last{
    display: none;
}
.passwordStrength span.first.bgStrength,
.passwordStrength span.middle.bgStrength,
.passwordStrength span.last.bgStrength{
    display: inline-block;
}

/*用户头像 img*/
.user-touPic-bigger{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #f2f2f2;
}
.user-touPic-bigger img{
    max-width: 100%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f2f2f2;
}
.user-touPic-middle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #f2f2f2;
}
.user-touPic-middle img{
    max-width: 100%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f2f2f2;
}
.user-touPic-small{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    background: #f2f2f2;
}
.user-touPic-small img{
    max-width: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
}
.img204{
    width: 204px;
}
.img120{
    width: 120px;
}
.img85{
    width: 85px;
}
/* 密码强度 */
.passwordStrength{
    color: #a6a9ac;
    font-size: 12px;
    padding: 8px 10px 0;
}
.passwordStrength b{
    font-weight: normal;
}


/*tips-box style*/
.tips-box{
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    width: 200px;
    font-size: 14px;
    left: 50%;
    margin-left: -175px;
    /* right: 15px; */
    margin-top: -20px;
	z-index: 999;
}
/*.tips-box .icon{
    top:4px;
}*/
.tips-success{
    background: #ec6c00;
    color: #fff;
}
.tips-danger{
    background: #ec6c00;
    color: #fff;
}

/*tooltip style*/
.tooltip-inner {
    min-width:100px;
    max-width: 100%;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #60686e;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #60686e;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #60686e;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #60686e;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #60686e;
}


/*modal style*/
.wm-md-modal .modal-dialog{
    width: 460px;
    margin: 20% auto;
}
.wm-md-modal .modal-header{
   background: #00aad6;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}
.modal-title{
    color: #fff;
}
.close {
    float: right;
    font-size: 22px;
    font-weight: lighter;
    line-height: 1.3;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.close:hover,
.close:focus{
    outline: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal-footer{
    background: #f5f8f9;
    border-color: #eceff2;
    border-radius: 0 0 6px 6px;
}
.wm-md-modal .nowrap-text{
    display: inline-block;
    max-width: 56%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}


/*display*/
.display-hide{
    display: none;
}
.display-table{
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}
.table-cell.vertical-top{
    vertical-align: top;
}
.table-cell.vertical-bottom{
    vertical-align: bottom;
}


/*cont-box*/
.cont-box{
    width: 839px;
    height: auto;
}
.cont-main-box{
    display:block;
    height: auto;
}
.cont-main-header{
    height: auto;
    background: #fdfdfd;
    border-bottom: 1px solid #eceff2;
}
.cont-main-header .main-header-title{
    font-size: 18px;
    color: #2d2f32;
    padding: 20px 40px;
    border-left: 2px solid #00aad6;
}
.cont-main-body{
    min-height: 630px;
}


/*checkbox style*/
input[type=checkbox].ace{
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].ace{
    z-index: -100!important;
    width: 1px!important;
    height: 0!important;
}

input[type=checkbox].ace:checked,
input[type=checkbox].ace:focus{
    outline: 0!important;
}

input[type=checkbox].ace+.lbl{
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer;
}

input[type=checkbox].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    content: "\a0";
    background-color: #fff;
    border: 1px solid #a6a9ac;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    display: inline-block;
    text-align: center;
    height: 15px;
    line-height: 14px;
    min-width: 15px;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

input[type=checkbox].ace:checked+.lbl::before{
    display: inline-block;
    content: '\f00c';
    background-color: #00aad6;
    border-color: #00aad6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, .05),
    inset 15px 10px -12px rgba(255, 255, 255, .1);
}
input[type=checkbox].ace.selected+.lbl::before{
    display: inline-block;
    content: '\f00c';
    background-color: #00aad6;
    border-color: #00aad6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, .05),
    inset 15px 10px -12px rgba(255, 255, 255, .1);
}

input[type=checkbox].ace+.lbl:hover::before,
input[type=checkbox].ace:hover+.lbl::before{
    border-color: #00aad6;
}

input[type=checkbox].ace:active+.lbl::before,
input[type=checkbox].ace:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

input[type=checkbox].ace.ace-checkbox-2+.lbl::before{
    box-shadow: none;
}

input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before{
    background-color: #00aad6;
    border-color: #00aad6;
    color: #FFF;
}

input[type=checkbox].ace.disabled+.lbl::before,
input[type=checkbox].ace:disabled+.lbl::before,
input[type=checkbox].ace[disabled]+.lbl::before{
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB;
}

/*radio style*/
input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 100%;
}
label input[type=radio].ace{
    z-index: -100!important;
    width: 1px!important;
    height: 0!important;
}
input[type=radio].ace:checked,
input[type=radio].ace:focus {
    outline: 0!important;
}
input[type=radio].ace+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer;
}
input[type=radio].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: lighter;
    font-size: 8px;
    color: #fff;
    content: "●";
    background-color: #fff;
    border: 1px solid #a6a9ac;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    display: inline-block;
    text-align: center;
    height: 15px;
    line-height: 12px;
    min-width: 15px;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
input[type=radio].ace:checked+.lbl::before,
input[type=radio].ace.selected+.lbl::before{
    display: inline-block;
    content: '●';
    background-color: #fff;
    border-color: #00aad6;
    color: #00aad6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, .05),
    inset 15px 10px -12px rgba(255, 255, 255, .1);
}
input[type=radio].ace+.lbl:hover::before,
input[type=radio].ace:hover+.lbl::before {
    border-color: #00aad6;
}
input[type=radio].ace:active+.lbl::before,
input[type=radio].ace:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}
input[type=radio].ace.ace-checkbox-2+.lbl::before {
    box-shadow: none;
}
input[type=radio].ace.ace-checkbox-2:checked+.lbl::before {
    background-color: #00aad6;
    border-color: #00aad6;
    color: #FFF;
}
input[type=radio].ace.disabled+.lbl::before,
input[type=radio].ace:disabled+.lbl::before,
input[type=radio].ace[disabled]+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB;
}

/*step*/
.prove-step-box{
    padding: 40px;
}
.prove-step-list{
    height: auto;
    overflow: hidden;
}
.prove-step-list li{
    float: left;
    padding: 0 10px;
}
.prove-step{
    text-align: center;
}
.skill-prove .prove-step.arrow{
    padding: 0 6%;
}
.real-prove .prove-step.arrow{
    padding: 0 13.8%;
}
.step-icon{
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f8f9;
}
.skill-prove .step-icon1{
    background: url("../img/step/skill-prove-step1.png");
}
.skill-prove .step-icon2{
    background: url("../img/step/skill-noprove-step2.png");
}
.skill-prove .step-icon3{
    background: url("../img/step/skill-noprove-step3.png");
}
.skill-prove .step-icon4{
    background: url("../img/step/skill-noprove-step4.png");
}
.skill-prove .prove-step.active .step-icon1{
    background: url("../img/step/skill-prove-step1.png");
}
.skill-prove .prove-step.active .step-icon2{
    background: url("../img/step/skill-prove-step2.png");
}
.skill-prove .prove-step.active .step-icon3{
    background: url("../img/step/skill-prove-step3.png");
}
.skill-prove .prove-step.active .step-icon4{
    background: url("../img/step/skill-prove-step4.png");
}
.real-prove .step-icon1{
    background: url("../img/step/real-noprove-step1.png");
}
.real-prove .step-icon2{
    background: url("../img/step/real-noprove-step2.png");
}
.real-prove .step-icon3{
    background: url("../img/step/real-noprove-step3.png");
}

.real-prove .prove-step.active .step-icon1{
    background: url("../img/step/real-prove-step1.png");
}
.real-prove .prove-step.active .step-icon2{
    background: url("../img/step/real-prove-step2.png");
}
.real-prove .prove-step.active .step-icon3{
    background: url("../img/step/real-prove-step3.png");
}
.step-arrow.step-left-arrow{
    display: inline-block;
    width: 18px;
    height: 21px;
    margin-top: 30px;
    background: url("../img/step/step-left-arrow.png") no-repeat top left;
}
.step-bottom-txt{
    font-size: 14px;
    margin-top: 10px;
    color: #60686e;
}

/*pagination style*/
.pagination-box .pagination{
    margin: 20px auto;
}

.pagination-box .pagination>li>a,
.pagination-box .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 9px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #60686e;
    background:none;
    border: none;
    margin-left: 5px;
    border-radius: 4px;
}
.pagination-box .pagination>li:first-child>a,
.pagination-box .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 4px;
    border: 1px solid #c9d0db;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 4px;
    border: 1px solid #c9d0db;
}
.pagination-box .pagination>li>a:focus,
.pagination-box .pagination>li>a:hover,
.pagination-box .pagination>li>span:focus,
.pagination-box .pagination>li>span:hover {
    color: #00aad6;
    background:#f5f8f9;
    border-color: #c9d0db;
    cursor: pointer;
}
.pagination-box .pagination>.active>a,
.pagination-box .pagination>.active>a:focus,
.pagination-box .pagination>.active>a:hover,
.pagination-box .pagination>.active>span,
.pagination-box .pagination>.active>span:focus,
.pagination-box .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00aad6;
    border:none;
    cursor: default;
}
.pagination-box .pagination>.disabled>a,
.pagination-box .pagination>.disabled>a:focus,
.pagination-box .pagination>.disabled>a:hover,
.pagination-box .pagination>.disabled>span,
.pagination-box .pagination>.disabled>span:focus,
.pagination-box .pagination>.disabled>span:hover {
    color: #60686e;
    background-color: #f5f8f9;
    border-color: #c9d0db;
    cursor: not-allowed;
}
/*footer style*/
.wrap{
    width:1170px;
    margin:0 auto;
}
.footer{
    width:100%;
    height:93px;
    background:#f4f6f9;
}
.footer .footer_l ul{
    margin-top: 19px;
    height:30px;
    line-height: 30px;
}
.footer .footer_l ul li{
    margin-right: 32px;
}
.footer .footer_l ul li a{
    color:#959ba1;
}
.footer .footer_l p{
    height:30px;
    line-height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #60686e;
}
.footer .footer_c{
    margin-top: 19px;
    margin-left: 80px;
    line-height: 30px;
    color:#959ba1;
}

.footer .footer_c p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #60686e;
}

.footer .footer_r{
    margin-top: 19px;
    height:52px;
    line-height: 52px;
    color:#959ba1;
}
.footer .footer_r p a{
    display: inline-block;
    width:20px;
    height:18px;
    vertical-align: middle;
    margin-left: 34px;
    position: relative;
}
.footer .footer_r p a.wx{
    background:url(../img/new/userQQIcon.png)no-repeat left center;
}
.footer .footer_r p a.qq{
    background:url(../img/new/userWXIcon.png)no-repeat left center;
}
.footer .footer_r p a.wb{
    background:url(../img/new/userXLIcon.png)no-repeat left center;
}
.footer .footer_r p a.active.wx{
    background:url(../img/icon/icon_help_wx1.png)no-repeat left center;
}
.footer .footer_r p a.active.qq{
    background:url(../img/icon/icon_help_qq1.png)no-repeat left center;
}
.footer .footer_r p a.active.wb{
    background:url(../img/icon/icon_help_wb1.png)no-repeat left center;
}
.footer .footer_r p a .code{
    width:200px;
    height:200px;
    background:#e5e8ed;
    position: absolute;
    top:-220px;
    left:-90px;
}

/*.user-footer{
    width: 100%;
    height: auto;
    background: #f5f8f9;
    border-top: 1px solid #eceff2;
    padding: 25px 0;
    position: absolute;
    !*top: 88%;*!
    bottom: 0;
}
.user-footer .footer-container{
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.footer-nav{
    line-height: 28px;
}
.footer-nav a{
    color: #616870;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}

.footer-nav a:hover,
.footer-nav a:focus{
    color: #00aad6;
    text-decoration: underline;
}
.footer-text span{
    display: inline-block;
    color: #616870;
    font-size: 11px;
    margin-left: 30px;
}
.footer-text span img{
    position: relative;
    top:-2px;
    margin-right: 8px;
}
.footer-text span strong{
    font-size: 16.62px;
    vertical-align: bottom;
    font-weight: normal;
}*/

/*browserAlert style*/
#browser_ie {
    display: block;width: 100%; background-color: #f6f6b4; height: 85px; color: #000; font-size: 15px;position: fixed;
    top: 0;left: 0;z-index: 2;
}
#browser_ie .browser_info {
    margin: 0 auto; width: 800px; padding-top: 17px;
}
#browser_ie .browser_info .notice_info {
    position: relative; margin-top: 5px; float: left;
}
#browser_ie .browser_info .notice_info P {
    text-align: left; line-height: 25px; width: 360px; display: inline-block;
}
#browser_ie .browser_list {
    position: relative; float: left;
    width: auto;
    max-width: 400px;
}
#browser_ie .browser_list span{
    text-align: center; width: 80px; display: inline-block;
}
#browser_ie .browser_list img{
    width: 40px; height: 40px;
}



/*no-data style*/
.noData-box{
    text-align: center;
    background: #f5f8f9;
}
.noData-box.pad-tb16{
    padding: 16% 0;
}
.noData-box.pad-tb6{
    padding: 6% 0;
}

/*datepicker css*/
.datepicker.dropdown-menu{
    z-index: 1001!important;
}
.table-condensed>tbody>tr>td{
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}
.table-condensed>tbody>tr>td.active.day{
    background: #00aad6;
    color: #fff;
    border-radius: 4px;
}
.modal{
    z-index: 10;
}
.modal-backdrop{
    z-index: 9;
}
.edui-editor{
    z-index: 5!important;
}


.text-size20{
    font-size:20px;
}
.text-size14{
    font-size:14px;
}
.text-size12{
    font-size:12px;
}
.cor-bule60{
    color: #60686e;
}
.Withdraw .media-body{
    padding-top: 12px;
}
.red{
    color: #f34141;
}
.cor-60{
    color: #60686e;
    font-size:14px;
}
.cor60{
    color: #60686e;
}
.mg-l{
    margin-left:30px;
    color: #60686e;
    font-size:14px;
}
.mg-l2{
    margin-left:20px;
    color: #60686e;
    font-size:14px;
}
/*滚动条设置*/
.kw-scroll{
	overflow:auto;
}
.kw-scroll::-webkit-scrollbar{
  width: 6px;
  height: 9px;
}

.kw-scroll::-webkit-scrollbar-thumb, 
.kw-scroll::-webkit-scrollbar-thumb:horizontal, 
.kw-scroll::-webkit-scrollbar-thumb:vertical{
  background-color: #dbd6cd;
}

.userInfoBoxNew{
    width:100%;
    height:160px;
    background:#fff;
    padding:30px;
}

.msgorderInfoBoxNew{
    width:100%;
    height:255px;
    margin-top:30px;
}

.leftNewOrderBox{
    float:left;
    width:840px;
    height:100%;
    background:#fff;
    padding:30px;
}

.rightNewInfoBox{
    float:right;
    width:300px;
    height:100%;
    background:#fff;
    padding:30px;
}

.picTableShowBox{
    width:100%;
    height:405px;
    background:#fff;
    margin-top:30px;
    padding:30px 60px 30px 60px;
    position:relative;
}

.fontChartS{
    position:absolute;
    top:55px;
    left:38px;
    font-size:16px;
    color:#333;
    font-family:"MicrosoftYaHei"
}

.userIndexSeleC{
    width:140px;
    height:30px;
    position:absolute;
    right:60px;
    top:50px;
    z-index:10000;
}

.leftUserInfoBox{
    width:470px;
    height:100px;
    float:left;
    border-right:1px solid #eaeef3; 
}

.RightUserItmeBox{
    width:630px;
    height:100px;
    float:left;
}

.userAvatarS{
    float:left;
    width:86px;
    height:100px;
    text-align: center;
    line-height:96px;
    margin-right:20px;
}

.userAvatarS>img{
    width:86px;
    height:86px;
    border-radius:50%;
}

.userNameTitleS{
    margin-top:10px;
}

.nameTexts{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    color: #2d2f32;
    padding-right:5px;
}

.userNameTitleS>img{
    width:19px;
    height:19px;
    border-radius:50%;
    position:relative;
    top:-3px;
}

.moneySeeBox{
    margin-top:12px;
}

.moneyCountS{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #60686e;
    padding-right:30px;
}

.seeMoneyAdminS,.activeMoneyS{
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ec6c00;
}

.seeMoneyAdminS{
    padding-right:30px;
}

.seeMoneyAdminS:hover,.activeMoneyS:hover{
    opacity:.8;
    color:#ec6c00;
    text-decoration:none;
}

.orderDateBox{
    margin-top:5px;
}

.dateInTtile{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #60686e;
    padding-right:10px;
}

.OrderInTtile{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #60686e;
}

.userShowNumberList{
    width:510px;
    margin:0 auto;
    height:100px;
}

.userShowNumberList>li{
    width:90px;
    height:100px;
    margin-right:50px;
    float:left;
}

.userShowNumberList>li:last-child{
    margin-right:0;
}

.NumberShowItem{
    text-align: center;
    margin-top:10px;
    font-family: ArialMT;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #2d2f32;
}

.NumberShowItemTitle{
    margin-top:5px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #60686e;
}

.newORderText{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #2d2f32;
}

.modelSeeLink{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #ec6c00;
}

.modelSeeLink:hover{
    opacity:.8;
    color: #ec6c00;
    text-decoration:none;
}

.newOrderListBox{
    width:100%;
    margin-top:10px;
}

.newOrderListBox>li{
    width:100%;
    height:45px;
    line-height: 45px;
    border-bottom:1px solid #eaeef3;
}

.newOrderListBox>li:last-child{
    border-bottom:none;
}

.sendItmeNumber{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #60686e;
}

.sendItmeNumber>a{
    font-family: MicrosoftYaHei-Bold;
    font-size: 12px;
    letter-spacing: 0px;
    color: #44546b;
}

.sendItmeNumber>a:hover{
    text-decoration:none;
}

.sendTimeShowBox{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #a6a9ac;
}

.listBannerInfoBox{
    margin-top:10px;
    width:100%;
}

.listBannerInfoBox>li{
    width:100%;
    height:35px;
    line-height: 35px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.listBannerInfoBox>li>a:hover{
    text-decoration:none;
}

.sendBannerItme{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #a6a9ac;
    padding-right:3px;
}

.syselBoxNumber{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #60686e;
}

.FPItmeBox{
    width:840px;
    height:855px;
    background-color: #ffffff;
    border: solid 1px #edf1f7;
}

.FpitmeHeaderBox{
    width:100%;
    height:65px;
    border-bottom:1px solid #eceff2;
    padding:0 30px;
}

.titleFPItme{
    height:65px;
    line-height: 65px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    color: #2d2f32;
    position:relative;
}

.titleFPItme>b{
    position:absolute;
    width: 2px;
    height: 18px;
    background-color: #359ec3;
    top:24px;
    left:-30px;
}

.searchInputBtn{
    height:65px;
    line-height: 65px;
}

.inputSubmitStyle{
    width: 143px;
    height: 32px;
    display:inline-block;
}

.inputSubmitStyle::-webkit-input-placeholder { 
    color:#a6a9ac;
}
.inputSubmitStyle:-moz-placeholder { 
   color:#a6a9ac;
}
.inputSubmitStyle::-moz-placeholder { 
   color:#a6a9ac;
}
.inputSubmitStyle:-ms-input-placeholder { 
   color:#a6a9ac;
}

.searchBtnSub{
    width: 55px;
    text-align:center;
    line-height: 28px;
    height: 32px;
    background-color: #ec6c00;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
    display:inline-block;
    margin-left:10px;
    outline:none;
    border:1px solid #ec6c00;
    cursor:pointer;
}

.searchBtnSub{
    color:#ffffff;
    opacity:.8;
    border:1px solid #ec6c00;
}

.stateListBox{
    margin-top:20px;
    width:100%;
    padding:0 30px;
}

.stateTitleItme{
    float:left;
    width:40px;
    height:30px;
    line-height: 30px;
    margin-right:5px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #60686e;
}

.listStateBoxI{
    float:left;
    width:720px;
}

.listStateBoxI>li{
    float:left;
    margin-right:15px;
    border-radius: 4px;
    margin-bottom:10px;
}

.listStateBoxI>li>a{
    display:block;
    padding:4px 8px;
    border-radius: 4px;
    color: #60686e;
}

.listStateBoxI>li>a:hover{
    text-decoration:none;
    background:#ec6c00;
    color:#fff;
}

.listStateBoxI>li>a:focus{
    text-decoration:none;
}

.listStateBoxI>li.activeState>a{
    background:#ec6c00;
    color:#fff;
}

.itemInfoListEnd{
    margin-top:10px;
    padding:0 30px;
}

.itemInfoListEnd>li{
    width:100%;
    max-height:145px;
    border-bottom:1px solid #eceff2;
}

.itemInfoListEnd>li>a{
    display:block;
    width:100%;
    height:100%;
    padding:30px 0;
}

.itemInfoListEnd>li>a:hover,
.itemInfoListEnd>li>a:focus{
    text-decoration:none;
}

.titleStateOrderBox{
    width:100%;
    height:22px;
}

.titleBtnStaBox{
    height:22px;
}

.titleSendItemS{
    display:inline-block;
    line-height: 22px;
    height:22px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: normal;
    color: #444737;
    margin-right:3px;
}

.stateShowSmall{
    display:inline-block;
    width: 45px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    background-color: #ec6c00;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color:#fff;
}

.timeSendItemM{
    height:22px;
    line-height: 22px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #a6a9ac;
}

.submitDateBox{
    margin-top:5px;
}

.submitItmeSet{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    color: #60686e;
    padding-right:10px;
}

.moneyRedNub{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #db5a6f;
}

.tableTapSHowBOx{
    margin-top:10px;
}

.tapShowStyleI{
    display:inline-block;
    padding:2px 4px;
    background-color: #f4f6f9;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #a6a9ac;
    margin-right:5px;
}

.pageListSelectBOx{
    margin-top:30px;
    text-align: center;
}

.rightStyleFont{
    line-height: 22px;
    height: 22px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: normal;
    color: #444737;
}

.moneyRedNubM1{
    font-family: MicrosoftYaHei;
    font-size:16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ff0000;
}

.dateMoneyShowM{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #444737;
}

.btnHeaderBoxMe{
    height:65px;
    line-height: 65px;
    margin-right:30px;
}

.BtnBlueStyle{
    display:inline-block;
    width:70px;
    height:30px;
    text-align: center;
    line-height: 30px;
    border-radius:4px;
    background:#ec6c00;
    color:#fff;
    font-size:14px;
}

.BtnBlueStyle:hover,.BtnGaryStyle:hover{
    opacity:.8;
    color:#fff;
    text-decoration:none;
}

.BtnGaryStyle{
    display:inline-block;
    width:70px;
    height:30px;
    text-align: center;
    line-height: 30px;
    border-radius:4px;
    background:#ccc;
    color:#fff;
    font-size:14px;
}

.stepImgShowBoxS{
    margin-top:100px;
    text-align: center;
    height:100px;
}

.stepImgShowBoxS>img{
    height:100px;
    width: 100px;
}

.warningInfoStepS{
    margin-top:15px;
    text-align: center;
    color:#333;
    font-size:16px;
}

.warningInfoStepS>a{
    color:#ec6c00;
}

.warningInfoStepS>a:hover{
    opacity:.8;
    color:#ec6c00;
    text-decoration:none;
}

.theaderDataGood>tr>th,
.theaderDataGood>tr>td{
    font-size:12px;
}

.theaderDataGood>tr>th{
    text-align: center !important;
}