@charset "UTF-8";
.section-first {
    height: 450px;
    position: relative;
}

.fullSlide {
    position: relative;
    width: 100%;
}

.fullSlide .bd {
    position: relative;
    height: 450px;
}

.fullSlide .bd li {
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
}

.fullSlide .bd a {
    display: block;
    height: 450px;
}

.fullSlide .hd {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.fullSlide .hd ul {
    padding: 10px 0;
    line-height: 12px;
    overflow: hidden;
}

.fullSlide .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 100px;
    background: #f8f8f8;
    margin: 0 6px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    opacity: .6;
}

.fullSlide .hd .on {
    opacity: 1;
}

.search-index {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -595px;
    z-index: 100;
    width: 510px;
    height: 350px;
    background: #fff;
}

.search-index .search-side {
    float: left;
    width: 100px;
}

.search-index .search-side li {
    background: #3B99FC;
    border-bottom: 1px solid #86bffb;
    height: 116px;
}

.search-index .search-side li:last-child,
.search-index .search-side li.last {
    border-bottom: none;
    height: 118px;
}

.search-index .search-side li:last-child a,
.search-index .search-side li.last a {
    height: 118px;
    line-height: 118px;
}

.search-index .search-side a {
    display: block;
    height: 115px;
    line-height: 115px;
    color: #fff;
    border-left: 3px solid #3B99FC;
    font-size: 16px;
}

.search-index .search-side .active a {
    background: #fff;
    color: #3B99FC;
}

.search-index .search-side .icon {
    float: left;
    font-size: 18px;
    width: 28px;
    text-align: center;
}

.search-index .search-side .icon-huiyuan,
.search-index .search-side .icon-huochepiao,
.search-index .search-side .icon-cycx {
    font-size: 22px;
}

.search-index .search-main {
    float: left;
    width: 410px;
    height: 350px;
}

.search-index .search-main-item {
    padding: 32px 25px 0 25px;
    height: 100%;
}

.search-index .search-tab-hd {
    height: 34px;
    border-bottom: 2px solid #DEDEDE;
}

.search-index .search-tab-hd ul {
    *zoom: 1;
}

.search-index .search-tab-hd ul:before,
.search-index .search-tab-hd ul:after {
    content: "";
    display: table;
}

.search-index .search-tab-hd ul:after {
    clear: both;
    overflow: hidden;
}

.search-index .search-tab-hd li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.search-index .search-tab-hd .active a {
    color: #3B99FC;
}

.search-index .search-tab-hd .active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3B99FC;
}

.search-index .search-tab-hd a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #999;
}

.search-index .search-tab-hd a .icon {
    margin-right: 5px;
}

.search-index .search-tab-hd-2 li {
    width: 50%;
}

.search-index .search-tab-item {
    padding-top: 10px;
    display: none;
}

.search-index .search-form .form-item-group {
    position: relative;
}

.search-index .search-form .form-item-group .city-change {
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 60px;
    border: 1px solid #DEDEDE;
    border-left: none;
}

.search-index .search-form .form-item-group .city-change .icon {
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -12px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background: #ff8201;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.search-index .search-form .form-item {
    *zoom: 1;
    line-height: 30px;
    margin-top: 16px;
}

.search-index .search-form .form-item:before,
.search-index .search-form .form-item:after {
    content: "";
    display: table;
}

.search-index .search-form .form-item:after {
    clear: both;
    overflow: hidden;
}

.search-index .search-form .form-item-check {
    margin-top: 5px;
}

.search-index .search-form .form-item-btn {
    margin-top: 10px;
}

.search-index .search-form .check-list-right li {
    margin-right: 60px;
}

.search-index .search-form .form-label {
    float: left;
    width: 75px;
    padding-right: 10px;
    text-align: right;
}

.search-index .search-form .form-label .required {
    margin-right: 3px;
}

.search-index .search-form .form-bd {
    margin-left: 75px;
}

.search-index .search-form .input-box {
    width: 265px;
}

.search-index .search-form .form-code .input-box {
    float: left;
    width: 160px;
    margin-right: 10px;
}

.search-index .search-form .form-code .code-pic {
    float: left;
    border: 1px solid #DEDEDE;
    width: 95px;
}

.search-index .search-form .form-code .code-pic img {
    display: block;
    width: 93px;
    height: 28px;
    cursor: pointer;
}

.search-index .search-history {
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
}

.search-index .search-history-bd {
    width: 300px;
    float: left;
}

.search-index .search-history-bd .history-prev,
.search-index .search-history-bd .history-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #999;
}

.search-index .search-history-bd .history-prev:hover,
.search-index .search-history-bd .history-next:hover {
    color: #3B99FC;
}

.search-index .search-history-bd .history-prev {
    float: left;
}

.search-index .search-history-bd .history-next {
    float: right;
}

.search-index .search-history-bd .history-list-wrap {
    margin: 0 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.search-index .search-history-bd .history-list {
    width: 10000px;
    height: 20px;
    overflow: hidden;
}

.search-index .search-history-bd .history-list li {
    margin-right: 20px;
    cursor: pointer;
    color: #999;
}

.search-index .search-history-bd .history-list li:hover {
    color: #3B99FC;
}

.search-index .search-history-btn {
    float: right;
    width: 60px;
    text-align: right;
}

.search-index .search-history-btn a {
    color: #999;
}

.search-index .search-history-btn a:hover {
    color: #3B99FC;
}

.service-list {
    *zoom: 1;
}

.service-list:before,
.service-list:after {
    content: "";
    display: table;
}

.service-list:after {
    clear: both;
    overflow: hidden;
}

.service-list li {
    float: left;
    width: 14.2%;
    height: 136px;
    padding: 35px 0;
    line-height: 20px;
    text-align: center;
    background-image: url(../images/line01.png);
    background-image: -webkit-image-set(url(../images/line01.png) 1x, url(../images/line01@2x.png) 2x);
    background-image: image-set(url(../images/line01.png) 1x, url(../images/line01@2x.png) 2x);
    background-position: right center;
    background-repeat: no-repeat;
}

.service-list li a {
    display: block;
    height: 66px;
    -webkit-transition: .3s linear color;
    transition: .3s linear color;
}

.service-list li:hover .service-icon {
    opacity: .8;
}

.service-list .last {
    background: none;
}

.service-list .service-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
    background-image: url(../images/service.png);
    background-image: -webkit-image-set(url(../images/service.png) 1x, url(../images/service@2x.png) 2x);
    background-image: image-set(url(../images/service.png) 1x, url(../images/service@2x.png) 2x);
}

.service-list .ico-s1 {
    background-position: 0 0;
}

.service-list .ico-s2 {
    background-position: 0 -40px;
}

.service-list .ico-s3 {
    background-position: 0 -80px;
}

.service-list .ico-s4 {
    background-position: 0 -120px;
}

.service-list .ico-s5 {
    background-position: 0 -160px;
}

.service-list .ico-s6 {
    background-position: 0 -200px;
}

.service-list .ico-s7 {
    background-position: 0 -240px;
}

.service-list .ico-s8 {
    background-position: 0 -280px;
}

.service-list .ico-s9 {
    background-position: 0 -320px;
}

.service-lg {
    overflow: hidden;
}

.service-lg .service-lg-list {
    margin-right: -10px;
    *zoom: 1;
}

.service-lg .service-lg-list:before,
.service-lg .service-lg-list:after {
    content: "";
    display: table;
}

.service-lg .service-lg-list:after {
    clear: both;
    overflow: hidden;
}

.service-lg li {
    float: left;
    width: 590px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-lg li img {
    display: block;
    width: 590px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.service-lg li img:hover {
    opacity: .8;
}

.service-sm {
    margin-top: 40px;
    overflow: hidden;
}

.service-sm .service-sm-list {
    margin-right: -10px;
    *zoom: 1;
}

.service-sm .service-sm-list:before,
.service-sm .service-sm-list:after {
    content: "";
    display: table;
}

.service-sm .service-sm-list:after {
    clear: both;
    overflow: hidden;
}

.service-sm li {
    float: left;
    width: 290px;
    margin-right: 10px;
}

.service-sm a {
    display: block;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.service-sm a:hover img {
    opacity: .9;
}

.service-sm a:hover .icon {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.service-sm .service-pic img {
    display: block;
    width: 288px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.service-sm .service-info {
    padding: 10px;
    height: 88px;
    position: relative;
}

.service-sm .service-info .icon {
    position: absolute;
    right: 10px;
    top: 48px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #ff8201;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.service-sm .service-name {
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-sm .service-txt {
    height: 22px;
    line-height: 22px;
    color: #999;
    margin-right: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-train {
    overflow: hidden;
}

.travel-train .travel-train-list {
    *zoom: 1;
    margin-right: -10px;
}

.travel-train .travel-train-list:before,
.travel-train .travel-train-list:after {
    content: "";
    display: table;
}

.travel-train .travel-train-list:after {
    clear: both;
    overflow: hidden;
}

.travel-train li {
    float: left;
    width: 290px;
    margin: 10px 10px 0 0;
}

.travel-train a {
    display: block;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.travel-train a:hover img {
    opacity: .9;
}

.travel-train .travel-pic img {
    display: block;
    width: 288px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.travel-train .travel-info {
    padding: 10px;
}

.travel-train .travel-name {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-train .txt-price {
    font-size: 20px;
}

.travel-train .txt-price .rmb {
    font-size: 14px;
    margin-right: 6px;
}

.travel-train .travel-tips {
    float: right;
    height: 22px;
    line-height: 20px;
    border: 1px solid #3B99FC;
    color: #3B99FC;
    padding: 0 3px;
    margin-top: 4px;
    font-size: 12px;
}

.news-tab {
    margin-top: 40px;
}

.news-tab .tab-hd {
    height: 40px;
    overflow: hidden;
}

.news-tab .tab-hd ul {
    margin-right: -10px;
}

.news-tab .tab-hd li {
    float: left;
    margin-right: 10px;
}

.news-tab .tab-hd li.active a {
    background: #3B99FC;
    color: #fff;
}

.news-tab .tab-hd a {
    display: block;
    width: 390px;
    height: 40px;
    line-height: 40px;
    background: #efeff4;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.news-tab .tab-bd {
    border: 1px solid #DEDEDE;
}

.news-tab .tab-item {
    padding: 20px;
    display: none;
}

.news-index {
    overflow: hidden;
}

.news-index .news-index-list {
    *zoom: 1;
    margin-right: -60px;
}

.news-index .news-index-list:before,
.news-index .news-index-list:after {
    content: "";
    display: table;
}

.news-index .news-index-list:after {
    clear: both;
    overflow: hidden;
}

.news-index li {
    float: left;
    width: 544px;
    margin-right: 60px;
    height: 36px;
    line-height: 36px;
}

.news-index li:before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    background: #3B99FC;
    margin: 15px 20px 0 0;
}

.news-index .news-tit {
    float: left;
    height: 36px;
    line-height: 36px;
    max-width: 460px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-index .news-time {
    float: right;
    color: #999;
    font-size: 12px;
}

.news-index .news-more {
    line-height: 36px;
    text-align: right;
}

.news-index .news-more a {
    color: #999;
}

.news-index .news-more a:hover {
    color: #3B99FC;
}

.discredit-list-box {
    *zoom: 1;
}

.discredit-list-box:before,
.discredit-list-box:after {
    content: "";
    display: table;
}

.discredit-list-box:after {
    clear: both;
    overflow: hidden;
}

.discredit-list {
    width: 544px;
    text-align: center;
}

.discredit-list dt {
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    border-bottom: 2px solid #DEDEDE;
    margin-bottom: 5px;
}

.discredit-list dt i {
    font-size: 24px;
    color: #7DBBFC;
    margin-right: 18px;
}

.discredit-list .dis-item {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
    padding: 0 60px;
}

.discredit-list .dis-item:before {
    content: "";
    width: 6px;
    height: 6px;
    float: left;
    margin: 13px 20px 0 0;
    background: #348ff3;
}

.discredit-list .dis-item .person-name {
    float: left;
    width: 230px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discredit-list .dis-item .person-card {
    float: right;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discredit-list .more {
    text-align: right;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    position: relative;
    padding-right: 60px;
}

.discredit-list .more a {
    color: #999;
}

.discredit-list .more a:hover {
    color: #3B99FC;
}

@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #3B99FC;
}

a:active,
a:focus,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
}

a.txt-primary:hover {
    text-decoration: underline;
}

label {
    font-weight: 400;
}

fieldset,
img {
    border: 0;
}

html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

del {
    text-decoration: line-through;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

audio,
video {
    display: inline-block;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

td {
    word-break: break-all;
    word-wrap: break-word;
}

textarea {
    resize: none;
}

iframe {
    display: block;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear {
    clear: both;
}

.icon {
    vertical-align: -1px;
}

body {
    min-width: 1200px;
}

*,
*:before,
*:after {
    -wekbit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-selection {
    color: #fff;
    background: #3B99FC;
}

::-moz-selection {
    color: #fff;
    background: #3B99FC;
}

::selection {
    color: #fff;
    background: #3B99FC;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.btn {
    display: inline-block;
    font-size: 14px;
    color: #333;
    min-width: 80px;
    height: 30px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn:hover {
    color: #ff8201;
    border-color: #ff8201;
}

.btn.btn-default {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.btn.btn-default:hover {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color: #333;
}

.btn.btn-primary,
.pagination .page-skip .btn {
    background: #ff8201;
    color: #fff;
    border-color: #ff8201;
}

.btn.btn-primary:hover,
.pagination .page-skip .btn:hover {
    background: rgba(255, 130, 1, 0.8);
    border-color: rgba(255, 130, 1, 0.8);
}

.btn.btn-secondary {
    background: #3B99FC;
    color: #fff;
    border-color: #3B99FC;
}

.btn.btn-secondary:hover {
    background: #2477E3;
    border-color: #2477E3;
}

.btn.btn-disabled {
    background: #eaeded;
    color: #999;
    border-color: #eaeded;
    cursor: not-allowed;
}

.btn.btn-disabled:hover {
    background: #eaeded;
    border-color: #eaeded;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-success {
    background: #00CC0C;
    color: #fff;
    border-color: #00CC0C;
}

.btn.btn-success:hover {
    background: rgba(0, 204, 12, 0.8);
    border-color: rgba(0, 204, 12, 0.8);
}

.btn.btn-warning {
    background: #F6BA29;
    color: #fff;
    border-color: #F6BA29;
}

.btn.btn-warning:hover {
    background: rgba(246, 186, 41, 0.8);
    border-color: rgba(246, 186, 41, 0.8);
}

.btn.btn-danger {
    background: #FF4646;
    color: #fff;
    border-color: #FF4646;
}

.btn.btn-danger:hover {
    background: rgba(255, 70, 70, 0.8);
    border-color: rgba(255, 70, 70, 0.8);
}

.btn.btn-sm {
    min-width: 60px;
    height: 24px;
    padding: 1px 10px;
}

.btn.btn-sm.btn-radius {
    border-radius: 12px;
}

.btn.btn-lg {
    height: 36px;
    padding: 7px 10px;
}

.btn.btn-lg.btn-radius {
    border-radius: 18px;
}

.btn.form-block {
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
}

.btn.btn-radius {
    border-radius: 15px;
}

.btn-left {
    text-align: left;
    font-size: 0;
}

.btn-left a {
    margin-right: 10px;
}

.btn-right {
    text-align: right;
    font-size: 0;
}

.btn-right a {
    margin-left: 10px;
}

.btn-center {
    text-align: center;
    font-size: 0;
}

.btn-center a {
    margin: 0 5px;
}

.select {
    min-width: 80px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    color: #333;
    text-indent: 0;
    text-align: left;
    outline: none;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.select:focus,
.select.focus {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

select::-ms-expand {
    display: none;
}

.input-box {
    display: inline-block;
    position: relative;
}

.input-box .input,
.input-box .textarea {
    width: 100%;
    vertical-align: top;
}

.input-box .select {
    width: 100%;
    vertical-align: top;
}

.input-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #DCDCDC;
    cursor: pointer;
    font-size: 18px;
}

.input-box .icon:hover {
    color: #3B99FC;
}

.input-box .input-scale {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    background: #fff;
    width: 240px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #3B99FC;
    padding: 0 10px;
    font-size: 16px;
    color: #3B99FC;
    -webkit-box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
    box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
    z-index: 10;
    display: none;
}

.input-city .input,
.input-city .textarea,
.input-date .input,
.input-date .textarea {
    padding-right: 30px;
}

.input,
.textarea {
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    color: #333;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.input:focus,
.textarea:focus,
.input.focus,
.focus.textarea {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

.input.input-sm,
.input-sm.textarea {
    height: 24px;
    padding: 1px 10px;
}

.input.input-lg,
.input-lg.textarea {
    height: 36px;
    padding: 7px 10px;
}

.input.input-error,
.input-error.textarea {
    border-color: #E12525;
    color: #E12525;
}

.textarea {
    height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-block {
    display: block;
    width: 100% !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.icheckbox,
.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
}

.icheckbox.checked {
    background-position: -32px 0;
    -webkit-animation: scale-spring .2s;
    animation: scale-spring .2s;
}

.icheckbox.disabled {
    background-position: -16px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -48px 0;
    cursor: default;
}

.iradio {
    background-position: -64px 0;
}

.iradio.checked {
    background-position: -96px 0;
    -webkit-animation: scale-spring .2s;
    animation: scale-spring .2s;
}

.iradio.disabled {
    background-position: -80px 0;
    cursor: default;
}

.iradio.checked.disabled {
    background-position: -112px 0;
    cursor: default;
}

.check-inline {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.check-inline .iradio,
.check-inline .icheckbox {
    float: left;
    margin-left: -20px;
    margin-top: 7px;
}

.check-inline+.check-inline {
    margin-left: 10px;
}

input[type="file"] {
    display: block;
}

.file {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 100px;
}

.check-list {
    *zoom: 1;
}

.check-list:before,
.check-list:after {
    content: "";
    display: table;
}

.check-list:after {
    clear: both;
    overflow: hidden;
}

.check-list li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.check-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
}

.check-list .active i {
    background-position: -16px 0;
    -webkit-animation: .3s scale-spring;
    animation: .3s scale-spring;
}

.check-list-right li i {
    margin-right: 0;
    margin-left: 10px;
}

.radio-list {
    *zoom: 1;
}

.radio-list:before,
.radio-list:after {
    content: "";
    display: table;
}

.radio-list:after {
    clear: both;
    overflow: hidden;
}

.radio-list li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.radio-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-position: -32px 0;
}

.radio-list .active i {
    background-position: -48px 0;
    -webkit-animation: .3s scale-spring;
    animation: .3s scale-spring;
}

.ml {
    margin-left: 10px !important;
}

.ml-sm {
    margin-left: 5px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.mr {
    margin-right: 10px !important;
}

.mr-sm {
    margin-right: 5px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mt {
    margin-top: 10px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-sm {
    margin-top: 5px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-mlg {
    margin-top: 40px !important;
}

.mb {
    margin-bottom: 10px !important;
}

.mb-sm {
    margin-bottom: 5px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.txt-default {
    color: #333 !important;
}

.txt-primary {
    color: #3B99FC !important;
}

.txt-num {
    color: #ff8201 !important;
}

.txt-light,
.txt-tips {
    color: #666 !important;
}

.txt-lighter {
    color: #999 !important;
}

.txt-lightest {
    color: #fff !important;
}

.txt-success {
    color: #00CC0C !important;
}

.txt-error {
    color: #E12525 !important;
}

.txt-warning {
    color: #F6BA29 !important;
}

.txt-danger {
    color: #FF4646 !important;
}

.txt-disabled {
    color: #eaeded !important;
}

.txt-price {
    color: #ff8201 !important;
}

.txt-second {
    color: #ff8201 !important;
}

.txt-lg {
    font-size: 16px !important;
}

.txt-mlg {
    font-size: 18px !important;
}

.txt-blg {
    font-size: 20px !important;
}

.txt-sm {
    font-size: 12px !important;
}

.txt-md {
    font-size: 14px !important;
}

.txt-bold,
.txt-700 {
    font-weight: 700;
}

.txt-400 {
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: underline;
}

.text-indent {
    text-indent: 2em;
}

.required {
    color: #f00;
    font-weight: 400;
}

.lineheight-lg {
    line-height: 30px;
}

.wrapper {
    width: 1200px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #DEDEDE transparent transparent transparent;
    border-bottom: none;
}

.img-scale {
    overflow: hidden;
}

.img-scale img {
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.img-scale img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.section {
    padding-top: 10px;
}

.section .section-hd {
    height: 40px;
    border-bottom: 2px solid #DEDEDE;
}

.section .section-hd .more {
    float: right;
    line-height: 38px;
    color: #999;
}

.section .section-hd .more:hover {
    color: #3B99FC;
}

.section .section-tit {
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    color: #3B99FC;
    padding: 0 4px;
}

.section .section-tit:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3B99FC;
}

.txt-price {
    color: #ff8201;
}

.txt-price .rmb {
    font-style: normal;
}

.gototop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s linear opacity;
    transition: 1s linear opacity;
}

.gototop a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #EFEFEF;
}

.gototop .icon {
    font-size: 20px;
    color: #666;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 5000;
}

.modal {
    position: absolute;
    z-index: 6000;
    display: none;
    width: 440px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal .modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
}

.modal .modal-hd {
    height: 40px;
    background: #3B99FC;
}

.modal .modal-tit {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.modal .modal-bd {
    padding: 20px;
}

.modal .modal-ft {
    padding: 0 20px 20px 20px;
    font-size: 0;
    text-align: center;
}

.modal .modal-ft .btn {
    margin: 0 5px;
}

.modal .modal-ft-tips {
    background: #F8F8F8;
    padding: 15px 20px;
    color: #666;
}

.message {
    padding: 0 20px 0 60px;
    position: relative;
}

.message .msg-ico {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    margin-left: -45px;
}

.message .msg-ico .icon {
    font-size: 30px;
}

.message .msg-ico img {
    display: block;
    width: 30px;
    height: 30px;
}

.message .msg-ico .icon-doubt {
    color: #F6BA29;
}

.message .msg-ico .icon-success {
    color: #00CC0C;
}

.message .msg-ico .icon-error {
    color: #E12525;
}

.message .msg-ico .icon-plaint-fill {
    color: #3B99FC;
}

.message .msg-tit {
    line-height: 30px;
    font-size: 16px;
}

.message .msg-info {
    line-height: 20px;
    color: #666;
}

.box-result {
    border: 1px solid #3B99FC;
    padding: 20px;
}

.box-result .result-bd {
    margin: 0 200px;
}

.box-result .btn-group-center {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #DEDEDE;
}

.result-bd {
    padding-left: 90px;
    position: relative;
    _height: 45px;
    min-height: 45px;
    line-height: 20px;
    padding-top: 5px;
}

.result-bd .result-img {
    position: absolute;
    top: 0;
    left: 0;
}

.result-bd .result-tit {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
}

.result-bd-mini {
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-bd-mini .result-tit {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.breadcrumb {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 12px;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #666;
}

.breadcrumb .active {
    color: #3B99FC;
}

.breadcrumb .sep {
    font-family: "5B8B\4F53";
    margin: 0 3px;
}

.main-panel {
    border-top: 0;
    position: relative;
}

.main-panel .panel-hd {
    height: 40px;
    line-height: 40px;
    background: #3B99FC;
    padding: 0 20px;
    color: #fff;
}

.main-panel .panel-bd {
    border: 1px solid #DEDEDE;
    padding: 20px 19px;
}

.main-panel .panel-sub-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.main-panel .panel-bd-bg {
    background: #FCFCFC;
    border: none;
}

.panel-border {
    border: 1px solid #DEDEDE;
    padding: 20px;
}

.panel-border.border-transparent {
    border-color: transparent;
}

.search-box {
    background: #f8f8f8;
    border-radius: 1px;
    padding: 0px 20px 20px;
    border: 1px solid #DEDEDE;
}

.search-box .form-label {
    float: left;
    width: 75px;
    padding-right: 10px;
    text-align: right;
}

.search-box .form-label .required {
    margin-right: 3px;
}

.search-box-list {
    *zoom: 1;
}

.search-box-list:before,
.search-box-list:after {
    content: "";
    display: table;
}

.search-box-list:after {
    clear: both;
    overflow: hidden;
}

.search-box-list li {
    float: left;
    margin: 20px 10px 0 0;
}

.search-box-list .form-label {
    line-height: 30px;
}

.search-box-list .btn {
    min-width: 100px;
    vertical-align: top;
}

.result-none {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.result-none .result-pic {
    width: 240px;
    height: 144px;
    vertical-align: top;
}

.result-none .result-txt {
    font-size: 18px;
    color: #999;
    margin-top: 30px;
    line-height: 24px;
}

.article-box {
    padding: 0 65px;
}

.article-box .title {
    line-height: 34px;
    margin: 0px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.article-box .para-sub-title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.article-box .para-sub-title:before {
    content: "";
    float: left;
    width: 3px;
    height: 16px;
    background: #3B99FC;
    margin: 9px 10px 0 0;
}

.article-box .para-box {
    margin-top: 20px;
    line-height: 22px;
}

.article-box .img-box {
    text-align: center;
    margin-top: 30px;
}

.article-box .img-box img {
    max-width: 100%;
}

.fixed-right {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -170px;
    z-index: 1100;
}

.fixed-right-menu {
    width: 50px;
}

.fixed-right-menu .menu-item {
    margin-bottom: 5px;
    background: #EFEFEF;
    text-align: center;
    width: 50px;
    position: relative;
}

.fixed-right-menu .menu-item:hover .menu-code {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.fixed-right-menu .menu-item .menu-hd {
    text-align: center;
    display: block;
    padding: 10px;
    color: #666;
}

.fixed-right-menu .menu-item .menu-hd:hover {
    color: #3B99FC;
}

.fixed-right-menu .menu-item .menu-name {
    line-height: 18px;
}

.fixed-right-menu .menu-item .icon {
    display: block;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.fixed-right-menu .menu-code {
    width: 330px;
    height: 148px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #E3E3E3;
    box-shadow: 0 0 8px #E3E3E3;
    border: 1px solid #DEDEDE;
    position: absolute;
    top: 50%;
    margin-top: -74px;
    right: 60px;
    z-index: 1100;
    padding: 0 20px 20px 20px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .3s ease opacity, .3s ease transform;
    transition: .3s ease opacity, .3s ease transform;
}

.fixed-right-menu .menu-code:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #DEDEDE;
    border-right: none;
}

.fixed-right-menu .menu-code:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.fixed-right-menu .menu-code-name {
    height: 46px;
    line-height: 46px;
}

.fixed-right-menu .menu-code-pic {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
}

.fixed-right-menu .menu-code-pic img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #DEDEDE;
}

.fixed-right-menu .menu-code-pic .code-tips {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 190px;
    height: 80px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    background-image: url(../images/bg-train.png);
    background-image: -webkit-image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-image: image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 18px;
    padding: 12px 10px;
    font-size: 12px;
    text-align: left;
}

.fixed-right-menu .menu-code-pic .code-tips:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #DEDEDE transparent transparent;
    border-left: none;
}

.fixed-right-menu .menu-code-pic .code-tips:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/loading3.gif) center center no-repeat;
    z-index: 5000;
    background-size: 60px 120px;
}

.tooltip {
    position: absolute;
    z-index: 100;
    display: block;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.98;
    filter: alpha(opacity=98);
}

.tooltip.top {
    margin-top: -3px;
    padding: 4px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 4px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 4px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 4px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #3B99FC;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-right-color: #3B99FC;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-left-color: #3B99FC;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip-error {
    position: absolute;
    height: 30px;
    line-height: 28px;
    border: 1px solid #E12525;
    padding: 0 10px;
    border-radius: 4px;
    color: #E12525;
    background: #FFEBEB;
    z-index: 3000;
    white-space: nowrap;
    display: none;
}

.tooltip-error:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #E12525 transparent transparent;
    border-left: none;
}

.tooltip-error:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -3px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #FFEBEB transparent transparent;
    border-left: none;
}

.tooltip-error .icon {
    margin-right: 4px;
}

.down-box {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    z-index: 10;
    display: none;
}

.down-box .down-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}

.down-box .down-list li:hover {
    background: #E8F3FF;
    color: #3B99FC;
}

.down-box .down-list li.active {
    background: #61ADFD;
    color: #fff;
}

.label-new {
    display: inline-block;
    border: 1px solid #ffb5b5;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    color: #FF4646;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}

.label-give {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    background: #ff8201;
    color: #fff;
}

.label-children {
    display: inline-block;
    border: 1px solid #ACD1F9;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    color: #3B99FC;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}

.label-txt {
    display: inline-block;
    min-width: 56px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #b1d6fe;
    padding: 0 2px;
    color: #3B99FC;
    font-style: normal;
    white-space: nowrap;
}

.label-txt-sm {
    width: auto;
    min-width: 22px;
}

.pagination {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.pagination .page-num {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.pagination .page-num li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.pagination .page-num li a {
    display: block;
    height: 30px;
    border: 1px solid #DEDEDE;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background: #F8F8F8;
}

.pagination .page-num li a:hover {
    color: #3B99FC;
}

.pagination .page-num li .icon {
    font-size: 14px;
}

.pagination .page-num .dotted {
    display: block;
    height: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.pagination .page-num .active a,
.pagination .page-num .active a:hover {
    background: #3B99FC;
    border-color: #3B99FC;
    color: #fff;
}

.pagination .page-num .disabled a {
    color: #d2d2d2;
    cursor: not-allowed;
    border-color: #e2e2e2;
}

.pagination .page-num .disabled a:hover {
    color: #d2d2d2;
    border-color: #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-all {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.pagination .page-all strong {
    margin: 0 3px;
    font-weight: 400;
}

.pagination .page-skip {
    display: inline-block;
    margin-right: 10px;
}

.pagination .page-skip .input,
.pagination .page-skip .textarea {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: baseline;
}

.pagination .page-skip .btn {
    margin-left: 10px;
}

.pagination .page-btn {
    background: #F8F8F8;
    vertical-align: top;
    border-radius: 2px;
    min-width: 50px;
}

.box-loading {
    height: 100px;
    position: relative;
}

.box-loading img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

.tips-box {
    border: 2px solid #ffddba;
    background: #fffbf8;
    padding: 10px 20px 10px 20px;
    line-height: 20px;
}

.tips-box .tips-tit {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.tips-box p {
    margin-top: 4px;
    line-height: 20px;
    font-size: 12px;
}

.search-form-mini {
    *zoom: 1;
}

.search-form-mini:before,
.search-form-mini:after {
    content: "";
    display: table;
}

.search-form-mini:after {
    clear: both;
    overflow: hidden;
}

.search-form-mini .form-item {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.search-form-mini .form-item .btn {
    vertical-align: top;
}

.search-form-mini .form-item .sel {
    vertical-align: top;
}

.show-expect {
    text-align: center;
    padding: 20px;
}

.show-expect img {
    width: 500px;
    height: auto;
    vertical-align: top;
}

.panel-tab .tab-hd {
    height: 44px;
    margin-bottom: -1px;
}

.panel-tab .tab-bd {
    border: 1px solid #DEDEDE;
}

.panel-tab .tab-hd-list {
    height: 44px;
}

.panel-tab .tab-hd-list li {
    float: left;
    border: 1px solid #DEDEDE;
    margin-right: -1px;
}

.panel-tab .tab-hd-list a {
    float: left;
    padding: 0 30px;
    min-width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.panel-tab .tab-hd-list .txt-num {
    display: inline-block;
    margin-left: 5px;
    height: 14px;
    line-height: 14px;
    padding: 0 8px;
    color: #fff !important;
    background: #ff8201;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
}

.panel-tab .tab-hd-list .active {
    border-bottom: 1px solid #fff;
}

.panel-tab .tab-hd-list .active a {
    color: #3B99FC;
}

.panel-tab .tab-item {
    display: none;
    padding: 20px;
}

.panel-tooltip {
    position: absolute;
    border: 1px solid #3B99FC;
}

.panel-tooltip .tooltip-txt {
    line-height: 20px;
    padding: 4px 10px;
}

.panel-tooltip.top .tooltip-arw,
.panel-tooltip.top-left .tooltip-arw,
.panel-tooltip.top-right .tooltip-arw {
    top: auto;
    bottom: -6px;
}

.panel-tooltip.top .tooltip-arw:before,
.panel-tooltip.top-left .tooltip-arw:before,
.panel-tooltip.top-right .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #3B99FC transparent transparent transparent;
    border-bottom: none;
}

.panel-tooltip.top .tooltip-arw:after,
.panel-tooltip.top-left .tooltip-arw:after,
.panel-tooltip.top-right .tooltip-arw:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
}

.panel-tooltip.top .tooltip-arw {
    left: 50%;
    margin-left: -6px;
}

.panel-tooltip.top-left .tooltip-arw {
    left: auto;
    right: 10px;
}

.panel-tooltip.bottom-left .tooltip-arw {
    left: auto;
    right: 10px;
}

.panel-tooltip.bottom-right .tooltip-arw {
    left: 10px;
}

.panel-tooltip.bottom .tooltip-arw {
    left: 50%;
    margin-left: -6px;
}

.panel-tooltip.right-bottom .tooltip-arw,
.panel-tooltip.right-top .tooltip-arw,
.panel-tooltip.right .tooltip-arw {
    width: 6px;
    height: 12px;
    left: -6px;
    top: 10px;
}

.panel-tooltip.right-bottom .tooltip-arw:before,
.panel-tooltip.right-top .tooltip-arw:before,
.panel-tooltip.right .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #3B99FC transparent transparent;
    border-left: none;
}

.panel-tooltip.right-bottom .tooltip-arw:after,
.panel-tooltip.right-top .tooltip-arw:after,
.panel-tooltip.right .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.panel-tooltip.right-bottom .tooltip-arw {
    top: 10px;
}

.panel-tooltip.right-top .tooltip-arw {
    top: auto;
    bottom: 10px;
}

.panel-tooltip.right .tooltip-arw {
    top: 50%;
    margin-top: -6px;
}

.panel-tooltip.left-bottom .tooltip-arw,
.panel-tooltip.left-top .tooltip-arw,
.panel-tooltip.left .tooltip-arw {
    width: 6px;
    height: 12px;
    left: auto;
    right: -6px;
    top: 8px;
}

.panel-tooltip.left-bottom .tooltip-arw:before,
.panel-tooltip.left-top .tooltip-arw:before,
.panel-tooltip.left .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3B99FC;
    border-right: none;
}

.panel-tooltip.left-bottom .tooltip-arw:after,
.panel-tooltip.left-top .tooltip-arw:after,
.panel-tooltip.left .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 0px;
    left: auto;
    right: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.panel-tooltip.left-bottom .tooltip-arw {
    top: 8px;
}

.panel-tooltip.left-top .tooltip-arw {
    top: auto;
    bottom: 8px;
}

.panel-tooltip.left .tooltip-arw {
    top: 50%;
    margin-top: -6px;
}

.panel-tooltip .tooltip-arw {
    width: 12px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 10px;
}

.panel-tooltip .tooltip-arw:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #3B99FC transparent;
    border-top: none;
}

.panel-tooltip .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
}

.panel-train-stop {
    width: 418px;
}

.panel-train-stop .stop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
}

.panel-train-stop .stop-close:hover {
    color: #3B99FC;
}

.panel-train-stop .stop-hd {
    height: 40px;
    text-align: center;
    background: #F0F8FF;
    color: #666;
}

.panel-train-stop .stop-hd .stop-item {
    line-height: 40px;
}

.panel-train-stop .stop-item {
    float: left;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-train-stop .stop-num {
    width: 60px;
}

.panel-train-stop .stop-name {
    width: 90px;
}

.panel-train-stop .stop-time {
    width: 80px;
}

.panel-train-stop .stop-bd {
    max-height: 256px;
    overflow: auto;
}

.panel-train-stop .stop-list {
    line-height: 32px;
}

.panel-train-stop .stop-ft {
    line-height: 38px;
    border-top: 1px solid #3B99FC;
    padding: 0 0 0 20px;
}

.panel-train-stop .stop-ft span {
    margin-right: 35px;
    font-weight: 700;
}

.sel {
    display: inline-block;
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.sel .sel-hd {
    height: 30px;
    line-height: 28px;
    border: 1px solid #DEDEDE;
    padding: 0 24px 0 10px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    min-width: 60px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.sel .sel-hd .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #E0E0E0;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.sel .sel-inner {
    overflow: hidden;
    white-space: nowrap;
}

.sel .sel-placeholder {
    color: #999;
}

.sel .sel-bd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    border: 1px solid #DCDCDC;
    background: #fff;
    z-index: 10;
    max-height: 180px;
    overflow: auto;
    display: none;
}

.sel .sel-list li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.sel .sel-list li.hover,
.sel .sel-list li:hover {
    color: #3B99FC;
}

.sel .sel-list li.selected {
    background: #3B99FC;
    color: #fff;
}

.sel .sel-list li.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.sel .sel-list li.disabled:hover {
    background: none;
}

.sel.active {
    z-index: 100;
}

.sel.active .sel-hd {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

.sel.active .sel-hd .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sel.active .sel-bd {
    display: block;
}

.sel.sel-sm .sel-hd {
    height: 24px;
    line-height: 22px;
    padding: 0 24px 0 10px;
}

.sel.sel-sm .sel-hd .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.sel.sel-lg .sel-hd {
    height: 36px;
    line-height: 34px;
    padding: 0 36px 0 10px;
}

.sel.sel-lg .sel-hd .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.form-list .form-item {
    *zoom: 1;
    margin-bottom: 10px;
    min-height: 30px;
}

.form-list .form-item:before,
.form-list .form-item:after {
    content: "";
    display: table;
}

.form-list .form-item:after {
    clear: both;
    overflow: hidden;
}

.form-list .form-label {
    float: left;
    padding: 5px 5px 5px 0;
    width: 100px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    text-align: right;
}

.form-list .form-label .required {
    margin-right: 5px;
}

.form-list .form-bd {
    margin-left: 100px;
    min-height: 30px;
}

.form-list .form-bd-txt {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 20px;
}

.form-list .form-inline {
    float: left;
    margin-right: 20px;
}

.form-list .form-inline-half {
    width: 50%;
    margin-right: 0;
}

.form-list .form-tips {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.form-list .form-tips .icon {
    margin-right: 5px;
}

.form-list .ml0 {
    margin-left: 0;
}

.form-list .input-box,
.form-list .sel {
    float: left;
    width: 200px;
}

.form-list .w240 {
    width: 240px;
}

.form-list-mlg .form-label {
    width: 340px !important;
}

.form-list-mlg .form-bd {
    margin-left: 340px !important;
}

.form-list-lg .form-label {
    width: 200px !important;
}

.form-list-lg .form-bd {
    margin-left: 200px !important;
}

.form-list-sm .form-label {
    width: 100px !important;
}

.form-list-sm .form-bd {
    margin-left: 100px !important;
}

.line-dashed {
    height: 1px;
    border-top: 1px dashed #DEDEDE;
    margin: 15px 0;
}

.line-dashed-margin {
    margin: 40px 0;
}

.pwd-rank {
    height: 14px;
    line-height: 14px;
}

.pwd-rank span {
    float: left;
    width: 66px;
    height: 14px;
    background: #FFCE9C;
    margin-right: 1px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.pwd-rank .active {
    background: #ff8201;
}

.list-operation {
    text-align: center;
}

.list-operation a {
    margin: 0 10px;
}

.list-operation .icon-del {
    color: #E12525;
}

.list-operation .icon-edit {
    color: #3B99FC;
}

.article {
    padding: 0 20px;
}

.article .article-head {
    padding: 10px;
}

.article .article-tit {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.article .article-txt {
    line-height: 20px;
    margin-top: 15px;
}

.code-box-show {
    width: 162px;
    height: 162px;
    border: 1px solid #DEDEDE;
    position: relative;
}

.code-box-show img {
    display: block;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.code-box-show .code-tips {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 160px;
    height: 160px;
    z-index: 10;
    display: none;
}

.code-box-show .code-tips .code-tips-mask {
    width: 160px;
    height: 160px;
    background: #fff;
    opacity: .9;
}

.code-box-show .code-tips .code-tips-info {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 0;
    top: 0;
    z-index: 10;
}

.code-box-show .code-tips .code-tips-bd {
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.code-box-show .code-tips .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 20px;
    margin-right: 5px;
}

.code-box-show .code-tips .btn {
    margin-top: 10px;
}

.panel-table {
    border: 1px solid #DEDEDE;
    -webkit-transition: .3s linear border;
    transition: .3s linear border;
}

.list-table {
    width: 100%;
    text-align: center;
}

.list-table th {
    background: #F0F8FF;
    height: 40px;
    padding: 0 10px;
}

.list-table td {
    padding: 15px 10px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    line-height: 22px;
}

.list-table .order-operation {
    padding: 20px 10px;
    border-right: none;
}

.list-table .align-top {
    vertical-align: top;
}

.list-table .align-center {
    text-align: center;
}

.list-table .td-left {
    padding-left: 20px;
    text-align: left;
}

.list-table .br-none {
    border-right: none;
}

.list-table .item-disabled {
    color: #999;
}

.list-table .item-disabled .txt-primary,
.list-table .item-disabled .txt-price,
.list-table .item-disabled .label-discount,
.list-table .item-disabled .txt-light {
    color: #999 !important;
}

.list-table .item-disabled .label-discount {
    border-color: #999;
}

.list-table .passenger-operation {
    padding-left: 20px;
    position: relative;
}

.list-table .passenger-operation .passenger-check {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

@-webkit-keyframes scale-spring {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    80% {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-spring {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    80% {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes up-small {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes up-small {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes up-lg {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes up-lg {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes width-increase {
    0% {
        width: 0%;
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@charset "UTF-8";
.header,
.header *,
.footer,
.footer *,
.nav-box,
.nav-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.header .wrapper,
.footer .wrapper,
.nav-box .wrapper {
    width: 1200px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

.header,
.footer,
.nav-box {
    font-size: 14px;
}

.w300 {
    width: 300px;
}

a {
    color: #333;
}

a:hover {
    color: #3B99FC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%;
}

.mr {
    margin-right: 10px;
}

.ml {
    margin-left: 10px;
}

.header {
    background: #fff;
    position: relative;
    z-index: 2000;
}

.header:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    left: 50%;
    height: 40px;
    background: #f8f8f8;
    z-index: 1;
}

.header .header-con {
    *zoom: 1;
    height: 80px;
}

.header .header-con:before,
.header .header-con:after {
    content: "";
    display: table;
}

.header .header-con:after {
    clear: both;
    overflow: hidden;
}

.logo {
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}

.logo a {
    display: block;
    width: 200px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(./images/logo.png);
    background-image: -webkit-image-set(url(./images/logo.png) 1x, url(../images/logo@2x.png) 2x);
    background-image: image-set(url(./images/logo.png) 1x, url(../images/logo@2x.png) 2x);
}

.header-right {
    float: right;
    margin: 24px 0 0 0;
    width: 890px;
    height: 40px;
    background-image: url(../images/train.png);
    background-image: -webkit-image-set(url(../images/train.png) 1x, url(../images/train@2x.png) 2x);
    background-image: image-set(url(../images/train.png) 1x, url(../images/train@2x.png) 2x);
    background-repeat: no-repeat;
    position: relative;
    z-index: 2000;
}

.header-search {
    float: left;
    width: 450px;
    margin: 5px 0 5px 100px;
}

.header-search .search-bd {
    width: 420px;
    position: relative;
}

.header-search .search-bd .search-input {
    width: 100%;
    float: left;
    border-radius: 0;
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header-search .search-bd .search-input.focus {
    border-color: #3B99FC;
}

.header-search .search-btn {
    float: left;
    width: 30px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
    background-color: #3B99FC;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header-search .search-btn:hover {
    background: #2676E3;
    color: #fff;
}

.header-search .search-down,
.header-search .search-history {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: none;
    min-height: 30px;
    display: none;
}

.header-search .search-down .close,
.header-search .search-history .close {
    position: absolute;
    top: 0;
    right: 16px;
    line-height: 34px;
    height: 34px;
    color: #3B99FC;
    font-size: 12px;
    background: none;
    text-indent: 0;
    width: auto;
}

.header-search .search-down .close:hover,
.header-search .search-history .close:hover {
    color: #2676E3;
}

.header-search .search-down-list {
    max-height: 204px;
    overflow-y: auto;
}

.header-search .search-down-list li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 10px 0 5px;
    cursor: pointer;
    color: #666;
}

.header-search .search-down-list li:hover {
    background: #F8F8F8;
}

.header-search .search-down-list .list-txt {
    color: #333;
}

.header-search .search-down-list .icon {
    float: left;
    width: 24px;
    color: #3B99FC;
}

.header-search .search-down-list .icon-zhanche {
    font-size: 14px;
}

.header-search .search-down-hot {
    border-top: 1px solid #DEDEDE;
    padding: 10px;
}

.header-search .search-hot-tit {
    line-height: 24px;
    font-weight: 700;
}

.header-search .search-hot-key {
    line-height: 24px;
}

.header-search .search-hot-key a {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
}

.header-search .search-hot-key a:hover {
    color: #3B99FC;
}

.header-search .search-history {
    padding: 10px;
}

.header-search .history-clear {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3B99FC;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.header-search .history-clear:hover {
    color: #2676E3;
}

.header-search .search-history-tit {
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.header-search .search-history-list {
    line-height: 24px;
    color: #666;
}

.header-search .search-history-list li {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search .search-history-list li:hover {
    color: #3B99FC;
}

.header-menu {
    float: right;
    padding-right: 10px;
}

.header-menu .menu-item {
    float: left;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: relative;
}

.header-menu .menu-line {
    color: #acd1f9;
}

.header-menu .menu-nav:hover .menu-nav-bd {
    display: block;
}

.header-menu .menu-nav-hd {
    color: #3B99FC;
    display: block;
    height: 40px;
    line-height: 40px;
}

.header-menu .menu-nav-hd .caret {
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #acd1f9 transparent transparent transparent;
    border-bottom: none;
}

.header-menu .menu-nav-bd {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    width: 130px;
    padding: 10px;
    z-index: 2000;
    display: none;
}

.header-menu .menu-nav-bd:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #DEDEDE transparent;
    border-top: none;
}

.header-menu .menu-nav-bd:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
}

.header-menu .menu-nav-bd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.header-menu .menu-nav-bd .nav-line {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dashed #DEDEDE;
    margin: 3px 0;
}

.header-menu .menu-nav-bd a {
    display: block;
    white-space: nowrap;
}

.nav-box {
    height: 40px;
    background: #3B99FC;
}

.nav {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 40px;
    position: relative;
    z-index: 1900;
}

.nav .nav-item {
    float: left;
    width: 150px;
}

.nav .nav-item.nav-item-w1 {
    width: 145px;
}

.nav .nav-item:hover .nav-hd {
    background: #3685EC;
}

.nav .nav-item:hover .nav-hd .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav .nav-item:hover .nav-bd {
    display: block;
}

.nav .nav-item.active .nav-hd {
    background: #2676E3;
    color: #fff;
}

.nav .nav-hd {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.nav .nav-hd .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-left: 4px;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.nav .nav-bd {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    min-height: 40px;
    background: #fff;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #3B99FC;
    padding: 14px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    font-size: 14px;
    display: none;
}

.nav .nav-bd-item {
    float: left;
    width: 198px;
}

.nav .nav-col2 {
    width: 396px;
}

.nav .nav-col3 {
    width: 584px;
}

.nav .nav-col4 {
    width: 792px;
}

.nav .nav-col5 {
    width: 990px;
}

.nav .nav-col6 {
    width: 1188px;
}

.nav .nav-tit {
    color: #3B99FC;
    height: 24px;
    line-height: 16px;
    position: relative;
    padding: 0 0 8px 30px;
    font-size: 14px;
    border-right: 1px solid #acd1f9;
}

.nav .border-none {
    border: none !important;
}

.nav .nav-con {
    *zoom: 1;
}

.nav .nav-con:before,
.nav .nav-con:after {
    content: "";
    display: table;
}

.nav .nav-con:after {
    clear: both;
    overflow: hidden;
}

.nav .nav-con li {
    float: left;
    width: 198px;
    line-height: 32px;
    height: 32px;
    padding-left: 30px;
    overflow: hidden;
    border-right: 1px solid #acd1f9;
}

.nav .nav-con li a {
    color: #666;
    font-size: 14px;
}

.nav .nav-con li a:hover {
    color: #3B99FC;
}

.nav .nav-con-pt {
    padding-top: 24px;
}

.nav .nav-con-tits li a {
    text-decoration: underline;
    color: #3B99FC;
}

.nav .nav-con-tits li a:hover {
    color: #2676E3;
}

.footer {
    background: #f8f8f8;
    margin-top: 40px;
}

.footer .footer-con {
    *zoom: 1;
    padding: 20px 0;
}

.footer .footer-con:before,
.footer .footer-con:after {
    content: "";
    display: table;
}

.footer .footer-con:after {
    clear: both;
    overflow: hidden;
}

.footer .foot-links {
    float: left;
    width: 420px;
    margin-left: 60px;
    margin-right: 195px;
}

.footer .foot-con-tit {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
}

.footer .foot-links-list {
    *zoom: 1;
    height: 100px;
}

.footer .foot-links-list:before,
.footer .foot-links-list:after {
    content: "";
    display: table;
}

.footer .foot-links-list:after {
    clear: both;
    overflow: hidden;
}

.footer .foot-links-list li {
    float: left;
    margin: 0 10px 10px 0;
}

.footer .foot-links-list img {
    display: block;
    width: 200px;
    height: 34px;
    border: 1px solid #DEDEDE;
}

.footer .foot-code {
    float: left;
}

.footer .foot-code li {
    float: left;
    width: 140px;
    text-align: center;
}

.footer .foot-code .code-pic {
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.footer .foot-code .code-pic img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #DEDEDE;
}

.footer .foot-code .code-txt {
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.footer .foot-code .code-tips {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 190px;
    height: 80px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    background-image: url(../images/bg-train.png);
    background-image: -webkit-image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-image: image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 18px;
    padding: 12px 10px;
    font-size: 12px;
    text-align: left;
}

.footer .foot-code .code-tips:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #DEDEDE transparent transparent;
    border-left: none;
}

.footer .foot-code .code-tips:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.footer .footer-txt {
    text-align: center;
    padding: 10px 0;
    background: #666;
    color: #c1c1c1;
}

.footer .footer-txt p {
    line-height: 30px;
}

@charset "UTF-8";
.dinner-yuding {
    margin-top: 20px !important;
}

.dinner-search {
    margin-top: 40px !important;
}

#train_hide.active {
    display: none;
}

.late_poit {
    position: relative;
}

.train_hide.active {
    display: none;
}

#train_hide {
    border: 1px solid #EFEFEF;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
}

#train_hide li {
    padding-left: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

#train_hide li.currentColor {
    color: #fff;
}

.typeahead,
.dropdown-menu {
    width: 270px;
    z-index: 100;
    background: #fff;
    position: absolute;
}

.typeahead {
    border: 1px solid #EFEFEF;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.typeahead li {
    width: 100%;
    padding-left: 10px;
}

.currentColor {
    background-color: #3B99FC;
}

#search-history {
    margin-top: 10px;
    display: none;
}

.model-select-box {
    width: 197px;
    height: 27px;
    line-height: 27px;
    float: left;
    margin-right: 20px;
    text-indent: 5px;
    position: relative;
}

.model-select-text {
    min-width: 80px;
    line-height: 20px;
    width: 265px;
    border: 1px solid #EFEFEF;
    padding: 4px 10px;
    color: #333;
    text-indent: 0;
    text-align: left;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.model-select-option {
    background-color: #fff;
    max-height: 120px;
    overflow-y: scroll;
    width: 265px;
}

.model-select-option li {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    color: #555;
    cursor: pointer;
}

.model-select-option li.seleced {
    background: #61ADFD;
    color: #fff;
}

a:hover {
    color: #000;
}

.down-box {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #EFEFEF;
    z-index: 10;
    display: none;
}

.down-box .down-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}

.down-box .down-list li:hover {
    background: #E8F3FF;
    color: #3B99FC;
}

.down-box .down-list li.active {
    background: #61ADFD;
    color: #fff;
}

.typeahead .active {
    background: #61ADFD;
    color: #fff;
}

.typeahead .active a {
    color: #fff;
}

.search-box-list .typeahead li {
    float: left;
    margin: 0;
    line-height: 30px;
}

.station-loading {
    text-align: center;
    position: absolute;
    top: 0;
    height: 30px;
    width: 265px;
    background-color: #fff;
    border: 1px solid #eee;
}

.station-loading img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.travel-train a:hover {
    color: #3B99FC;
}

.search-box-list .train_hide li {
    float: none;
    margin: 0;
}

.news-index-list li a {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.travel-train-list {
    height: 508px;
}

.main-panel .loading-style {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.service-lg-list {
    height: 165px;
}

.service-sm-list {
    height: 250px;
}

.custom-img-box>img {
    max-width: 49% !important;
}

.route-con .map-loading {
    text-align: center;
}

.line-error .error-top {
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
    padding: 8px 20px;
}

.line-error .error-top img {
    float: left;
    margin-right: 5px;
}

.line-error .error-con {
    padding: 5px 20px;
}

.line-error .error-con p {
    line-height: 22px;
    color: #999;
}

.header-search .search-down-list {
    height: 204px;
    overflow-y: auto;
}

#main_panel .typeahead {
    width: 160px;
}

#main_panel .typeahead.dropdown-menu li {
    width: 150px;
    padding-left: 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ticket_tooltip_error {
    display: none;
}

.shared_imgBox .shared_img h3 {
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.ticket-check-box .check-numnew {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    overflow: visible;
}

.ticket-box-tips {
    margin-top: 20px;
    font-size: 16px;
    color: red;
}

#flashLay {
    margin: auto;
    text-align: center;
    width: 725px;
    height: 408px;
}

#h1title {
    font: bold 24px/1.3 "微软雅黑", Arial, sans-serif;
    COLOR: #1d1d1d;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.PageCount {
    text-align: center;
}

.PageCount .close {
    font-size: 14px;
    color: blue;
    text-align: center;
    text-decoration: underline;
}

body {
    margin: 0 0 0;
    background-color: #fff;
}

table {
    border: 0
}

.cal-wrap {
    border: #f0f0f2 solid 1px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
    position: absolute;
    z-index: 2000;
    animation: .3s ease-in-out up-small2;
}

.cal-wrap,
.cal-wrap * {
    box-sizing: content-box;
}

.cal {
    width: 302px;
    font-size: 12px;
    background: #fff;
    float: left
}

.cal-top {
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #003784;
    padding: 5px 10px;
    position: relative;
    z-index: 2000;
}

.cal-right .cal-top {
    text-align: right;
}

.cal-top select {
    font-size: 12px;
    vertical-align: middle;
}

.cal-top input {
    padding: 0
}

.cal-top a {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/img_new.png) no-repeat;
    _background: url(../images/img.gif) no-repeat;
    vertical-align: middle;
}

.cal-top .first {
    background-position: 0 0;
    margin-right: 5px;
}

.cal-top .prev {
    background-position: -16px 0;
    margin-right: 5px;
}

.cal-top .next {
    background-position: -32px 0;
    margin-left: 5px;
}

.cal-top .last {
    background-position: -48px 0;
    margin-left: 5px;
}

.cal-top .next,
.cal-top .last {
    float: right;
}

.cal-week {
    margin: 0;
    padding: 0;
    height: 25px;
    border-right: 1px solid #f0f0f2;
    margin-right: -1px;
    background: #E8F3FF
}

.cal-right .cal-week {
    border-left: 1px solid #f0f0f2;
}

.cal-week li {
    float: left;
    width: 42px;
    text-align: center;
    line-height: 25px;
    list-style: none
}

.cal-week li b {
    font-weight: normal;
    color: #3B99FC
}

.cal-cm {
    clear: left;
    border-top: 1px solid #f0f0f2;
    border-right: 1px solid #f0f0f2;
    position: relative;
    margin-right: -1px;
    min-height: 100px;
}

.cal-right .cal-cm {
    border-left: 1px solid #f0f0f2;
}

.cal-cm .cell {
    position: absolute;
    width: 42px;
    height: 24px;
    text-align: center;
}

.cal-cm .cell .so {
    font: bold 12px "宋体";
    line-height: 24px;
}

.cal-ft {
    clear: both;
    text-align: right;
    height: 20px;
    padding: 6px 10px;
    background: #fff;
    border-top: 1px solid #f0f0f2;
    width: 584px;
}

.cal-ft .cal-btn {
    display: inline-block;
    height: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #297405;
    background: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.cal-top a {
    float: left;
    margin: 2px 0 0 0;
}

.cal-top .year {
    float: left;
    position: relative;
    margin-right: 10px;
}

.cal-top .year input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    background: #fff;
    text-align: center;
}

.cal-top .month {
    float: left;
    position: relative;
}

.cal-top .month input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    background: #fff;
    text-align: center;
}

.cal-top .time-list {
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid #f0f0f2;
    width: 90px;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    z-index: 1000;
    display: none;
}

.cal-top .time-list ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

.cal-top .time-list li {
    float: left;
    width: 40px;
    list-style: none;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.cal-top .time-list .dis {
    color: #999
}

.cal-right .month,
.cal-right .year {
    float: right;
    text-align: left
}

.cal-top .time-list-ft {
    text-align: center;
    padding: 0 10px;
}

.cal-top .time-list-ft a {
    margin: 0;
    background: none;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    float: none;
}

.cal-top .time-list-ft .close {
    font-size: 16px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.cal-top .time-list-ft .close:hover {
    background: #f9f5ef;
    color: #666;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cal-one {
    width: 302px;
}

.cal-one .cal-right {
    display: none;
}

.cal-one .cal-top .prev {
    margin-right: 34px;
}

.cal-one .cal-ft {
    width: 241px;
}

.cal-cm .cell .so {
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
}

.cal-cm .holiday {
    position: absolute;
    right: -2px;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    color: #fff;
    background: #E13A29;
    text-align: center;
    line-height: 14px;
    overflow: hidden;
    font-size: 12px;
    transform: scale(.8);
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0 auto;
    font-size: 1px
}

.clx {
    *zoom: 1
}

.clx:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    color: #131313
}

.h30 {
    height: 30px
}

#nav {
    width: 960px;
    height: 39px;
    margin: 0 auto;
    position: relative;
    z-index: 800
}

#nav ul.link {
    float: left
}

#nav ul.link li {
    height: 39px;
    padding: 0 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    position: relative
}

#nav ul.link li.on {
    margin-right: 5px;
    margin-left: 2px
}

#nav ul.link li a {
    display: block;
    margin-top: 7px;
    height: 32px;
    line-height: 28px;
    padding: 0 12px;
    _float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif
}

#nav ul.link li a:hover {
    text-decoration: underline
}

#nav ul.link li.on a {
    color: #000;
    line-height: 30px;
    padding: 0 9px 0 12px
}

#nav ul.link li.on span.rslide {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -2px;
    width: 5px;
    height: 32px;
    overflow: hidden;
}

#nav ul.link li span.icon_new {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 5px;
    width: 17px;
    height: 19px;
}

#nav ul.link li.line {
    display: block;
    width: 2px;
    height: 39px;
    padding: 0;
    overflow: hidden;
    margin: 0;
    filter: alpha(Opacity=60);
    Opacity: .6
}

#nav ul.link li.light {
    filter: alpha(Opacity=30);
    Opacity: .3
}

#header .account {
    float: right;
    padding-top: 5px;
    height: 34px;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .box {
    float: right;
    position: relative;
    padding: 0 2px
}

#header .account .box span.name {
    display: inline-block;
    padding: 3px 9px 0;
    height: 30px;
    border-bottom: 0;
    color: #fff
}

#header .account .box span.name a {
    padding-right: 8px;
    color: #fff;
    text-decoration: none
}

#header .account .box span.normal {
    border: 0
}

#header .account .box span.normal a {
    padding-right: 0;
    background: 0
}

#header .account .box span.normal a:hover {
    color: #ddd
}

#header .account .box span.on {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    padding: 3px 8px 0
}

#header .account .box span.on a {
    color: #000
}

#header .account .box .here {
    position: absolute;
    top: -28px;
    left: -95px;
    width: 155px;
    line-height: normal;
    height: 31px;
    line-height: 24px;
    line-height: 28px\9;
    _line-height: 24px;
    color: #000;
    overflow: hidden;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .box span.close {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    margin-top: 8px;
    overflow: hidden;
    cursor: pointer
}

#header .account .pt {
    position: absolute;
    top: 34px;
    left: 2px;
    border: 1px solid #c9c9c9;
    border-top: 0;
    background: #fff
}

#header .account .pt a {
    color: #36c;
    text-decoration: none
}

#header .account .pt a:hover {
    color: #f00
}

#header .account .links {
    width: 54px;
    padding: 5px 9px;
    top: 24px
}

#header .account .links ul li {
    padding-bottom: 1px
}

#header .account .logon {
    width: 190px
}

#header .account .logon input.text {
    border: 1px solid #ddd;
    border-color: #aaa #dddddd #ddd #aaaaaa;
    padding: 1px 2px 1px 2px;
    width: 158px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .logon input.code {
    width: 40px
}

#header .account .logon ul {
    padding: 6px 12px
}

#header .account .logon ul li {
    padding: 3px 0;
    clear: both;
    font-family: Tahoma
}

#header .account .logon label.reme {
    padding-top: 2px
}

#header .account .logon label.reme input {
    margin-right: 3px;
    *margin-right: 0;
    *margin-left: -3px;
    vertical-align: -2px;
    *vertical-align: -3px
}

#header .account .logon input.btn {
    width: 69px;
    height: 25px;
    text-align: center;
    font: bold 12px/22px simsun;
    color: #fff;
    border: 0;
    cursor: pointer;
    overflow: hidden
}

#header .account .logon input.logining {
    cursor: auto
}

#header .account .logon input.btn_on {
    filter: alpha(opacity=80);
    opacity: .8
}

#header .account .logon ul li.line {
    border-top: 1px solid #ddd;
    margin-top: 3px
}

#nav ul.link_en li a {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif
}

#header .en {
    font-size: 11px;
    font-family: Arial!important
}

#header .account .logon input.btn_en {
    font-family: Arial, Helvetica, sans-serif
}

#header .account .links_en {
    width: 75px;
    padding: 5px 9px;
    top: 24px;
    right: 2px;
    left: auto;
    font-size: 11px
}

#nav ul.link_en li {
    height: 39px;
    padding: 0
}

#nav ul.link_en li.on {
    margin-right: 5px;
    margin-left: 2px
}

#nav ul.link_en li a {
    padding: 0 9px
}

#nav ul.link_en li.on a {
    padding: 0 6px 0 9px
}

#nav ul.link_en li.on span.rslide {
    right: -4px
}

.UserInfo table.n_table th {
    background: #daebfa;
    padding: 3px 2px;
    font-weight: bold
}

.UserInfo table.n_table td {
    font-family: Tahoma, simsun;
    font-size: 12px;
    padding: 3px 2px
}

.new_ic_bg {
    position: absolute;
    top: -8px;
    left: 36px;
    width: 17px;
    height: 19px;
}

.new_ic_bg_en {
    height: 19px;
    left: 19px;
    position: absolute;
    top: -8px;
    width: 24px
}

#e_footer {
    clear: both;
    margin: 10px auto 8px auto;
    text-align: center;
    border-top: 1px #000 dotted;
    width: 960px;
    font-size: 11px
}

#e_footer p {
    margin: 5px 0;
    padding: 0
}

#e_footer a.link_gray {
    color: #777;
    text-decoration: none
}

#e_footer .verisign {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .alipay {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .hightech {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .trusted {
    display: inline-block;
    width: 64px;
    height: 38px;
    pxvertical-align: middle
}

#e_footer .view {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}

#footer {
    width: 960px;
    margin: 30px auto 0;
    color: #666;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 20px;
    border-top: 2px #ccc solid
}

#footer a {
    color: #666;
    text-decoration: none;
    margin: 0 5px
}

#footer a:hover {
    color: #666;
    text-decoration: underline
}

#footer div.border_left {
    border-left: 1px solid #CCC;
    padding: 15px 0 10px 15px
}

#footer .verisign {
    width: 70px;
    height: 38px;
    display: inline-block
}

#footer .alipay {
    width: 70px;
    height: 38px;
    display: inline-block
}

#footer .hightech {
    width: 32px;
    height: 32px;
    display: inline-block
}

#footer .trusted {
    width: 64px;
    height: 33px;
    display: inline-block
}

#footer .view {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}

#footer .logo_new {
    width: 138px;
    height: 30px;
    display: inline-block
}

#footer .new_ic_fbg {
    width: 17px;
    height: 19px;
    display: inline-block
}

.com_cbox_b {}

.com_cbox_lt {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    left: -1px;
    _overflow: hidden;
    background-position: -32px 0
}

.com_cbox_lb {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-position: -32px -6px
}

.com_cbox_rt {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    right: -1px;
    _overflow: hidden;
    background-position: -38px 0
}

.com_cbox_rb {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: -38px -6px
}

.com_cbox {
    position: relative;
    border: #aaa solid 1px;
    padding: 1px;
    background: #FFF;
    width: 300px;
    min-height: 155px
}

.com_cbox .mf_lr_d,
.com_cbox .mf_lr_a,
.com_cbox .mf_rr_a,
.com_cbox .mf_rr_d {
    border: 0;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    cursor: pointer
}

.com_cbox .mf_rr_d {
    background-position: 0 -26px
}

.com_cbox .mf_lr_a {
    background-position: 0 -13px
}

.com_cbox .mf_lr_d {
    background-position: 0 -39px
}

.com_cbox a.ac_close_t {
    float: right;
    margin: 2px 0 0;
    text-indent: -9999em;
    display: block;
    width: 11px;
    font: 1px/1px arial;
    height: 11px;
    overflow: hidden
}

.com_cbox a.ac_close_t:hover {
    background-position: 0 -116px
}

.com_cbox .c_green {
    color: #1c95c4
}

.com_cbox .calendar_year a:link {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:visited {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:hover {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a.cu_n:link {
    text-decoration: none;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year a.cu_n:visited {
    text-decoration: none;
    cursor: default;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year a.cu_n:hover {
    text-decoration: none;
    cursor: default;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year {
    background: #e8eff5;
    width: 300px;
    font-weight: bold;
    height: 22px;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    z-index: 100
}

.com_cbox .calendar_year .h {
    margin-left: 47px;
    _margin-left: 24px;
    display: block;
    float: left;
    font-family: Arial;
    background: 0
}

.com_cbox .calendar_year .m {
    margin-right: 55px;
    display: block;
    text-align: right;
    float: right;
    _float: none;
    font-family: Arial
}

.com_cbox .calendar_year .year {
    left: 28px;
    position: absolute;
    top: 6px;
    _height: 12px;
    _overflow: hidden
}

.com_cbox .calendar_year .month {
    position: absolute;
    top: 3px;
    right: 6px
}

.com_cbox .calendar_year .month_1 {
    position: absolute;
    right: 36px;
    top: 6px;
    height: 10px;
    overflow: hidden
}

.com_cbox .date_box table {
    font-size: 12px;
    font-family: Arial;
    float: left;
    margin-top: 10px
}

.com_cbox .date_box .hr {
    width: 1px;
    height: 120px;
    line-height: 0;
    font-size: 1px;
    border-left: #aaa solid 1px;
    float: left;
    margin: 8px 8px 0 8px
}

.com_cbox .date_box td {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    cursor: pointer;
    font-weight: bold
}

.com_cbox .date_box th {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    color: #777;
    font-weight: bold
}

.com_cbox .date_box .Close {
    font-weight: normal;
    color: #777;
    cursor: auto
}

.com_cbox .date_box td.hover {
    background: #1c95c4 none repeat scroll 0 0;
    font-weight: bold;
    color: #FFF
}

.com_cbox .date_box td.newdate {
    color: #B00;
    font-weight: bold
}

.com_cbox .date_box td.selected {
    font-weight: bold;
    color: #FFF
}

.com_cbox,
.com_cbox .calendar_year {
    width: 380px
}

.com_cbox .calendar_year a:link {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:visited {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:hover {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .date_box .or {
    color: #f60
}

.com_cbox .date_box td {
    font-family: Verdana, Geneva, sans-serif
}

.com_cbox .date_box td.hover {
    font-weight: bold;
    color: #000
}

.com_cbox .date_box td.selected {
    font-weight: bold;
    color: #069
}

.com_cbox .calendar_year a.cu_n:link {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year a.cu_n:visited {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year a.cu_n:hover {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year .year {
    left: 20px;
    position: absolute;
    top: 3px;
    height: 16px
}

.com_cbox .calendar_year .month_1 {
    position: absolute;
    right: 20px;
    top: 3px;
    height: 16px;
    overflow: hidden
}

.com_cbox a.mf_lr_d {
    width: 16px;
    height: 16px;
}

.com_cbox a.mf_lr_t {
    width: 16px;
    height: 16px;
}

.com_cbox a.mf_rr_a {
    width: 16px;
    height: 16px;
}

.com_cbox .calendar_year .h,
.com_cbox .calendar_year .m {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold
}

.com_select_YM .calendar_year .month_1 .mf_rr_a {
    width: 16px;
    height: 16px
}

.com_select_YM {
    width: 180px
}

.com_select_YM .calendar_year {
    width: 180px
}

.com_select_YM .calendar_year .year {
    left: 3px
}

.com_select_YM .calendar_year .month_1 {
    right: 5px
}

.com_select_YM .date_box table {
    width: 180px
}

.com_wkl {
    border: #7f9db9 solid 1px;
    height: 17px;
    cursor: pointer;
    background: 0
}

.com_wkh {
    border: #a5acb2 solid 1px;
    height: 17px;
    cursor: pointer;
    background: 0
}

.com_way {
    position: relative
}

.com_way .z {
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    float: left;
    background: #e8e8e8;
    height: 2px;
    margin-top: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: right;
    margin-bottom: -1px
}

.com_way .z_tl {
    border-top: #666 solid 1px;
    border-right: #666 solid 1px;
    float: right;
    background: #e8e8e8;
    height: 2px;
    margin-top: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_tl {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: left;
    margin-bottom: -1px
}

.com_way .bk {
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    background: #FFF
}

.com_way .bk_1 {
    border-bottom: #e8e8e8 solid 3px;
    border-left: #e8e8e8 solid 3px;
    border-right: #e8e8e8 solid 3px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #FFF
}

.com_way .bk_top {
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    background: #FFF
}

.com_way .bk_top_1 {
    border-top: #e8e8e8 solid 3px;
    border-left: #e8e8e8 solid 3px;
    border-right: #e8e8e8 solid 3px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #FFF
}

.com_way .z_bl {
    border-bottom: #666 solid 1px;
    border-right: #666 solid 1px;
    float: right;
    background: #e8e8e8;
    height: 2px;
    margin-bottom: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_bl {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: left
}

.com_way .z_br {
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px;
    float: left;
    background: #e8e8e8;
    height: 2px;
    margin-bottom: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_br {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: right
}

.com_bug {
    border: #ccc solid 1px;
    background: #f1f5f8;
    white-space: nowrap
}

.com_bug .w {
    position: relative;
    padding: 10px;
    color: #ba0100
}

.com_cbox_p {
    position: relative;
    width: 246px;
    border: #aaa solid 1px;
    padding: 5px;
    background: #FFF
}

.com_cbox_p li {
    float: left;
    width: 72px;
    padding: 2px 5px;
    word-wrap: break-word;
    word-break: break-all
}

.com_cbox_p .li_cur {
    background: #1c94c4;
    cursor: pointer;
    color: #FFF
}

.com_cbox_p .li_q {
    margin-left: 0
}

.com_cbox_p .hr_w {
    width: 236px;
    height: 1px;
    line-height: 0;
    border-bottom: #ccc 1px dashed;
    font-size: 1px;
    padding-top: 5px;
    margin-bottom: 5px
}

.com_cbox_p1 {
    position: relative;
    width: 480px;
    border: #aaa solid 1px;
    padding: 5px;
    background: #FFF
}

.com_cbox_p1 li {
    float: left;
    width: 470px;
    padding: 2px 5px;
    border-bottom: #ccc 1px dashed
}

.search_bt {
    width: 109px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.search_bt_an {
    width: 109px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.search_bt_s {
    width: 61px;
    height: 21px;
    cursor: pointer;
    color: #FFF
}

.search_bt_s_an {
    width: 61px;
    height: 21px;
    border: 0;
    cursor: pointer;
    _cursor: hand;
    color: #FFF
}

.com_search75 {
    width: 75px;
    height: 21px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search75_an {
    width: 75px;
    height: 21px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search235 {
    width: 235px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search235_an {
    width: 235px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_btnout {
    border: #acadad solid 1px!important;
    background: #dfe0e0!important;
    color: #acabab!important;
    cursor: default!important
}

a.ift_no:link {
    color: #001d75;
    text-decoration: none
}

a.ift_no:visited {
    color: #001d75;
    text-decoration: none
}

a.ift_no:hover {
    color: #001d75;
    text-decoration: none
}

.flt_plus,
.flt_minus {
    display: block;
    width: 74px;
    height: 21px;
    text-decoration: none
}

.flt_minus {
    background-position: 0 -184px
}

a.flt_plus:hover {
    background-position: 0 -158px
}

a.flt_minus:hover {
    background-position: 0 -210px
}

.com_book_dis {
    background: #dfe0e0!important;
    color: #acabab!important;
    cursor: default!important
}

.bt_ord {
    width: 44px;
    height: 23px;
    background: #33689a;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer
}

.bt_ord_disnable {
    width: 44px;
    height: 23px;
    background: #1186bb;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer
}

.com_input {
    color: #777
}

.com_results {
    padding: 3px;
    margin: 0;
    z-index: 99999;
    font-size: 12px;
    border: #aaa solid 1px;
    background: #FFF
}

.com_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.com_results li {
    margin: 0;
    padding: 4px 5px 0 5px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-align: right
}

.ac_results li {
    text-align: left;
    height: auto;
    overflow: auto
}

.com_results li span {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left
}

.com_results .ac_title {
    border-width: 0;
    border-bottom: dotted 1px #3c3c3c;
    line-height: 20px;
    margin-bottom: 2px;
    word-wrap: break-word
}

.com_results .ac_odd {
    background-color: #fff
}

.com_results .ac_over {
    background-color: #316AC5;
    color: white
}

.com_hotresults {
    padding: 0;
    margin: 0;
    z-index: 99998;
    text-align: center;
    font-size: 12px;
    border: #f0f0f2 solid 1px;
    position: relative;
    background: #FFF
}

.com_hotresults,
.com_hotresults * {
    box-sizing: content-box;
}

.com_hotresults ul {
    padding: 0;
    margin: 0;
    list-style-position: outside;
    list-style: none;
    z-index: 100;
}

.com_hotresults li {
    padding: 2px 0 0 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.com_hotresults .ac_odd {
    background-color: #fff
}

.com_hotresults .ac_over {
    color: #3B99FC;
    background-color: #FFF
}

.com_hotresults .ac_title {
    margin-bottom: 0px;
    border-width: 0;
    padding: 6px 0 5px 10px;
    text-align: left;
    background-color: #fff;
    position: relative;
    z-index: 100;
    color: #666;
}

.com_hotresults_en {
    padding: 1px;
    margin: 0;
    z-index: 99998;
    text-align: center;
    border: #aaa solid 1px;
    position: relative;
    background: #FFF
}

.com_hotresults_en ul {
    padding: 0;
    margin: 0 0 5px 0;
    list-style-position: outside;
    list-style: none
}

.com_hotresults_en li {
    padding: 2px 0 0 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.com_hotresults_en .ac_odd {
    background-color: #fff
}

.com_hotresults_en .ac_over {
    color: #316AC5;
    font-weight: bolder;
    background-color: #FFF
}

.com_hotresults_en .ac_title {
    margin: 0;
    margin-bottom: 3px;
    border-width: 0;
    border-bottom: dotted 1px #ddd;
    padding: 6px 0 5px 5px;
    text-align: left;
    background-color: #E8F0F6;
    position: relative;
    z-index: 100
}

.com_loading {}

.com_error {
    background-color: #FFF;
    position: absolute;
    z-index: 99998;
    border: #aaa solid 1px
}

.com_error ul {
    list-style-position: outside;
    position: relative;
    list-style: none;
    padding: 2px;
    margin: 0;
    z-index: 99999
}

.com_error li {
    background-color: #B00;
    color: #FFF;
    margin: 0;
    padding: 6px 5px 0 5px;
    _height: 20px;
    min-height: 20px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word
}

.com_hotresults .com_cbox_lb {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-position: -32px -6px
}

.com_hotresults .com_cbox_rb {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: -38px -6px
}

.com_hotresults a.ac_close {
    position: absolute;
    top: 6px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
    background: url(../images/close_show_citys2.png)
}

.com_hotresults a.ac_close:hover {
    opacity: 0.8;
}

.com_hotresults_en a.ac_close {
    position: absolute;
    top: 10px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
}

.com_hotresults_en a.ac_close:hover {
    background-position: 0 -1px
}

.com_results a.ac_close {
    position: absolute;
    top: 6px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
}

.com_results a.ac_close:hover {
    background-position: 0 -1px
}

.hotel_near {
    text-align: left;
    padding: 2px 10px 10px 10px
}

.hotel_near p {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dashed #ccc;
    text-align: left
}

.hotel_near p tt {
    font-family: Arial, Helvetica, sans-serif
}

.hotel_near p.no {
    border-bottom: 0;
    padding-bottom: 0
}

.hotel_near p span {
    padding: 0;
    padding-right: 10px;
    color: #1568BD;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    white-space: nowrap
}

.hotel_near p span.on {
    color: #F00
}

.hotel_near p span:hover {
    color: #F00
}

.AbcSearch {
    border-bottom: #E8F3FF solid 2px;
    background: #E8F3FF;
    height: 25px;
}

.com_hotresults .AbcSearch {
    padding: 5px 5px 0 5px;
    margin-bottom: 3px;
}

.AbcSearch li {
    width: 53px;
    padding: 0 8px;
    color: #666;
    height: 25px;
    line-height: 25px;
}

.AbcSearch .action {
    color: #3B99FC;
    border-bottom: 2px solid #3B99FC;
    position: relative
}

.AbcSearch_en {
    margin-left: 5px!important;
    margin-top: 5px!important;
    border-bottom: #D7D7D7 solid 1px
}

.AbcSearch_en li {
    width: auto;
    padding: 0 6px;
    color: #00206f
}

.AbcSearch_en .action {
    border: #d7d7d7 1px solid;
    border-bottom: #fff 1px solid;
    font-weight: bold;
    color: #131313;
    margin-bottom: -1px;
    position: relative
}

ul.popcitylist_en {
    overflow: hidden;
    zoom: 1;
    margin-left: 5px;
    *margin-left: 5px;
    margin-left: 5px\9;
    _margin-left: 1px
}

ul.popcitylist_en li {
    text-align: left;
    overflow: hidden;
    width: 92px;
    margin: 0 6px
}

ul.popcitylist {
    overflow: hidden;
    zoom: 1;
    margin-left: 6px;
    *margin-left: 6px;
    margin-left: 6px\9;
    _margin-left: 1px
}

#ul_list1 {
    margin-left: 0;
}

ul.popcitylist li {
    text-align: left;
    width: 65px;
    overflow: hidden;
    margin: 0 6px;
    color: #666
}

ul.popcitylist .openLi {
    text-align: left;
    width: 60px;
    overflow: hidden;
    margin: 0 6px;
}

a.com_close {
    text-indent: -9999em;
    display: block;
    width: 11px;
    font: 1px/1px arial;
    height: 11px;
}

a.com_close:hover {
    background-position: 0 -116px
}

#com_404,
#com_A404 {
    margin: 0 auto;
    width: 960px;
    padding-top: 50px;
}

#com_404 .mistake {
    width: 582px;
    height: 275px;
    margin: 0 auto;
    padding: 150px 20px 0 20px;
}

#com_A404 .mistake {
    width: 400px;
    height: 275px;
    margin: 0 auto;
    padding: 150px 20px 0 20px
}

.g_404 a {
    color: #1369BC;
    text-decoration: none
}

.g_404 .cnt {
    width: 725px;
    margin: 0 auto
}

.g_404 .cnt .logo {
    padding: 107px 0 91px;
    clear: both;
    text-align: center
}

.g_404 .cnt .logo a {
    width: 219px;
    height: 46px;
    display: block;
    margin: 0 auto
}

.g_404 .cnt .read_box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0 25px 40px
}

.g_404 .cnt .links {
    margin: 15px 0 0 40px;
    color: #666
}

.g_404 .cnt .links p a {
    padding: 0 5px
}

.com_widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em
}

.com_widget input,
.com_widget select,
.com_widget textarea,
.com_widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em
}

.com_widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd;
    color: #222
}

.com_widget-content a {
    color: #222
}

.com_corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.com_widget-header {
    border: 1px solid #4297d7;
    color: #fff;
    font-weight: bold
}

.com_widget-header a {
    color: #fff
}

.com_helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.com_helper-clearfix {
    display: inline-block
}

* html .com_helper-clearfix {
    height: 1%
}

.com_helper-clearfix {
    display: block
}

.com_icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.com_dialog {
    position: relative;
    padding: .2em;
    width: 300px
}

.com_dialog .com_dialog-titlebar {
    padding: 0 0 0 1em;
    position: relative
}

.com_dialog .com_dialog-title {
    float: left;
    margin: .2em 0 .2em;
    *margin: .1em 0 .2em
}

.com_dialog .com_dialog-content {
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto;
    zoom: 1
}

.com_draggable .com_dialog-titlebar {
    cursor: move
}

.com_dialog .com_dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
    cursor: pointer
}

.com_dialog .com_dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.com_dialog .com_dialog-titlebar-close:hover,
.com_dialog .com_dialog-titlebar-close:focus {
    font-weight: bold;
    color: #1d5987;
    outline: 0;
}

.package_login {
    padding: 10px 0
}

.package_login dl {
    float: left;
    width: 240px;
    padding-left: 10px
}

.package_login dd {
    font-size: 12px;
    width: 100%
}

.package_login a {
    color: #021d78
}

.package_login .w207 {
    width: 207px
}

.package_login .w40 {
    width: 40px;
    margin-right: 5px
}

.package_login .w134 {
    width: 134px;
    margin-right: 5px
}

.package_login .bdr {
    border-right: #649ecc solid 1px
}

.package_login .noMember {
    width: 220px;
    padding-left: 20px
}

.package_login .ltenpayIcon {
    width: 13px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.package_login .btn_book,
.package_login .btn_book_on {
    border: 0;
    padding: 0;
    margin: 0;
    width: 141px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.package_login .btn_book_en,
.package_login .btn_book_en_on {
    border: 0;
    padding: 0;
    margin: 0;
    width: 166px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.package_login .btn_book_on {
    background-position: 0 -50px
}

.package_login .btn_book_en_on {
    background-position: 0 -120px
}

.package_login .search_bt,
.package_login .search_bt_an,
.package_login .search_bt_out {
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.package_login .errorBox {
    background: #fff2f2;
    border: #ff8f41 solid 1px;
    padding: 5px;
    font-size: 12px;
    width: 260px;
    position: relative;
    margin: -10px 0 10px 120px
}

.package_login .errorIcon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: baseline;
    margin-right: 3px
}

.package_login .loadingBox {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 60px 0
}

.package_login .loadingBox .loading {
    width: 189px;
    height: 38px;
    margin: 0 auto
}

.com_autoselect {
    overflow: hidden;
    cursor: default;
    padding-left: 2px;
    padding-right: 20px;
}

.com_selectList {
    text-align: left;
    z-index: 1000;
    overflow: auto
}

.com_selectList div {
    cursor: pointer;
    padding-left: 5px
}

.com_selectList .out {
    color: #777;
    cursor: default
}

.com_selectList .move {
    background: #316ac5;
    color: #FFF
}

.com_show {
    width: 8px;
    height: 6px;
    cursor: pointer
}

.com_hide {
    width: 8px;
    height: 6px
}

.com_ErrorBox {
    border: 1px solid #B00!important
}

.up_img {
    width: 94.7%;
    border: 1px solid #9eb9e4;
    margin: auto;
    padding: 1px;
    font-family: Tahoma, Geneva, sans-serif
}

.up_img h2 {
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}

.up_img span.clos {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px
}

.up_img table {
    width: 100%
}

.up_img table th {
    padding: 2px 10px;
    background: #e4edf6;
    border-bottom: 1px solid #ccdded;
    text-align: left;
    color: #369
}

.up_img table th.name {
    width: 25%
}

.up_img table th.status {
    width: 20%
}

.up_img table th.upload {
    width: 180px
}

.up_img table td {
    padding: 5px 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    color: #000
}

.up_img .ar {
    width: 100px;
    height: 7px;
    border: 1px solid #63be19;
    float: left;
    margin: 6px 5px 0 0
}

.up_img .green {
    color: #360
}

.up_img .reg {
    color: #cb0202
}

.up_img .but {
    padding: 10px;
    text-align: right
}

.up_img .but input {
    padding: 2px 5px
}

#ac_odd {
    background-color: #FFFFFF;
}

#ac_over {
    color: #316AC5;
    font-weight: bolder;
    background-color: #FFF;
}

ul.popcitylist {
    padding-left: 20px;
}

ul.popcitylist .ac_letter {
    margin: 0 0 0 -20px;
    width: 20px;
    font-weight: 700;
    color: #3B99FC;
    text-align: center;
    _display: inline;
}

ul.popcitylist .openLi {
    width: 56px;
}

@charset "utf-8";
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

.cityflip .ac_close a:link {
    color: #000;
    text-decoration: none;
}

.cityflip .ac_close a:visited {
    color: #000;
    text-decoration: none;
}

.cityflip .ac_close a:hover {
    color: #000;
    text-decoration: underline;
}

.cityflip .ac_close a:active {
    color: #000;
}

.focusPic {
    margin: 0 auto;
    width: 380px;
}

.focusPic .pic {
    margin: 0 auto;
    width: 400px;
    height: 270px;
    padding: 2px 0 0;
}

.focusPic .adPic {
    margin: 0 auto 5px;
    width: 380px;
    height: 29px;
    overflow: hidden;
}

.focusPic .adPic .text {
    float: right;
    padding: 9px 4px 0 0;
    width: 140px;
}

.focusPic .adPic .text a {
    color: #1f3a87;
}

.focusPic .adPic .text a:hover {
    color: #bc2931;
}

.focusPic h2 {
    float: left;
    width: 380px;
    padding: 4px 0 3px 12px;
    font-size: 14px;
    text-align: left;
}

.focusPic p {
    float: left;
    width: 380px;
    line-height: 160%;
    margin: 0;
    text-align: left;
    padding: 0 0 10px 12px;
}

.focusPic p img {
    margin: 0px 0 2px;
}

.focusPic .more {
    margin: 0 auto;
}

.focusPic .more .textNum {
    float: right;
}

.focusPic .more .textNum .text {
    float: left;
    font-weight: bold;
    color: #666;
    padding: 0px 0px 10px;
}

.focusPic .more .textNum .num {
    float: left;
}

.focusPic .more .textNum .bg1 {
    background: url(http://www.shike.org.cn/imge/11.gif);
}

.focusPic .more .textNum .bg2 {
    background: url(http://www.shike.org.cn/imge/22.gif);
}

.focusPic .more .textNum .bg3 {
    background: url(http://www.shike.org.cn/imge/33.gif);
}

.focusPic .more .textNum .bg4 {
    background: url(http://www.shike.org.cn/imge/44.gif);
}

.focusPic .more .textNum .num ul {
    float: left;
    width: 113px;
}

.focusPic .more .textNum .num li {
    float: left;
    width: 28px;
    font-weight: bold;
    display: block;
    color: #fff;
    list-style-type: none;
    padding: 6px 0 0;
}

.focusPic .more .textNum .num li a {
    color: #fff;
    padding: 0 5px;
}

.focusPic .more .textNum .num li a:visited {
    color: #fff;
}

.focusPic .more .textNum .num li a:hover {
    color: #ff0;
}

.style6 {
    font-family: "宋体";
    font-weight: bold;
}

.STYLE7 {
    color: #FFFFFF
}

#dd {
    WIDTH: 100px;
    POSITION: absolute;
    HEIGHT: 132px;
}

.STYLE9 {
    color: #FF0000
}

.style81 {
    color: #FFFFFF;
}

.inputa {
    BORDER-RIGHT: #c0c0c0 1px solid;
    BORDER-TOP: #c0c0c0 1px solid;
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: -2px;
    BORDER-LEFT: #c0c0c0 1px solid;
    COLOR: #666666;
    BORDER-BOTTOM: #c0c0c0 1px solid;
    HEIGHT: 20px;
    WIDTH: 112px;
}

.cityflip {
    color: #666
}

.cityflip:link {
    FONT-SIZE: 12px;
    COLOR: #f00;
    TEXT-DECORATION: none
}

.cityflip:active {
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none
}

.cityflip:visited {
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none
}

.cityflip:hover {
    FONT-SIZE: 12px;
    COLOR: #3B99FC;
    TEXT-DECORATION: underline
}

#form_cities {
    BORDER-RIGHT: #7F9DB9 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #7F9DB9 1px solid;
    DISPLAY: none;
    PADDING-LEFT: 2px;
    LEFT: 0px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #7F9DB9 1px solid;
    WIDTH: 100px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #7F9DB9 1px solid;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TOP: 55px;
    BACKGROUND-COLOR: #ffffff;
    box-sizing: content-box;
}

#form_cities * {
    box-sizing: content-box;
}

#form_cities2 {
    position: absolute;
    top: 140px;
    left: 138.5px;
    display: none;
    FONT-FAMILY: Arial;
}

#top_cities {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    COLOR: #666666;
    PADDING-TOP: 2px;
    margin-bottom: 2px;
    BORDER-BOTTOM: #f0f0f2 1px solid
}

#panel_cities {
    COLOR: #0055aa;
    FONT-FAMILY: Arial;
    HEIGHT: 149px
}

#panel_cities DIV {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    MARGIN: 1px 0px;
    CURSOR: pointer;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: right
}

#panel_cities SPAN {
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #666;
}

.cityline {
    BORDER: white 1px solid;
    COLOR: #666666;
    HEIGHT: 18px;
    line-height: 18px;
    BACKGROUND-COLOR: white;
    box-sizing: content-box;
}

.citylineover {
    BORDER: #3B99FC 1px solid;
    HEIGHT: 18px;
    line-height: 18px;
    BACKGROUND-COLOR: #E8F3FF;
    box-sizing: content-box;
}

#panel_cities .citylineover SPAN {
    COLOR: #3B99FC;
}

.lalign {
    FLOAT: right;
    TEXT-ALIGN: right
}

.ralign {
    FLOAT: left;
    TEXT-ALIGN: left
}

#flip_cities {
    PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
}

#flip_cities2 {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: right;
    color: #666
}

.STYLE3 {
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
}

.STYLE84 {
    color: #000000;
    font-size: 9pt;
}

.STYLE85 {
    color: #000000
}

.cursor {
    cursor: pointer;
}

.inp_selected {
    width: 113px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #CFCDC7;
    background: #fff;
    padding: 5px 0 5px 5px;
    color: #333333;
}

.inpt_unselected {
    width: 113px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #CFCDC7;
    background: #fff;
    color: #999;
    padding: 5px 0 5px 5px;
}

.citypage {
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.citypage a {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    width: 24px;
    margin: 0 2px;
    text-align: center;
}

.citypage .pagetxt {
    text-decoration: none;
}

.citypage .cur {
    color: #3B99FC;
    text-decoration: none;
}

||||||| .r34439 @charset "UTF-8";
.section-first {
    height: 450px;
    position: relative;
}

.fullSlide {
    position: relative;
    width: 100%;
}

.fullSlide .bd {
    position: relative;
    height: 450px;
}

.fullSlide .bd li {
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
}

.fullSlide .bd a {
    display: block;
    height: 450px;
}

.fullSlide .hd {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.fullSlide .hd ul {
    padding: 10px 0;
    line-height: 12px;
    overflow: hidden;
}

.fullSlide .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 100px;
    background: #f8f8f8;
    margin: 0 6px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    opacity: .6;
}

.fullSlide .hd .on {
    opacity: 1;
}

.search-index {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -595px;
    z-index: 100;
    width: 510px;
    height: 350px;
    background: #fff;
}

.search-index .search-side {
    float: left;
    width: 100px;
}

.search-index .search-side li {
    background: #3B99FC;
    border-bottom: 1px solid #86bffb;
    height: 116px;
}

.search-index .search-side li:last-child,
.search-index .search-side li.last {
    border-bottom: none;
    height: 118px;
}

.search-index .search-side li:last-child a,
.search-index .search-side li.last a {
    height: 118px;
    line-height: 118px;
}

.search-index .search-side a {
    display: block;
    height: 115px;
    line-height: 115px;
    color: #fff;
    border-left: 3px solid #3B99FC;
    font-size: 16px;
}

.search-index .search-side .active a {
    background: #fff;
    color: #3B99FC;
}

.search-index .search-side .icon {
    float: left;
    font-size: 18px;
    width: 28px;
    text-align: center;
}

.search-index .search-side .icon-huiyuan,
.search-index .search-side .icon-huochepiao,
.search-index .search-side .icon-cycx {
    font-size: 22px;
}

.search-index .search-main {
    float: left;
    width: 410px;
    height: 350px;
}

.search-index .search-main-item {
    padding: 32px 25px 0 25px;
    height: 100%;
}

.search-index .search-tab-hd {
    height: 34px;
    border-bottom: 2px solid #DEDEDE;
}

.search-index .search-tab-hd ul {
    *zoom: 1;
}

.search-index .search-tab-hd ul:before,
.search-index .search-tab-hd ul:after {
    content: "";
    display: table;
}

.search-index .search-tab-hd ul:after {
    clear: both;
    overflow: hidden;
}

.search-index .search-tab-hd li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.search-index .search-tab-hd .active a {
    color: #3B99FC;
}

.search-index .search-tab-hd .active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3B99FC;
}

.search-index .search-tab-hd a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #999;
}

.search-index .search-tab-hd a .icon {
    margin-right: 5px;
}

.search-index .search-tab-hd-2 li {
    width: 50%;
}

.search-index .search-tab-item {
    padding-top: 10px;
    display: none;
}

.search-index .search-form .form-item-group {
    position: relative;
}

.search-index .search-form .form-item-group .city-change {
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 60px;
    border: 1px solid #DEDEDE;
    border-left: none;
}

.search-index .search-form .form-item-group .city-change .icon {
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -12px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background: #ff8201;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.search-index .search-form .form-item {
    *zoom: 1;
    line-height: 30px;
    margin-top: 16px;
}

.search-index .search-form .form-item:before,
.search-index .search-form .form-item:after {
    content: "";
    display: table;
}

.search-index .search-form .form-item:after {
    clear: both;
    overflow: hidden;
}

.search-index .search-form .form-item-check {
    margin-top: 5px;
}

.search-index .search-form .form-item-btn {
    margin-top: 10px;
}

.search-index .search-form .check-list-right li {
    margin-right: 60px;
}

.search-index .search-form .form-label {
    float: left;
    width: 75px;
    padding-right: 10px;
    text-align: right;
}

.search-index .search-form .form-label .required {
    margin-right: 3px;
}

.search-index .search-form .form-bd {
    margin-left: 75px;
}

.search-index .search-form .input-box {
    width: 265px;
}

.search-index .search-form .form-code .input-box {
    float: left;
    width: 160px;
    margin-right: 10px;
}

.search-index .search-form .form-code .code-pic {
    float: left;
    border: 1px solid #DEDEDE;
    width: 95px;
}

.search-index .search-form .form-code .code-pic img {
    display: block;
    width: 93px;
    height: 28px;
    cursor: pointer;
}

.search-index .search-history {
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
}

.search-index .search-history-bd {
    width: 300px;
    float: left;
}

.search-index .search-history-bd .history-prev,
.search-index .search-history-bd .history-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #999;
}

.search-index .search-history-bd .history-prev:hover,
.search-index .search-history-bd .history-next:hover {
    color: #3B99FC;
}

.search-index .search-history-bd .history-prev {
    float: left;
}

.search-index .search-history-bd .history-next {
    float: right;
}

.search-index .search-history-bd .history-list-wrap {
    margin: 0 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.search-index .search-history-bd .history-list {
    width: 10000px;
    height: 20px;
    overflow: hidden;
}

.search-index .search-history-bd .history-list li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    color: #999;
}

.search-index .search-history-bd .history-list li:hover {
    color: #3B99FC;
}

.search-index .search-history-btn {
    float: right;
    width: 60px;
    text-align: right;
}

.search-index .search-history-btn a {
    color: #999;
}

.search-index .search-history-btn a:hover {
    color: #3B99FC;
}

.service-list {
    *zoom: 1;
}

.service-list:before,
.service-list:after {
    content: "";
    display: table;
}

.service-list:after {
    clear: both;
    overflow: hidden;
}

.service-list li {
    float: left;
    width: 14.2%;
    height: 136px;
    padding: 35px 0;
    line-height: 20px;
    text-align: center;
    background-image: url(../images/line01.png);
    background-image: -webkit-image-set(url(../images/line01.png) 1x, url(../images/line01@2x.png) 2x);
    background-image: image-set(url(../images/line01.png) 1x, url(../images/line01@2x.png) 2x);
    background-position: right center;
    background-repeat: no-repeat;
}

.service-list li a {
    display: block;
    height: 66px;
    -webkit-transition: .3s linear color;
    transition: .3s linear color;
}

.service-list li:hover .service-icon {
    opacity: .8;
}

.service-list .last {
    background: none;
}

.service-list .service-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
    background-image: url(../images/service.png);
    background-image: -webkit-image-set(url(../images/service.png) 1x, url(../images/service@2x.png) 2x);
    background-image: image-set(url(../images/service.png) 1x, url(../images/service@2x.png) 2x);
}

.service-list .ico-s1 {
    background-position: 0 0;
}

.service-list .ico-s2 {
    background-position: 0 -40px;
}

.service-list .ico-s3 {
    background-position: 0 -80px;
}

.service-list .ico-s4 {
    background-position: 0 -120px;
}

.service-list .ico-s5 {
    background-position: 0 -160px;
}

.service-list .ico-s6 {
    background-position: 0 -200px;
}

.service-list .ico-s7 {
    background-position: 0 -240px;
}

.service-list .ico-s8 {
    background-position: 0 -280px;
}

.service-list .ico-s9 {
    background-position: 0 -320px;
}

.service-lg {
    overflow: hidden;
}

.service-lg .service-lg-list {
    margin-right: -10px;
    *zoom: 1;
}

.service-lg .service-lg-list:before,
.service-lg .service-lg-list:after {
    content: "";
    display: table;
}

.service-lg .service-lg-list:after {
    clear: both;
    overflow: hidden;
}

.service-lg li {
    float: left;
    width: 590px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-lg li img {
    display: block;
    width: 590px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.service-lg li img:hover {
    opacity: .8;
}

.service-sm {
    margin-top: 40px;
    overflow: hidden;
}

.service-sm .service-sm-list {
    margin-right: -10px;
    *zoom: 1;
}

.service-sm .service-sm-list:before,
.service-sm .service-sm-list:after {
    content: "";
    display: table;
}

.service-sm .service-sm-list:after {
    clear: both;
    overflow: hidden;
}

.service-sm li {
    float: left;
    width: 290px;
    margin-right: 10px;
}

.service-sm a {
    display: block;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.service-sm a:hover img {
    opacity: .9;
}

.service-sm a:hover .icon {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.service-sm .service-pic img {
    display: block;
    width: 288px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.service-sm .service-info {
    padding: 10px;
    height: 88px;
    position: relative;
}

.service-sm .service-info .icon {
    position: absolute;
    right: 10px;
    top: 48px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #ff8201;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.service-sm .service-name {
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-sm .service-txt {
    height: 22px;
    line-height: 22px;
    color: #999;
    margin-right: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-train {
    overflow: hidden;
}

.travel-train .travel-train-list {
    *zoom: 1;
    margin-right: -10px;
}

.travel-train .travel-train-list:before,
.travel-train .travel-train-list:after {
    content: "";
    display: table;
}

.travel-train .travel-train-list:after {
    clear: both;
    overflow: hidden;
}

.travel-train li {
    float: left;
    width: 290px;
    margin: 10px 10px 0 0;
}

.travel-train a {
    display: block;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.travel-train a:hover img {
    opacity: .9;
}

.travel-train .travel-pic img {
    display: block;
    width: 288px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.travel-train .travel-info {
    padding: 10px;
}

.travel-train .travel-name {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-train .txt-price {
    font-size: 20px;
}

.travel-train .txt-price .rmb {
    font-size: 14px;
    margin-right: 6px;
}

.travel-train .travel-tips {
    float: right;
    height: 22px;
    line-height: 20px;
    border: 1px solid #3B99FC;
    color: #3B99FC;
    padding: 0 3px;
    margin-top: 4px;
    font-size: 12px;
}

.news-tab {
    margin-top: 40px;
    margin-bottom: 55px;
}

.news-tab .tab-hd {
    height: 40px;
    overflow: hidden;
}

.news-tab .tab-hd ul {
    margin-right: -10px;
}

.news-tab .tab-hd li {
    float: left;
    margin-right: 10px;
}

.news-tab .tab-hd li.active a {
    background: #3B99FC;
    color: #fff;
}

.news-tab .tab-hd a {
    display: block;
    width: 390px;
    height: 40px;
    line-height: 40px;
    background: #efeff4;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.news-tab .tab-bd {
    border: 1px solid #DEDEDE;
}

.news-tab .tab-item {
    padding: 20px;
    display: none;
}

.news-index {
    overflow: hidden;
}

.news-index .news-index-list {
    *zoom: 1;
    margin-right: -60px;
}

.news-index .news-index-list:before,
.news-index .news-index-list:after {
    content: "";
    display: table;
}

.news-index .news-index-list:after {
    clear: both;
    overflow: hidden;
}

.news-index li {
    float: left;
    width: 544px;
    margin-right: 60px;
    height: 36px;
    line-height: 36px;
}

.news-index li:before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    background: #3B99FC;
    margin: 15px 20px 0 0;
}

.news-index .news-tit {
    float: left;
    height: 36px;
    line-height: 36px;
    max-width: 460px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-index .news-time {
    float: right;
    color: #999;
    font-size: 12px;
}

.news-index .news-more {
    line-height: 36px;
    text-align: right;
}

.news-index .news-more a {
    color: #999;
}

.news-index .news-more a:hover {
    color: #3B99FC;
}

.discredit-list-box {
    *zoom: 1;
}

.discredit-list-box:before,
.discredit-list-box:after {
    content: "";
    display: table;
}

.discredit-list-box:after {
    clear: both;
    overflow: hidden;
}

.discredit-list {
    width: 544px;
    text-align: center;
}

.discredit-list dt {
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    border-bottom: 2px solid #DEDEDE;
    margin-bottom: 5px;
}

.discredit-list dt i {
    font-size: 24px;
    color: #7DBBFC;
    margin-right: 18px;
}

.discredit-list .dis-item {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
    padding: 0 60px;
}

.discredit-list .dis-item:before {
    content: "";
    width: 6px;
    height: 6px;
    float: left;
    margin: 13px 20px 0 0;
    background: #348ff3;
}

.discredit-list .dis-item .person-name {
    float: left;
    width: 230px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discredit-list .dis-item .person-card {
    float: right;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discredit-list .more {
    text-align: right;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    position: relative;
    padding-right: 60px;
}

.discredit-list .more a {
    color: #999;
}

.discredit-list .more a:hover {
    color: #3B99FC;
}

@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #3B99FC;
}

a:active,
a:focus,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
}

a.txt-primary:hover {
    text-decoration: underline;
}

label {
    font-weight: 400;
}

fieldset,
img {
    border: 0;
}

html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

del {
    text-decoration: line-through;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

audio,
video {
    display: inline-block;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

td {
    word-break: break-all;
    word-wrap: break-word;
}

textarea {
    resize: none;
}

iframe {
    display: block;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear {
    clear: both;
}

.icon {
    vertical-align: -1px;
}

body {
    min-width: 1200px;
}

*,
*:before,
*:after {
    -wekbit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-selection {
    color: #fff;
    background: #3B99FC;
}

::-moz-selection {
    color: #fff;
    background: #3B99FC;
}

::selection {
    color: #fff;
    background: #3B99FC;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.btn {
    display: inline-block;
    font-size: 14px;
    color: #333;
    min-width: 80px;
    height: 30px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn:hover {
    color: #ff8201;
    border-color: #ff8201;
}

.btn.btn-default {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.btn.btn-default:hover {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color: #333;
}

.btn.btn-primary,
.pagination .page-skip .btn {
    background: #ff8201;
    color: #fff;
    border-color: #ff8201;
}

.btn.btn-primary:hover,
.pagination .page-skip .btn:hover {
    background: rgba(255, 130, 1, 0.8);
    border-color: rgba(255, 130, 1, 0.8);
}

.btn.btn-secondary {
    background: #3B99FC;
    color: #fff;
    border-color: #3B99FC;
}

.btn.btn-secondary:hover {
    background: #2477E3;
    border-color: #2477E3;
}

.btn.btn-disabled {
    background: #eaeded;
    color: #999;
    border-color: #eaeded;
    cursor: not-allowed;
}

.btn.btn-disabled:hover {
    background: #eaeded;
    border-color: #eaeded;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-success {
    background: #00CC0C;
    color: #fff;
    border-color: #00CC0C;
}

.btn.btn-success:hover {
    background: rgba(0, 204, 12, 0.8);
    border-color: rgba(0, 204, 12, 0.8);
}

.btn.btn-warning {
    background: #F6BA29;
    color: #fff;
    border-color: #F6BA29;
}

.btn.btn-warning:hover {
    background: rgba(246, 186, 41, 0.8);
    border-color: rgba(246, 186, 41, 0.8);
}

.btn.btn-danger {
    background: #FF4646;
    color: #fff;
    border-color: #FF4646;
}

.btn.btn-danger:hover {
    background: rgba(255, 70, 70, 0.8);
    border-color: rgba(255, 70, 70, 0.8);
}

.btn.btn-sm {
    min-width: 60px;
    height: 24px;
    padding: 1px 10px;
}

.btn.btn-sm.btn-radius {
    border-radius: 12px;
}

.btn.btn-lg {
    height: 36px;
    padding: 7px 10px;
}

.btn.btn-lg.btn-radius {
    border-radius: 18px;
}

.btn.form-block {
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
}

.btn.btn-radius {
    border-radius: 15px;
}

.btn-left {
    text-align: left;
    font-size: 0;
}

.btn-left a {
    margin-right: 10px;
}

.btn-right {
    text-align: right;
    font-size: 0;
}

.btn-right a {
    margin-left: 10px;
}

.btn-center {
    text-align: center;
    font-size: 0;
}

.btn-center a {
    margin: 0 5px;
}

.select {
    min-width: 80px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    color: #333;
    text-indent: 0;
    text-align: left;
    outline: none;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.select:focus,
.select.focus {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

select::-ms-expand {
    display: none;
}

.input-box {
    display: inline-block;
    position: relative;
}

.input-box .input,
.input-box .textarea {
    width: 100%;
    vertical-align: top;
}

.input-box .select {
    width: 100%;
    vertical-align: top;
}

.input-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #DCDCDC;
    cursor: pointer;
    font-size: 18px;
}

.input-box .icon:hover {
    color: #3B99FC;
}

.input-box .input-scale {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    background: #fff;
    width: 240px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #3B99FC;
    padding: 0 10px;
    font-size: 16px;
    color: #3B99FC;
    -webkit-box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
    box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
    z-index: 10;
    display: none;
}

.input-city .input,
.input-city .textarea,
.input-date .input,
.input-date .textarea {
    padding-right: 30px;
}

.input,
.textarea {
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    color: #333;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.input:focus,
.textarea:focus,
.input.focus,
.focus.textarea {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

.input.input-sm,
.input-sm.textarea {
    height: 24px;
    padding: 1px 10px;
}

.input.input-lg,
.input-lg.textarea {
    height: 36px;
    padding: 7px 10px;
}

.input.input-error,
.input-error.textarea {
    border-color: #E12525;
    color: #E12525;
}

.textarea {
    height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-block {
    display: block;
    width: 100% !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.icheckbox,
.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
}

.icheckbox.checked {
    background-position: -32px 0;
    -webkit-animation: scale-spring .2s;
    animation: scale-spring .2s;
}

.icheckbox.disabled {
    background-position: -16px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -48px 0;
    cursor: default;
}

.iradio {
    background-position: -64px 0;
}

.iradio.checked {
    background-position: -96px 0;
    -webkit-animation: scale-spring .2s;
    animation: scale-spring .2s;
}

.iradio.disabled {
    background-position: -80px 0;
    cursor: default;
}

.iradio.checked.disabled {
    background-position: -112px 0;
    cursor: default;
}

.check-inline {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.check-inline .iradio,
.check-inline .icheckbox {
    float: left;
    margin-left: -20px;
    margin-top: 7px;
}

.check-inline+.check-inline {
    margin-left: 10px;
}

input[type="file"] {
    display: block;
}

.file {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 100px;
}

.check-list {
    *zoom: 1;
}

.check-list:before,
.check-list:after {
    content: "";
    display: table;
}

.check-list:after {
    clear: both;
    overflow: hidden;
}

.check-list li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.check-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
}

.check-list .active i {
    background-position: -16px 0;
    -webkit-animation: .3s scale-spring;
    animation: .3s scale-spring;
}

.check-list-right li i {
    margin-right: 0;
    margin-left: 10px;
}

.radio-list {
    *zoom: 1;
}

.radio-list:before,
.radio-list:after {
    content: "";
    display: table;
}

.radio-list:after {
    clear: both;
    overflow: hidden;
}

.radio-list li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.radio-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-position: -32px 0;
}

.radio-list .active i {
    background-position: -48px 0;
    -webkit-animation: .3s scale-spring;
    animation: .3s scale-spring;
}

.ml {
    margin-left: 10px !important;
}

.ml-sm {
    margin-left: 5px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.mr {
    margin-right: 10px !important;
}

.mr-sm {
    margin-right: 5px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mt {
    margin-top: 10px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-sm {
    margin-top: 5px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-mlg {
    margin-top: 40px !important;
}

.mb {
    margin-bottom: 10px !important;
}

.mb-sm {
    margin-bottom: 5px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.txt-default {
    color: #333 !important;
}

.txt-primary {
    color: #3B99FC !important;
}

.txt-num {
    color: #ff8201 !important;
}

.txt-light,
.txt-tips {
    color: #666 !important;
}

.txt-lighter {
    color: #999 !important;
}

.txt-lightest {
    color: #fff !important;
}

.txt-success {
    color: #00CC0C !important;
}

.txt-error {
    color: #E12525 !important;
}

.txt-warning {
    color: #F6BA29 !important;
}

.txt-danger {
    color: #FF4646 !important;
}

.txt-disabled {
    color: #eaeded !important;
}

.txt-price {
    color: #ff8201 !important;
}

.txt-second {
    color: #ff8201 !important;
}

.txt-lg {
    font-size: 16px !important;
}

.txt-mlg {
    font-size: 18px !important;
}

.txt-blg {
    font-size: 20px !important;
}

.txt-sm {
    font-size: 12px !important;
}

.txt-md {
    font-size: 14px !important;
}

.txt-bold,
.txt-700 {
    font-weight: 700;
}

.txt-400 {
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: underline;
}

.text-indent {
    text-indent: 2em;
}

.required {
    color: #f00;
    font-weight: 400;
}

.lineheight-lg {
    line-height: 30px;
}

.wrapper {
    width: 1200px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #DEDEDE transparent transparent transparent;
    border-bottom: none;
}

.img-scale {
    overflow: hidden;
}

.img-scale img {
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.img-scale img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.section {
    padding-top: 10px;
}

.section .section-hd {
    height: 40px;
    border-bottom: 2px solid #DEDEDE;
}

.section .section-hd .more {
    float: right;
    line-height: 38px;
    color: #999;
}

.section .section-hd .more:hover {
    color: #3B99FC;
}

.section .section-tit {
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    color: #3B99FC;
    padding: 0 4px;
}

.section .section-tit:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3B99FC;
}

.txt-price {
    color: #ff8201;
}

.txt-price .rmb {
    font-style: normal;
}

.gototop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s linear opacity;
    transition: 1s linear opacity;
}

.gototop a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #EFEFEF;
}

.gototop .icon {
    font-size: 20px;
    color: #666;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 5000;
}

.modal {
    position: absolute;
    z-index: 6000;
    display: none;
    width: 440px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal .modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
}

.modal .modal-hd {
    height: 40px;
    background: #3B99FC;
}

.modal .modal-tit {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.modal .modal-bd {
    padding: 20px;
}

.modal .modal-ft {
    padding: 0 20px 20px 20px;
    font-size: 0;
    text-align: center;
}

.modal .modal-ft .btn {
    margin: 0 5px;
}

.modal .modal-ft-tips {
    background: #F8F8F8;
    padding: 15px 20px;
    color: #666;
}

.message {
    padding: 0 20px 0 60px;
    position: relative;
}

.message .msg-ico {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    margin-left: -45px;
}

.message .msg-ico .icon {
    font-size: 30px;
}

.message .msg-ico img {
    display: block;
    width: 30px;
    height: 30px;
}

.message .msg-ico .icon-doubt {
    color: #F6BA29;
}

.message .msg-ico .icon-success {
    color: #00CC0C;
}

.message .msg-ico .icon-error {
    color: #E12525;
}

.message .msg-ico .icon-plaint-fill {
    color: #3B99FC;
}

.message .msg-tit {
    line-height: 30px;
    font-size: 16px;
}

.message .msg-info {
    line-height: 20px;
    color: #666;
}

.box-result {
    border: 1px solid #3B99FC;
    padding: 20px;
}

.box-result .result-bd {
    margin: 0 200px;
}

.box-result .btn-group-center {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #DEDEDE;
}

.result-bd {
    padding-left: 90px;
    position: relative;
    _height: 45px;
    min-height: 45px;
    line-height: 20px;
    padding-top: 5px;
}

.result-bd .result-img {
    position: absolute;
    top: 0;
    left: 0;
}

.result-bd .result-tit {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
}

.result-bd-mini {
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-bd-mini .result-tit {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.breadcrumb {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 12px;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #666;
}

.breadcrumb .active {
    color: #3B99FC;
}

.breadcrumb .sep {
    font-family: "5B8B\4F53";
    margin: 0 3px;
}

.main-panel {
    border-top: 0;
    position: relative;
}

.main-panel .panel-hd {
    height: 40px;
    line-height: 40px;
    background: #3B99FC;
    padding: 0 20px;
    color: #fff;
}

.main-panel .panel-bd {
    border: 1px solid #DEDEDE;
    padding: 20px 19px;
}

.main-panel .panel-sub-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.main-panel .panel-bd-bg {
    background: #FCFCFC;
    border: none;
}

.panel-border {
    border: 1px solid #DEDEDE;
    padding: 20px;
}

.panel-border.border-transparent {
    border-color: transparent;
}

.search-box {
    background: #f8f8f8;
    border-radius: 1px;
    padding: 0px 20px 20px;
    border: 1px solid #DEDEDE;
}

.search-box .form-label {
    float: left;
    width: 75px;
    padding-right: 10px;
    text-align: right;
}

.search-box .form-label .required {
    margin-right: 3px;
}

.search-box-list {
    *zoom: 1;
}

.search-box-list:before,
.search-box-list:after {
    content: "";
    display: table;
}

.search-box-list:after {
    clear: both;
    overflow: hidden;
}

.search-box-list li {
    float: left;
    margin: 20px 10px 0 0;
}

.search-box-list .form-label {
    line-height: 30px;
}

.search-box-list .btn {
    min-width: 100px;
    vertical-align: top;
}

.result-none {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.result-none .result-pic {
    width: 240px;
    height: 144px;
    vertical-align: top;
}

.result-none .result-txt {
    font-size: 18px;
    color: #999;
    margin-top: 30px;
    line-height: 24px;
}

.article-box {
    padding: 0 65px;
}

.article-box .title {
    line-height: 34px;
    margin: 0px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.article-box .para-sub-title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.article-box .para-sub-title:before {
    content: "";
    float: left;
    width: 3px;
    height: 16px;
    background: #3B99FC;
    margin: 9px 10px 0 0;
}

.article-box .para-box {
    margin-top: 20px;
    line-height: 22px;
}

.article-box .img-box {
    text-align: center;
    margin-top: 30px;
}

.article-box .img-box img {
    max-width: 100%;
}

.fixed-right {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -170px;
    z-index: 1100;
}

.fixed-right-menu {
    width: 50px;
}

.fixed-right-menu .menu-item {
    margin-bottom: 5px;
    background: #EFEFEF;
    text-align: center;
    width: 50px;
    position: relative;
}

.fixed-right-menu .menu-item:hover .menu-code {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.fixed-right-menu .menu-item .menu-hd {
    text-align: center;
    display: block;
    padding: 10px;
    color: #666;
}

.fixed-right-menu .menu-item .menu-hd:hover {
    color: #3B99FC;
}

.fixed-right-menu .menu-item .menu-name {
    line-height: 18px;
}

.fixed-right-menu .menu-item .icon {
    display: block;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.fixed-right-menu .menu-code {
    width: 330px;
    height: 148px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #E3E3E3;
    box-shadow: 0 0 8px #E3E3E3;
    border: 1px solid #DEDEDE;
    position: absolute;
    top: 50%;
    margin-top: -74px;
    right: 60px;
    z-index: 1100;
    padding: 0 20px 20px 20px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .3s ease opacity, .3s ease transform;
    transition: .3s ease opacity, .3s ease transform;
}

.fixed-right-menu .menu-code:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #DEDEDE;
    border-right: none;
}

.fixed-right-menu .menu-code:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.fixed-right-menu .menu-code-name {
    height: 46px;
    line-height: 46px;
}

.fixed-right-menu .menu-code-pic {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
}

.fixed-right-menu .menu-code-pic img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #DEDEDE;
}

.fixed-right-menu .menu-code-pic .code-tips {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 190px;
    height: 80px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    background-image: url(../images/bg-train.png);
    background-image: -webkit-image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-image: image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 18px;
    padding: 12px 10px;
    font-size: 12px;
    text-align: left;
}

.fixed-right-menu .menu-code-pic .code-tips:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #DEDEDE transparent transparent;
    border-left: none;
}

.fixed-right-menu .menu-code-pic .code-tips:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/loading3.gif) center center no-repeat;
    z-index: 5000;
    background-size: 60px 120px;
}

.tooltip {
    position: absolute;
    z-index: 100;
    display: block;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.98;
    filter: alpha(opacity=98);
}

.tooltip.top {
    margin-top: -3px;
    padding: 4px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 4px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 4px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 4px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #3B99FC;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-right-color: #3B99FC;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-left-color: #3B99FC;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip-error {
    position: absolute;
    height: 30px;
    line-height: 28px;
    border: 1px solid #E12525;
    padding: 0 10px;
    border-radius: 4px;
    color: #E12525;
    background: #FFEBEB;
    z-index: 3000;
    white-space: nowrap;
    display: none;
}

.tooltip-error:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #E12525 transparent transparent;
    border-left: none;
}

.tooltip-error:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -3px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #FFEBEB transparent transparent;
    border-left: none;
}

.tooltip-error .icon {
    margin-right: 4px;
}

.down-box {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    z-index: 10;
    display: none;
}

.down-box .down-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}

.down-box .down-list li:hover {
    background: #E8F3FF;
    color: #3B99FC;
}

.down-box .down-list li.active {
    background: #61ADFD;
    color: #fff;
}

.label-new {
    display: inline-block;
    border: 1px solid #ffb5b5;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    color: #FF4646;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}

.label-give {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    background: #ff8201;
    color: #fff;
}

.label-children {
    display: inline-block;
    border: 1px solid #ACD1F9;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    color: #3B99FC;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}

.label-txt {
    display: inline-block;
    min-width: 56px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #b1d6fe;
    padding: 0 2px;
    color: #3B99FC;
    font-style: normal;
    white-space: nowrap;
}

.label-txt-sm {
    width: auto;
    min-width: 22px;
}

.pagination {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.pagination .page-num {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.pagination .page-num li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.pagination .page-num li a {
    display: block;
    height: 30px;
    border: 1px solid #DEDEDE;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background: #F8F8F8;
}

.pagination .page-num li a:hover {
    color: #3B99FC;
}

.pagination .page-num li .icon {
    font-size: 14px;
}

.pagination .page-num .dotted {
    display: block;
    height: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.pagination .page-num .active a,
.pagination .page-num .active a:hover {
    background: #3B99FC;
    border-color: #3B99FC;
    color: #fff;
}

.pagination .page-num .disabled a {
    color: #d2d2d2;
    cursor: not-allowed;
    border-color: #e2e2e2;
}

.pagination .page-num .disabled a:hover {
    color: #d2d2d2;
    border-color: #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-all {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.pagination .page-all strong {
    margin: 0 3px;
    font-weight: 400;
}

.pagination .page-skip {
    display: inline-block;
    margin-right: 10px;
}

.pagination .page-skip .input,
.pagination .page-skip .textarea {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: baseline;
}

.pagination .page-skip .btn {
    margin-left: 10px;
}

.pagination .page-btn {
    background: #F8F8F8;
    vertical-align: top;
    border-radius: 2px;
    min-width: 50px;
}

.box-loading {
    height: 100px;
    position: relative;
}

.box-loading img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

.tips-box {
    border: 2px solid #ffddba;
    background: #fffbf8;
    padding: 10px 20px 10px 20px;
    line-height: 20px;
}

.tips-box .tips-tit {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.tips-box p {
    margin-top: 4px;
    line-height: 20px;
    font-size: 12px;
}

.search-form-mini {
    *zoom: 1;
}

.search-form-mini:before,
.search-form-mini:after {
    content: "";
    display: table;
}

.search-form-mini:after {
    clear: both;
    overflow: hidden;
}

.search-form-mini .form-item {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.search-form-mini .form-item .btn {
    vertical-align: top;
}

.search-form-mini .form-item .sel {
    vertical-align: top;
}

.show-expect {
    text-align: center;
    padding: 20px;
}

.show-expect img {
    width: 500px;
    height: auto;
    vertical-align: top;
}

.panel-tab .tab-hd {
    height: 44px;
    margin-bottom: -1px;
}

.panel-tab .tab-bd {
    border: 1px solid #DEDEDE;
}

.panel-tab .tab-hd-list {
    height: 44px;
}

.panel-tab .tab-hd-list li {
    float: left;
    border: 1px solid #DEDEDE;
    margin-right: -1px;
}

.panel-tab .tab-hd-list a {
    float: left;
    padding: 0 30px;
    min-width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.panel-tab .tab-hd-list .txt-num {
    display: inline-block;
    margin-left: 5px;
    height: 14px;
    line-height: 14px;
    padding: 0 8px;
    color: #fff !important;
    background: #ff8201;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
}

.panel-tab .tab-hd-list .active {
    border-bottom: 1px solid #fff;
}

.panel-tab .tab-hd-list .active a {
    color: #3B99FC;
}

.panel-tab .tab-item {
    display: none;
    padding: 20px;
}

.panel-tooltip {
    position: absolute;
    border: 1px solid #3B99FC;
}

.panel-tooltip .tooltip-txt {
    line-height: 20px;
    padding: 4px 10px;
}

.panel-tooltip.top .tooltip-arw,
.panel-tooltip.top-left .tooltip-arw,
.panel-tooltip.top-right .tooltip-arw {
    top: auto;
    bottom: -6px;
}

.panel-tooltip.top .tooltip-arw:before,
.panel-tooltip.top-left .tooltip-arw:before,
.panel-tooltip.top-right .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #3B99FC transparent transparent transparent;
    border-bottom: none;
}

.panel-tooltip.top .tooltip-arw:after,
.panel-tooltip.top-left .tooltip-arw:after,
.panel-tooltip.top-right .tooltip-arw:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
}

.panel-tooltip.top .tooltip-arw {
    left: 50%;
    margin-left: -6px;
}

.panel-tooltip.top-left .tooltip-arw {
    left: auto;
    right: 10px;
}

.panel-tooltip.bottom-left .tooltip-arw {
    left: auto;
    right: 10px;
}

.panel-tooltip.bottom-right .tooltip-arw {
    left: 10px;
}

.panel-tooltip.bottom .tooltip-arw {
    left: 50%;
    margin-left: -6px;
}

.panel-tooltip.right-bottom .tooltip-arw,
.panel-tooltip.right-top .tooltip-arw,
.panel-tooltip.right .tooltip-arw {
    width: 6px;
    height: 12px;
    left: -6px;
    top: 10px;
}

.panel-tooltip.right-bottom .tooltip-arw:before,
.panel-tooltip.right-top .tooltip-arw:before,
.panel-tooltip.right .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #3B99FC transparent transparent;
    border-left: none;
}

.panel-tooltip.right-bottom .tooltip-arw:after,
.panel-tooltip.right-top .tooltip-arw:after,
.panel-tooltip.right .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.panel-tooltip.right-bottom .tooltip-arw {
    top: 10px;
}

.panel-tooltip.right-top .tooltip-arw {
    top: auto;
    bottom: 10px;
}

.panel-tooltip.right .tooltip-arw {
    top: 50%;
    margin-top: -6px;
}

.panel-tooltip.left-bottom .tooltip-arw,
.panel-tooltip.left-top .tooltip-arw,
.panel-tooltip.left .tooltip-arw {
    width: 6px;
    height: 12px;
    left: auto;
    right: -6px;
    top: 8px;
}

.panel-tooltip.left-bottom .tooltip-arw:before,
.panel-tooltip.left-top .tooltip-arw:before,
.panel-tooltip.left .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3B99FC;
    border-right: none;
}

.panel-tooltip.left-bottom .tooltip-arw:after,
.panel-tooltip.left-top .tooltip-arw:after,
.panel-tooltip.left .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 0px;
    left: auto;
    right: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.panel-tooltip.left-bottom .tooltip-arw {
    top: 8px;
}

.panel-tooltip.left-top .tooltip-arw {
    top: auto;
    bottom: 8px;
}

.panel-tooltip.left .tooltip-arw {
    top: 50%;
    margin-top: -6px;
}

.panel-tooltip .tooltip-arw {
    width: 12px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 10px;
}

.panel-tooltip .tooltip-arw:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #3B99FC transparent;
    border-top: none;
}

.panel-tooltip .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
}

.panel-train-stop {
    width: 418px;
}

.panel-train-stop .stop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
}

.panel-train-stop .stop-close:hover {
    color: #3B99FC;
}

.panel-train-stop .stop-hd {
    height: 40px;
    text-align: center;
    background: #F0F8FF;
    color: #666;
}

.panel-train-stop .stop-hd .stop-item {
    line-height: 40px;
}

.panel-train-stop .stop-item {
    float: left;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-train-stop .stop-num {
    width: 60px;
}

.panel-train-stop .stop-name {
    width: 90px;
}

.panel-train-stop .stop-time {
    width: 80px;
}

.panel-train-stop .stop-bd {
    max-height: 256px;
    overflow: auto;
}

.panel-train-stop .stop-list {
    line-height: 32px;
}

.panel-train-stop .stop-ft {
    line-height: 38px;
    border-top: 1px solid #3B99FC;
    padding: 0 0 0 20px;
}

.panel-train-stop .stop-ft span {
    margin-right: 35px;
    font-weight: 700;
}

.sel {
    display: inline-block;
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.sel .sel-hd {
    height: 30px;
    line-height: 28px;
    border: 1px solid #DEDEDE;
    padding: 0 24px 0 10px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    min-width: 60px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.sel .sel-hd .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #E0E0E0;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.sel .sel-inner {
    overflow: hidden;
    white-space: nowrap;
}

.sel .sel-placeholder {
    color: #999;
}

.sel .sel-bd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    border: 1px solid #DCDCDC;
    background: #fff;
    z-index: 10;
    max-height: 180px;
    overflow: auto;
    display: none;
}

.sel .sel-list li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.sel .sel-list li.hover,
.sel .sel-list li:hover {
    color: #3B99FC;
}

.sel .sel-list li.selected {
    background: #3B99FC;
    color: #fff;
}

.sel .sel-list li.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.sel .sel-list li.disabled:hover {
    background: none;
}

.sel.active {
    z-index: 100;
}

.sel.active .sel-hd {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

.sel.active .sel-hd .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sel.active .sel-bd {
    display: block;
}

.sel.sel-sm .sel-hd {
    height: 24px;
    line-height: 22px;
    padding: 0 24px 0 10px;
}

.sel.sel-sm .sel-hd .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.sel.sel-lg .sel-hd {
    height: 36px;
    line-height: 34px;
    padding: 0 36px 0 10px;
}

.sel.sel-lg .sel-hd .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.form-list .form-item {
    *zoom: 1;
    margin-bottom: 10px;
    min-height: 30px;
}

.form-list .form-item:before,
.form-list .form-item:after {
    content: "";
    display: table;
}

.form-list .form-item:after {
    clear: both;
    overflow: hidden;
}

.form-list .form-label {
    float: left;
    padding: 5px 5px 5px 0;
    width: 100px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    text-align: right;
}

.form-list .form-label .required {
    margin-right: 5px;
}

.form-list .form-bd {
    margin-left: 100px;
    min-height: 30px;
}

.form-list .form-bd-txt {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 20px;
}

.form-list .form-inline {
    float: left;
    margin-right: 20px;
}

.form-list .form-inline-half {
    width: 50%;
    margin-right: 0;
}

.form-list .form-tips {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.form-list .form-tips .icon {
    margin-right: 5px;
}

.form-list .ml0 {
    margin-left: 0;
}

.form-list .input-box,
.form-list .sel {
    float: left;
    width: 200px;
}

.form-list .w240 {
    width: 240px;
}

.form-list-mlg .form-label {
    width: 340px !important;
}

.form-list-mlg .form-bd {
    margin-left: 340px !important;
}

.form-list-lg .form-label {
    width: 200px !important;
}

.form-list-lg .form-bd {
    margin-left: 200px !important;
}

.form-list-sm .form-label {
    width: 100px !important;
}

.form-list-sm .form-bd {
    margin-left: 100px !important;
}

.line-dashed {
    height: 1px;
    border-top: 1px dashed #DEDEDE;
    margin: 15px 0;
}

.line-dashed-margin {
    margin: 40px 0;
}

.pwd-rank {
    height: 14px;
    line-height: 14px;
}

.pwd-rank span {
    float: left;
    width: 66px;
    height: 14px;
    background: #FFCE9C;
    margin-right: 1px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.pwd-rank .active {
    background: #ff8201;
}

.list-operation {
    text-align: center;
}

.list-operation a {
    margin: 0 10px;
}

.list-operation .icon-del {
    color: #E12525;
}

.list-operation .icon-edit {
    color: #3B99FC;
}

.article {
    padding: 0 20px;
}

.article .article-head {
    padding: 10px;
}

.article .article-tit {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.article .article-txt {
    line-height: 20px;
    margin-top: 15px;
}

.code-box-show {
    width: 162px;
    height: 162px;
    border: 1px solid #DEDEDE;
    position: relative;
}

.code-box-show img {
    display: block;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.code-box-show .code-tips {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 160px;
    height: 160px;
    z-index: 10;
    display: none;
}

.code-box-show .code-tips .code-tips-mask {
    width: 160px;
    height: 160px;
    background: #fff;
    opacity: .9;
}

.code-box-show .code-tips .code-tips-info {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 0;
    top: 0;
    z-index: 10;
}

.code-box-show .code-tips .code-tips-bd {
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.code-box-show .code-tips .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 20px;
    margin-right: 5px;
}

.code-box-show .code-tips .btn {
    margin-top: 10px;
}

.panel-table {
    border: 1px solid #DEDEDE;
    -webkit-transition: .3s linear border;
    transition: .3s linear border;
}

.list-table {
    width: 100%;
    text-align: center;
}

.list-table th {
    background: #F0F8FF;
    height: 40px;
    padding: 0 10px;
}

.list-table td {
    padding: 15px 10px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    line-height: 22px;
}

.list-table .order-operation {
    padding: 20px 10px;
    border-right: none;
}

.list-table .align-top {
    vertical-align: top;
}

.list-table .align-center {
    text-align: center;
}

.list-table .td-left {
    padding-left: 20px;
    text-align: left;
}

.list-table .br-none {
    border-right: none;
}

.list-table .item-disabled {
    color: #999;
}

.list-table .item-disabled .txt-primary,
.list-table .item-disabled .txt-price,
.list-table .item-disabled .label-discount,
.list-table .item-disabled .txt-light {
    color: #999 !important;
}

.list-table .item-disabled .label-discount {
    border-color: #999;
}

.list-table .passenger-operation {
    padding-left: 20px;
    position: relative;
}

.list-table .passenger-operation .passenger-check {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

@-webkit-keyframes scale-spring {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    80% {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-spring {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    80% {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes up-small {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes up-small {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes up-lg {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes up-lg {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes width-increase {
    0% {
        width: 0%;
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@charset "UTF-8";
.header,
.header *,
.footer,
.footer *,
.nav-box,
.nav-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.header .wrapper,
.footer .wrapper,
.nav-box .wrapper {
    width: 1200px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

.header,
.footer,
.nav-box {
    font-size: 14px;
}

.w300 {
    width: 300px;
}

a {
    color: #333;
}

a:hover {
    color: #3B99FC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%;
}

.mr {
    margin-right: 10px;
}

.ml {
    margin-left: 10px;
}

.header {
    background: #fff;
    position: relative;
    z-index: 2000;
}

.header:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    left: 50%;
    height: 40px;
    background: #f8f8f8;
    z-index: 1;
}

.header .header-con {
    *zoom: 1;
    height: 80px;
}

.header .header-con:before,
.header .header-con:after {
    content: "";
    display: table;
}

.header .header-con:after {
    clear: both;
    overflow: hidden;
}

.logo {
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}

.logo a {
    display: block;
    width: 200px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(./images/logo.png);
    background-image: -webkit-image-set(url(./images/logo.png) 1x, url(../images/logo@2x.png) 2x);
    background-image: image-set(url(./images/logo.png) 1x, url(../images/logo@2x.png) 2x);
}

.header-right {
    float: right;
    margin: 24px 0 0 0;
    width: 890px;
    height: 40px;
    background-image: url(../images/train.png);
    background-image: -webkit-image-set(url(../images/train.png) 1x, url(../images/train@2x.png) 2x);
    background-image: image-set(url(../images/train.png) 1x, url(../images/train@2x.png) 2x);
    background-repeat: no-repeat;
    position: relative;
    z-index: 2000;
}

.header-search {
    float: left;
    width: 450px;
    margin: 5px 0 5px 100px;
}

.header-search .search-bd {
    width: 420px;
    position: relative;
}

.header-search .search-bd .search-input {
    width: 100%;
    float: left;
    border-radius: 0;
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header-search .search-bd .search-input.focus {
    border-color: #3B99FC;
}

.header-search .search-btn {
    float: left;
    width: 30px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
    background-color: #3B99FC;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header-search .search-btn:hover {
    background: #2676E3;
    color: #fff;
}

.header-search .search-down,
.header-search .search-history {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: none;
    min-height: 30px;
    display: none;
}

.header-search .search-down .close,
.header-search .search-history .close {
    position: absolute;
    top: 0;
    right: 16px;
    line-height: 34px;
    height: 34px;
    color: #3B99FC;
    font-size: 12px;
    background: none;
    text-indent: 0;
    width: auto;
}

.header-search .search-down .close:hover,
.header-search .search-history .close:hover {
    color: #2676E3;
}

.header-search .search-down-list {
    max-height: 204px;
    overflow-y: auto;
}

.header-search .search-down-list li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 10px 0 5px;
    cursor: pointer;
    color: #666;
}

.header-search .search-down-list li:hover {
    background: #F8F8F8;
}

.header-search .search-down-list .list-txt {
    color: #333;
}

.header-search .search-down-list .icon {
    float: left;
    width: 24px;
    color: #3B99FC;
}

.header-search .search-down-list .icon-zhanche {
    font-size: 14px;
}

.header-search .search-down-hot {
    border-top: 1px solid #DEDEDE;
    padding: 10px;
}

.header-search .search-hot-tit {
    line-height: 24px;
    font-weight: 700;
}

.header-search .search-hot-key {
    line-height: 24px;
}

.header-search .search-hot-key a {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
}

.header-search .search-hot-key a:hover {
    color: #3B99FC;
}

.header-search .search-history {
    padding: 10px;
}

.header-search .history-clear {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3B99FC;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.header-search .history-clear:hover {
    color: #2676E3;
}

.header-search .search-history-tit {
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.header-search .search-history-list {
    line-height: 24px;
    color: #666;
}

.header-search .search-history-list li {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search .search-history-list li:hover {
    color: #3B99FC;
}

.header-menu {
    float: right;
    padding-right: 10px;
}

.header-menu .menu-item {
    float: left;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: relative;
}

.header-menu .menu-line {
    color: #acd1f9;
}

.header-menu .menu-nav:hover .menu-nav-bd {
    display: block;
}

.header-menu .menu-nav-hd {
    color: #3B99FC;
    display: block;
    height: 40px;
    line-height: 40px;
}

.header-menu .menu-nav-hd .caret {
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #acd1f9 transparent transparent transparent;
    border-bottom: none;
}

.header-menu .menu-nav-bd {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    width: 130px;
    padding: 10px;
    z-index: 2000;
    display: none;
}

.header-menu .menu-nav-bd:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #DEDEDE transparent;
    border-top: none;
}

.header-menu .menu-nav-bd:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
}

.header-menu .menu-nav-bd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.header-menu .menu-nav-bd .nav-line {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dashed #DEDEDE;
    margin: 3px 0;
}

.header-menu .menu-nav-bd a {
    display: block;
    white-space: nowrap;
}

.nav-box {
    height: 40px;
    background: #3B99FC;
}

.nav {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 40px;
    position: relative;
    z-index: 1900;
}

.nav .nav-item {
    float: left;
    width: 150px;
}

.nav .nav-item.nav-item-w1 {
    width: 145px;
}

.nav .nav-item:hover .nav-hd {
    background: #3685EC;
}

.nav .nav-item:hover .nav-hd .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav .nav-item:hover .nav-bd {
    display: block;
}

.nav .nav-item.active .nav-hd {
    background: #2676E3;
    color: #fff;
}

.nav .nav-hd {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.nav .nav-hd .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-left: 4px;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.nav .nav-bd {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    min-height: 40px;
    background: #fff;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #3B99FC;
    padding: 14px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    font-size: 14px;
    display: none;
}

.nav .nav-bd-item {
    float: left;
    width: 198px;
}

.nav .nav-col2 {
    width: 396px;
}

.nav .nav-col3 {
    width: 584px;
}

.nav .nav-col4 {
    width: 792px;
}

.nav .nav-col5 {
    width: 990px;
}

.nav .nav-col6 {
    width: 1188px;
}

.nav .nav-tit {
    color: #3B99FC;
    height: 24px;
    line-height: 16px;
    position: relative;
    padding: 0 0 8px 30px;
    font-size: 14px;
    border-right: 1px solid #acd1f9;
}

.nav .border-none {
    border: none !important;
}

.nav .nav-con {
    *zoom: 1;
}

.nav .nav-con:before,
.nav .nav-con:after {
    content: "";
    display: table;
}

.nav .nav-con:after {
    clear: both;
    overflow: hidden;
}

.nav .nav-con li {
    float: left;
    width: 198px;
    line-height: 32px;
    height: 32px;
    padding-left: 30px;
    overflow: hidden;
    border-right: 1px solid #acd1f9;
}

.nav .nav-con li a {
    color: #666;
    font-size: 14px;
}

.nav .nav-con li a:hover {
    color: #3B99FC;
}

.nav .nav-con-pt {
    padding-top: 24px;
}

.nav .nav-con-tits li a {
    text-decoration: underline;
    color: #3B99FC;
}

.nav .nav-con-tits li a:hover {
    color: #2676E3;
}

.footer {
    background: #f8f8f8;
    margin-top: 40px;
}

.footer .footer-con {
    *zoom: 1;
    padding: 20px 0;
}

.footer .footer-con:before,
.footer .footer-con:after {
    content: "";
    display: table;
}

.footer .footer-con:after {
    clear: both;
    overflow: hidden;
}

.footer .foot-links {
    float: left;
    width: 420px;
    margin-left: 60px;
    margin-right: 195px;
}

.footer .foot-con-tit {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
}

.footer .foot-links-list {
    *zoom: 1;
    height: 100px;
}

.footer .foot-links-list:before,
.footer .foot-links-list:after {
    content: "";
    display: table;
}

.footer .foot-links-list:after {
    clear: both;
    overflow: hidden;
}

.footer .foot-links-list li {
    float: left;
    margin: 0 10px 10px 0;
}

.footer .foot-links-list img {
    display: block;
    width: 200px;
    height: 34px;
    border: 1px solid #DEDEDE;
}

.footer .foot-code {
    float: left;
}

.footer .foot-code li {
    float: left;
    width: 140px;
    text-align: center;
}

.footer .foot-code .code-pic {
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.footer .foot-code .code-pic img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #DEDEDE;
}

.footer .foot-code .code-txt {
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.footer .foot-code .code-tips {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 190px;
    height: 80px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    background-image: url(../images/bg-train.png);
    background-image: -webkit-image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-image: image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 18px;
    padding: 12px 10px;
    font-size: 12px;
    text-align: left;
}

.footer .foot-code .code-tips:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #DEDEDE transparent transparent;
    border-left: none;
}

.footer .foot-code .code-tips:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.footer .footer-txt {
    text-align: center;
    padding: 10px 0;
    background: #666;
    color: #c1c1c1;
}

.footer .footer-txt p {
    line-height: 30px;
}

@charset "UTF-8";
.dinner-yuding {
    margin-top: 20px !important;
}

.dinner-search {
    margin-top: 40px !important;
}

#train_hide.active {
    display: none;
}

.late_poit {
    position: relative;
}

.train_hide.active {
    display: none;
}

#train_hide {
    border: 1px solid #EFEFEF;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
}

#train_hide li {
    padding-left: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

#train_hide li.currentColor {
    color: #fff;
}

.typeahead,
.dropdown-menu {
    width: 270px;
    z-index: 100;
    background: #fff;
    position: absolute;
}

.typeahead {
    border: 1px solid #EFEFEF;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.typeahead li {
    width: 100%;
    padding-left: 10px;
}

.currentColor {
    background-color: #3B99FC;
}

#search-history {
    margin-top: 10px;
    display: none;
}

.model-select-box {
    width: 197px;
    height: 27px;
    line-height: 27px;
    float: left;
    margin-right: 20px;
    text-indent: 5px;
    position: relative;
}

.model-select-text {
    min-width: 80px;
    line-height: 20px;
    width: 265px;
    border: 1px solid #EFEFEF;
    padding: 4px 10px;
    color: #333;
    text-indent: 0;
    text-align: left;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.model-select-option {
    background-color: #fff;
    max-height: 120px;
    overflow-y: scroll;
    width: 265px;
}

.model-select-option li {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    color: #555;
    cursor: pointer;
}

.model-select-option li.seleced {
    background: #61ADFD;
    color: #fff;
}

a:hover {
    color: #000;
}

.down-box {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #EFEFEF;
    z-index: 10;
    display: none;
}

.down-box .down-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}

.down-box .down-list li:hover {
    background: #E8F3FF;
    color: #3B99FC;
}

.down-box .down-list li.active {
    background: #61ADFD;
    color: #fff;
}

.typeahead .active {
    background: #61ADFD;
    color: #fff;
}

.typeahead .active a {
    color: #fff;
}

.search-box-list .typeahead li {
    float: left;
    margin: 0;
    line-height: 30px;
}

.station-loading {
    text-align: center;
    position: absolute;
    top: 0;
    height: 30px;
    width: 265px;
    background-color: #fff;
    border: 1px solid #eee;
}

.station-loading img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.travel-train a:hover {
    color: #3B99FC;
}

.search-box-list .train_hide li {
    float: none;
    margin: 0;
}

.news-index-list li a {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.travel-train-list {
    height: 508px;
}

.main-panel .loading-style {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.service-lg-list {
    height: 165px;
}

.service-sm-list {
    height: 250px;
}

.custom-img-box>img {
    max-width: 49% !important;
}

.route-con .map-loading {
    text-align: center;
}

.line-error .error-top {
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
    padding: 8px 20px;
}

.line-error .error-top img {
    float: left;
    margin-right: 5px;
}

.line-error .error-con {
    padding: 5px 20px;
}

.line-error .error-con p {
    line-height: 22px;
    color: #999;
}

.header-search .search-down-list {
    height: 204px;
    overflow-y: auto;
}

#main_panel .typeahead {
    width: 160px;
}

#main_panel .typeahead.dropdown-menu li {
    width: 150px;
    padding-left: 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ticket_tooltip_error {
    display: none;
}

.shared_imgBox .shared_img h3 {
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.ticket-check-box .check-numnew {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    overflow: visible;
}

.ticket-box-tips {
    margin-top: 20px;
    font-size: 16px;
    color: red;
}

#flashLay {
    margin: auto;
    text-align: center;
    width: 725px;
    height: 408px;
}

#h1title {
    font: bold 24px/1.3 "微软雅黑", Arial, sans-serif;
    COLOR: #1d1d1d;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.PageCount {
    text-align: center;
}

.PageCount .close {
    font-size: 14px;
    color: blue;
    text-align: center;
    text-decoration: underline;
}

body {
    margin: 0 0 0;
    background-color: #fff;
}

table {
    border: 0
}

.cal-wrap {
    border: #f0f0f2 solid 1px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
    position: absolute;
    z-index: 2000;
    animation: .3s ease-in-out up-small2;
}

.cal-wrap,
.cal-wrap * {
    box-sizing: content-box;
}

.cal {
    width: 302px;
    font-size: 12px;
    background: #fff;
    float: left
}

.cal-top {
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #003784;
    padding: 5px 10px;
    position: relative;
    z-index: 2000;
}

.cal-right .cal-top {
    text-align: right;
}

.cal-top select {
    font-size: 12px;
    vertical-align: middle;
}

.cal-top input {
    padding: 0
}

.cal-top a {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/img_new.png) no-repeat;
    _background: url(../images/img.gif) no-repeat;
    vertical-align: middle;
}

.cal-top .first {
    background-position: 0 0;
    margin-right: 5px;
}

.cal-top .prev {
    background-position: -16px 0;
    margin-right: 5px;
}

.cal-top .next {
    background-position: -32px 0;
    margin-left: 5px;
}

.cal-top .last {
    background-position: -48px 0;
    margin-left: 5px;
}

.cal-top .next,
.cal-top .last {
    float: right;
}

.cal-week {
    margin: 0;
    padding: 0;
    height: 25px;
    border-right: 1px solid #f0f0f2;
    margin-right: -1px;
    background: #E8F3FF
}

.cal-right .cal-week {
    border-left: 1px solid #f0f0f2;
}

.cal-week li {
    float: left;
    width: 42px;
    text-align: center;
    line-height: 25px;
    list-style: none
}

.cal-week li b {
    font-weight: normal;
    color: #3B99FC
}

.cal-cm {
    clear: left;
    border-top: 1px solid #f0f0f2;
    border-right: 1px solid #f0f0f2;
    position: relative;
    margin-right: -1px;
    min-height: 100px;
}

.cal-right .cal-cm {
    border-left: 1px solid #f0f0f2;
}

.cal-cm .cell {
    position: absolute;
    width: 42px;
    height: 24px;
    text-align: center;
}

.cal-cm .cell .so {
    font: bold 12px "宋体";
    line-height: 24px;
}

.cal-ft {
    clear: both;
    text-align: right;
    height: 20px;
    padding: 6px 10px;
    background: #fff;
    border-top: 1px solid #f0f0f2;
    width: 584px;
}

.cal-ft .cal-btn {
    display: inline-block;
    height: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #297405;
    background: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.cal-top a {
    float: left;
    margin: 2px 0 0 0;
}

.cal-top .year {
    float: left;
    position: relative;
    margin-right: 10px;
}

.cal-top .year input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    background: #fff;
    text-align: center;
}

.cal-top .month {
    float: left;
    position: relative;
}

.cal-top .month input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    background: #fff;
    text-align: center;
}

.cal-top .time-list {
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid #f0f0f2;
    width: 90px;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    z-index: 1000;
    display: none;
}

.cal-top .time-list ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

.cal-top .time-list li {
    float: left;
    width: 40px;
    list-style: none;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.cal-top .time-list .dis {
    color: #999
}

.cal-right .month,
.cal-right .year {
    float: right;
    text-align: left
}

.cal-top .time-list-ft {
    text-align: center;
    padding: 0 10px;
}

.cal-top .time-list-ft a {
    margin: 0;
    background: none;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    float: none;
}

.cal-top .time-list-ft .close {
    font-size: 16px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.cal-top .time-list-ft .close:hover {
    background: #f9f5ef;
    color: #666;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cal-one {
    width: 302px;
}

.cal-one .cal-right {
    display: none;
}

.cal-one .cal-top .prev {
    margin-right: 34px;
}

.cal-one .cal-ft {
    width: 241px;
}

.cal-cm .cell .so {
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
}

.cal-cm .holiday {
    position: absolute;
    right: -2px;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    color: #fff;
    background: #E13A29;
    text-align: center;
    line-height: 14px;
    overflow: hidden;
    font-size: 12px;
    transform: scale(.8);
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0 auto;
    font-size: 1px
}

.clx {
    *zoom: 1
}

.clx:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    color: #131313
}

.h30 {
    height: 30px
}

#nav {
    width: 960px;
    height: 39px;
    margin: 0 auto;
    position: relative;
    z-index: 800
}

#nav ul.link {
    float: left
}

#nav ul.link li {
    height: 39px;
    padding: 0 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    position: relative
}

#nav ul.link li.on {
    margin-right: 5px;
    margin-left: 2px
}

#nav ul.link li a {
    display: block;
    margin-top: 7px;
    height: 32px;
    line-height: 28px;
    padding: 0 12px;
    _float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif
}

#nav ul.link li a:hover {
    text-decoration: underline
}

#nav ul.link li.on a {
    color: #000;
    line-height: 30px;
    padding: 0 9px 0 12px
}

#nav ul.link li.on span.rslide {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -2px;
    width: 5px;
    height: 32px;
    overflow: hidden;
}

#nav ul.link li span.icon_new {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 5px;
    width: 17px;
    height: 19px;
}

#nav ul.link li.line {
    display: block;
    width: 2px;
    height: 39px;
    padding: 0;
    overflow: hidden;
    margin: 0;
    filter: alpha(Opacity=60);
    Opacity: .6
}

#nav ul.link li.light {
    filter: alpha(Opacity=30);
    Opacity: .3
}

#header .account {
    float: right;
    padding-top: 5px;
    height: 34px;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .box {
    float: right;
    position: relative;
    padding: 0 2px
}

#header .account .box span.name {
    display: inline-block;
    padding: 3px 9px 0;
    height: 30px;
    border-bottom: 0;
    color: #fff
}

#header .account .box span.name a {
    padding-right: 8px;
    color: #fff;
    text-decoration: none
}

#header .account .box span.normal {
    border: 0
}

#header .account .box span.normal a {
    padding-right: 0;
    background: 0
}

#header .account .box span.normal a:hover {
    color: #ddd
}

#header .account .box span.on {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    padding: 3px 8px 0
}

#header .account .box span.on a {
    color: #000
}

#header .account .box .here {
    position: absolute;
    top: -28px;
    left: -95px;
    width: 155px;
    line-height: normal;
    height: 31px;
    line-height: 24px;
    line-height: 28px\9;
    _line-height: 24px;
    color: #000;
    overflow: hidden;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .box span.close {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    margin-top: 8px;
    overflow: hidden;
    cursor: pointer
}

#header .account .pt {
    position: absolute;
    top: 34px;
    left: 2px;
    border: 1px solid #c9c9c9;
    border-top: 0;
    background: #fff
}

#header .account .pt a {
    color: #36c;
    text-decoration: none
}

#header .account .pt a:hover {
    color: #f00
}

#header .account .links {
    width: 54px;
    padding: 5px 9px;
    top: 24px
}

#header .account .links ul li {
    padding-bottom: 1px
}

#header .account .logon {
    width: 190px
}

#header .account .logon input.text {
    border: 1px solid #ddd;
    border-color: #aaa #dddddd #ddd #aaaaaa;
    padding: 1px 2px 1px 2px;
    width: 158px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .logon input.code {
    width: 40px
}

#header .account .logon ul {
    padding: 6px 12px
}

#header .account .logon ul li {
    padding: 3px 0;
    clear: both;
    font-family: Tahoma
}

#header .account .logon label.reme {
    padding-top: 2px
}

#header .account .logon label.reme input {
    margin-right: 3px;
    *margin-right: 0;
    *margin-left: -3px;
    vertical-align: -2px;
    *vertical-align: -3px
}

#header .account .logon input.btn {
    width: 69px;
    height: 25px;
    text-align: center;
    font: bold 12px/22px simsun;
    color: #fff;
    border: 0;
    cursor: pointer;
    overflow: hidden
}

#header .account .logon input.logining {
    cursor: auto
}

#header .account .logon input.btn_on {
    filter: alpha(opacity=80);
    opacity: .8
}

#header .account .logon ul li.line {
    border-top: 1px solid #ddd;
    margin-top: 3px
}

#nav ul.link_en li a {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif
}

#header .en {
    font-size: 11px;
    font-family: Arial!important
}

#header .account .logon input.btn_en {
    font-family: Arial, Helvetica, sans-serif
}

#header .account .links_en {
    width: 75px;
    padding: 5px 9px;
    top: 24px;
    right: 2px;
    left: auto;
    font-size: 11px
}

#nav ul.link_en li {
    height: 39px;
    padding: 0
}

#nav ul.link_en li.on {
    margin-right: 5px;
    margin-left: 2px
}

#nav ul.link_en li a {
    padding: 0 9px
}

#nav ul.link_en li.on a {
    padding: 0 6px 0 9px
}

#nav ul.link_en li.on span.rslide {
    right: -4px
}

.UserInfo table.n_table th {
    background: #daebfa;
    padding: 3px 2px;
    font-weight: bold
}

.UserInfo table.n_table td {
    font-family: Tahoma, simsun;
    font-size: 12px;
    padding: 3px 2px
}

.new_ic_bg {
    position: absolute;
    top: -8px;
    left: 36px;
    width: 17px;
    height: 19px;
}

.new_ic_bg_en {
    height: 19px;
    left: 19px;
    position: absolute;
    top: -8px;
    width: 24px
}

#e_footer {
    clear: both;
    margin: 10px auto 8px auto;
    text-align: center;
    border-top: 1px #000 dotted;
    width: 960px;
    font-size: 11px
}

#e_footer p {
    margin: 5px 0;
    padding: 0
}

#e_footer a.link_gray {
    color: #777;
    text-decoration: none
}

#e_footer .verisign {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .alipay {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .hightech {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .trusted {
    display: inline-block;
    width: 64px;
    height: 38px;
    pxvertical-align: middle
}

#e_footer .view {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}

#footer {
    width: 960px;
    margin: 30px auto 0;
    color: #666;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 20px;
    border-top: 2px #ccc solid
}

#footer a {
    color: #666;
    text-decoration: none;
    margin: 0 5px
}

#footer a:hover {
    color: #666;
    text-decoration: underline
}

#footer div.border_left {
    border-left: 1px solid #CCC;
    padding: 15px 0 10px 15px
}

#footer .verisign {
    width: 70px;
    height: 38px;
    display: inline-block
}

#footer .alipay {
    width: 70px;
    height: 38px;
    display: inline-block
}

#footer .hightech {
    width: 32px;
    height: 32px;
    display: inline-block
}

#footer .trusted {
    width: 64px;
    height: 33px;
    display: inline-block
}

#footer .view {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}

#footer .logo_new {
    width: 138px;
    height: 30px;
    display: inline-block
}

#footer .new_ic_fbg {
    width: 17px;
    height: 19px;
    display: inline-block
}

.com_cbox_b {}

.com_cbox_lt {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    left: -1px;
    _overflow: hidden;
    background-position: -32px 0
}

.com_cbox_lb {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-position: -32px -6px
}

.com_cbox_rt {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    right: -1px;
    _overflow: hidden;
    background-position: -38px 0
}

.com_cbox_rb {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: -38px -6px
}

.com_cbox {
    position: relative;
    border: #aaa solid 1px;
    padding: 1px;
    background: #FFF;
    width: 300px;
    min-height: 155px
}

.com_cbox .mf_lr_d,
.com_cbox .mf_lr_a,
.com_cbox .mf_rr_a,
.com_cbox .mf_rr_d {
    border: 0;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    cursor: pointer
}

.com_cbox .mf_rr_d {
    background-position: 0 -26px
}

.com_cbox .mf_lr_a {
    background-position: 0 -13px
}

.com_cbox .mf_lr_d {
    background-position: 0 -39px
}

.com_cbox a.ac_close_t {
    float: right;
    margin: 2px 0 0;
    text-indent: -9999em;
    display: block;
    width: 11px;
    font: 1px/1px arial;
    height: 11px;
    overflow: hidden
}

.com_cbox a.ac_close_t:hover {
    background-position: 0 -116px
}

.com_cbox .c_green {
    color: #1c95c4
}

.com_cbox .calendar_year a:link {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:visited {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:hover {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a.cu_n:link {
    text-decoration: none;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year a.cu_n:visited {
    text-decoration: none;
    cursor: default;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year a.cu_n:hover {
    text-decoration: none;
    cursor: default;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year {
    background: #e8eff5;
    width: 300px;
    font-weight: bold;
    height: 22px;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    z-index: 100
}

.com_cbox .calendar_year .h {
    margin-left: 47px;
    _margin-left: 24px;
    display: block;
    float: left;
    font-family: Arial;
    background: 0
}

.com_cbox .calendar_year .m {
    margin-right: 55px;
    display: block;
    text-align: right;
    float: right;
    _float: none;
    font-family: Arial
}

.com_cbox .calendar_year .year {
    left: 28px;
    position: absolute;
    top: 6px;
    _height: 12px;
    _overflow: hidden
}

.com_cbox .calendar_year .month {
    position: absolute;
    top: 3px;
    right: 6px
}

.com_cbox .calendar_year .month_1 {
    position: absolute;
    right: 36px;
    top: 6px;
    height: 10px;
    overflow: hidden
}

.com_cbox .date_box table {
    font-size: 12px;
    font-family: Arial;
    float: left;
    margin-top: 10px
}

.com_cbox .date_box .hr {
    width: 1px;
    height: 120px;
    line-height: 0;
    font-size: 1px;
    border-left: #aaa solid 1px;
    float: left;
    margin: 8px 8px 0 8px
}

.com_cbox .date_box td {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    cursor: pointer;
    font-weight: bold
}

.com_cbox .date_box th {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    color: #777;
    font-weight: bold
}

.com_cbox .date_box .Close {
    font-weight: normal;
    color: #777;
    cursor: auto
}

.com_cbox .date_box td.hover {
    background: #1c95c4 none repeat scroll 0 0;
    font-weight: bold;
    color: #FFF
}

.com_cbox .date_box td.newdate {
    color: #B00;
    font-weight: bold
}

.com_cbox .date_box td.selected {
    font-weight: bold;
    color: #FFF
}

.com_cbox,
.com_cbox .calendar_year {
    width: 380px
}

.com_cbox .calendar_year a:link {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:visited {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:hover {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .date_box .or {
    color: #f60
}

.com_cbox .date_box td {
    font-family: Verdana, Geneva, sans-serif
}

.com_cbox .date_box td.hover {
    font-weight: bold;
    color: #000
}

.com_cbox .date_box td.selected {
    font-weight: bold;
    color: #069
}

.com_cbox .calendar_year a.cu_n:link {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year a.cu_n:visited {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year a.cu_n:hover {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year .year {
    left: 20px;
    position: absolute;
    top: 3px;
    height: 16px
}

.com_cbox .calendar_year .month_1 {
    position: absolute;
    right: 20px;
    top: 3px;
    height: 16px;
    overflow: hidden
}

.com_cbox a.mf_lr_d {
    width: 16px;
    height: 16px;
}

.com_cbox a.mf_lr_t {
    width: 16px;
    height: 16px;
}

.com_cbox a.mf_rr_a {
    width: 16px;
    height: 16px;
}

.com_cbox .calendar_year .h,
.com_cbox .calendar_year .m {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold
}

.com_select_YM .calendar_year .month_1 .mf_rr_a {
    width: 16px;
    height: 16px
}

.com_select_YM {
    width: 180px
}

.com_select_YM .calendar_year {
    width: 180px
}

.com_select_YM .calendar_year .year {
    left: 3px
}

.com_select_YM .calendar_year .month_1 {
    right: 5px
}

.com_select_YM .date_box table {
    width: 180px
}

.com_wkl {
    border: #7f9db9 solid 1px;
    height: 17px;
    cursor: pointer;
    background: 0
}

.com_wkh {
    border: #a5acb2 solid 1px;
    height: 17px;
    cursor: pointer;
    background: 0
}

.com_way {
    position: relative
}

.com_way .z {
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    float: left;
    background: #e8e8e8;
    height: 2px;
    margin-top: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: right;
    margin-bottom: -1px
}

.com_way .z_tl {
    border-top: #666 solid 1px;
    border-right: #666 solid 1px;
    float: right;
    background: #e8e8e8;
    height: 2px;
    margin-top: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_tl {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: left;
    margin-bottom: -1px
}

.com_way .bk {
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    background: #FFF
}

.com_way .bk_1 {
    border-bottom: #e8e8e8 solid 3px;
    border-left: #e8e8e8 solid 3px;
    border-right: #e8e8e8 solid 3px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #FFF
}

.com_way .bk_top {
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    background: #FFF
}

.com_way .bk_top_1 {
    border-top: #e8e8e8 solid 3px;
    border-left: #e8e8e8 solid 3px;
    border-right: #e8e8e8 solid 3px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #FFF
}

.com_way .z_bl {
    border-bottom: #666 solid 1px;
    border-right: #666 solid 1px;
    float: right;
    background: #e8e8e8;
    height: 2px;
    margin-bottom: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_bl {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: left
}

.com_way .z_br {
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px;
    float: left;
    background: #e8e8e8;
    height: 2px;
    margin-bottom: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_br {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: right
}

.com_bug {
    border: #ccc solid 1px;
    background: #f1f5f8;
    white-space: nowrap
}

.com_bug .w {
    position: relative;
    padding: 10px;
    color: #ba0100
}

.com_cbox_p {
    position: relative;
    width: 246px;
    border: #aaa solid 1px;
    padding: 5px;
    background: #FFF
}

.com_cbox_p li {
    float: left;
    width: 72px;
    padding: 2px 5px;
    word-wrap: break-word;
    word-break: break-all
}

.com_cbox_p .li_cur {
    background: #1c94c4;
    cursor: pointer;
    color: #FFF
}

.com_cbox_p .li_q {
    margin-left: 0
}

.com_cbox_p .hr_w {
    width: 236px;
    height: 1px;
    line-height: 0;
    border-bottom: #ccc 1px dashed;
    font-size: 1px;
    padding-top: 5px;
    margin-bottom: 5px
}

.com_cbox_p1 {
    position: relative;
    width: 480px;
    border: #aaa solid 1px;
    padding: 5px;
    background: #FFF
}

.com_cbox_p1 li {
    float: left;
    width: 470px;
    padding: 2px 5px;
    border-bottom: #ccc 1px dashed
}

.search_bt {
    width: 109px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.search_bt_an {
    width: 109px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.search_bt_s {
    width: 61px;
    height: 21px;
    cursor: pointer;
    color: #FFF
}

.search_bt_s_an {
    width: 61px;
    height: 21px;
    border: 0;
    cursor: pointer;
    _cursor: hand;
    color: #FFF
}

.com_search75 {
    width: 75px;
    height: 21px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search75_an {
    width: 75px;
    height: 21px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search235 {
    width: 235px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search235_an {
    width: 235px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_btnout {
    border: #acadad solid 1px!important;
    background: #dfe0e0!important;
    color: #acabab!important;
    cursor: default!important
}

a.ift_no:link {
    color: #001d75;
    text-decoration: none
}

a.ift_no:visited {
    color: #001d75;
    text-decoration: none
}

a.ift_no:hover {
    color: #001d75;
    text-decoration: none
}

.flt_plus,
.flt_minus {
    display: block;
    width: 74px;
    height: 21px;
    text-decoration: none
}

.flt_minus {
    background-position: 0 -184px
}

a.flt_plus:hover {
    background-position: 0 -158px
}

a.flt_minus:hover {
    background-position: 0 -210px
}

.com_book_dis {
    background: #dfe0e0!important;
    color: #acabab!important;
    cursor: default!important
}

.bt_ord {
    width: 44px;
    height: 23px;
    background: #33689a;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer
}

.bt_ord_disnable {
    width: 44px;
    height: 23px;
    background: #1186bb;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer
}

.com_input {
    color: #777
}

.com_results {
    padding: 3px;
    margin: 0;
    z-index: 99999;
    font-size: 12px;
    border: #aaa solid 1px;
    background: #FFF
}

.com_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.com_results li {
    margin: 0;
    padding: 4px 5px 0 5px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-align: right
}

.ac_results li {
    text-align: left;
    height: auto;
    overflow: auto
}

.com_results li span {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left
}

.com_results .ac_title {
    border-width: 0;
    border-bottom: dotted 1px #3c3c3c;
    line-height: 20px;
    margin-bottom: 2px;
    word-wrap: break-word
}

.com_results .ac_odd {
    background-color: #fff
}

.com_results .ac_over {
    background-color: #316AC5;
    color: white
}

.com_hotresults {
    padding: 0;
    margin: 0;
    z-index: 99998;
    text-align: center;
    font-size: 12px;
    border: #f0f0f2 solid 1px;
    position: relative;
    background: #FFF
}

.com_hotresults,
.com_hotresults * {
    box-sizing: content-box;
}

.com_hotresults ul {
    padding: 0;
    margin: 0;
    list-style-position: outside;
    list-style: none;
    z-index: 100;
}

.com_hotresults li {
    padding: 2px 0 0 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.com_hotresults .ac_odd {
    background-color: #fff
}

.com_hotresults .ac_over {
    color: #3B99FC;
    background-color: #FFF
}

.com_hotresults .ac_title {
    margin-bottom: 0px;
    border-width: 0;
    padding: 6px 0 5px 10px;
    text-align: left;
    background-color: #fff;
    position: relative;
    z-index: 100;
    color: #666;
}

.com_hotresults_en {
    padding: 1px;
    margin: 0;
    z-index: 99998;
    text-align: center;
    border: #aaa solid 1px;
    position: relative;
    background: #FFF
}

.com_hotresults_en ul {
    padding: 0;
    margin: 0 0 5px 0;
    list-style-position: outside;
    list-style: none
}

.com_hotresults_en li {
    padding: 2px 0 0 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.com_hotresults_en .ac_odd {
    background-color: #fff
}

.com_hotresults_en .ac_over {
    color: #316AC5;
    font-weight: bolder;
    background-color: #FFF
}

.com_hotresults_en .ac_title {
    margin: 0;
    margin-bottom: 3px;
    border-width: 0;
    border-bottom: dotted 1px #ddd;
    padding: 6px 0 5px 5px;
    text-align: left;
    background-color: #E8F0F6;
    position: relative;
    z-index: 100
}

.com_loading {}

.com_error {
    background-color: #FFF;
    position: absolute;
    z-index: 99998;
    border: #aaa solid 1px
}

.com_error ul {
    list-style-position: outside;
    position: relative;
    list-style: none;
    padding: 2px;
    margin: 0;
    z-index: 99999
}

.com_error li {
    background-color: #B00;
    color: #FFF;
    margin: 0;
    padding: 6px 5px 0 5px;
    _height: 20px;
    min-height: 20px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word
}

.com_hotresults .com_cbox_lb {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-position: -32px -6px
}

.com_hotresults .com_cbox_rb {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: -38px -6px
}

.com_hotresults a.ac_close {
    position: absolute;
    top: 6px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
    background: url(../images/close_show_citys2.png)
}

.com_hotresults a.ac_close:hover {
    opacity: 0.8;
}

.com_hotresults_en a.ac_close {
    position: absolute;
    top: 10px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
}

.com_hotresults_en a.ac_close:hover {
    background-position: 0 -1px
}

.com_results a.ac_close {
    position: absolute;
    top: 6px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
}

.com_results a.ac_close:hover {
    background-position: 0 -1px
}

.hotel_near {
    text-align: left;
    padding: 2px 10px 10px 10px
}

.hotel_near p {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dashed #ccc;
    text-align: left
}

.hotel_near p tt {
    font-family: Arial, Helvetica, sans-serif
}

.hotel_near p.no {
    border-bottom: 0;
    padding-bottom: 0
}

.hotel_near p span {
    padding: 0;
    padding-right: 10px;
    color: #1568BD;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    white-space: nowrap
}

.hotel_near p span.on {
    color: #F00
}

.hotel_near p span:hover {
    color: #F00
}

.AbcSearch {
    border-bottom: #E8F3FF solid 2px;
    background: #E8F3FF;
    height: 25px;
}

.com_hotresults .AbcSearch {
    padding: 5px 5px 0 5px;
    margin-bottom: 3px;
}

.AbcSearch li {
    width: 53px;
    padding: 0 8px;
    color: #666;
    height: 25px;
    line-height: 25px;
}

.AbcSearch .action {
    color: #3B99FC;
    border-bottom: 2px solid #3B99FC;
    position: relative
}

.AbcSearch_en {
    margin-left: 5px!important;
    margin-top: 5px!important;
    border-bottom: #D7D7D7 solid 1px
}

.AbcSearch_en li {
    width: auto;
    padding: 0 6px;
    color: #00206f
}

.AbcSearch_en .action {
    border: #d7d7d7 1px solid;
    border-bottom: #fff 1px solid;
    font-weight: bold;
    color: #131313;
    margin-bottom: -1px;
    position: relative
}

ul.popcitylist_en {
    overflow: hidden;
    zoom: 1;
    margin-left: 5px;
    *margin-left: 5px;
    margin-left: 5px\9;
    _margin-left: 1px
}

ul.popcitylist_en li {
    text-align: left;
    overflow: hidden;
    width: 92px;
    margin: 0 6px
}

ul.popcitylist {
    overflow: hidden;
    zoom: 1;
    margin-left: 6px;
    *margin-left: 6px;
    margin-left: 6px\9;
    _margin-left: 1px
}

#ul_list1 {
    margin-left: 0;
}

ul.popcitylist li {
    text-align: left;
    width: 65px;
    overflow: hidden;
    margin: 0 6px;
    color: #666
}

ul.popcitylist .openLi {
    text-align: left;
    width: 60px;
    overflow: hidden;
    margin: 0 6px;
}

a.com_close {
    text-indent: -9999em;
    display: block;
    width: 11px;
    font: 1px/1px arial;
    height: 11px;
}

a.com_close:hover {
    background-position: 0 -116px
}

#com_404,
#com_A404 {
    margin: 0 auto;
    width: 960px;
    padding-top: 50px;
}

#com_404 .mistake {
    width: 582px;
    height: 275px;
    margin: 0 auto;
    padding: 150px 20px 0 20px;
}

#com_A404 .mistake {
    width: 400px;
    height: 275px;
    margin: 0 auto;
    padding: 150px 20px 0 20px
}

.g_404 a {
    color: #1369BC;
    text-decoration: none
}

.g_404 .cnt {
    width: 725px;
    margin: 0 auto
}

.g_404 .cnt .logo {
    padding: 107px 0 91px;
    clear: both;
    text-align: center
}

.g_404 .cnt .logo a {
    width: 219px;
    height: 46px;
    display: block;
    margin: 0 auto
}

.g_404 .cnt .read_box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0 25px 40px
}

.g_404 .cnt .links {
    margin: 15px 0 0 40px;
    color: #666
}

.g_404 .cnt .links p a {
    padding: 0 5px
}

.com_widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em
}

.com_widget input,
.com_widget select,
.com_widget textarea,
.com_widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em
}

.com_widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd;
    color: #222
}

.com_widget-content a {
    color: #222
}

.com_corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.com_widget-header {
    border: 1px solid #4297d7;
    color: #fff;
    font-weight: bold
}

.com_widget-header a {
    color: #fff
}

.com_helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.com_helper-clearfix {
    display: inline-block
}

* html .com_helper-clearfix {
    height: 1%
}

.com_helper-clearfix {
    display: block
}

.com_icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.com_dialog {
    position: relative;
    padding: .2em;
    width: 300px
}

.com_dialog .com_dialog-titlebar {
    padding: 0 0 0 1em;
    position: relative
}

.com_dialog .com_dialog-title {
    float: left;
    margin: .2em 0 .2em;
    *margin: .1em 0 .2em
}

.com_dialog .com_dialog-content {
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto;
    zoom: 1
}

.com_draggable .com_dialog-titlebar {
    cursor: move
}

.com_dialog .com_dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
    cursor: pointer
}

.com_dialog .com_dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.com_dialog .com_dialog-titlebar-close:hover,
.com_dialog .com_dialog-titlebar-close:focus {
    font-weight: bold;
    color: #1d5987;
    outline: 0;
}

.package_login {
    padding: 10px 0
}

.package_login dl {
    float: left;
    width: 240px;
    padding-left: 10px
}

.package_login dd {
    font-size: 12px;
    width: 100%
}

.package_login a {
    color: #021d78
}

.package_login .w207 {
    width: 207px
}

.package_login .w40 {
    width: 40px;
    margin-right: 5px
}

.package_login .w134 {
    width: 134px;
    margin-right: 5px
}

.package_login .bdr {
    border-right: #649ecc solid 1px
}

.package_login .noMember {
    width: 220px;
    padding-left: 20px
}

.package_login .ltenpayIcon {
    width: 13px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.package_login .btn_book,
.package_login .btn_book_on {
    border: 0;
    padding: 0;
    margin: 0;
    width: 141px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.package_login .btn_book_en,
.package_login .btn_book_en_on {
    border: 0;
    padding: 0;
    margin: 0;
    width: 166px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.package_login .btn_book_on {
    background-position: 0 -50px
}

.package_login .btn_book_en_on {
    background-position: 0 -120px
}

.package_login .search_bt,
.package_login .search_bt_an,
.package_login .search_bt_out {
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.package_login .errorBox {
    background: #fff2f2;
    border: #ff8f41 solid 1px;
    padding: 5px;
    font-size: 12px;
    width: 260px;
    position: relative;
    margin: -10px 0 10px 120px
}

.package_login .errorIcon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: baseline;
    margin-right: 3px
}

.package_login .loadingBox {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 60px 0
}

.package_login .loadingBox .loading {
    width: 189px;
    height: 38px;
    margin: 0 auto
}

.com_autoselect {
    overflow: hidden;
    cursor: default;
    padding-left: 2px;
    padding-right: 20px;
}

.com_selectList {
    text-align: left;
    z-index: 1000;
    overflow: auto
}

.com_selectList div {
    cursor: pointer;
    padding-left: 5px
}

.com_selectList .out {
    color: #777;
    cursor: default
}

.com_selectList .move {
    background: #316ac5;
    color: #FFF
}

.com_show {
    width: 8px;
    height: 6px;
    cursor: pointer
}

.com_hide {
    width: 8px;
    height: 6px
}

.com_ErrorBox {
    border: 1px solid #B00!important
}

.up_img {
    width: 94.7%;
    border: 1px solid #9eb9e4;
    margin: auto;
    padding: 1px;
    font-family: Tahoma, Geneva, sans-serif
}

.up_img h2 {
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}

.up_img span.clos {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px
}

.up_img table {
    width: 100%
}

.up_img table th {
    padding: 2px 10px;
    background: #e4edf6;
    border-bottom: 1px solid #ccdded;
    text-align: left;
    color: #369
}

.up_img table th.name {
    width: 25%
}

.up_img table th.status {
    width: 20%
}

.up_img table th.upload {
    width: 180px
}

.up_img table td {
    padding: 5px 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    color: #000
}

.up_img .ar {
    width: 100px;
    height: 7px;
    border: 1px solid #63be19;
    float: left;
    margin: 6px 5px 0 0
}

.up_img .green {
    color: #360
}

.up_img .reg {
    color: #cb0202
}

.up_img .but {
    padding: 10px;
    text-align: right
}

.up_img .but input {
    padding: 2px 5px
}

#ac_odd {
    background-color: #FFFFFF;
}

#ac_over {
    color: #316AC5;
    font-weight: bolder;
    background-color: #FFF;
}

ul.popcitylist {
    padding-left: 20px;
}

ul.popcitylist .ac_letter {
    margin: 0 0 0 -20px;
    width: 20px;
    font-weight: 700;
    color: #3B99FC;
    text-align: center;
    _display: inline;
}

ul.popcitylist .openLi {
    width: 56px;
}

@charset "utf-8";
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

.cityflip .ac_close a:link {
    color: #000;
    text-decoration: none;
}

.cityflip .ac_close a:visited {
    color: #000;
    text-decoration: none;
}

.cityflip .ac_close a:hover {
    color: #000;
    text-decoration: underline;
}

.cityflip .ac_close a:active {
    color: #000;
}

.focusPic {
    margin: 0 auto;
    width: 380px;
}

.focusPic .pic {
    margin: 0 auto;
    width: 400px;
    height: 270px;
    padding: 2px 0 0;
}

.focusPic .adPic {
    margin: 0 auto 5px;
    width: 380px;
    height: 29px;
    overflow: hidden;
}

.focusPic .adPic .text {
    float: right;
    padding: 9px 4px 0 0;
    width: 140px;
}

.focusPic .adPic .text a {
    color: #1f3a87;
}

.focusPic .adPic .text a:hover {
    color: #bc2931;
}

.focusPic h2 {
    float: left;
    width: 380px;
    padding: 4px 0 3px 12px;
    font-size: 14px;
    text-align: left;
}

.focusPic p {
    float: left;
    width: 380px;
    line-height: 160%;
    margin: 0;
    text-align: left;
    padding: 0 0 10px 12px;
}

.focusPic p img {
    margin: 0px 0 2px;
}

.focusPic .more {
    margin: 0 auto;
}

.focusPic .more .textNum {
    float: right;
}

.focusPic .more .textNum .text {
    float: left;
    font-weight: bold;
    color: #666;
    padding: 0px 0px 10px;
}

.focusPic .more .textNum .num {
    float: left;
}

.focusPic .more .textNum .bg1 {
    background: url(http://www.shike.org.cn/imge/11.gif);
}

.focusPic .more .textNum .bg2 {
    background: url(http://www.shike.org.cn/imge/22.gif);
}

.focusPic .more .textNum .bg3 {
    background: url(http://www.shike.org.cn/imge/33.gif);
}

.focusPic .more .textNum .bg4 {
    background: url(http://www.shike.org.cn/imge/44.gif);
}

.focusPic .more .textNum .num ul {
    float: left;
    width: 113px;
}

.focusPic .more .textNum .num li {
    float: left;
    width: 28px;
    font-weight: bold;
    display: block;
    color: #fff;
    list-style-type: none;
    padding: 6px 0 0;
}

.focusPic .more .textNum .num li a {
    color: #fff;
    padding: 0 5px;
}

.focusPic .more .textNum .num li a:visited {
    color: #fff;
}

.focusPic .more .textNum .num li a:hover {
    color: #ff0;
}

.style6 {
    font-family: "宋体";
    font-weight: bold;
}

.STYLE7 {
    color: #FFFFFF
}

#dd {
    WIDTH: 100px;
    POSITION: absolute;
    HEIGHT: 132px;
}

.STYLE9 {
    color: #FF0000
}

.style81 {
    color: #FFFFFF;
}

.inputa {
    BORDER-RIGHT: #c0c0c0 1px solid;
    BORDER-TOP: #c0c0c0 1px solid;
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: -2px;
    BORDER-LEFT: #c0c0c0 1px solid;
    COLOR: #666666;
    BORDER-BOTTOM: #c0c0c0 1px solid;
    HEIGHT: 20px;
    WIDTH: 112px;
}

.cityflip {
    color: #666
}

.cityflip:link {
    FONT-SIZE: 12px;
    COLOR: #f00;
    TEXT-DECORATION: none
}

.cityflip:active {
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none
}

.cityflip:visited {
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none
}

.cityflip:hover {
    FONT-SIZE: 12px;
    COLOR: #3B99FC;
    TEXT-DECORATION: underline
}

#form_cities {
    BORDER-RIGHT: #7F9DB9 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #7F9DB9 1px solid;
    DISPLAY: none;
    PADDING-LEFT: 2px;
    LEFT: 0px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #7F9DB9 1px solid;
    WIDTH: 100px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #7F9DB9 1px solid;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TOP: 55px;
    BACKGROUND-COLOR: #ffffff;
    box-sizing: content-box;
}

#form_cities * {
    box-sizing: content-box;
}

#form_cities2 {
    position: absolute;
    top: 140px;
    left: 138.5px;
    display: none;
    FONT-FAMILY: Arial;
}

#top_cities {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    COLOR: #666666;
    PADDING-TOP: 2px;
    margin-bottom: 2px;
    BORDER-BOTTOM: #f0f0f2 1px solid
}

#panel_cities {
    COLOR: #0055aa;
    FONT-FAMILY: Arial;
    HEIGHT: 149px
}

#panel_cities DIV {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    MARGIN: 1px 0px;
    CURSOR: pointer;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: right
}

#panel_cities SPAN {
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #666;
}

.cityline {
    BORDER: white 1px solid;
    COLOR: #666666;
    HEIGHT: 18px;
    line-height: 18px;
    BACKGROUND-COLOR: white;
    box-sizing: content-box;
}

.citylineover {
    BORDER: #3B99FC 1px solid;
    HEIGHT: 18px;
    line-height: 18px;
    BACKGROUND-COLOR: #E8F3FF;
    box-sizing: content-box;
}

#panel_cities .citylineover SPAN {
    COLOR: #3B99FC;
}

.lalign {
    FLOAT: right;
    TEXT-ALIGN: right
}

.ralign {
    FLOAT: left;
    TEXT-ALIGN: left
}

#flip_cities {
    PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
}

#flip_cities2 {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: right;
    color: #666
}

.STYLE3 {
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
}

.STYLE84 {
    color: #000000;
    font-size: 9pt;
}

.STYLE85 {
    color: #000000
}

.cursor {
    cursor: pointer;
}

.inp_selected {
    width: 113px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #CFCDC7;
    background: #fff;
    padding: 5px 0 5px 5px;
    color: #333333;
}

.inpt_unselected {
    width: 113px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #CFCDC7;
    background: #fff;
    color: #999;
    padding: 5px 0 5px 5px;
}

.citypage {
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.citypage a {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    width: 24px;
    margin: 0 2px;
    text-align: center;
}

.citypage .pagetxt {
    text-decoration: none;
}

.citypage .cur {
    color: #3B99FC;
    text-decoration: none;
}

=======@charset "UTF-8";
.section-first {
    height: 450px;
    position: relative;
}

.fullSlide {
    position: relative;
    width: 100%;
}

.fullSlide .bd {
    position: relative;
    height: 450px;
}

.fullSlide .bd li {
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
}

.fullSlide .bd a {
    display: block;
    height: 450px;
}

.fullSlide .hd {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.fullSlide .hd ul {
    padding: 10px 0;
    line-height: 12px;
    overflow: hidden;
}

.fullSlide .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 100px;
    background: #f8f8f8;
    margin: 0 6px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    opacity: .6;
}

.fullSlide .hd .on {
    opacity: 1;
}

.search-index {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -595px;
    z-index: 100;
    width: 510px;
    height: 350px;
    background: #fff;
}

.search-index .search-side {
    float: left;
    width: 100px;
}

.search-index .search-side li {
    background: #3B99FC;
    border-bottom: 1px solid #86bffb;
    height: 116px;
}

.search-index .search-side li:last-child,
.search-index .search-side li.last {
    border-bottom: none;
    height: 118px;
}

.search-index .search-side li:last-child a,
.search-index .search-side li.last a {
    height: 118px;
    line-height: 118px;
}

.search-index .search-side a {
    display: block;
    height: 115px;
    line-height: 115px;
    color: #fff;
    border-left: 3px solid #3B99FC;
    font-size: 16px;
}

.search-index .search-side .active a {
    background: #fff;
    color: #3B99FC;
}

.search-index .search-side .icon {
    float: left;
    font-size: 18px;
    width: 28px;
    text-align: center;
}

.search-index .search-side .icon-huiyuan,
.search-index .search-side .icon-huochepiao,
.search-index .search-side .icon-cycx {
    font-size: 22px;
}

.search-index .search-main {
    float: left;
    width: 410px;
    height: 350px;
}

.search-index .search-main-item {
    padding: 32px 25px 0 25px;
    height: 100%;
}

.search-index .search-tab-hd {
    height: 34px;
    border-bottom: 2px solid #DEDEDE;
}

.search-index .search-tab-hd ul {
    *zoom: 1;
}

.search-index .search-tab-hd ul:before,
.search-index .search-tab-hd ul:after {
    content: "";
    display: table;
}

.search-index .search-tab-hd ul:after {
    clear: both;
    overflow: hidden;
}

.search-index .search-tab-hd li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.search-index .search-tab-hd .active a {
    color: #3B99FC;
}

.search-index .search-tab-hd .active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3B99FC;
}

.search-index .search-tab-hd a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #999;
}

.search-index .search-tab-hd a .icon {
    margin-right: 5px;
}

.search-index .search-tab-hd-2 li {
    width: 50%;
}

.search-index .search-tab-item {
    padding-top: 10px;
    display: none;
}

.search-index .search-form .form-item-group {
    position: relative;
}

.search-index .search-form .form-item-group .city-change {
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 60px;
    border: 1px solid #DEDEDE;
    border-left: none;
}

.search-index .search-form .form-item-group .city-change .icon {
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -12px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background: #ff8201;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.search-index .search-form .form-item {
    *zoom: 1;
    line-height: 30px;
    margin-top: 16px;
}

.search-index .search-form .form-item:before,
.search-index .search-form .form-item:after {
    content: "";
    display: table;
}

.search-index .search-form .form-item:after {
    clear: both;
    overflow: hidden;
}

.search-index .search-form .form-item-check {
    margin-top: 5px;
}

.search-index .search-form .form-item-btn {
    margin-top: 10px;
}

.search-index .search-form .check-list-right li {
    margin-right: 60px;
}

.search-index .search-form .form-label {
    float: left;
    width: 75px;
    padding-right: 10px;
    text-align: right;
}

.search-index .search-form .form-label .required {
    margin-right: 3px;
}

.search-index .search-form .form-bd {
    margin-left: 75px;
}

.search-index .search-form .input-box {
    width: 265px;
}

.search-index .search-form .form-code .input-box {
    float: left;
    width: 160px;
    margin-right: 10px;
}

.search-index .search-form .form-code .code-pic {
    float: left;
    border: 1px solid #DEDEDE;
    width: 95px;
}

.search-index .search-form .form-code .code-pic img {
    display: block;
    width: 93px;
    height: 28px;
    cursor: pointer;
}

.search-index .search-history {
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
}

.search-index .search-history-bd {
    width: 300px;
    float: left;
}

.search-index .search-history-bd .history-prev,
.search-index .search-history-bd .history-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #999;
}

.search-index .search-history-bd .history-prev:hover,
.search-index .search-history-bd .history-next:hover {
    color: #3B99FC;
}

.search-index .search-history-bd .history-prev {
    float: left;
}

.search-index .search-history-bd .history-next {
    float: right;
}

.search-index .search-history-bd .history-list-wrap {
    margin: 0 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.search-index .search-history-bd .history-list {
    width: 10000px;
    height: 20px;
    overflow: hidden;
}

.search-index .search-history-bd .history-list li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    color: #999;
}

.search-index .search-history-bd .history-list li:hover {
    color: #3B99FC;
}

.search-index .search-history-btn {
    float: right;
    width: 60px;
    text-align: right;
}

.search-index .search-history-btn a {
    color: #999;
}

.search-index .search-history-btn a:hover {
    color: #3B99FC;
}

.service-list {
    *zoom: 1;
}

.service-list:before,
.service-list:after {
    content: "";
    display: table;
}

.service-list:after {
    clear: both;
    overflow: hidden;
}

.service-list li {
    float: left;
    width: 14.2%;
    height: 136px;
    padding: 35px 0;
    line-height: 20px;
    text-align: center;
    background-image: url(../images/line01.png);
    background-image: -webkit-image-set(url(../images/line01.png) 1x, url(../images/line01@2x.png) 2x);
    background-image: image-set(url(../images/line01.png) 1x, url(../images/line01@2x.png) 2x);
    background-position: right center;
    background-repeat: no-repeat;
}

.service-list li a {
    display: block;
    height: 66px;
    -webkit-transition: .3s linear color;
    transition: .3s linear color;
}

.service-list li:hover .service-icon {
    opacity: .8;
}

.service-list .last {
    background: none;
}

.service-list .service-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
    background-image: url(../images/service.png);
    background-image: -webkit-image-set(url(../images/service.png) 1x, url(../images/service@2x.png) 2x);
    background-image: image-set(url(../images/service.png) 1x, url(../images/service@2x.png) 2x);
}

.service-list .ico-s1 {
    background-position: 0 0;
}

.service-list .ico-s2 {
    background-position: 0 -40px;
}

.service-list .ico-s3 {
    background-position: 0 -80px;
}

.service-list .ico-s4 {
    background-position: 0 -120px;
}

.service-list .ico-s5 {
    background-position: 0 -160px;
}

.service-list .ico-s6 {
    background-position: 0 -200px;
}

.service-list .ico-s7 {
    background-position: 0 -240px;
}

.service-list .ico-s8 {
    background-position: 0 -280px;
}

.service-list .ico-s9 {
    background-position: 0 -320px;
}

.service-lg {
    overflow: hidden;
}

.service-lg .service-lg-list {
    margin-right: -10px;
    *zoom: 1;
}

.service-lg .service-lg-list:before,
.service-lg .service-lg-list:after {
    content: "";
    display: table;
}

.service-lg .service-lg-list:after {
    clear: both;
    overflow: hidden;
}

.service-lg li {
    float: left;
    width: 590px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-lg li img {
    display: block;
    width: 590px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.service-lg li img:hover {
    opacity: .8;
}

.service-sm {
    margin-top: 40px;
    overflow: hidden;
}

.service-sm .service-sm-list {
    margin-right: -10px;
    *zoom: 1;
}

.service-sm .service-sm-list:before,
.service-sm .service-sm-list:after {
    content: "";
    display: table;
}

.service-sm .service-sm-list:after {
    clear: both;
    overflow: hidden;
}

.service-sm li {
    float: left;
    width: 290px;
    margin-right: 10px;
}

.service-sm a {
    display: block;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.service-sm a:hover img {
    opacity: .9;
}

.service-sm a:hover .icon {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.service-sm .service-pic img {
    display: block;
    width: 288px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.service-sm .service-info {
    padding: 10px;
    height: 88px;
    position: relative;
}

.service-sm .service-info .icon {
    position: absolute;
    right: 10px;
    top: 48px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #ff8201;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.service-sm .service-name {
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-sm .service-txt {
    height: 22px;
    line-height: 22px;
    color: #999;
    margin-right: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-train {
    overflow: hidden;
}

.travel-train .travel-train-list {
    *zoom: 1;
    margin-right: -10px;
}

.travel-train .travel-train-list:before,
.travel-train .travel-train-list:after {
    content: "";
    display: table;
}

.travel-train .travel-train-list:after {
    clear: both;
    overflow: hidden;
}

.travel-train li {
    float: left;
    width: 290px;
    margin: 10px 10px 0 0;
}

.travel-train a {
    display: block;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.travel-train a:hover img {
    opacity: .9;
}

.travel-train .travel-pic img {
    display: block;
    width: 288px;
    height: 160px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
}

.travel-train .travel-info {
    padding: 10px;
}

.travel-train .travel-name {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-train .txt-price {
    font-size: 20px;
}

.travel-train .txt-price .rmb {
    font-size: 14px;
    margin-right: 6px;
}

.travel-train .travel-tips {
    float: right;
    height: 22px;
    line-height: 20px;
    border: 1px solid #3B99FC;
    color: #3B99FC;
    padding: 0 3px;
    margin-top: 4px;
    font-size: 12px;
}

.news-tab {
    margin-top: 40px;
    margin-bottom: 55px;
}

.news-tab .tab-hd {
    height: 40px;
    overflow: hidden;
}

.news-tab .tab-hd ul {
    margin-right: -10px;
}

.news-tab .tab-hd li {
    float: left;
    margin-right: 10px;
}

.news-tab .tab-hd li.active a {
    background: #3B99FC;
    color: #fff;
}

.news-tab .tab-hd a {
    display: block;
    width: 390px;
    height: 40px;
    line-height: 40px;
    background: #efeff4;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.news-tab .tab-bd {
    border: 1px solid #DEDEDE;
}

.news-tab .tab-item {
    padding: 20px;
    display: none;
}

.news-index {
    overflow: hidden;
}

.news-index .news-index-list {
    *zoom: 1;
    margin-right: -60px;
}

.news-index .news-index-list:before,
.news-index .news-index-list:after {
    content: "";
    display: table;
}

.news-index .news-index-list:after {
    clear: both;
    overflow: hidden;
}

.news-index li {
    float: left;
    width: 544px;
    margin-right: 60px;
    height: 36px;
    line-height: 36px;
}

.news-index li:before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    background: #3B99FC;
    margin: 15px 20px 0 0;
}

.news-index .news-tit {
    float: left;
    height: 36px;
    line-height: 36px;
    max-width: 460px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-index .news-time {
    float: right;
    color: #999;
    font-size: 12px;
}

.news-index .news-more {
    line-height: 36px;
    text-align: right;
}

.news-index .news-more a {
    color: #999;
}

.news-index .news-more a:hover {
    color: #3B99FC;
}

.discredit-list-box {
    *zoom: 1;
}

.discredit-list-box:before,
.discredit-list-box:after {
    content: "";
    display: table;
}

.discredit-list-box:after {
    clear: both;
    overflow: hidden;
}

.discredit-list {
    width: 544px;
    text-align: center;
}

.discredit-list dt {
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    border-bottom: 2px solid #DEDEDE;
    margin-bottom: 5px;
}

.discredit-list dt i {
    font-size: 24px;
    color: #7DBBFC;
    margin-right: 18px;
}

.discredit-list .dis-item {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
    padding: 0 60px;
}

.discredit-list .dis-item:before {
    content: "";
    width: 6px;
    height: 6px;
    float: left;
    margin: 13px 20px 0 0;
    background: #348ff3;
}

.discredit-list .dis-item .person-name {
    float: left;
    width: 230px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discredit-list .dis-item .person-card {
    float: right;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discredit-list .more {
    text-align: right;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    position: relative;
    padding-right: 60px;
}

.discredit-list .more a {
    color: #999;
}

.discredit-list .more a:hover {
    color: #3B99FC;
}

@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #3B99FC;
}

a:active,
a:focus,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
}

a.txt-primary:hover {
    text-decoration: underline;
}

label {
    font-weight: 400;
}

fieldset,
img {
    border: 0;
}

html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

del {
    text-decoration: line-through;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

audio,
video {
    display: inline-block;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

td {
    word-break: break-all;
    word-wrap: break-word;
}

textarea {
    resize: none;
}

iframe {
    display: block;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear {
    clear: both;
}

.icon {
    vertical-align: -1px;
}

body {
    min-width: 1200px;
}

*,
*:before,
*:after {
    -wekbit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-selection {
    color: #fff;
    background: #3B99FC;
}

::-moz-selection {
    color: #fff;
    background: #3B99FC;
}

::selection {
    color: #fff;
    background: #3B99FC;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.btn {
    display: inline-block;
    font-size: 14px;
    color: #333;
    min-width: 80px;
    height: 30px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn:hover {
    color: #ff8201;
    border-color: #ff8201;
}

.btn.btn-default {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.btn.btn-default:hover {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color: #333;
}

.btn.btn-primary,
.pagination .page-skip .btn {
    background: #ff8201;
    color: #fff;
    border-color: #ff8201;
}

.btn.btn-primary:hover,
.pagination .page-skip .btn:hover {
    background: rgba(255, 130, 1, 0.8);
    border-color: rgba(255, 130, 1, 0.8);
}

.btn.btn-secondary {
    background: #3B99FC;
    color: #fff;
    border-color: #3B99FC;
}

.btn.btn-secondary:hover {
    background: #2477E3;
    border-color: #2477E3;
}

.btn.btn-disabled {
    background: #eaeded;
    color: #999;
    border-color: #eaeded;
    cursor: not-allowed;
}

.btn.btn-disabled:hover {
    background: #eaeded;
    border-color: #eaeded;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-success {
    background: #00CC0C;
    color: #fff;
    border-color: #00CC0C;
}

.btn.btn-success:hover {
    background: rgba(0, 204, 12, 0.8);
    border-color: rgba(0, 204, 12, 0.8);
}

.btn.btn-warning {
    background: #F6BA29;
    color: #fff;
    border-color: #F6BA29;
}

.btn.btn-warning:hover {
    background: rgba(246, 186, 41, 0.8);
    border-color: rgba(246, 186, 41, 0.8);
}

.btn.btn-danger {
    background: #FF4646;
    color: #fff;
    border-color: #FF4646;
}

.btn.btn-danger:hover {
    background: rgba(255, 70, 70, 0.8);
    border-color: rgba(255, 70, 70, 0.8);
}

.btn.btn-sm {
    min-width: 60px;
    height: 24px;
    padding: 1px 10px;
}

.btn.btn-sm.btn-radius {
    border-radius: 12px;
}

.btn.btn-lg {
    height: 36px;
    padding: 7px 10px;
}

.btn.btn-lg.btn-radius {
    border-radius: 18px;
}

.btn.form-block {
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
}

.btn.btn-radius {
    border-radius: 15px;
}

.btn-left {
    text-align: left;
    font-size: 0;
}

.btn-left a {
    margin-right: 10px;
}

.btn-right {
    text-align: right;
    font-size: 0;
}

.btn-right a {
    margin-left: 10px;
}

.btn-center {
    text-align: center;
    font-size: 0;
}

.btn-center a {
    margin: 0 5px;
}

.select {
    min-width: 80px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    color: #333;
    text-indent: 0;
    text-align: left;
    outline: none;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.select:focus,
.select.focus {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

select::-ms-expand {
    display: none;
}

.input-box {
    display: inline-block;
    position: relative;
}

.input-box .input,
.input-box .textarea {
    width: 100%;
    vertical-align: top;
}

.input-box .select {
    width: 100%;
    vertical-align: top;
}

.input-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #DCDCDC;
    cursor: pointer;
    font-size: 18px;
}

.input-box .icon:hover {
    color: #3B99FC;
}

.input-box .input-scale {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    background: #fff;
    width: 240px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #3B99FC;
    padding: 0 10px;
    font-size: 16px;
    color: #3B99FC;
    -webkit-box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
    box-shadow: 0 0 3px rgba(59, 153, 252, 0.3);
    z-index: 10;
    display: none;
}

.input-city .input,
.input-city .textarea,
.input-date .input,
.input-date .textarea {
    padding-right: 30px;
}

.input,
.textarea {
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    color: #333;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.input:focus,
.textarea:focus,
.input.focus,
.focus.textarea {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

.input.input-sm,
.input-sm.textarea {
    height: 24px;
    padding: 1px 10px;
}

.input.input-lg,
.input-lg.textarea {
    height: 36px;
    padding: 7px 10px;
}

.input.input-error,
.input-error.textarea {
    border-color: #E12525;
    color: #E12525;
}

.textarea {
    height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-block {
    display: block;
    width: 100% !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.icheckbox,
.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
}

.icheckbox.checked {
    background-position: -32px 0;
    -webkit-animation: scale-spring .2s;
    animation: scale-spring .2s;
}

.icheckbox.disabled {
    background-position: -16px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -48px 0;
    cursor: default;
}

.iradio {
    background-position: -64px 0;
}

.iradio.checked {
    background-position: -96px 0;
    -webkit-animation: scale-spring .2s;
    animation: scale-spring .2s;
}

.iradio.disabled {
    background-position: -80px 0;
    cursor: default;
}

.iradio.checked.disabled {
    background-position: -112px 0;
    cursor: default;
}

.check-inline {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.check-inline .iradio,
.check-inline .icheckbox {
    float: left;
    margin-left: -20px;
    margin-top: 7px;
}

.check-inline+.check-inline {
    margin-left: 10px;
}

input[type="file"] {
    display: block;
}

.file {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 100px;
}

.check-list {
    *zoom: 1;
}

.check-list:before,
.check-list:after {
    content: "";
    display: table;
}

.check-list:after {
    clear: both;
    overflow: hidden;
}

.check-list li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.check-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
}

.check-list .active i {
    background-position: -16px 0;
    -webkit-animation: .3s scale-spring;
    animation: .3s scale-spring;
}

.check-list-right li i {
    margin-right: 0;
    margin-left: 10px;
}

.radio-list {
    *zoom: 1;
}

.radio-list:before,
.radio-list:after {
    content: "";
    display: table;
}

.radio-list:after {
    clear: both;
    overflow: hidden;
}

.radio-list li {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.radio-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/check.png);
    background-image: -webkit-image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-image: image-set(url(../images/check.png) 1x, url(../images/check@2x.png) 2x);
    background-position: -32px 0;
}

.radio-list .active i {
    background-position: -48px 0;
    -webkit-animation: .3s scale-spring;
    animation: .3s scale-spring;
}

.ml {
    margin-left: 10px !important;
}

.ml-sm {
    margin-left: 5px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.mr {
    margin-right: 10px !important;
}

.mr-sm {
    margin-right: 5px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mt {
    margin-top: 10px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt-sm {
    margin-top: 5px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-mlg {
    margin-top: 40px !important;
}

.mb {
    margin-bottom: 10px !important;
}

.mb-sm {
    margin-bottom: 5px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.txt-default {
    color: #333 !important;
}

.txt-primary {
    color: #3B99FC !important;
}

.txt-num {
    color: #ff8201 !important;
}

.txt-light,
.txt-tips {
    color: #666 !important;
}

.txt-lighter {
    color: #999 !important;
}

.txt-lightest {
    color: #fff !important;
}

.txt-success {
    color: #00CC0C !important;
}

.txt-error {
    color: #E12525 !important;
}

.txt-warning {
    color: #F6BA29 !important;
}

.txt-danger {
    color: #FF4646 !important;
}

.txt-disabled {
    color: #eaeded !important;
}

.txt-price {
    color: #ff8201 !important;
}

.txt-second {
    color: #ff8201 !important;
}

.txt-lg {
    font-size: 16px !important;
}

.txt-mlg {
    font-size: 18px !important;
}

.txt-blg {
    font-size: 20px !important;
}

.txt-sm {
    font-size: 12px !important;
}

.txt-md {
    font-size: 14px !important;
}

.txt-bold,
.txt-700 {
    font-weight: 700;
}

.txt-400 {
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: underline;
}

.text-indent {
    text-indent: 2em;
}

.required {
    color: #f00;
    font-weight: 400;
}

.lineheight-lg {
    line-height: 30px;
}

.wrapper {
    width: 1200px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #DEDEDE transparent transparent transparent;
    border-bottom: none;
}

.img-scale {
    overflow: hidden;
}

.img-scale img {
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.img-scale img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.section {
    padding-top: 10px;
}

.section .section-hd {
    height: 40px;
    border-bottom: 2px solid #DEDEDE;
}

.section .section-hd .more {
    float: right;
    line-height: 38px;
    color: #999;
}

.section .section-hd .more:hover {
    color: #3B99FC;
}

.section .section-tit {
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    color: #3B99FC;
    padding: 0 4px;
}

.section .section-tit:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3B99FC;
}

.txt-price {
    color: #ff8201;
}

.txt-price .rmb {
    font-style: normal;
}

.gototop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s linear opacity;
    transition: 1s linear opacity;
}

.gototop a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #EFEFEF;
}

.gototop .icon {
    font-size: 20px;
    color: #666;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 5000;
}

.modal {
    position: absolute;
    z-index: 6000;
    display: none;
    width: 440px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal .modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
}

.modal .modal-hd {
    height: 40px;
    background: #3B99FC;
}

.modal .modal-tit {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.modal .modal-bd {
    padding: 20px;
}

.modal .modal-ft {
    padding: 0 20px 20px 20px;
    font-size: 0;
    text-align: center;
}

.modal .modal-ft .btn {
    margin: 0 5px;
}

.modal .modal-ft-tips {
    background: #F8F8F8;
    padding: 15px 20px;
    color: #666;
}

.message {
    padding: 0 20px 0 60px;
    position: relative;
}

.message .msg-ico {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    margin-left: -45px;
}

.message .msg-ico .icon {
    font-size: 30px;
}

.message .msg-ico img {
    display: block;
    width: 30px;
    height: 30px;
}

.message .msg-ico .icon-doubt {
    color: #F6BA29;
}

.message .msg-ico .icon-success {
    color: #00CC0C;
}

.message .msg-ico .icon-error {
    color: #E12525;
}

.message .msg-ico .icon-plaint-fill {
    color: #3B99FC;
}

.message .msg-tit {
    line-height: 30px;
    font-size: 16px;
}

.message .msg-info {
    line-height: 20px;
    color: #666;
}

.box-result {
    border: 1px solid #3B99FC;
    padding: 20px;
}

.box-result .result-bd {
    margin: 0 200px;
}

.box-result .btn-group-center {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #DEDEDE;
}

.result-bd {
    padding-left: 90px;
    position: relative;
    _height: 45px;
    min-height: 45px;
    line-height: 20px;
    padding-top: 5px;
}

.result-bd .result-img {
    position: absolute;
    top: 0;
    left: 0;
}

.result-bd .result-tit {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
}

.result-bd-mini {
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-bd-mini .result-tit {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.breadcrumb {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 12px;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #666;
}

.breadcrumb .active {
    color: #3B99FC;
}

.breadcrumb .sep {
    font-family: "5B8B\4F53";
    margin: 0 3px;
}

.main-panel {
    border-top: 0;
    position: relative;
}

.main-panel .panel-hd {
    height: 40px;
    line-height: 40px;
    background: #3B99FC;
    padding: 0 20px;
    color: #fff;
}

.main-panel .panel-bd {
    border: 1px solid #DEDEDE;
    padding: 20px 19px;
}

.main-panel .panel-sub-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.main-panel .panel-bd-bg {
    background: #FCFCFC;
    border: none;
}

.panel-border {
    border: 1px solid #DEDEDE;
    padding: 20px;
}

.panel-border.border-transparent {
    border-color: transparent;
}

.search-box {
    background: #f8f8f8;
    border-radius: 1px;
    padding: 0px 20px 20px;
    border: 1px solid #DEDEDE;
}

.search-box .form-label {
    float: left;
    width: 75px;
    padding-right: 10px;
    text-align: right;
}

.search-box .form-label .required {
    margin-right: 3px;
}

.search-box-list {
    *zoom: 1;
}

.search-box-list:before,
.search-box-list:after {
    content: "";
    display: table;
}

.search-box-list:after {
    clear: both;
    overflow: hidden;
}

.search-box-list li {
    float: left;
    margin: 20px 10px 0 0;
}

.search-box-list .form-label {
    line-height: 30px;
}

.search-box-list .btn {
    min-width: 100px;
    vertical-align: top;
}

.result-none {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.result-none .result-pic {
    width: 240px;
    height: 144px;
    vertical-align: top;
}

.result-none .result-txt {
    font-size: 18px;
    color: #999;
    margin-top: 30px;
    line-height: 24px;
}

.article-box {
    padding: 0 65px;
}

.article-box .title {
    line-height: 34px;
    margin: 0px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.article-box .para-sub-title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.article-box .para-sub-title:before {
    content: "";
    float: left;
    width: 3px;
    height: 16px;
    background: #3B99FC;
    margin: 9px 10px 0 0;
}

.article-box .para-box {
    margin-top: 20px;
    line-height: 22px;
}

.article-box .img-box {
    text-align: center;
    margin-top: 30px;
}

.article-box .img-box img {
    max-width: 100%;
}

.fixed-right {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -170px;
    z-index: 1100;
}

.fixed-right-menu {
    width: 50px;
}

.fixed-right-menu .menu-item {
    margin-bottom: 5px;
    background: #EFEFEF;
    text-align: center;
    width: 50px;
    position: relative;
}

.fixed-right-menu .menu-item:hover .menu-code {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.fixed-right-menu .menu-item .menu-hd {
    text-align: center;
    display: block;
    padding: 10px;
    color: #666;
}

.fixed-right-menu .menu-item .menu-hd:hover {
    color: #3B99FC;
}

.fixed-right-menu .menu-item .menu-name {
    line-height: 18px;
}

.fixed-right-menu .menu-item .icon {
    display: block;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.fixed-right-menu .menu-code {
    width: 330px;
    height: 148px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #E3E3E3;
    box-shadow: 0 0 8px #E3E3E3;
    border: 1px solid #DEDEDE;
    position: absolute;
    top: 50%;
    margin-top: -74px;
    right: 60px;
    z-index: 1100;
    padding: 0 20px 20px 20px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .3s ease opacity, .3s ease transform;
    transition: .3s ease opacity, .3s ease transform;
}

.fixed-right-menu .menu-code:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #DEDEDE;
    border-right: none;
}

.fixed-right-menu .menu-code:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.fixed-right-menu .menu-code-name {
    height: 46px;
    line-height: 46px;
}

.fixed-right-menu .menu-code-pic {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
}

.fixed-right-menu .menu-code-pic img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #DEDEDE;
}

.fixed-right-menu .menu-code-pic .code-tips {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 190px;
    height: 80px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    background-image: url(../images/bg-train.png);
    background-image: -webkit-image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-image: image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 18px;
    padding: 12px 10px;
    font-size: 12px;
    text-align: left;
}

.fixed-right-menu .menu-code-pic .code-tips:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #DEDEDE transparent transparent;
    border-left: none;
}

.fixed-right-menu .menu-code-pic .code-tips:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/loading3.gif) center center no-repeat;
    z-index: 5000;
    background-size: 60px 120px;
}

.tooltip {
    position: absolute;
    z-index: 100;
    display: block;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.98;
    filter: alpha(opacity=98);
}

.tooltip.top {
    margin-top: -3px;
    padding: 4px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 4px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 4px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 4px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #3B99FC;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: #3B99FC;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-right-color: #3B99FC;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-left-color: #3B99FC;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: #3B99FC;
}

.tooltip-error {
    position: absolute;
    height: 30px;
    line-height: 28px;
    border: 1px solid #E12525;
    padding: 0 10px;
    border-radius: 4px;
    color: #E12525;
    background: #FFEBEB;
    z-index: 3000;
    white-space: nowrap;
    display: none;
}

.tooltip-error:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #E12525 transparent transparent;
    border-left: none;
}

.tooltip-error:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -3px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 4px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #FFEBEB transparent transparent;
    border-left: none;
}

.tooltip-error .icon {
    margin-right: 4px;
}

.down-box {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    z-index: 10;
    display: none;
}

.down-box .down-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}

.down-box .down-list li:hover {
    background: #E8F3FF;
    color: #3B99FC;
}

.down-box .down-list li.active {
    background: #61ADFD;
    color: #fff;
}

.label-new {
    display: inline-block;
    border: 1px solid #ffb5b5;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    color: #FF4646;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}

.label-give {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    background: #ff8201;
    color: #fff;
}

.label-children {
    display: inline-block;
    border: 1px solid #ACD1F9;
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    background: #fff;
    color: #3B99FC;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
}

.label-txt {
    display: inline-block;
    min-width: 56px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #b1d6fe;
    padding: 0 2px;
    color: #3B99FC;
    font-style: normal;
    white-space: nowrap;
}

.label-txt-sm {
    width: auto;
    min-width: 22px;
}

.pagination {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.pagination .page-num {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.pagination .page-num li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.pagination .page-num li a {
    display: block;
    height: 30px;
    border: 1px solid #DEDEDE;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background: #F8F8F8;
}

.pagination .page-num li a:hover {
    color: #3B99FC;
}

.pagination .page-num li .icon {
    font-size: 14px;
}

.pagination .page-num .dotted {
    display: block;
    height: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.pagination .page-num .active a,
.pagination .page-num .active a:hover {
    background: #3B99FC;
    border-color: #3B99FC;
    color: #fff;
}

.pagination .page-num .disabled a {
    color: #d2d2d2;
    cursor: not-allowed;
    border-color: #e2e2e2;
}

.pagination .page-num .disabled a:hover {
    color: #d2d2d2;
    border-color: #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-all {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.pagination .page-all strong {
    margin: 0 3px;
    font-weight: 400;
}

.pagination .page-skip {
    display: inline-block;
    margin-right: 10px;
}

.pagination .page-skip .input,
.pagination .page-skip .textarea {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: baseline;
}

.pagination .page-skip .btn {
    margin-left: 10px;
}

.pagination .page-btn {
    background: #F8F8F8;
    vertical-align: top;
    border-radius: 2px;
    min-width: 50px;
}

.box-loading {
    height: 100px;
    position: relative;
}

.box-loading img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

.tips-box {
    border: 2px solid #ffddba;
    background: #fffbf8;
    padding: 10px 20px 10px 20px;
    line-height: 20px;
}

.tips-box .tips-tit {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.tips-box p {
    margin-top: 4px;
    line-height: 20px;
    font-size: 12px;
}

.search-form-mini {
    *zoom: 1;
}

.search-form-mini:before,
.search-form-mini:after {
    content: "";
    display: table;
}

.search-form-mini:after {
    clear: both;
    overflow: hidden;
}

.search-form-mini .form-item {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.search-form-mini .form-item .btn {
    vertical-align: top;
}

.search-form-mini .form-item .sel {
    vertical-align: top;
}

.show-expect {
    text-align: center;
    padding: 20px;
}

.show-expect img {
    width: 500px;
    height: auto;
    vertical-align: top;
}

.panel-tab .tab-hd {
    height: 44px;
    margin-bottom: -1px;
}

.panel-tab .tab-bd {
    border: 1px solid #DEDEDE;
}

.panel-tab .tab-hd-list {
    height: 44px;
}

.panel-tab .tab-hd-list li {
    float: left;
    border: 1px solid #DEDEDE;
    margin-right: -1px;
}

.panel-tab .tab-hd-list a {
    float: left;
    padding: 0 30px;
    min-width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.panel-tab .tab-hd-list .txt-num {
    display: inline-block;
    margin-left: 5px;
    height: 14px;
    line-height: 14px;
    padding: 0 8px;
    color: #fff !important;
    background: #ff8201;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
}

.panel-tab .tab-hd-list .active {
    border-bottom: 1px solid #fff;
}

.panel-tab .tab-hd-list .active a {
    color: #3B99FC;
}

.panel-tab .tab-item {
    display: none;
    padding: 20px;
}

.panel-tooltip {
    position: absolute;
    border: 1px solid #3B99FC;
}

.panel-tooltip .tooltip-txt {
    line-height: 20px;
    padding: 4px 10px;
}

.panel-tooltip.top .tooltip-arw,
.panel-tooltip.top-left .tooltip-arw,
.panel-tooltip.top-right .tooltip-arw {
    top: auto;
    bottom: -6px;
}

.panel-tooltip.top .tooltip-arw:before,
.panel-tooltip.top-left .tooltip-arw:before,
.panel-tooltip.top-right .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #3B99FC transparent transparent transparent;
    border-bottom: none;
}

.panel-tooltip.top .tooltip-arw:after,
.panel-tooltip.top-left .tooltip-arw:after,
.panel-tooltip.top-right .tooltip-arw:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
}

.panel-tooltip.top .tooltip-arw {
    left: 50%;
    margin-left: -6px;
}

.panel-tooltip.top-left .tooltip-arw {
    left: auto;
    right: 10px;
}

.panel-tooltip.bottom-left .tooltip-arw {
    left: auto;
    right: 10px;
}

.panel-tooltip.bottom-right .tooltip-arw {
    left: 10px;
}

.panel-tooltip.bottom .tooltip-arw {
    left: 50%;
    margin-left: -6px;
}

.panel-tooltip.right-bottom .tooltip-arw,
.panel-tooltip.right-top .tooltip-arw,
.panel-tooltip.right .tooltip-arw {
    width: 6px;
    height: 12px;
    left: -6px;
    top: 10px;
}

.panel-tooltip.right-bottom .tooltip-arw:before,
.panel-tooltip.right-top .tooltip-arw:before,
.panel-tooltip.right .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #3B99FC transparent transparent;
    border-left: none;
}

.panel-tooltip.right-bottom .tooltip-arw:after,
.panel-tooltip.right-top .tooltip-arw:after,
.panel-tooltip.right .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.panel-tooltip.right-bottom .tooltip-arw {
    top: 10px;
}

.panel-tooltip.right-top .tooltip-arw {
    top: auto;
    bottom: 10px;
}

.panel-tooltip.right .tooltip-arw {
    top: 50%;
    margin-top: -6px;
}

.panel-tooltip.left-bottom .tooltip-arw,
.panel-tooltip.left-top .tooltip-arw,
.panel-tooltip.left .tooltip-arw {
    width: 6px;
    height: 12px;
    left: auto;
    right: -6px;
    top: 8px;
}

.panel-tooltip.left-bottom .tooltip-arw:before,
.panel-tooltip.left-top .tooltip-arw:before,
.panel-tooltip.left .tooltip-arw:before {
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3B99FC;
    border-right: none;
}

.panel-tooltip.left-bottom .tooltip-arw:after,
.panel-tooltip.left-top .tooltip-arw:after,
.panel-tooltip.left .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 0px;
    left: auto;
    right: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.panel-tooltip.left-bottom .tooltip-arw {
    top: 8px;
}

.panel-tooltip.left-top .tooltip-arw {
    top: auto;
    bottom: 8px;
}

.panel-tooltip.left .tooltip-arw {
    top: 50%;
    margin-top: -6px;
}

.panel-tooltip .tooltip-arw {
    width: 12px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 10px;
}

.panel-tooltip .tooltip-arw:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #3B99FC transparent;
    border-top: none;
}

.panel-tooltip .tooltip-arw:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
}

.panel-train-stop {
    width: 418px;
}

.panel-train-stop .stop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
}

.panel-train-stop .stop-close:hover {
    color: #3B99FC;
}

.panel-train-stop .stop-hd {
    height: 40px;
    text-align: center;
    background: #F0F8FF;
    color: #666;
}

.panel-train-stop .stop-hd .stop-item {
    line-height: 40px;
}

.panel-train-stop .stop-item {
    float: left;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-train-stop .stop-num {
    width: 60px;
}

.panel-train-stop .stop-name {
    width: 90px;
}

.panel-train-stop .stop-time {
    width: 80px;
}

.panel-train-stop .stop-bd {
    max-height: 256px;
    overflow: auto;
}

.panel-train-stop .stop-list {
    line-height: 32px;
}

.panel-train-stop .stop-ft {
    line-height: 38px;
    border-top: 1px solid #3B99FC;
    padding: 0 0 0 20px;
}

.panel-train-stop .stop-ft span {
    margin-right: 35px;
    font-weight: 700;
}

.sel {
    display: inline-block;
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.sel .sel-hd {
    height: 30px;
    line-height: 28px;
    border: 1px solid #DEDEDE;
    padding: 0 24px 0 10px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    min-width: 60px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.sel .sel-hd .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #E0E0E0;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.sel .sel-inner {
    overflow: hidden;
    white-space: nowrap;
}

.sel .sel-placeholder {
    color: #999;
}

.sel .sel-bd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    border: 1px solid #DCDCDC;
    background: #fff;
    z-index: 10;
    max-height: 180px;
    overflow: auto;
    display: none;
}

.sel .sel-list li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.sel .sel-list li.hover,
.sel .sel-list li:hover {
    color: #3B99FC;
}

.sel .sel-list li.selected {
    background: #3B99FC;
    color: #fff;
}

.sel .sel-list li.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.sel .sel-list li.disabled:hover {
    background: none;
}

.sel.active {
    z-index: 100;
}

.sel.active .sel-hd {
    border-color: #3B99FC;
    -webkit-box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 4px rgba(59, 153, 252, 0.4);
}

.sel.active .sel-hd .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sel.active .sel-bd {
    display: block;
}

.sel.sel-sm .sel-hd {
    height: 24px;
    line-height: 22px;
    padding: 0 24px 0 10px;
}

.sel.sel-sm .sel-hd .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.sel.sel-lg .sel-hd {
    height: 36px;
    line-height: 34px;
    padding: 0 36px 0 10px;
}

.sel.sel-lg .sel-hd .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.form-list .form-item {
    *zoom: 1;
    margin-bottom: 10px;
    min-height: 30px;
}

.form-list .form-item:before,
.form-list .form-item:after {
    content: "";
    display: table;
}

.form-list .form-item:after {
    clear: both;
    overflow: hidden;
}

.form-list .form-label {
    float: left;
    padding: 5px 5px 5px 0;
    width: 100px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    text-align: right;
}

.form-list .form-label .required {
    margin-right: 5px;
}

.form-list .form-bd {
    margin-left: 100px;
    min-height: 30px;
}

.form-list .form-bd-txt {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 20px;
}

.form-list .form-inline {
    float: left;
    margin-right: 20px;
}

.form-list .form-inline-half {
    width: 50%;
    margin-right: 0;
}

.form-list .form-tips {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.form-list .form-tips .icon {
    margin-right: 5px;
}

.form-list .ml0 {
    margin-left: 0;
}

.form-list .input-box,
.form-list .sel {
    float: left;
    width: 200px;
}

.form-list .w240 {
    width: 240px;
}

.form-list-mlg .form-label {
    width: 340px !important;
}

.form-list-mlg .form-bd {
    margin-left: 340px !important;
}

.form-list-lg .form-label {
    width: 200px !important;
}

.form-list-lg .form-bd {
    margin-left: 200px !important;
}

.form-list-sm .form-label {
    width: 100px !important;
}

.form-list-sm .form-bd {
    margin-left: 100px !important;
}

.line-dashed {
    height: 1px;
    border-top: 1px dashed #DEDEDE;
    margin: 15px 0;
}

.line-dashed-margin {
    margin: 40px 0;
}

.pwd-rank {
    height: 14px;
    line-height: 14px;
}

.pwd-rank span {
    float: left;
    width: 66px;
    height: 14px;
    background: #FFCE9C;
    margin-right: 1px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.pwd-rank .active {
    background: #ff8201;
}

.list-operation {
    text-align: center;
}

.list-operation a {
    margin: 0 10px;
}

.list-operation .icon-del {
    color: #E12525;
}

.list-operation .icon-edit {
    color: #3B99FC;
}

.article {
    padding: 0 20px;
}

.article .article-head {
    padding: 10px;
}

.article .article-tit {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.article .article-txt {
    line-height: 20px;
    margin-top: 15px;
}

.code-box-show {
    width: 162px;
    height: 162px;
    border: 1px solid #DEDEDE;
    position: relative;
}

.code-box-show img {
    display: block;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.code-box-show .code-tips {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 160px;
    height: 160px;
    z-index: 10;
    display: none;
}

.code-box-show .code-tips .code-tips-mask {
    width: 160px;
    height: 160px;
    background: #fff;
    opacity: .9;
}

.code-box-show .code-tips .code-tips-info {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 0;
    top: 0;
    z-index: 10;
}

.code-box-show .code-tips .code-tips-bd {
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.code-box-show .code-tips .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 20px;
    margin-right: 5px;
}

.code-box-show .code-tips .btn {
    margin-top: 10px;
}

.panel-table {
    border: 1px solid #DEDEDE;
    -webkit-transition: .3s linear border;
    transition: .3s linear border;
}

.list-table {
    width: 100%;
    text-align: center;
}

.list-table th {
    background: #F0F8FF;
    height: 40px;
    padding: 0 10px;
}

.list-table td {
    padding: 15px 10px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    line-height: 22px;
}

.list-table .order-operation {
    padding: 20px 10px;
    border-right: none;
}

.list-table .align-top {
    vertical-align: top;
}

.list-table .align-center {
    text-align: center;
}

.list-table .td-left {
    padding-left: 20px;
    text-align: left;
}

.list-table .br-none {
    border-right: none;
}

.list-table .item-disabled {
    color: #999;
}

.list-table .item-disabled .txt-primary,
.list-table .item-disabled .txt-price,
.list-table .item-disabled .label-discount,
.list-table .item-disabled .txt-light {
    color: #999 !important;
}

.list-table .item-disabled .label-discount {
    border-color: #999;
}

.list-table .passenger-operation {
    padding-left: 20px;
    position: relative;
}

.list-table .passenger-operation .passenger-check {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

@-webkit-keyframes scale-spring {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    80% {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-spring {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    80% {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes up-small {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes up-small {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes up-lg {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes up-lg {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes width-increase {
    0% {
        width: 0%;
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@charset "UTF-8";
.header,
.header *,
.footer,
.footer *,
.nav-box,
.nav-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.header .wrapper,
.footer .wrapper,
.nav-box .wrapper {
    width: 1200px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

.header,
.footer,
.nav-box {
    font-size: 14px;
}

.w300 {
    width: 300px;
}

a {
    color: #333;
}

a:hover {
    color: #3B99FC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%;
}

.mr {
    margin-right: 10px;
}

.ml {
    margin-left: 10px;
}

.header {
    background: #fff;
    position: relative;
    z-index: 2000;
}

.header:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    left: 50%;
    height: 40px;
    background: #f8f8f8;
    z-index: 1;
}

.header .header-con {
    *zoom: 1;
    height: 80px;
}

.header .header-con:before,
.header .header-con:after {
    content: "";
    display: table;
}

.header .header-con:after {
    clear: both;
    overflow: hidden;
}

.logo {
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}

.logo a {
    display: block;
    width: 200px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/logo.jpg);
    background-image: -webkit-image-set(url(../images/logo.jpg) 1x, url(../images/logo@2x.png) 2x);
    background-image: image-set(url(../images/logo.jpg) 1x, url(../images/logo@2x.png) 2x);
}

.header-right {
    float: right;
    margin: 24px 0 0 0;
    width: 890px;
    height: 40px;
    background-image: url(../images/train.png);
    background-image: -webkit-image-set(url(../images/train.png) 1x, url(../images/train@2x.png) 2x);
    background-image: image-set(url(../images/train.png) 1x, url(../images/train@2x.png) 2x);
    background-repeat: no-repeat;
    position: relative;
    z-index: 2000;
}

.header-search {
    float: left;
    width: 450px;
    margin: 5px 0 5px 100px;
}

.header-search .search-bd {
    width: 420px;
    position: relative;
}

.header-search .search-bd .search-input {
    width: 100%;
    float: left;
    border-radius: 0;
    height: 30px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header-search .search-bd .search-input.focus {
    border-color: #3B99FC;
}

.header-search .search-btn {
    float: left;
    width: 30px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
    background-color: #3B99FC;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header-search .search-btn:hover {
    background: #2676E3;
    color: #fff;
}

.header-search .search-down,
.header-search .search-history {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: none;
    min-height: 30px;
    display: none;
}

.header-search .search-down .close,
.header-search .search-history .close {
    position: absolute;
    top: 0;
    right: 16px;
    line-height: 34px;
    height: 34px;
    color: #3B99FC;
    font-size: 12px;
    background: none;
    text-indent: 0;
    width: auto;
}

.header-search .search-down .close:hover,
.header-search .search-history .close:hover {
    color: #2676E3;
}

.header-search .search-down-list {
    max-height: 204px;
    overflow-y: auto;
}

.header-search .search-down-list li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 10px 0 5px;
    cursor: pointer;
    color: #666;
}

.header-search .search-down-list li:hover {
    background: #F8F8F8;
}

.header-search .search-down-list .list-txt {
    color: #333;
}

.header-search .search-down-list .icon {
    float: left;
    width: 24px;
    color: #3B99FC;
}

.header-search .search-down-list .icon-zhanche {
    font-size: 14px;
}

.header-search .search-down-hot {
    border-top: 1px solid #DEDEDE;
    padding: 10px;
}

.header-search .search-hot-tit {
    line-height: 24px;
    font-weight: 700;
}

.header-search .search-hot-key {
    line-height: 24px;
}

.header-search .search-hot-key a {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
}

.header-search .search-hot-key a:hover {
    color: #3B99FC;
}

.header-search .search-history {
    padding: 10px;
}

.header-search .history-clear {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3B99FC;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.header-search .history-clear:hover {
    color: #2676E3;
}

.header-search .search-history-tit {
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.header-search .search-history-list {
    line-height: 24px;
    color: #666;
}

.header-search .search-history-list li {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search .search-history-list li:hover {
    color: #3B99FC;
}

.header-menu {
    float: right;
    padding-right: 10px;
}

.header-menu .menu-item {
    float: left;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: relative;
}

.header-menu .menu-line {
    color: #acd1f9;
}

.header-menu .menu-nav:hover .menu-nav-bd {
    display: block;
}

.header-menu .menu-nav-hd {
    color: #3B99FC;
    display: block;
    height: 40px;
    line-height: 40px;
}

.header-menu .menu-nav-hd .caret {
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #acd1f9 transparent transparent transparent;
    border-bottom: none;
}

.header-menu .menu-nav-bd {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    width: 130px;
    padding: 10px;
    z-index: 2000;
    display: none;
}

.header-menu .menu-nav-bd:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #DEDEDE transparent;
    border-top: none;
}

.header-menu .menu-nav-bd:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
}

.header-menu .menu-nav-bd li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.header-menu .menu-nav-bd .nav-line {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dashed #DEDEDE;
    margin: 3px 0;
}

.header-menu .menu-nav-bd a {
    display: block;
    white-space: nowrap;
}

.nav-box {
    height: 40px;
    background: #3B99FC;
}

.nav {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 40px;
    position: relative;
    z-index: 1900;
}

.nav .nav-item {
    float: left;
    width: 150px;
}

.nav .nav-item.nav-item-w1 {
    width: 145px;
}

.nav .nav-item:hover .nav-hd {
    background: #3685EC;
}

.nav .nav-item:hover .nav-hd .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav .nav-item:hover .nav-bd {
    display: block;
}

.nav .nav-item.active .nav-hd {
    background: #2676E3;
    color: #fff;
}

.nav .nav-hd {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.nav .nav-hd .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-left: 4px;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
}

.nav .nav-bd {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    min-height: 40px;
    background: #fff;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #3B99FC;
    padding: 14px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    font-size: 14px;
    display: none;
}

.nav .nav-bd-item {
    float: left;
    width: 198px;
}

.nav .nav-col2 {
    width: 396px;
}

.nav .nav-col3 {
    width: 584px;
}

.nav .nav-col4 {
    width: 792px;
}

.nav .nav-col5 {
    width: 990px;
}

.nav .nav-col6 {
    width: 1188px;
}

.nav .nav-tit {
    color: #3B99FC;
    height: 24px;
    line-height: 16px;
    position: relative;
    padding: 0 0 8px 30px;
    font-size: 14px;
    border-right: 1px solid #acd1f9;
}

.nav .border-none {
    border: none !important;
}

.nav .nav-con {
    *zoom: 1;
}

.nav .nav-con:before,
.nav .nav-con:after {
    content: "";
    display: table;
}

.nav .nav-con:after {
    clear: both;
    overflow: hidden;
}

.nav .nav-con li {
    float: left;
    width: 198px;
    line-height: 32px;
    height: 32px;
    padding-left: 30px;
    overflow: hidden;
    border-right: 1px solid #acd1f9;
}

.nav .nav-con li a {
    color: #666;
    font-size: 14px;
}

.nav .nav-con li a:hover {
    color: #3B99FC;
}

.nav .nav-con-pt {
    padding-top: 24px;
}

.nav .nav-con-tits li a {
    text-decoration: underline;
    color: #3B99FC;
}

.nav .nav-con-tits li a:hover {
    color: #2676E3;
}

.footer {
    background: #f8f8f8;
    margin-top: 40px;
}

.footer .footer-con {
    *zoom: 1;
    padding: 20px 0;
}

.footer .footer-con:before,
.footer .footer-con:after {
    content: "";
    display: table;
}

.footer .footer-con:after {
    clear: both;
    overflow: hidden;
}

.footer .foot-links {
    float: left;
    width: 420px;
    margin-left: 60px;
    margin-right: 195px;
}

.footer .foot-con-tit {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
}

.footer .foot-links-list {
    *zoom: 1;
    height: 100px;
}

.footer .foot-links-list:before,
.footer .foot-links-list:after {
    content: "";
    display: table;
}

.footer .foot-links-list:after {
    clear: both;
    overflow: hidden;
}

.footer .foot-links-list li {
    float: left;
    margin: 0 10px 10px 0;
}

.footer .foot-links-list img {
    display: block;
    width: 200px;
    height: 34px;
    border: 1px solid #DEDEDE;
}

.footer .foot-code {
    float: left;
}

.footer .foot-code li {
    float: left;
    width: 140px;
    text-align: center;
}

.footer .foot-code .code-pic {
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.footer .foot-code .code-pic img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #DEDEDE;
}

.footer .foot-code .code-txt {
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.footer .foot-code .code-tips {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 190px;
    height: 80px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    background-image: url(../images/bg-train.png);
    background-image: -webkit-image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-image: image-set(url(../images/bg-train.png) 1x, url(../images/bg-train@2x.png) 2x);
    background-position: right bottom;
    background-repeat: no-repeat;
    line-height: 18px;
    padding: 12px 10px;
    font-size: 12px;
    text-align: left;
}

.footer .foot-code .code-tips:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #DEDEDE transparent transparent;
    border-left: none;
}

.footer .foot-code .code-tips:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 34px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
    border-left: none;
}

.footer .footer-txt {
    text-align: center;
    padding: 10px 0;
    background: #666;
    color: #c1c1c1;
}

.footer .footer-txt p {
    line-height: 30px;
}

@charset "UTF-8";
.dinner-yuding {
    margin-top: 20px !important;
}

.dinner-search {
    margin-top: 40px !important;
}

#train_hide.active {
    display: none;
}

.late_poit {
    position: relative;
}

.train_hide.active {
    display: none;
}

#train_hide {
    border: 1px solid #EFEFEF;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
}

#train_hide li {
    padding-left: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

#train_hide li.currentColor {
    color: #fff;
}

.typeahead,
.dropdown-menu {
    width: 270px;
    z-index: 100;
    background: #fff;
    position: absolute;
}

.typeahead {
    border: 1px solid #EFEFEF;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.typeahead li {
    width: 100%;
    padding-left: 10px;
}

.currentColor {
    background-color: #3B99FC;
}

#search-history {
    margin-top: 10px;
    display: none;
}

.model-select-box {
    width: 197px;
    height: 27px;
    line-height: 27px;
    float: left;
    margin-right: 20px;
    text-indent: 5px;
    position: relative;
}

.model-select-text {
    min-width: 80px;
    line-height: 20px;
    width: 265px;
    border: 1px solid #EFEFEF;
    padding: 4px 10px;
    color: #333;
    text-indent: 0;
    text-align: left;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.model-select-option {
    background-color: #fff;
    max-height: 120px;
    overflow-y: scroll;
    width: 265px;
}

.model-select-option li {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    color: #555;
    cursor: pointer;
}

.model-select-option li.seleced {
    background: #61ADFD;
    color: #fff;
}

a:hover {
    color: #000;
}

.down-box {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #EFEFEF;
    z-index: 10;
    display: none;
}

.down-box .down-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
}

.down-box .down-list li:hover {
    background: #E8F3FF;
    color: #3B99FC;
}

.down-box .down-list li.active {
    background: #61ADFD;
    color: #fff;
}

.typeahead .active {
    background: #61ADFD;
    color: #fff;
}

.typeahead .active a {
    color: #fff;
}

.search-box-list .typeahead li {
    float: left;
    margin: 0;
    line-height: 30px;
}

.station-loading {
    text-align: center;
    position: absolute;
    top: 0;
    height: 30px;
    width: 265px;
    background-color: #fff;
    border: 1px solid #eee;
}

.station-loading img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.travel-train a:hover {
    color: #3B99FC;
}

.search-box-list .train_hide li {
    float: none;
    margin: 0;
}

.news-index-list li a {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.travel-train-list {
    height: 508px;
}

.main-panel .loading-style {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.service-lg-list {
    height: 165px;
}

.service-sm-list {
    height: 250px;
}

.custom-img-box>img {
    max-width: 49% !important;
}

.route-con .map-loading {
    text-align: center;
}

.line-error .error-top {
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
    padding: 8px 20px;
}

.line-error .error-top img {
    float: left;
    margin-right: 5px;
}

.line-error .error-con {
    padding: 5px 20px;
}

.line-error .error-con p {
    line-height: 22px;
    color: #999;
}

.header-search .search-down-list {
    height: 204px;
    overflow-y: auto;
}

#main_panel .typeahead {
    width: 160px;
}

#main_panel .typeahead.dropdown-menu li {
    width: 150px;
    padding-left: 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ticket_tooltip_error {
    display: none;
}

.shared_imgBox .shared_img h3 {
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.ticket-check-box .check-numnew {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    overflow: visible;
}

.ticket-box-tips {
    margin-top: 20px;
    font-size: 16px;
    color: red;
}

#flashLay {
    margin: auto;
    text-align: center;
    width: 725px;
    height: 408px;
}

#h1title {
    font: bold 24px/1.3 "微软雅黑", Arial, sans-serif;
    COLOR: #1d1d1d;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.PageCount {
    text-align: center;
}

.PageCount .close {
    font-size: 14px;
    color: blue;
    text-align: center;
    text-decoration: underline;
}

body {
    margin: 0 0 0;
    background-color: #fff;
}

table {
    border: 0
}

.cal-wrap {
    border: #f0f0f2 solid 1px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
    position: absolute;
    z-index: 2000;
    animation: .3s ease-in-out up-small2;
}

.cal-wrap,
.cal-wrap * {
    box-sizing: content-box;
}

.cal {
    width: 302px;
    font-size: 12px;
    background: #fff;
    float: left
}

.cal-top {
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #003784;
    padding: 5px 10px;
    position: relative;
    z-index: 2000;
}

.cal-right .cal-top {
    text-align: right;
}

.cal-top select {
    font-size: 12px;
    vertical-align: middle;
}

.cal-top input {
    padding: 0
}

.cal-top a {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/img_new.png) no-repeat;
    _background: url(../images/img.gif) no-repeat;
    vertical-align: middle;
}

.cal-top .first {
    background-position: 0 0;
    margin-right: 5px;
}

.cal-top .prev {
    background-position: -16px 0;
    margin-right: 5px;
}

.cal-top .next {
    background-position: -32px 0;
    margin-left: 5px;
}

.cal-top .last {
    background-position: -48px 0;
    margin-left: 5px;
}

.cal-top .next,
.cal-top .last {
    float: right;
}

.cal-week {
    margin: 0;
    padding: 0;
    height: 25px;
    border-right: 1px solid #f0f0f2;
    margin-right: -1px;
    background: #E8F3FF
}

.cal-right .cal-week {
    border-left: 1px solid #f0f0f2;
}

.cal-week li {
    float: left;
    width: 42px;
    text-align: center;
    line-height: 25px;
    list-style: none
}

.cal-week li b {
    font-weight: normal;
    color: #3B99FC
}

.cal-cm {
    clear: left;
    border-top: 1px solid #f0f0f2;
    border-right: 1px solid #f0f0f2;
    position: relative;
    margin-right: -1px;
    min-height: 100px;
}

.cal-right .cal-cm {
    border-left: 1px solid #f0f0f2;
}

.cal-cm .cell {
    position: absolute;
    width: 42px;
    height: 24px;
    text-align: center;
}

.cal-cm .cell .so {
    font: bold 12px "宋体";
    line-height: 24px;
}

.cal-ft {
    clear: both;
    text-align: right;
    height: 20px;
    padding: 6px 10px;
    background: #fff;
    border-top: 1px solid #f0f0f2;
    width: 584px;
}

.cal-ft .cal-btn {
    display: inline-block;
    height: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #297405;
    background: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.cal-top a {
    float: left;
    margin: 2px 0 0 0;
}

.cal-top .year {
    float: left;
    position: relative;
    margin-right: 10px;
}

.cal-top .year input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    background: #fff;
    text-align: center;
}

.cal-top .month {
    float: left;
    position: relative;
}

.cal-top .month input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 0 none;
    background: #fff;
    text-align: center;
}

.cal-top .time-list {
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid #f0f0f2;
    width: 90px;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    z-index: 1000;
    display: none;
}

.cal-top .time-list ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

.cal-top .time-list li {
    float: left;
    width: 40px;
    list-style: none;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.cal-top .time-list .dis {
    color: #999
}

.cal-right .month,
.cal-right .year {
    float: right;
    text-align: left
}

.cal-top .time-list-ft {
    text-align: center;
    padding: 0 10px;
}

.cal-top .time-list-ft a {
    margin: 0;
    background: none;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    float: none;
}

.cal-top .time-list-ft .close {
    font-size: 16px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.cal-top .time-list-ft .close:hover {
    background: #f9f5ef;
    color: #666;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cal-one {
    width: 302px;
}

.cal-one .cal-right {
    display: none;
}

.cal-one .cal-top .prev {
    margin-right: 34px;
}

.cal-one .cal-ft {
    width: 241px;
}

.cal-cm .cell .so {
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
}

.cal-cm .holiday {
    position: absolute;
    right: -2px;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    color: #fff;
    background: #E13A29;
    text-align: center;
    line-height: 14px;
    overflow: hidden;
    font-size: 12px;
    transform: scale(.8);
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0 auto;
    font-size: 1px
}

.clx {
    *zoom: 1
}

.clx:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    color: #131313
}

.h30 {
    height: 30px
}

#nav {
    width: 960px;
    height: 39px;
    margin: 0 auto;
    position: relative;
    z-index: 800
}

#nav ul.link {
    float: left
}

#nav ul.link li {
    height: 39px;
    padding: 0 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    position: relative
}

#nav ul.link li.on {
    margin-right: 5px;
    margin-left: 2px
}

#nav ul.link li a {
    display: block;
    margin-top: 7px;
    height: 32px;
    line-height: 28px;
    padding: 0 12px;
    _float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif
}

#nav ul.link li a:hover {
    text-decoration: underline
}

#nav ul.link li.on a {
    color: #000;
    line-height: 30px;
    padding: 0 9px 0 12px
}

#nav ul.link li.on span.rslide {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -2px;
    width: 5px;
    height: 32px;
    overflow: hidden;
}

#nav ul.link li span.icon_new {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 5px;
    width: 17px;
    height: 19px;
}

#nav ul.link li.line {
    display: block;
    width: 2px;
    height: 39px;
    padding: 0;
    overflow: hidden;
    margin: 0;
    filter: alpha(Opacity=60);
    Opacity: .6
}

#nav ul.link li.light {
    filter: alpha(Opacity=30);
    Opacity: .3
}

#header .account {
    float: right;
    padding-top: 5px;
    height: 34px;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .box {
    float: right;
    position: relative;
    padding: 0 2px
}

#header .account .box span.name {
    display: inline-block;
    padding: 3px 9px 0;
    height: 30px;
    border-bottom: 0;
    color: #fff
}

#header .account .box span.name a {
    padding-right: 8px;
    color: #fff;
    text-decoration: none
}

#header .account .box span.normal {
    border: 0
}

#header .account .box span.normal a {
    padding-right: 0;
    background: 0
}

#header .account .box span.normal a:hover {
    color: #ddd
}

#header .account .box span.on {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    padding: 3px 8px 0
}

#header .account .box span.on a {
    color: #000
}

#header .account .box .here {
    position: absolute;
    top: -28px;
    left: -95px;
    width: 155px;
    line-height: normal;
    height: 31px;
    line-height: 24px;
    line-height: 28px\9;
    _line-height: 24px;
    color: #000;
    overflow: hidden;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .box span.close {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    margin-top: 8px;
    overflow: hidden;
    cursor: pointer
}

#header .account .pt {
    position: absolute;
    top: 34px;
    left: 2px;
    border: 1px solid #c9c9c9;
    border-top: 0;
    background: #fff
}

#header .account .pt a {
    color: #36c;
    text-decoration: none
}

#header .account .pt a:hover {
    color: #f00
}

#header .account .links {
    width: 54px;
    padding: 5px 9px;
    top: 24px
}

#header .account .links ul li {
    padding-bottom: 1px
}

#header .account .logon {
    width: 190px
}

#header .account .logon input.text {
    border: 1px solid #ddd;
    border-color: #aaa #dddddd #ddd #aaaaaa;
    padding: 1px 2px 1px 2px;
    width: 158px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif
}

#header .account .logon input.code {
    width: 40px
}

#header .account .logon ul {
    padding: 6px 12px
}

#header .account .logon ul li {
    padding: 3px 0;
    clear: both;
    font-family: Tahoma
}

#header .account .logon label.reme {
    padding-top: 2px
}

#header .account .logon label.reme input {
    margin-right: 3px;
    *margin-right: 0;
    *margin-left: -3px;
    vertical-align: -2px;
    *vertical-align: -3px
}

#header .account .logon input.btn {
    width: 69px;
    height: 25px;
    text-align: center;
    font: bold 12px/22px simsun;
    color: #fff;
    border: 0;
    cursor: pointer;
    overflow: hidden
}

#header .account .logon input.logining {
    cursor: auto
}

#header .account .logon input.btn_on {
    filter: alpha(opacity=80);
    opacity: .8
}

#header .account .logon ul li.line {
    border-top: 1px solid #ddd;
    margin-top: 3px
}

#nav ul.link_en li a {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif
}

#header .en {
    font-size: 11px;
    font-family: Arial!important
}

#header .account .logon input.btn_en {
    font-family: Arial, Helvetica, sans-serif
}

#header .account .links_en {
    width: 75px;
    padding: 5px 9px;
    top: 24px;
    right: 2px;
    left: auto;
    font-size: 11px
}

#nav ul.link_en li {
    height: 39px;
    padding: 0
}

#nav ul.link_en li.on {
    margin-right: 5px;
    margin-left: 2px
}

#nav ul.link_en li a {
    padding: 0 9px
}

#nav ul.link_en li.on a {
    padding: 0 6px 0 9px
}

#nav ul.link_en li.on span.rslide {
    right: -4px
}

.UserInfo table.n_table th {
    background: #daebfa;
    padding: 3px 2px;
    font-weight: bold
}

.UserInfo table.n_table td {
    font-family: Tahoma, simsun;
    font-size: 12px;
    padding: 3px 2px
}

.new_ic_bg {
    position: absolute;
    top: -8px;
    left: 36px;
    width: 17px;
    height: 19px;
}

.new_ic_bg_en {
    height: 19px;
    left: 19px;
    position: absolute;
    top: -8px;
    width: 24px
}

#e_footer {
    clear: both;
    margin: 10px auto 8px auto;
    text-align: center;
    border-top: 1px #000 dotted;
    width: 960px;
    font-size: 11px
}

#e_footer p {
    margin: 5px 0;
    padding: 0
}

#e_footer a.link_gray {
    color: #777;
    text-decoration: none
}

#e_footer .verisign {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .alipay {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .hightech {
    display: inline-block;
    width: 70px;
    height: 38px;
    vertical-align: middle
}

#e_footer .trusted {
    display: inline-block;
    width: 64px;
    height: 38px;
    pxvertical-align: middle
}

#e_footer .view {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}

#footer {
    width: 960px;
    margin: 30px auto 0;
    color: #666;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 20px;
    border-top: 2px #ccc solid
}

#footer a {
    color: #666;
    text-decoration: none;
    margin: 0 5px
}

#footer a:hover {
    color: #666;
    text-decoration: underline
}

#footer div.border_left {
    border-left: 1px solid #CCC;
    padding: 15px 0 10px 15px
}

#footer .verisign {
    width: 70px;
    height: 38px;
    display: inline-block
}

#footer .alipay {
    width: 70px;
    height: 38px;
    display: inline-block
}

#footer .hightech {
    width: 32px;
    height: 32px;
    display: inline-block
}

#footer .trusted {
    width: 64px;
    height: 33px;
    display: inline-block
}

#footer .view {
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle
}

#footer .logo_new {
    width: 138px;
    height: 30px;
    display: inline-block
}

#footer .new_ic_fbg {
    width: 17px;
    height: 19px;
    display: inline-block
}

.com_cbox_b {}

.com_cbox_lt {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    left: -1px;
    _overflow: hidden;
    background-position: -32px 0
}

.com_cbox_lb {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-position: -32px -6px
}

.com_cbox_rt {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    right: -1px;
    _overflow: hidden;
    background-position: -38px 0
}

.com_cbox_rb {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: -38px -6px
}

.com_cbox {
    position: relative;
    border: #aaa solid 1px;
    padding: 1px;
    background: #FFF;
    width: 300px;
    min-height: 155px
}

.com_cbox .mf_lr_d,
.com_cbox .mf_lr_a,
.com_cbox .mf_rr_a,
.com_cbox .mf_rr_d {
    border: 0;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    cursor: pointer
}

.com_cbox .mf_rr_d {
    background-position: 0 -26px
}

.com_cbox .mf_lr_a {
    background-position: 0 -13px
}

.com_cbox .mf_lr_d {
    background-position: 0 -39px
}

.com_cbox a.ac_close_t {
    float: right;
    margin: 2px 0 0;
    text-indent: -9999em;
    display: block;
    width: 11px;
    font: 1px/1px arial;
    height: 11px;
    overflow: hidden
}

.com_cbox a.ac_close_t:hover {
    background-position: 0 -116px
}

.com_cbox .c_green {
    color: #1c95c4
}

.com_cbox .calendar_year a:link {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:visited {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:hover {
    text-decoration: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a.cu_n:link {
    text-decoration: none;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year a.cu_n:visited {
    text-decoration: none;
    cursor: default;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year a.cu_n:hover {
    text-decoration: none;
    cursor: default;
    cursor: default;
    width: 12px;
    height: 12px;
    display: block
}

.com_cbox .calendar_year {
    background: #e8eff5;
    width: 300px;
    font-weight: bold;
    height: 22px;
    font-size: 12px;
    position: relative;
    line-height: 22px;
    z-index: 100
}

.com_cbox .calendar_year .h {
    margin-left: 47px;
    _margin-left: 24px;
    display: block;
    float: left;
    font-family: Arial;
    background: 0
}

.com_cbox .calendar_year .m {
    margin-right: 55px;
    display: block;
    text-align: right;
    float: right;
    _float: none;
    font-family: Arial
}

.com_cbox .calendar_year .year {
    left: 28px;
    position: absolute;
    top: 6px;
    _height: 12px;
    _overflow: hidden
}

.com_cbox .calendar_year .month {
    position: absolute;
    top: 3px;
    right: 6px
}

.com_cbox .calendar_year .month_1 {
    position: absolute;
    right: 36px;
    top: 6px;
    height: 10px;
    overflow: hidden
}

.com_cbox .date_box table {
    font-size: 12px;
    font-family: Arial;
    float: left;
    margin-top: 10px
}

.com_cbox .date_box .hr {
    width: 1px;
    height: 120px;
    line-height: 0;
    font-size: 1px;
    border-left: #aaa solid 1px;
    float: left;
    margin: 8px 8px 0 8px
}

.com_cbox .date_box td {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    cursor: pointer;
    font-weight: bold
}

.com_cbox .date_box th {
    text-align: center;
    vertical-align: middle;
    width: 14%;
    color: #777;
    font-weight: bold
}

.com_cbox .date_box .Close {
    font-weight: normal;
    color: #777;
    cursor: auto
}

.com_cbox .date_box td.hover {
    background: #1c95c4 none repeat scroll 0 0;
    font-weight: bold;
    color: #FFF
}

.com_cbox .date_box td.newdate {
    color: #B00;
    font-weight: bold
}

.com_cbox .date_box td.selected {
    font-weight: bold;
    color: #FFF
}

.com_cbox,
.com_cbox .calendar_year {
    width: 380px
}

.com_cbox .calendar_year a:link {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:visited {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .calendar_year a:hover {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 30px
}

.com_cbox .date_box .or {
    color: #f60
}

.com_cbox .date_box td {
    font-family: Verdana, Geneva, sans-serif
}

.com_cbox .date_box td.hover {
    font-weight: bold;
    color: #000
}

.com_cbox .date_box td.selected {
    font-weight: bold;
    color: #069
}

.com_cbox .calendar_year a.cu_n:link {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year a.cu_n:visited {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year a.cu_n:hover {
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block
}

.com_cbox .calendar_year .year {
    left: 20px;
    position: absolute;
    top: 3px;
    height: 16px
}

.com_cbox .calendar_year .month_1 {
    position: absolute;
    right: 20px;
    top: 3px;
    height: 16px;
    overflow: hidden
}

.com_cbox a.mf_lr_d {
    width: 16px;
    height: 16px;
}

.com_cbox a.mf_lr_t {
    width: 16px;
    height: 16px;
}

.com_cbox a.mf_rr_a {
    width: 16px;
    height: 16px;
}

.com_cbox .calendar_year .h,
.com_cbox .calendar_year .m {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold
}

.com_select_YM .calendar_year .month_1 .mf_rr_a {
    width: 16px;
    height: 16px
}

.com_select_YM {
    width: 180px
}

.com_select_YM .calendar_year {
    width: 180px
}

.com_select_YM .calendar_year .year {
    left: 3px
}

.com_select_YM .calendar_year .month_1 {
    right: 5px
}

.com_select_YM .date_box table {
    width: 180px
}

.com_wkl {
    border: #7f9db9 solid 1px;
    height: 17px;
    cursor: pointer;
    background: 0
}

.com_wkh {
    border: #a5acb2 solid 1px;
    height: 17px;
    cursor: pointer;
    background: 0
}

.com_way {
    position: relative
}

.com_way .z {
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    float: left;
    background: #e8e8e8;
    height: 2px;
    margin-top: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: right;
    margin-bottom: -1px
}

.com_way .z_tl {
    border-top: #666 solid 1px;
    border-right: #666 solid 1px;
    float: right;
    background: #e8e8e8;
    height: 2px;
    margin-top: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_tl {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: left;
    margin-bottom: -1px
}

.com_way .bk {
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    background: #FFF
}

.com_way .bk_1 {
    border-bottom: #e8e8e8 solid 3px;
    border-left: #e8e8e8 solid 3px;
    border-right: #e8e8e8 solid 3px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #FFF
}

.com_way .bk_top {
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    border-right: #666 solid 1px;
    background: #FFF
}

.com_way .bk_top_1 {
    border-top: #e8e8e8 solid 3px;
    border-left: #e8e8e8 solid 3px;
    border-right: #e8e8e8 solid 3px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #FFF
}

.com_way .z_bl {
    border-bottom: #666 solid 1px;
    border-right: #666 solid 1px;
    float: right;
    background: #e8e8e8;
    height: 2px;
    margin-bottom: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_bl {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: left
}

.com_way .z_br {
    border-bottom: #666 solid 1px;
    border-left: #666 solid 1px;
    float: left;
    background: #e8e8e8;
    height: 2px;
    margin-bottom: 5px;
    _overflow: hidden;
    position: relative
}

.com_way .bj_br {
    width: 28px;
    height: 8px;
    _overflow: hidden;
    float: right
}

.com_bug {
    border: #ccc solid 1px;
    background: #f1f5f8;
    white-space: nowrap
}

.com_bug .w {
    position: relative;
    padding: 10px;
    color: #ba0100
}

.com_cbox_p {
    position: relative;
    width: 246px;
    border: #aaa solid 1px;
    padding: 5px;
    background: #FFF
}

.com_cbox_p li {
    float: left;
    width: 72px;
    padding: 2px 5px;
    word-wrap: break-word;
    word-break: break-all
}

.com_cbox_p .li_cur {
    background: #1c94c4;
    cursor: pointer;
    color: #FFF
}

.com_cbox_p .li_q {
    margin-left: 0
}

.com_cbox_p .hr_w {
    width: 236px;
    height: 1px;
    line-height: 0;
    border-bottom: #ccc 1px dashed;
    font-size: 1px;
    padding-top: 5px;
    margin-bottom: 5px
}

.com_cbox_p1 {
    position: relative;
    width: 480px;
    border: #aaa solid 1px;
    padding: 5px;
    background: #FFF
}

.com_cbox_p1 li {
    float: left;
    width: 470px;
    padding: 2px 5px;
    border-bottom: #ccc 1px dashed
}

.search_bt {
    width: 109px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.search_bt_an {
    width: 109px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.search_bt_s {
    width: 61px;
    height: 21px;
    cursor: pointer;
    color: #FFF
}

.search_bt_s_an {
    width: 61px;
    height: 21px;
    border: 0;
    cursor: pointer;
    _cursor: hand;
    color: #FFF
}

.com_search75 {
    width: 75px;
    height: 21px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search75_an {
    width: 75px;
    height: 21px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search235 {
    width: 235px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_search235_an {
    width: 235px;
    height: 30px;
    border: 0;
    cursor: pointer;
    color: #FFF
}

.com_btnout {
    border: #acadad solid 1px!important;
    background: #dfe0e0!important;
    color: #acabab!important;
    cursor: default!important
}

a.ift_no:link {
    color: #001d75;
    text-decoration: none
}

a.ift_no:visited {
    color: #001d75;
    text-decoration: none
}

a.ift_no:hover {
    color: #001d75;
    text-decoration: none
}

.flt_plus,
.flt_minus {
    display: block;
    width: 74px;
    height: 21px;
    text-decoration: none
}

.flt_minus {
    background-position: 0 -184px
}

a.flt_plus:hover {
    background-position: 0 -158px
}

a.flt_minus:hover {
    background-position: 0 -210px
}

.com_book_dis {
    background: #dfe0e0!important;
    color: #acabab!important;
    cursor: default!important
}

.bt_ord {
    width: 44px;
    height: 23px;
    background: #33689a;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer
}

.bt_ord_disnable {
    width: 44px;
    height: 23px;
    background: #1186bb;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer
}

.com_input {
    color: #777
}

.com_results {
    padding: 3px;
    margin: 0;
    z-index: 99999;
    font-size: 12px;
    border: #aaa solid 1px;
    background: #FFF
}

.com_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.com_results li {
    margin: 0;
    padding: 4px 5px 0 5px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-align: right
}

.ac_results li {
    text-align: left;
    height: auto;
    overflow: auto
}

.com_results li span {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left
}

.com_results .ac_title {
    border-width: 0;
    border-bottom: dotted 1px #3c3c3c;
    line-height: 20px;
    margin-bottom: 2px;
    word-wrap: break-word
}

.com_results .ac_odd {
    background-color: #fff
}

.com_results .ac_over {
    background-color: #316AC5;
    color: white
}

.com_hotresults {
    padding: 0;
    margin: 0;
    z-index: 99998;
    text-align: center;
    font-size: 12px;
    border: #f0f0f2 solid 1px;
    position: relative;
    background: #FFF
}

.com_hotresults,
.com_hotresults * {
    box-sizing: content-box;
}

.com_hotresults ul {
    padding: 0;
    margin: 0;
    list-style-position: outside;
    list-style: none;
    z-index: 100;
}

.com_hotresults li {
    padding: 2px 0 0 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.com_hotresults .ac_odd {
    background-color: #fff
}

.com_hotresults .ac_over {
    color: #3B99FC;
    background-color: #FFF
}

.com_hotresults .ac_title {
    margin-bottom: 0px;
    border-width: 0;
    padding: 6px 0 5px 10px;
    text-align: left;
    background-color: #fff;
    position: relative;
    z-index: 100;
    color: #666;
}

.com_hotresults_en {
    padding: 1px;
    margin: 0;
    z-index: 99998;
    text-align: center;
    border: #aaa solid 1px;
    position: relative;
    background: #FFF
}

.com_hotresults_en ul {
    padding: 0;
    margin: 0 0 5px 0;
    list-style-position: outside;
    list-style: none
}

.com_hotresults_en li {
    padding: 2px 0 0 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.com_hotresults_en .ac_odd {
    background-color: #fff
}

.com_hotresults_en .ac_over {
    color: #316AC5;
    font-weight: bolder;
    background-color: #FFF
}

.com_hotresults_en .ac_title {
    margin: 0;
    margin-bottom: 3px;
    border-width: 0;
    border-bottom: dotted 1px #ddd;
    padding: 6px 0 5px 5px;
    text-align: left;
    background-color: #E8F0F6;
    position: relative;
    z-index: 100
}

.com_loading {}

.com_error {
    background-color: #FFF;
    position: absolute;
    z-index: 99998;
    border: #aaa solid 1px
}

.com_error ul {
    list-style-position: outside;
    position: relative;
    list-style: none;
    padding: 2px;
    margin: 0;
    z-index: 99999
}

.com_error li {
    background-color: #B00;
    color: #FFF;
    margin: 0;
    padding: 6px 5px 0 5px;
    _height: 20px;
    min-height: 20px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word
}

.com_hotresults .com_cbox_lb {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-position: -32px -6px
}

.com_hotresults .com_cbox_rb {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: -38px -6px
}

.com_hotresults a.ac_close {
    position: absolute;
    top: 6px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
    background: url(../images/close_show_citys2.png)
}

.com_hotresults a.ac_close:hover {
    opacity: 0.8;
}

.com_hotresults_en a.ac_close {
    position: absolute;
    top: 10px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
}

.com_hotresults_en a.ac_close:hover {
    background-position: 0 -1px
}

.com_results a.ac_close {
    position: absolute;
    top: 6px;
    right: 9px;
    text-indent: -9999em;
    display: block;
    width: 17px;
    font: 1px/1px arial;
    height: 17px;
}

.com_results a.ac_close:hover {
    background-position: 0 -1px
}

.hotel_near {
    text-align: left;
    padding: 2px 10px 10px 10px
}

.hotel_near p {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dashed #ccc;
    text-align: left
}

.hotel_near p tt {
    font-family: Arial, Helvetica, sans-serif
}

.hotel_near p.no {
    border-bottom: 0;
    padding-bottom: 0
}

.hotel_near p span {
    padding: 0;
    padding-right: 10px;
    color: #1568BD;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    white-space: nowrap
}

.hotel_near p span.on {
    color: #F00
}

.hotel_near p span:hover {
    color: #F00
}

.AbcSearch {
    border-bottom: #E8F3FF solid 2px;
    background: #E8F3FF;
    height: 25px;
}

.com_hotresults .AbcSearch {
    padding: 5px 5px 0 5px;
    margin-bottom: 3px;
}

.AbcSearch li {
    width: 53px;
    padding: 0 8px;
    color: #666;
    height: 25px;
    line-height: 25px;
}

.AbcSearch .action {
    color: #3B99FC;
    border-bottom: 2px solid #3B99FC;
    position: relative
}

.AbcSearch_en {
    margin-left: 5px!important;
    margin-top: 5px!important;
    border-bottom: #D7D7D7 solid 1px
}

.AbcSearch_en li {
    width: auto;
    padding: 0 6px;
    color: #00206f
}

.AbcSearch_en .action {
    border: #d7d7d7 1px solid;
    border-bottom: #fff 1px solid;
    font-weight: bold;
    color: #131313;
    margin-bottom: -1px;
    position: relative
}

ul.popcitylist_en {
    overflow: hidden;
    zoom: 1;
    margin-left: 5px;
    *margin-left: 5px;
    margin-left: 5px\9;
    _margin-left: 1px
}

ul.popcitylist_en li {
    text-align: left;
    overflow: hidden;
    width: 92px;
    margin: 0 6px
}

ul.popcitylist {
    overflow: hidden;
    zoom: 1;
    margin-left: 6px;
    *margin-left: 6px;
    margin-left: 6px\9;
    _margin-left: 1px
}

#ul_list1 {
    margin-left: 0;
}

ul.popcitylist li {
    text-align: left;
    width: 65px;
    overflow: hidden;
    margin: 0 6px;
    color: #666
}

ul.popcitylist .openLi {
    text-align: left;
    width: 60px;
    overflow: hidden;
    margin: 0 6px;
}

a.com_close {
    text-indent: -9999em;
    display: block;
    width: 11px;
    font: 1px/1px arial;
    height: 11px;
}

a.com_close:hover {
    background-position: 0 -116px
}

#com_404,
#com_A404 {
    margin: 0 auto;
    width: 960px;
    padding-top: 50px;
}

#com_404 .mistake {
    width: 582px;
    height: 275px;
    margin: 0 auto;
    padding: 150px 20px 0 20px;
}

#com_A404 .mistake {
    width: 400px;
    height: 275px;
    margin: 0 auto;
    padding: 150px 20px 0 20px
}

.g_404 a {
    color: #1369BC;
    text-decoration: none
}

.g_404 .cnt {
    width: 725px;
    margin: 0 auto
}

.g_404 .cnt .logo {
    padding: 107px 0 91px;
    clear: both;
    text-align: center
}

.g_404 .cnt .logo a {
    width: 219px;
    height: 46px;
    display: block;
    margin: 0 auto
}

.g_404 .cnt .read_box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0 25px 40px
}

.g_404 .cnt .links {
    margin: 15px 0 0 40px;
    color: #666
}

.g_404 .cnt .links p a {
    padding: 0 5px
}

.com_widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em
}

.com_widget input,
.com_widget select,
.com_widget textarea,
.com_widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em
}

.com_widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd;
    color: #222
}

.com_widget-content a {
    color: #222
}

.com_corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.com_widget-header {
    border: 1px solid #4297d7;
    color: #fff;
    font-weight: bold
}

.com_widget-header a {
    color: #fff
}

.com_helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.com_helper-clearfix {
    display: inline-block
}

* html .com_helper-clearfix {
    height: 1%
}

.com_helper-clearfix {
    display: block
}

.com_icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.com_dialog {
    position: relative;
    padding: .2em;
    width: 300px
}

.com_dialog .com_dialog-titlebar {
    padding: 0 0 0 1em;
    position: relative
}

.com_dialog .com_dialog-title {
    float: left;
    margin: .2em 0 .2em;
    *margin: .1em 0 .2em
}

.com_dialog .com_dialog-content {
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto;
    zoom: 1
}

.com_draggable .com_dialog-titlebar {
    cursor: move
}

.com_dialog .com_dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
    cursor: pointer
}

.com_dialog .com_dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.com_dialog .com_dialog-titlebar-close:hover,
.com_dialog .com_dialog-titlebar-close:focus {
    font-weight: bold;
    color: #1d5987;
    outline: 0;
}

.package_login {
    padding: 10px 0
}

.package_login dl {
    float: left;
    width: 240px;
    padding-left: 10px
}

.package_login dd {
    font-size: 12px;
    width: 100%
}

.package_login a {
    color: #021d78
}

.package_login .w207 {
    width: 207px
}

.package_login .w40 {
    width: 40px;
    margin-right: 5px
}

.package_login .w134 {
    width: 134px;
    margin-right: 5px
}

.package_login .bdr {
    border-right: #649ecc solid 1px
}

.package_login .noMember {
    width: 220px;
    padding-left: 20px
}

.package_login .ltenpayIcon {
    width: 13px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.package_login .btn_book,
.package_login .btn_book_on {
    border: 0;
    padding: 0;
    margin: 0;
    width: 141px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.package_login .btn_book_en,
.package_login .btn_book_en_on {
    border: 0;
    padding: 0;
    margin: 0;
    width: 166px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.package_login .btn_book_on {
    background-position: 0 -50px
}

.package_login .btn_book_en_on {
    background-position: 0 -120px
}

.package_login .search_bt,
.package_login .search_bt_an,
.package_login .search_bt_out {
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.package_login .errorBox {
    background: #fff2f2;
    border: #ff8f41 solid 1px;
    padding: 5px;
    font-size: 12px;
    width: 260px;
    position: relative;
    margin: -10px 0 10px 120px
}

.package_login .errorIcon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: baseline;
    margin-right: 3px
}

.package_login .loadingBox {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 60px 0
}

.package_login .loadingBox .loading {
    width: 189px;
    height: 38px;
    margin: 0 auto
}

.com_autoselect {
    overflow: hidden;
    cursor: default;
    padding-left: 2px;
    padding-right: 20px;
}

.com_selectList {
    text-align: left;
    z-index: 1000;
    overflow: auto
}

.com_selectList div {
    cursor: pointer;
    padding-left: 5px
}

.com_selectList .out {
    color: #777;
    cursor: default
}

.com_selectList .move {
    background: #316ac5;
    color: #FFF
}

.com_show {
    width: 8px;
    height: 6px;
    cursor: pointer
}

.com_hide {
    width: 8px;
    height: 6px
}

.com_ErrorBox {
    border: 1px solid #B00!important
}

.up_img {
    width: 94.7%;
    border: 1px solid #9eb9e4;
    margin: auto;
    padding: 1px;
    font-family: Tahoma, Geneva, sans-serif
}

.up_img h2 {
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}

.up_img span.clos {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px
}

.up_img table {
    width: 100%
}

.up_img table th {
    padding: 2px 10px;
    background: #e4edf6;
    border-bottom: 1px solid #ccdded;
    text-align: left;
    color: #369
}

.up_img table th.name {
    width: 25%
}

.up_img table th.status {
    width: 20%
}

.up_img table th.upload {
    width: 180px
}

.up_img table td {
    padding: 5px 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    color: #000
}

.up_img .ar {
    width: 100px;
    height: 7px;
    border: 1px solid #63be19;
    float: left;
    margin: 6px 5px 0 0
}

.up_img .green {
    color: #360
}

.up_img .reg {
    color: #cb0202
}

.up_img .but {
    padding: 10px;
    text-align: right
}

.up_img .but input {
    padding: 2px 5px
}

#ac_odd {
    background-color: #FFFFFF;
}

#ac_over {
    color: #316AC5;
    font-weight: bolder;
    background-color: #FFF;
}

ul.popcitylist {
    padding-left: 20px;
}

ul.popcitylist .ac_letter {
    margin: 0 0 0 -20px;
    width: 20px;
    font-weight: 700;
    color: #3B99FC;
    text-align: center;
    _display: inline;
}

ul.popcitylist .openLi {
    width: 56px;
}

@charset "utf-8";
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

.cityflip .ac_close a:link {
    color: #000;
    text-decoration: none;
}

.cityflip .ac_close a:visited {
    color: #000;
    text-decoration: none;
}

.cityflip .ac_close a:hover {
    color: #000;
    text-decoration: underline;
}

.cityflip .ac_close a:active {
    color: #000;
}

.focusPic {
    margin: 0 auto;
    width: 380px;
}

.focusPic .pic {
    margin: 0 auto;
    width: 400px;
    height: 270px;
    padding: 2px 0 0;
}

.focusPic .adPic {
    margin: 0 auto 5px;
    width: 380px;
    height: 29px;
    overflow: hidden;
}

.focusPic .adPic .text {
    float: right;
    padding: 9px 4px 0 0;
    width: 140px;
}

.focusPic .adPic .text a {
    color: #1f3a87;
}

.focusPic .adPic .text a:hover {
    color: #bc2931;
}

.focusPic h2 {
    float: left;
    width: 380px;
    padding: 4px 0 3px 12px;
    font-size: 14px;
    text-align: left;
}

.focusPic p {
    float: left;
    width: 380px;
    line-height: 160%;
    margin: 0;
    text-align: left;
    padding: 0 0 10px 12px;
}

.focusPic p img {
    margin: 0px 0 2px;
}

.focusPic .more {
    margin: 0 auto;
}

.focusPic .more .textNum {
    float: right;
}

.focusPic .more .textNum .text {
    float: left;
    font-weight: bold;
    color: #666;
    padding: 0px 0px 10px;
}

.focusPic .more .textNum .num {
    float: left;
}

.focusPic .more .textNum .bg1 {
    background: url(http://www.shike.org.cn/imge/11.gif);
}

.focusPic .more .textNum .bg2 {
    background: url(http://www.shike.org.cn/imge/22.gif);
}

.focusPic .more .textNum .bg3 {
    background: url(http://www.shike.org.cn/imge/33.gif);
}

.focusPic .more .textNum .bg4 {
    background: url(http://www.shike.org.cn/imge/44.gif);
}

.focusPic .more .textNum .num ul {
    float: left;
    width: 113px;
}

.focusPic .more .textNum .num li {
    float: left;
    width: 28px;
    font-weight: bold;
    display: block;
    color: #fff;
    list-style-type: none;
    padding: 6px 0 0;
}

.focusPic .more .textNum .num li a {
    color: #fff;
    padding: 0 5px;
}

.focusPic .more .textNum .num li a:visited {
    color: #fff;
}

.focusPic .more .textNum .num li a:hover {
    color: #ff0;
}

.style6 {
    font-family: "宋体";
    font-weight: bold;
}

.STYLE7 {
    color: #FFFFFF
}

#dd {
    WIDTH: 100px;
    POSITION: absolute;
    HEIGHT: 132px;
}

.STYLE9 {
    color: #FF0000
}

.style81 {
    color: #FFFFFF;
}

.inputa {
    BORDER-RIGHT: #c0c0c0 1px solid;
    BORDER-TOP: #c0c0c0 1px solid;
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: -2px;
    BORDER-LEFT: #c0c0c0 1px solid;
    COLOR: #666666;
    BORDER-BOTTOM: #c0c0c0 1px solid;
    HEIGHT: 20px;
    WIDTH: 112px;
}

.cityflip {
    color: #666
}

.cityflip:link {
    FONT-SIZE: 12px;
    COLOR: #f00;
    TEXT-DECORATION: none
}

.cityflip:active {
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none
}

.cityflip:visited {
    FONT-SIZE: 12px;
    COLOR: #666666;
    TEXT-DECORATION: none
}

.cityflip:hover {
    FONT-SIZE: 12px;
    COLOR: #3B99FC;
    TEXT-DECORATION: underline
}

#form_cities {
    BORDER-RIGHT: #7F9DB9 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #7F9DB9 1px solid;
    DISPLAY: none;
    PADDING-LEFT: 2px;
    LEFT: 0px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #7F9DB9 1px solid;
    WIDTH: 100px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #7F9DB9 1px solid;
    FONT-FAMILY: Arial;
    POSITION: absolute;
    TOP: 55px;
    BACKGROUND-COLOR: #ffffff;
    box-sizing: content-box;
}

#form_cities * {
    box-sizing: content-box;
}

#form_cities2 {
    position: absolute;
    top: 140px;
    left: 138.5px;
    display: none;
    FONT-FAMILY: Arial;
}

#top_cities {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    COLOR: #666666;
    PADDING-TOP: 2px;
    margin-bottom: 2px;
    BORDER-BOTTOM: #f0f0f2 1px solid
}

#panel_cities {
    COLOR: #0055aa;
    FONT-FAMILY: Arial;
    HEIGHT: 149px
}

#panel_cities DIV {
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    MARGIN: 1px 0px;
    CURSOR: pointer;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: right
}

#panel_cities SPAN {
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #666;
}

.cityline {
    BORDER: white 1px solid;
    COLOR: #666666;
    HEIGHT: 18px;
    line-height: 18px;
    BACKGROUND-COLOR: white;
    box-sizing: content-box;
}

.citylineover {
    BORDER: #3B99FC 1px solid;
    HEIGHT: 18px;
    line-height: 18px;
    BACKGROUND-COLOR: #E8F3FF;
    box-sizing: content-box;
}

#panel_cities .citylineover SPAN {
    COLOR: #3B99FC;
}

.lalign {
    FLOAT: right;
    TEXT-ALIGN: right
}

.ralign {
    FLOAT: left;
    TEXT-ALIGN: left
}

#flip_cities {
    PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
}

#flip_cities2 {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: right;
    color: #666
}

.STYLE3 {
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
}

.STYLE84 {
    color: #000000;
    font-size: 9pt;
}

.STYLE85 {
    color: #000000
}

.cursor {
    cursor: pointer;
}

.inp_selected {
    width: 113px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #CFCDC7;
    background: #fff;
    padding: 5px 0 5px 5px;
    color: #333333;
}

.inpt_unselected {
    width: 113px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #CFCDC7;
    background: #fff;
    color: #999;
    padding: 5px 0 5px 5px;
}

.citypage {
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.citypage a {
    color: #666;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    width: 24px;
    margin: 0 2px;
    text-align: center;
}

.citypage .pagetxt {
    text-decoration: none;
}

.citypage .cur {
    color: #3B99FC;
    text-decoration: none;
}

>>>>>>>.r34523
