﻿/*
body 
{
    padding:0;
    margin:0;
    text-align:center;
    font-size:12px;
    font-family:宋体;
    overflow: hidden;
}

form
{
    margin:0;
    padding:0;
}

超链接
a:link,
a:visited,
span.href
{
    color:#0C75C6;
    font-size:12px;
    cursor: pointer;
    text-decoration: underline;
}
a:hover
{
    color:#333;
    font-size:12px;
}
.selected:link,
.selected:visited,
.selected:hover
{
    color:#FFF;
    background:#FF4000;
    padding:2px;
    text-decoration:none;
    font-weight:bold;
}

列表
ul, li
{
    padding:0;
    margin:0;
    list-style:none;
}

文本框
.textbox{
	border:1px solid #5D97CD;
	background-color:#F5FEFF;
	height:16px;
}

按钮
.button
{
    color: #fff;
    height: 20px;
    border: 1px solid #1E5B9A;
    background-color: #87BAEF;
    background-image: url(images/clb_button.gif);
    padding: 3px 1px 1px 1px;
    cursor: hand;
    font-size: 12px;
}


日期按钮
.calbutton
{
	position: relative;
	left: -1px;
    border:none;
    background: #F5FEFF url(images/sysicon.gif) no-repeat 1px 1.5px;
    width:22px;
    height:20px;
    border: 1px solid #5D97CD;
    cursor:pointer;
}

高亮字
.highlight
{
    color:#FF3300;
}
绿色字
.greentext
{
    color:green;
}
蓝色字
.bluetext
{
    color:blue;
}
灰色字
.graytext
{
	color: #CCC;	
}
粗体
.boldtext
{
	font-weight: bold;
}
表格
.table
{
    border-collapse : collapse;
    border:solid 1px #66869B;
    width:99%;
}
.table td
{
    border:solid 1px #A1BBCC;
    line-height:20px;
    padding: 2px 5px;
    background-color:#FFF;
}
.table thead td,
.table .thead td,
.table td.head
{
    text-align:center;
    background:#EBFAFD;
    color:#0B3A80;
    font-weight:bold;
}
.table td.lhead
{
	text-align:left;
    background:#EBFAFD;
    color:#0B3A80;
    font-weight:bold;
}
.table td.rhead
{
	text-align:right;
    background:#EBFAFD;
    color:#0B3A80;
    font-weight:bold;
}
.table .darknessRow td,
.table td.darknessCol
{
    background:#E9E9E9;
}
.table .highlightRow td,
.table td.highlightCol
{
    background:#F6FBFE;
}

注释
.info
{
    border:solid 1px #A1BBCC;
	background:#F6FBFE;
	padding:3px;
	color:#3C82CA;
}

hidden样式用于隐藏控件
.hidden
{
    display: none;
}

 topbar 
.topbar
{
    clear:both;
    height:69px;
    margin:0 auto;
    background:url(images/topbarbg.gif);
}
.topbar .logo
{
    height:60px;
    background:url(images/linem_logobg.jpg) no-repeat;
    float:left;
    line-height:60px;
    font-family:黑体;
    padding-left:30px;
    text-align:left;
}
.topbar .logo .title
{
	font-size:30px;
	font-family:黑体;
	filter: dropshadow(OffX=1, OffY=1,Color=#0500A1); 
	color:orange;
	width: auto;
	white-space : nowrap;
	position:absolute;
	z-index: 2;
	left: 10px;
}
.topbar .line
{
    clear:both;
    height:9px;
    background:url(images/linem_navline.gif);
    overflow:hidden;
}
.topbar .nav
{
    float:right;
    margin-right:10px;
    margin-top:15px;
    height:45px;
    width:630px;
    overflow:hidden;
}
.topbar .nav .link:link,
.topbar .nav .link:visited
{
    display:block;
    float:left;
    height:20px;
    text-decoration:none;
    font-size:12px;
    color:#FFF;
    background:url(images/navbtnbg.gif) right 0;
    margin-left:1px;
}
.topbar .nav .link:link span,
.topbar .nav .link:visited span
{
    background:url(images/navbtnbgleft.gif) left 0 no-repeat;
    display:block;
    float:left;
    height:15px;
    padding:5px 5px 0;
}
.topbar .nav .link:hover,
.topbar .nav .selected
{
    display:block;
    float:left;
    height:20px;
    text-decoration:none;
    font-size:12px;
    color:#6D3800;
    background:url(images/navbtnbg.gif) right 20px;
    font-weight:100;
    padding:0;
    margin-left:1px;
}
.topbar .nav .link:hover span,
.topbar .nav .selected span
{
    background:url(images/navbtnbgleft.gif) 0 -20px no-repeat;
    display:block;
    float:left;
    height:15px;
    padding:5px 5px 0;
}

.toplink
{
	color: #ffffff;
	text-decoration: none;
}
 end topbar 



 sidebar 
.SideBar
{
    float:left;
    width:177px;
    text-align:left;
    background:#F4FBFF;url(images/linem_leftcol04.gif) repeat-y;
}
.SideRule
{
	float: left;
	width: 7px;
	cursor: pointer;
	background:url(images/linem_leftrule.gif) repeat-y;
	padding-bottom:100000px;
    margin-bottom:-100000px;
}
.SideBar h2
{
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background: #A6DDFF url("images/SideItemBg.gif") repeat-x;	
	text-align: left;
	padding-left: 20px;
	color: #343434;
	font-weight: bold;
}
.SideBar .SideItem
{
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background: #A6DDFF url("images/SideItemBg.gif") repeat-x;	
	text-align: left;
	padding-left: 20px;
	color: #343434;
	font-weight: bold;
	cursor: pointer;
}
.SideBar .SideItem .SideItemRule
{
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: #F00;
	color: #F00;
}
.SideBar .SideItem img
{
	float: right;
	margin: -18px 15px 0px 0px;
}
.SideBar ul
{
    margin:0px 0px 5px 0px;
    background:#FFF;
}
.SideBar li
{
	background: #E5F6FF;
	line-height:25px;
    text-align: left;
    border-bottom: 1px solid #C1DAE2;
}
.SideBar .label
{
	padding-left: 25px;
	color: #000;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    width: 87%;	
}
.SideBar .label a:link,
.SideBar .label a:visited
{
	display: inline;
	padding: 0px;
	text-decoration: underline;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    width: 87%;
}
.SideBar .label a:hover
{
	background: transparent;
	color: Blue;
}
.SideBar li a:link,
.SideBar li a:visited
{
	display: block;
	background: #E5F6FF;
    padding-left:25px;
    text-align: left;
    text-decoration: none;
    color:#414141;
}
.SideBar li a:hover
{
	background: #FFF;
	padding-left: 30px;
}
.SideBar li.selected a:link,
.SideBar li.selected a:visited
{
	background: #FFF url("images/SideBarArrow.png") 5px center no-repeat;
	_background: #FFF url("images/SideBarArrow.gif") 5px center no-repeat;
	color: #FE850A;
	font-weight: bold;
	padding-left: 25px;
	
}
.SideBar .liNews
{
	background: #F6FBFE url();
	border-top: 2px solid #3288DB;
	border-bottom: 2px solid #3288DB;
	padding-left: 5px;
	margin: 2px;
}
.SideBar .liNews a:link,
.SideBar .liNews a:visited
{
	background: #FFF;
	line-height: 20px;
	display: inline;
	text-decoration: none;
}
.SideBar .liNews a:hover
{
	color: #000;
}
.SideBar .serviceLabel
{
    padding-left: 20px;
	color: #000;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.SideBar .ServiceItemTitle
{
	background: #E5F6FF url(images/phone.gif) no-repeat center left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
}
.SideBar .serviceLabel a:link,
.SideBar .serviceLabel a:visited
{
    background: #E5F6FF;
	line-height: 20px;
	display: inline;
	text-decoration: none;
	padding-left: 0px;
	color: blue;
}
.SideBar .serviceLabel a:hover
{
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}
 end sidebar 


 footbar 
.footbar
{
    clear:both;
    background:#FFF;
    height:100px;
}
.footbar .line
{
    float:none;
    clear:both;
    height:9px;
    background:url(images/linem_navline.gif);
    overflow:hidden;
}
 end footbar 


 main 
.body
{
    float:left;
    clear:both;
    margin: 0 auto;
    overflow: hidden;
}
.main
{
    float:left;
    text-align:left;
    margin:0px;
    padding:0px 0px 5px 5px;
    overflow: hidden;
}


h1,
.headtitle
{
    background:url(images/headico.gif) no-repeat;
    padding-left:20px;
    font-size:15px;
    font-weight:bold;
    margin:0px 0 0px;
}
.headsmalltitle
{
	background:url(images/headsmallico.gif) no-repeat;
    padding-left:20px;
    font-size:13px;
    font-weight:bold;
    margin:0px 0 0px;
    padding-bottom:3px;
}
 end main 


 tab 
.tabselected
{
	float: left;
	width: 130px;
	height: 17px;
	text-align: center;
	background: #C7EEFD url(images/tab_bgselected.gif) left top no-repeat;
	margin: 5px 2px 0px 5px;
	padding-top: 5px;
}
	
.tab{
	float: left;
	width: 130px;
	height: 17px;
	text-align: center;
	background: #C7EEFD url(images/tab_bg.gif) left top no-repeat;
	margin: 5px 2px 0px 5px;
	padding-top: 5px;
}
 end tab 

 新的页标签 
.PageTitleBar{
	background:url(images/titleBg.gif) left top repeat-x;
	height: 33px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;   
}
.PageTitleName
{
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	background:url(images/titleleft.gif) left center no-repeat;
	padding-left: 30px;
	color: #353535;
	float: left;
}
.T_select{
background:url(images/tab_select.gif); 
border: none 0 none; 
width: 110px; 
height: 25px; 
vertical-align: bottom; 
font-weight: bold; 
color: #0164C0; 
margin-left: 6px;
cursor: hand;
margin-top: 8px;
}
.T_normal{
background:url(images/tab_normal.gif); 
border: none 0 none; 
width: 110px; 
height: 25px; 
vertical-align: bottom; 
color: #333;
margin-left: 6px;
cursor: hand;
margin-top: 8px;
}
 end 新的页标签 

 页标签 
.PageTab
{
	float: left;
	margin-left: 20px;
	_margin-left: 0px;
}
.tabs
{
	height:25px !important;height:25px;
	margin:1px 0 10px;
	padding-left:20px;
	width:95%;
}
.tabs a:link,
.tabs a:visited
{
    float:left;
    position:relative;
	top:7px;
	background:url(images/tabbg.gif) right;
	border:0;
	text-decoration:none;
	color:#333;
	height:25px;
	margin: 0px 3px;
}
.tabs a:link span,
.tabs a:visited span
{
    background:url(images/tableft.gif) no-repeat;
    float:left;
    height:25px;
    line-height:25px;
    padding:0 10px;
}
.tabs a.selected,
.tabs a.selected:link,
.tabs a.selected:visited,
.tabs a:hover,
.tabs a.selected:hover
{
	background:url(images/tabactivedt.gif) right;
	border:0;
	text-decoration:none;
	color:#0164C0;
	height:25px;
	padding:0;
	position:relative;
	top:7px;
	font-weight: bold;
}
.tabs a.selected span,
.tabs a.selected:link span,
.tabs a.selected:visited span,
.tabs a:hover span,
.tabs a.selected:hover span
{
    background:url(images/tabactivedleft.gif) no-repeat;
    float:left;
    height:25px;
    line-height:25px;
    padding:0 10px;
}
.tabs a:hover
{
    font-weight: lighter;
}
 end 页标签 

Validator Style add by duhu
.Validator_MessagePanel_Warn {
	padding:3px;
	padding-left:20px;
	margin-left:3px;
	font:bold 12px Tahoma;
	color:#666;
	border:1px solid #FF6600;
	background:#FFF2E9 url(images/msg_error.gif) no-repeat 2px center;
}
.Validator_MessagePanel_Tips 
{
	font:bold 12px Tahoma;
	color:#666;
	border-top: 1px solid #00B800; 
	background: url(images/tips_icon.gif) no-repeat bottom; 
	margin: 0; padding: 5px 5px 15px; 
	width: 300px;
	width: 290px;
}

.Validator_Summary {
	padding:3px;
	margin-left:3px;
	height:20px;
	font:12px Tahoma;
	color:#666;
	border:1px solid #0099cc;
	background:#ddedfb;
}
.Validator_Summary .title{
	font:bold 12px Tahoma;
}
Validator end

Plane Style add by wangxz 
.Flight_Thintext
{
	font-weight:normal;
	font-size:13px;
}
.FlightHeaderTable
{
	border-collapse : collapse;
    border-left:solid 1px #66869B;
    border-right:solid 1px #66869B;
    border-bottom:solid 1px #66869B;
    border-top:solid 1px #66869B;
    width:98%;
}
.FlightHeaderTable td
{
	text-align:left;
    background:#EBFAFD;
    color:#0B3A80;
    font-weight:bold;
    border-collapse:collapse;
    border:none 0px;
    line-height:20px;
    padding: 2px 5px;
}
.FlightTable
{
    border-collapse : collapse;
    border-left:solid 1px #66869B;
    border-right:solid 1px #66869B;
    border-bottom:solid 1px #66869B;
    border-top:0px;
    width:98%;
}
.SegmentTable
{
    border-collapse : collapse;
    border-left:solid 1px #66869B;
    border-right:solid 1px #66869B;
    border-bottom:solid 1px #66869B;
    border-top:0px;
    width:98%;
    color:#0B3A80;
}
.SegmentTable td
{
    border-left:solid 1px #66869B;
    border-right:solid 1px #66869B;
    border-bottom:solid 1px #66869B;
    line-height:20px;
    padding: 2px 5px;
    background-color:#E9E9E9;
    text-align:center;
    color:#0B3A80;
}
.SegmentTable thead td,
.SegmentTable .thead td,
.SegmentTable td.head
{
    text-align:center;
    background-color:#E9E9E9;
    color:#0B3A80;
    font-weight:bold;
}
.FlightTable td
{
    border-left:solid 1px #66869B;
    border-right:solid 1px #66869B;
    border-bottom:solid 1px #66869B;
    line-height:20px;
    padding: 2px 5px;
    background-color:#FFF;
    text-align:center;
}
.SegmentTable lhead td,
.SegmentTable .lhead td,
.SegmentTable td.lhead
{
	text-align:left;
    background-color:#E9E9E9;
    color:#0B3A80;
    font-weight:bold;
}
.FlightTable thead td,
.FlightTable .thead td,
.FlightTable td.head
{
    text-align:center;
    background:#EBFAFD;
    color:#0B3A80;
    font-weight:bold;
}

.FlightTable lhead td,
.FlightTable .lhead td,
.FlightTable td.lhead
{
	text-align:left;
    background:#EBFAFD;
    color:#0B3A80;
    font-weight:bold;
}
Plane Style end 

TrafficTab Style add by duhu
#TrafficTab
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #2955A0;
	height: 20px;
}
	#TrafficTab li
	{
		float: left;
		padding: 2px 8px 0px 8px;
		border: 1px solid #2955A0;
		border-bottom: 0px;
		margin: 0px 2px;
		cursor: pointer;	
	}
	#TrafficTab li.active-tab
	{
		background: #F6FBFE;
		border-top: 3px solid #2955A0;
		padding-top: 0px;
		font-weight: bold;
	}


TrafficTab end

PriceFieldset Style add by duhu
.PriceFiledset1{
	border-left: 5px solid #2955A0;
	padding-left: 5px;
	margin-top: 10px;
	}
.PriceFiledset2{
	border-left: 5px solid #0099cc;
	padding-left: 5px;
	margin-top: 10px;
	}
PriceFieldset

 count 
.count_title{
	font-weight:bold;
	padding-left:30px;
	padding-top:3px;
}
.count_hot{
	color:#ff5a00;
	font-weight:bold;
}
.count_hot a:link{
	color:#ff5a00;
	font-weight:bold;
	text-decoration:underline;
}
.count_hot a:visited{
	color:#ff5a00;
	font-weight:bold;
	text-decoration:underline;
}
.count_hot a:active{
	color:#ff5a00;
	font-weight:bold;
	text-decoration:underline;
}
.count_xline{
	border-bottom:1px dotted #d3d3d3;
	line-height:23px;
}
 end count 

页标签控件
.tabs
{
	height:25px;
	border-bottom:1px solid #7EC1EB;
	margin:5px 0 10px;
	padding-left:20px;
	width:95%;
}
.tabs a:link,
.tabs a:hover,
.tabs a:visited
{
    float:left;
    position:relative;
	top:7px;
	background:url(images/tab_bg3.gif) right;
	border:0;
	text-decoration:none;
	color:#333;
	font-weight:100;
	height:27px;
	padding:0;
}
.tabs a:link span,
.tabs a:hover span,
.tabs a:visited span
{
    background:url(images/tab_bg3l.gif) no-repeat;
    float:left;
    height:27px;
    line-height:27px;
    padding:0 10px;
}
.tabs a.selected,
.tabs a.selected:link,
.tabs a.selected:visited,
.tabs a.selected:hover
{
	background:url(images/tab_bgselected3.gif) right;
	border:0;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	height:33px;
	padding:0;
	position:relative;
	top:7px;
}

.tabs a.selected span,
.tabs a.selected:link span,
.tabs a.selected:visited span,
.tabs a.selected:hover span
{
    background:url(images/tab_bgselected3l.gif) no-repeat;
    float:left;
    height:33px;
    line-height:27px;
    padding:0 10px;
}
end 页标签控件

城市列表
.c_zfx_cityf{
	color:#fff;
	font-weight:bold;
	background-color:#FF4500;
	text-decoration:none;
}
.zfx_sf{
	font-size:12px;
	color:#2687F0;
	font-weight:bold;
	background-color:#F5FCFF;
	border:1px solid #9BCDE1;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:2px;
	line-height:23px;

}
.zfx_city_link
{
	color:#555555;
	font-size:12px;
	}
.zfx_city_link a:link
{
	color:#555555;
	font-size:12px;
	text-decoration:none;
	}
.zfx_city_link a:visited
{
	color:#555555;
	font-size:12px;
	text-decoration:none;
	}
.zfx_city_link a:hover
{
	color:#0042A3;
	font-size:12px;
	text-decoration:underline;
	}

.zfx_sf_new{
	font-size:12px;
	color:#555555;
	background-color:#E7F9FF;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	line-height:20px;

}
end 城市列表

Tips控件样式
.TC_MessagePanel_Tips {
	font:bold 12px Tahoma;
	color:#666;
	border-top: 2px solid #0658ab; 
	background: url(images/tips_icon.gif) no-repeat bottom; 
	margin: 0;
	padding: 5px 5px 15px; 
	text-align: left;
	width: 290px;
}
Tips控件样式 eend

团队票航段样式
body,td,th {
	font-size: 12px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
}
.hd_mbor{
	border:1px solid #CDCDCD;
	background-color:#F8F8F8;
}
.hd_dh{
	background-color:#499CD0;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}

.hd_dhb{
	background-color:#2974A0;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}

.hd_searbor{
	font-family:宋体;
	line-height:19px;
}
.hd_star{
	font-weight:bold;
	color:#0B3A80;
	font-family:宋体;
	padding-left:4px;
	padding-right:4px;
}
.hd_inbor{
	border:1px solid #95BCDD;
	background-color:#F6FEFF;

}
.hd_inbort{
	border:1px solid #95BCDD;
}
团队票航段样式 end


团队预订页面样式
.sefont
{
    font-size: 14px;
    font-weight:bold;
    color: #0A4C99;
    background-image:url(../Images/top02.gif);
    background-repeat:repeat;
}
.bafont
{
    font-size:14px;
    color: #333;
    background-image:url(../Images/top03.gif)
}
.redfont
{
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
    color: #FE6000;
    margin-left: 5px;
    margin-right: 5px;
    cursor:hand;
}
.allfont
{
    font-size: 12px;
    font-weight: bold;
    color:#0A4C99;
    cursor:hand;
}
.allredfont
{
    font-size: 12px;
    font-weight: bold;
    color:#FE6000;
    cursor:hand;
}
.cityfont a:link,
.cityfont a:visited
{
    font-size:12px;
    color: #333;
    text-decoration:none;
    margin-left: 5px;
    margin-right: 5px;
    cursor:hand;
}
.cityfont a:hover
{
    font-size:12px;
    color: #1A7AEB;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
    cursor:hand;
}

.btnfont
{
    font-size: 14px;
    font-weight:bold;
    color: #fff;
    background-image:url(../../images/button.gif);
    background-position:inherit;
    border: none 0 blue ;
    width:80px;
    height:42px;
}

.datefont a:link,
.datefont a:visited
{
    font-size:12px;
    color: #333;
    text-decoration:none;
    margin-left: 5px;
    margin-right: 5px;
    cursor:hand;
}
.datefont a:hover
{
    font-size:16px;
    font-weight: bold;
    color: #1A7AEB;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
    cursor:hand;
}
.dateredfont
{
    font-size:16px;
    font-weight: bold;
    color: #FE6000;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
    cursor:hand;
}
团队预订页面样式

 订单搜索条样式 
.TabTable{
 border: 0px;
 width: 801px; 
 overflow: hidden;
 padding: 0px 0px 0px 0px;
}
.select
{
background-image:url(../../images/Platform/top02.gif);
font-size: 14px;
font-weight: bold;
color: #0A4C99;
text-align: center;
cursor:hand;
width: 97px;
height: 33px;
border: none 0 none;
}
.normal
{
background-image:url(../../images/Platform/top03.gif);
font-size: 14px;
color: #333;
text-align: center;
cursor:hand;
width: 97px;
height: 33px;
border: none 0 none;
}
.Top1{
background: url(../../images/Platform/top01.gif);
width: 50px;
}
.Top4{
background:url(../../images/Platform/top04.gif) no-repeat;
width: 560px;
}
.middle{
background: url(../../images/Platform/middle.gif) repeat-y; 
width: 801px;
}
.bottom{
background:url(../../images/Platform/bottom.gif) no-repeat; 
width: 801px;
}
 end 订单搜索条样式 
 没有记录显示的样式 
 .div_prompt
 {
	color:#FF3300;
	font-size:medium;
	margin-top:10px; 
	text-align:center; 

}
 end 没有记录显示的样式 

 首页显示公告样式 add by grs at 2008-8-5 
.notice{
padding: 0 0 0 0px;
margin: 0 0 0 0px;
width: 216px;
}
.notice .ntitle{
background: url(images/count01.gif) no-repeat;
height: 25px;
width: 216px;
line-height: 25px;
padding-left:30px;
font-weight: bold;
}
.notice .content{
background: url(images/count02.gif) repeat-y;
width: 216px;
}
.notice .foot{
background: url(images/count03.gif) no-repeat;
width: 216px;
}
.notice-li
{
    list-style-type: none;
	list-style-position: inside;
    list-style-image: url(images/count_arrow.gif);
	border-bottom:1px dotted #d3d3d3;
	margin-left: -3em;
	padding-left: 5px;
	height: 26px;
	line-height: 26px;
}
 end 首页显示公告样式 

 支付宝按钮样式 
.alipay
{
    background: url(images/alipay-btn.gif) no-repeat;
    width: 129px;
    height: 33px;
    line-height: 33px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    font-family: 宋体;
}
 end 支付宝按钮样式 */