@CHARSET "UTF-8";
/*主样式*/
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-input-placeholder-color: #aaa;
}

.rightj{
	background: url(../../css/images/button_09.png) no-repeat right 15px center;
	background-size: 8px 12px;
}

html,body {
	font-family: 'Microsoft YaHei' !important;
	font-size: 14px;
	cursor: default;
}

ul,li {
	list-style: none;
}
.eblock-body{
	font-size: 14px;
	background-color: #f8f8f8;
}
.eblock-body li{
	border-bottom: 1px solid #e0e0e0;
	/* border-top: 1px solid #dadada; */
	display: -webkit-box;
	height: 50px;
	line-height: 50px;
	position: relative;
	background-color:#ffffff;
}
.epblock-body{
		font-size: 15px;
		background-color: #ffffff;
		padding: 0;	
} 
.epblock-body li{
		border-bottom: 1px solid #e0e0e0;
		display: -webkit-box;
		height: 50px;
		line-height: 50px;
		position: relative;
		background-color:#ffffff;
		margin-left: 15px; 
}
.epblock-body .item-media {
     width: 35%; 
    color: #333333;
    font-size:15px;
}
.epblock-body .item-inner {
    width: 60%;
    height: auto;
    text-align: left;
    font-size:15px;
    color:#333333;
}
.epblock-body li .item-inner .line-short{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
 .epblock-body .item-content.riqistart{
    background:url("../../css/images/pictures/startdate.png") no-repeat right 15px center;
    background-size: 21px 22px;
}
.epblock-body .item-content.riqiend{
    background:url("../../css/images/pictures/enddate.png") no-repeat right 15px center;
    background-size: 21px 22px;
} 
body {
	background-color:#ffffff;
}

a {
	text-decoration: none;
	color: #0DA8C6;
}

input {
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-ms-user-select: auto;
	-khtml-user-select: auto;
	user-select: auto;
	border: none;
	font-size: 14px;
	height: 25px;
	line-height: 20px;
	/* background-color: #f8f8f8; */
}
.load-body{
		font-size: 17px;
		background-color: #ffffff;
		padding: 0;	
} 
.load-body li{
		border-bottom: 1px solid #e0e0e0;
		/* border-top: 1px solid #dadada; */
		display: -webkit-box;
		height: 50px;
		line-height: 50px;
		position: relative;
		background-color:#ffffff;
		margin-left: 15px; 
}
.load-body .item-media {
    width: 35%;
    color: #333333;
    font-size:15px;
}
.load-body .item-inner {
    width: 60%;
    height: auto;
    text-align: left;
    font-size:15px;
    color:#b0b0b0;
}
/*有下拉框的*/

.list-block.list-select .item-self{
	 padding-right: 21px;
}
.item-select{
	text-align: right;
}
.list-block.list-select .item-inner{
	padding-right: 21px !important;
}
.list-block.list-select .item-select{
	padding-right: 0px !important;
}
.list-block.list-select .item-select2{
	padding-right: 10px !important;
}
.list-block.list-select .item-inner select{
	padding-right: 21px;
}
.hidden {

	display: none !important;
}

.clear {
	clear: both;
	height: 10px;
}

.blue {
	color: #157efb;
}

.red {
	color: #fc3e39;
}

.green {
	color: #53d769;
}

.bg-warn {
	background: #E00;
}

.bg-info {
	background: #87bb3b;
}

.page{
    /**
    *页面加速滚动
    */
 -webkit-overflow-scrolling: 0; 

    padding: 0px 10px;
}
/**input框清除按钮相关*/

/**
 * Panel 
 */
.panel {
	border: solid 1px ;
	border-color:#DFDEE4;
/* 	margin-top:10px; */
	padding-bottom: 10px;
	background-color: #FFFFFF
}

.panel .title { 
/* 	padding-top: 10px; */
	padding-left: 10px;
	padding-right: 10px;
}

.panel .title b {
	line-height: 40px;
	font-size: 15px;
}

.panel .title>div,.tabs>div>span {
	background-size: 22px 22px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 26px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}
.pane2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


body{
	background: #fdfdfd;
}
.page.page-nopadding{
	padding: 0;	
	background-color: #eeeeee;
}

.myaccount-bg{
	background-color:#eeeeee;
}
.myaccount-bg ul{
	background-color:#ffffff;
}
/*listView*/
.pullrefresh{
	background-color:#eeeeee;
}
.loadmore{
	background-color:#eeeeee;
}
.empty{
	background-color:#eeeeee;
}
/*listView*/

.block-title{
	color: #c2c2c2;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 5%;
}
.block-title2{
	color: #c2c2c2;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	border: 0px;
	padding: 0 5%;
}
.cblock-body{
	font-size: 14px;
	background-color: #f8f8f8;
	margin-top:10px;
}
.cblock-body li{
	border-bottom: 1px solid #e0e0e0;
	/* border-top: 1px solid #dadada; */
	display: -webkit-box;
	height: 42px;
	line-height: 42px;
	position: relative;
	background-color:#ffffff;
}

.cblock-body .item-media{
	margin-left:10px;
	width:40%;
}
.cblock-body .item-inner{
	width:40%;
}

/*有底边列表*/
.gblock-body{
	font-size: 14px;
	background-color: #f8f8f8;
}
.gblock-body li{
	display: -webkit-box;
	height: 45px;
	line-height: 45px;
	border-bottom: 0.5px solid #E7E7E7;
	position: relative;
	background-color:#ffffff;
}
.gblock-body .item-media{
	width:40%;
	padding-left:5%;
}
.gblock-body .item-inner{
	width:60%;
	text-align:center;
}

/* 无底边列表*/
.dblock-body{
	font-size: 14px;
	background-color: #f8f8f8;
}
.dblock-body li{
	display: -webkit-box;
	height: 32px;
	line-height: 32px;
	position: relative;
	background-color:#ffffff;
}
.dblock-body .item-media{
	width:40%;
	padding-left:5%;
}
.dblock-body .item-inner{
	width:60%;
	text-align:center;
}

.item-boder{
	border-bottom: 1px solid #e0e0e0;
}

/*段落首行缩进文字样式*/
.paragraph-twoem{
	padding:0px 5%;
	font-size: 14px;
	color: #656565;
	line-height: 22px;
	text-indent:2em;
}
/*一行样式*/
.left{
	width:40%;
	float:left;
	line-height:44.5px;
	font-size: 14px;
	color: #1C1C1C;
	background: #FFFFFF;
	padding-left:5%;
	border-bottom: 1px solid #e5e5e5;
}
.rightb{
	width:60%;
	float:left;
	line-height:44.5px;
	background: #FFFFFF;
	text-align:center;
	border-bottom: 1px solid #e5e5e5;
}

.left1{
	width:80%;
	float:left;
	line-height:40px;
	font-size:14px;
	color: #1C1C1C;
	background: #FFFFFF;
	padding-left:5%;
	border-bottom: 0.5px solid #e5e5e5;
}

.rightc{
	width:20%;
	float:left;
	line-height:40px;
	background: #FFFFFF;
	text-align:center;
	border-bottom: 0.5px solid #e5e5e5;
}

/*上下样式*/
.up{
	text-align: center;
	font-size:14px;
	color:#1C1C1C;
	padding-top:18px;
}

.down{
	color:#A7A7A7;
	font-size:12px;
	text-align: center;
}

/*一行5个样式*/
.oneline{
	width:20%;
	float:left;
	font-size:12px;
	color:#8E8E8E;
	text-align:center;
}
/*一行三个输入*/
.oneline3{
	width:33%;
	float:left;
	font-size:12px;
	text-align:center;
	padding-top:10px;
}

.cblock-body.item-link{
	background: url(../../css/images/button_09.png) no-repeat right 15px center;
	background-size: 8px 12px;
}
.block-body{
	font-size: 14px;
	background-color: #f8f8f8;
}
.block-body2{
	font-size: 14px;
	background-color: #f8f8f8;
/* 	border-top: 1px solid #e5e5e5; */
	border-top: 0px;
}

/* .block-body2:last-child {
	font-size: 14px;
	background-color: #fdfdfd;
	border-bottom: 1px solid #e5e5e5;
} */

.block-body li{
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	height: 42px;
	line-height: 42px;
	width: 100%;
	position: relative;
}
.block-body2 li{
	border: 0px;
	display: -webkit-box;
	height: 42px;
	line-height: 42px;
	width: 100%;
	position: relative;
}

.block-body li .li-left{
	width: 16%;
	margin-left: 5%;
}

.block-body li .li-right{
	width: 74%;
	margin-right: 5%;
}
/**e站易融*/
.block-body li .li-left2{/**字段名称为4个字符*/
	width: 35%;
	margin-left: 5%;
}
.block-body2 li .li-left2{/**字段名称为4个字符*/
	width: 30%;
	margin-left: 5%;
}
.block-body li .li-left5{/**字段名称为4个字符*/
	width: 40%;
	margin-left: 5%;
	 color:#4f4f4f; 
	font-size: 15px; 
}

.block-body li .li-right2{/**字段名称为4个字符*/
	width: 55%;
	margin-right: 5%;
/* 	color:#277aba; */
}
.block-body2 li .li-right2{/**字段名称为4个字符*/
	width: 60%;
	margin-right: 5%;
/* 	color:#277aba; */
}

.block-body li .li-right8{/**字段名称为4个字符*/
	width: 55%;
	margin-left: 5%;
/* 	color:#277aba; */
}
.block-body li .li-left8{/**字段名称为4个字符*/
	width: 35%;
	margin-left: 5%;
/* 	color:#277aba; */
}

.block-body li .li-right5{/**字段名称为4个字符*/
	width: 50%;
	margin-right: 5%;
    color:#4f4f4f;
    font-size: 15px;
}
.block-body2 li .li-right2 select{/**字段名称为4个字符*/
	text-align: left;
}
.block-body li .li-right2 input{
	padding-left: 3px;
	width: 100%;
}
.block-body li .li-right5 select{/**字段名称为4个字符*/
	text-align: left;
}
.block-body li .li-right5 input{
	padding-left: 3px;
	width: 100%;
}
/**3.0理财*/
.block-body li .li-left4{/**字段名称为4个字符*/
 	width: 22%; 
	margin-left: 3%;
}
/**e站易融end*/

.block-body li .li-chain{
	color: #6391b7;
	position: absolute;
	right: 5%;
	top: 0;
}

.block-body li .li-right input{
	padding-left: 3px;
	width: 100%;
}

.block-body li .li-right .line-short{
	padding-left: 3px;
	width: 65%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.block-body li .li-right.line-short{
	padding-left: 3px;
	width: 45%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 选择 */
.select-down {
	width: 100%;
	height: 25px;
	border-radius: 4px;
	border: none;
	-webkit-appearance: textarea;
	background: url(../../css/images/button_08.png) right center no-repeat;
	background-size: 12px 8px;
	font-size: 14px;
/*     color:#277aba; */
}

/*按钮*/
button {
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	background-color: #fff;
	width: 100%;
	padding: 8px;
	font-size: 18px;
	text-decoration: none;
	color: #157efb;
	border: 1px solid #157efb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-center{
	text-align: center;
	margin-top: 29px;
}

.btn-center .nextbut{
	width: 90%; 
	height: 40px;
}

button:disabled{
	color: #fff;
	background: #999;
}

.nextbut {
	width: 90%;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	background-color: #24aad8;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	border: 1px solid ;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	margin-top:5px;
	vertical-align:center;
}
/*3.0理财超市顶部栏*/
.nextbut_LC {
	width: 184px;
	height: 38px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f8f8;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0px;
	border: none;
}
.recommbut {
	width: 184px;
	height: 38px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	text-decoration: none;
	color: #429bd4;
	border: 1px solid ;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lcli  .lcimg{
	  background: url("../../css/images/fire.png") no-repeat right 15px top 25px !important; 
	  background-size: 23px 33px !important;
}
.lcli  .lcimg_jz{
	  background: url("../../css/images/tension.png") no-repeat right 0px top 0px !important; 
	  background-size: 35px 35px !important;
}
.lcli  .lcimg_sq{
	  background: url("../../css/images/soldOut.png") no-repeat right 0px top 0px !important; 
	  background-size: 35px 35px !important;
}
.lcimgys{
	  background: url("../../css/images/sale.png") no-repeat left 30% top 15% !important; 
	  background-size: 90px 60px !important;
}

.lcli  .lcimg0{
	  background: url("../../css/images/PrdAttr0.png") no-repeat right 0px top 0px !important; 
	   background-size:45px 45px !important;
}
.lcli  .lcimg1{
	  background: url("../../css/images/PrdAttr1.png") no-repeat right 0px top 0px !important; 
	  background-size:45px 45px !important;
}
.lcli  .lcimg2{
	  background: url("../../css/images/PrdAttr2.png") no-repeat right 0px top 0px !important; 
	  background-size:45px 45px !important;
}
.lcli  .lcimg3{
	  background: url("../../css/images/PrdAttr3.png") no-repeat right 0px top 0px !important; 
	  background-size:45px 45px !important;
}
.lcli  .lcimg4{
	  background: url("../../css/images/PrdAttr4.png") no-repeat right 0px top 0px !important; 
	  background-size:45px 45px !important;
}
.lcli  .lcimg5{
	  background: url("../../css/images/PrdAttr5.png") no-repeat right 0px top 0px !important; 
	   background-size:45px 45px !important;
}

/*转账成功页面*/
.block-img{
	height: 180px;
	line-height: 180px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.block-img img{
	height: 120px;
	width: 120px;
}

.block-info{
	text-align: center;
	width: 100%;
	font-size: 18px;
}

.block-info b{
	font-size: 17px;
	height: 28px;
	line-height: 28px;
}

.block-info .chColor{
	color: #d07711;
	height: 28px;
	line-height: 28px;
}

.block-info .smaFont{
	font-size: 16px;
	height: 28px;
	line-height: 28px;	
}

.block-btn{
	text-align: center;
	margin-top: 25px;
}

.block-btn .nextbut{
	height: 40px;
	width: 42%;
}


.block-btn-pull{
	text-align: center;
	margin-top: 25px;
}

.block-btn-pull .nextbut{
	height: 40px;
	width: 90%;
}

.transInfoBtn{
	margin-top: 20px;
	border: none;
	width: 100%;
	color: #547da1;
	font-size: 14px;
	/* background-color: #f8f8f8; */
	text-align: center;
}

/*转账成功详情*/
.gatherInfo{
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	background-color: #fdfdfd;
}

.gatherInfo span{
	height: 25px;
	line-height: 25px;
}

.gatherInfo span.date{
	color: #b1b1b1;
	font-size: 14px;
}

.gatherInfo span.accName{
	font-weight: bold;
	font-size: 16px;
}

.gatherInfo span.accMoney{
	font-size: 16px;
	color: #d97900;
}

.transInfo{
	margin-top: 15px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;	
	padding: 10px 5%;
	background-color: #fdfdfd;
}

.transInfo li{
	display: box;
	display: -webkit-box;
	display: -moz-box;
	line-height: 32px;
	min-height: 32px;
}

.transInfo li .info-base{
	width: 40%;
	text-align: right;
}

.transInfo li .info-detail{
	width: 60%;
	text-align: left;
	padding-left: 5%;
	height: auto;
	display: block;
}

.info-detail img{
	width: 18px;
	height: 12px;
	margin-left: 5px;
	margin-top: 3px;
}
/**列表*/
.list :first-child.list_ul{
	border-top:none;
	border-bottom: 1px solid #d4d4d4;
}
.list ul{
/* 	border-top: 1px solid #d4d4d4; */
	border-bottom: 1px solid #d4d4d4;
	background: url(../../css/images/button_09.png) no-repeat right 8px center;
	background-size: 8px 12px;
}
.list-no ul{
	background: url(../../css/images/button_09.png) no-repeat right 8px center;
	background-size: 8px 12px;
 	border-bottom: 1px solid #e5e5e5; 
}
.LC-right ul{
	background: url(../../css/images/button_09.png) no-repeat right 8px center;
	background-size: 8px 12px;
}
.LC-listblock{
	background-color:#eeeeee;
}
.LC-listblock ul{
	background-color:#ffffff ;
	border-bottom: 1px solid #e5e5e5; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.LC-listblock li{
	border:none;
	height:30px;
	line-height:30px;
}
.detail-LC{
	background-color:#eeeeee;
}
.detail-LC ul{
	background-color:#ffffff ;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}
.confrom-LC ul{
	background-color:#ffffff ;
	border-top:1px solid #e5e5e5;
}
.confrom-LC ul li input{
	background-color:#ffffff ;
}
.detail-LC li{
	border:none;
	height:30px;
	line-height:30px;
}
.detail-LC input{
	background-color:#ffffff;
}

.detail-LC2{
	background-color:#eeeeee;
}
.detail-LC2 ul{
	background-color:#f8f8f8;
	border-top:1px solid #e5e5e5;
}

.list2 :first-child.list_ul{
	border-top:none;
	border-bottom: 1px solid #d4d4d4;
}
.list2 ul{
/* 	border-top: 1px solid #d4d4d4; */
	border-bottom: 1px solid #d4d4d4;
}

.detail-block{
	border-bottom: 1px solid #d4d4d4;
}

/*
* TABS
*/
.tabs-bar {
	padding: 0px 0px 0px 0px;
	background: url(../../css/images/tab-bg.png)  right  center;
	border-bottom: 1px solid #e5e5e5; 
	width: 100%;
}

.tabs {
	
}

.tabs.col_2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.tabs.col_3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.tabs.col_6 {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.tabs>.tab {
	text-align: center;
	color: #000000;
	background: #fff;
	line-height: 40px;
	/* font-weight: bold; */
	border-left: none;
}

.tab:first-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px solid #006786;
}

.tab:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-left: none;
}

.tabs>.tab>label {
	display: inline-block;
	padding-left: 5px;
	text-align: center;
}

.tabs>.tab.selected {
	 background: url(../../css/images/tab-bg-select.png) no-repeat bottom  center;
	 background-size: 65%;
}

.tabs>.tab.noselected {
	color: #000;
	border-top: 1px solid #fff;
}

/**存量贷款合同列表*/
.list2 :first-child.list_ul2{
	border-top:none;
	border-bottom: 1px solid #d4d4d4;
}
.list2 ul.list_ul2{
/* 	border-top: 1px solid #d4d4d4; */
	border-bottom: 1px solid #d4d4d4;
	padding-left:20px;
	background-size: 19px 19px;
}
/**贷款合同列表*/
.li-left3{
	width: 30%;
	margin-left: 5%;
	display: inline;
	position:relative;
}
.li-right3{
	width: 60%;
	margin-left: 5%;
	display: inline;
	position:relative;
}

/**由于分页中带有按钮，所以加了background-position属性*/
.list-block .item-link {
	background: url(../../css/images/button_09.png) no-repeat right 15px center;
	background-size: 8px 12px;
}
.list-block .item-link2 {
	background: url(../../css/images/button_09.png) no-repeat right 15px center;
	background-size: 8px 12px;
}
.list-block .item-link {
	color: inherit;
}
.list-block .item-content {
	border-bottom: 1px solid #d4d4d4;
	border-top: none;
}
.list-block li{
	border-top:none;
}
ul, li {
	list-style: none;
}
li {
	text-align: -webkit-match-parent;
}
.list-block {
	font-size: 15px;
}
.item-detail {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	line-height: 30px;
	height: 30px;
	padding: 0;
}
.list-block .item-media {
	width: 35%;
	color: #696969;
	padding-left: 10px;
}
.list-block .item-inner {
	width: 65%;
	text-align: left;
	margin-left: 2%;
	color: #007289;
}
/*-日期图片*/
.li-date{
    background: #f4f4f4 url("images/icons/riqi.png") no-repeat right 6px center;
    background-size: 16px 16px;
    background-color: #f8f8f8;
}
.li-date2{
    background:url("../../css/images/pictures/startdate.png") no-repeat right 4px center;
    background-size: 17px 18px;
    background-color: #fdfdfd;
}
/*-日期图片*/
.riqistart{
    background:url("../../css/images/pictures/startdate.png") no-repeat right 15px center;
    background-size: 17px 18px;
    background-color: #fdfdfd;
}
.riqiend{
    background:url("../../css/images/pictures/enddate.png") no-repeat right 15px center;
    background-size: 17px 18px;
    background-color: #fdfdfd;
} 
/*-手机图片*/
.phone{
    background: url(../images/bsz/OAdb2.png) no-repeat right 15px center ; 
    background-size: 14px 16px;
}
/*换行*/
.hh{
	height:auto !important;
	word-break:break-all;
}
.hh  .li-left5:after {
   content: "";
   display: block !important;
   width: 100%;
   overflow: hidden;
   height: 0;
} 
.hh  .li-right5:after{
   content: "";
   display: block !important;
   overflow: hidden;
   height: 0;
} 
.hh  .li-left5{
	padding: 0px !important
}
.hh  .li-right5{
	 padding: 0px !important
}
.jj-detail-line{
    background: #ffffff url("images/jj-line.png") no-repeat right 6px center; 
    background-size: 2px 22px;
}
/**短信验证码按钮新样式*/
.yanbut{
  width:70px;
  height: 46px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:30px;
  margin:auto;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  border: 0px solid #277aba;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1px;
  background-color:#fabe00;
}

.yuandian{
  width:25px;
  height: 25px;
  border-radius:30px;
  margin:auto;
  font-size: 14px;
  text-decoration: none;
  text-align:center;
  vertical-align:middle;
  color: #fff;
  border: 0px solid #277aba;
  margin-top:16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px;
  background-color:#3bbfec;
}
.addOpeater{
  font-size: 15px; 
  color: #999999; 
  margin-left: 0px; 
  margin-top: 39px;
  margin-bottom: 39px;
}
.detail-info{
  background-color: #ffffff; 
  border-bottom: 1px solid #e2e1dd; 
  margin: 0 0 0 15px;
}
.item-rightlink {
		background: right url(../../css/images/right.png) no-repeat;
		background-size: 19px 10px;
    }