@charset "UTF-8";
/* 变量说明
mainColor：是主颜色，颜色最深
subColor: 是大块区域的填充颜色，颜色最浅
otherColor：是按钮、控件等hover的背景和边框颜色，颜色深浅适中
*/
/*新华联变量配置
$mainColor:#523726;
$subColor:#D2AA78;
$otherColor:#D2AA78;
$bgUrl:url(../../img/ticket_order.png);
$adBgUrl:url(../../img/reg_login_bg_xhl.png);
$logoBgUrl:url(../../img/logo_xhl.png);
$logoLongBgUrl:url(../../img/c_logo2013_xhl.png);
$breadBgUrl:url(../../img/bread_bg.gif);*/
/*三亚变量配置
$mainColor:#2344B5;
$subColor:#B5E6F4;
$otherColor:#17B2F4;
$bgUrl:url(../../img/ticket_order.png);
$adBgUrl:url(../../img/reg_login_bg_sanya.png);
$logoBgUrl:url(../../img/logo_sy.png);
$logoLongBgUrl:url(../../img/c_logo2013_sy.png);
$breadBgUrl:url(../../img/bread_bg.gif);*/
/*云南变量配置
$mainColor:#fa7413;
$subColor:#fdd5b8;
$otherColor:#feb783;
$bgUrl:url(../../img/ticket_order_yunnan.png);
$adBgUrl:url(../../img/reg_login_bg_yn.jpg);
$logoBgUrl:url(../../img/logo_yn.png);
$logoLongBgUrl:url(../../img/c_logo2013_yn.png);
$breadBgUrl:url(../../img/bread_bg.gif);*/
/*三水荷花 配置
$mainColor:#632684;
$subColor:#da95fe; 
$otherColor:#da95fe; 
$bgUrl:url(../../img/ticket_order_ss.png);
$adBgUrl:url(../../img/reg_login_bg_ss.jpg);
$logoBgUrl:url(../../img/logo_ss.png);
$logoLongBgUrl:url(../../img/c_logo2013_ss.png);
$breadBgUrl:url(../../img/bread_bg.gif);
*/
/*标准配置*/
/*颜色和logo配置*/
.bgcolor {
  color: #377ef4;
}

.bg_border_bottom {
  border-bottom: 2px solid #377ef4;
}

.bgroundColor {
  background: #377ef4;
}

.hongli_logo, .hongli_logo a {
  overflow: hidden;
}

.hongli_logo {
  padding-left: 118px;
  width: auto;
  padding-top: 4px;
  padding-bottom: 8px;
}

.hongli_logo a {
  display: block;
  width: auto;
  height: 50px;
  text-indent: -999px;
  background: url(../../img/c_logo2013.png) no-repeat;
}

html, 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,
em, button {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  font-family: Simsun, sans-serif;
  color: #333;
}

img, fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

a {
  color: #377ef4;
  text-decoration: none;
}

a.bg-color {
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Simsun, sans-serif;
}

ul, ol, li {
  list-style: none;
}

dfn {
  font-style: normal;
  font-family: Arial;
}

em {
  font-style: normal;
}

#base_wrapper {
  width: auto;
  max-width: 1180px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 10px 10px;
  overflow: visible;
}

input {
  outline: 0px;
}

/*左侧选中tab颜色*/
.sidenav .selected span {
  background-color: #fff;
}

/*左侧整列*/
.aside {
  float: left;
  width: 149px;
  margin-right: 20px;
  _margin-right: 13px;
  border-top: 2px solid #377ef4;
  border-bottom: 2px solid #377ef4;
  border-right: 1px solid #ececec;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  overflow: hidden;
}

/*左侧一小块*/
.sidenav {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ececec;
  font-family: microsoft yahei;
  color: #333;
}

.sidenav:last-child {
  border-bottom: 0px;
}

.sidenav a {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  padding-left: 4px;
  border-left: 1px solid #e8e8e8;
  color: #333;
  _zoom: 1;
}

.sidenav a:hover span {
  top: 12px;
}

/*左侧小块标题*/
.sidenav dt a {
  padding-left: 5px;
  font-size: 14px;
}

.sidenav dt a span {
  display: block;
  padding: 14px 10px 14px 14px;
}

/*标题三角形*/
.sidenav .ico_arr {
  position: absolute;
  border: 5px solid #fcfcfc;
  border-top-color: #afafaf;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
}

.sidenav_c dt .ico_arr {
  border: 5px solid #fcfcfc;
  border-bottom-color: #afafaf;
  border-top: 0 none;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  top: 18px;
  right: 10px;
}

.sidenav a:hover {
  color: #377ef4;
  text-decoration: none;
}

.sidenav dt a:hover .ico_arr {
  border-top-color: #377ef4;
}

.sidenav dd {
  overflow: hidden;
  position: relative;
  display: none;
}

.sidenav dd a span {
  display: block;
  padding: 8px 10px 8px 24px;
}

.sidenav dd a.more_order:hover {
  background-color: #377ef4;
  color: #fff;
}

.sidenav dd a.more_order .ico_arr {
  top: 8px;
  right: 12px;
  border-color: #E5F0FF;
  border-top-color: #afafaf;
}

.sidenav dd a.more_order:hover .ico_arr {
  border-color: #377ef4;
  border-top-color: #fff;
}

.sidenav dd a.up_order .ico_arr {
  border: 5px solid #E5F0FF;
  border-bottom-color: #afafaf;
  border-top: 0 none;
}

.sidenav dd a.up_order:hover .ico_arr {
  border-color: #377ef4;
  border-bottom-color: #fff;
}

.sidenav .selected {
  width: auto;
  border-left-color: #377ef4;
  border-right-color: #fff;
  background-color: #377ef4;
  color: #377ef4;
}

.sidenav_c dt a:hover .ico_arr {
  border-bottom-color: #377ef4;
}

.sidenav_c dd {
  display: block;
}

.sidenav dt .ico_arr {
  top: 18px;
  right: 10px;
}

/***********************/
#base_bd {
  margin-bottom: 10px;
  zoom: 1;
}

#base_bd:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*右侧*/
.layoutfix {
  display: block;
  overflow: hidden;
}

.main {
  max-width: 1010px;
  min-width: 810px;
  margin-bottom: 20px;
}

/*******************************分页样式开始*******************************/
.pagination {
  line-height: 21px;
  text-align: right;
  font: 12px/2 Arial;
  margin: 8px 0px;
}

.pagination .inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  font-size: 0;
}

.pagination li {
  display: inline;
  font-size: 12px;
  line-height: 1;
}

.pagination a {
  display: inline-block;
  min-width: 15px;
  _width: 15px;
  height: 19px;
  padding: 0 2px;
  margin: 0 1px;
  border: 1px solid #aaa;
  white-space: nowrap;
  font: 12px/18px Tahoma, SimSun, Arial;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  line-height: 19px\9;
}

.pagination .active {
  background-color: #377ef4;
  border-color: #377ef4;
  color: #fff;
}

.pagination .active:hover, .pagination .disabled:hover {
  text-decoration: none;
}

.pagination .btn_prev {
  padding: 0 5px 0 15px;
  margin-right: 5px;
}

.pagination .btn_next {
  padding: 0 15px 0 5px;
  margin-left: 5px;
}

.pagination .num_item {
  padding-left: 15px;
}

.pagination .num {
  width: 32px;
  height: 19px;
  text-align: center;
  border: 1px solid #a9a9a9;
  line-height: 19px;
  vertical-align: middle;
}

.pagination span {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  padding: 0 2px;
  vertical-align: middle;
}

.pagination .submit {
  width: 45px;
  height: 21px;
  margin-left: 10px;
  padding: 0 8px;
  line-height: 21px;
  background-image: -ms-linear-gradient(top, #fff 0, #eee 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 100%);
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  background-color: #eee;
  border: solid 1px #aaa;
  cursor: pointer;
  vertical-align: middle;
}

.pagination .submit:hover {
  background: #27c;
  border: 1px solid #1256aa;
  color: #fff;
}

.pagination .disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: default;
}

.pagination .btn_prev, .pagination .btn_next {
  position: relative;
  z-index: 1;
  min-width: 0;
  _width: auto;
  background: url(../../img/pages.png) 0 0 no-repeat;
}

.pagination .btn_prev {
  background-position: 8px -55px;
}

.pagination .btn_next {
  background-position: 44px -115px;
}

.pagination .disabled.btn_prev {
  background-position: 8px -15px;
}

.pagination .disabled.btn_next {
  background-position: 44px -75px;
}

.pagination .triangle {
  display: none;
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  line-height: 0;
  border-style: solid;
  border-color: #fff;
  border-width: 5px 6px 5px 5px;
  font-size: 0;
}

.pagination .btn_prev .triangle {
  left: 1px;
  border-right-color: #377ef4;
}

.pagination .btn_next .triangle {
  right: 2px;
  border-left-color: #377ef4;
}

.pagination .disabled .prev_triangle {
  border-right-color: #ccc;
}

.pagination .disabled .next_triangle {
  border-left-color: #ccc;
}

/*******************************分页样式结束*******************************/
.hd02 h3 {
  font-size: 14px;
}

.hd02 h3 span {
  font-size: 12px;
  font-weight: normal;
}

.hd02 {
  background-image: none;
  background-color: #feb783;
  border: 1px solid #377ef4;
  border-top: 2px solid #377ef4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 35px;
}

.box_hd {
  position: relative;
  padding-left: 10px;
  background-repeat: repeat-x;
  height: 33px;
  line-height: 33px;
}

.no_result {
  line-height: 30px;
}

/*表格*/
.tab_def_integral {
  margin-bottom: 35px;
}

.tab_def_hd .tab_def_item {
  position: relative;
  float: left;
  color: #333;
  height: 33px;
  padding: 0px 5px;
  margin: 0px 5px;
  line-height: 33px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.tab_def_hd .tab_def_item b {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  display: none;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  border: solid transparent;
  border-width: 0 5px 5px;
  border-color: transparent\0;
  border-bottom-color: #377ef4;
  _border-color: tomato;
  _filter: chroma(color=tomato);
}

.tab_def_hd .tab_def_item:hover, .tab_def_hd .tab_def_item.current {
  text-decoration: none;
  color: #377ef4;
  border-bottom: 1px solid #377ef4;
  cursor: pointer;
}

.tab_def_hd .tab_def_item.current {
  cursor: default;
}

.tab_def_hd .current b {
  display: block;
}

.tab_def_hd .right {
  float: right;
  display: inline;
  line-height: 18px;
}

.tab_def_hd .right .s_box {
  display: inline-block;
  margin-right: 30px;
  *display: inline;
  *zoom: 1;
  visibility: hidden;
}

.tab_def_hd .right .s_box {
  width: 170px;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  vertical-align: middle;
}

.tab_def_hd .right .s_box .btn01 {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.tab_def_hd .right {
  margin-right: 10px;
}

.tab_def_hd .has-search .s_box {
  visibility: visible;
}

/*表格数据*/
.tab_def_bd {
  border: solid #e0e0e0;
  border-width: 0 1px 1px;
}

/*显示数据*/
.tab_def_bd .tab_def_pane {
  display: none;
}

.pd06 {
  padding: 10px 10px 0;
  zoom: 1;
}

.tb_cash, .tb_align_right {
  width: 100%;
  margin-bottom: -1px;
  table-layout: fixed;
  font-family: Arial;
}

/*表头*/
.tb_cash tr th {
  padding: 4px 5px;
  border-bottom: 1px solid #e8e8e8;
  background: #f0f0f0;
  font-weight: 400;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-family: 微软雅黑;
}

/*表格内容*/
.tb_cash tr td {
  padding: 8px;
  border-bottom: 1px dashed #c9c9c9;
  text-align: center;
}

/*提示框*/
.micon-box {
  position: absolute;
  _height: 48px;
  _overflow: visible;
}

/*提示图片位置*/
.micon-box .mwarn-icon {
  /* background-position: -94px 0; */
}

/*提示图片*/
.micon-box .mm-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../../img/address-delete-icon.png) no-repeat;
}

.micon-box .mitem-fore {
  margin-left: 60px;
  margin-top: 10px;
}

.mtip-box {
  margin: -8px 40px;
}

.mtip-box h3 {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.mftx04 {
  color: #ff6c00;
}

.mtip-box .mitem-fore div {
  line-height: 20px;
  min-height: 20px;
}

.mtip-box .mop-btns {
  margin-top: 15px;
}

.mtip-box .mop-btns a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*按钮*/
.btn_blue1 {
  display: block;
  text-align: center;
  color: #fff;
  border: none;
  font: 16px "\5FAE\8F6F\96C5\9ED1";
  cursor: pointer;
  width: 270px;
  height: 34px;
  line-height: 34px;
  background-color: #377ef4;
}

/*# sourceMappingURL=my.css.map */
