/** begin ---ui-btn-base.css---*/
/**
 * @name:       按钮（通用）ui-button
 * @author:     展新（zhanxin.lin@alipay.com）
 * @example:
 * 外层可以是 div, p, a, span 标签
 * 里层可以是 a, input, button
 * div > a
 * <div class="ui-button ui-button-sorange">
 *    <a class="ui-button-text">确定</a>
 * </div>
 *
 * div > input
 * <div class="ui-button ui-button-sorange">
 *    <input type="button" class="ui-button-text" value="确定" />
 * </div>
 *
 * a > input
 * <a class="ui-button ui-button-sorange">
 *    <span class="ui-button-text">确定</span>
 * </a>
 */
.ui-button {
    padding: 0 0;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
}

div.ui-button, p.ui-button, span.ui-button {
    *display: inline;/* for ie */
}

.ui-button-text {
    display: block;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    overflow: visible;
}
.ui-button a.ui-button-text:hover {
    text-decoration: none;
}
.ui-button input.ui-button-text, .ui-button button.ui-button-text {
    *display: inline;/* for ie */
}

/** end ---ui-btn-base.css---*/
/**Last Changed Author: shuai.shao--Last Changed Date: Wed Dec 07 18:18:56 CST 2011**/
/**alice.components.ui-button-base-1.0**/
/** begin ---ui-separator.css---*/
/*
 * 竖线分割符
 * example:
 * <em class="ui-separator">|</em>
 */
.ui-separator { color: #b2b2b2; }
.ui-separator-pd { color: #b2b2b2;padding: 0 5px; }

/** end ---ui-separator.css---*/
/**Last Changed Author: shuai.shao--Last Changed Date: Wed Dec 07 17:46:44 CST 2011**/
/**alice.components.ui-separator-1.0**/
/** begin ---ui-tiptext.css---*/
/**
 * @name    : ui-tiptext
 * @filename: ui-tiptext.css
 * @overview: 信息提示条
 * @date    : 2011-09-26
 * @require : 依赖的样式
 * @author  : 偏右(xingmin.zhu@alipay.com)
 */

.ui-tiptext{
    color: #4D4D4D;
    padding: 0 0 0 22px;
	position:relative;
	height:15px;
	overflow:hidden;
	vertical-align:middle;
	line-height:15px;
	*line-height:19px;
	_line-height:15px;
	line-height:18px\0;
}
.ui-tiptext-content {
    border: 1px solid #FFFFFF;
    padding: 8px 12px 9px;
	position:relative;
}
.ui-tiptext-icon, .ui-tiptext-arrowup {
	background: transparent url('https://i.alipayobjects.com/e/201112/2EnNWHgoWw.png') no-repeat;
}
.ui-tiptext-icon {
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
}
.ui-tiptext-message .ui-tiptext-icon{
    background-position:0 -33px;
}
.ui-tiptext-container-message {
    background: #e5f5ff;
    border: 1px solid #c9d5e2;
}
.ui-tiptext-success .ui-tiptext-icon{
    background-position:-45px -33px;
}
.ui-tiptext-container-success{
    background: #f9f9f9;
    border: 1px solid #d4d4d4;
}
.ui-tiptext-error .ui-tiptext-icon{
    background-position:-30px -33px;
}
.ui-tiptext-container-error{
    background: #fceee8;
    border: 1px solid #f6c8b5;
}
.ui-tiptext-warning .ui-tiptext-icon{
    background-position:-15px -33px;
}
.ui-tiptext-container-warning{
    background: #ffff8d;
    border: 1px solid #e7c560;
}
.ui-tiptext-question .ui-tiptext-icon{
    background-position:-60px -33px;
}
.ui-tiptext-container-question{
    background: #e5f5ff;
    border: 1px solid #c9d5e2;
}
.ui-tiptext-stop .ui-tiptext-icon{
    background-position:-75px -33px;
}
.ui-tiptext-container-stop{
    background: #fceee8;
    border: 1px solid #f6c8b5;
}
.ui-tiptext-wait .ui-tiptext-icon{
    background-position:-90px -33px;
}
.ui-tiptext-container-wait{
    background: #e5f5ff;
    border: 1px solid #c9d5e2;
}
.ui-tiptext-arrowup{
    display: inline-block;
    height: 10px;
    left: 40px;
    margin-left: -8px;
    position: absolute;
    text-indent: -9999em;
    width: 16px;
    z-index: 1;
    top:-9px;
    _top:-8px;
}
.ui-tiptext-arrowup-message {
	background-position:-194px -39px;
}
.ui-tiptext-arrowup-warning {
	background-position:-211px -39px;
}


/** end ---ui-tiptext.css---*/
/**Last Changed Author: shuai.shao--Last Changed Date: Thu Dec 15 17:11:00 CST 2011**/
/**alice.components.ui-tiptext-1.0**/
/** begin ---ui-tipbox.css---*/
/**
 * @name    : ui-tipbox
 * @filename: ui-tipbox.css
 * @overview: 信息提示大框
 * @date    : modified by sofish @ 2011.10.08
 * @require : 依赖的样式
 * @author  : 偏右(xingmin.zhu@alipay.com)
 */

.ui-tipbox-container{
width:700px;
position:relative;
}
.ui-tipbox-container .ui-tipbox-icon{
width:32px;
height:32px;
position:absolute;
top:17px;
left:40px;
text-indent:-9999px;
}
.ui-tipbox-icon{background: transparent url('https://i.alipayobjects.com/e/201112/2EnNWHgoWw.png') no-repeat;}
.ui-tipbox-container-message{
border:1px solid #cbd7e3;
background:#e5f5ff;
}
.ui-icon-message{
background-position: 0 0;
}
.ui-tipbox-container-success{
border:1px solid #e5e5ce;
background:#edffcc;
}
.ui-icon-success{
background-position:-99px 0;
}
.ui-tipbox-container-error{
background: #FCEEE8;
border: 1px solid #F6C8B5;
}
.ui-icon-error{
background-position:-66px 0;
}
.ui-tipbox-container-warning{
background: #ffff9d;
border: 1px solid #e7c560;
}
.ui-icon-warning{
background-position:-33px 0;
}
.ui-tipbox-container-question{
border:1px solid #cbd7e3;
background:#e5f5ff;
}
.ui-icon-question{
background-position:-132px 0;
}
.ui-tipbox-container-stop{
background: #FCEEE8;
border: 1px solid #F6C8B5;
}
.ui-icon-stop{
background-position:-165px 0;
}
.ui-tipbox-container-wait{
border:1px solid #cbd7e3;
background:#e5f5ff;
}
.ui-icon-wait{
background-position:-198px 0;
}
.ui-tipbox-content{
margin:14px 0 14px 87px;
}
.ui-tipbox-content h3{
color: #333;
font-size: 14px;
font-weight:bold;
}
.n-explain{
color:#808080;
}
.n-other{
color:#333;
}
.n-other a{
color:#3d86e5;
}

/** end ---ui-tipbox.css---*/
/**Last Changed Author: shuai.shao--Last Changed Date: Thu Dec 15 17:08:36 CST 2011**/
/**alice.components.ui-tipbox-1.0**/

/** begin ---base/btn.css---*/


.ui-button-green, .ui-button-green:hover,
.ui-button-green .ui-button-text,.ui-button-disable {
    background-image: url("https://i.alipayobjects.com/e/201202/2awGM6ncE7.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 39px;
    line-height: 37px;
    float: left;
    
}
.ui-button-green .ui-button-text
 {
    font-family: verdana, \5b8b\4f53, \9ED1\4F53, sans-serif;
    font-size: 14px;
    font-weight: 700;
    
}


.ui-button-green { background-position: right -42px;  padding-right: 15px !important;}
.ui-button-green .ui-button-text {
    padding-left: 30px;
    padding-right: 20px;
    background-position: 0 0 ;
    color: #fff;
}
.ui-button-green:hover { background-position: right -122px; }
.ui-button-green:hover .ui-button-text {
    background-position: 0 -80px;
}



.ui-button-green input.ui-button-text {
    *overflow: visible;
}

.ui-button-disable ,.ui-button-disable:hover{background-position: right -282px;}
    .ui-button-disable .ui-button-text, .ui-button-disable:hover .ui-button-text {background-position: 0 -240px ;}



.ui-form-input-authcode {width:45px;}



/** end ---base/btn.css---*/
/** begin ---base/form.css---*/

.ui-form {
	margin-top: 30px;
}

    .ui-form-item {
        padding-left: 200px;
    }

        .ui-form-label {
            margin-left:-230px;
            font-size:14px;
            font-weight:bold;
        }

        .ui-form-input {
            font-size: 14px;
            height: 18px;
        }

        .ui-form-input-s {
            width: 100px;
        }

/** end ---base/form.css---*/
/** begin ---base/comm.css---*/
.content{
    float:right;
	width: 750px;

}

.content-body {
	border: 1px solid #d9d9d9;
	padding: 10px 30px 40px;

}

.content-body h3 {
	font-size: 18px;
	font-weight: bold;
}





/********************
	流程图
 ********************/
.step{border-top:1px solid #cccccc;padding-left: 10px;margin: 10px 0;}
.step ol{overflow:hidden;zoom:1;float:left;background-color: #fff;padding: 0 4px;margin-top: -10px; /* 1像素纠结，ie7下的问题 */ *margin-top: -8px;_margin-top: -10px;}
.step li{float:left;margin-right:20px;color: #ccc;padding-top: 2px; /* 1像素纠结，ie7下的问题 */ *padding-top: 0px;_padding-top: 2px}
.step li.current{font-size: 14px;padding-top:0; color:#4c4c4c;}
.step li.last{margin-right:0;}
.step em{font-size: 12px;font-weight: normal; }
.step:after{ clear:both; content:'.'; display:block; height:0; visibility:hidden; }



.ui-message {padding-top: 7px;}
    .ui-message li {
        list-style: disc inside none;
        color: #666666;
        line-height: 16px;
        margin-left: 2px;
        padding-bottom: 5px;
        vertical-align: baseline;

    }



.ui-content {
    height: auto;
    position: relative;
    width: 990px;
}

.ui-tipbox-container {
 
    width: 748px;
}
.checkcode-link ,.checkcode-link:hover{
    cursor: pointer;_cursor:hand; color: #666666; }
/** end ---base/comm.css---*/
/** begin ---base/license.css---*/
.ui-license-info {padding: 15px;}

.ui-license-info .ui-form-item { padding-left: 260px;}

.ui-license-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: \5fae\8f6f\96c5\9ed1,\5b8b\4f53, sans-serif;
    
}
.ui-license {
    border: 1px solid #B2B2B2;
    color: #4D4D4D;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
    padding: 4px 10px;
    width: 668px;
    line-height: 1.5em;
}

.ui-license h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.ui-license h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
}

.ui-license p {
    text-indent: 2em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.ui-license ul li {
    line-height: 1.5em;
    text-indent: 2em;
    margin-bottom: 5px;
}

.ui-license dl {
}

.ui-license dl dt {
    text-indent: 2em;
    margin: 10px 0 5px 0;
}

.ui-license dl dd {
    text-indent: 2em;
    margin-bottom: 5px;
}

.ui-license dd dt {
    margin-bottom: 10px;
}

.ui-license .fn-mt10 {
    margin-top: 10px;
}

.ui-license .ft-red{color: red;}

.ui-license .ft-bold {
    font-weight: bold;
}

.ui-license .ft-underline {
    text-decoration: underline;
}


/** end ---base/license.css---*/
/** begin ---base/trade.css---*/
/**
    copy from https://a.alipayobjects.com/al/out.alice.trade-1.0.css
*/

@charset "utf-8";.ft-green{color:#2ABE7D;}
.ft-orange{color:#FF7200;}
.fn-ml18{margin-left:18px;}
.ico-shield,.ico-bow,.ico-box,.ico-flag,.ico-flag-off,.ico-rmb,.ico-expand-right,.ico-downarrow,.ico-flag-yellow,.ico-flag-green,.ico-flag-right,.ico-flag-exclamation,.ico-cashback,.ico-list-row,.ico-list-thumb,.ico-list-row-off,.ico-list-thumb-off{display:inline-block;width:18px;height:18px;overflow:hidden;background:url(https://img.alipay.com/pa/global/trade/ico-trade-note.png) no-repeat;cursor:default;vertical-align:middle;}
.ico-shield span,.ico-bow span,.ico-box span,.ico-flag span,.ico-flag-off span,.ico-rmb span,.ico-expand-right span,.ico-downarrow span,.ico-flag-yellow span,.ico-flag-green span,.ico-cashback span,.ico-flag-right span,.ico-flag-exclamation span,.ico-list-row span,.ico-list-thumb span,.ico-list-thumb-off span,.ico-list-row-off span{display:none;}
.ico-bow{background-position:0 -85px;}
.ico-box{background-position:0 -43px;}
.ico-rmb{background-position:3px -209px;}
.ico-expand-right{width:9px;background-position:0 -459px;}
.ico-downarrow{background-position:0 -414px;cursor:pointer;}
.ico-cashback{background-position:-32px -208px;}
.ico-flag{background-position:0 -168px;}
.ico-flag-off{background-position:0 -126px;}
.ico-flag,.ico-flag-off,.ico-flag-green,.ico-flag-right,.ico-flag-exclamation,.ico-flag-yellow{cursor:pointer;}
.ico-flag-yellow{background-position:-30px -125px;}
.ico-flag-green{background-position:-30px -167px;}
.ico-flag-right{background-position:-30px 1px;}
.ico-flag-exclamation{background-position:-30px -40px;}
.ico-list-row,.ico-list-row-off,.ico-list-thumb,.ico-list-thumb-off{width:20px;height:17px;vertical-align:middle;cursor:pointer;}
.ico-list-row{background-position:2px -253px;}
.ico-list-row-off{background-position:2px -296px;}
.ico-list-row,.ico-list-row-off{margin-right:3px;}
.ico-list-thumb{background-position:2px -337px;}
.ico-list-thumb-off{background-position:2px -379px;}
.ico-ww{display:inline-block;width:70px;height:22px;overflow:hidden;vertical-align:baseline;background:url(https://img.alipay.com/pa/img/home/img-wangwang.gif) no-repeat;}
.ie6 .ico-ww{zoom:1;}
.ico-ww span{text-indent:-9999em;visibility:hidden;white-space:nowrap;}
a.ico-ww:hover{text-decoration:none;}
.ico-ww-off{background-position:0 -20px;}
.ico-ww-sms{background-position:0 -40px;}
.ico-ww-on-s,.ico-ww-off-s,.ico-ww-sms-s{width:18px;overflow:hidden;}
.ico-ww-on-s{background-position:-82px 0;}
.ico-ww-off-s{background-position:-82px -20px;}
.ico-ww-sms-s{background-position:-82px -40px;}
a.ico-order{padding-right:15px;color:#4D4D4D;text-decoration:none;background-image:url(https://img.alipay.com/pa/frame/v2/ico-text.png);background-repeat:no-repeat;background-position:right -319px;*background-position:right -319px;_background-position:right -320px;}
a.esc{background-position:right -348px;}
a.desc{background-position:right -376px;}
.page-nobg{margin-top:8px;overflow:hidden;line-height:normal;background:transparent;border:none;}
.tb-all-trade{margin:9px 0 0;}
.tb-all-trade table{width:100%;}
.tb-all-trade thead th,.tb-all-trade thead td{background:#F5F5F5;}
.tb-all-trade th,.tb-all-trade td{border-bottom:1px solid #D2D2D2;padding:5px;}
.tb-all-trade th{*padding-bottom:3px;}
.tb-all-trade .type{width:25px;}
.tb-all-trade .time,.tb-all-trade .finishedtime,.tb-all-trade .chargetime{width:110px;}
.tb-all-trade .amount{width:80px;}
.tb-all-trade tbody .action{background:#FFFFEF;}
.tb-all-trade .method{width:45px;}
.tb-all-trade .sum{width:130px;}
.tb-all-trade .number{width:160px;}
.tb-all-trade .type,.tb-all-trade .remark,.tb-all-trade .other,.tb-all-trade .sum,.tb-all-trade .income,.tb-all-trade .outlay{text-align:center;}
.tb-all-trade tbody .amount{font-weight:700;}
.tb-all-trade td.selected{background:#FEFFC5;}
.tb-all-trade .income{color:#1BB974;}
.tb-all-trade .outlay{color:#FF7B0E;}
.tb-all-trade .popmenu{width:45px;}
.tb-all-trade .popmenu dl{top:-3px;}
.tb-all-trade .no{color:#A1A1A1;}
.tb-all-trade .other{text-align:left;}
.tb-all-trade a.ico-expand-arrow{color:#4D4D4D;}
.tb-untread .amount{width:130px;}
.tb-commun .info{width:220px;}
.tb-commun .action{text-align:center;}
.tb-all-trade .status{white-space:nowrap;}
.tb-all-trade .ico-flag,.tb-all-trade .ico-flag-off,.tb-all-trade .ico-flag-yellow,.tb-all-trade .ico-flag-green,.tb-all-trade .ico-flag-right,.tb-all-trade .ico-flag-exclamation,.tb-all-trade .ico-cashback{width:30px;}
.tb-all-trade td.tip-detail{border:none;padding:0;}
.tb-all-trade td.tip-detail .tip-angle-content{padding-top:4px;padding-bottom:3px;zoom:1;}
.tip-detail .tip-angle{padding:0;margin:-14px 0 0;}
.tip-detail .tip-angle-arrow{position:relative;top:3px;left:43px;margin:0;}
.tip-detail .tip-angle-container{float:none;}
.ly-ltr-rtl{position:relative;overflow:hidden;zoom:1;margin-top:11px;*height:20px;min-height:20px;clear:both;}
.ly-ltr{line-height:17px;*line-height:22px;_line-height:18px;position:relative;top:4px;*top:3px;}
.ly-rtl{position:absolute;right:0;top:4px;*top:3px;height:100%;line-height:150%;}
.tb-border table{border:1px #D2D2D2 solid;border-width:1px 0 0 1px;width:100%;}
.tb-border th,.tb-border td{border:1px #D2D2D2 solid;border-width:0 1px 1px 0;}
.tb-thead-bg th{background:#F0F0F0;}
body td.tb-reset,body td.tb-reset table{padding:0;margin:0;border:none;background:transparent;}
.p-trade-list{width:100%;margin-top:15px;}
.p-trade-list table,.p-trade-detail table{width:100%;}
.p-trade-list th,.p-trade-list td{padding:5px;}
.p-trade-list thead th{background:#EBEBEB;border-bottom:1px #D2D2D2 solid;}
.p-trade-list tbody td{border-bottom:1px #EDEDED solid;}
.p-trade-list tfoot td{border-top:1px #D2D2D2 solid;text-align:right;color:#A6A6A6;}
.p-trade-list .type{width:60px;}
.p-trade-list .per{width:55px;}
.p-trade-list .total,.p-trade-list .price,.p-trade-list .postalfee{width:80px;}
.p-trade-list td.persons,.p-trade-list td.per,.p-trade-list td.price,.p-trade-list td.total,.p-trade-list td.postalfee,.p-trade-list td.profit{font-size:14px;font-weight:500;}
.p-trade-list .amount{width:80px;text-align:left;}
.p-trade-list thead .amount{padding-right:30px;}
.p-trade-list tbody .amount{color:#FF831C;font-size:16px;}
.p-trade-list .explain{color:#AFAFAF;}
.p-trade-list thead .operator{font-size:14px;}
.p-trade-slips{margin-top:30px;}
.p-trade-slips th,.p-trade-slips td{padding:3px 5px;}
.p-trade-slips th{width:60px;}
.p-trade-slips .first{width:75px;}
.tb-border .p-tb-delivertime table{border-right:1px #D2D2D2 solid;}
.tb-border .p-tb-delivertime th,.tb-border .p-tb-delivertime td{border-width:0 0 1px 0;width:auto;}
.tb-border .p-tb-delivertime .time{width:120px;}
.tb-refund{margin-top:30px;}
.tb-refund thead th{font-size:14px;font-weight:600;width:85px;}
.tb-refund thead th,.tb-refund thead td{padding:5px;background:#EBEBEB;border-bottom:1px #D2D2D2 solid;}
.tb-refund tbody th,.tb-refund tbody td{border-bottom:1px #EDEDED solid;}
.tb-refund tbody th{padding:5px 10px;}
.tb-refund tbody td{padding:5px;}
.tb-refund .hightligh{background:#FFFF8D;}
.tb-refund .hightligh thead th,.tb-refund .hightligh thead td{border-bottom:1px #fff solid;}
.tb-refund .hightligh tbody th,.tb-refund .hightligh tbody td{border:none;}
.tip-extra{border:1px solid #CBD7E3;background:#E5F5FF;padding:10px 12px;_padding:8px 12px;overflow:hidden;zoom:1;}
.tip-extra h3{float:left;margin-right:10px;font-size:14px;font-family:Simsun;padding-top:2px;}
.tip-extra span.btn-normal-s{vertical-align:middle;}
.tip-extra ul.explain{float:left;}
.tip-extra ul.action{margin-top:-1px;_margin-top:-2px;}
.tip-extra span.explain{display:block;float:left;margin-top:1px;*margin-left:18px;}
.tip-extra span.action{margin-top:-1px;}
.tip-extra{position:relative;}
.tip-extra .btn-normal-s input{color:#5B5B5B;}
.p-trade-detail{margin-top:30px;border:1px #D2D2D2 solid;border-width:1px 0 0 1px;}
.p-trade-detail .first{width:62px;}
.p-trade-detail tbody th{background:#EBEBEB;}
.p-trade-detail td,.p-trade-detail th{border:1px #D2D2D2 solid;border-width:0 1px 1px 0;padding:3px 5px;}
.p-trade-detail .transaction,.p-trade-detail .time{width:175px;}
.p-trade-detail .action{text-align:right;}
.p-trade-detail .current{background:#FFFFC6;}
.p-trade-detail .memo{text-align:center;}
.p-tb-operator{margin-top:6px;border:3px solid #D2D2D2;overflow:hidden;zoom:1;}
.p-tb-operator .title{margin:0;}
.p-tb-operator .tip-normal,.p-tb-operator .tip-normal ul{zoom:1;}
.p-tb-operator .container{position:relative;padding:7px;border:1px #C1C1C1 solid;zoom:1;}
.p-tb-operator th,.p-tb-operator td{padding:5px;}
.p-tb-operator th,.p-tb-agree th{width:78px;padding:5px 0 5px 5px;}
.p-tb-operator caption{font-size:14px;font-weight:700;padding-bottom:8px;position:relative;}
.p-tb-agree{padding:0;overflow:hidden;clear:both;}
.p-tb-agree table{width:100%;border:none;}
.p-tb-agree table td,.p-tb-agree table th{border:none;}
.p-tb-agree table td{padding:5px 7px;}
.p-tb-agree td input{*margin-left:-3px;}
.p-tb-agree .fm-input{margin:0 0 0 -78px;}
.p-tb-agree legend{display:none;}
.page-nobg{background:transparent;border:none;_height:1%;}
.batch-lnk{padding:5px 0 0 10px;}
.tb-guestbook{margin-top:20px;}
.tb-guestbook caption{padding:5px 10px;}
.tb-guestbook table{width:100%;}
.tb-guestbook td{padding:5px 10px;border-bottom:1px solid #D2D2D2;}
.tb-guestbook .first{width:100px;}
.tb-guestbook .last{width:100px;text-align:right;}
.tb-guestbook .split td{background:#F3F3F3;}
.fm-btn{text-align:center;margin-top:30px;}
.p-tb-checkout{margin-top:6px;border-top:2px #D2D2D2 solid;overflow:hidden;}
.p-tb-checkout table{width:100%;cursor:pointer;}
.p-tb-checkout td{padding:10px 0;}
.p-tb-checkout .first{width:35px;text-align:center;}
.p-tb-checkout .type{width:25px;}
.p-tb-checkout .time{width:135px;}
.p-tb-checkout .amount{width:85px;}
.p-tb-checkout .amount em{color:#FF831C;font-size:16px;font-weight:600;}
.p-tb-checkout .tip-angle{margin-top:-10px;}
.p-tb-checkout .tip-angle-container{width:99.8%;}
.p-tb-checkout .t-warn .tip-angle-arrow{position:relative;top:3px;left:63px;margin:0;}
li.highlight,tr.highlight{background:#feff7f;}
.p-payfor-info{padding:20px;}
.tip-payfor{padding:0 24px;line-height:2.4;background:#F1F9FF;}
.p-tb-payfor{margin-bottom:-10px;border:none;}
.p-tb-payfor thead th{padding:20px 0 10px 24px;border-bottom:2px #D2D2D2 solid;font-size:14px;font-weight:600;}
.fn-tips{color:#B2B2B2;}
.fn-list-line li{border-top:1px #E8E8E8 solid;}
.fn-list-line li.last{border-bottom:1px #E8E8E8 solid;}
.p-trade-info{margin-top:10px;overflow:hidden;clear:both;zoom:1;}
.p-trade-info li{padding:5px 0 5px 30px;}
.p-tip-confirm-pay .tip-angle-container{border:1px solid #F3E2AF;float:none;}
.p-tip-confirm-pay .action{border:none;}
.p-tb-batch table{table-layout:fixed;}
.p-tb-batch .type{width:45px;}
.p-tb-batch .check{width:25px;}
.p-tb-batch .expand{width:13px;}
.p-tb-batch .amount{text-align:right;}
.p-tb-batch .amount .ft-orange{font-size:14px;font-weight:700;}
.p-tb-batch .js-trade{cursor:pointer;}
.com-popmenu-arrow{width:auto;}
.p-recipient{_float:left;_zoom:1;}
.p-recipient .hightligh{background:#FFFF8D;}
.p-recipient li{_font-family:Simsun;}
.p-select-type{width:95px;position:absolute;left:-999em;top:147px;*top:148px;z-index:998;}
.p-select-date{width:150px;}
.p-select-status{width:115px;}
.fm-xbox textarea.ft-len50{width:302px;*width:303px;height:40px;*height:39px;overflow:hidden;}
.p-rename-group .container{width:253px;}
.p-add-contact .container{width:192px;}
.c-list-filter{border-top:2px #C0C0C0 solid;background:#f9f9f9;margin-top:15px;zoom:1;}
.c-list-filter .container{padding:12px 12px 10px 10px;}
.c-list-filter-high ul:after{clear:both;content:'.';display:block;height:0;visibility:hidden;}
.c-list-filter .c-list-filter-high{border-bottom:1px #C0C0C0 solid;margin-bottom:1px;padding:0 12px;}
.c-list-filter .popmenu{margin:-1px 0 0;}
.c-list-filter .popmenu dl{top:-2px;}
.c-list-filter .container .popmenu{margin:-3px 0 0;}
.c-list-filter .popmenu-calender{width:235px;}
.c-list-filter-ft{overflow:hidden;position:relative;margin-top:11px;}
.c-list-filter-ft .c-list-filter-high h3{background:url(https://img.alipay.com/pa/global/trade/bg-list-filter.png) 0 -53px repeat-x;padding-top:12px;}
.c-list-filter-high{zoom:1;}
.c-list-filter-high ul{padding:9px 0 0;margin:0;position:relative;zoom:1;font-family:tahoma;}
.c-list-filter-high li{width:332px;float:left;padding-bottom:4px;*padding-bottom:0;}
.c-list-filter-high h3,.c-list-filter-current{background:url(https://img.alipay.com/pa/global/trade/bg-list-filter.png) 0 -53px repeat-x;padding-top:12px;}
.c-list-filter-high h3{font-size:14px;color:#4C4C4C;}
.c-list-filter-current{padding-bottom:10px;}
.c-list-filter-high .col1{width:322px;}
.c-list-filter-high .col2{width:372px;}
.c-list-filter-high .xbox-close-link{right:0;top:-20px;}
.c-list-filter-high input{margin-right:3px;}
span.btn input{margin:0;}
.c-list-filter-high input.ft-14px{margin-right:0;}
.c-list-filter-high input,.c-list-filter-high select{vertical-align:middle;}
.c-list-filter-high .btn-normal{position:absolute;top:25px;right:100px;}
.c-list-filter-high .btn-normal input{_vertical-align:baseline;}
.c-list-filter-high a:hover{text-decoration:none;}
.c-list-filter-high .com-search{margin:-2px 0 0;*margin:-2px 0 4px;}
.c-list-filter-high li{padding:0;}
.c-list-filter-high .btn-normal{right:120px;top:25px;}
.c-list-filter-high li.fm-error{height:auto;}
.btn-high{position:absolute;left:20px;top:-3px;*top:9px;display:block;width:110px;height:32px;text-indent:10px;text-align:center;line-height:24px;*line-height:27px;background:url(https://img.alipay.com/pa/global/trade/bg-list-filter2.png) -110px 0 no-repeat;}
.c-list-filter-fold .container{border-bottom:1px #C0C0C0 solid;min-height:16px;*min-height:auto;}
.c-list-filter-ft .btn-high{background-position:-110px 0;}
.c-list-filter-fold .btn-high{background-position:0 0;}
.c-list-filter-fold .c-list-filter-high{display:none;}
.c-list-filter-fold .c-list-filter-high ul,.c-list-filter-fold .c-list-filter-high h3{display:none;}
.c-list-filter .ft-green,.c-list-filter .ft-orange,.c-list-filter .ft-total{font-family:Arial;font-size:15px;font-weight:bold;vertical-align:-2px;_vertical-align:0;}
.c-list-filter-ft .download{position:absolute;right:10px;top:6px;}
body .download{position:relative;top:4px;*top:7px;_top:6px;}
body a.hasMergePay{position:relative;top:0;*top:3px;_top:2px;}
body .ly-rtl .btn-normal{position:relative;top:-1px;*top:4px;_top:2px;}
body .ly-ltr select{position:relative;*top:3px;_top:3px;}
body .ly-ltr-rtl .iconTip{position:relative;*top:3px;_top:0;}
body .ly-ltr-rtl{*height:34px;_height:32px;}
.c-list-filter-go{padding:12px 0 20px 77px;*padding:17px 0 20px 79px;_padding:19px 0 20px 77px;}
.c-list-filter-go3cn{padding:12px 0 20px 65px;*padding:17px 0 20px 67px;_padding:19px 0 20px 65px;}
.c-list-filter-go2cn{padding:12px 0 20px 53px;*padding:17px 0 20px 55px;_padding:19px 0 20px 53px;}
.c-trade-diagram{text-align:right;margin-top:10px;}
.js-add-contact{position:absolute;overflow:hidden;vertical-align:middle;cursor:pointer;z-index:9999;width:15px;height:15px;background:url(https://img.alipay.com/pa/global/trade/ico-trade-note.png) -33px -253px no-repeat;}
.fm-upload .fm-item{padding-left:24px;}
.fm-upload .fm-item .btn{margin:10px 0 0;}
.fm-upload .i-file-text{width:413px;}
.fm-upload .com-search{position:relative;}
.fm-upload .i-file{width:468px;height:28px;line-height:28px;position:absolute;left:26px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.upload-preview{width:200px;margin-top:18px;}
.upload-thumb .thumb{width:89px;height:63px;border:1px solid #C6C6C6;text-align:center;}
.upload-thumb img{width:80px;height:60px;}
.a-vch{display:inline-block;font-size:0;line-height:0;overflow:hidden;text-indent:-9999px;vertical-align:middle;width:38px;height:16px;background:url(https://img.alipay.com/wow/frame/v1/a-vch.png) no-repeat -288px -818px;}
.a-vch-2-1,.a-vch-5-1,.a-vch-10-1,.a-vch-20-1,.a-vch-50-1,.a-vch-x-1{width:45px;height:16px;}
.a-vch-2-2,.a-vch-5-2,.a-vch-10-2,.a-vch-20-2,.a-vch-50-2{width:62px;height:17px;}
.a-vch-2-3,.a-vch-5-3,.a-vch-10-3,.a-vch-20-3,.a-vch-50-3,.a-vch-x-3{width:114px;height:55px;}
.a-vch-2-4,.a-vch-5-4,.a-vch-10-4,.a-vch-20-4,.a-vch-50-4,.a-vch-x-4{width:281px;height:135px;}
.a-vch-2-1{background-position:-288px -673px;}
.a-vch-2-2{background-position:-288px -650px;}
.a-vch-2-3{background-position:-288px -583px;}
.a-vch-2-4{background-position:0 -583px;}
.a-vch-5-1{background-position:-288px -527px;}
.a-vch-5-2{background-position:-288px -503px;}
.a-vch-5-3{background-position:-288px -436px;}
.a-vch-5-4{background-position:0 -436px;}
.a-vch-10-1{background-position:-288px -380px;}
.a-vch-10-2{background-position:-288px -356px;}
.a-vch-10-3{background-position:-288px -290px;}
.a-vch-10-4{background-position:0 -290px;}
.a-vch-20-1{background-position:-288px -235px;}
.a-vch-20-2{background-position:-288px -211px;}
.a-vch-20-3{background-position:-288px -145px;}
.a-vch-20-4{background-position:0 -145px;}
.a-vch-50-1{background-position:-288px -94px;}
.a-vch-50-2{background-position:-288px -69px;}
.a-vch-50-3{background-position:-288px 0;}
.a-vch-50-4{background-position:0 0;}
.a-vch-x-1{background-position:-288px -818px;}
.a-vch-x-3{background-position:-288px -728px;}
.a-vch-x-4{background-position:0 -728px;}
.pop-select{background-color:#FFF;z-index:998;}
.pop-info .container{min-width:30px;_width:25px;white-space:nowrap;}
.amount-detail,.fn-zoom{zoom:1;}
.monthlyCalendar{height:146px;}
.popmenu-blank-r{height:1px;line-height:0;}
.popmenu-blank-r dl{top:20px;overflow:visible;}
.popmenu-blank-r dt{margin-top:-20px;}
.popmenu-blank-r dd,.popmenu-blank-r dd a{overflow:hidden;white-space:normal;}
.popmenu-blank-r iframe{margin-top:20px;}
.p-addresslist,.p-addresslist dd a{width:480px;}
.nowrap{white-space:nowrap;}
.popmenu-calender{width:245px;}
.popmenu-calender input.ico-expand-arrow{display:inline-block;width:18px;height:21px;border:none;margin-left:-3px;padding:2px 0;background-color:transparent;background-position:right -117px;cursor:pointer;font-size:0;color:#6A6A6A;text-align:center;}
.fn-pr5{padding-right:9px;}
.tb-all-trade tbody td{height:40px;*height:29px;}
.tb-all-trade .time{width:138px;}
.tb-all-trade .time2{width:110px;}
.c-list-filter-high h3,.c-list-filter-high ul,.c-list-filter-high{padding-left:13px;padding-right:13px;}
.c-list-filter-high ul li a.xbox-close-link{padding-right:12px;}
.fn-mr10{margin-right:10px;}
#tb-all-trade2{margin:20px 0 0;}
.c-list-filter-current{background:none;}
.label-ft-right4cn{width:60px;display:inline-block;text-align:right;}
.fn-pl65{padding-left:65px;}
.fn-pl53{padding-left:53px;}
.c-list-filter-high li{margin-bottom:6px;*margin-bottom:4px;padding-top:1px;}
.c-list-filter-high li.close{margin-bottom:0;padding-top:0;}
.c-list-filter-high li input{width:15px;height:15px;position:relative;top:-1px;*top:0;}
.c-list-filter-high li input.i-text{position:relative;top:0;width:170px;margin-bottom:2px;margin-top:1px;}
.c-list-filter-high li input.i-text-amount{font-weight:700;width:80px;}
.c-list-filter-high .posreltop4{position:relative;top:4px;*top:5px;}
.posreltop1{position:relative;top:1px;*top:-1px;}
.tb-all-trade .amount{width:65px;text-align:right;}
.tb-all-trade tbody .refundment{width:77px;*width:82px;padding-right:13px;text-align:right;}
.tb-refundment tbody .refundment{padding-right:3px;}
.tb-all-trade .status{width:75px;}
.topSearch .c-list-filter-high{margin-bottom:0;border-bottom:none;}
div.c-list-filter-current{padding:0;height:36px;line-height:36px;background:url(https://img.alipay.com/pa/global/trade/bg-list-filter.png) repeat-x scroll 0 -53px;}
.searchCondition{background:#f9f9f9;padding:0 13px;overflow:hidden;}
.i-line{background:#c8c8c8 none repeat scroll 0 0;height:1px;overflow:hidden;}
.topSearch .container{border-bottom:none;}
#searchResultTip .tip-angle-content{width:879px;}
.memory .fm-label{padding-top:1px;*padding-top:3px;_padding-top:0;}
.memory input{margin-right:4px;*margin-right:0;position:relative;top:-3px;*top:-1px;}
.fn-pt10{padding-top:10px;zoom:1;}
.balance{text-align:right;}
body #js-status-pop-menu dl.width170{width:170px;}
.p-tb-checkout .amount{color:#acacac;white-space:nowrap;padding-right:50px;text-align:right;}
.p-tb-checkout .amount em{position:relative;top:2px;}
.p-tb-checkout .time{width:200px;padding-left:2px;}
.p-tb-checkout .first{width:30px;}
.p-trade-info{margin-top:0;}
.p-trade-info .trade-data{font-size:14px;}
.fn-mr4{margin-right:4px;}
.p-tb-batch .amount{width:150px;padding-right:10px;}
.p-tb-batch td.tip-detail .last{margin-top:3px;}
.tb-tradestatus{border:1px solid #CBD7E3;background:#E5F5FF;}
.tb-tradestatus table{width:100%;}
.tb-tradestatus th,.tb-tradestatus td{padding:8px 10px 9px;*padding:6px 10px 6px;}
.tb-tradestatus th{width:10%;padding-right:0;white-space:nowrap;vertical-align:top;font-size:14px;color:#000;}
.tb-tradestatus th h3{*padding-top:2px;}
.tb-tradestatus-action td{padding-top:4px;*padding-top:3px;padding-bottom:3px;}
.tb-tradestatus-action ul{padding-bottom:7px;*padding-bottom:6px;}
.tb-tradestatus .btn-normal{margin:0 17px;}
.tb-tradestatus th.cn4{width:60px;padding-right:0;}
.tb-tradestatus td{padding-left:0;}
.tb-tradestatus td a.btn-ok-s{margin:0 10px;}
.p-recipient li{width:680px;padding:5px 0 5px 5px;}
.p-recipient .hightligh{-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#FFFF8D none repeat scroll 0 0;}
.p-recipient li input{position:relative;top:1px;*top:1px;}
.posreltop-3{position:relative;top:-3px;*top:0;}
.posreltop2{position:relative;top:2px;*top:4px;}
.posreltop4{position:relative;top:2px;*top:6px;}
.tb-all-trade th,.tb-all-trade td{padding:5px 3px;}
.tb-all-trade th.type,.tb-all-trade td.type,.tb-all-trade th.remark,.tb-all-trade td.remark{padding:5px 4px;}
body #container div .info{width:168px!important;}
body .info ul{width:168px!important;}
body .info .no,body .info .name{width:168px!important;word-wrap:break-word;}
body .other{width:91px!important;}
body #container div table .other ul{width:91px!important;}
body .other .name{width:91px!important;}
body .status{text-align:right;width:104px!important;}
body .tb-all-trade .action{text-align:right;width:195px!important;}
body .remark{width:26px;text-align:right!important;}
body .remark a{width:20px!important;}
body .tb-all-trade .amount{width:70px;}
body .tb-refundment .refundment{width:105px!important;}
body .tb-refundment .action{width:186px!important;}
body .tb-refundment .status{width:72px!important;}
body .tb-refundment .time2{width:112px!important;}
body .tb-refundment .type{width:26px!important;}
body #container .fn-hide{display:none;}
.action .vcenter{float:right;position:relative;top:3px;}
.xbox .tip-extra .vcenter{position:relative;top:4px;}
body #container .c-list-filter-high input.i-date{width:70px;}
.ly-ltr-rtl{clear:both;margin-top:11px;min-height:20px;height:32px;overflow:hidden;position:relative;}
.ly-rtl{padding-right:4px;}
.ly-ltr{top:7px;}
.page{height:27px;}
.bottomBanner{border-top:2px solid #d2d2d2;margin:0;padding-top:6px;}
.ly-ltr-rtl .iconTip{margin-top:3px;float:left;}
body .other .name{word-wrap:break-word;word-break:break-all;}
.hasBalanceShow .c-list-filter{margin-top:4px;}
.balanceShow{font-size:14px;text-align:right;margin:-26px 4px 0 0;position:relative;top:10px;}
.no{white-space:nowrap;}
.c-list-filter-high li .fm-explain{background:url("https://img.alipay.com/pa/frame/v2/ico-pa.png") no-repeat scroll -128px -414px transparent;color:#FF5243;line-height:15px;padding:5px 0 0 20px;}
/** end ---base/trade.css---*/
/** begin ---base/faq.css---*/
.tip-faq {
    margin-top: 50px;
}
.tip-faq dl dt {
    font-size: 14px;
}

.tip-faq p.tip-faq-link a:link, .tip-faq p.tip-faq-link a:visited {
    color: #0B60AF;
    font-weight: 700;
}

.tip-faq .tip-faq-link a {
    font-size: 14px;
}
/** end ---base/faq.css---*/
/** begin ---page/index.css---*/
/* 标题栏 */
.page-head{padding-left: 15px;padding-bottom:20px; }
    .index .page-head {padding-top: 20px; height: 165px;overflow: hidden;}
    .confirm .page-head{ padding-left: 20px; padding-bottom: 8px;}
    .page .page-head{ padding-top: 20px;}

    .page-head .links {
        line-height:1;
        padding-top:12px;
    }

    .page-head .links a{text-decoration: underline;}




.index .studentloan {background: url(https://i.alipayobjects.com/e/201202/26yg3pPjGj.png) right top no-repeat;}
.paymentresult .studentloan { float:left;}
.paymentresult .studentloan .ui-tipbox-container {

    width: 710px;
}

.studentloan .ui-tiptext-content{
    padding: 5px 12px;

}

.page-head-line{border-bottom: 1px solid #CCCCCC; margin-bottom: 20px;}

.index .main {
    min-height: 400px;
    padding-left: 15px;
    padding-right: 250px;
}


/*=标题=*/
.title{line-height:30px;position:relative;overflow:hidden;*zoom:1;}
    .title h2 {font-size: 30px;color:#4d4d4d;font-weight: normal;margin-right: 20px;float:left;line-height:1.1;font-family: \5fae\8f6f\96c5\9ed1,\5b8b\4f53, sans-serif;}
    .title .slogan {font-size: 18px;line-height:1;padding-top:12px;color: #999;font-family: \5fae\8f6f\96c5\9ed1,\5b8b\4f53, sans-serif;}
    h3{	font-size: 18px;font-family: \5fae\8f6f\96c5\9ed1,\5b8b\4f53, sans-serif;}

.index-act {z-index: 100;}
.index .index-act {margin: 60px 0 0px;overflow: hidden;}





/*=cnt-intro=*/
.cnt-area {clear:both;   margin: 0 0 30px;}
    .cnt-area h3 {
        color: #000000;
        font-family: simSon;
        font-size: 12px;
        margin: 0 0 8px;
        font-weight: bold;
    }

.cnt-area .info-title {
     margin: 0 0 10px;
}




.alert{margin-top:20px;overflow:hidden;zoom:1;}
    .alert li{float:left;clear:left;list-style:disc inside;padding:1px 2px;white-space:nowrap;color: #fff;background-color: #EE3D3D;}
    .alert li.alert-info{background-color:#00A0D0}



/* 链接样式 */
.b-link {
	font-size: 12px;
	text-decoration: underline;
	color: #2d649b;
}
a.link-arrow {
    background: url("https://img.alipay.com/pa/frame/v2/ico-text.png") no-repeat scroll 98% -146px transparent;
    height: 18px;
    line-height: 18px;
    padding: 3px 15px 3px 5px;
}



.record {font-family:\5b8b\4f53;background:url(https://img.alipay.com/life/record.png) no-repeat scroll 0 0 transparent;font-size:14px;padding-left:16px;}

.link-time, .link-record, .link-tool, .link-go {
	background-image: url(https://img.alipay.com/life/icons-s.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	font-size: 14px;
}

.link-record {
	background-position: -20px -20px;
}

.link-tool {
	background-position: -40px -40px;
}

.link-go {
	background-position: -60px -60px;
}


/* 右侧广告栏 */
.tip{background: url(https://img.alipay.com/life/test/tip.jpg) no-repeat;width: 231px;height: 258px;position:absolute;right:0;top:225px;}
.tip img{margin-left:15px;margin-top:35px;}




.pop-info {
    background: none repeat scroll 0 0 #A8A8A8;
    left: 60px;
    position: absolute;
    top: 100px;
    z-index: 900;
}

.popinfo-wrapper .pop-info .container {
    width: 250px;
    white-space: normal;
}


.pop-info .container {
    background: none repeat scroll 0 0 #FFFF8D;
    border: 1px solid #DEA90C;
    height: 100%;
    left: -2px;
    padding: 5px;
    position: relative;
    top: -2px;
}
/** end ---page/index.css---*/
/** begin ---page/repaymentinfo.css---*/

.payment-info {padding:10px 20px 10px; background: #f7f7f7;margin-bottom: 10px;}

    .payment-info-title {font-size: 18px;font-weight: normal; text-align: center; color: #000; font-family: \5fae\8f6f\96c5\9ed1,\5b8b\4f53, sans-serif;}

    .payment-info-user {
        margin-top: 20px;
        margin-bottom: 15px;
        color:#333;
        font-size: 14px;
    }
        .payment-info-user li {padding-bottom: 8px;}
        .payment-info-user label {margin-right: 18px;}
        .payment-info-user span {font-weight: bold;}

    .payment-loan-list {
        background: #fff;

        margin-bottom: 15px;
    }
        .payment-loan-list td {height:24px;color:#4d4d4d;}

        .payment-loan-list th.loan-code,.payment-loan-list td.loan-code {padding-left: 24px;width:300px;}
        .payment-loan-list th.loan-type ,.payment-loan-list td.loan-type {width:115px;}
        .payment-loan-list th.loan-date,.payment-loan-list td.loan-date {width:120px;}
        .payment-loan-list th.loan-money ,.payment-loan-list td.loan-money {padding-right: 24px; text-align: right;}
        .payment-loan-list th.loan-total ,.payment-loan-list td.loan-total { text-align: right; color: #c75932;padding-right: 24px; font-weight: bold;}


.split td, .split th, li.split {
    background: none repeat scroll 0 0 #FAFCFF;
}

.tips-info {padding: 0px 20px 15px; border-bottom: 1px solid #d9d9d9;}

div.button-center {padding-left: 260px;}
.link-modify {float: left;   font-size: 14px;padding-left: 15px;padding-top: 10px;}



.query-area{margin-bottom: 16px;}
/** end ---page/repaymentinfo.css---*/
/** begin ---page/orderinfo.css---*/
.record-type  {width:346px; line-height: 20px;}
.first {width:68px;}

.p-trade-detail td.list-td {padding: 0; border: none;}

.loan-amount {width:165px;}
.loan-date {width:120px;}

.last-td {width:450px;}

.link-gopay {font-weight:normal;}
/** end ---page/orderinfo.css---*/
/**Last Changed Author: fangla--Last Changed Date: Sun Apr 01 15:10:43 CST 2012**/
/**batchpayprod.studentloan-1.0**/
/** CurrentDeveloper: alonestatic**/
/** DeployDate: Sun Apr 01 15:10:52 CST 2012**/
