@charset 'utf-8';
/* commom class */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.inline-block-parent{
  font-size: 0;
  [;font-size: 12px;]; /* fix safari and chrome */
  *font-size:0;
  font-family:arial;
  [;letter-spacing:-3px;];
  *letter-spacing:normal;
  *word-spacing:-1px;
}
.inline-block{
  display:inline-block;
  *display:inline;
  *zoom:1;
  font-size:14px;
  letter-spacing:normal;
  word-spacing:normal;
}
.ui-input-unit{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.input-helper {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  vertical-align: top;
  z-index: 5;
}
/* common class end */
/* placeholder */
.placeholder-text{
  position: absolute;
  color: #999;
  overflow: hidden;
}
/* calendar */
#UI-calendar-unit,
.month-head,
.month-box{
  font-size: 0;
  [;font-size: 12px;]; /* fix safari and chrome */
  *font-size:0;
  font-family:arial;
  [;letter-spacing:-3px;];
  *letter-spacing:normal;
  *word-spacing:-1px;
}
.calendar-unit-box,
.month-head div,
.month-box .day-box{
  display:inline-block;
  *display:inline;
  *zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  font-size: 12px;
}
#UI-calendar-unit{
  position: absolute;
  z-index: 1999;
  border: 1px solid #098BC4;
  /*border-radius: 5px;*/
  overflow: hidden;
  background-color: white;
  display: none;
  white-space: nowrap;
  word-break:break-all;
}
.ui-ico{
  display: inline-block;
  *display: inline;
  zoom: 1;
  background:url(../images/calendar.png) no-repeat scroll 0 0 transparent;
}
.calendar-action-box{
  height: 30px;
  z-index: 0;
  position: relative;
  background:#0093D0;
  /*background-color: #008fd4;
  background:-moz-linear-gradient(#008fd4,#195c8c);
  background:-webkit-gradient(linear,center top,center bottom,from(#008fd4),to(#195c8c));
  background:-webkit-linear-gradient(#008fd4,#195c8c);
  background:-o-linear-gradient(#008fd4,#195c8c);
  background:-ms-linear-gradient(#008fd4,#195c8c);
  background:linear-gradient(#008fd4,#195c8c);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#008fd4',endColorStr='#195c8c',gradientType='0');*/
}
.calendar-action-box .cld-btn{
  padding: 4px 7px;
  display: block;
  position: absolute;
  top: 3px;
  cursor: pointer;
  border-radius: 5px;
}
.calendar-action-box .cld-btn:hover{
  background-color: #7cbaec;
}
.calendar-action-box .prev{
  left: 5px;
}
.calendar-action-box .next{
  right:5px;
}
.calendar-action-box .cld-btn .ui-ico{
  width: 11px;
  height: 15px;
}
.calendar-action-box .prev .ui-ico{
  background-position: 0 -2px;
}
.calendar-action-box .next .ui-ico{
  background-position: -12px -2px;
}
.calendar-action-box .disabled{
  cursor: not-allowed;
}
.calendar-action-box .disabled .cld-prev{
  background-position: 0 -18px;
}
.calendar-action-box .disabled .cld-next{
  background-position: -12px -18px;
}
.calendar-unit-box{
  margin: 0;
  position: relative;
  width: 190px;
  vertical-align: top;
}
.calendar-header {
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  position: absolute;
  z-index: 1;
  top: -30px;
  width: 130px;
  text-align: center;
  margin: 0 30px;
}
.calendar-unit-box .calendar-body{
  padding: 0 3px;
  margin: 5px 0;
  overflow: hidden;
  border-right: 2px solid #BFD6E8;
}
.calendar-unit-box .month-1{
  border-right: 0 none;
}
.month-head div {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  width: 26px;
}
.month-box {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  white-space: normal;
  word-break:keep-all
}
.month-box .day-box {
  font-size: 12px;
  list-style: none outside none;
  margin: 0;
  text-align: right;
  width: 26px;
  height: 25px;
  vertical-align: top;
  overflow: hidden;
}
.month-box .day-offset1{margin-left: 26px;}
.month-box .day-offset2{margin-left: 52px;}
.month-box .day-offset3{margin-left: 78px;}
.month-box .day-offset4{margin-left: 104px;}
.month-box .day-offset5{margin-left: 130px;}
.month-box .day-offset6{margin-left: 156px;}
.cld-ceil-disabled,
.cld-ceil {
  color: #999;
  display: block;
  text-decoration: none;
  padding:0;
  line-height: 25px;
}
.cld-ceil-disabled{
  cursor: default;
}
.cld-ceil{
  color: #333333;
  cursor: pointer;
}
.cld-ceil:hover{
  text-decoration: none;
}
.calendar-body .ceil-hover{
  background-color: #7cbaec;
}
.cld-ceil-disabled,
.cld-ceil .day {
  padding-right: 7px;
}
.festival .festivalName {
  color: #FF0000;
  display: block;
  font-size: 12px;
  text-align: center;
}
.festival .day,
.ceil-hover .festivalName{
  display: none;
}
.ceil-hover .day{
  display: inline
}
.weekday_0,
.weekday_6,
.weekday_0 .day,
.weekday_6 .day{
  color: #A20055;
  font-weight: bold;
}
.calendar-body .cld-current{
  background-color: #7CBAEC;
}
.calendar-body .cld-current .day{
  color: #FFFFFF;
}
.ui-calendar-input{
  width: 12em;
  font-size: 14px;
  font-family: 'simsum';
  padding: 5px 2px;
  border: 1px solid #aaa;
  background-color: #FFFFFF !important;
  cursor: text !important;
}
.ui-calendar-helper{
  right: 8px;
}
.ui-calendar-helper .weekday{
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  cursor: text;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: right;
  margin-top:3px;
  vertical-align: top;
  padding: 0 3px 0 0;
  _padding-top:2px;
  color:#898989;
}
.ui-calendar-helper .ico-calendar{
  margin-top: 3px;
  vertical-align: top;
  height: 15px;
  width: 15px;
  background-position: -24px -2px;
  line-height: 14px;
  overflow: hidden;
  font-size: 0;
  cursor:pointer;
}
/* city  */
.ui-city-input{
  width: 12em;
  font-size: 14px;
  font-family: 'simsum';
  padding: 5px 2px;
  border: 1px solid #aaa;
  vertical-align: top;
  background-color: #FFFFFF;
}
.ui-city-helper{
  margin-left: -25px;
  width: 20px;
  cursor:pointer;
}
.ui-city-helper .ico-city{
  margin-top: 4px;
  *margin-top: 5px;
  vertical-align: top;
  height: 14px;
  width: 19px;
  background-position: -24px -19px;
}
.ui-city-helper .ico-tocity{
	background-position:-22px -39px;
}
#ui-city-unit {
  background-color: #FFFFFF;
  border: 1px solid #098BC4;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 446px;
  z-index: 666;
  font-size: 12px;
  display: none;
}
#ui-city-unit .header{
  overflow: hidden;
  padding-top: 10px;
  background:#0093D0;
  border:none;
  /*background-color: #018ed2;
  background:-moz-linear-gradient(#018ed2,#14669b);
  background:-webkit-gradient(linear,center top,center bottom,from(#018ed2),to(#14669b));
  background:-webkit-linear-gradient(#018ed2,#14669b);
  background:-o-linear-gradient(#018ed2,#14669b);
  background:-ms-linear-gradient(#018ed2,#14669b);
  background:linear-gradient(#018ed2,#14669b);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#018ed2',endColorStr='#14669b',gradientType='0');*/
}
#ui-city-box .ui-tab {
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  
  margin-left: 10px;
  padding: 5px 0;
  text-align: center;
  width: 13em;
}
#ui-city-box .ui-tab:hover{
  background-color: #098BC4;
}
#ui-city-box .ui-tab-on,
#ui-city-box .ui-tab-on:hover{
  background-color: white;
  color: #333333;
}

#ui-city-box-tab-content {
  padding: 5px;
}
#ui-city-box-tab-content .ui-tab {
  border-radius: 3px;
  color: #008DD3;
  margin-left: 9px;
  padding: 2px 8px;
}
#ui-city-box-tab-content .ui-tab-on {
  background-color: #EEEEEE;
  color: #DC143C;
}
#ui-city-box-tab-content .area-lv {
  border-bottom: 2px solid #dddddd;
  height: 20px;
  overflow: visible;
}
#ui-city-box-tab-content .area-lv .ui-tab {
  border-bottom: 2px solid #DDDDDD;
  border-radius: 0;
  color: #666666;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 5em;
  text-decoration: none;
}
#ui-city-box-tab-content .area-lv .ui-tab:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}
#ui-city-box-tab-content .area-lv .ui-tab-on,
#ui-city-box-tab-content .area-lv .ui-tab-on:hover {
  background-color: #FFFFFF;
  border-bottom-color: #DC143C;
  color: #DC143C;
  font-weight: bold;
}
#ui-city-box-tab-content .group-lv {
  border-bottom: 1px dashed #cccccc;
  padding: 2px 0;
}
#ui-city-box-tab-content .city-section {
  line-height: 20px;
  margin-left: -4px;
  overflow: hidden;
  position: relative;
}
#ui-city-box-tab-content .letter {
  color: #DC143C;
  float: left;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  width: 16px;
}
#ui-city-box-tab-content .ui-city-list {
  margin-left: 20px;
  overflow: hidden;
}
#ui-city-box-tab-content .ui-city-link {
  color: #444444;
  cursor: pointer;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
  margin-top: 5px;
  word-break: keep-all;
  text-decoration: none;
}
#ui-city-box-tab-content .ui-city-link:hover {
  background-color: #EEEEEE;
  color: #018ED2;
  text-indent: 2px;
  text-decoration: none;
}
#ui-city-list {
  background-color: #FFFFFF;
  border: 1px solid #4682B4;
  font-size: 12px;
  margin-top: -1px;
  position: absolute;
  z-index: 999;
  display: none;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}
.city-list-item {
  display: block;
  overflow: hidden;
  padding: 4px 5px;
}
.city-name {
  color: #0182D3;
}
.city-name-sub {
  color: #bbbbbb;
  float: right;
  font-size: 10px;
}
.ui-complete-hover {
  background-color: #D3FFFF;
}
.city-not-found{
  color: red;
  background-color: #eee;
  padding: 4px 5px;
}
/* tab */
.ui-tab-bar{
  overflow: hidden;
}
.ui-tab-bar .ui-tab{
  float: left;
  padding: 2px 6px;
  color: #333333;
  cursor: pointer;
}
.ui-tab-bar .ui-tab:hover{
  background-color: #eeeeee;
}
.ui-tab-bar .ui-tab-on,
.ui-tab-bar .ui-tab-on:hover{
  background-color: #018ed2;
  color: white;
  cursor: default;
}
.ui-tab-box .ui-tab-content{
  display: none;
}
.ui-tab-box .ui-content-on{
  display: block;
}
/* select */
.select {
  font-size: 12px;
  border: 1px solid;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 130px;
  overflow: hidden;
  color: #ccc;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: white;
}
.select-trigger{
  margin-right: 25px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #333;
}
.select-ico {
  border-left: 1px solid;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 0;
}
.select-ico .arrow-down {
  display: block;
  width: 0;
  margin: 9px 0 0 6px;
  font-size: 0;
  height: 0;
  overflow: hidden;
  border-top: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.select-disabled{
  color: #eee;
  cursor: not-allowed;
}
.select-disabled .select-trigger{
  color: #999;
}
.option-group {
  background-color: #FFFFFF;
  max-height: 240px;
  overflow-y:auto;
  overflow-x:hidden;
  border: 1px solid;
  color: #0088FF;
  position: absolute;
  width: 100%;
  z-index: 200;
  font-size: 12px;
}
.option {
  color: #333;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
}
.option-hover {
  background-color: #0088FF;
  color: #FFFFFF;
  cursor: default;
}
.select:focus,
.select:hover{
  outline: 0 none;
  color: #999;
}
.select-expanded,
.select-expanded:hover,
.select-expanded:focus{
  cursor: default;
  z-index: 2;
  color: #0088FF;
}
.select-expanded:hover{
  color: #0088FF;
}
/* modal */
.modal-box{
  display: none;
}
.modal-box.show{
  display: block;
}
.shadow-bg {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9991;
}
.modal-content {
  background-color: #FFffff;
  left: 50%;
  margin-left:-480px;
  bottom:100%;
  position: fixed;
  width: 960px;
  z-index: 9992;
  border-radius: 5px;
  border: 5px solid #C0C0C0;
}
.modal-head {
  overflow: hidden;
  position: relative;
  font-size: 22px;
  background-color: #EFEFEF;
}
.modal-head > h3 {
  border-bottom: 1px solid #ffffff;
  color: #FFA500;
  margin: 0;
  padding: 10px 35px 10px 10px;
}
.close-modal {
  display: block;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  width: 20px;
  border-radius: 5px;
  color: #0088CC;
}
.close-modal:hover{
  background-color: #ccc;
}
.modal-body{
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #cccccc;
  min-height:200px;
  padding: 10px;
}
.modal-foot {
  border-top: 1px solid #ffffff;
  background-color: #EFEFEF;
  padding: 10px;
  text-align: center;
}
.helpinfo {
    display: none;
    position: absolute;
    z-index: 1999;
}
.helpinfo .infocont {
    display: block;
    overflow: hidden;
}
.helpinfo .arrow {
    float: left;
    padding-top: 15px;
    width: 4px;
}
.helpinfo .arrow span {
  	display: block;
	width: 0; 
	height: 0; 
	border-top: 3px solid transparent; 
	border-right: 6px solid #FF5E64; 
	border-bottom: 3px solid transparent;
}
.helpinfo .infotxt {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FF5E64;
    color: #484848;
    float: left;
    line-height: 18px;
    padding: 8px 5px 8px 8px;
    width: 270px;
}
input.error{ 
	border:#FF5E64 1px solid;
	color:#FF5E64;
	background-color: #FFEEEE;
}
.confirm2-xizang {
  width: 673px;
  left: 22%;
  top: 35%;
  border: 2px solid #0093d0;
  box-shadow: 3px 3px 3px #000;
  background-color: #fff;
  z-index: 99990;
  position: fixed;
}

.confirm2-xizang .confirm2-info {padding:7px;}

.confirm2-xizang .confirm2-info .confirm2-info-p {text-indent:2em;line-height: 2em;}

.confirm2-xizang .a-center{
background-color: #E9E9E9;
padding-top:10px;
padding-bottom:10px;
text-align: center;
}

.confirm2-xizang .btn {
  background-color: #0093d0;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
}
.confirm2-info a{ color:#0093d0; }