
@charset "utf-8";
.fn-hide,.hidden{display:none;}
.alieditContainer *{vertical-align:bottom;}
.alieditContainer{display:inline-block;*display:inline;zoom:1;width:184px;height:24px;vertical-align:bottom;}
.alieditContainer a.aliedit-install{border:1px solid #AEAEAE;line-height:24px;color:#0066FF!important;width:100%;height:100%;display:block;text-align:center;}
.alieditContainer object{width:100%;height:24px;}
.promptText_PTA{display:none;}

.aliedit-dn{
    position:relative;
    display:block;
    width:165px;
    height:100%;
    margin:-24px 0 0;   
    border:1px solid red;
    line-height:24px;
    text-align:center;
    color:#f00;
    font-size:12px;
    background:#fff;
}
.aliedit-xbox{
    width:600px;
    height:370px;
    overflow:hidden;
    position:absolute;
    z-index:9999;
    top:5%;
    left:10%;
    border:6px solid #767576;
    background:#fff;
    -moz-box-shadow:3px 2px 6px #333333;
    -webkit-box-shadow: #333 2px 2px 6px;
}
.aliedit-xbox iframe,
.aliedit-box-shadow iframe{
    width:100%;
    height:100%;
}
.aliedit-box-shadow{
    position:absolute;
    left:0;
    top:0;
    z-index:9998;
    width:100%;
    height:100%;
    background:#000;
    opacity:.2;
    filter:alpha(opacity=20);
    -ms-filter:'alpha(opacity=20)';
}
.aliedit-box-shadow iframe{opacity:0;filter:alpha(opacity=0);-ms-filter:'alpha(opacity=0)';}
.aliedit-load{z-index:9999;}

.aliedit-tips{
	position: relative;
	_position:absolute;
	display:block;
    width:192px;
    height:37px;
    background:url(https://img.alipay.com/pa/global/home/bg-aliedit.png) 0 -36px no-repeat;
    margin-top:-61px;
}
.aliedit-tips-update{
	background-position:0 -76px;
}
.pop-aliedit .container{padding:20px;overflow:hidden;border:3px #A2A2A2 solid;background:#F3F3F3;}


/**Last Changed Author: jianming.lai--Last Changed Date: Fri Jun 10 14:38:20 CST 2011**/

@charset "utf-8";

/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响 */
html{
	color:#4d4d4d;background:#fff;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* 要注意表单元素并不继续父级 font 的问题 */
body,button,input,select,textarea{
	font:12px/1.5 tahoma,arial,\5b8b\4f53;
}
input,select,textarea{
	font-size:100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table{
	border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th 不继承 text-align*/
th{
	text-align:inherit;
}

/* 去除默认边框 */
fieldset,img,a img{
	border:0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
	display:block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
	border:0;font-variant:normal;
}

/* 一致的 del 样式 */
del {
	text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:500;
}

/* 去掉列表前的标识, li 会继承 */
ol,ul {
	list-style:none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align:left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

q:before,q:after {
	content:'';
}

/* 统一上标和下标 */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:underline;
}

/* 默认显示下划线，保持页面简洁 */
ins,a {
	text-decoration:none;
}

/* 清理浮动 */
.fn-clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {
	zoom:1; /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display:none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
	display:inline;
}
.fn-left {
	float:left;
}
.fn-right {
	float:right;
}

/**Last Changed Author: shuai.shao--Last Changed Date: Wed Nov 02 17:48:38 CST 2011**/
/** @merged-artifact [alice.security-1.0,alice.base-1.0] */

/** begin ---common/ui-form.css---*/
/**
* Alipay.com Inc.
* Copyright (c) 2005-2011 All Rights Reserved.
* 
* 表单
*
* @author guangao
* @create 2011-7-19
*/
.ui-form {
}
.ui-form-item {
	padding-left: 90px;
	margin-bottom: 15px;*zoom:1;
}
.ui-form-label {
	display: inline-block;
	*display:inline;
	*zoom:1;
	float: left;
	margin-left: -70px;
	width: 60px;
	height: 22px;
	*height: 24px;
	line-height: 22px;
	*line-height: 24px;
	text-align: right;
}
.ui-form-explain{
	display:block;
    padding-top:2px;
    color:#B2B2B2;
    _padding-left:4px;
}
.ui-form-error .ui-form-explain {
	color: #FF5243;
    padding-left:20px;
	background: url(https://i.alipayobjects.com/e/201309/1AUq4bcatD_src.png) no-repeat -386px 5px;
}

.ui-form-explain a{
    color:#0077FF;
}
.ui-form-explain a:hover{
    color:#0077FF;
}
.ui-input-current{
    color:#cccccc;
}




/** end ---common/ui-form.css---*/
/** begin ---common/ui-input.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 表单项
 *
 * @author guangao
 * @create 2011-7-19
 */

.ui-input{
	width:170px; 
	padding: 4px 3px;
	*padding-top:2px;
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	border-width:1px;
	border-style:solid;
	line-height:1.2\0;
	height:14px;
	*height:16px;
	-moz-border-radius: 2px;	/* for FireFox */
	-webkit-border-radius: 2px;	/* for Safari/Chrome */
	border-radius: 2px;	/* for Other CSS3 support browser */
	-moz-box-shadow: 1px 1px 1px #DDDDDD inset;	/* for FireFox */
	-webkit-box-shadow: 1px 1px 1px #DDDDDD inset;	/* for Safari/Chrome */
	box-shadow: 1px 1px 1px #DDDDDD inset;	/* for Other CSS3 support browser */
}
.ui-input:hover,.ui-input-hover{
	border-color: #999999 #CCCCCC #CCCCCC #999999;
}
.ui-input:focus{
	-moz-box-shadow: none;	/* for FireFox */
	-webkit-box-shadow: none;	/* for Safari/Chrome */
	box-shadow: none;	/* for Other CSS3 support browser */
}
.ui-form-error .ui-input{
	border-color: #FF0000 #FF6666 #FF6666 #FF0000;
	-moz-box-shadow: 1px 1px 1px #FFAAAA inset;	/* for FireFox */
	-webkit-box-shadow: 1px 1px 1px #FFAAAA inset;	/* for Safari/Chrome */
	box-shadow: 1px 1px 1px #FFAAAA inset;	/* for Other CSS3 support browser */
}

.ui-input-radio{vertical-align: middle;margin-right: 5px;}


/** end ---common/ui-input.css---*/
/** begin ---common/ui-tip.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 小的提示
 *
 * @author guangao
 * @create 2011-7-21
 */

/* TODO:迁移完成后改成ui-tip */
.error-box{
    margin: 0 auto 10px;
    padding: 5px 10px 5px 25px;
    width: 200px;
	line-height: 1.6;
	background:#FFFFD0 url(https://i.alipayobjects.com/e/201309/1AUq4bcatD_src.png) no-repeat -381px 8px;
    border: 1px solid #FFAD77;
    color: #FF0000;
}
.logonId-tip{
    display:none;
    top:0;
    left:101px;
    position:absolute;
    height: 14px;
    padding: 3px 4px;
    width: 170px;
}
.logonId-tip-default{
    color:#999999;
    display:block;
}
.logonId-tip-current{
    color:#CCCCCC;
    display:block;
}


/** end ---common/ui-tip.css---*/
/** begin ---common/sl-aliedit.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 安全控件
 *
 * @author guangao
 * @create 2011-7-19
 */

.sl-aliedit .alieditContainer,
.sl-aliedit .alieditContainer embed, 
.sl-aliedit .alieditContainer object{width:180px;height:26px;}

/* 给安全控件加左上的阴影 */
.sl-aliedit .alieditContainer{margin-left: -2px;border-color: #EEEEEE #FFFFFF #FFFFFF #EEEEEE;border-style: solid;border-width: 1px 0 0 1px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}

/* 出错时 */
.ui-form-error .alieditContainer{border-width:1px;border-style:solid;border-color: #FF0000 #FF6666 #FF6666 #FF0000;}



/** end ---common/sl-aliedit.css---*/
/** begin ---common/sl-checkcode.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 验证码
 *
 * @author guangao
 * @create 2011-7-19
 */

/* 清除浮动 */
.sl-checkcode:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.sl-checkcode {
	zoom:1; /* for IE6 IE7 */
}

/* 验证码输入框 */
.sl-checkcode-input{width:50px; margin-right: 4px;margin-top: 2px;}

/* 验证码图片 */
.sl-checkcode-img{float:left; margin-right: 4px;}

/* 验证码链接，看不清换一张 */
.sl-checkcode-link{float:left;line-height: 30px;width: 38px;}




/** end ---common/sl-checkcode.css---*/
/** begin ---common/sl-chacha.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 
 *
 * @author guangao
 * @create 2011-7-19
 */

.sl-chacha-parent{position:relative;}

.sl-chacha {
	display: block;
	text-indent: -9999px;
	background: #efefef;
	*background:url(https://i.alipayobjects.com/e/201309/1AUq4bcatD_src.png) no-repeat -56px -167px;
	background: url(https://i.alipayobjects.com/e/201309/1AUq4bcatD_src.png) no-repeat -56px -167px\0;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 246px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateZ(0); 
}
.sl-chacha:before,.sl-chacha:after {
	content: "";
	display: block;
	*display:none;
	display: none\0;
	width: 3px;
	height: 11px;
	position: relative;
	left: 7px;
	top: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #bcbbbb;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sl-chacha:after {
	top: -8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sl-chacha:hover {
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa;
}

/** end ---common/sl-chacha.css---*/
/** begin ---common/sl-placeholder.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 输入框提示
 *
 * @author guangao
 * @create 2011-7-20
 */

body .placeholder{color: #999;}
body ::-webkit-input-placeholder{color: #999;}
body :-moz-placeholder{color: #999;}

/** end ---common/sl-placeholder.css---*/
/** begin ---common/sl-ime-disabled.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 强制切换输入法
 *
 * @author 子推
 * @create 2012-3-22
 */


/*	强制切换输入法 */
#logonId,#authcode{ime-mode: disabled;}


/** end ---common/sl-ime-disabled.css---*/
/** begin ---common/sl-checkcodeIcon.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 实时校验码样式
 *
 * @author 子推
 * @create 2012-10-16
 */

.sl-checkcodeIcon{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
	left: 95px;
}

.checkcodeIcon{
    width:14px;
    height:14px;
    display: none;
}

.sl-checkcodeIcon .checkcodeIcon-right{
    display:inline-block;
    background:url(https://i.alipayobjects.com/e/201204/2StBjKGSa9.png) no-repeat 0px -17px;
}

.sl-checkcodeIcon .checkcodeIcon-wrong{
    display:inline-block;
    background:url(https://i.alipayobjects.com/e/201204/2StBjKGSa9.png) no-repeat 0px 0px;
}



/** end ---common/sl-checkcodeIcon.css---*/
/** begin ---scene/option/common.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * option公用样式
 *
 * @author guangao
 * @create 2011-7-22
 */

/* 背景透明 */
html,body{background: transparent;height: 100%;width: 100%;color: #4D4D4D;}

/* 不显示server */
.server{display: none;}

/* 字体放大 */
.ui-form-label{width:70px;font-size:14px;}

a,a:hover{color:#0077FF;}

/* label宽度 */
.ui-form-label{width: 90px;margin-left: -90px;}

/* 验证码输入框 */
.sl-checkcode-input{float:left}

/* 验证码链接，看不清换一张 */
.sl-checkcode-link{line-height: 1.2;}

/* 修复接入控件二期后动态插入控件因为父边距错位的问题*/
.sl-aliedit{
	zoom:1;
	position: relative;
}

/*未装控件的时候，提示框比输入框长，所以要右移5px*/
.fm-link{
	margin-left:10px;
}

/* 忘记密码链接颜色统一 */
#forgetPsw , #forgetPsw:hover{
	color:#0077FF;
}

.sl-checkcode-content{
	position:relative;
}

.sl-checkcodeIcon{
	left:40px;
	top:7px;
	overflow: hidden;
}
/* 报错页面链接色 */
.error-box a , .error-box a:hover{
	color:#07F;
}

/* 修复UM统计高度14px的bug */
.umidWrapper{ width:1px;height:1px;display:block;line-height: 1px;}
#umFlash{ width:1px;height:1px;display:block;line-height: 1px;}

/* 关闭IE10自带的X */
#logonId::-ms-clear{display:none}

/** end ---scene/option/common.css---*/
/** begin ---scene/option/hl.css---*/
/**
 * Alipay.com Inc.
 * Copyright (c) 2005-2011 All Rights Reserved.
 * 
 * 航旅操作员登录
 * http://hl.aliapy.com
 *
 * @author xinglin.ma
 * @create 2012-8-15
 */

body{
	background-color: #fff;
}

a,a:hover{color: #666;}

.error-box{
  	width: 145px;
  	margin: 0 0 5px 15px;
};	

/* 去掉阴影 */
.ui-input,.ui-input:hover,.ui-input-hover,.ui-form-error .ui-input{
	-moz-border-radius: 0;	/* for FireFox */
	-webkit-border-radius: 0;	/* for Safari/Chrome */
	border-radius: 0;	/* for Other CSS3 support browser */
	-moz-box-shadow: none;	/* for FireFox */
	-webkit-box-shadow: none;	/* for Safari/Chrome */
	box-shadow: none;	/* for Other CSS3 support browser */
}

.ui-form-item{
	margin-bottom:5px;
	padding-left:15px;
}

.ui-form-label{
	margin-left:0px;
	display:block;
	float:none;
	text-align: left;
	font-size: 12px;
}

.sl-chacha{
	top: 25px;
	left: 170px;
	_top:28px;
	*top:28px;
}

.ui-button-ok,.ui-button-ok:hover{
	border: none;
}

.ui-button{
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	line-height:100%;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	zoom:1;
	outline:none;
}

.ui-button .ui-button-text{
	border:none;
	*border:0;
	*overflow:visible;
	width:72px;
	height:27px;
	background-image:url(https://i.alipayobjects.com/e/201208/3Gbz8RLBoP.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size:12px;
	color:#fff;
	cursor: pointer;
}

#checkCodeImg{
	width:80px;
	height:24px;
}

/** end ---scene/option/hl.css---*/
/**Last Changed Author: svnsync--Last Changed Date: Wed May 28 09:31:25 CST 2014**/
/**authcenter.global-3.1**/
/** CurrentDeveloper: authcenter**/
/** DeployDate: Wed Jun 04 10:02:18 CST 2014**/
