﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #fff;
    font-family: "Microsoft YaHei";
    /*color:#9ea7b3;*/
    line-height: 22px;
    font-size: 12px;
}

body, ul, ol, li, p, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: #0093dd;
    text-decoration: none;
}

    a:hover {
        color: #ff8400;
        text-decoration: none;
    }

/*布局设置*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.juzhong {
    vertical-align: middle;
}

.juzhong2 {
    margin: 0px auto;
}

.clear {
    clear: both;
    height: 0px;
    width: 100%;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.wrapper {
    clear: both;
    overflow: hidden;
}
/*清除样式的容器*/
.overflow {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.NoPadding {
    padding: 0;
}
/* 设置总体内容左对齐，恢复因BODY设置居中产生的继承 */
body div {
    text-align: left;
}

/*H标签*/
h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*字体设置*/
.SimSun {
    font-family: "SimSun";
}

.YaHei {
    font-family: "Microsoft YaHei";
}

.Arial {
    font-family: Arial;
}

.t_l {
    text-align: left;
}

.t_c {
    text-align: center;
}

.t_r {
    text-align: right;
}

.FB {
    font-weight: bold;
}
/*文字加粗*/
.FN {
    font-weight: normal;
}
/*文字标准*/
.FI {
    font-style: italic;
}
/*文字斜体*/
.FO {
    font-style: oblique;
}
/*文字斜体，其它浏览器用*/
.Break {
    word-break: break-all;
    word-wrap: break-word;
}
/*自动换行*/
.Nobreak {
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
}
/*不换行*/
.UnLine {
    text-decoration: underline;
}

.DisunLine {
    text-decoration: none;
}

/*字体大小设置*/
.F10 {
    font-size: 10px;
}

.F11 {
    font-size: 11px;
}

.F12 {
    font-size: 12px;
}

.F13 {
    font-size: 13px;
}

.F14 {
    font-size: 14px;
}

.F16 {
    font-size: 16px;
}

.F18 {
    font-size: 18px;
}

.F30 {
    font-size: 30px;
}

/*字体颜色设置*/
.cRed {
    color: #F00;
}

.cWhite {
    color: #FFF;
}

.cGreen {
    color: #0F0;
}

.cGreen2 {
    color: #42AC24;
}
/*中绿，建议用这个*/
.cGray {
    color: #666;
}

.cGray2 {
    color: #999;
}
/*浅灰*/
.cBlue {
    color: #00F;
}

.cBlue2 {
    color: #0093dd;
}
/*LOGO蓝色，常用*/
.cBlue4 {
    color: #0BB7FE;
}
/*浅蓝色，机票特价仓位用*/
.cblack {
    color: #9ea7b3;
}

.cOrange {
    color: #F60;
}
/*橙色，常用*/
.cOrange2 {
    color: #FF8400;
}
/*浅橙色*/

/*字体链接颜色设置*/
a.whiite {
    color: #FFF;
    text-decoration: none;
}

a.white:hover {
    color: #FF0;
    text-decoration: none;
}

a.black {
    color: #9ea7b3;
    text-decoration: none;
}

    a.black:hover {
        color: #0093dd;
        text-decoration: none;
    }

a.blue {
    color: #0093dd;
    text-decoration: none;
}

    a.blue:hover {
        color: #F60;
        text-decoration: none;
    }

a.orange {
    color: #F60;
    text-decoration: none;
}

    a.orange:hover {
        color: #0093dd;
        text-decoration: none;
    }

a.yellow {
    color: #FF0;
    text-decoration: none;
}

    a.yellow:hover {
        color: #FFF;
        text-decoration: none;
    }

a.yellow2 {
    color: #FC0;
    text-decoration: none;
}

    a.yellow2:hover {
        color: #333;
        text-decoration: none;
    }

/*宽度设置*/
.width_500 {
    width: 500px;
}

.width_410 {
    width: 410px;
}

.width_400 {
    width: 400px;
}

.width_300 {
    width: 300px;
}

.width_260 {
    width: 260px;
}

.width_200 {
    width: 200px;
}

.width_165 {
    width: 165px;
}

.width_150 {
    width: 150px;
}

.width_120 {
    width: 120px;
}

.width_100 {
    width: 100px;
}

.width_90 {
    width: 90px;
}

.width_80 {
    width: 80px;
}

.width_70 {
    width: 70px;
}

.width_60 {
    width: 60px;
}

.width_50 {
    width: 50px;
}

.width_40 {
    width: 40px;
}

.width_30 {
    width: 30px;
}

.width_20 {
    width: 20px;
}

.width_5% {
    width: 5%;
}

.width_10% {
    width: 10%;
}

.width_15% {
    width: 15%;
}

.width_20% {
    width: 20%;
}

.width_25% {
    width: 25%;
}

.width_30% {
    width: 30%;
}

.width_35% {
    width: 35%;
}

.width_40% {
    width: 40%;
}


/*高度设置*/
.divh1 {
    height: 1px;
}

.divh5 {
    height: 5px;
}

.divh8 {
    height: 8px;
}

.divh10 {
    height: 10px;
}

.divh15 {
    height: 15px;
}

.divh20 {
    height: 20px;
}

.divh25 {
    height: 25px;
}

.divh30 {
    height: 30px;
}

.divh35 {
    height: 35px;
}

.divh40 {
    height: 40px;
}

.divh50 {
    height: 50px;
}

.divh55 {
    height: 55px;
}

.divh60 {
    height: 60px;
}

.divh80 {
    height: 80px;
}

/*文本行高设置*/
.lh1 {
    line-height: 1px;
}

.lh10 {
    line-height: 10px;
}

.lh15 {
    line-height: 15px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}

.lh30 {
    line-height: 30px;
}

.lh35 {
    line-height: 35px;
}

.lh40 {
    line-height: 40px;
}

/*边框设置*/
.NoBorder {
    border: 0 none;
}

.border {
    border: 1px solid #CCC;
}

.border_l {
    border-left: 1px solid #CCC;
}

.border_t {
    border-top: 1px solid #CCC;
}

.border_r {
    border-right: 1px solid #CCC;
}

.border_b {
    border-bottom: 1px solid #CCC;
}

.border_b2 {
    border-bottom: 1px dashed #CCC;
}
    /*虚线下划线*/
    .border_b2 td {
        border-bottom: 1px dashed #CCC;
    }

.border_b td {
    border-bottom: 1px solid #CCC;
}

.boder_blue {
    border: #0193de 1px solid;
}

/*边框宽度*/
.BW1 {
    border-width: 1px;
}

.BW2 {
    border-width: 2px;
}

.BW3 {
    border-width: 3px;
}

.BW4 {
    border-width: 4px;
}

.BW5 {
    border-width: 5px;
}

/*段落设置*/
.PTit40 {
    line-height: 40px;
    height: 40px;
}

.PTit30 {
    line-height: 30px;
    height: 30px;
}

.PTit25 {
    line-height: 25px;
    height: 25px;
}

.PTit22 {
    line-height: 22px;
    height: 22px;
}

.PTit20 {
    line-height: 20px;
    height: 20px;
}

/*背景色设置*/
.bRed {
    background: #F00;
}

.bWhite {
    background: #FFF;
}

.bGreen {
    background: #0F0;
}

.bGreen2 {
    background: #42AC24;
}

.bGray {
    background: #666;
}

.bGray2 {
    background: #CCC;
}

.bGray3 {
    background: #F5F5F5;
}
/*最浅的灰色背景，常用*/
.bBlue {
    background: #00F;
}

.bBlue2 {
    background: #0093dd;
}

.bBlue3 {
    background: #F0FAFF;
}
/*浅蓝，表单鼠标划过适用*/
.bBlue4 {
    background: #0BB7FE;
}

.bblack {
    background: #9ea7b3;
}

.bOrange {
    background: #FF6600;
}

.bOrange2 {
    background: #FF8400;
}

.byellow {
    background: #FFC
}


/*通用按钮设置*/
a.btn14 {
    display: block;
    font-size: 14px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    cursor: pointer;
    background: #0093dd;
    text-align: center;
    border: 1px solid #0093dd;
}

    a.btn14:hover {
        background: #F60;
        color: #fff;
        border: 1px solid #F60;
    }

a.btn14_kuan {
    font-size: 14px;
    font-weight: bold;
    padding: 2px 8px;
    width: 100px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    cursor: pointer;
    background: #0093dd;
    text-align: center;
    border: 1px solid #0093dd;
    margin: 0 5px;
}

    a.btn14_kuan:hover {
        background: #F60;
        color: #fff;
        border: 1px solid #F60;
    }

a.btn12 {
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    cursor: pointer;
    background: #0093dd;
    text-align: center;
    border: 1px solid #0093dd;
    margin: 0 5px;
}

    a.btn12:hover {
        background: #F60;
        color: #fff;
        border: 1px solid #F60;
    }

a.btn12gray {
    display: inline;
    padding: 0 8px;
    min-width: 70px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    color: #9ea7b3;
    cursor: pointer;
    background: #F5F5F5;
    display: inline-block;
    text-align: center;
    border: 1px solid #CCC;
    margin: 0 5px;
}

    a.btn12gray:hover {
        background: #F60;
        color: #FFF;
        border: 1px solid #F60;
    }

a.btn12white {
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #9ea7b3;
    cursor: pointer;
    background: #FFF;
    text-align: center;
    border: 1px solid #CCC;
    margin: 0 5px;
}

    a.btn12white:hover {
        background: #F60;
        color: #fff;
        border: 1px solid #F60;
    }

.input_blue {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_blue:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.input_gray {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_gray:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.input_blue2 {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_blue2:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.input_gray2 {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_gray2:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.input_grayx1 {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_grayx1:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.input_gray3 {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_gray3:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.input_code {
    width: 100px;
    height: 35px;
    font-size: 12px;
    padding: 0 8px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    background: #F60;
    text-align: center;
    border: 1px solid #F60;
    margin: 0 5px;
}

    .input_code:hover {
        background: #F5F5F5;
        color: #9ea7b3;
        border: 1px solid #CCC;
    }

/*新通用按钮样式*/

.input_blue_qu {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .input_blue_qu:hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }

.class="btn" {
    display: inline-block;
    *
  display: inline;
    /* IE7 inline-block hack */
    *
  zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *
  line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
  background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *
  border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
  margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: white;
}

    .class="btn":hover {
        background-color: #60b8d1;
        *background-color: #60b8d1;
        background-image: linear-gradient(to bottom,#60b8d1,#60b8d1);
    }


/*表单基本样式*/
.wrapper_form {
    overflow: auto;
    margin: 0px auto;
}

.form_tongyong {
    padding: 15px;
    border: 1px solid #CCC;
    overflow: hidden;
    margin: 0px 10px 10px;
}
/*表单外壳*/
.form_tongyong2 {
    padding: 15px;
    border: 1px solid #CCC;
    margin: 0px 10px 10px;
}

.form_tongyong_blue {
    padding: 15px;
    border: 1px solid #0193de;
    overflow: hidden;
}

.ly_table_boder {
    border: #E4E4E4 1px solid;
    border-bottom: none;
    border-right: none;
}

    .ly_table_boder td {
        border-right: #E4E4E4 1px solid;
        border-bottom: #E4E4E4 1px solid;
    }
/*表单外壳蓝色*/
.form_tongyong_blue2 {
    padding: 10px 5px;
    border-top: 2px solid #0093dd;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.ico {
    font-size: 12px;
    color: #FFF;
    background: #FBA62E;
    border: 3px solid #FBA62E;
    font-weight: normal;
}

.ico_green {
    font-size: 12px;
    color: #fff;
    background: #090;
    border: 3px solid #090;
    font-weight: normal;
}
/*表单外壳蓝色*/
.ico24 {
    background: #F90;
    border: #F90 solid 2px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    margin-right: 5px;
}
/*查询样式*/
.cp_gdiv {
    padding: 10px;
    padding-left: 0px;
    background: #ffffff none repeat scroll 0 0;
}

    .cp_gdiv ul {
        height: 35px;
    }

        .cp_gdiv ul li {
            float: left;
            width: 9%;
            text-align: right;
            margin: 0;
        }

    .cp_gdiv ol dd {
        text-align: center;
    }

    .cp_gdiv ul li.cpdivaa {
        float: left;
        width: 15%;
        text-align: right;
    }

    .cp_gdiv ul li.cpdivaaa {
        float: left;
        width: 15%;
        text-align: left;
    }

.cp_gdiv1 {
    width: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

    .cp_gdiv1 ul {
        height: 35px;
        width: 24.9999%;
        float: left;
        overflow: hidden;
        min-width: 330px;
    }

        .cp_gdiv1 ul li {
            float: left;
            width: 110px;
            text-align: right;
            margin: 0;
        }

    .cp_gdiv1 ol dd {
        width: 100%;
        clear: both;
    }

    .cp_gdiv1 ol dd {
        text-align: center;
    }

    .cp_gdiv1 ul li.cpdivaa {
        float: left;
        width: 220px;
        text-align: left;
    }

    .cp_gdiv1 ul li.cpdivab {
        float: left;
        width: 220px;
        background: url(../Images/cxxian.jpg) no-repeat center center;
        text-align: left;
    }

.input_h22 {
    height: 25px;
    border: 1px solid #c7d5e0 !important;
    width: 95%;
    padding-left: 3px;
    border-radius: 4px;
    background: #fff;
}

.input_h22f31 {
    height: 25px;
    border: 1px solid #c7d5e0 !important;
    width: 44%;
    padding-left: 3px;
    float: left;
    border-radius: 4px;
    background: #fff;
}

.input_h22f32 {
    height: 25px;
    border: 1px solid #c7d5e0 !important;
    width: 44%;
    padding-left: 3px;
    float: right;
    margin-right: 3%;
    border-radius: 4px;
    background: #fff;
}

.input_h22f21 {
    height: 25px;
    border: 1px solid #c7d5e0 !important;
    width: 48%;
    padding-left: 3px;
    float: left;
    border-radius: 4px;
    background: #fff;
}

.input_h22f22 {
    height: 25px;
    border: 1px solid #c7d5e0 !important;
    width: 48%;
    padding-left: 3px;
    float: right;
    border-radius: 4px;
    background: #fff;
}

.select_h22 {
    height: 26px;
    border: 1px #ccc solid;
    width: 97%;
    padding-left: 3px;
    border-radius: 4px;
    background: #fff;
}

.select_h221 {
    height: 26px;
    border: 1px #ccc solid;
    width: 48%;
    padding: 5px 0px 3px 0px;
    border-radius: 4px;
    background: #fff;
}

.select_h222 {
    height: 24px;
    border: 1px #ccc solid;
    width: 28%;
    padding: 0px;
    float: left;
    border-radius: 4px;
    background: #fff;
}

.select_h223 {
    height: 26px;
    border: 1px #ccc solid;
    width: 65%;
    padding: 5px 0px 3px 0px;
    float: right;
    margin-right: 3%;
    border-radius: 4px;
    background: #fff;
}

/*表单分页样式*/
.page_fenye {
    height: 35px;
    margin-top: 15px;
    text-align: right;
    margin-right: 15px;
    float: right;
}

    .page_fenye a {
        display: inline-block;
        text-align: center;
        margin: 0 5px;
        padding: 0 5px;
        border: 1px solid #E2EEFE;
        color: #1760a9;
    }

.form {
    font-size: 12px; /*color: #9ea7b3;*/
}

    .form ul {
        margin-top: 10px;
    }

    .form li {
        margin: 10px 0;
    }

    .form .input_text {
        height: 22px;
        line-height: 22px;
        border: #CCC 1px solid;
        max-width: 450px;
        padding: 0px 3px;
    }

    .form .input_w120 {
        width: 52%;
        height: 22px;
        line-height: 22px;
        border: #CCC 1px solid;
        max-width: 450px;
    }

    .form .input_date {
        width: 90px;
        height: 22px;
        line-height: 22px;
        border: #ccc 1px solid;
        background-image: url('');
        background-repeat: no-repeat;
        background-position: 70px 3px;
        max-width: 450px;
    }

    .form .textarea {
        border: #CCC 1px solid;
        width: 360px;
        padding: 2px;
        line-height: 18px;
    }

    .form .select {
        border: #CCC 1px solid;
        padding: 1px;
        line-height: 24px;
        min-width: 50px;
        height: 24px;
    }

    .form .select_100 {
        border: #CCC 1px solid;
        padding: 2px;
        height: 28px;
    }

    .form .filefield {
        border: #CCC 1px solid;
        width: 240px;
        height: 26px;
    }

    .form .register {
        width: 100%;
        margin: 0 auto;
    }

    .form .inputbox {
        margin: 0px auto;
    }

        .form .inputbox a {
            float: left;
            margin-left: 10px;
        }

    .form .input_name {
        height: 24px;
        line-height: 24px;
        border: 1px #ccc solid;
        width: 80%;
        padding: 0px 5px;
    }

    .form .select_type {
        height: 26px;
        line-height: 22px;
        border: 1px #ccc solid;
        padding: 2px 2px 0px;
    }

.submit, .reset, .upload {
    font-size: 12px;
    border: none;
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: #0093dd;
    color: #FFF;
    cursor: pointer;
}

    .upload:hover {
        background: #ffba00;
    }

.form .btn a {
    display: inline-block;
    font-size: 12px;
    border: none;
    width: 70px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #FFF;
    cursor: pointer;
    background: #555;
    text-align: center;
    margin: 0 5px;
    float: right;
}

    .form .btn a:hover {
        background: #ff8400;
        color: #fff;
    }

.form .reset {
    background-color: #434649;
}

.form .upload {
    background-color: #ff8400;
}

    .form .upload:hover {
        background-color: #ff7800;
    }

.tishi {
    border: #dddddd 1px solid;
    padding: 6px 8px;
    color: #ff8400;
    margin-left: 10px;
    background: #fff;
    letter-spacing: 2px;
}

.form2 {
    padding: 15px;
    border: 1px solid #CCC;
    overflow: hidden;
}

    .form2 label {
        height: 30px;
        line-height: 30px;
        float: left;
        text-align: right;
        margin: 0px 5px;
        font-size: 12px;
        display: block;
    }

    .form2 input {
        height: 22px;
        vertical-align: middle;
    }

    .form2 .input_w100 {
        width: 100px;
        height: 22px;
        line-height: 22px;
        border: #CCC 1px solid;
        max-width: 450px;
        padding-left: 5px;
        color: #666;
    }

.form3 {
    padding: 15px;
    border: 1px solid #CCC;
    overflow: hidden;
}

    .form3 label {
        float: left;
        text-align: right;
        margin: 0px 5px;
        display: block;
    }

    .form3 input {
        display: block;
        float: left;
        vertical-align: middle;
    }

    .form3 .jiage {
        width: 90px;
        margin: 16px auto 0px;
    }

    .form3 .bluejipiao {
        width: 16px;
        height: 16px;
        display: block;
        background: #0BB7FE;
    }


.biaoti td {
    text-align: center;
    font-weight: bold;
}

.form_add_btn {
    width: 120px;
    padding-right: 10px;
    color: #9ea7b3;
    margin-right: 5px;
    background: url('') no-repeat;
    padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table_hover tr:hover {
    background: #E9F4FE;
}

.tr_hover:hover {
    background: #f9fbfc;
}
/*表单页卡样式*/
.nav_lv {
    width: 1200px;
    height: 36px;
    margin: 0px auto;
    border-bottom: 2px solid #37BEFF;
}

    .nav_lv ul li {
        float: left;
    }

        .nav_lv ul li a {
            display: block;
            width: 135px;
            height: 35px;
            line-height: 35px;
            color: #0093dd;
            text-align: center;
            background: #FFF;
            border-top: 1px solid #CCC;
            border-right: 1px solid #CCC;
            border-left: 1px solid #CCC;
            margin-left: 5px;
            font-size: 12px;
            font-weight: bold;
        }

            .nav_lv ul li a:hover {
                background: #37BEFF;
                color: #fff;
                border-top: 1px solid #37BEFF;
                border-right: 1px solid #37BEFF;
                border-left: 1px solid #37BEFF;
            }

    .nav_lv .current_lv {
        background: #37BEFF;
        color: #fff;
        border-top: 1px solid #37BEFF;
        border-right: 1px solid #37BEFF;
        border-left: 1px solid #37BEFF;
    }

.btn_wz {
    background: #FFF;
    border: none;
    color: #0093dd;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

    .btn_wz:hover {
        color: #ff8400;
        border: none;
    }

.pad_5 {
    padding-left: 5px;
}

.icox {
    border: 1px dashed #F00;
    padding: 0px;
    font-size: 8px;
    color: #FF0000;
}

.add_pro {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin: 10px auto;
}

    .add_pro li {
        float: left;
        text-align: center;
        margin: 10px 15px;
        font-size: 20px;
        font-family: "microsoft yahei","simsun";
    }

        .add_pro li a {
            list-style: none;
            background: #33a8e6;
            line-height: 90px;
            width: 240px;
            color: #fff;
            display: block;
            margin: 10px;
        }

            .add_pro li a:hover {
                background: #0093dd;
            }

.td_center td {
    text-align: center;
}

.text_center {
    text-align: center;
}

.tishi2 {
    width: 100%;
    background: #fdffe3;
    height: 35px;
    line-height: 33px;
    border: #fff4cb 1px solid;
    text-align: center;
    margin: 5px auto;
}

.wxts ul {
    margin-top: 0;
}

.margin_t5 {
    margin-top: 5px;
}

.margin_t10 {
    margin-top: 10px;
}

.jgsz {
    margin-left: 15px;
    height: 325px;
    padding-top: 50px;
}


/*头部样式*/
.header {
    width: 100%;
    height: 95px;
    background: #F6F6F6;
    border-bottom: 2px solid #0093dd;
    overflow: hidden;
}

    .header .title_logo {
        margin: 20px 0px 0px 8px;
        float: left;
    }

    .header .title_r {
        width: 500px;
        height: 30px;
        overflow: hidden;
        background: url(../Images/line_1.jpg) no-repeat right bottom;
        text-align: right;
        line-height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
    }

        .header .title_r img {
            margin-top: -3px;
        }

    .header .nav {
        float: left;
        width: 620px;
        height: 32px;
        margin: 62px 0px 0px 13px;
    }

        .header .nav ul li {
            float: left;
        }

            .header .nav ul li a {
                display: block;
                width: 92px;
                height: 32px;
                line-height: 32px;
                color: #9ea7b3;
                text-align: center;
                background: #FFF;
                border-top: 1px solid #CCC;
                border-right: 1px solid #CCC;
                border-left: 1px solid #CCC;
                margin-left: 5px;
                font-size: 14px;
                font-weight: bold;
            }

                .header .nav ul li a:hover {
                    background: #0093dd;
                    color: #fff;
                    border-top: 1px solid #0093dd;
                    border-right: 1px solid #0093dd;
                    border-left: 1px solid #0093dd;
                }

        .header .nav .current {
            background: #0093dd;
            color: #fff;
            border-top: 1px solid #0093dd;
            border-right: 1px solid #0093dd;
            border-left: 1px solid #0093dd;
        }

    .header .tel {
        float: right;
        width: 180px;
        height: 45px;
        margin: 47px 0px 0px;
    }

        .header .tel img {
            float: left;
            padding-top: 5px;
            padding-right: 5px;
        }

        .header .tel .tel_1 {
            float: left;
            padding-bottom: 3px;
        }

        .header .tel .tel_2 {
            font-family: "Microsoft YaHei";
        }

        .header .tel .tel_3 {
            font-family: Arial;
            font-size: 20px;
            color: #0093dd;
        }

.juzhong {
    vertical-align: middle;
}


/*新旅游B站头部样式*/
.htopr1 {
    float: right;
    color: #f7f8f9;
    line-height: 40px;
    padding-right: 10px;
}

.htopbox2 {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: #FAFAFA;
}

    .htopbox2 .htopbox_l2 {
        float: left;
        margin-left: 20px;
    }

        .htopbox2 .htopbox_l2 span {
            color: #0093dd;
        }

    .htopbox2 .htopbox_r2 {
        float: right;
        margin-right: 20px;
    }

.header3 {
    height: 50px;
    background: #FFF;
    overflow: hidden;
}

    .header3 .logo2 {
        margin: 5px 0px 0px 0px;
        float: left;
        margin-left: 20px;
    }

    .header3 .name {
        margin: 10px 0px 0px 20px;
        max-width: 780px;
        float: left;
        font-size: 18px;
        font-weight: bold;
        color: #0093dd;
        font-family: "Microsoft YaHei";
    }

    .header3 .tel2 {
        float: right;
        margin: 4px 10px 0px 0px;
        max-width: 70%;
        line-height: 40px;
    }

        .header3 .tel2 img {
        }

        .header3 .tel2 .tel_1 {
            float: left;
            padding-top: 5px;
            padding-right: 5px;
        }

        .header3 .tel2 .tel_2 {
            font-family: "Microsoft YaHei";
            float: left;
            padding-left: 5px;
            padding-right: 10px
        }

        .header3 .tel2 .tel_3 {
            font-size: 16px;
            color: #0093dd;
            float: left
        }

.nav2box3 {
    width: 100%;
    background: #0093dd;
    height: 35px;
    background: linear-gradient(#0093dd,#008fd7);
}

    .nav2box3 .nav2 {
        float: left;
        height: 35px;
        background: #0093dd;
        background: linear-gradient(#0093dd,#008fd7);
        overflow: hidden;
        margin-left: 180px;
    }

        .nav2box3 .nav2 ul li {
            float: left;
        }

            .nav2box3 .nav2 ul li a {
                display: block;
                width: 110px;
                height: 35px;
                line-height: 35px;
                color: #FFF;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
            }

                .nav2box3 .nav2 ul li a:hover {
                    background: #0070A6;
                }

        .nav2box3 .nav2 .current2 {
            background: #0070A6;
        }

    .nav2box3 .status {
        width: 160px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        font-family: "Microsoft YaHei";
        color: #FFF;
        background: #37BEFF;
        float: right;
        position: relative;
        display: block;
        z-index: 2;
        cursor: pointer;
    }

        .nav2box3 .status ul {
            width: 138px;
            position: absolute;
            top: 33px;
            left: 0px;
            border: 1px solid #ccc;
            background: #FFF;
            padding: 0px 10px;
            display: none;
        }

        .nav2box3 .status:hover ul {
            display: block;
        }

        .nav2box3 .status ul li {
            height: 25px;
            line-height: 25px;
        }

            .nav2box3 .status ul li a {
                font-weight: normal;
                font-size: 12px;
                text-decoration: none;
            }

        .nav2box3 .status hr {
            border: 0;
            background-color: #CCC;
            height: 1px;
        }

/* 标签首页样式 */
.nav_right {
    float: right;
    margin-top: 4px;
    color: #FFF
}

    .nav_right a {
        color: #FFF
    }

    .nav_right span {
        background: #0C0;
        padding: 2px 10px;
        float: left;
        border-radius: 3px;
        margin-left: 5px;
    }

    .nav_right div {
        background: #0093dd;
        padding: 2px 10px;
        float: left;
        border-radius: 3px;
        margin-left: 5px;
    }

    .nav_right .divbaihui {
        background: #e3e3e3;
        padding: 2px 10px;
        float: left;
        border-radius: 3px;
        margin-left: 5px;
    }

/*中间框架布局*/
.mainbox {
    overflow: hidden;
    width: 100%;
    min-width: 1230px;
}

.menubox {
    overflow: hidden;
    width: 180px;
    background: #FFF;
    border-right: 1px solid #CCC;
    float: left;
}

.main {
    background: #FFF;
    overflow: hidden;
    min-height: 800px
}

.content {
    overflow: hidden;
    margin: 0px;
    min-width: 790px;
}

.mainlcor {
    background: #DDDDDD;
    width: 7px;
    float: left;
    overflow: hidden;
}

    .mainlcor:hover {
        background: #d2dce0;
    }

.mainlcorlei {
    background: #BBB;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 7px;
    overflow: hidden;
}

    .mainlcorlei:hover {
        background: #ff8f44;
    }
/*左右自适应相同高度start*/
.menubox, .main {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

@mediaalland(min-width:0px) {
    .menubox, .main {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

        .menubox:before, .main:before {
            content: '[DONOTLEAVEITISNOTREAL]';
            display: block;
            background: inherit;
            padding-top: 32767px !important;
            margin-bottom: -32767px !important;
            height: 0;
        }
}


/*左侧导航菜单样式*/
.menu {
    width: 180px;
    overflow: hidden;
}

.App {
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: url(../Images/menu_bg1.jpg) no-repeat left center;
    line-height: 40px;
    border-bottom: 1px solid #CCC;
    boder-right: none;
    border-left: 1px solid #CCC;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
}

    .App span {
        position: relative;
        font-weight: bolder;
        font-size: 14px;
    }

        .App span:hover {
            color: #0093dd;
        }

.App2 {
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: url(../Images/menu_bg2.jpg) no-repeat left center;
    line-height: 40px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-top: 0px solid #CCC;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
}

    .App2 span {
        position: relative;
        font-weight: bolder;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

        .App2 span:hover {
            color: #0093dd;
        }

.App_ico {
    margin-left: 10px;
    transition: width 2s, height 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s; /* Firefox 4 */
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari and Chrome */
    -o-transition: width 2s, height 2s, -o-transform 2s; /* Opera */
}

    .App_ico:hover {
        transform: rotate(360deg);
        cursor: pointer;
        -moz-transform: rotate(360deg); /* Firefox 4 */
        -webkit-transform: rotate(360deg); /* Safari and Chrome */
        -o-transform: rotate(180deg); /* Opera */
    }

    .App_ico span:hover {
        color: #349ac3;
    }
/* bianhuan */
.AppMenu {
    display: none;
    border-bottom: 1px solid #ccc;
}

    .AppMenu ul {
        width: 100%;
        overflow: hidden;
    }

    .AppMenu li {
        width: 100%;
        line-height: 26px;
        text-align: left;
        border-bottom: 1px solid #F2F2F2;
        cursor: pointer;
        list-style: none;
    }

        .AppMenu li:nth-last-child(1) {
            border-bottom: 0;
        }

        .AppMenu li a {
            padding-left: 35px;
            width: 100%;
            display: block;
            font-size: 12px;
            color: #9ea7b3;
        }

            .AppMenu li a:hover {
                background: #ECECEC;
            }

    .AppMenu .lbeij {
        background: #ECECEC;
    }

/*右侧内容*/
.yindao {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 40px;
}
/*iframe*/
.iframebox {
    width: 100%;
    height: auto;
    _height: 100%;
    border: 0px none;
    z-index: 10;
    border-collapse: collapse;
}

.contents {
    width: 100%;
    background: #fff;
    vertical-align: baseline;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
}

/* fooder */
.bottom {
    width: 100%;
    height: 43px;
    background: #FFF;
    border-top: 3px solid #0093dd;
    line-height: 43px;
    text-align: center;
    overflow: hidden;
}

    .bottom span {
        font-family: Arial;
    }

/*选项卡样式*/
.tab {
    height: 35px;
    margin: 0;
    overflow: hidden;
}

    .tab ul {
    }

        .tab ul li a {
            text-align: center;
            line-height: 30px;
            color: #9ea7b3;
            border: 1px solid #dcdcdc;
            background: #f6f6f6;
            border-bottom: none;
            width: 100px;
            overflow: auto;
            display: inline-block;
            float: left;
            cursor: pointer;
        }

        .tab ul li {
            display: block;
            float: left;
            margin-top: 4px;
            margin-right: 5px;
            height: 30px;
        }

            .tab ul li a:hover {
                background: #939fa7;
                color: #FFF;
            }

    .tab .select a {
        background: #939fa7;
        color: #FFF;
    }

    .tab .add_btn {
        float: right;
    }

        .tab .add_btn a {
            background: #939fa7;
            color: #FFF;
            border: none;
        }

            .tab .add_btn a:hover {
                background: #3b9ce2;
            }

    .tab .add_btn2 {
        float: right;
    }

        .tab .add_btn2 a {
            background: #FAFAFA;
            color: #9ea7b3;
            border: 1px solid #CCC;
        }

            .tab .add_btn2 a:hover {
                background: #0093dd;
                border: 1px solid #0093dd;
                color: #FFF;
            }

.tab2 {
    width: 100%;
    height: 50px;
    margin: 5px 0;
}

    .tab2 ul {
        border-bottom: 1px #E7E7E7 solid;
        margin: 10px 0;
        height: 30px;
    }

        .tab2 ul li a {
            text-align: center;
            height: 30px;
            line-height: 30px;
            color: #9ea7b3;
            border: 1px solid #EFEFEF;
            border-bottom: none;
            padding: 0 25px;
            overflow: auto;
            display: inline-block;
            float: left;
            cursor: pointer;
        }

        .tab2 ul li {
            display: block;
            float: left;
            margin-right: 5px;
            height: 30px;
        }

            .tab2 ul li a:hover {
                background: #4ba9e6;
                color: #FFF;
            }

    .tab2 .select a {
        background: #4ba9e6;
        color: #FFF;
    }

    .tab2 .add_btn {
        float: right;
    }

        .tab2 .add_btn a {
            background: #6bc30d;
            color: #FFF;
            border: none;
        }

            .tab2 .add_btn a:hover {
                background: #3b9ce2;
            }


.tab3 {
    width: 100%;
    height: 31px;
    margin: 5px 0;
    background: #fafafa
}

    .tab3 ul {
        border-bottom: 1px #E7E7E7 solid;
        margin: 10px 0;
        height: 30px;
        padding-left: 10px
    }

        .tab3 ul li a {
            text-align: center;
            height: 30px;
            line-height: 30px;
            color: #9ea7b3;
            border-bottom: none;
            padding: 0 25px;
            display: inline-block;
            float: left;
            cursor: pointer;
        }

        .tab3 ul li {
            display: block;
            float: left;
            border-right: 1px solid #fafafa;
            height: 30px;
            background: #cecece;
            border-radius: 0 5px 0 0;
        }

            .tab3 ul li a:hover {
                background: #0093dd;
                color: #FFF;
                border-radius: 0 5px 0 0;
            }

    .tab3 .select a {
        background: #0094dd;
        color: #FFF;
        border-radius: 0 5px 0 0;
    }

    .tab3 .add_btn {
        float: right;
    }

        .tab3 .add_btn a {
            background: #6bc30d;
            color: #FFF;
            border: none;
        }

            .tab3 .add_btn a:hover {
                background: #3b9ce2;
            }

/*选项卡*/
.menu02 {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
}

    .menu02 li {
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
    }

        .menu02 li a {
            border-top: 1px solid #d7d7d7;
            background: #f6f6f6;
            font-size: 12px;
            color: #9ea7b3000
        }

            .menu02 li a:hover {
                background: #4ba9e6;
                text-decoration: none;
                color: #ffffff
            }

        .menu02 .curr, .menu02 li:hover {
            border-left: 1px solid #d7d7d7;
            border-right: 1px solid #d7d7d7;
        }

            .menu02 li:hover a {
                border-top: 1px solid #d7d7d7;
            }

    .menu02 .curr {
        background: #4ba9e6;
        border: 1px solid #4ba9e6;
        color: #ffffff;
    }
/*.menu02 .curr { font-weight:700;}*/

.menu02 {
    height: 28px;
    line-height: 28px;
}

    .menu02 ul {
        float: left;
        margin-bottom: -1px;
        margin-top: 0px;
    }
    /*ie6*/
    .menu02 li {
        float: left;
        margin-right: 5px;
        margin-top: 0px;
    }

        .menu02 li a {
            float: left;
            display: block;
            padding: 0 15px;
            height: 28px;
            overflow: hidden;
            margin-top: -1px;
            _position: relative;
        }

.tab_02 {
    border: 1px solid #ececec;
    width: 100%;
    height: 90px;
    border-top: none;
}
/*去掉虚线*/
a:focus, input[type=button], input[type=submit] {
    outline: none;
}



/*弹出框样式*/
.msg_box {
    padding-bottom: 10px;
    border: 1px solid #0093dd;
    margin: 10px auto;
    font-size: 14px;
}

    .msg_box .title {
        height: 30px;
        background: #0093dd;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0;
    }

    .msg_box .con {
        padding: 8px;
        padding-bottom: 0;
    }

        .msg_box .con ul {
            margin-top: 0;
            padding: 0 10px;
        }

    .msg_box .ts {
        color: #666;
        text-align: center;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        border-bottom: #DFDFDF 1px dashed;
    }

    .msg_box .tijiao {
        text-align: center;
        height: 35px;
        margin-top: 5px;
    }

    .msg_box .sub {
        padding: 0 8px;
        min-width: 70px;
        height: 22px;
        color: #fff;
        margin: 5px;
        line-height: 22px;
        background: #0093dd;
        text-align: center;
        border: none;
        cursor: pointer;
    }

        .msg_box .sub:hover {
            background: #F60;
        }

    .msg_box .sub2 {
        padding: 0 8px;
        height: 22px;
        min-width: 70px;
        color: #333;
        margin: 5px;
        line-height: 22px;
        background: #F5F5F5;
        text-align: center;
        border: 1px solid #CCC;
        cursor: pointer;
    }

        .msg_box .sub2:hover {
            background: #F60;
            color: #fff;
            border: none;
        }


/*新增样式*/
.jpzdht {
    background: #d9edf7;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    padding-left: 15px;
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.jpzdhta {
    background: #fffcf0;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f5dcb0;
    font-weight: bold;
    color: #9ea7b3;
    padding-left: 15px;
}

.yindao a {
    color: #9ea7b3
}

    .yindao a:hover {
        color: #0093dd
    }

.c_b {
    clear: both
}

.paddingak {
    padding: 15px;
}

.paddingakt0 {
    padding: 15px;
    padding-top: 0;
}

.he15 {
    height: 15px;
    overflow: hidden
}

.jpzdh {
    border: 1px solid #e7e7e7;
    margin-top:10px;
}

.jpzdha {
    border: 1px solid #f5dcb0;
}

.jpzdhb {
    border: 1px solid #e7e7e7;
}

.jpzdpage {
    text-align: center;
    margin: 10px;
}

    .jpzdpage a {
        border: 1px solid #e8e8e8;
        padding: 5px 10px 5px 10px;
        color: #898989;
        cursor: pointer
    }

        .jpzdpage a:hover {
            color: #0093dd;
            background: #f8f8f8
        }

        .jpzdpage a.next {
            border-radius: 0 3px 3px 0;
        }

        .jpzdpage a.prev {
            border-radius: 3px 0 0 3px;
            border-left: 1px solid #e8e8e8
        }

    .jpzdpage span {
        border: 1px solid #e8e8e8;
        padding: 5px 10px 5px 10px;
        background: #f8f8f8
    }

.pad10 {
    padding: 10px
}

.btn_wz {
    background: none;
    border: none;
    color: #0093dd;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

    .btn_wz:hover {
        color: #ff8400;
        border: none;
    }

.order-table tr th {
    font-weight: 100
}

/*新增订单详情*/
.form_tongyonga {
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    overflow: hidden;
}

.xiangddqin tr td {
    padding-left: 1%;
    text-align: left;
}

.datalistrz {
}

    .datalistrz table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalistrz table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: left;
            padding-left: 15px;
        }

        .datalistrz table tr td {
            line-height: 26px;
            border-bottom: 1px solid #F5F5F5;
            text-align: left;
            padding-left: 15px;
        }

        .datalistrz table tr:hover {
            background: #f9fbfc;
        }

.xq_feipiaosj {
    color: #F00;
    font-weight: 100;
    padding-left: 10px;
}
/*新公司管理*/
.gstd_padding_left5 td, .gstd_padding_left5 th {
    padding-left: 10px;
    line-height: 35px;
}


/*文彬版本分页css 开始*/
.jPaginate {
    height: 34px;
    position: relative;
    color: #1760a9;
    font-size: small;
    float: right;
    margin-right: 110px;
    /*margin-top: -20px;*/
}

.PagerInfo {
    margin-top: 12px;
}


.jPaginate a {
    /*line-height: 15px;*/
    height: 23px;
    cursor: pointer;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}

.jPag-control-back {
    position: absolute;
    left: 0;
    width: 100px;
}

.jPag-control-front {
    position: absolute;
    width: 100px;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.jPag-pages li {
        display: inline;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        ul.jPag-pages li a {
            float: left;
            padding: 2px 5px;
        }

span.jPag-current {
    cursor: default;
    font-weight: normal;
    height: 18px;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
    height: 22px;
    margin: 2px;
    float: left;
    line-height: 22px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0 2px 2px;
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0;
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
    border: 1px solid rgb(226, 238, 254);
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 2px;
    padding: 2px 5px;
}

span.jPag-snext,
span.jPag-snext-img {
    border: 1px solid rgb(226, 238, 254);
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 2px;
    padding: 2px 5px;
}
/*文彬版本分页css 结束*/
.fenypage {
    padding: 5px;
}
/*贾铭版分页CSS开始*/
.page {
    margin-top: 8px;
}

    .page div {
        width: 50%;
        font-family: "微软雅黑";
        text-align: right;
    }

    .page .pagel {
        float: left;
        text-align: left;
    }

    .page a {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        padding: 0 5px;
        border: 1px solid #E2EEFE;
        color: #1760a9;
    }

    .page span {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        padding: 0 5px;
        border: 1px solid #E2EEFE;
        color: #1760a9;
    }

.paginate_Infro {
    line-height: 24px;
    margin-top: 8px;
}
/*贾铭版分页CSS结束*/

/*数据列表开始*/
.datalist {
}

    .datalist table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100% !important;
    }

        .datalist table tr th {
            background: #f5f5f5;
            line-height: 26px;
            text-align: center;
        }

        .datalist table tr td {
            border-bottom: 1px solid #e6e6e6;
            line-height: 22px;
            text-align: center;
        }

        .datalist table tr:hover {
            background: #f9fbfc;
        }

        .datalist table tr td font {
        }

        .datalist table tr td span {
        }

.datalist0 {
}

    .datalist0 table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalist0 table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: center;
        }

        .datalist0 table tr td {
            border-bottom: 1px solid #F5F5F5;
            line-height: 30px;
            text-align: center;
        }

        .datalist0 table tr:hover {
            background: #f9fbfc;
        }

        .datalist0 table tr td font {
        }

        .datalist0 table tr td span {
        }

.datalieb {
}

    .datalieb table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalieb table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: left;
            padding-left: 15px;
        }

        .datalieb table tr td {
            line-height: 22px;
            text-align: left;
            padding-left: 15px;
        }

        .datalieb table tr:hover {
            background: #f9fbfc;
        }

        .datalieb table tr td font {
        }

        .datalieb table tr td span {
        }

.dataliec {
}

    .dataliec table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .dataliec table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: left;
            padding-left: 15px;
            font-weight: 100;
        }

        .dataliec table tr td {
            line-height: 22px;
            text-align: left;
            padding-left: 15px;
        }

        .dataliec table tr:hover {
            background: #f9fbfc;
        }

        .dataliec table tr td font {
        }

        .dataliec table tr td span {
        }

.dataliec1 {
    border-top: 1px solid #e6e6e6;
}

    .dataliec1 table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .dataliec1 table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: left;
            padding-left: 15px;
        }

        .dataliec1 table tr td {
            line-height: 22px;
            text-align: left;
            padding-left: 15px;
        }

        .dataliec1 table tr:hover {
            background: #f9fbfc;
        }

        .dataliec1 table tr td font {
        }

        .dataliec1 table tr td span {
        }
/*待运营出票数据列表样式*/
.datalistd {
    border-left: 1px solid #eee;
}

    .datalistd table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalistd table tr th {
            background: #f9f9f9;
            border-right: 1px solid #eee;
            font-weight: 100;
            line-height: 26px;
            text-align: center;
        }

        .datalistd table tr td {
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
            line-height: 22px;
            text-align: center;
        }

        .datalistd table tr:hover {
            background: #f9fbfc;
        }

        .datalistd table tr td font {
        }

        .datalistd table tr td span {
        }

.datalistda {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .datalistda table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalistda table tr th {
            background: #f9f9f9;
            border-right: 1px solid #eee;
            line-height: 26px;
            border-bottom: 1px solid #eee;
            text-align: left;
            padding-left: 5px;
        }

        .datalistda table tr td {
            border-bottom: 1px solid #F5F5F5;
            border-right: 1px solid #eee;
            line-height: 22px;
            text-align: left;
            padding: 5px;
        }

        .datalistda table tr:hover {
            background: #f9fbfc;
        }

.datalistdb {
    padding: 5px;
}

    .datalistdb table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalistdb table tr td {
            border-bottom: 1px solid #F5F5F5;
            line-height: 22px;
            text-align: left;
            padding: 5px;
        }

        .datalistdb table tr:hover {
            background: #f9fbfc;
        }

.datalistdc {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .datalistdc table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

        .datalistdc table tr th {
            background: #f9f9f9;
            border-right: 1px solid #eee;
            font-weight: 100;
            line-height: 26px;
            text-align: center;
        }

        .datalistdc table tr td {
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
            line-height: 22px;
            text-align: center;
        }

        .datalistdc table tr:hover {
            background: #f9fbfc;
        }
/*数据列表结束*/


/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/
/*public样式结束，以下为内页面样式表*/

/*欢迎页页面开始*/
.homek {
    color: #999999;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    background-color: Black;
    height: 150px;
    width: 480px;
    margin-top: 2px
}

.homepldd {
    padding-left: 150px;
}
/*欢迎页页面结束*/
/*机票买入管理航班查询及编码导入样式开始*/
/*退改签页面*/
.mrtuiply {
    padding: 10px;
    border: 1px #F5F5F5 solid;
    background: #fcfcfc;
    height: auto
}

.mrtuiplyt {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

.mrtuiplyt1 {
    font-size: 12px;
    font-weight: 100;
}

.tupshengqin {
    padding-left: 100px;
}

.tupshengqinbz {
    padding-left: 70px;
    margin-top: 10px;
}

#tuipiaos1 {
    padding-left: 20px;
}

.mrttuigq {
    background-color: #FFFCF0;
    padding: 8px;
    padding-left: 15px;
}

.mrttuigqa {
    background-color: #FFFCF0;
    padding: 8px;
    padding-left: 15px;
    border: 1px #FFCC6F solid;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.mrtuiplymo {
    width: 50%;
    float: left;
}

    .mrtuiplymo textarea {
        width: 90%;
    }

    .mrtuiplymo input {
        margin-left: 0;
        margin-top: 8px;
    }
/*编码导入*/
.mrbianma {
    color: Lime;
    background-color: Black;
    height: 280px;
    width: 98%;
    margin-top: 2px;
    font-size: 12px;
    padding-left: 1%;
}

.biantk {
    height: 30px;
    overflow: hidden;
}

.bianmadaoru {
    padding: 10px;
}

    .bianmadaoru ul li {
        float: left;
        width: 50%;
    }

        .bianmadaoru ul li + li {
            float: right;
            width: 49%;
        }

        .bianmadaoru ul li em {
            height: 32px;
            line-height: 32px;
            font-style: normal
        }
/*航班查询*/
.hb_paddingak {
    padding: 15px;
    padding-top: 0;
}

.jpzdht .hbcBlue2 {
    font-weight: 100;
    color: #F60;
    padding-left: 5px;
}

.nnhuan {
    background: url(../images/huan.png) no-repeat scroll 0 0;
    display: block;
    height: 36px;
    width: 22px;
    overflow: hidden;
}

    .nnhuan:hover {
        BACKGROUND-POSITION: -0px -50px;
        ;
    }

.hanba {
    background: #eee
}

    .hanba td {
        padding-left: 20px;
    }

    .hanba font {
        color: #999
    }

    .hanba span {
        font-size: 16px;
        font-weight: bold;
        color: #F00
    }

    .hanba em {
        font-size: 14px;
        font-weight: bold;
        font-style: normal
    }

.hanbb {
    margin-top: 8px
}

.hanchak {
    text-align: right;
    padding-right: 20px;
    height: 30px;
    line-height: 30px
}

.banbc {
    background: #fdfdfd
}

    .banbc font {
        font-size: 15px;
        font-weight: bold;
        color: #F30
    }

.form_add_btn_CK {
    padding: 0;
    text-align: center;
    width: 120px;
    padding-left: 3px;
    color: #9ea7b3;
    margin-right: 5px;
    margin-top: 2px;
    line-height: 22px;
    background: url(../images/default/add_btn.jpg);
    background-repeat: no-repeat;
}

.ico2400 {
    background: #F90;
    border: #F90 solid 1px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    margin-right: 5px;
    padding: 0 3px 0 3px;
}

.hangbanyd {
    background: url(../Images/list_img.png) no-repeat;
    BACKGROUND-POSITION: 0 0;
    width: 70px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

    .hangbanyd:hover {
        BACKGROUND-POSITION: 0 -40px;
        color: #FFF;
    }

.hbtr_hover:hover {
    background: #f9fbfc;
}

.hbcjlei {
    float: left;
    font-weight: 100;
    color: #9ea7b3;
}

    .hbcjlei ul {
        margin-top: 0px;
    }

        .hbcjlei ul li {
            float: left;
            margin-top: 0;
            padding-left: 8px;
        }
/*航班查询*/
.hangbandiv {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .hangbandiv ul {
        width: 100%;
        clear: both
    }

        .hangbandiv ul li {
            float: left;
            line-height: 33px
        }

            .hangbandiv ul li.FB {
                text-align: right;
                float: left;
                line-height: 33px;
                padding-left: 10px
            }

    .hangbandiv .huanhb {
        margin-top: 15px;
        padding-left: 10px
    }

    .hangbandiv .hbpa10 {
        margin-left: 10px;
    }

    .hangbandiv ul dd + li {
        padding-left: 10px;
    }

    .hangbandiv ul li div {
        padding-left: 30px;
    }

    .hangbandiv ul li span {
        padding-left: 10px;
    }

.xhangbandiv {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .xhangbandiv ul {
        width: 100%;
        clear: both
    }

        .xhangbandiv ul li {
            float: left;
            line-height: 33px;
        }

            .xhangbandiv ul li.FB {
                text-align: right;
                float: left;
                line-height: 33px;
                padding-left: 10px
            }

    .xhangbandiv .huanhb {
        margin-top: 15px;
        padding-left: 10px
    }

    .xhangbandiv .hbpa10 {
        margin-left: 10px;
    }

    .xhangbandiv ul dd + li {
        padding-left: 10px;
    }

    .xhangbandiv ul li div {
        padding-left: 30px;
    }

    .xhangbandiv ul li span {
        padding-left: 10px;
    }

    .xhangbandiv .width_300 {
        margin-top: 18px;
    }

.input_w100 {
    width: 130px;
    padding-left: 5px
}

.hangbanlist ol {
    width: 100%;
    height: 46px;
    line-height: 30px;
    overflow: hidden;
}

    .hangbanlist ol dd {
        float: left;
        width: 16%;
        margin-left: 0;
        padding-left: 2%;
        text-align: center;
        background: #eee;
        line-height: 30px;
    }

.hangbanlist .hangbanlistjt {
    width: 6%;
}

.hangbanlist ol dd span {
    font-size: 16px;
    font-weight: bold;
    color: #F00;
}

.hangbanlist ol dd b {
    font-size: 14px;
    color: #2793e6;
}

.hangbanlist ol dd em {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    color: #3e4346;
}

.hangbanlist ol dd font {
    color: #999;
}

.hangbanlist ol dd:first-child {
    text-align: left;
    width: 18%;
    padding-left: 2%;
}

.hangbanlist ul {
    width: 100%;
    height: 46px;
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
    background: #FFF;
}

    .hangbanlist ul:hover {
        background: #f9fbfc;
    }

    .hangbanlist ul li {
        float: left;
        width: 13%;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
        line-height: 46px;
    }

        .hangbanlist ul li font {
            font-size: 16px;
            font-weight: bold;
            color: #F30;
        }

.hangbanlist .hangbanlistat1 {
    width: 9%;
    padding-right: 1%;
    text-align: right;
}

.hangbanlist .hangbanlistat2 {
    width: 18%;
}

.hangbanlist .hangbanlistat3 {
    width: 18%;
}

.hangbanlist .hangbanlistat4 {
    width: 10%;
    padding-left: 5%;
}

.hangbanlist .hangbanlistat11 {
    width: 10%;
    line-height: 23px;
    padding-left: 5%;
}

.data-price {
    width: 70px;
    float: right;
    margin-top: 5px;
    height: 33px;
    border: #42AC24 1px solid;
    border-radius: 2px;
    font-family: "微软雅黑";
}

    .data-price dt {
        height: 18px;
        line-height: 18px;
        background-color: #42AC24;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
    }

    .data-price dd {
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        text-align: center;
        margin: 0px;
        padding: 0px;
        color: #42AC24;
        background-color: #FFF;
    }

/*水印*/
.hangbanlist ul li b {
    font-weight: 100;
    color: #f2f0f0;
    font-size: 12px;
    -moz-user-select: none;
}

.zhifuhangbanx b {
    font-weight: 100;
    color: #f2f0f0;
    font-size: 12px;
    -moz-user-select: none;
}

.zhifuxuanze b {
    font-weight: 100;
    color: #f2f0f0;
    font-size: 12px;
    -moz-user-select: none;
}

.zhifuxuanzexin b {
    font-weight: 100;
    color: #f2f0f0;
    font-size: 12px;
    -moz-user-select: none;
}
/*水印*/

.zhifudingdan ul {
    clear: both;
    height: 50px;
    overflow: hidden;
}

    .zhifudingdan ul li {
        float: right;
        height: 50px;
        text-align: center;
        line-height: 25px;
    }

.zhifudingdan .zhifudingdana {
    background: url(../images/default/t1.jpg) no-repeat left center;
    padding-left: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    float: left;
}

.zhifudingdan span {
    color: #0093dd;
    font-weight: bold;
}

.zhifuhangban ul {
    background: #F5F5F5;
    height: 50px;
    clear: both;
    overflow: hidden;
}

    .zhifuhangban ul li {
        float: left;
        width: 18%;
        font-weight: bold;
        line-height: 25px;
        padding-left: 2%;
    }

.zhifuhangban font {
    font-weight: 100;
}

.zhifuhangban span {
    font-weight: 100;
    color: #999
}

.zhifuhangban em {
    font-style: inherit
}

.zhifuhangbanx ul {
    margin: 5px;
    clear: both;
    overflow: hidden;
}

    .zhifuhangbanx ul li {
        width: 12%;
        padding-left: 3%;
        float: left;
    }

        .zhifuhangbanx ul li + li {
            width: 14%;
        }

.zhifuhangbanx font {
    color: #F60;
    font-weight: bold;
    font-size: 14px;
}

.zhifuhangbanx span {
    margin-right: 3px;
}

.zhifuchengke ul {
    height: 40px;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.zhifuchengke .input_name {
    width: 95%;
}

.zhifuchengke .select_type {
    width: 95%;
}

.zhifuchengke ul li {
    float: left;
    line-height: 40px;
}

.zhifuchengke .crk1 {
    width: 5%;
    text-align: right;
}

.zhifuchengke .crk2 {
    width: 10%;
}

.zhifuchengke .crk4 {
    width: 10%;
}

.zhifuchengke .crk5 {
    width: 30%;
}

.zhifuchengke .crk7 {
    width: 15%;
}

.zhifuchengke .crk8 {
    width: 10%;
    text-align: center
}

.zhifuchengke .crk9 {
    width: 7%;
    padding-right: 3%;
    text-align: right;
}

.zhifulianxiren ul {
    overflow: hidden;
    clear: both;
    height: 40px;
    margin: 5px;
}

    .zhifulianxiren ul li {
        float: left;
        width: 10%;
        text-align: right;
        line-height: 40px;
    }

.zhifulianxiren .crkl {
    text-align: left;
    width: 20%;
}

.zhifulianxiren .input_name {
    width: 90%;
}

.zhifuzhengce ul li {
    float: left;
    width: 50%;
}

.zhifuzhengce .zhifuzhengcek {
    border-right: 1px solid #e6e6e6;
}

.zhifuxuanze ol {
    width: 100%;
    height: 30px;
    overflow: hidden;
    clear: both;
    background: #F5F5F5
}

    .zhifuxuanze ol dd {
        line-height: 30px;
        float: left;
        width: 10%;
        margin-left: 0;
    }

.zhifuxuanze ul {
    width: 100%;
    line-height: 30px;
    clear: both;
    border-bottom: 1px dashed #CCC
}

    .zhifuxuanze ul:hover {
        background: #f9fbfc;
    }

    .zhifuxuanze ul li {
        line-height: 30px;
        float: left;
        width: 10%;
    }

.zhifuxuanze .zhifuxz {
    width: 6%;
    text-align: center
}

.zhifuxuanze .zhifuxz1 {
    width: 7%;
}

.zhifuxuanze .zhifuxz2 {
    width: 5%;
}

.zhifuxuanze .zhifuxz3 {
    width: 16%;
}

.zhifuxuanze .zhifuxzbz {
    background: #FFC;
    border-bottom: 1px dashed #CCC;
    padding-left: 5%;
    line-height: 30px;
    height: 30px;
}

.zhifutehui ol {
    width: 100%;
    height: 30px;
    overflow: hidden;
    clear: both;
    background: #F5F5F5
}

    .zhifutehui ol dd {
        line-height: 31px;
        float: left;
        width: 15%;
        margin-left: 0;
    }

.zhifutehui ul {
    width: 100%;
    line-height: 30px;
    clear: both;
    border-bottom: 1px dashed #CCC
}

    .zhifutehui ul:hover {
        background: #f9fbfc;
    }

    .zhifutehui ul li {
        line-height: 31px;
        float: left;
        width: 15%;
        margin-left: 0;
    }

.zhifutehui .zhifuth {
    width: 5%;
}

.zhifutehui .zhifuth1 {
    width: 5%;
}

.zhifutehui .zhifuth2 {
    width: 30%;
}

.btn-submit {
    background-color: #009dec;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: hand;
    padding: 8px 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

    .btn-submit:hover {
        background-color: #0091ce;
    }

.zhifuxmspztishi {
    width: 195px;
    position: absolute;
    text-align: center;
    line-height: 22px;
    margin-top: -5px;
    border: 1px solid #FC3;
    background: #ffffdd;
    color: #F00;
    display: none
}

/*航班查询-时间页卡样式*/
.nav_date {
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 2px solid #0093dd;
}

    .nav_date .datetext {
        overflow: hidden;
        text-align: center;
        float: left;
        width: 12%;
        height: 49px;
        line-height: 22px;
        display: block;
        background: #FFF;
        border-bottom: 1px solid #e6e6e6;
    }

    .nav_date li:hover {
        font-size: 12px;
        background: #d4f1ff;
        color: #e85700;
        transition: background 1s,color 1s;
        -moz-transition: background 1s,color 1s, -moz-transform 1s;
        -webkit-transition: background 1s,color 1s, -webkit-transform 1s;
        -o-transition: background 1s,color 1s, -o-transform 1s;
    }

    .nav_date .current_date {
        font-size: 12px;
        background: #d4f1ff;
        color: #e85700;
        border-bottom: 1px solid #d4f1ff;
    }

    .nav_date ul li div {
        line-height: 150%;
        border-left: 1px solid #c1ccd2;
        padding: 5px;
        text-align: center;
        height: 50px;
        width: 100%
    }

    .nav_date .arrow_l {
        float: left;
        width: 8%;
        height: 49px;
        display: block;
        background: #f9fbfc url(../images/default/arrow_left.gif) no-repeat center center;
        border-bottom: 1px solid #e6e6e6;
    }

        .nav_date .arrow_l:hover {
            height: 49px;
            background: #F6F6F6 url(../images/default/arrow_left.gif) no-repeat center center;
        }

    .nav_date .arrow_r {
        float: left;
        width: 8%;
        height: 49px;
        display: block;
        background: #f9fbfc url(../images/default/arrow_right.gif) no-repeat center center;
        border-bottom: 1px solid #e6e6e6;
    }

        .nav_date .arrow_r:hover {
            height: 49px;
            background: #F6F6F6 url(../images/default/arrow_right.gif) no-repeat center center;
        }
/*机票买入管理航班查询及编码导入样式结束*/


/* 机票代运营样式开始 */
.zd01 {
    padding: 0px;
    background: #ffffff none repeat scroll 0 0;
}

.btn_wz {
    background: none;
    border: none;
    color: #0093dd;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

    .btn_wz:hover {
        color: #ff8400;
        border: none;
    }

.seat-select {
    padding-left: 15px;
}

#tdCPTime {
    padding-left: 15px;
}

.tdlp10 td {
    padding-left: 15px
}

select {
    padding: 3px;
    vertical-align: middle;
}

.zd02 {
    float: left;
    line-height: 30px;
    width: 60px;
}

.bor4 {
    border-right: 1px solid #F5F5F5;
}

.border_b3 td {
    border: 1px solid #F5F5F5;
    border-top: none;
    border-right: none;
}

.bor3 td {
    border-top: 1px solid #F5F5F5;
}

.border_b5 td {
    border-bottom: 1px solid #F5F5F5;
}

.jp_bhover {
    background: #E9F4FE;
}

.jp_ahover:hover {
    background: #fbfafa;
}

.zd03 {
    float: left;
    line-height: 30px;
    width: 30px;
}

.zd04 {
    overflow-x: auto
}

.zd05 {
    font-size: 12px;
    color: #F00
}

.w80 {
    width: 142px;
}

.w30 {
    width: 30px;
    line-height: 20px;
}

.w50 {
    width: 50px;
}

.w70 {
    width: 70px;
}

.w85 {
    width: 84px;
}

.w101 {
    width: 169px;
}

.w102 {
    width: 174px;
}

.module {
    width: 98%;
    margin: 10px auto;
}

    .module h1 {
        background: none repeat scroll 0 0 #dcf7fb;
        border-left: 2px solid #1ebad1;
        font: 700 14px/30px simsun,sans-serif;
        height: 30px;
        padding: 0 0 0 15px;
        position: relative;
    }

    .module h2 {
        background: url("../img/dotline.gif") repeat-x scroll left center transparent;
        height: 14px;
        margin-bottom: 10px;
    }

.module-tipbg {
    background: none repeat scroll 0 0 #ffffeb;
    border: 1px solid #fbd5a7;
}

    .module-tipbg td {
        padding: 5px;
        line-height: 20px;
        vertical-align: top;
    }

.module h2 span {
    font-size: 12px;
    font-weight: bold;
    float: left;
    background-color: #fff;
    padding-right: 10px;
}

.alignright {
    text-align: right;
    color: #b4b4b4;
}

.textwarning {
    color: #fe0053;
}

select {
    padding: 2px
}

.set-info {
}

    .set-info h3 {
        text-align: left;
        margin: 0px;
        padding: 0px;
        line-height: 30px;
        font-size: 12px;
    }

    .set-info li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .set-info li .set-name {
            text-align: right;
            color: #646464;
            line-height: 26px;
            font-size: 12px;
            padding-right: 10px;
            width: 150px;
            display: inline-block;
            float: left;
        }

        .set-info li div {
            width: 670px;
            line-height: 20px;
            display: inline-block;
        }

            .set-info li div em {
                color: #bebebe;
                font-style: normal;
                margin-left: 5px;
            }

        .set-info li label {
            margin-right: 20px;
            display: inline-block;
            padding-top: -5px;
            padding-left: 3px;
        }

    .set-info textarea {
        padding: 2px
    }

    .set-info .departurecity {
        width: 400px;
        float: left;
    }

    .set-info .arrivalcity {
        width: 310px;
        float: left;
    }

.policyset-info {
}

    .policyset-info h3 {
        text-align: left;
        margin: 0px;
        padding: 0px;
        line-height: 30px;
        font-size: 12px;
    }

    .policyset-info li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .policyset-info li .set-name {
            text-align: right;
            color: #646464;
            line-height: 26px;
            font-size: 12px;
            padding-right: 10px;
            width: 100px;
            display: inline-block;
            float: left;
        }

        .policyset-info li div {
            width: 720px;
            line-height: 20px;
            display: inline-block;
        }

            .policyset-info li div em {
                color: #bebebe;
                font-style: normal;
                margin-left: 5px;
            }

        .policyset-info li label {
            margin-right: 20px;
            display: inline-block;
            padding-top: -5px;
            padding-left: 3px;
        }

    .policyset-info .departurecity {
        width: 390px;
        float: left;
    }

    .policyset-info .arrivalcity {
        width: 320px;
        float: left;
    }

.policy_table .departurecity {
    width: 380px;
    float: left;
    padding-bottom: 10px;
}

.policy_table .arrivalcity {
    width: 320px;
    float: left;
    padding-bottom: 10px;
}

.departurecity p {
    padding: 10px 0px
}

.policy_table {
    background-color: #eee;
    border-spacing: 1 !important;
}

.policy_tablea1 {
    border: 1px solid #eee;
    border-top: 0;
    border-right: 0;
}

    .policy_tablea1 td {
        padding: 5px;
        line-height: 20px;
        text-align: center;
        border-right: 1px solid #eee;
    }

.fyichangt .policy_tablea1 .fdcGray2 td {
    background: #f9f9f9;
    font-weight: bold;
    color: #333
}

.policy_table td {
    padding: 5px;
    line-height: 20px;
    background-color: #fff;
}

.quyusezhi {
    font-size: 12px;
}

    .quyusezhi tr td {
        padding: 1px;
    }

.policy_table .lefttd {
    text-align: right;
    width: 100px;
    padding-right: 15px;
}

.policy_table em {
    color: #bebebe;
    font-style: normal;
}

.policy_table label {
    padding-right: 10px;
}

.city-table {
    margin-top: 5px
}

    .city-table td {
        padding: 0px
    }

    .city-table button {
        height: 20px;
        line-height: 20px;
        background-color: #f3f3f3;
        border: #ccc solid 1px;
        cursor: hand;
        width: 80px;
    }

        .city-table button:hover {
            background-color: #ebebeb
        }

input[type="checkbox"] {
    margin-top: 3px;
}

input[type="radio"] {
    margin-top: 3px;
}

.set-table th {
    background-color: #f0f0f0;
    padding: 3px;
    font-weight: normal;
}

.set-table td {
    padding: 3px;
}

.set-table em {
    color: #bebebe;
    font-style: normal;
}

.set-table .line-h30 {
    line-height: 30px
}

.seat-select {
}

    .seat-select label {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

.input-ratio {
    border: 1px solid #bdbbbc;
    height: 22px;
    display: inline-block;
    background-color: #fff;
    line-height: 24px;
}

    .input-ratio input {
        border: none;
        float: left;
    }

    .input-ratio span {
        width: 10px;
        float: right;
        padding-right: 5px;
    }

.mult-sele-city {
    width: 305px;
    height: 115px;
    padding: 5px
}

.mult-sele-citya1 {
    width: 250px;
    height: 115px;
    padding: 5px
}

.ico-error {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: left -95px;
    padding-left: 19px;
}

.ico-yes {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: left -5px;
    padding-left: 19px;
}

.ico-no {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: left -63px;
    padding-left: 19px;
    font-weight: bold;
}

.ico-note {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: left -34px;
    padding-left: 19px;
    height: 20px;
}

.ico-success {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: left -382px;
    padding-left: 40px;
}

.ico-warning {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: left -432px;
    padding-left: 40px;
}

.order-info {
    margin: 10px auto;
}

    .order-info th {
        background: none repeat scroll 0 0 #f4fbfc;
        font-weight: 700;
        height: 24px;
        line-height: 24px;
    }

    .order-info td {
        font-family: arial,helvetica,sans-serif;
        padding: 5px 0 7px;
        text-align: center;
        word-break: break-all;
        word-wrap: break-word;
    }

    .order-info th.alignleft {
        padding-left: 15px;
        text-align: left;
    }

    .order-info td.alignleft {
        padding-left: 15px;
        text-align: left;
    }

.reason {
    padding-top: 10px;
    width: 94%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 15px;
}

    .reason li {
        padding: 5px 0px 0px 10px;
    }

        .reason li label {
            font-size: 12px;
            padding-left: 3px;
        }

.btn-area {
    background: url("../img/dotline.gif") repeat-x scroll left top transparent;
    padding: 20px 0px 20px 170px;
    margin: 10px auto;
}

.detail-btn-area {
    background: url("../img/dotline.gif") repeat-x scroll left top transparent;
    padding: 20px 0px;
    width: 98%;
    margin: 10px auto;
    text-align: center;
}

.btn-add {
    line-height: 24px;
    color: #fff;
    background-color: #999;
    height: 24px;
    border: none;
    cursor: hand;
}

    .btn-add:hover {
        background-color: #f60;
    }

.btn-cancel {
    background-color: #c1c1c1;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: hand;
    padding: 10px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

    .btn-cancel:hover {
        background-color: #a8a8a8;
    }

/*代运营-航线分配*/
.qxrightsz {
    float: right;
}

.hxfp_xgmm input {
    vertical-align: middle;
}

.juesefenpei2_right {
    width: 90%;
}

.juesefenpei2_left_list {
    border: 1px solid #ccc;
    width: 100%;
    background: #f2f2f2
}

    .juesefenpei2_left_list ul.hxfpa {
        margin: 0;
        padding: 10px;
        margin-top: 5px;
        height: auto;
    }

    .juesefenpei2_left_list ul li.hxfp {
        width: 150px;
        float: left;
        text-align: left;
        line-height: 28px;
        height: 28px;
    }

    .juesefenpei2_left_list ul li:hover {
        background: #f2f2f4
    }

.juesefenpei2_seach_shuru {
    width: 100px;
    height: 18px;
    border: 1px solid #CCC;
    padding-left: 5px;
}

.juesefenpei2_seach_but {
    width: 55px;
    height: 24px;
    line-height: 24px;
    color: #9ea7b3;
    cursor: pointer;
    background: #F5F5F5;
    text-align: center;
    border: 1px solid #CCC;
}

    .juesefenpei2_seach_but:hover {
        color: #FFF;
        cursor: pointer;
        background: #F60;
        text-align: center;
        border: 1px solid #F60;
    }

.hxfengpeibaochun {
    margin: 15px;
    margin-top: 0;
}

.juesefenpei2_right1 {
    width: 260px;
}

.juesefenpei2_left_list1 {
    border: 1px solid #ccc;
    width: 100%;
}

    .juesefenpei2_left_list1 ul.hxfpa {
        margin: 0;
        padding: 0px;
        height: auto;
    }

    .juesefenpei2_left_list1 ul li.hxfp {
        text-align: left;
        padding: 8px;
        line-height: 22px;
        height: 22px;
    }

    .juesefenpei2_left_list1 ul li:hover {
        background: #f2f2f4
    }

.hxfp_xgmm {
    padding: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
}

    .hxfp_xgmm ul {
        width: 100%;
        clear: both;
    }

        .hxfp_xgmm ul li.cpdivaa {
            float: left;
            width: 15%;
            text-align: right;
        }

        .hxfp_xgmm ul li.cpdivaa1 {
            text-align: left;
            width: 84%;
            padding-left: 1%;
            float: left;
        }

    .hxfp_xgmm .fenpeihkgs {
        width: 262px;
    }

.xiajiuserlist ul {
    width: 100%;
    clear: both;
    margin-top: 0;
    border-bottom: 1px dashed #CCC;
}

    .xiajiuserlist ul.bBlue3 {
        border-bottom: 0;
    }

    .xiajiuserlist ul li {
        float: left;
        width: 14%;
        text-align: center;
        line-height: 30px;
        margin: 0;
    }

.xiajiuserlist .xiajiuserlistb {
    width: 16%;
}

.xiajiuserlist ul:hover {
    background: #f9fbfc;
}

.fenpeiuser {
    padding: 10px;
    text-align: center;
}

.fenpeihx2 {
    background: #e6e6e6;
}

.hxcp_gdiv {
    padding: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6
}

    .hxcp_gdiv ul {
        height: 35px;
        border-right: 0;
    }

        .hxcp_gdiv ul li {
            float: left;
            width: 20%;
            text-align: right;
            margin: 0;
        }

            .hxcp_gdiv ul li.hxcpdivaa {
                float: left;
                width: 30%;
                text-align: left;
            }

    .hxcp_gdiv ol dd {
        padding-left: 20%;
    }

/* 弹出层样式 */
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
}

.white_content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    border-radius: 3px;
    z-index: 1002;
    overflow: auto;
    padding: 10px;
}

    .white_content span.tanchu_x {
        position: absolute;
        right: 3px;
        top: 4px;
        width: 13px;
        z-index: 10003;
        height: 14px;
        background: url(../Images/secbg.png) no-repeat #FFF;
        background-position: -0px -171px;
        cursor: pointer;
        border-radius: 6px;
        overflow: hidden;
    }

    .white_content span:hover {
        background-position: -15px -171px;
    }

.tanchu_tit {
    background: #F5F5F5;
    /*color: #FFF;*/
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.tanchu_memo {
    border: 1px solid #F5F5F5;
    padding: 10px;
    border-top: 0;
    font-size: 14px;
}

    .tanchu_memo ul {
        clear: both;
        width: 100%;
        height: 40px;
    }

        .tanchu_memo ul li {
            float: left;
            width: 35%;
            line-height: 26px;
            text-align: right;
        }

    .tanchu_memo .tanchu_moa {
        width: 64%;
        padding-left: 1%;
        text-align: left;
    }

.tanchu_memo1 {
    border: 1px solid #0093dd;
    padding: 10px;
    border-top: 0;
    font-size: 14px;
}

    .tanchu_memo1 ul {
        clear: both;
        width: 100%;
        height: 40px;
    }

        .tanchu_memo1 ul li {
            float: left;
            width: 25%;
            line-height: 26px;
            text-align: right;
        }

    .tanchu_memo1 .tanchu_moa {
        width: 74%;
        padding-left: 1%;
        text-align: left;
    }

.tanchu_memob {
    border: 1px solid #0093dd;
    padding: 10px;
    border-top: 0;
    font-size: 14px;
}

    .tanchu_memob ul {
        clear: both;
        width: 100%;
        height: 40px;
    }

        .tanchu_memob ul li {
            float: left;
            width: 35%;
            line-height: 26px;
            text-align: right;
        }

    .tanchu_memob .tanchu_moa {
        width: 64%;
        padding-left: 1%;
        text-align: left;
    }

/*弹窗*/
.fdyyckl {
    width: 70%;
    float: left;
    font-size: 12px;
}

.fyichangt .policy_table td {
    padding: 5px;
    line-height: 20px;
    text-align: center;
}

.policy_table .fdcGray1 {
    background: #f9f9f9;
    font-weight: bold;
    color: #333
}

.fyichangt .policy_table .fdcGray2 td {
    background: #f9f9f9;
    font-weight: bold;
    color: #333
}

.fyitgsm {
    border: 1px solid #eee;
}

    .fyitgsm div {
        padding: 5px;
        text-align: left;
        line-height: 20px;
    }

    .fyitgsm .fyitgsm1 {
        background: #f9f9f9;
        font-weight: bold;
        color: #333
    }

        .fyitgsm .fyitgsm1 a {
            font-weight: 100;
            padding-left: 10px;
            cursor: pointer;
            font-size: 12px;
        }

        .fyitgsm .fyitgsm1 span {
            font-weight: 100;
            padding-left: 10px;
            color: #F82;
            font-size: 12px;
        }

.fyichangt1 {
    border: 1px solid #eee;
}

.fyicjrs {
    background: #f9f9f9;
    padding: 5px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #333
}

.fpolicy_tably {
    border-bottom: 1px solid #eee;
    margin: 5px;
    line-height: 24px;
}

.fdyyckr {
    width: 29%;
    float: right;
    font-size: 12px;
}

.mod-service-norm .fyi3 {
    width: 165px;
    margin-bottom: -1px;
    position: relative;
    height: 24px;
    border: solid 1px #ccc;
    border-bottom: 0;
    background: #f0f4f7;
    line-height: 24px;
    font-weight: 700;
    padding-left: 7px;
    color: #666;
    border-radius: 5px 5px 0 0;
}

.service-cont {
    padding: 7px;
    border: solid 1px #ccc;
}

    .service-cont p {
        color: #ff770d;
    }

        .service-cont p span {
            padding-right: 5px;
            font-family: "simsum";
        }

    .service-cont dd {
        float: left;
        margin-left: 0;
    }

    .service-cont dl {
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 0;
    }

    .service-cont dt {
        padding-left: 60px;
    }

.clrfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    content: ".";
}

.mod-service-norm .fyi31 {
    margin-bottom: -1px;
    position: relative;
    height: 24px;
    border: solid 1px #ccc;
    border-bottom: 0;
    background: #f0f4f7;
    line-height: 24px;
    text-indent: 1em;
    font-weight: 700;
    color: #666;
    border-radius: 5px 5px 0 0;
}

.mod-service-norm .detaiContent1 {
    border: solid 1px #ccc;
    padding: 7px;
}

.tkTlb {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.subInput {
    width: 104px;
    height: 28px;
    background: url(../images/btn.subInput.gif) no-repeat;
    border: 0;
    font: 12px/1.5 arial,tahoma,sans-serif;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin: 10px 10px 0 0;
}

.hide {
    display: none !important;
}

.ttuikxq {
    background-color: #FFFCF0;
    border: 1px #FFCC6F solid;
    padding: 8px;
}

.ttuijd {
    text-align: center;
}

.fyitgsm div.ttuijd {
    text-align: center;
}

.xqAppMenu {
    border: #FC0 solid 1px;
    background-color: #FFFFE1;
    padding: 5px;
}

.ttuizhg {
    line-height: 28px;
}

.lable-title {
    float: left;
    width: 100px;
    text-align: right;
}

.refund-remark {
    width: 100%;
    height: 75px;
    padding: 2px 0;
    border: 1px solid #CCC;
}

.ttuixian {
    border: 1px solid #f5f5f5;
}

.xjpzdht {
    background: #f2f8fb;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
}

.fxjddsb {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.hbcjlei {
    float: left;
    font-weight: 100;
    color: #9ea7b3;
}

    .hbcjlei ul {
        margin-top: 0px;
    }

        .hbcjlei ul li {
            float: left;
            margin-top: 0;
            padding-left: 8px;
        }

    .hbcjlei .jqneaaa {
        margin-top: 5px;
    }

.policy_table .lefttdx {
    text-align: right;
    width: 120px;
    padding-right: 5px;
    font-size: 12px;
}

.jpckys {
    background: #b7aa09;
    padding: 1px 5px 1px 5px;
    font-weight: bold;
    color: #FFF;
    border-radius: 12px;
    margin-right: 6px;
}

.daiyychupiao {
    padding: 15px;
    font-size: 13px;
    padding-top: 0;
}

.select_h222 {
    height: 24px;
    border: 1px #ccc solid;
    width: 48%;
    padding: 0px;
    float: right;
    margin-right: 3%;
}

.select_h223 {
    height: 26px;
    border: 1px #ccc solid;
    width: 45%;
    padding: 5px 0px 3px 0px;
    float: left;
}

/* 机票代运营样式结束 */


/* 机票订单管理样式开始 */
#winpop {
    width: 280px;
    height: 0px;
    position: fixed;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e2e2;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    display: none;
    background: #fff;
}

    #winpop .title {
        width: 100%;
        height: 28px;
        line-height: 28px;
        background: #F00;
        font-weight: bold;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: "microsoft yahei";
    }

    #winpop .con {
        width: 100%;
        line-height: 24px;
        padding-top: 18px;
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 12px;
        color: #666;
        text-decoration: underline;
        text-align: center
    }

        #winpop .con a {
            color: #555;
            display: block;
        }

.close {
    position: absolute;
    right: 6px;
    top: 1px;
    color: #FFF;
    cursor: pointer
}
/*紧急订单标签样式*/
.jj_dingdan {
    padding: 0px 10px 0px 0px;
    color: #fff;
    border-radius: 15px;
    display: block;
    font-family: "microsoft yahei"
}

    .jj_dingdan a {
        color: #fff;
    }

    .jj_dingdan i {
        font-style: normal;
        border-radius: 15px;
        background: #Fff;
        padding: 0px 3px;
        margin-right: 2px;
        color: #f00;
    }

.jj_dingdan_shenhe {
    background: #0093dd;
    width: 70px;
}

.jj_dingdan_weikuan {
    background: #e8503c;
    width: 70px;
}

.jj_dingdan_zhifu {
    background: #F90;
    width: 70px;
}

.jj_dingdan_chutuan {
    background: #53b001;
    width: 70px;
}

.dingdanchaxun {
    background: #f9fbfc;
}
/* 机票订单管理样式结束 */


/*机票参数设置开始*/
.kgxgjbxx ul {
    overflow: hidden;
    line-height: 30px;
    color: #646464;
    padding: 5px;
}

    .kgxgjbxx ul:hover {
        background: #F6F6F6
    }

    .kgxgjbxx ul li {
        width: 145px;
        float: left;
        text-align: right;
    }

        .kgxgjbxx ul li + li {
            width: auto;
            text-align: left;
        }

.newtjb {
    border-top: 1px dashed #CCC;
    padding: 10px;
    padding-left: 155px;
}

.gqgqxx {
    border: 1px solid #CCC;
    border-left: none;
    border-bottom: none;
    width: 660px;
    background: #F6F6F6
}

    .gqgqxx ul {
        width: 100%;
        padding: 0;
    }

        .gqgqxx ul li {
            float: left;
            width: 490px;
            line-height: 40px;
            text-align: left;
            padding-left: 7px;
            border-left: 1px solid #CCC;
            border-bottom: 1px solid #CCC
        }

            .gqgqxx ul li + li {
                width: 100px;
                text-align: center;
                padding-left: 0;
                height: 40px;
            }

            .gqgqxx ul li.gqgqxxa {
                width: 60px;
                text-align: center;
                padding-left: 0;
                height: 40px;
            }

    .gqgqxx ol dd {
        float: left;
        width: 497px;
        line-height: 30px;
        text-align: center;
        border-left: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        margin-left: 0;
    }

        .gqgqxx ol dd + dd {
            width: 100px;
            text-align: center;
            padding-left: 0;
            height: 30px;
        }

        .gqgqxx ol dd.gqgqxxa {
            width: 60px;
            text-align: center;
            padding-left: 0;
            height: 30px;
        }
/*机票参数设置结束*/


/*机票预存款管理开始*/
.yck_xgmm {
    padding: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
}

    .yck_xgmm ul {
        height: 40px;
    }

        .yck_xgmm ul.cpdivab {
            line-height: 40px;
            height: auto;
            clear: both;
            width: 100%;
        }

        .yck_xgmm ul li {
            float: left;
            width: 15%;
            text-align: right;
            margin: 0;
        }

    .yck_xgmm ol dd {
        padding-left: 15%;
        margin: 0;
    }

    .yck_xgmm ul li.cpdivaa {
        float: left;
        width: 200px;
        text-align: left;
    }

    .yck_xgmm ul li.cpdivaa1 {
        text-align: left;
        padding-left: 10px;
    }

    .yck_xgmm ul li.cpdivaa2 {
        text-align: left;
        width: auto
    }

    .yck_xgmm ul li.cpdivaa4 {
        text-align: left;
        width: auto;
        padding-left: 10px;
    }

    .yck_xgmm ul li.cpdivaa3 {
        text-align: left;
        padding-left: 10px;
        color: #666;
    }

        .yck_xgmm ul li.cpdivaa3 span {
            color: #F00;
        }

    .yck_xgmm input[type="text"] {
        height: 26px;
        line-height: 26px;
        border: 1px solid #DBDBDB;
    }

    .yck_xgmm input[type="password"] {
        height: 26px;
        line-height: 26px;
        border: 1px solid #DBDBDB;
    }

.yck_wxts {
    color: #F00;
    padding: 15px;
}

    .yck_wxts span {
        color: #0093dd;
    }

.yckdivc div {
    text-align: center
}
/*机票预存款管理结束*/


/*机票政策管理开始*/
.daorushuju {
    border: 1px solid #e6e6e6;
    background: #fcfcfc url(../Images/ResultBg.gif) no-repeat left center;
    background-position: 10px -656px;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    margin-left: 2px;
    color: #3d3d3d;
    padding-left: 30px
}

.zhengcpldr {
    margin-top: 10px;
    margin-left: 2px;
    line-height: 23px;
}

.zcgl_zcdl {
    float: left;
}

    .zcgl_zcdl input[type=file] {
        height: 30px;
        line-height: 30px;
    }

.btn-submit1 {
    background-color: #009dec;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: hand;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.zcgl_zcdr .btn-submit1:hover {
    background: #0093dd
}

.zjpzdh {
    border: 1px solid #e6e6e6;
}

.zcdaorutit {
    background: #ffffcc;
    padding: 10px;
    padding-left: 15px;
}

.city-table tr td {
    line-height: 20px;
    padding: 0;
}

.w300 {
    width: 304px;
}

.tanchu_citef {
    width: 950px;
}

    .tanchu_citef span {
        float: left;
        width: 50px;
    }

    .tanchu_citef input {
        vertical-align: middle;
        margin-top: auto
    }

    .tanchu_citef label {
        line-height: 30px;
        font-size: 12px;
        font-family: verdana;
        font-weight: 100;
        padding-top: 3px;
    }

.page .fenpeipagel {
    text-align: left;
    float: left;
}

.tanchu_fenpei {
    color: #0093dd;
    border-bottom: 1px dashed #a9a9a9;
    padding-bottom: 10px;
}

.tanchu_citefa {
    ord-break: break-all;
    word-wrap: break-word;
    padding-right: 10px;
}

    .tanchu_citefa span {
        width: 66px;
        float: left;
    }

    .tanchu_citefa input {
        vertical-align: middle;
        margin-top: auto
    }

    .tanchu_citefa label {
        width: 34px;
        line-height: 20px;
        font-family: verdana;
        font-weight: 100;
        padding-right: 2px;
    }

.tanchu_citefb {
    ord-break: break-all;
    word-wrap: break-word;
    padding-right: 10px;
}

    .tanchu_citefb span {
        width: 66px;
        float: left;
    }

    .tanchu_citefb input {
        vertical-align: middle;
        margin-top: auto
    }

    .tanchu_citefb label {
        width: 30px;
        line-height: 20px;
        font-family: verdana;
        font-weight: 100;
    }

.file-select {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.file-input-text {
    width: 250px;
    height: 26px;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.file-input-bun {
    height: 30px;
    width: 50px;
}

.file-select-proxy {
    width: 300px;
    margin-left: -300px;
    height: 22px;
    line-height: 22px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.zcbdlist {
    background: #a8d5ea;
}

.datalist table tr.zcbdlist:hover {
    background: #a8d5ea;
}

.zcbdtanchu table {
    line-height: 35px;
    border-bottom: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
}

    .zcbdtanchu table tr td {
        border: 1px solid #F5F5F5;
        border-bottom: 0;
        border-left: 0;
        padding-left: 5px;
    }

        .zcbdtanchu table tr td table tr td {
            border: 0;
        }

        .zcbdtanchu table tr td table {
            border-left: 0;
            border-bottom: 0;
        }

.zcbdtanchu .zcbdsz {
    color: #CCC;
    padding-left: 5px;
}

.w95px {
    width: 95px;
}

.zcbdtanchu .zcbcangwei {
    line-height: 20px;
}
/*机票政策管理结束*/

/*机票预存款管理开始*/
.tab3_zx {
    width: 600px;
    height: 30px;
    margin: 6px 0;
    float: right;
}

    .tab3_zx ul {
        height: 30px;
    }

        .tab3_zx ul li a {
            text-align: center;
            height: 30px;
            line-height: 30px;
            color: #9ea7b3;
            border-bottom: none;
            padding: 0 25px;
            display: inline-block;
            float: left;
            cursor: pointer;
        }

        .tab3_zx ul li {
            display: block;
            float: right;
            border-right: 3px solid #fafafa;
            height: 30px;
            background: #cecece;
            border-radius: 0 5px 0 0;
        }

            .tab3_zx ul li a:hover {
                background: #0093dd;
                color: #FFF;
                border-radius: 0 5px 0 0;
            }

    .tab3_zx .select a {
        background: #0094dd;
        color: #FFF;
        border-radius: 0 5px 0 0;
    }

    .tab3_zx .add_btn {
        float: right;
    }

        .tab3_zx .add_btn a {
            background: #6bc30d;
            color: #FFF;
            border: none;
        }

            .tab3_zx .add_btn a:hover {
                background: #3b9ce2;
            }

.jpzdht span {
    float: left;
}


.tab3_df {
}

    .tab3_df ul {
        height: 30px;
    }

        .tab3_df ul li a {
            text-align: center;
            height: 30px;
            line-height: 30px;
            color: #9ea7b3;
            border-bottom: none;
            padding: 0 25px;
            display: inline-block;
            float: left;
            cursor: pointer;
        }

        .tab3_df ul li {
            display: block;
            float: left;
            border-right: 3px solid #FFF;
            height: 30px;
            background: #cecece;
            border-radius: 0 5px 0 0;
        }

            .tab3_df ul li a:hover {
                background: #0093dd;
                color: #FFF;
                border-radius: 0 5px 0 0;
            }

    .tab3_df .select a {
        background: #0094dd;
        color: #FFF;
        border-radius: 0 5px 0 0;
    }

.daifeil {
}

    .daifeil ul li {
        border: 1px solid #CCC;
        width: 120px;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
        padding: 5px;
        border-radius: 5px;
        color: #666;
    }

        .daifeil ul li font {
            color: #F00;
        }

        .daifeil ul li.chover {
            background: url(../Images/dingdan/dingdangou.png) no-repeat right bottom;
            border-color: #0093dd;
        }

.user_daorushuju {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    padding: 8px;
    color: #3d3d3d;
    text-align: right;
}

.user_btn-submit1 {
    background-color: #009dec;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: hand;
    padding: 5px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 10px;
}

    .user_btn-submit1:hover {
        background: #0093dd
    }
/*机票预存款管理结束*/

/*报表开始*/
.baobiaodaorutit {
    background: #ffffcc;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-weight: bold;
    color: #333;
}

.baobiaocp_gdiv {
    width: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

    .baobiaocp_gdiv ul {
        height: 35px;
        float: left;
        overflow: hidden;
        width: 310px;
    }

        .baobiaocp_gdiv ul li {
            float: left;
            width: 110px;
            text-align: right;
            margin: 0;
        }

    .baobiaocp_gdiv ol dd {
        width: 100%;
        clear: both;
    }

    .baobiaocp_gdiv ol dd {
        padding-left: 30%;
    }

    .baobiaocp_gdiv ul li.cpdivaa {
        float: left;
        width: 200px;
        text-align: left;
    }

    .baobiaocp_gdiv ul li.cpdivab {
        float: left;
        width: 200px;
        background: url(../Images/cxxian.jpg) no-repeat center center;
        text-align: left;
    }

    .baobiaocp_gdiv ul li .input_h22 {
        height: 22px;
        border: 1px #ccc solid;
        width: 95%;
        padding-left: 3px;
    }

    .baobiaocp_gdiv ul li .input_h22f31 {
        height: 22px;
        border: 1px #ccc solid;
        width: 44%;
        padding-left: 3px;
        float: left;
    }

    .baobiaocp_gdiv ul li .input_h22f32 {
        height: 22px;
        border: 1px #ccc solid;
        width: 44%;
        padding-left: 3px;
        float: right;
        margin-right: 3%;
    }

    .baobiaocp_gdiv ul li .select_h22 {
        height: 26px;
        border: 1px #ccc solid;
        width: 97%;
        padding-left: 3px;
    }

.databaobiao {
    overflow-x: auto;
    min-height: 0%;
    border: 1px solid #e6e6e6;
}

    .databaobiao table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 140%;
        font-size: 12px;
    }

        .databaobiao table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: center;
        }

        .databaobiao table tr td {
            border-bottom: 1px solid #E5E5E5;
            line-height: 28px;
            text-align: center;
        }

        .databaobiao table tr:hover {
            background: #f9fbfc;
        }

        .databaobiao table tr td font {
        }

        .databaobiao table tr td span {
        }

    .databaobiao a {
        cursor: pointer;
    }

    .databaobiao table tr:nth-child(2n) {
        background: #EEEEEE;
    }

.zijinbaobiao {
    overflow-x: auto;
    min-height: 0%;
    border: 1px solid #e6e6e6;
}

    .zijinbaobiao table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        font-size: 12px;
    }

        .zijinbaobiao table tr th {
            background: #F5F5F5;
            line-height: 26px;
            text-align: center;
        }

        .zijinbaobiao table tr td {
            border-bottom: 1px solid #E5E5E5;
            line-height: 28px;
            text-align: center;
        }

        .zijinbaobiao table tr:hover {
            background: #f9fbfc;
        }

        .zijinbaobiao table tr td font {
        }

        .zijinbaobiao table tr td span {
        }

    .zijinbaobiao a {
        cursor: pointer;
    }

    .zijinbaobiao table tr:nth-child(2n) {
        background: #EEEEEE;
    }
/*报表结束*/


/*新增样式*/
/*协调记录页面*/
.xtjpzdh {
    border: 1px solid #F5F5F5;
    border-bottom: 0;
}

.xtnew {
    border: 1px #F5F5F5 solid;
    background: #fcfcfc;
    height: auto
}

.xtnewstjk {
    padding: 10px;
}

.xtnewlei {
    width: 600px;
    height: 100px;
    margin: 0;
    padding: 0;
    float: left;
}

.xtquertj {
    float: left;
    margin-top: 78px;
}
/*查看客服信息页面*/
.kfttuikxq {
    background-color: #FFFCF0;
    border: 1px #FFCC6F solid;
    padding: 12px;
}

    .kfttuikxq ul {
        height: 35px;
        border-bottom: 1px dashed #CCC;
        padding-left: 30px;
    }

        .kfttuikxq ul li {
            float: left;
            width: 470px;
            line-height: 35px;
        }

.kffanhui {
    text-align: center;
    padding-top: 10px;
}

.kfjpzdh {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.kfttuikxq .zbkehum {
    width: 80px;
}

/*航变信息*/
.hbwhite_content {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    border: 3px solid #0CF;
    border-radius: 3px;
    z-index: 1002;
    overflow: auto;
    padding: 10px;
}

    .hbwhite_content span.tanchu_x {
        position: absolute;
        right: 3px;
        top: 4px;
        width: 13px;
        z-index: 10003;
        height: 14px;
        background: url(../Images/secbg.png) no-repeat #FFF;
        background-position: -0px -171px;
        cursor: pointer;
        border-radius: 6px;
        overflow: hidden;
    }

    .hbwhite_content span:hover {
        background-position: -15px -171px;
    }

.hbwxts {
    background: #fbf5df;
    margin-top: 1px;
}

.hbtecer {
    text-align: center;
    margin-top: 15px;
}

.hbinputcss input {
    color: #009eed;
}

.hbbeizu {
    border: 1px solid #F5F5F5;
    border-top: 0;
    padding: 5px;
    background: #f9f9f9;
}

.hbzhifuxzbz {
    background: #FFC;
    padding-left: 20px;
    line-height: 26px;
    height: 26px;
}

.feiyswdingdan {
    position: absolute;
    width: 100px;
    padding: 3px;
    text-align: center;
    background: #FF0;
    border: 1px solid #0096ff;
    line-height: 20px;
}

.zcbdlist {
    background: #a8d5ea;
}

.shuiyingb {
    font-weight: 100;
    color: #F2F0F0;
    font-size: 12px;
    margin-top: -5px;
    -moz-user-select: none;
}

.jisuchupiao_yuding {
    background: #F00;
    color: #FFF;
    font-weight: bold;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.zuyishixiang {
    position: relative;
    float: left;
    font-weight: 100;
    color: #00b578;
    cursor: pointer;
}

.zhifuxmzhuyisx {
    background: #fdfdee;
    border: 1px solid #e6e6e6;
    padding: 5px;
    padding-left: 15px;
    width: 450px;
    color: #333;
    z-index: 90000;
    display: none;
    position: absolute;
    cursor: default;
    line-height: 20px;
}

.zuyishixiang:hover .zhifuxmzhuyisx {
    display: block;
}

.zhifuxmspztishi {
    width: 161px;
    position: absolute;
    text-align: center;
    line-height: 22px;
    margin-top: -10px;
    border: 1px solid #FC3;
    background: #ffffdd;
    color: #F00;
    display: none
}

/*行程单配送*/
.yck_xgmm ul li.cpdivxcd {
    float: left;
    width: 80px;
    text-align: left;
}

.yck_xgmm ul li.cpdivxcd1 {
    float: left;
    width: 360px;
    text-align: left;
}

.tupshengqinxcd {
    padding-left: 3px;
}

.tupshengqinbzxcd {
    padding-left: 5px;
    margin-top: 10px;
}

.radio_input {
    border: none;
    line-height: 30px;
    padding-left: 30px;
}

.xincdchuli {
    text-align: right;
    line-height: 30px;
    padding-right: 90px;
    background-color: #fdffe3;
    border-bottom: 1px solid #F5F5F5
}
/*暂不能出票页面*/
.zbzhilin {
    background: #cdd6df;
    padding: 2px;
    cursor: pointer;
}

.zbsouqzltit {
    background: #0093dd;
    color: #FFF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 18px;
}

.zbsouqzl {
    border: 1px solid #0093dd;
    padding: 10px;
    border-top: 0;
    font-size: 12px;
}

    .zbsouqzl ul {
        clear: both;
        width: 100%;
    }

        .zbsouqzl ul li {
            float: left;
            width: 38%;
            line-height: 26px;
            text-align: right;
        }

    .zbsouqzl .zbsouqzl_moa {
        width: 50%;
        padding-left: 1%;
        text-align: left;
        background: #9ea7b3;
        color: #0f0;
        margin-bottom: 1px;
    }

    .zbsouqzl .zbsouqzl_pnr {
        width: 50%;
        padding-left: 1%;
    }

    .zbsouqzl .zbsouqzl_mob {
        width: 11%;
        text-align: center;
    }

    .zbsouqzl ol {
        clear: both;
        width: 100%;
    }

        .zbsouqzl ol dd {
            text-align: center;
            padding: 10px;
            padding-right: 65px;
            padding-bottom: 0;
        }

.zbtijiaocl {
    width: 98%;
    height: 60px;
}

/*暂不能弹窗开始*/
.mc_hbwhite_content {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    border: 3px solid #0093dd;
    border-radius: 3px;
    z-index: 1002;
    overflow: auto;
}

    .mc_hbwhite_content span.tanchu_x {
        position: absolute;
        right: 3px;
        top: 4px;
        width: 13px;
        z-index: 10003;
        height: 14px;
        background: url(../Images/secbg.png) no-repeat #FFF;
        background-position: -0px -171px;
        cursor: pointer;
        border-radius: 6px;
        overflow: hidden;
    }

.mc_zanblbian {
    padding: 15px;
}

.mc_hbwhite_content span:hover {
    background-position: -15px -171px;
}

.mc_zanblcptit {
    background: #0093dd;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    color: #Fe0;
    font-size: 14px;
    font-weight: bold;
}

.mc_zanblcpjs {
    border-bottom: 1px solid #999;
    height: 25px;
}

.mc_zanblcpjs {
    height: 25px;
}

    .mc_zanblcpjs ul li {
        float: left;
        height: 25px;
        width: 96px;
        text-align: center;
        cursor: pointer;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #FFF;
    }

    .mc_zanblcpjs .mc_zanblcpjsa {
        background-color: #18B7F9;
        color: #FFF;
    }

.mc_zanblmemo {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
}

    .mc_zanblmemo ul li {
        float: left;
        width: 172px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .mc_zanblmemo ul li.mc_zanblmemo2 {
            border-bottom: 1px dashed #CCC;
            height: 1px;
            width: 688px;
        }

    .mc_zanblmemo .mc_zanblmemo1 {
        width: 344px;
    }

        .mc_zanblmemo .mc_zanblmemo1 input[type="text"] {
            width: 100px;
            float: none;
            margin-left: 5px;
        }
/*以下可替换-供应暂不能弹窗*/
.mc_zanblbian div label {
    line-height: 30px;
    padding-right: 10px;
}

.mc_hbtecer {
    margin-top: 15px;
}
/*暂不能弹窗结束*/
/* 上下政策弹框按钮 */
.carrier-table label {
    display: inline-block;
    width: 60px;
}

/*头部顶部页面样式*/
.jp_topkf {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FAFAFA;
    height: 22px;
    overflow: hidden;
}

    .jp_topkf div {
        width: 82px;
        position: absolute;
        border: 1px solid #CCCCCC;
        border-top: none;
        z-index: 500;
        background: #FFF;
        display: none;
        margin-top: -3px;
        margin-left: 153px;
        text-align: center;
        line-height: 30px;
    }

    .jp_topkf:hover {
        border: 1px solid #CCC;
        border-bottom: none;
    }

        .jp_topkf:hover div {
            display: block;
        }

    .jp_topkf div ul li:hover {
        background: #E7F9FE;
    }

.jp_topdx {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FAFAFA;
    height: 22px;
    overflow: hidden;
}

    .jp_topdx div {
        width: 86px;
        position: absolute;
        border: 1px solid #CCCCCC;
        border-top: none;
        z-index: 500;
        background: #FFF;
        display: none;
        margin-top: -3px;
        margin-left: 65px;
        text-align: center;
        line-height: 30px;
    }

    .jp_topdx:hover {
        border: 1px solid #CCC;
        border-bottom: none;
    }

        .jp_topdx:hover div {
            display: block;
        }

    .jp_topdx div ul li:hover {
        background: #E7F9FE;
    }

.liuya_t tr td {
    padding: 8px;
}
/*头部顶页面样式结束*

/*欢迎页短信功能*/
.biaoti_blue {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid #07b416;
    background: #F1FAF9;
    padding-left: 15px;
}

.table_border {
    border-collapse: collapse;
}

    .table_border td {
        border: 1px solid #eaeaea;
        padding: 3px;
    }

.table_czjl {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.table_duanxincz {
    padding: 10px;
    font-size: 14px;
}

    .table_duanxincz font {
    }

        .table_duanxincz font span {
            color: #F00;
            font-weight: bold;
        }

.duanxinbiank {
    background: #fcfcfc
}

.duanxwhite_content {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    border: 6px solid #d2d2d2;
    border-radius: 3px;
    z-index: 1002;
    overflow: auto;
}

    .duanxwhite_content span.tanchu_x {
        position: absolute;
        right: 3px;
        top: 4px;
        width: 13px;
        z-index: 10003;
        height: 14px;
        background: url(../Images/secbg.png) no-repeat #FFF;
        background-position: -0px -171px;
        cursor: pointer;
        border-radius: 6px;
        overflow: hidden;
    }

    .duanxwhite_content span:hover {
        background-position: -15px -171px;
    }

.duanxin_tit {
    background: #F2F2F2;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

    .duanxin_tit font {
        font-size: 12px;
        font-weight: 100;
        padding-left: 10px;
    }

.duanxin_memo table {
    padding: 10px;
}

    .duanxin_memo table tr td {
        line-height: 40px;
        color: #333;
    }

    .duanxin_memo table tr.duanxin_memod td {
        line-height: 26px;
    }

.duanxin_memo textarea {
    border: 1px solid #CCC;
    width: 100px;
}

.duanxin_memo textarea {
    border: 1px solid #CCC;
    height: 100px;
    width: 94%;
    margin-top: 10px;
    margin-bottom: 0;
}

.duanxin_memo table tr td div {
    width: 94%;
    text-align: right;
    line-height: 20px;
    margin-bottom: 10px;
}

.duanxin_memo table tr td span {
    float: left;
    line-height: 20px;
}

.divset-info li {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .divset-info li .set-name {
        text-align: right;
        color: #646464;
        line-height: 26px;
        font-size: 12px;
        padding-right: 10px;
        width: 100px;
        display: inline-block;
        float: left;
    }

    .divset-info li div {
        width: 500px;
        line-height: 20px;
        display: inline-block;
    }

        .divset-info li div em {
            color: #bebebe;
            font-style: normal;
            margin-left: 5px;
        }

.duanxinzbsouqzl ul li {
    float: left;
    padding: 8px 0 8px 8px;
}

    .duanxinzbsouqzl ul li.zbsouqzl_pnr {
        width: 280px;
    }

.duanxinmrttuigqa {
    background-color: #FFFCF0;
    padding: 8px;
    padding-left: 15px;
    border: 1px #FFCC6F solid;
    margin-top: 10px;
}

.duanxin_memo {
    border: 1px solid #0093dd;
}
/*新短信模版增加样式*/
.duanxin-input {
    height: 22px;
    border: 1px #ccc solid;
    width: 260px;
    padding-left: 3px;
}
/*新短信模版增加样式*/

/*欢迎页页面结束*/

/*公务员开始*/
.gwyzhifuchengke ul {
    height: 40px;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.gwyzhifuchengke .input_name {
    width: 95%;
    border-radius: 1px;
    border: 1px solid #dddddd;
    padding-left: 5px;
    height: 21px;
    line-height: 21px;
}

.gwyzhifuchengke .input_name2 {
    width: 95%;
    min-width: 195px;
    border-radius: 1px;
    border: 1px solid #dddddd;
    padding-left: 5px;
    height: 21px;
    line-height: 21px;
}

.gwyzhifuchengke .input_name1 {
    width: 95%;
    border-radius: 1px;
    border: 1px solid #dddddd;
    height: 21px;
    line-height: 21px;
}

.gwyzhifuchengke .select_type {
    width: 95%;
    border-radius: 1px;
    border: 1px solid #dddddd;
}

.gwyzhifuchengke .select_type1 {
    width: 95%;
    max-width: 70px;
    border-radius: 1px;
    border: 1px solid #dddddd;
}

.gwyzhifuchengke .bBlue3 {
    background: #f7fafd;
}

.gwyzhifuchengke ul li {
    float: left;
    line-height: 40px;
}

.gwyzhifuchengke .crk1 {
    width: 5%;
    min-width: 60px;
    text-align: right;
}

.gwyzhifuchengke .crk11 {
    width: 5%;
    min-width: 60px;
    text-align: center;
}

.gwyzhifuchengke .crk2 {
    width: 10%;
    min-width: 85px;
}

.gwyzhifuchengke .crk4 {
    width: 10%;
    min-width: 90px;
}

.gwyzhifuchengke .crk5 {
    width: 20%;
    min-width: 180px;
}

.gwyzhifuchengke .crk7 {
    width: 12%;
    min-width: 120px;
}

.gwyzhifuchengke .crk8 {
    width: 10%;
    min-width: 95px;
}
/*公务员结束*/

/*预订页-常旅客显示*/
.bdsug {
    position: absolute;
    z-index: 1;
    width: 138px;
    display: none;
    margin-top: -5px;
    background: #fff;
    border: 1px solid #ccc;
}

    .bdsug ul {
        overflow: auto;
        height: auto;
        padding-left: 8px;
    }

        .bdsug ul li {
            color: #9ea7b3;
            float: none;
            font: 13px arial;
            line-height: 22px;
            width: 100%;
            cursor: default;
        }
/*预订页-常旅客显示结束*/
