﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-family:'Microsoft YaHei';
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
font-family:'Microsoft YaHei';
font-size: 100%;
/*vertical-align: baseline;*/
background: transparent;
}
table {
    border-collapse: collapse;
}

body {
    line-height: 1;
}
.frame-body{
    min-width:1200px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
a{
    text-decoration:none
}

/* 统一颜色 start */
.page{
    background:#eeeeee;
}
.text-red{
    color:#54AA7B;
}
.bg-red{
    background-color:#54AA7B;
}
.pointer{
    cursor:pointer;
}
.hold-btn-red{
    cursor:pointer;
    border:1px solid #FF7F7F;
    color:#FF7F7F;
}
.fill-btn-blue{
    cursor:pointer;
    background:#2468f2;
    color:#ffffff;
}
.fill-btn-red{
    cursor:pointer;
    background:#fe8888;
    color:#ffffff;
}
.fill-btn-orange{
    cursor:pointer;
    background:#ff9d46;
    color:#ffffff;
}
.asset-item .asset-info .float-r.fill-del-btn{
    padding:0;
    width:16px;
    height:18px;
    margin:5px 0;
    background:url('/images/BakImage/出让方、竞价人/删除.png') no-repeat;
    background-size:100% 100%;
}
.text-blue{
    color:#20C386;
}
.bg-blue{
    background:#20C386;
}
.hold-btn-blue{
    cursor:pointer;
    border:1px solid #5BBAEE;
    color:#5BBAEE;
}
.text-gray{
    color:#919191;
}
.bg-gray{
    background:#fe8888;
}
.hold-btn-gray{
    cursor:pointer;
    border:1px solid #919191;
    color:#919191;
}
.text-green{
    color:#4eff00;
}
.bg-green{
    background:#4eff00;
}
.hold-btn-green{
    cursor:pointer;
    border:1px solid #4eff00;
    color:#4eff00;
}
.text-orange{
    color:#FF9D45;
}
.bg-orange{
    background:#FF9D45;
}
.hold-btn-orange{
    cursor:pointer;
    border:1px solid #FF9D45;
    color:#FF9D45;
}
/* 统一颜色 end */

/* 统一百分比布局 start */
.tb-table{
    position:relative;
}
.tb-table .tb-col-1,.tb-table .tb-col-2,.tb-table .tb-col-3,
.tb-table .tb-col-4,.tb-table .tb-col-5,.tb-table .tb-col-6,
.tb-table .tb-col-7,.tb-table .tb-col-8,.tb-table .tb-col-9,
.tb-table .tb-col-10,.tb-table .tb-col-11,.tb-table .tb-col-12,
.tb-table .tb-col-13,.tb-table .tb-col-14,.tb-table .tb-col-15,
.tb-table .tb-col-16,.tb-table .tb-col-17,.tb-table .tb-col-18,
.tb-table .tb-col-19,.tb-table .tb-col-20,.tb-table .tb-col-21,
.tb-table .tb-col-22,.tb-table .tb-col-23,.tb-table .tb-col-24{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:center;
    float:left;
}
.nomal-tb{
    width:100%;
    margin-bottom:12px;
    border-bottom:1px solid #e0e0e0;
    box-sizing:border-box;
}
.nomal-tb .nomal-tr{
    width:100%;
    height:30px;
    border-left:1px solid #e0e0e0;
    box-sizing:border-box;
}
.nomal-tb .nomal-tr:last-child{
    border-bottom:1px solid #e0e0e0;
}
.nomal-tb .nomal-tr>div{
    border-right:1px solid #e0e0e0;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    box-sizing:border-box;
    height:30px;
    float:left;
    padding:0 5px;
    box-sizing:border-box;
    line-height:30px;
    font-size:12px;
}
.nomal-tb .nomal-tr>.tb-title{
    background:#f5f5f5;
}
.nomal-tb .tb-btn{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    border-radius:0 0 10px 10px;
    box-sizing:border-box;
    text-align:center;
    margin-top:1px;
    background:#E4F6FF;
}
.tb-col-1{width:4%;}
.tb-col-2{width:8%}
.tb-col-3{width:12%}
.tb-col-4{width:16%}
.tb-col-5{width:20%}
.tb-col-6{width:24%}
.tb-col-7{width:28%}
.tb-col-8{width:32%}
.tb-col-9{width:36%}
.tb-col-10{width:40%}
.tb-col-11{width:44%}
.tb-col-12{width:48%}
.tb-col-13{width:52%}
.tb-col-14{width:56%}
.tb-col-15{width:60%}
.tb-col-16{width:64%}
.tb-col-17{width:68%}
.tb-col-18{width:72%}
.tb-col-19{width:76%}
.tb-col-20{width:80%}
.tb-col-21{width:84%}
.tb-col-22{width:88%}
.tb-col-23{width:92%}
.tb-col-24{width:96%}

/* 统一百分比布局 end */

.fl{
    float:left;
}
.fr{
    float:right;
}
.nodata-wrap{
    width:216px;
    height:138px;
    position:absolute;
    top:45%;
    left:50%;
    margin-top:-78px;
    margin-left:-108px;
}
.nodata-wrap>img{
    width:100%;
    height:100%;
}
.nodata-wrap>p{
    width:100%;
    height:22px;
    line-height:22px;
    font-size:14px;
    position:absolute;
    color:#20C386;
    bottom:-22px;
    left:0;
    text-align:center;
}
.max-width-2{
    max-width:20%;
}
.max-width-3{
    max-width:30%;
}
.max-width-5{
    max-width:50%;
}


/*方形复选框*/
.tip-wrap{
    position:relative;
    line-height:44px;
    font-size:14px;
}
.tip-wrap input[type=checkbox]{
    visibility:hidden;
}
.tip-wrap input[type=checkbox]:checked +label:before{/*before为伪元素可以在元素之后添加内容*/
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 16px;
    color: #ffffff;
	background: #2468f2;
}

.tip-wrap .agreement{
    margin-left:5px;
}
.tip-wrap .agree-info{
    cursor:pointer;
    color:#2468f2;
}
.tip-wrap .cb-label{
	display: block;
    width: 16px;
    height: 16px;
	line-height: 16px;
    cursor: pointer;
    position: absolute;
	border:  1px solid #ccc;/*改变复选框的边框颜色也可以不要边框*/
    top:12px;
    left:0;
}
/* fixed页面布局 start */
.fixed-page-container{
    width:100%;
    height:100%;
    background:#f5f5f5;
    min-height:calc(100vh - 280px);
    margin-top:60px;
}
.fixed-page-container .center-wrap{
    
    width:70.76%;
    height:100%;
    min-width:1100px;
    position:relative;
}
.fixed-page-container .center-wrap .pagination-box{
    width:100%;
}

.fixed-page-container .fixed-left{
    height:100%;
    width:12.53%;
    float:left;
    padding:30px 10px;
    box-sizing:border-box;
    background:#ffffff;
    border-radius:8px;
    text-align:center;
}
.fixed-page-container .fixed-left .fixed-title-img{
    width:20px;
    height:20px;
    /*float:left;*/
    vertical-align:middle;
    display:inline-block;
}
.fixed-page-container .fixed-left .fixed-title-img>img{
    width:100%;
    height:100%;
}
.fixed-page-container .fixed-left .fixed-title-text{
    margin-left:10px;
    color:#20C386;
    font-size:14px;
    line-height:20px;
    cursor:pointer;
    /*float:left;*/
    display:inline-block;
    
}
.fixed-page-container .fixed-left .fixed-nav-text{
    margin-left:10px;
    font-size:14px;
    line-height:20px;
    cursor:pointer;
    display:inline-block;
    
}
.fixed-page-container .fixed-left .fixed-title-back{
    margin-left:10px;
    color:#aaaaaa;
    font-size:14px;
    line-height:20px;
    float:left;
    cursor:pointer;
}
.fixed-page-container .fixed-left .fixed-nav-lg .fixed-nav-item{
    width:100%;
    height:50px;
    line-height:50px;
    border-bottom:1px solid #eeeeee;
    text-align:left;
    box-sizing:border-box;
    cursor:pointer;
    padding-left: 30px;

}                    
.fixed-page-container .fixed-left .fixed-nav-sm .fixed-nav-item{
    width:100%;
    height:32px;
    line-height:32px;
    font-size:14px;
    color:#333333;
    cursor:pointer;
}
.fixed-page-container .fixed-left .fixed-nav-sm .fixed-nav-item.active,
.fixed-page-container .fixed-left .fixed-nav-sm .fixed-nav-item:hover{
    color:#5bbbee;
    position:relative;
}
.fixed-page-container .fixed-left .fixed-nav-sm .fixed-nav-item.active:before,
.fixed-page-container .fixed-left .fixed-nav-sm .fixed-nav-item:hover:before{
    content:'';
    width:4px;
    height:4px;
    border-radius:50%;
    background:#5bbbee;
    position:absolute;
    top:15px;
    left:-10px;
}
.fixed-page-container .fixed-left .fixed-nav-sm>p{
    width:100%;
    height:32px;
    line-height:32px;
    font-size:16px;
    color:#5bbbee;
    font-weight:bold;
}
.fixed-page-container .fixed-left .fixed-nav-lg .active,
.fixed-page-container .fixed-left .fixed-nav-lg .fixed-nav-item:hover{
    background:#5bbbee;
    color:#ffffff;
}
.fixed-page-container .fixed-right{
    height:100%;
    min-height:calc(100vh - 180px);
    width:85.83%;
    float:right;
    border-radius:8px;
    position:relative;
}

.fixed-header{
    width:100%;
    height:50px;
    line-height:20px;
    border-bottom:1px solid #eeeeee;
    padding:15px 20px;
    box-sizing:border-box;
    text-align:left;
}
.fixed-header>span{
    border-left:3px solid #20C386;
    padding-left:10px;
    box-sizing:border-box;
    color:#20C386;
}
.fixed-type{
    /*height:50px;*/
    padding:16px 20px;
    box-sizing:border-box;
    line-height:18px;
    width:77.67%;
    background:#ffffff;
    border-radius:8px 8px 0 0;
    display: flex;
    justify-content: flex-start;
}
.fixed-type .type-title{
    width:75px;
    line-height:34px;
    text-align:left;
    color:#999999;
    font-size:14px;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
}
.fixed-type ul{
    width: calc(100% - 75px);
    max-height:34px;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
    padding-right:50px;
}
.fixed-type li{
    margin-left:20px;
    font-size:12px;
    color:#666666;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    font-weight:400;
    cursor:pointer;
    min-height:34px;
    box-sizing:border-box;
    padding:0 14px;
    height:34px;
    line-height:34px;
    margin-bottom:8px;
}
.fixed-type li.active,
.fixed-type li:hover{
    color:#54AA7B;
    border:1px solid #fff !important;
    
    background: rgba(84, 170, 123, 0.1);
}
.fixed-type-btn{
    position:absolute;
    line-height:36px;
    right:0;
    cursor:pointer;
    display:none;
}
.fixed-btn-wrap{
    width:21.36%;
    height:100px;
    background:#ffffff;
    position:absolute;
    top:0;
    right:0;
    border-radius:8px;
}
.fixed-btn-wrap .fixed-btn{
    width:180px;
    height:40px;
    border-radius:8px;
    border:1px solid #2468f2;
    box-sizing:border-box;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-90px;
    margin-top:-20px;
    line-height:40px;
    cursor:pointer;
}
.fixed-btn-wrap .fixed-btn-new{
    width:200px;
    height:40px;
    border-radius:8px;
    border:1px solid #2468f2;
    box-sizing:border-box;
    line-height:40px;
    cursor:pointer;
    text-align:center;
}
.fixed-btn-new span{
    color: #2468f2;
}
.fixed-btn-wrap .fixed-btn>img{
    width:16px;
    height:16px;
    float:left;
    margin:12px 6px 12px 60px;
}
.fixed-btn-wrap .fixed-btn>span{
    font-size:16px;
    line-height:16px;
    margin-top:12px;
    float:left;
    color:#2468f2;
}
.fixed-search{
    width:77.67%;
    min-height:50px;
    padding:0px 20px 0;
    line-height:34px;
    box-sizing:border-box;
    background:#ffffff;
    border-radius:0 0 8px 8px;
}
.fixed-search .search-title{
    float:left;
    color:#666;
    font-size:14px;
    margin-right:14px;
}
.fixed-search>input{
    height:34px;
    width:200px;
    margin-right:10px;
    float:left;
    padding:0 10px;
    border:1px solid #DDDDDD;
    box-sizing:border-box;
    border-radius:4px;
}
.fixed-search-input{
    height:34px;
    width:152px;
    padding:0 10px;
    border:1px solid #DDDDDD;
    box-sizing:border-box;
    border-radius:4px;
}
.space{
    margin:0 10px;
}
.fixed-search>select{
    height:34px;
    width:200px;
    margin-right:10px;
    float:left;
    padding:0 10px;
    border:1px solid #e0e0e0;
    box-sizing:border-box;
    border-radius:4px;
}
.fixed-search>.WdatePicker{
    height:34px;
    width:440px;
    margin-right:10px;
    float:left;
    padding:0 5px;
    border:1px solid #e0e0e0;
    box-sizing:border-box;
    border-radius:4px;
}
.fixed-search>.WdatePicker>img{
    width:16px;
    height:16px;
    margin:8px 0;
    float:left;
}
.fixed-search>.WdatePicker>span{
    height:32px;
    line-height:32px;
    float:left;
    width:20px;
    text-align:center;
}
.fixed-search>.WdatePicker>input{
    width:180px;
    height:32px;
    border:none;
    float:left;
    padding:0 5px;
    box-sizing:border-box;
    border-radius:4px;
    outline:none;
    text-align:center;
}
.fixed-search .search-btn{
    width:54px;
    height:34px;
    border-radius:4px;
    float:left;
    background:#54AA7B;
    background-size:100% 100%;
    margin:0 0;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
}
.fixed-search .clear-btn{
    font-size:14px;
    cursor:pointer;
    text-decoration:underline;
    color:#919191;
    margin-left:5px;
    float:left;
}
/* fixed页面布局 end */

/* 滚动条样式 start */
::-webkit-scrollbar {
    width:9px;
    height:9px;
}
::-webkit-scrollbar-track {
    width: 6px;
    background-color:#ffffff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
::-webkit-scrollbar-thumb {
    background-color:#eeeeee;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
::-webkit-scrollbar-thumb:hover {
        background-color:#808080;
}
/* 滚动条样式 end */

.clearfix:after{
    content: '.';
    display: block;                                        
    height: 0;
    visibility: hidden;
    clear: both;
}
ul{
    padding:0;
}
li{
    list-style:none;
}
.index-center-wrap{
    width:70.76%;
    min-width:1000px;
    height:100%;
    margin:0 auto;
}
.center-wrap{
    min-width:1000px;
    height:100%;
    margin:0 auto;
}
/*.public-header{
    height:200px;
}*/
.line-text-overflow{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.float-l{
    float:left;
}
.float-r{
    float:right;
}

.back {
    float: right;
    font-size: 15px;
    color: #B8B8B8;
    cursor: pointer;
    display: none;
}
.fixed-type:after{
    content: '.';
    display: block;                                        
    height: 0;
    visibility: hidden;
    clear: both;
}
.fixed-type>ul{
    float: left;
}
.fixed-type>ul:after{
    content: '.';
    display: block;                                        
    height: 0;
    visibility: hidden;
    clear: both;
}

.matterbid-span {
    display: inline-block;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*自定义radio样式*/
.label{
    line-height: 26px;
    display: inline-block;
    margin-left: 5px;
    margin-right:15px;
    color: #bbbbbb;
}
.radio_type{
    width: 20px;
    height: 20px;
    position: relative;
    cursor:pointer;
}
.radio_type:checked:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #2468f2;
    background:#2468f2;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after{
    content: '';
    width: 10px;
    height:5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left:5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.radio_type:checked+label{
    color: #2468f2;
}
.crumb{
    height:40px;
    line-height:40px;
    width:100%;
    font-size:12px;
}
.crumb>img{
    width:12px;
    height:16px;
    margin:12px 5px 12px 0;
    float:left;
}
.crumb>a{
    color:#20C386;
    cursor:pointer;
    float:left;
}
.crumb>span{
    color:#999999;
    float:left;
    margin:0 5px;
}
.format-ori-center{
    width:710px;
    margin:0 auto;
}
.flow-wrap>li{
    display:none;
}
.flow-wrap>li.active{
    display:block;
}
.flow-wrap>li>.step-top{
    width:100%;
    height:80px;
    border-bottom:1px solid #eeeeee;
    box-sizing:border-box;
    padding:25px 0;
}
.flow-wrap .reg-center{
    width:470px;
    margin:0 auto;
}
.flow-wrap .reg-center.four-step-flow{
    width:652px
}
.flow-wrap>li>.step-top .second-off,
.flow-wrap>li>.step-top .second-on{
    width:163px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    font-size:14px;
    text-align:center;
    float:left;
    background-size:100% 100%;
}
.flow-wrap>li>.step-top .second-off{
    background:url('/images/BakImage/网站/流程中灰.png') no-repeat;
}
.flow-wrap>li>.step-top .second-on{
    background:url('/images/BakImage/网站/流程中.png') no-repeat;
}
.flow-wrap>li>.step-top .first-on{
    width:163px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    font-size:14px;
    text-align:center;
    float:left;
    background-size:100% 100%;
    background:url('/images/BakImage/网站/流程头.png') no-repeat;
}
.flow-wrap>li>.step-top .third-on,
.flow-wrap>li>.step-top .third-off{
    width:144px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    font-size:14px;
    text-align:center;
    float:left;
    background-size:100% 100%;
}
.flow-wrap>li>.step-top .third-off{
    background:url('/images/BakImage/网站/流程尾灰.png') no-repeat;
}
.flow-wrap>li>.step-top .third-on{
    background:url('/images/BakImage/网站/流程尾.png') no-repeat;
}
.flow-btn-wrap{
    width:500px;
    height:40px;
    margin:30px auto 0;
}
.flow-btn-wrap .flow-pre-btn{
    width:110px;
    border-radius:4px 0 0 4px;
    background:#d6d6d6;
    color:#ffffff;
    text-align:center;
    height:40px;
    line-height:40px;
    font-size:16px;
    margin-right:10px;
    float:left;
    cursor:pointer;
}
.flow-btn-wrap .flow-next-btn{
    width:260px;
    border-radius:0 4px 4px 0;
    background:#54AA7B;
    color:#ffffff;
    text-align:center;
    height:40px;
    line-height:40px;
    font-size:16px;
    margin-right:10px;
    float:left;
    cursor:pointer;
}
.flow-btn-wrap .flow-tempsave-btn{
    width:110px;
    border-radius:4px 0 0 4px;
    background:#54AA7B;
    color:#ffffff;
    text-align:center;
    height:40px;
    line-height:40px;
    font-size:16px;
    float:right;
    cursor:pointer;
}
/* 表单居中 */
.center-item{
    text-align:center;
}
.center-item>label{
    text-align:right;
    margin-right:20px;
    width:100px;
    display:inline-block;
}
.center-item>div{
    display:inline-block;
    vertical-align:middle;
}
.center-item>.form-btn-wrap{
    width:320px;
    height:40px;
    line-height:40px;
    padding:0 10px;
    font-size:14px;
    box-sizing:border-box;
    border-radius:5px;
    padding:0;
    
}
.center-item>.input{
    width:320px;
    height:40px;
    line-height:40px;
    padding:0 10px;
    font-size:14px;
    box-sizing:border-box;
    border:1px solid #dddddd;
    border-radius:5px;
    padding:0;
    
}
.center-item>.input>input{
    border:none;
    outline:none;
    padding:0 10px;
    box-sizing:border-box;
    width:100%;
    height:100%;
    border-radius:5px;
    float:left;
}
.center-item>.input>input.code-input{
    width:190px;
}
.center-item>.input>button{
    width:126px;
    height:40px;
    line-height:38px;
    border-radius:0 4px 4px 0;
    border:none;
    padding:0 10px;
    float:right;
    box-sizing:border-box;
    background:linear-gradient(180deg,rgba(238,238,238,1),rgba(204,204,204,1));
    cursor:pointer;
}
.center-item>span{
    display:inline-block;
    width:320px;
    height:40px;
    line-height:40px;
    text-align:right;
    font-size:12px;
    color:#ff7070;
}
.center-item>span>span{
    cursor:pointer;
}
.center-item>.confirm-btn{
    text-align:center;
    margin:10px 0 80px 0;
    font-size:16px;
    color:#ffffff;
    background:#54AA7B;
    height:40px;
    line-height:40px;
    border-radius:4px;
    width:320px;
    cursor:pointer;
}
.center-item>.form-btn-wrap>div{
    color:#ffffff;
    text-align:center;
    height:40px;
    line-height:40px;
    cursor:pointer;
}
.center-item>.form-btn-wrap>div.cancel-btn{
    width:100px;
    background:#dddddd;
    border-radius:4px 0 0 4px;
    float:left;
}
.center-item>.form-btn-wrap>div.confirm-btn{
    width:210px;
    background:#2468f2;
    border-radius:0 4px 4px 0;
    float:right;
}

/*成功提示*/
.reg-center .success-icon{
    width:30px;
    height:30px;
    margin:123px auto 0;
    background:url('/images/BakImage/网站/成功.png') no-repeat;
    background-size:100% 100%;
}
.reg-center .success-text{
    width:100%;
    line-height:40px;
    font-size:16px;
    color:#ff7800;
    text-align:center;
}
.reg-center .reg-success-btn{
    width:300px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#ffffff;
    font-size:16px;
    cursor:pointer;
    margin:70px auto 0;
    border-radius:8px;
    background:#2468f2;
}
.changepwd-icon {
    width: 16px;
    height: 16px;
    background: url(/images/BakImage/网站/密码提示.png) no-repeat;
    background-size: 100%;
    float: right;
    margin: 11px 0;
    cursor: pointer;
    right: 15px;
    position: absolute;
}

.pwd-icon-tip {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    padding: 12px;
    box-sizing: border-box;
    position: absolute;
    top: -49px;
    right: 5px;
    border-radius: 4px;
    line-height: 12px;
    display: none;
    width: 249px;
}

.pwd-icon-tip:after {
    content:'';
    width:0;
    height:0;
    border-top:8px solid #000000;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    position:absolute;
    bottom:-8px;
    right:10px;
}
.changpwd-tips span {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 2px;
}
.changpwd-pwdlelel {
    float: left; 
    height: 20px; 
    width: 100%; 
    margin-top: 8px;
    display: none;
}
.back-img{
    float: left;
    margin-left: 27px;
    cursor:pointer;
}

#tbCheckStatus {
    font-size: 14px;
}

.text-prompt {
    margin-top: 4px;
    font-size: 12px;
    color: red;
}