@font-face {
	font-family:"uxiconfont";src:url("//assets.alicdn.com/g/thx/brix/fonts/uxiconfont.eot");src:url("//assets.alicdn.com/g/thx/brix/fonts/uxiconfont.eot?#iefix") format("embedded-opentype"),url("//assets.alicdn.com/g/thx/brix/fonts/uxiconfont.woff") format("woff"),url("//assets.alicdn.com/g/thx/brix/fonts/uxiconfont.ttf") format("truetype"),url("//assets.alicdn.com/g/thx/brix/fonts/uxiconfont.svg#svgFontName") format("svg")
}

.iconfont {
	font-family: "uxiconfont";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.account-assets {
    padding: 0 20px 30px;
}
.account-assets table {
    width: 100%;
}
.account-assets .income-wrap {
    margin-right: 50px;
}
.icon-help {
    cursor: default;
    color: #999;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}
.iconfont {
    font-family: "uxiconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.account-assets .income-wrap .money {
    font-size: 24px;
    font-family: Tahoma;
    font-weight: 700;
	color:#000
}
.fontsize-12 {
    font-size: 12px;
}
.account-assets .draw-wrap li {
    margin-bottom: 10px;
}
.btn {
	box-sizing: content-box;
	display: inline-block;
	border: 1px solid #ddd;
	*border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	*margin-right: .3em;
	margin-bottom: 0;
	padding: 0 10px;
	*padding: 1px 10px;
	width: auto;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border-bottom-color: #bbb;
	background-color: #f4f4f4;
	background-image: -moz-linear-gradient(top,#f8f8f8,#eee);
	background-image: -ms-linear-gradient(top,#f8f8f8,#eee);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#eee));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#eee);
	background-image: -o-linear-gradient(top,#f8f8f8,#eee);
	background-image: linear-gradient(top,#f8f8f8,#eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#eeeeee',GradientType=0)
}

.btn,.btn:hover,.btn:visited {
	color: #333!important
}

.btn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -ms-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: linear-gradient(top,#f2f2f2,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#e6e6e6',GradientType=0)
}

.btn:active {
	background-color: #ebebeb;
	background-image: -moz-linear-gradient(top,#e6e6e6,#f2f2f2);
	background-image: -ms-linear-gradient(top,#e6e6e6,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#e6e6e6,#f2f2f2);
	background-image: -o-linear-gradient(top,#e6e6e6,#f2f2f2);
	background-image: linear-gradient(top,#e6e6e6,#f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#f2f2f2',GradientType=0)
}

.btn .iconfont {
	font-size: 12px!important;
	font-weight: normal
}

.btn-group .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left-width: 0
}

.btn-group .btn:first-child {
	border-left-width: 1px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px
}

.btn-group .btn:last-child {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0
}

.btn-red {
	border-color: transparent;
	border-bottom-color: #c21b1b;
	background-color: #ff3636;
	background-image: -moz-linear-gradient(top,#f44,#f22);
	background-image: -ms-linear-gradient(top,#f44,#f22);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f44),to(#f22));
	background-image: -webkit-linear-gradient(top,#f44,#f22);
	background-image: -o-linear-gradient(top,#f44,#f22);
	background-image: linear-gradient(top,#f44,#f22);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4444',endColorstr='#ff2222',GradientType=0)
}

.btn-red,.btn-red:hover,.btn-red:visited {
	color: #FFF!important
}

.btn-red:hover {
	background-color: #e41b1b;
	background-image: -moz-linear-gradient(top,#ee2020,#d51314);
	background-image: -ms-linear-gradient(top,#ee2020,#d51314);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee2020),to(#d51314));
	background-image: -webkit-linear-gradient(top,#ee2020,#d51314);
	background-image: -o-linear-gradient(top,#ee2020,#d51314);
	background-image: linear-gradient(top,#ee2020,#d51314);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee2020',endColorstr='#d51314',GradientType=0)
}

.btn-red:active {
	background-color: #df1819;
	background-image: -moz-linear-gradient(top,#d51314,#ee2020);
	background-image: -ms-linear-gradient(top,#d51314,#ee2020);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#d51314),to(#ee2020));
	background-image: -webkit-linear-gradient(top,#d51314,#ee2020);
	background-image: -o-linear-gradient(top,#d51314,#ee2020);
	background-image: linear-gradient(top,#d51314,#ee2020);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51314',endColorstr='#ee2020',GradientType=0)
}

.btn-orange {
	border-color: transparent;
	border-bottom-color: #cf370c;
	background-color: #ff4e00;
	background-image: -moz-linear-gradient(top,#f50,#f40);
	background-image: -ms-linear-gradient(top,#f50,#f40);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f50),to(#f40));
	background-image: -webkit-linear-gradient(top,#f50,#f40);
	background-image: -o-linear-gradient(top,#f50,#f40);
	background-image: linear-gradient(top,#f50,#f40);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5500',endColorstr='#ff4400',GradientType=0)
}

.btn-orange,.btn-orange:hover,.btn-orange:visited {
	color: #FFF!important
}

.btn-orange:hover {
	background-color: #ef4000;
	background-image: -moz-linear-gradient(top,#f40,#d73900);
	background-image: -ms-linear-gradient(top,#f40,#d73900);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f40),to(#d73900));
	background-image: -webkit-linear-gradient(top,#f40,#d73900);
	background-image: -o-linear-gradient(top,#f40,#d73900);
	background-image: linear-gradient(top,#f40,#d73900);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4400',endColorstr='#d73900',GradientType=0)
}

.btn-orange:active {
	background-color: #e73d00;
	background-image: -moz-linear-gradient(top,#d73900,#f40);
	background-image: -ms-linear-gradient(top,#d73900,#f40);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#d73900),to(#f40));
	background-image: -webkit-linear-gradient(top,#d73900,#f40);
	background-image: -o-linear-gradient(top,#d73900,#f40);
	background-image: linear-gradient(top,#d73900,#f40);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d73900',endColorstr='#ff4400',GradientType=0)
}

.btn-blue {
	border-color: transparent;
	border-bottom-color: #0960ab;
	background-color: #4288c5;
	background-image: -moz-linear-gradient(top,#488fcd,#3a7db8);
	background-image: -ms-linear-gradient(top,#488fcd,#3a7db8);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#488fcd),to(#3a7db8));
	background-image: -webkit-linear-gradient(top,#488fcd,#3a7db8);
	background-image: -o-linear-gradient(top,#488fcd,#3a7db8);
	background-image: linear-gradient(top,#488fcd,#3a7db8);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#488fcd',endColorstr='#3a7db8',GradientType=0)
}

.btn-blue,.btn-blue:hover,.btn-blue:visited {
	color: #FFF!important
}

.btn-blue:hover {
	background-color: #3579b5;
	background-image: -moz-linear-gradient(top,#4087c6,#25659c);
	background-image: -ms-linear-gradient(top,#4087c6,#25659c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#4087c6),to(#25659c));
	background-image: -webkit-linear-gradient(top,#4087c6,#25659c);
	background-image: -o-linear-gradient(top,#4087c6,#25659c);
	background-image: linear-gradient(top,#4087c6,#25659c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4087c6',endColorstr='#25659c',GradientType=0)
}

.btn-blue:active {
	background-color: #3073ad;
	background-image: -moz-linear-gradient(top,#25659c,#4087c6);
	background-image: -ms-linear-gradient(top,#25659c,#4087c6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#25659c),to(#4087c6));
	background-image: -webkit-linear-gradient(top,#25659c,#4087c6);
	background-image: -o-linear-gradient(top,#25659c,#4087c6);
	background-image: linear-gradient(top,#25659c,#4087c6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25659c',endColorstr='#4087c6',GradientType=0)
}

.btn-disabled {
	border: 1px solid #e0e0e0;
	border-bottom-color: #ccc;
	cursor: default
}

.btn-disabled,.btn-disabled:hover,.btn-disabled:visited {
	color: #ccc!important;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -ms-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: linear-gradient(top,#f2f2f2,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#e6e6e6',GradientType=0)
}

.btn-size45,.btn-xlarge {
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	font-size: 18px
}

.btn-size45 .iconfont,.btn-xlarge .iconfont {
	font-size: 18px!important
}

.btn-size40,.btn-large {
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	font-size: 14px
}

.btn-size40 .iconfont,.btn-large .iconfont {
	font-size: 14px!important
}

.btn-size30,.btn-medium {
	height: 28px;
	line-height: 28px;
	padding: 0 20px
}

.btn-size28,.btn-small {
	height: 26px;
	line-height: 26px;
	padding: 0 20px
}

.btn-size25,.btn-xsmall {
	height: 23px;
	line-height: 23px
}

.clearfix {
	*zoom: 1
}

.clearfix:before,.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ks-overlay-hidden {
	visibility: hidden
}
.wrap-tip {
    padding: 0 0 30px 0;
}

.med-tip {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
	width: 100%;	
}
.med-tip .alert{
    float: left;   
	border: 1px solid #ffd16f;
    background-color: #feffe6;
    padding: 5px 28px;
    position: relative;
    _height: 1%;
    min-height: 20px;
    line-height: 20px;
	width: 100%;
    box-sizing: border-box;
}

.med-tip .alert .icon {
    background-position: 0 -64px;
}
.med-tip .icon {
    position: absolute;
    left: 6px;
    top: 7px;
}
.med-tip .close, .med-tip .icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(//img.alicdn.com/tps/i4/T1RS05Xi0FXXXXXXXX-16-128.png) no-repeat;
}
.u-tip {
    padding: 10px;
    border: 1px solid #F9DFB2;
    color: #dfa620;    
    font-size: 15px;
    box-sizing: border-box;
}
.u-tip p {
    margin: 0;
    line-height:1.3rem;
}