﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* mac/win字体设置*/
body {
    background-color: #f8f8f8;
    font: 14px/1.8 "Microsoft yahei", Helvetica, "Hiragino Sans GB", sans-serif;
}

body, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei', helvetica, 'Hiragino Sans GB', sans-serif;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

template {
    display: none;
}

a {
    background-color: transparent;
    color: #3c3c3c;
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin: 0;
    font-size: 14px;
    color: #333333;
}

a, b, big, body dd, div, em, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, table, th, tr, td, li, ol, p, pre, small, span, strong, u, ul, var, dfn {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button, html input[type=button], input[type=submit] {
    -webkit-apperance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

/*ie抖动*/
* html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

ol, ul, dfn {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

em, i, u, dfn {
    font-style: normal;
}

.fl {
    float: left;
    *float: left;
    _float: left;
    display: inline;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.fb {
    font-weight: bold;
}

.hide {
    display: none;
}

.clear, .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-bold {
    font-weight: bold;
}

.text-black {
    color: #000000;
}

.text-orange {
    color: #ff6602;
}

.text-lorange {
    color: #fd8a25;
}

.text-green {
    color: #70c000;
}

.text-cgreen {
    color: #63c47c;
}

.text-red {
    color: #ff212e;
}

.text-blue {
    color: #015daf;
}

.blue {
    color: #005BB2;
    text-decoration: underline;
    cursor: pointer;
}

.text-lred {
    color: #f95b46;
}

.texr-gray {
    color: #666666;
}

.bor-1x {
    border-bottom: 1px solid #e5e5e5;
}

.hidden {
    display: none !important;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml5 {
    margin-left: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.paddingT0 {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.borderB0 {
    border-bottom: 0 !important;
}

.borderT0 {
    border-top: 0 !important;
}

.marT20 {
    margin-top: 20px !important;
}

.marB0 {
    margin-bottom: 0 !important;
}

.z-index {
    z-index: 2;
}

.wrapper {
    background-color: #f8f8f8;
    /*font-family: tahoma,arial,'Hiragino Sans GB','Microsoft YaHei',\5b8b\4f53,sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;*/
    font-family: 'microsoft yahei', Arial, sans-serif;
    color: #3c3c3c;
}

.innerwrapper {
    width: 1200px;
    margin: 0 auto 20px;
}

.detail_foot {
    background: #fff;
}

.main-content {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 20px 0 0 20px;
}

#main-content-box {
    padding-top: 40px;
}

.main-title {
    position: relative;
    z-index: 1;
}

.title-left {
    float: left;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

.tit-box {
    margin-bottom: 5px;
}

/*面包屑Begin*/
.breadcrumb {
    margin-bottom: 14px;
    padding-top: 14px;
    color: #555555;
}

.crumbs-bar .crumbs-nav {
    float: left;
    margin-right: 8px;
}

    .crumbs-bar .crumbs-nav a {
        margin-right: 10px;
    }

.crumbs-arrow {
    font-style: normal;
}

/*主标题Begin*/
.icon-default {
    float: left;
    display: block;
    width: 46px;
    height: 20px;
    line-height: 20px;
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", Arial, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 4px;
}

.icon-zyx.icon-default {
    background: #3FADFF;
}

.icon-bzz.icon-default {
    background: #57C5FF;
}

.icon-yl.icon-default {
    background: #2F8AFF;
}

.icon-gty.icon-default {
    background: #FF5C5D;
}

.icon-mddct.icon-default {
    width: 70px;
    background: #FE8761;
}

.icon-yx.icon-default {
    background: #FDA63E;
}

.icon-yry.icon-default {
    background: #FB8E8D;
}

.icon-qz.icon-default {
    background: #6BD379;
}

.icon-pq.icon-default {
    background: #1EDD89;
}

.icon-wifi.icon-default {
    background: #0BBE4A;
}

.icon-jsj.icon-default {
    background: #9FD55F;
}

.icon-gdlx.icon-default {
    width: 58px;
    background: #9B6ED1;
}

.icon-sjt.icon-default {
    background: #CD71AD;
}

.icon-jd.icon-default {
    background: #C5AD82;
}

.icon-ky.icon-default {
    background: #8DB655;
}

.icon-hw.icon-default {
    background: #73D1E1;
}

.icon-zbzj.icon-default {
    background: #9FD55F;
    width: 58px;
}

.productname {
    max-width: 810px;
    margin-left: 10px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    *line-height:34px;
    -webkit-font-smoothing: antialiased;
    float: none;
    display: inline;
    vertical-align: 7px;
}

.product-box-heart li {
    float: left;
    display: inline-block;
    width: 14px;
    height: 10px;
}

.product-box-heart img {
    display: block;
}

.title-right {
    width: 100%;
    position: absolute;
    right: -30px;
    top: -15px;
}

.tag-default {
    display: inline-block;
    margin-right: 5px;
    height: 18px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 7px;
    background: #f5f4ef;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.main-award {
    margin-right: 28px;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    color: #ff8a00;
}

    .main-award .ar {
        font-family: 'microsoft yahei', Arial, sans-serif;
    }

.mian-tl-number {
    position: absolute;
    right: 6px;
    top: 24px;
    height: 34px;
}

    .mian-tl-number .teli {
        vertical-align: middle;
        margin-left: 10px;
        margin-top: 7px;
    }

    .mian-tl-number .num-left {
        text-align: center;
        width: 40px;
        float: left;
        display: block;
        height: 34px;
        background: url("http://pic1.aoyou.com/product/tl-bg.png") no-repeat 0 top;
    }

    .mian-tl-number .num-mid {
        float: left;
        display: block;
        height: 30px;
        font-family: Helvetica;
        font-size: 20px;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        background: #ff6602;
    }

    .mian-tl-number .num-right {
        width: 10px;
        float: left;
        display: block;
        height: 34px;
        background: url("http://pic2.aoyou.com/product/tl-bg.png") no-repeat -174px top;
    }

    .mian-tl-number p {
        padding-left: 36px;
        font-family: Helvetica;
        font-size: 20px;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        background: url("http://pic3.aoyou.com/product/telicon.jpg") no-repeat 20px center;
    }

/* 产品信息 */
/*图片轮播*/
.productInfoBox {
    margin-top: 14px;
}

.productInfoBox-left {
    width: 673px;
}

.productInfoBox-des {
    width: 608px;
}

.productInfoBox-pic {
    position: relative;
    width: 570px;
}

.productInfoBox-picShow {
    width: 570px;
    height: 380px;
    overflow: hidden;
}

.productInfoBox-picGetReady {
    position: relative;
    width: 570px;
    height: 64px;
    margin-top: 10px;
    overflow: hidden;
}

    .productInfoBox-picGetReady .productInfoBox-picGetReadyPic {
        position: relative;
        display: block;
        margin-right: 10px;
        *margin-right: 8px;
        width: 96px;
        height: 64px;
        transition: 0.2s all ease-in;
        float: left;
    }

    .productInfoBox-picGetReady .productInfoBox-picGetReadyPic-first {
        margin-left: 25px;
    }

    .productInfoBox-picGetReady .productInfoBox-picGetReadyPicHover .hover, .productInfoBox-picGetReady .productInfoBox-picGetReadyPic:hover .hover {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        box-sizing: border-box;
        width: 96px;
        height: 64px;
        *width: 92px;
        *height: 60px;
        border: 2px solid #FF1717;
    }

.productInfoBox-picGetReady-up, .productInfoBox-picGetReady-down {
    position: absolute;
    left: 0;
    width: 25px;
    height: 64px;
    overflow: hidden;
    text-indent: -999em;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -334px -92px;
    _background: url('http://pic1.aoyou.com/product/css_sprites.png') -334px -92px;
}

.productInfoBox-picGetReady-down {
    background-position: -334px -176px;
    right: 0;
    left: auto;
}

    .productInfoBox-picGetReady-up:hover, .productInfoBox-picGetReady-down:hover, .productInfoBox-picGetReady-down-current {
        background-position: -379px -92px;
    }

.productInfoBox-picGetReady-up:hover, .productInfoBox-picGetReady-up-current {
    background-position: -424px -92px;
}

/*产品信息文字*/
.productInfoBox {
    margin-top: 10px;
}

.productInfoBox-left {
    width: 673px;
}

.productInfo-id {
    font-size: 14px;
    color: #D8D8D8;
    line-height: 32px;
    background: url('http://pic1.aoyou.com/product/bgtit.png') no-repeat;
    background-size: 100%;
}

    .productInfo-id .productInfo-id-left {
        margin-left: 30px;
        color: #fff;
        display: inline-block;
    }

        .productInfo-id .productInfo-id-left b {
            display: inline-block;
            padding: 0 4px;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            font-weight: normal;
            border: 1px solid #FFFFFF;
            border-radius: 4px;
            margin-right: 10px;
        }

.productInfo-id-agent {
    font-size: 14px;
    color: #D8D8D8;
    line-height: 32px;
    background-size: 100%;
    border-top: 1px solid #e5e5e5;
}

    .productInfo-id-agent .productInfo-id-left {
        margin-left: 20px;
    }

        .productInfo-id-agent .productInfo-id-left b {
            display: inline-block;
            padding: 0 4px;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            font-weight: normal;
            border: 1px solid #ff6602;
            color: #ff6602;
            border-radius: 4px;
            margin-right: 10px;
        }

.productInfo-id-right {
    color: #555;
    font-size: 12px;
    float: right;
    margin-right: 20px;
}

.tb-product {
    width: 567px;
    color: #333333;
    padding: 13px 20px 0;
}

    .tb-product li {
        float: left;
        width: 32.333%;
        text-align: center;
    }

    .tb-product.tb-normal {
        margin-top: 0;
    }

    .tb-product.tb-tese .fr {
        width: 84%;
        height: 25px;
        position: relative;
        left: -5px;
        z-index: 2;
    }

    .tb-product.tb-youhui {
    }

    .tb-product.tb-lingquan a {
        margin-left: -7px;
    }

    .tb-product.tb-fix-normal {
        padding-bottom: 18px;
        position: relative;
    }

    .tb-product .divide-line {
        margin-top: 9px;
    }

.btn-overed {
    display: inline-block;
    padding: 4px 17px;
    color: #ffffff;
    background-color: #b2b2b2;
    border-radius: 3px;
    cursor: pointer;
    line-height: 20px;
}

.price-infor-top {
    height: 66px;
    padding: 17px 0;
}

    .price-infor-top .btn-book {
        margin: 12px 10px 0 0px;
    }

    .price-infor-top .btn-overed {
        margin: 16px 16px 0 0;
    }

    .price-infor-top .compare {
        margin-top: 20px;
        display: block;
        line-height: 34px;
        font-size: 12px;
        /*cursor: pointer;*/
        color: #333333;
    }

        .price-infor-top .compare:hover {
            /*color: #ff6602;*/
        }

        .price-infor-top .compare .compare-num {
            text-decoration: underline;
            margin-right: 10px;
        }

        .price-infor-top .compare .compare-person {
            margin-right: 10px;
        }

        .price-infor-top .compare .compare-text {
            color: #F5692C;
        }

            .price-infor-top .compare .compare-text b {
                font-size: 20px;
                margin-right: 2px;
            }

        .price-infor-top .compare .icon-compare {
            display: inline-block;
            width: 5px;
            height: 5px;
            margin-right: 4px;
            vertical-align: middle;
            background: url("http://pic1.aoyou.com/product/compare.png") no-repeat 0 0;
        }

        .price-infor-top .compare:hover .icon-compare {
            background: url("http://pic1.aoyou.com/product/compare.png") -6px 0;
        }

    .price-infor-top .selected:hover .icon-compare {
        background: url("http://pic1.aoyou.com/product/compare.png") -12px 0;
    }

    .price-infor-top .cancel:hover .icon-compare {
        background: url("http://pic1.aoyou.com/product/compare.png") -19px 0;
    }

    .price-infor-top .selected {
        color: #ff6602;
    }

        .price-infor-top .selected .icon-compare {
            width: 6px;
            background: url("http://pic1.aoyou.com/product/compare.png") -12px 0;
        }

    .price-infor-top .cancel {
        color: #ff212e;
    }

        .price-infor-top .cancel .icon-compare {
            width: 6px;
            height: 6px;
            background: url("http://pic1.aoyou.com/product/compare.png") -19px 0;
        }

.price-infor-bottom {
    margin-top: 12px;
}

.price-info-flex {
    width: 50%;
}


.price-info-flex2 {
    width: 40%;
}

.productInfo-price {
    width: 567px;
    height: 100px;
    margin: 0;
    padding: 0 10px 0 30px;
    background: #FFF8EA;
}

    .productInfo-price .rmb {
        font-size: 24px;
        font-family: "Microsoft Yahei", sans-serif;
        color: #F83616;
    }

    .productInfo-price .num {
        font-size: 36px;
        font-family: "Arial";
        color: #F83616;
        font-weight: bold;
    }

    .productInfo-price .text {
        margin-left: 6px;
        font-size: 14px;
        font-family: "Microsoft Yahei", sans-serif;
        color: #F83616;
    }

    .productInfo-price .des {
        margin-left: 10px;
        font-size: 14px;
        font-family: "Microsoft Yahei", sans-serif;
        color: #999999;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #999999;
        line-height: 1;
        display: inline-block;
        /*text-decoration: underline;*/
    }

.tb-product-content {
    height: 258px;
}

.apptips {
    margin-top: 4px;
    line-height: 18px;
    font-size: 12px;
    color: #ff6602;
}

    .apptips .underline {
        text-decoration: underline;
    }

.price-infor-bottom .underline em {
    font-size: 12px;
    font-family: "SimSun";
    font-style: normal;
}

.code-box {
    padding-top: 10px;
    width: 150px;
    height: 165px;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 3px;
    text-align: center;
}

    .code-box p {
        color: #000000;
    }

.product-features {
    margin-bottom: 24px;
    -webkit-font-smoothing: antialiased;
}

.features-list {
    font-size: 12px;
    line-height: 24px;
    zoom: 1;
    width: 480px;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    float: right;
}

    .features-list p {
        line-height: 22px;
        padding-bottom: 5px;
    }

    .features-list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .features-list .icons {
        margin-left: 0;
    }

    .features-list .span-tips {
        cursor: pointer;
    }

    .features-list .tag-border {
        cursor: default;
        font-size: 14px;
    }

    .features-list .preinfolist {
        line-height: 20px;
        margin-right: 10px;
        position: relative;
        width: 180px;
        *width: 180px;
        float: left;
        cursor: default;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
    }

    .features-list a {
        color: #069;
    }

.tag-border a {
    color: #ff6602;
}

.overhidden {
    overflow: hidden;
}

.tips-con {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 16px 20px;
    width: 360px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    text-decoration: none;
    z-index: 2;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.10);
}

    .tips-con p {
        text-align: justify;
        font-size: 12px;
        line-height: 20px;
    }

    .tips-con .tips-list {
        position: relative;
        padding-left: 20px;
    }

        .tips-con .tips-list i {
            font-style: normal;
            position: absolute;
            left: 0;
            top: 0;
            color: #ff6602;
        }

.tips-con-qijia {
    *top: 40px;
}

.dropdown {
    position: relative;
    cursor: default;
}

.dropdownbox {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
}

.product-features {
    margin-bottom: 24px;
}

.features-tt {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ff6600;
    line-height: 20px;
}

.divide-line {
    display: block;
    width: 1px;
    height: 24px;
    background: #e5e5e5;
}

.btn-book {
    width: 100px;
    height: 34px;
    background-color: #ff6602;
    border-radius: 3px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    white-space: nowrap;
    margin: 12px 10px 0 14px;
}

    .btn-book:hover {
        background-color: #e55c00;
    }

.tag-default {
    display: inline-block;
    margin-right: 5px;
    height: 18px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 7px;
    background: #f5f4ef;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.tag, .tag-red, .tag-blue, .tag-juse, .tag-border {
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.tag-text {
    font-size: 12px;
    margin-right: 34px;
    padding-left: 10px;
    color: #333;
}

.tag-text2 {
    font-size: 12px;
    margin-right: 9px;
    padding-left: 7px;
    color: #333;
}

.tag-text3 {
    font-size: 12px;
    margin-right: 26px;
    padding-left: 7px;
    color: #333;
}

.tag-text4 {
    font-size: 12px;
    margin-right: 30px;
    padding-left: 7px;
    color: #333;
}

.tag-text-dingzhi {
    color: #888888;
}

.tag-fix-text {
    margin-right: 23px;
    vertical-align: top;
    float: left;
}

.tag-fix-text2 {
    margin-right: 23px;
}

.tag-select {
    position: relative;
    font-size: 12px;
    padding: 5px 10px;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
}

    .tag-select.hover {
        z-index: 10000;
        border: 1px solid #DBDBDB;
        border-bottom: 1px solid #fff;
    }

    .tag-select.hoverdef {
        background: #fff;
    }

    .tag-select .arrow-down-tag {
        display: inline-block;
        background: url(http://pic1.aoyou.com/product/adown.png);
        width: 10px;
        height: 5px;
    }

.tag-sblue {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px 0 5px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #41b3ee;
    margin-left: 1px;
}

.tag-syellow {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #F8BC29;
    margin-left: 1px;
}

.tag-sgreen {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #7CC899;
    margin-left: 1px;
}

.tag-sgray {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    color: #696969;
    background: #F8F8F8;
    margin-left: 1px;
    border: 1px solid #DDDDDD;
}

.tag-select-div {
    display: none;
    position: absolute;
    width: 279px;
    *width: 319px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    padding: 20px;
    top: 26px;
    *top: 29px;
    left: -90px;
    z-index: -1;
    border-top: 0;
    background: #fff url(http://pic1.aoyou.com/product/bg_line.jpg) no-repeat;
}

    .tag-select-div.hover {
        display: block;
    }

    .tag-select-div p {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #333333;
        letter-spacing: 0;
        line-height: 20px;
    }

        .tag-select-div p.blue {
            color: #1F99F4;
            cursor: pointer;
        }

.tag-tese-con {
    position: absolute;
    display: block;
    height: 25px;
    overflow: hidden;
    padding-right: 15px;
}

    .tag-tese-con .arrow-down-tag {
        display: inline-block;
        background: url(http://pic1.aoyou.com/product/adown.png);
        width: 10px;
        height: 5px;
        position: absolute;
        right: 4px;
        bottom: 8px;
    }

.tag-tese-con-more {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 5px 0px 8px 5px;
    left: -6px;
    top: -6px;
    padding-right: 15px;
}

    .tag-tese-con-more .arrow-down-tag {
        display: inline-block;
        background: url(http://pic1.aoyou.com/product/adown.png);
        width: 10px;
        height: 5px;
        position: absolute;
        right: 4px;
        bottom: 8px;
    }

.tag-sorange {
    position: relative;
    display: inline-block;
    top: 5px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    width: 152px;
    height: 20px;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -110px -226px;
}

    .tag-sorange .tag-sorange-left {
        position: absolute;
        left: 0px;
        font-weight: bold;
        width: 80px;
        text-align: center;
    }

    .tag-sorange .tag-sorange-right {
        position: absolute;
        right: 7px;
        color: #FF812F;
    }

.tag-coupon {
    display: inline-block;
    margin-right: -20px;
    width: 120px;
    line-height: 18px;
    padding: 0px 0 0 43px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 0px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-image: url(http://pic1.aoyou.com/product/yhbs.png);
    background-repeat: no-repeat;
}

    .tag-coupon em {
        display: block;
        margin-left: -5px;
        width: 40px;
        text-align: center;
        color: #FFF;
    }

.red {
    color: #FF0000;
}

.tag-sred {
    display: inline-block;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    background: #fe4f4e;
    color: #fff;
}

.tag-blue {
    background: #3682e8;
    border: 1px solid #3682e8;
    color: #fff;
}

.tag-juse {
    background: #ffa971;
    border: 1px solid #ffa971;
    color: #fff;
}

.tag-border {
    background: #fff;
    border: 1px solid #ff6602;
    color: #ff6602;
}

.tag-lorange {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    margin: 0 2px;
    background: #ffa971;
    color: #fff;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.tag-lgreen {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    margin: 0 2px;
    background: #6ECF93;
    color: #fff;
    font-family: "Microsoft Yahei", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.icons {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("http://pic1.aoyou.com/product/icons.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    *margin-top: -10px;
    margin-right: 6px;
}

.icon-aoyou {
    background-position: -3px 3px;
}

.icon-score {
    background-position: -4px -23px;
}

.icon-iwx {
    margin-right: 0px;
    background-position: -4px -273px;
}

.icon-tag {
    background-position: -4px -108px;
}

.icon-star {
    background-position: -4px -136px;
}

.icon-warning {
    margin-left: 4px;
    background-position: -4px -53px;
}

.icon-close {
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: middle;
    background-image: url("http://pic2.aoyou.com/product/icons.png");
    background-position: 0 -526px;
    background-repeat: no-repeat;
}

.icon-arrowdown {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("http://pic3.aoyou.com/product/arrow_new.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: -4px 4px;
    cursor: pointer;
}

    .icon-arrowdown.up {
        background-position: -4px -31px;
    }

.icon-black-arrowdown {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("http://pic4.aoyou.com/product/arrow_new.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: -4px -508px;
    cursor: pointer;
}

    .icon-black-arrowdown.up {
        background-position: -4px -524px;
    }

.icon-sarrowdown {
    display: inline-block;
    width: 24px;
    height: 18px;
    background-image: url("http://pic5.aoyou.com/product/arrow_new.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: -1px -167px;
    cursor: pointer;
}

    .icon-sarrowdown.up {
        background-position: -1px -206px;
    }

.icon-arrowup {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("http://pic5.aoyou.com/product/arrow_new.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: -4px -31px;
    cursor: pointer;
}

.icon-prev {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("http://pic5.aoyou.com/product/arrow_new.png") no-repeat -3px -469px;
}

.icon-next {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("http://pic5.aoyou.com/product/arrow_new.png") no-repeat -3px -411px;
}

.icon-hotel {
    display: inline-block;
    width: 20px;
    height: 24px;
    background-image: url("http://pic4.aoyou.com/product/icons.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: -2px -374px;
}

.icon-plane {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-image: url("http://pic5.aoyou.com/product/icons.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: 0 -439px;
}

.icon-sever {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("http://pic1.aoyou.com/product/icons.png");
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: -7px;
    margin-right: 6px;
    background-position: 0 -322px;
}

.icon-point {
    display: inline-block;
    width: 45px;
    height: 20px;
    background-image: url("http://pic2.aoyou.com/product/point.png");
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 8px 10px 0;
    background-position: 0 0;
}

.icon-gx {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("http://pic3.aoyou.com/product/icons.png");
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 0 -485px;
}

/*多地出发城市*/
.citys {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 0 0 5px;
    *padding: 0 0 0 5px;
}

    .citys .icon-black-arrowdown {
        margin-right: 0;
        margin-left: 3px;
        *margin-top: -11px;
    }

.cityhover {
    position: relative;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    padding: 0 0 0 5px;
    *padding: 0 0 0 5px;
    z-index: 9;
}

    .cityhover .icon-black-arrowdown {
        margin-right: 0;
        margin-left: 3px;
        *margin-top: -11px;
    }

    .cityhover .bor-white {
        height: 3px;
        background: #fff;
        width: 100%;
        position: absolute;
        bottom: -1px;
        *bottom: -3px;
        left: 0;
        z-index: 4;
    }

.startcity {
    display: none;
    width: 310px;
    padding: 20px;
    border: 1px solid #aaaaaa;
    position: absolute;
    background: #fff;
    z-index: 3;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0;
    font-size: 12px;
    margin-top: -1px;
    *margin-top: 30px;
    left: -1px;
    text-align: left;
}

    .startcity .head {
        color: #333333;
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 14px;
        line-height: 20px;
    }

        .startcity .head .icon-warning {
            margin-left: 0;
        }

        .startcity .head .ins-tips {
            margin: 14px 0;
        }

    .startcity p {
        font-size: 12px;
        font-family: "Microsoft Yahei", sans-serif;
    }

    .startcity .ins-tips {
        font-size: 12px;
        color: #fc6621;
        font-family: "Microsoft Yahei", sans-serif;
    }

.link {
    text-decoration: underline;
    color: #005bb2;
    cursor: pointer;
}

.startcity .links {
    zoom: 1;
    padding: 8px 0;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
}

.startcity .items .item {
    line-height: 30px;
}

.startcity .tt-tabs {
    border-bottom: 2px solid #e6e6e6;
}

.startcity .hot-tt {
    position: relative;
    padding: 0 10px;
    line-height: 32px;
    display: inline-block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.startcity .link-a {
    display: inline-block;
    width: 66px;
    height: 26px;
    padding: 0 4px;
    line-height: 26px;
    margin-right: 0px;
    cursor: pointer;
    overflow: hidden;
    font-family: "Microsoft Yahei", sans-serif;
    overflow: hidden;
    float: left;
}

/*优惠标签*/
.aoyouOnsale {
    max-width: 190px;
    height: 16px;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #ff8a00;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
}

    .aoyouOnsale b {
        width: 17px;
        height: 16px;
        line-height: 16px;
        background: #ff8a00;
        color: #fff;
        overflow: hidden;
    }

    .aoyouOnsale em {
        max-width: 150px;
        padding: 0 5px 0 5px;
        zoom: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #ff8a00;
    }

/*其他优惠*/
.ohterSale {
    float: left;
    margin-top: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #ff7200;
    max-height: 240px;
    overflow: hidden;
}

    .ohterSale li {
        padding-left: 15px;
        background: url(http://pic4.aoyou.com/product/icon-sprite.png) -261px -18px no-repeat;
        _background: url(http://pic4.aoyou.com/product/icon-sprite-8.png) -261px -18px no-repeat;
    }

.borderBottomNone {
    border-bottom: 0;
}

/*价格日历*/
.calendar {
    width: 570px;
    height: 430px;
    margin: 2px 0 0;
    *height: auto;
}

.calendarMonths {
    position: relative;
    height: 40px;
    overflow: hidden;
    text-align: center;
    background: #EDEDED;
    margin-top: 20px;
}

    .calendarMonths .calendarMonths-wrapper {
        /*position: relative;*/
        font-size: 12px;
        padding: 0 33px;
    }

    .calendarMonths ul {
        position: absolute;
        left: 33px;
    }

        .calendarMonths ul li {
            float: left;
            width: 100px;
            display: inline-block;
            cursor: pointer;
        }

            .calendarMonths ul li .monthsCurrent-data {
                font-family: "Microsoft Yahei", sans-serif;
                font-size: 12px;
                color: #333333;
                letter-spacing: 0;
                text-align: center;
                font-weight: bold;
            }

            .calendarMonths ul li .monthsCurrent-price {
                font-family: "Microsoft Yahei", sans-serif;
                font-size: 12px;
                color: #F83616;
                letter-spacing: 0;
                text-align: center;
                line-height: 1;
                padding-bottom: 3px;
            }

    .calendarMonths .monthsCurrent-arrow-left {
        width: 33px;
        height: 40px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url('http://pic1.aoyou.com/product/css_sprites.png') -394px -260px;
        cursor: pointer;
    }

        .calendarMonths .monthsCurrent-arrow-left.active {
            background: url('http://pic1.aoyou.com/product/css_sprites.png') -63px -326px;
        }

    .calendarMonths .monthsCurrent-arrow-right {
        width: 33px;
        height: 40px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: url('http://pic1.aoyou.com/product/css_sprites.png') -115px -326px;
        cursor: pointer;
    }

        .calendarMonths .monthsCurrent-arrow-right.active {
            background: url('http://pic1.aoyou.com/product/css_sprites.png') -13px -326px;
        }

.calendarMonthsLast, .calendarMonthsNext {
    width: 84px;
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    margin-top: 6px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    text-align: center;
    background: url("http://pic5.aoyou.com/product/arrow_new.png") no-repeat;
}

.calendarMonthsLast {
    margin-left: 6px;
    background-position: -4px -116px;
}

    .calendarMonthsLast:hover, .calendarMonthsNex:hover {
        color: #666666;
    }

.calendarMonthsNext {
    margin-right: 6px;
    background-position: 76px -71px;
}

.productInfoBoxAuthor {
    position: absolute;
    display: block;
    top: 362px;
    left: 0;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background: url("http://pic1.aoyou.com/product/transparentbg.png");
}

.monthsCurrent {
    border-top: 4px solid #FF5523;
    background: #FFFFFF;
    box-sizing: border-box;
}

.calendar-table {
    width: 570px;
    height: 323px;
    border-collapse: collapse;
}

    .calendar-table tr th {
        height: 30px;
        width: 82px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        font-weight: normal;
    }

        .calendar-table tr th.text-lorange {
            border-left: 1px solid #eeeeee;
        }

        .calendar-table tr th.text-last-lorange {
            border-right: 1px solid #eeeeee;
            color: #fd8a25;
        }

    .calendar-table tr td {
        position: relative;
        border: 1px solid #eeeeee;
    }

        .calendar-table tr td a {
            display: block;
            border: 1px solid #fff;
            padding: 3px 4px 3px 6px;
            height: 42px;
            cursor: default;
            color: #000000;
            z-index: 4;
            width: 68px;
            *width: 67px;
        }

    .calendar-table tr .passed a {
        color: #999999;
    }

    .calendar-table tr td .festival {
        height: 46px;
        background: url(http://pic1.aoyou.com/product/icon-sprite.png) 71px -98px no-repeat;
        _background: url(http://pic1.aoyou.com/product/icon-sprite-8.png) 71px -98px no-repeat;
    }

    .calendar-table .selling .date {
        color: #555555;
    }

    .calendar-table .selling a {
        position: relative;
        cursor: pointer;
    }

    .calendar-table .selling:hover a {
        background: #f8f8f8;
        /*border: 1px solid #FC6622;*/
    }

    .calendar-table .selling a.active {
        border: 1px solid #FC6622;
        background: #FFFDF6;
    }

    .calendar-table .soldout a {
        position: relative;
    }

    .calendar-table .select .select-border {
        display: block;
    }

.select-border {
    display: none;
    position: absolute;
    width: 84px;
    height: 46px;
    top: -1px;
    left: -1px;
    border: 2px solid #ff6602;
}

.calendar-table .current a, .calendar-table .on .a-hover {
    height: 48px;
    width: 100%;
    margin: -1px;
    border: 1px solid #ff6600;
    background-color: #fffbe6;
    cursor: pointer;
    z-index: 10;
}

.calendar-table tr td.on-a-hover a {
    height: 48px;
    margin: -1px;
    border: 1px solid #ff6600;
    background: #fffbe6;
    cursor: pointer;
    z-index: 10;
}

.calendar-table .date {
    *float: left;
    display: block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    _margin-top: -6px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    font-family: Helvetica;
    font-size: 18px;
    color: #bbb;
    letter-spacing: 0;
}

.calendar-table .today {
    background: url("http://pic2.aoyou.com/product/icons.png") 0px -182px no-repeat;
    color: #fafafa;
    width: 26px;
}

.calendar-table .stock {
    display: block;
    height: 14px;
    line-height: 14px;
    font-style: normal;
    zoom: 1;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #6ECF93;
    letter-spacing: 0;
    text-align: right;
    position: absolute;
    right: 3px;
    top: 17px;
}

.frtag {
    position: absolute;
    right: 0;
    top: 0;
}

.calendar-table .sqtag {
    padding: 2px 2px 2px 4px;
    background: #979797;
    color: #fff;
    line-height: 12px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.calendar-table .sqqr {
    padding: 2px 2px 2px 4px;
    background: #BBBBBB;
    color: #fff;
    line-height: 12px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.calendar-table .ctqr {
    width: 30px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    background: #6ECF93;
    color: #fff;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.calendar-table .cttag {
    padding: 2px 2px 2px 4px;
    background: #6ECF93;
    color: #fff;
    line-height: 12px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.calendar-table .price {
    display: block;
    height: 16px;
    line-height: 16px;
    text-indent: 5px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    zoom: 1;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #F95B46;
    letter-spacing: 0;
    position: absolute;
    bottom: 2px;
    left: 4px;
}

.calendar-table .current-box {
    position: absolute;
    z-index: 100;
    zoom: 1;
    left: -1px;
    bottom: 50px;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.10);
}

.current-box {
    position: relative;
    display: none;
    font-style: normal;
}

    .current-box p {
        line-height: 20px;
    }

    .current-box .downarrow {
        position: absolute;
        display: block;
        width: 18px;
        height: 9px;
        z-index: 999;
        margin-top: -1px;
        margin-left: 20px;
        background: url("http://pic5.aoyou.com/product/arrow_new.png") no-repeat center -341px;
    }

    .current-box .uparrow {
        position: absolute;
        top: -6px;
        display: block;
        width: 18px;
        height: 9px;
        z-index: 999;
        margin-top: -1px;
        margin-left: 20px;
        background: url("http://pic5.aoyou.com/product/arrow_new.png") no-repeat center -370px;
    }

    .current-box .current-boxCont {
        border: 1px solid #f6c995;
        background: #fffbe5;
        padding: 10px;
        max-width: 240px;
        font-size: 12px;
        width: 160px;
    }

.current-boxCont span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #393c3f;
}

    .current-boxCont span em {
        color: #ff212e;
        margin-right: 3px;
        font-style: normal;
    }

.calendartips {
    margin-bottom: 2px;
    font-size: 12px;
    color: #666666;
}

.departbox {
    width: 1158px;
    margin-top: 10px;
    border-color: #fecb85;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    background: #fff5ed;
    padding: 10px 20px;
}

    .departbox .btn-big {
        margin-left: 20px;
    }

.total {
    line-height: 36px;
}

    .total .text {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .total .rmb {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        color: #fc5a3f;
        font-weight: bold;
    }

    .total .sum {
        font-family: "Arial";
        font-size: 30px;
        font-weight: 400;
        color: #fc5a3f;
    }

.input-date {
    width: 148px;
    background: url("http://pic1.aoyou.com/product/icons.png") no-repeat 140px -219px;
}

.input-number {
    width: 58px;
    text-indent: 10px;
    background: url("http://pic5.aoyou.com/product/arrow_new.png") no-repeat 45px 14px;
}

/*导航 begin*/
.wrapper_nav .phone-num {
    float: right;
    display: none;
    width: 121px;
    height: 19px;
    line-height: 50px;
    margin: 16px 20px 0 0;
}

.wrapper_nav .phone-num-text {
    float: right;
    display: block;
    width: 121px;
    height: 19px;
    line-height: 19px;
    margin: 16px 20px 0 0;
    color: #f60;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    background: url(http://pic1.aoyou.com/product/css_sprites_new.png) -334px -8px;
    padding-left: 20px;
}

.wrapper_nav {
    /*margin-top: 20px;*/
}

    .wrapper_nav .innerwrapper {
        height: 50px;
        width: 1198px;
        background: #4C4948;
    }

.wrapper_nav_top {
    /*width: 100%;*/
    border: 1px solid #e6e6e6;
    height: 90px;
    /*left: 0;*/
    top: 0;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    zoom: 1;
}

.fixed {
    position: fixed;
    margin-top: 0;
}

.wrapper_nav_top .innerwrapper {
    width: 1198px;
    border: 0;
    margin: 0;
}

.wrapper_nav_top .innerwrapper-tab li {
    background: transparent;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    border-left: 0;
    height: 24px;
    line-height: 24px;
    margin: 6px 0;
}

    .wrapper_nav_top .innerwrapper-tab li span {
        height: 24px;
        width: 1px;
        background: #DFDFDF;
    }

    .wrapper_nav_top .innerwrapper-tab li.now {
        border-top: 0;
        border-left: 0;
        background: transparent;
    }

.wrapper_nav_list {
    float: left;
    padding-left: 20px;
}

    .wrapper_nav_list li {
        float: left;
        margin-top: 10px;
        margin-right: 7px;
    }

        .wrapper_nav_list li.now {
            background: #FFFFFF;
        }

.wrapper_nav .wrapper_nav_list li a {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 38px;
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.wrapper_nav_list li.now a {
    color: #FC6622;
}

.wrapper_nav_top .wrapper_nav_list li a {
    width: 90px;
}

.wrapper_nav_list li a.ahover {
    text-decoration: none;
    color: #f60;
}

.wrapper_nav_phone {
    float: right;
    font-size: 20px;
    font-family: "Arial";
    font-style: italic;
    color: #f60;
    line-height: 50px;
    background-image: url(http://pic4.aoyou.com/product/icon_w.png);
    _background-image: url(http://pic4.aoyou.com/product/icon_w_8.png);
    background-repeat: no-repeat;
    background-position: 0 16px;
    padding-left: 22px;
    padding-right: 15px;
}

.wrapper_nav_ydBtn {
    float: right;
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #f60;
    font-size: 18px;
    line-height: 50px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

    .wrapper_nav_ydBtn:hover {
        color: #fafafa;
        text-decoration: none;
        background-color: #e55c00;
    }

/*产品介绍内容 begin*/
.cpdetail_con {
    width: 1160px;
    padding: 1px 19px 20px 19px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin-bottom: 30px;
    background: #fff;
}

.cpdetail_tit {
    display: block;
    width: 955px;
    _margin-top: 25px;
    font-size: 18px;
    color: #fc6621;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 15px;
    overflow: hidden;
}

/*产品特色 begin*/
.cpdetail_tit_cpts {
    background-position: 5px -33px;
}

.cpdetail_cpts {
    width: 1140px;
    background: #fafafa;
    border: 1px solid #ededed;
    padding: 10px;
}

    .cpdetail_cpts p {
        line-height: 20px;
    }

    .cpdetail_cpts a {
        color: #06C;
    }

.cpdetail_cpts_name {
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 12px;
}

.cpdetail_cpts_con {
    display: block;
    width: 1025px;
    font-weight: 100;
    font-size: 12px;
    color: #3c3c3c;
}

/*行程介绍 begin*/
.cpdetail_tit_xcjs {
    background-position: 5px -63px;
    padding-bottom: 0;
}

    .cpdetail_tit_xcjs span {
        display: inline-block;
        color: #fc6621;
        font-size: 12px;
        margin-left: 29px;
        line-height: 24px;
    }

.cpdetail_xcjs {
    width: 1162px;
}

    .cpdetail_xcjs a {
        color: #259CF5;
    }

.cpdetail_xcjs_nav {
    position: relative;
    width: 60px;
    top: 50px;
    margin-left: 40px;
}

    .cpdetail_xcjs_nav .line {
        position: absolute;
        left: -14px;
        top: 17px;
        bottom: 20px;
        border-left: 1px solid #DFDFDF;
        z-index: 1;
    }

.cpdetail_xcjs_nav_top {
    width: 60px;
    position: fixed;
    top: 0;
    z-index: 99;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    overflow: hidden;
    zoom: 1;
}

.cpdetail_xcjs_nav a {
    position: relative;
    display: block;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #999999;
    background: #EEEEEE;
    border-radius: 2px;
    font-weight: bold;
    z-index: 2;
}

    .cpdetail_xcjs_nav a.now {
        background: #FF6602;
        color: #FFFFFF;
    }

    .cpdetail_xcjs_nav a:hover {
        background: #FF6602;
        color: #FFFFFF;
    }

.cpdetail_xcjs_nav_top a {
    display: block;
    width: 60px;
    height: 30px;
    background-color: #ededed;
    color: #b0b0b0;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.cpdetail_xcjs_nav a i {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(http://pic1.aoyou.com/product/dot.png);
    top: 6px;
    left: -20px;
    z-index: 9;
}

.cpdetail_xcjs_nav_top a.now {
    background-color: #ff8a00;
    color: #fff;
}

.cpdetail_xcjs_nav a.now i {
    background: url(http://pic1.aoyou.com/product/dotactive.png);
}

.cpdetail_xcjs_day {
    width: 960px;
    margin-right: 40px;
    /*margin-top:20px;*/
    /*position: relative;*/
    zoom: 1;
    -webkit-font-smoothing: antialiased;
}

.cpdetail_tit_xcjs-info {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.25px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin-right: 35px;
    cursor: pointer;
}

.cpdetail_con_dayBox_date {
    margin-top: 10px;
}

.cpdetail_tit_xcjs-info.active, .cpdetail_tit_xcjs-info:hover {
    background: #FF6602;
    border-radius: 2px;
    color: #FFFFFF;
}

.cpdetail_xcjs_day_yuan {
    position: absolute;
    bottom: -9px;
    left: -5px;
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(http://pic1.aoyou.com/product/icon_hc.png);
    _background-image: url(http://pic1.aoyou.com/product/icon_hc_8.png);
    background-repeat: no-repeat;
    background-position: -54px -31px;
    font-size: 0;
}

.cpdetail_xcjs_day_city {
    display: block;
    position: relative;
    _position: relative;
    *position: relative;
    font-size: 18px;
    margin-top: 80px;
    margin-bottom: 36px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    padding-left: 110px;
}

    .cpdetail_xcjs_day_city span {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: url('http://pic1.aoyou.com/product/bggroup.png');
        position: absolute;
        left: 23px;
        top: -20px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0.51px;
        text-align: center;
        font-weight: bold;
    }

.cpdetail_xcjs_day_xc {
    position: relative;
    font-size: 14px;
    margin-bottom: 36px;
    margin-left: 160px;
    padding-right: 45px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #333333;
    letter-spacing: 0;
    line-height: 2;
}

    .cpdetail_xcjs_day_xc .jdtitle {
        margin-top: 30px;
    }

    .cpdetail_xcjs_day_xc p {
        line-height: 24px;
    }

    .cpdetail_xcjs_day_xc b {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #999999;
    }

        .cpdetail_xcjs_day_xc b em {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 18px;
            color: #333333;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            border-bottom: 2px solid #333;
            line-height: 1;
            cursor: pointer;
        }

            .cpdetail_xcjs_day_xc b em:hover {
                color: #005BB2;
                border-bottom: 2px solid #005BB2;
            }

    .cpdetail_xcjs_day_xc span.icon {
        float: left;
        display: block;
        width: 18px;
        height: 18px;
        background-image: url(http://pic1.aoyou.com/product/css_sprites.png);
        background-repeat: no-repeat;
    }

.cpdetail_xcjs_hangban_info {
    position: absolute;
    left: -142px;
    top: 0;
}

.cpdetail_con_dayBox_sub {
    width: 960px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 40px 0 20px;
}

.cpdetail_con_dayBox_sub_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    background: #F8F8F8;
    border-right: 1px solid #DFDFDF;
    box-sizing: border-box;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_hangban {
    background-position: -291px -266px;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_sancan {
    background-position: -282px -226px;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_zhusu {
    background-position: -267px -326px;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_qita {
    background-position: -343px -326px;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_jingdian {
    background-position: -229px -326px;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_jingdian1 {
    background-position: -305px -326px;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_qiche {
    margin-top: 5px;
    margin-right: 10px;
    background-position: -137px 0;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_lieche {
    background-position: -165px 0;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc span.cpdetail_xcjs_lunchuan {
    background-position: -192px 0;
    margin-top: 5px;
    margin-right: 10px;
}

.cpdetail_xcjs_day_xc_tw {
    width: 1005px;
    margin-top: 5px;
}

    .cpdetail_xcjs_day_xc_tw .fl {
        margin-right: 15px;
        text-align: center;
        width: 320px;
    }

.xcjs_PrintBtn {
    display: inline-block;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    float: right;
    bottom: 0;
    background: #FFFFFF;
    border: 1px solid #BEDAF0;
    border-radius: 2px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #259CF5;
    letter-spacing: 0.25px;
    cursor: pointer;
}

    .xcjs_PrintBtn:hover {
    }

/*酒店信息 begin*/
.cpdetail_tit_jdxx {
    background-position: 5px -93px;
}

.cpdetail_jdxx, .cpdetail_jdxx tr, .cpdetail_jdxx tr td, .cpdetail_jdxx tr th {
    border: 1px solid #ededed;
}

    .cpdetail_jdxx tr th {
        height: 38px;
        text-align: center;
        font-weight: 600;
        background: #fafafa;
    }

    .cpdetail_jdxx a {
        color: #06C;
    }

.cpdetail_jdxx_name {
    width: 240px;
    *width: 240px;
}

.cpdetail_jdxx_jj {
    width: 442px;
}

.cpdetail_jdxx_time {
    width: 157px;
}

.cpdetail_jdxx_zy {
    width: 155px;
}

.cpdetail_jdxx_bz {
    width: 260px;
}

.cpdetail_jdxx tr td {
    text-align: center;
    padding: 10px;
}

    .cpdetail_jdxx tr td.al {
        text-align: left;
    }

/*费用说明 begin*/
.cpdetail_tit_fysm {
    background-position: 5px -123px;
    margin-top: 0;
    width: 960px;
}

.cpdetail_fysm, .cpdetail_fysm tr, .cpdetail_fysm tr td, .cpdetail_fysm tr th {
    border: 1px solid #ededed;
}

.cpdetail_fysm {
    width: 100%;
}

    .cpdetail_fysm tr th {
        height: 38px;
        font-weight: 600;
        background: #fafafa;
        padding-left: 9px;
        text-align: left;
    }

    .cpdetail_fysm tr td {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        padding: 10px;
        vertical-align: top;
    }

        .cpdetail_fysm tr td .red {
            color: #FF0000;
        }

.lr-table-r {
    padding-left: 20px !important;
}

.cpdetail_fysm a {
    color: #333333;
    font-weight: 200;
}

.cpdetail_fysm_name {
    display: block;
    width: 100px;
    font-weight: bold;
}

.cpdetail_fysm_namegroup {
    display: block;
    width: 20px;
    font-weight: bold;
}

.cpdetail_fysm_con {
    display: block;
    width: 1020px;
    font-weight: 100;
}

/*签证说明*/
/*.cpdetail_tit_qzxx {
    width: 930px !important;
}*/

.cpdetail_tit_zyhd_sub {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #333333;
    margin: 20px 0 13px;
}

    .cpdetail_tit_zyhd_sub .red {
        color: #FF0000;
    }

.innerwrapper-map-info-fr .cpdetail_zyhd {
    margin-bottom: 60px;
}

.cpdetail_zyhd, .cpdetail_journey {
    width: 960px;
    *width: 960px;
    _width: 960px;
}

    .cpdetail_zyhd, .cpdetail_zyhd tr, .cpdetail_zyhd tr td, .cpdetail_zyhd tr th {
        border: 1px solid #ededed;
    }

        .cpdetail_zyhd tr th {
            height: 38px;
            font-size: 16px;
            font-weight: 500;
            color: #999999;
            background: #fafafa;
            padding-left: 10px;
        }

    .cpdetail_journey tr th {
        color: #333333;
    }

    .cpdetail_zyhd a {
        color: #06C;
    }

.cpdetail_zyhd_name {
    width: 200px;
}

.cpdetail_zyhd_js {
    width: 340px;
}

.cpdetail_zyhd_time {
    width: 200px;
}

.cpdetail_zyhd_bz {
    width: 220px;
}

.cpdetail_zyhd_time2 {
    width: 157px;
}

.cpdetail_zyhd_zy {
    width: 220px;
}

.cpdetail_zyhd_bz2 {
    width: 260px;
}

.cpdetail_zyhd tr td {
    padding: 10px;
}

/*预订须知 begin*/
.cpdetail_tit_ydxz {
    background-position: 5px -183px;
}

.cpdetail_ydxz {
    background: #fafafa;
    border: 1px solid #ededed;
    padding: 10px;
}

    .cpdetail_ydxz p {
        line-height: 20px;
    }

    .cpdetail_ydxz a {
        color: #06C;
    }

.cpdetail_ydxz_name {
    display: block;
    width: 100px;
    font-weight: bold;
}

.cpdetail_ydxz_con {
    display: block;
    width: 1038px;
    font-weight: 100;
}

/*其他信息 begin*/
.cpdetial_imgcenter {
    text-align: center;
}

.cpdetail_other img {
    max-width: 1158px;
}

.cpdetail_other span img {
    display: block;
}

.cpdetail_tit_other {
    background-position: 5px -212px;
}

/*预订流程 begin*/
/*.cpdetail_tit_ydlc {
    width: 930px !important;
}*/

.cpdetail_ydlc {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #AAAAAA;
    text-align: center;
}

    .cpdetail_ydlc p {
        margin-top: 10px;
        font-size: 12px;
        color: #AAAAAA;
        line-height: 16px;
    }

    .cpdetail_ydlc b {
        font-family: "Microsoft Yahei", sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0.3px;
        text-align: center;
        display: block;
    }

    .cpdetail_ydlc img {
        margin-bottom: 15px;
        display: block;
    }

/*客户点评 begin*/
.khdp_dianPinBtn {
    display: inline-block;
    width: 90px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    float: right;
    margin-top: -1px;
    _float: right;
    _margin-top: -25px;
    *float: right;
    *margin-top: -25px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #259CF5;
    letter-spacing: 0.25px;
    background: #FFFFFF;
    border: 1px solid #BEDAF0;
    border-radius: 2px;
    font-weight: normal;
}

    .khdp_dianPinBtn:hover {
    }

.khdp_visaloadBtn {
    display: inline-block;
    width: 100px;
    height: 26px;
    background-color: #fc6621;
    font-size: 14px;
    color: #fafafa;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    /*margin-left: 735px;*/
    overflow: hidden;
    float: right;
    margin-top: -1px;
    _float: right;
    _margin-top: -25px;
    *float: right;
    *margin-top: -25px;
}

    .khdp_visaloadBtn:hover {
        color: #fafafa;
        background-color: #e55c00;
    }

.cpdetail_khdp {
    width: 970px;
    margin-bottom: 1px;
    overflow: hidden;
    zoom: 1;
}

.cpdetail_khdp_discuss {
    position: relative;
    width: 970px;
    z-index: 5;
}

.cpdetail_khdp:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cpdetail_khdp_no {
    padding: 30px 20px;
    *padding: 30px 20px;
    _padding: 30px 20px;
}

.cpdetail_khdp_l {
    position: relative;
    width: 108px;
    text-align: center;
    height: 78px;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
    background: url(about:blank);
}

    .cpdetail_khdp_l .kuang {
        position: absolute;
        top: 0;
        left: 25px;
        display: block;
        width: 58px;
        height: 58px;
        background: url(http://pic4.aoyou.com/product/k.png) no-repeat;
        _background-image: url(http://pic4.aoyou.com/product/k_8.png);
        z-index: 2;
    }

    .cpdetail_khdp_l img {
        display: block;
        width: 58px;
        height: 58px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 25px;
        z-index: 1;
    }

    .cpdetail_khdp_l p {
        position: absolute;
        width: 108px;
        height: 18px;
        overflow: hidden;
        left: 0;
        bottom: 0;
        color: #ff8a00;
        text-align: center;
    }

.cpdetail_khdp_r p {
    display: block;
    min-height: 0px;
    overflow: hidden;
    font-size: 14px;
}

    .cpdetail_khdp_r p.cpdetail_khdp_r_sj {
        font-size: 12px;
        color: #999;
    }

.tip360 {
    background-color: #FFFFFF;
    border: 1px solid #a6a6a6;
    position: absolute;
    left: 328px;
    top: 50px;
    z-index: 20002;
    color: #333333;
    font-size: 12px;
}

    .tip360 img {
        border: none;
        border: 0;
    }

    .tip360 .tip_Close {
        width: 16px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 999999;
        top: 13px;
        right: 13px;
        background: url('http://pic4.aoyou.com/product/close_03.gif') no-repeat 0 0;
    }

    .tip360 .tip_title {
        float: none;
        width: auto;
        background-color: #eee;
        line-height: 38px;
        height: 38px;
        border: 1px solid #fff;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }

.inner_tip_title {
    margin: 0 8px auto 20px;
}

.tip_title .close {
    cursor: pointer;
    float: right;
    margin-top: 12px;
}

.Tip_Submit {
    border-top: 1px solid #e1e1e1;
    height: 61px;
    _height: 67px;
    margin: 16px 20px auto 20px;
    text-align: center;
}

span.specialborder {
    background-color: #e3e3df;
    color: #2d2b2b;
    border: 1px solid #ccc;
    width: 106px;
    height: 29px;
    display: block;
    margin: 16px auto;
}

    span.specialborder input {
        background: none;
        border: 0;
        width: 106px;
        height: 29px;
        padding: 0;
        text-align: center;
    }

th {
    font-weight: 400;
}

.tip_content {
    margin: 0px 8px 8px 8px;
    line-height: 21px;
}

.discuss {
    width: 582px;
    /*margin-left: -280px;
    left: 50%;
    top: 84px;
    _top: 84px;
    *top: 54px;
    margin: 84px 321px;*/
}

    .discuss .tt {
        background-color: #eee;
        line-height: 24px;
        height: 24px;
        padding-left: 10px;
        margin-bottom: 13px;
    }

.issue {
    border: 1px solid #e6e6e6;
    margin-top: 8px;
}

.inner_issue {
    margin: 5px 0 0 10px;
}

.discuss textarea {
    border: 0;
    width: 520px;
    color: #666666;
    height: 100px;
}

.discuss .discontent {
    padding: 15px 20px;
    background-color: #ffffff;
}

.discuss .sure {
    margin-right: 30px;
}

.discuss .sure, .discuss .cancle {
    width: 60px;
}

.discuss .up {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    _margin-top: 0px;
}

.discuss a.btn {
    width: 80px;
    height: 35px;
    display: block;
    margin: 28px auto;
    font-size: 18px;
    color: #fafafa;
    text-align: center;
    line-height: 35px;
    background: #fc6621;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 0;
}

    .discuss a.btn:hover {
        background-color: #e55c00;
    }

/*验证码*/
.identify {
    height: 32px;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.dis_tit {
    float: right;
    color: gray;
}

.iden_span {
    float: left;
}

.ident_input {
    display: inline;
    float: left;
    height: 30px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}

.ident_img {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
}

.iden_span a {
    display: inline-block;
    text-decoration: underline;
    background: url(http://pic5.aoyou.com/product/huan.jpg) no-repeat;
    width: 13px;
    height: 17px;
    margin-top: 8px;
}

/*旅游资讯 begin*/
.cpdetail_tit_lyzx {
    background-position: 5px -302px;
}

.cpdetail_lyzx {
    width: 1160px;
    background: #fafafa;
    border: 1px solid #ededed;
    padding: 14px 0;
}

.cpdetail_lyzx_list {
    width: 345px;
    margin: 0 20px;
    *margin: 0 15px;
    display: inline;
    overflow: hidden;
    zoom: 1;
}

.cpdetail_lyzx_list_l {
}

.cpdetail_lyzx_list_r {
    width: 170px;
    margin-left: 15px;
    overflow: hidden;
    *margin-left: 8px;
}

    .cpdetail_lyzx_list_r h3 a {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        width: 170px;
        height: 20px;
        *height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #141414;
        line-height: 20px;
    }

        .cpdetail_lyzx_list_r h3 a:hover {
            color: #125fad;
        }

.cpdetail_lyzx_list_con {
    font-weight: normal;
    font-size: 12px;
    height: 88px;
    color: #3C3C3C;
    overflow: hidden;
}

/*遨游网为您推荐 begin*/
.cpdetail_tit_tuijian {
    background-position: 7px -334px;
}

.cpdetail_tuijian {
    width: 960px;
    overflow: hidden;
}

.cpdetail_tuijian_con {
    width: 1180px;
}

.cpdetail_tuijian_list {
    width: 232px;
    height: 205px;
    display: inline;
    margin-right: 10px;
    overflow: hidden;
}

.cpdetail_tuijian_list_l {
}

.cpdetail_tuijian_list_r {
    width: 232px;
    overflow: hidden;
}

    .cpdetail_tuijian_list_r h3 a {
        display: block;
        width: 230px;
        overflow: hidden;
        text-decoration: none;
        line-height: 20px;
        word-wrap: normal;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #333333;
        line-height: 16px;
    }

        .cpdetail_tuijian_list_r h3 a:hover {
            color: #ff5b00;
        }

    .cpdetail_tuijian_list_r .fl {
        font-family: "Microsoft Yahei", sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #333333;
        letter-spacing: 0;
        font-weight: bold;
    }

        .cpdetail_tuijian_list_r .fl b, .cpdetail_tuijian_list_r .fl span {
            font-size: 14px;
        }

    .cpdetail_tuijian_list_r .fr {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #999999;
        letter-spacing: 0;
        text-align: right;
        text-decoration: line-through;
    }

    .cpdetail_tuijian_list_r p {
        color: #ff5b00;
        margin-top: 12px;
    }

        .cpdetail_tuijian_list_r p span {
            display: inline-block;
            font-size: 24px;
        }

        .cpdetail_tuijian_list_r p b {
            display: inline-block;
            font-size: 18px;
            font-weight: 100;
        }

/*多地出发 begin*/
.cpdetail_tit_ddcf {
    background-position: 2px -387px;
}

.cpdetail_ddcf {
    width: 100%;
    font: 12px/1.5 'microsoft yahei', Arial, sans-serif;
}

    .cpdetail_ddcf, .cpdetail_ddcf tr, .cpdetail_ddcf tr td, .cpdetail_ddcf tr th {
        border: 1px solid #ededed;
    }

        .cpdetail_ddcf tr td {
            padding: 10px 14px;
        }

            .cpdetail_ddcf tr td.cpdetail_ddcf_left {
                font-weight: bold;
                width: 280px;
                text-align: right;
                vertical-align: top;
            }

            .cpdetail_ddcf tr td.city {
                width: 487px;
                letter-spacing: 1px;
            }

            .cpdetail_ddcf tr td.jq {
                width: 361px;
                color: #ff6600;
                text-align: center;
            }

            .cpdetail_ddcf tr td p {
                font-size: 12px;
            }

            .cpdetail_ddcf tr td.jq p {
                color: #ff6600;
            }

/*航班信息 begin*/
.cpdetail_tit_hbxx {
    background-position: 5px -359px;
}

    .cpdetail_tit_hbxx span {
        display: inline-block;
        color: #fc6621;
        font-size: 12px;
        margin-left: 29px;
        line-height: 24px;
    }

.cpdetail_hbxx, .cpdetail_hbxx tr, .cpdetail_hbxx tr td, .cpdetail_hbxx tr th {
    border: 1px solid #ededed;
}

    .cpdetail_hbxx tr th {
        height: 38px;
        text-align: center;
        font-weight: 600;
        background: #fafafa;
    }

    .cpdetail_hbxx tr td {
        text-align: center;
        padding: 10px 0;
    }

    .cpdetail_hbxx .rec {
        text-align: center;
        vertical-align: middle;
        background: url('http://pic1.aoyou.com/product/group_x.png') -629px -359px #fafafa no-repeat;
        padding: 10px;
        border-left: none;
    }

    .cpdetail_hbxx tr td.ar {
        text-align: right;
        padding: 6px 20px;
    }

.cpdetail_hbxx_time {
    width: 118px;
}

.cpdetail_hbxx_hd {
    width: 188px;
}

.cpdetail_hbxx_ckgs {
    width: 335px;
}

.cpdetail_hbxx_ckjx {
    width: 124px;
}

.cpdetail_hbxx_cw {
    width: 121px;
}

.cpdetail_hbxx_cb_cw {
    width: 131px;
}

.cpdetail_hbxx_cksj {
    width: 267px;
}

.cpdetail_hbxx_cb_cksj {
    width: 257px;
}

.cpdetail_hbxx tr th.cpdetail_hbxx_tj {
    background: url(http://pic2.aoyou.com/product/sj.jpg) no-repeat left top;
    color: #fc6621;
}

.cpdetail_hbxx tr td.cheng {
    color: #fc6621;
}

.cpdetail_hbxx tr td.lan {
    color: #125fad;
}

.cpdetail_hbxx tr td .hb_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(http://pic3.aoyou.com/product/icon_hb.jpg) no-repeat;
}

.cpdetail_hbxx tr td p .qf {
    color: #72be22;
}

.cpdetail_hbxx tr td p .da {
    color: #fd8a25;
}

/*酒店信息_自由行 begin*/
.cpdetail_tit_jdxx {
    background-position: 5px -93px;
}

.cpdetail_jdxx_zyx, .cpdetail_jdxx_zyx tr, .cpdetail_jdxx_zyx tr td {
    border: 1px solid #ededed;
}

.cpdetail_jdxx_zyx {
    width: 100%;
}

    .cpdetail_jdxx_zyx h3 a:hover {
        text-decoration: underline;
    }

.cpdetail_jdxx_zyx_list {
    padding: 20px;
}

.cpdetail_jdxx_zyx_list_l {
    width: 520px;
}

.cpdetail_jdxx_zyx_list_l_xcfx li {
    float: left;
    font-size: 14px;
}

    .cpdetail_jdxx_zyx_list_l_xcfx li span {
        color: #fc6621;
    }

    .cpdetail_jdxx_zyx_list_l_xcfx li.line {
        border-right: 1px solid #e1e1e1;
        padding-right: 10px;
        margin-right: 10px;
    }

.cpdetail_jdxx_zyx_list_l_tit {
    border: 1px solid #ededed;
    background: #fafafa;
    padding: 11px;
    margin-top: 15px;
}

    .cpdetail_jdxx_zyx_list_l_tit h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .cpdetail_jdxx_zyx_list_l_tit p span {
        color: #fc6621;
        height: 16px;
    }

        .cpdetail_jdxx_zyx_list_l_tit p span img {
            vertical-align: text-top;
        }

.cpdetail_jdxx_zyx_list_l_wz {
    margin-top: 20px;
}

.cpdetail_jdxx_zyx_list_r {
    width: 580px;
}

.cpdetail_jdxx_zyx_list_r_imgSmall {
    height: 58px;
    border: 1px solid #ededed;
    padding: 10px 0;
    margin-top: 10px;
    overflow: hidden;
}

    .cpdetail_jdxx_zyx_list_r_imgSmall a.leftBtn {
        display: inline-block;
        float: left;
        font-family: "黑体";
        line-height: 58px;
        font-size: 30px;
        margin: 0 15px;
        color: #d7d7d7;
    }

    .cpdetail_jdxx_zyx_list_r_imgSmall a.rightBtn {
        display: inline-block;
        float: left;
        font-family: "黑体";
        line-height: 58px;
        font-size: 30px;
        margin: 0 15px;
        color: #d7d7d7;
    }

        .cpdetail_jdxx_zyx_list_r_imgSmall a.cheng, .cpdetail_jdxx_zyx_list_r_imgSmall a.rightBtn:hover, .cpdetail_jdxx_zyx_list_r_imgSmall a.leftBtn:hover {
            color: #ff8a00;
        }

.imgSmall_list_box {
    display: inline-block;
    float: left;
    width: 488px;
    overflow: hidden;
}

.imgSmall_list_con {
    width: 100000px;
}

.imgSmall_list_box a.imgSmall_list {
    display: inline-block;
    float: left;
    width: 72px;
    height: 53px;
    border: 2px solid #fff;
    margin-right: 6px;
    background: #d7d7d7;
}

    .imgSmall_list_box a.imgSmall_list.on {
        border-color: #ff8a00;
    }

.jdxq_detail_btn {
    float: right;
    background: url('http://pic4.aoyou.com/product/btn.jpg') center 0 repeat-x;
    border-radius: 5px;
    padding: 0 7px;
    line-height: 22px;
    color: #ffffff;
    clear: both;
    font-family: "\5B8B\4F53";
    *margin-top: -25px;
}

    .jdxq_detail_btn:hover {
        color: #ffffff;
    }

/*优惠*/
.des_star {
    margin-top: 13px;
    margin-bottom: 9px;
    line-height: 18px;
    color: #ff7200;
}

.youhuitip td .youhui {
    display: block;
    max-width: 150px;
    float: left;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    border: 1px solid #ff8900;
    padding-right: 3px;
    color: #ff8900;
    background-color: #fff;
    overflow: hidden;
}

.youhuitip .def {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

    .youhuitip .def span {
        width: 312px;
        display: block;
    }

.youhui .tit, .youhuitip td .youhui .tit {
    width: 17px;
    background-color: #ff8900;
    display: inline;
    float: left;
    text-align: center;
    color: #fff;
    margin-right: 2px;
    _margin-right: 0;
}

.youhui em {
    float: left;
    max-width: 120px;
    height: 16px;
    _width: 90px;
    padding: 0 5px 0 5px;
    zoom: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ff8a00;
}

.youhuitip {
    width: 700px;
    left: -700px;
    top: 40px;
    background-color: #fffbe5;
    border-collapse: collapse;
    color: #555;
    text-align: left;
    z-index: 99999;
    position: absolute;
    border: 1px solid #f6c995;
    line-height: 30px;
    font-size: 12px;
}

    .youhuitip td, .youhuitip th {
        padding-left: 10px;
        border: none;
        background-color: #fffbe5;
        border-bottom: 1px solid #d8d8d8;
    }

.tb_youhui_a {
    margin-left: 5px;
    color: #069;
    white-space: nowrap;
}

.youhuitip .shuoming {
    border-bottom: none;
}

.youhuitip th {
    background-color: #fffee7;
    font-weight: bold;
    text-align: left;
}

.youhuitip tr {
}

.youhuitip .tr_th {
    border-top: none;
    border-left: none;
}

.des_xiangqing_youhui {
    position: relative;
    z-index: 1;
    color: #ff7200;
    margin-top: 17px;
    margin-left: -9px;
    padding-left: 9px;
}

    .des_xiangqing_youhui .hover {
        display: block;
    }

.des .btn {
    width: 174px;
    height: 37px;
    display: block;
    margin-right: 9px;
    float: left;
    left: -205px;
    top: 0;
    background: url(http://pic5.aoyou.com/product/sprite.png) no-repeat -205px 0;
    _background-image: url(http://pic5.aoyou.com/product/sprite8.png);
}

    .des .btn:hover {
        background-position: -205px -37px;
    }

.des .collect {
    line-height: 19px;
    padding: 0 9px;
    margin-top: 16px;
    height: 19px;
    display: block;
    border-radius: 3px;
    float: left;
    border: 1px solid #d6d5d5;
    background-color: #fff;
    color: #069;
}

    .des .collect:hover {
        color: #ff591b;
        text-decoration: none;
    }

table.youhuitip td span.time {
    white-space: nowrap;
    padding-left: 0;
    width: 170px;
    text-align: left;
    padding-right: 10px;
}

.qijiatip_pop {
    position: relative;
    line-height: 30px;
    color: #333;
    text-align: left;
    z-index: 30;
}

.tip {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    z-index: 9999;
    line-height: 21px;
    padding: 15px;
    box-shadow: 3px 3px rgba(216, 216, 216, 0.5);
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    left: 94px;
    width: 158px;
    cursor: default;
    color: #333;
    display: none;
}

.inner_pop {
    width: 460px;
    position: fixed;
    left: 50%;
    *left: 42%;
    top: 154px;
    margin-left: -253px;
    background-color: #fff;
    color: #000;
    border: 1px solid #7e7e7e;
    z-index: 100000;
}

    .inner_pop .tt {
        background-color: #eee;
        line-height: 39px;
        height: 39px;
        border: 1px solid #fff;
        padding-left: 18px;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }

    .inner_pop .tic {
        line-height: 24px;
        height: 24px;
        margin-bottom: 19px;
    }

    .inner_pop .login_close {
        width: 16px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 1;
        top: 13px;
        right: 13px;
        background: url('http://pic1.aoyou.com/product/close_03.gif') no-repeat 0 0;
    }

    .inner_pop .icons {
        padding: 0 5px;
        margin-top: 6px;
        background-color: #ff752d;
        line-height: 19px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
    }

    .inner_pop .ui-tiptext-container {
        width: 375px;
        padding: 8px 0 15px 0;
        position: absolute;
        top: 55px;
        right: 18px;
    }

    .inner_pop .ui-tiptext {
        margin: 0 12px;
        padding-left: 21px;
        line-height: 18px;
        position: relative;
    }

    .inner_pop .ui-label {
        width: 146px;
        float: left;
        /*margin-left: -150px;*/
        text-align: right;
    }

    .inner_pop .ui-form-item {
        padding: 0 5px 14px 0px;
        line-height: 29px;
        *line-height: 24px;
        position: relative;
        z-index: 1;
        zoom: 1;
    }

    .inner_pop .masking_peo .ui-label {
        width: 69px;
        display: inline-block;
        *float: left;
        /*margin-left: -69px;*/
        text-align: right;
    }

    .inner_pop .masking_peo .ui-form-item {
        padding: 0 5px 14px 0;
        line-height: 29px;
    }

    .inner_pop .masking_peo .ui-input {
        width: 180px;
        _width: 190px;
        padding-left: 12px;
        background: #F1F1F1 url(http://pic2.aoyou.com/product/icon-date.png) 146px center no-repeat;
        border: 1px solid #DCDCDC;
        border-radius: 3px;
    }

    .inner_pop .masking_peo .Wdate {
        height: 18px;
        z-index: 11;
    }

    .inner_pop .ui-select {
        border: 1px solid #9c9c9c;
        line-height: 18px;
        padding: 6px;
        width: 60px;
        margin-top: 0;
        *height: 25px;
    }

    .inner_pop .ui-input, .inner_pop .ui-input-disable {
        border: 1px solid #9c9c9c;
        line-height: 18px;
        padding: 6px 0 6px 0;
        margin-top: 0;
    }

    .inner_pop .ui-input-disable {
        width: 180px;
        padding-left: 12px;
        background-color: #eee;
    }

    .inner_pop .ui-select:focus {
        border: 1px solid #42C800;
        outline: 1px #dafed6 solid;
        color: #595959;
    }

    .inner_pop .tc {
        margin: 15px 10px 0 10px;
    }

    .inner_pop .masking_peo_date .bg {
        line-height: 19px;
        margin-bottom: 0;
    }

        .inner_pop .masking_peo_date .bg .ui-label {
            width: 58px;
            display: inline-block;
            float: left;
            text-align: left;
            margin-right: 45px;
        }

    .inner_pop .masking_peo .ui-form-item .icon_date {
        position: absolute;
        right: 10px;
        top: 8px;
        width: 20px;
        height: 15px;
        display: block;
        background: url(http://pic3.aoyou.com/product/sprite.png) no-repeat -445px -327px;
    }

    .inner_pop .masking_peo .ui-form-item .icon_week {
        position: absolute;
        right: 60px;
        top: 6px;
        _top: 8px;
        line-height: 18px;
        color: #333;
    }

    .inner_pop .bg .gooff {
        float: left;
        display: inline-block;
        margin-right: 15px;
    }

    .inner_pop .bg .iconss {
        float: left;
        display: inline-block;
        line-height: 19px;
        padding: 0 5px;
        background-color: #ff8a00;
        color: #fff;
    }


    .inner_pop .pop_unbtn {
        text-decoration: none;
        display: block;
        background: url("http://pic5.aoyou.com/product/sprite.png") -529px -368px no-repeat;
        text-indent: -9999px;
        height: 39px;
        line-height: 29px;
        width: 140px;
        margin: 27px auto 41px auto;
        clear: both;
    }


    .inner_pop .sum {
        padding-bottom: 15px;
        position: absolute;
        left: 370px;
        bottom: 25px;
    }

    .inner_pop .ui-form-item-clubmed {
        width: 300px;
        margin-left: 100px;
        _margin-left: 100px;
    }

    .inner_pop .ui-form-item-adults {
        padding-left: 69px;
    }

        .inner_pop .ui-form-item-adults .ui-label {
            width: 69px;
            margin-left: -69px;
        }

    .inner_pop .ui-form-item-kids {
        padding-left: 143px;
    }

        .inner_pop .ui-form-item-kids .ui-label {
            width: 143px;
            margin-left: -143px;
        }

    .inner_pop .ui-form-item-room {
        padding-left: 83px;
    }

        .inner_pop .ui-form-item-room .ui-label {
            width: 83px;
            margin-left: -83px;
        }

    .inner_pop .loading2 {
        width: 40px;
        margin: 100px auto;
    }

.otherhotel {
    padding-top: 10px;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

    .otherhotel .wrapper_slide {
        position: relative;
    }

    .otherhotel .slide_tt {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px;
        padding-left: 15px;
    }

    .otherhotel .clearfix {
        zoom: 1;
    }

    .otherhotel .slide_main {
        float: left;
        width: 1080px;
        margin-left: 35px;
    }

    .otherhotel .slide_ul {
        padding: 0;
        margin: 0;
    }

        .otherhotel .slide_ul .each {
            margin: 7px 10px 18px 0;
            float: left;
            width: 350px;
            *width: 350px;
            _width: 350px;
        }

        .otherhotel .slide_ul .each_a {
            display: block;
            width: 134px;
            float: left;
            margin-right: 6px;
        }

        .otherhotel .slide_ul .each_info {
            float: left;
            margin-right: 5px;
            _margin-right: 5px;
            font-size: 12px;
            width: 200px;
            word-break: break-all;
        }

        .otherhotel .slide_ul .each_tit {
            font-size: 14px;
            font-weight: bold;
        }

        .otherhotel .slide_ul .each_info .def {
            color: #666;
            width: 200px;
            height: 20px;
            *height: 20px;
            overflow: hidden;
        }

    .otherhotel .tickethotel .hotel .btn {
        margin-top: 10px;
        white-space: nowrap;
        margin-right: 0;
    }

    .otherhotel .slide_left {
        width: 24px;
        height: 27px;
        display: block;
        position: absolute;
        left: 5px;
        top: 39px;
        background: url('http://pic1.aoyou.com/product/djdj3.png') no-repeat 0 0;
    }

    .otherhotel .slide_right {
        width: 24px;
        height: 27px;
        display: block;
        position: absolute;
        right: 5px;
        top: 39px;
        background: url('http://pic2.aoyou.com/product/djdj5.png') no-repeat 0 0;
    }

    .otherhotel .slide_main table tr, .otherhotel .slide_main table tr td {
        border: none;
    }

.tickethotel {
    width: 100%;
}

    .tickethotel .btn {
        float: right;
        margin: 10px;
        *margin-top: 19px;
        _margin-top: 19px;
        background: url('http://pic3.aoyou.com/product/btn.jpg') center 0 repeat-x;
        border-radius: 5px;
        padding: 0 5px;
        line-height: 22px;
        color: #ffffff;
        clear: both;
        font-family: "\5B8B\4F53";
    }

.jiaruBtn:hover {
    background: #fc6620;
    color: #fff;
}

.jiaruBtn {
    background-color: #FFFDF8;
    border-color: #F8B75A;
    color: #EFA943;
    padding: 0 3px;
}

.tcBox {
    position: absolute;
    top: 40px;
    left: 275px;
    width: 145px;
    height: 46px;
    background: url(http://pic4.aoyou.com/product/tc.png) no-repeat;
    font: 12px/14px "微软雅黑";
    padding: 20px 0 0 13px;
    _width: 148px;
    _padding: 20px 0 0 10px;
}

.deltcBtn {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 6px;
    top: 15px;
    cursor: pointer;
    font-size: 1px;
}

.right {
    float: right;
    display: inline;
}

.importantTips {
    display: block;
    margin-bottom: 18px;
}

    .importantTips .bg {
        float: left;
    }

    .importantTips .masking_peo {
        width: 450px;
        float: left;
        padding: 0 0 0 10px;
    }

/*橙色字体颜色*/
.textColorFF6600 {
    color: #ff6600;
}

/*浅黄色背景色*/
.ticBackground {
    background-color: #fff7c9;
    line-height: 24px;
    height: 24px;
    clear: both;
    padding: 0 10px;
    margin: 0px 10px 9px;
}

.trBorderBottom {
    display: block;
    border-bottom: 1px dashed #d1d1d1;
    padding: 5px 0;
    margin: 0 20px;
}

.tdLeftPrice {
    display: inline-block;
    width: 450px;
    *display: inline;
    zoom: 1;
    text-align: left;
}

.tdRightPrice {
    display: inline-block;
    width: 100px;
    *display: inline;
    zoom: 1;
    color: #ff6600;
    text-align: right;
}

* {
    word-wrap: break-word;
}

/*ie字体向上hack*/
/*ie10、edge*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mainTitle-h1 {
        line-height: 21px;
    }
}

/*ie9*/
:root .mainTitle-h1 {
    line-height: 20px \0/ IE9;
}

/*签证信息*/
.visa {
    border: 1px solid #ededed;
    border-bottom: 0;
}

    .visa .tt {
        font-weight: bold;
        color: #666;
    }

    .visa .shuoming {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        margin: 17px 0 5px 0;
        _padding-left: 10px;
    }

        .visa .shuoming .tit {
            font-weight: bold;
        }

    .visa .sq {
        width: 256px;
        border-right: 1px dotted #dedede;
        float: left;
        padding: 0 35px 0 34px;
        margin-bottom: 10px;
    }

    .visa .tabs {
        border-bottom: 1px solid #ff8a00;
    }

    .visa .fold_span, .visa .unfold_span {
        line-height: 17px;
        border-radius: 3px;
        background-color: #fd8900;
        display: inline-block;
        padding: 0 4px;
        color: #fff;
        cursor: pointer;
    }

    .visa .tabs_shenfen {
        border-bottom: none;
        background: #fafafa;
        height: 38px;
    }

        .visa .tabs_shenfen .tabs_item {
            height: 20px;
            width: 80px;
            margin: 7px 20px 0 9px;
            padding-top: 4px;
            float: left;
            display: block;
            cursor: pointer;
            border-radius: 2px;
            font-size: 12px;
            text-align: center;
            font-family: "Microsoft Yahei", sans-serif;
        }

        .visa .tabs_shenfen .tabs_a {
            display: block;
            line-height: 16px;
        }

        .visa .tabs_shenfen .now, .visa .tabs_shenfen .tabs_item:hover {
            background: #FF6602;
            color: #FFFFFF;
            font-weight: bold;
            border-radius: 2px;
        }

            .visa .tabs_shenfen .now .tabs_a, .visa .tabs_shenfen .tabs_item:hover .tabs_a {
                color: #FFFFFF;
            }

.visa_datum dt {
    font-weight: bold;
}

.visa_datum dl {
    border-bottom: 1px dotted #dedede;
    padding: 6px 0;
}

.visa_datum .layoutfix dt {
    width: 129px;
    float: left;
}

.visa_datum .layoutfix dd {
    zoom: 1;
    overflow: hidden;
}

.visa .lastSubmitDate {
    padding-bottom: 0;
    border: none;
    max-height: 130px;
    height: expression_r(this.scrollHeight > 130 ? "130px": "auto" );
    -webkit-max-height: 130px;
    overflow: auto;
}

.content-box {
    display: block;
    width: 1160px;
    overflow: hidden;
    margin-bottom: 80px;
}

    .content-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.cpdetail_con_dayBox {
    float: left;
    width: 990px;
    padding-bottom: 20px;
}

.cpdetail_con_dayBox-last {
    padding-bottom: 0;
}

.cpdetail_tit_xcjs-tip {
    margin-bottom: 20px;
}

.position-relative {
    display: block;
    /*position: relative;*/
}

/***以上是与度假公用部分****/
.nobackImg {
    background-image: none;
}

.pop_yuding {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    Background: url('http://pic5.aoyou.com/product/alpha.png') repeat 0 0;
    z-index: 99999;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic1.aoyou.com/product/alpha.png");
    font-size: 12px;
}

    .pop_yuding .tt {
        background-color: #fff;
        line-height: 60px;
        height: 60px;
        padding-left: 30px;
        position: relative;
        font-weight: 200;
        border-bottom: 1px solid #ddd;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 18px;
        color: #333333;
    }

    .pop_yuding .tic {
        line-height: 24px;
        height: 24px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 14px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #999999;
        border-bottom: 1px solid #EFEFEF;
    }

        .pop_yuding .tic.fix-tic {
            margin: 0;
            margin-top: 22px;
            margin-bottom: 9px;
        }

.masking_peo_date {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 0 20px;
}

.pop_yuding .login_close {
    height: 15px;
    display: block;
    position: absolute;
    z-index: 999999;
    top: 21px;
    right: 13px;
    background: url(http://pic1.aoyou.com/product/closed.png) no-repeat -2px 0;
}

.pop_yuding .icons {
    padding: 0 5px;
    margin-top: 6px;
    background-color: #ff752d;
    line-height: 19px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.pop_yuding .ui-tiptext-container {
    width: 375px;
    padding: 8px 0 15px 0;
    position: absolute;
    top: 55px;
    right: 18px;
}

.pop_yuding .ui-tiptext {
    margin: 0 12px;
    padding-left: 21px;
    line-height: 18px;
    position: relative;
}

.pop_yuding .ui-label {
    width: 154px;
    float: left;
    margin-left: 0;
    text-align: left;
    font-size: 14px;
}

.pop_yuding .ui-form-item {
    padding: 0 5px 8px 0px;
    line-height: 29px;
    *line-height: 24px;
}

.pop_yuding .ui-form-item-Ie7 {
    *display: block;
    *width: 500px;
}

.pop_yuding .ui-form-item .price {
    float: left;
    margin: 0 10px 0 20px;
    color: #ff2a00;
    font-weight: normal;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
}

.pop_yuding .ui-form-item .jgsm {
    color: #069;
}

.pop_yuding .ui-input-disable {
    background-color: #eee;
}

.pop_yuding .masking_peo .ui-label {
    width: 58px;
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: 45px;
}

.pop_yuding .masking_peo .ui-form-item {
    padding: 0 5px 8px 0;
    line-height: 29px;
}

.pop_yuding .masking_peo .ui-input {
    width: 156px;
    padding: 5px 0 5px 12px;
    font-size: 12px;
    color: #666;
    font-family: "Microsoft Yahei", sans-serif;
}

    .pop_yuding .masking_peo .ui-input.ui-fix-input {
        background: url('http://pic4.aoyou.com/product/icon-sj.png') no-repeat;
        width: 10px;
        height: 5px;
        display: block;
        background-position: 151px 12px;
    }

.pop_yuding .masking_peo .Wdate {
    height: 18px;
    background: url(http://pic2.aoyou.com/product/icon-date.png) no-repeat 146px white;
    z-index: 11;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
}

.pop_yuding .ui-select {
    float: left;
    line-height: 30px;
    padding: 3px 3px 4px 10px;
    width: 70px;
    margin-top: 0;
    margin-left: 16px;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    font-weight: bold;
}

.pop_yuding .ui-input {
    border: 1px solid #9c9c9c;
    line-height: 18px;
    padding: 6px 0 6px 0;
    margin-top: 0;
}

.pop_yuding .ui-select:focus {
    border: 1px solid #42C800;
    outline: 1px #dafed6 solid;
    color: #595959;
}

.pop_yuding .tc {
    margin: 29px 10px 0 10px;
}

.masking_peo_date .bg {
    line-height: 19px;
    margin-bottom: 18px;
    margin-top: 3px;
}

.masking_peo .ui-form-item {
    display: inline-block;
    *display: block;
    float: left;
    position: relative;
}

    .masking_peo .ui-form-item .icon_date {
        position: absolute;
        right: 10px;
        top: 8px;
        width: 20px;
        height: 15px;
        display: block;
        background: url(http://pic3.aoyou.com/packagedetail/sprite.png) no-repeat -445px -327px;
    }

.bg .gooff {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.bg .icons {
    float: left;
    display: inline-block;
    line-height: 19px;
    padding: 0 5px;
    background-color: #ff8a00;
    color: #fff;
}

.pop_yuding .pop_def {
    margin: 11px 10px 35px 19px;
    line-height: 18px;
}

.pop_yuding .pop_btn {
    text-decoration: none;
    cursor: pointer;
    background: #FF6602;
    border-radius: 3px;
    line-height: 40px;
    width: 160px;
    height: 40px;
    display: block;
    margin: 0;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.pop_yuding .pop_unbtn {
    text-decoration: none;
    background: url(http://pic5.aoyou.com/packagedetail/sprite.png) -529px -367px no-repeat;
    text-indent: -9999px;
    height: 39px;
    line-height: 29px;
    width: 140px;
    display: block;
    margin: 5px 0 31px 0;
}

.pop_yuding .pop_btn:hover {
    background: #e55c00;
}

.pop_yuding .sum {
    padding-bottom: 15px;
    position: absolute;
    left: 292px;
    bottom: 25px;
}

/*不可预订状态*/
.disable_yuding .des .soldout {
    line-height: 22px;
    padding: 3px 0;
    text-align: center;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dcdcdc;
}

.disable_yuding .des_xiangqing .btn {
    background: url("http://pic1.aoyou.com/packagedetail/sprite.png") -265px -320px no-repeat;
}

.disable_yuding .nav .btn {
    background: url("http://pic2.aoyou.com/packagedetail/sprite.png") -304px -362px no-repeat;
}

#loading {
    height: 410px;
    width: 584px;
    text-align: center;
}

.pop_yuding .loading {
    width: 38px;
    background-color: #fff;
    color: #000;
    text-align: center;
    height: 38px;
    background: url(http://pic3.aoyou.com/images/loading1.gif) no-repeat #FFF;
    line-height: 50px;
    font-size: 14px;
    margin: 200px 270px;
}

.pop_yuding .imgwaiting {
    margin: 5px auto 31px auto;
    width: 32px;
    height: 32px;
    display: none;
    clear: both;
}

.importantTips {
    display: block;
    margin-bottom: 18px;
}

/*橙色字体颜色*/
.textColorFF6600 {
    color: #ff6600;
}

.importantTips .bg {
    float: left;
}

.importantTips .masking_peo {
    width: 390px;
    float: left;
    padding: 0 0 0 10px;
}

/*浅黄色背景色*/
.ticBackground {
    background-color: #fff7c9;
    line-height: 24px;
    height: 24px;
    padding-left: 10px;
    margin-bottom: 19px;
    clear: both;
}

.trBorderBottom {
    display: block;
    border-bottom: 1px dashed #d1d1d1;
    padding: 5px 0;
}

.tdLeftPrice {
    display: inline-block;
    width: 316px;
    *display: inline;
    zoom: 1;
    text-align: left;
}

.tdRightPrice {
    display: inline-block;
    width: 80px;
    *display: inline;
    zoom: 1;
    color: #ff6600;
    text-align: right;
}

/**********客户点评部分***********/
.cpdetail_tit {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.34px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 955px;
    padding-bottom: 10px;
    font-weight: bold;
}

    .cpdetail_tit span {
        display: inline-block;
        color: #999;
        font-size: 12px;
        margin-left: 22px;
    }

.cpdetail_tit_khdp {
    margin-bottom: 0;
    background-position: 7px -270px;
    padding-bottom: 0;
    height: 28px;
    width: 960px;
}

.cpdetail_tit_button {
    float: right;
    background: #F8BC29;
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #FFFFFF !important;
    letter-spacing: 0.25px;
    text-align: center;
    padding: 0 15px;
}

.cpdetail_comment {
    border: 1px solid #ededed;
    background: #fafafa;
    margin-top: 20px;
    padding: 19px 0;
    position: relative;
}

    .cpdetail_comment .ay-button {
        display: block;
        position: absolute;
        right: 20px;
        top: 17px;
        background-color: #f60;
        color: #fff;
        padding: 2px 10px;
        cursor: pointer;
    }

    .cpdetail_comment .nocomment {
        padding-left: 25px;
        color: #666;
    }


    .cpdetail_comment .score_results .progress_bar {
        margin: 0;
        margin-left: 15px;
    }

    .cpdetail_comment .score_results .outbar {
        width: 50%;
        margin: 5px 9px;
    }

    .cpdetail_comment .score_results .evaluation_btn {
        display: block;
        width: 100px;
        height: 40px;
        margin: 15px auto;
        background: #fc6621;
        color: #fff;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

.cpdetail_khdp:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cpdetail_khdp .cpdetail_khdp_list {
    float: left;
    border-bottom: 1px solid #DFDFDF;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    zoom: 1;
    padding-bottom: 20px;
    overflow: hidden;
    /*position: relative;*/
}

.cpdetail_khdp .cpdetail_khdp_ll {
    width: 100px;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 70px;
}

    .cpdetail_khdp .cpdetail_khdp_ll p {
        color: #999999;
        line-height: 19px;
    }

    .cpdetail_khdp .cpdetail_khdp_ll .ren {
        color: #F5A623;
    }

    .cpdetail_khdp .cpdetail_khdp_ll .time {
        color: #999;
    }

.cpdetail_khdp .cpdetail_khdp_r {
    width: 770px;
    overflow: hidden;
}

    .cpdetail_khdp .cpdetail_khdp_r .time {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #999999;
        margin-top: 5px;
    }

    .cpdetail_khdp .cpdetail_khdp_r .comment_list1 {
        font-size: 14px;
    }

        .cpdetail_khdp .cpdetail_khdp_r .comment_list1:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_name {
            display: inline-block;
            width: 75px;
            color: #999;
        }

        .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con {
            display: inline-block;
            width: 695px;
        }

            .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con .comment_list_lable:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con .comment_list_lable span {
                float: left;
                display: inline-block;
                background: #fff0e6;
                padding: 1px 10px;
                margin-right: 10px;
            }

            .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con .comment_list_img {
                margin-top: 20px;
            }

                .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con .comment_list_img:after {
                    content: ".";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

                .cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con .comment_list_img .order_list_shaitu_img {
                    display: inline-block;
                    color: #999;
                    width: 80px;
                    height: 80px;
                    border: 1px solid #999;
                    padding: 2px;
                    margin-right: 10px;
                }

.img-group {
    margin-top: 20px;
    margin-bottom: 5px;
}

    .img-group img {
        display: inline-block;
        width: 75px;
        height: 75px;
        margin-right: 10px;
        cursor: zoom-in;
        *cursor: pointer;
    }

.cpdetail_comment .score_results {
    text-align: left;
}

    .cpdetail_comment .score_results table {
        width: 100%;
        background: none;
    }

    .cpdetail_comment .score_results .borR1 {
        border-right: 1px solid #e6e6e6;
    }

    .cpdetail_comment .score_results .w190 {
        width: 174px;
        padding-left: 30px;
    }

.w190 p {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.3px;
}

.cpdetail_comment .score_results .w196 {
    width: 196px;
    text-align: left;
    margin-top: 40px;
    vertical-align: top;
    padding-top: 18px;
}

.cpdetail_comment .score_results .txtcenter {
    text-align: center;
}

.cpdetail_comment .score_results .w196 p {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.cpdetail_comment .score_results .w196 .red {
    color: #FF5523;
}

.cpdetail_comment .score_results .w196 .ay-button {
    top: 35px;
}

.cpdetail_comment .score_results .w212 p {
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
}

.cpdetail_comment .score_results .w615 {
    width: 615px;
}

.cpdetail_comment .score_results .w188 {
    width: 188px;
}

.cpdetail_comment .score_results .colorfc6621 {
    color: #fc6621;
}

.cpdetail_comment .score_results .baifenbi {
    line-height: 1;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-family: Helvetica;
    font-size: 50px;
    color: #FF5523;
    letter-spacing: 1.06px;
}

    .cpdetail_comment .score_results .baifenbi b {
        font-size: 18px;
    }

.cpdetail_comment .score_results .ay-icon-question {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(http://pic1.aoyou.com/product/question1.png) no-repeat;
    background-size: 100%;
    vertical-align: -3px;
    margin-left: 5px;
}

.ay-baifenbi {
    position: relative;
}

.ay-baifenbi .ay-question-blue {
    display: none;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    top: 24px;
    left: 0;
    width: 219px;
    text-align: left;
    padding: 14px 20px;
    z-index: 9;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.10);
}

.cpdetail_comment .score_results .yinxiang {
    vertical-align: top;
    text-align: left;
    padding: 0 24px 0 34px;
}

    .cpdetail_comment .score_results .yinxiang p {
        color: #b2b2b2;
    }

    .cpdetail_comment .score_results .yinxiang .yinxiang_lable {
        margin-top: 15px;
    }

        .cpdetail_comment .score_results .yinxiang .yinxiang_lable span {
            float: left;
            display: inline-block;
            border: 1px solid #ffd1b3;
            background: #fff;
            padding: 5px 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            white-space: nowrap;
        }

.cpdetail_comment .score_results .progress_bar {
    margin: 0;
    margin-left: 15px;
}

.cpdetail_comment .score_results .outbar {
    width: 50%;
    margin: 5px 9px;
    position: relative;
}

.cpdetail_comment .score_results .evaluation_btn {
    display: block;
    width: 100px;
    height: 40px;
    margin: 15px auto;
    background: #fc6621;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
}

.cpdetail_khdp .cpdetail_khdp_r .comment_list1 .comment_list_con .comment_list_img .order_list_shaitu_img img {
    width: 80px;
    height: 80px;
    display: block;
}

.cpdetail_khdp .cpdetail_khdp_r .comment_list_reply {
    background: #F8F8F8;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #7E8EA8;
    line-height: 24px;
    padding: 9px 20px;
}

.grade_star {
    display: block;
    width: 75px;
    height: 16px;
    background: url(http://pic5.aoyou.com/reserve/ordericon_day.png) no-repeat 0 0;
}

.g_star1 {
    background-position: 0 -173px;
}

.g_star2 {
    background-position: 0 -146px;
}

.g_star3 {
    background-position: 0 -121px;
}

.g_star4 {
    background-position: 0 -96px;
}

.g_star5 {
    background-position: 0 -70px;
}

.ui_page {
    float: right;
    margin-right: 40px;
}

    .ui_page a {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px;
        font-weight: normal;
        display: inline-block;
        zoom: 1;
        width: 42px;
        height: 20px;
        vertical-align: middle;
        *display: inline;
        background: #FFFFFF;
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        margin-right: 4px;
        cursor: pointer;
    }

        .ui_page a:hover {
            color: #FF5523;
        }

    .ui_page .ui_pager_prev, .ui_page .ui_pager_next {
        font-family: "Microsoft Yahei", sans-serif;
        width: 44px;
        color: #333333;
        font-size: 12px;
    }

    .ui_page .disable {
        display: none;
    }

    .ui_page a.disable:hover {
    }

    .ui_page .ui_page_curr {
        color: #FF5523;
        font-weight: bold;
        border: 0;
    }

    .ui_page a.ui_page_curr:hover {
    }

    .ui_page span {
        margin: 0 10px;
        color: #999;
    }

.cpdetail_show_pic {
    margin-top: 12px;
}

    .cpdetail_show_pic td {
        width: 86px;
        height: 86px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

.comment_show_pic_wrap {
    display: block;
    cursor: url(http://pic1.aoyou.com/reserve/big.cur), auto;
}

    .comment_show_pic_wrap img {
        display: block;
        margin-left: 3px;
    }

.comment_photos_wrap {
    display: none;
    margin-top: 10px;
}

    .comment_photos_wrap ul {
        margin: 10px 0 20px;
    }

        .comment_photos_wrap ul li {
            float: left;
            width: 80px;
            margin-right: 4px;
            border: 2px solid #fff;
        }

            .comment_photos_wrap ul li.active {
                border: 2px solid #fd8a25;
            }

.cursor_small {
    z-index: 2;
    cursor: url(http://pic2.aoyou.com/reserve/small.cur), auto;
}

.show_bigpic_wrap {
    display: block;
    width: 80px;
    height: 80px;
}

.progress_bar {
    margin: 0 10%;
}

    .progress_bar .dd {
        margin-top: 15px;
    }

        .progress_bar .dd .outbar {
            border: 1px solid #e6e6e6;
            background: #fff;
            height: 8px;
            overflow: hidden;
            width: 55%;
            margin-top: 5px;
            _margin-top: 3px;
        }

            .progress_bar .dd .outbar .inbar {
                width: 100%;
                height: 8px;
                display: block;
                background: #fab602;
                position: absolute;
                left: 0;
                top: 0;
            }

/**********客户点评部分Over*******/

/*附加产品 Begin*/
.cpdetail_tit_fjcp {
    background-position: 5px -154px;
}

.cpdetail_fjcp, .cpdetail_fjcp tr, .cpdetail_fjcp tr td, .cpdetail_fjcp tr th {
    border: 1px solid #ededed;
}

    .cpdetail_fjcp tr th {
        height: 38px;
        text-align: center;
        font-weight: 600;
        background: #fafafa;
    }

.cpdetail_fjcp_name {
    width: 368px;
}

.cpdetail_fjcp_js {
    width: 454px;
}

.cpdetail_fjcp_price {
    width: 168px;
}

.cpdetail_fjcp tr td {
    padding: 10px;
}

.cpdetail_fjcp_price2 {
    width: 150px;
    text-align: left;
    margin-left: 45px;
}

.cpdetail_kxff, .cpdetail_kxff tr, .cpdetail_kxff tr td, .cpdetail_kxff tr th {
    border: 1px solid #ededed;
}

    .cpdetail_kxff tr th {
        height: 38px;
        text-align: center;
        font-weight: 600;
        background: #fafafa;
    }

    .cpdetail_kxff tr td {
        text-align: center;
        padding: 10px 0;
    }

        .cpdetail_kxff tr td.al {
            text-align: left;
            padding: 15px;
        }

.cpdetail_kxff_list {
    width: 50px;
}

.cpdetail_kxff_zfxm {
    width: 714px;
}

.cpdetail_kxff_danjia {
    width: 204px;
}

.cpdetail_kxff_look {
    width: 157px;
}

.cpdetail_kxff h3 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;
}

.cpdetail_kxff p {
    line-height: 20px;
}

.cpdetail_kxff a.xqBtn {
    color: #145dae;
    text-decoration: underline;
    cursor: pointer;
}

/*附加产品遮罩层*/
.pop_addservice {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    Background: url(http://pic5.aoyou.com/product/alpha.png) repeat 0 0;
    z-index: 99999;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic1.aoyou.com/product/alpha.png");
    font-size: 12px;
}

    .pop_addservice .inner_popaddservice {
        position: fixed;
        left: 50%;
        top: 154px;
        background-color: #fff;
        color: #000;
        border: 1px solid #DADADA;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
        width: 960px;
        height: 521px;
        -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
        border-radius: 8px;
    }

    .pop_addservice .tt {
        background-color: #FFF;
        line-height: 60px;
        height: 60px;
        border: 1px solid #fff;
        padding-left: 35px;
        position: relative;
        border-bottom: 1px solid #DFDFDF;
        font-size: 18px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 18px;
        color: #333333;
        border-radius: 8px 8px 0 0;
    }

    .pop_addservice .close_addservicepop {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 999999;
        top: 21px;
        right: 21px;
        background: url(http://pic1.aoyou.com/product/closed.png) no-repeat;
    }

    .pop_addservice .addserviceinfos.fix-addserviceinfos {
        height: 440px;
        width: 945px;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .pop_addservice .addserviceinfos .addserviceinfos-left {
        padding: 20px 20px 0;
    }

    .pop_addservice .addserviceinfos::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .pop_addservice .addserviceinfos::-webkit-scrollbar {
        width: 9px;
        background-color: #F5F5F5;
    }

    .pop_addservice .addserviceinfos::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #CCCCCC;
    }

/*附加产品 End*/
/*************扫码预定相关****开始************/
.reserve-btn {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 170px;
}

.code-btn-product {
    position: relative;
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
    width: 180px;
    height: 40px;
    background: url(http://pic4.aoyou.com/product/icon-arr-down.png) 40% 29px no-repeat;
    box-sizing: border-box;
    border: 1px solid #f60;
    border-radius: 3px;
    text-decoration: none;
    background-color: #FFFFFF;
}

    .code-btn-product:hover {
        background: url(http://pic5.aoyou.com/product/icon-arr-up.png) 40% 29px no-repeat;
        background-color: #FFFFFF;
    }

    .code-btn-product .btn-con-down {
        margin: 0 auto;
        padding: 0 0 0px 0;
        width: 160px;
        height: 40px;
        background: url(http://pic1.aoyou.com/product/codebtn-bg.png) right center no-repeat;
        font-size: 14px;
        color: #f60;
        line-height: 34px;
    }

.codebox-down {
    display: none;
    position: absolute;
    top: 39px;
    left: -1px;
    width: 180px;
    height: 240px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #f60;
    text-align: center;
    z-index: 9999;
}

.codebox-title {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.codebox-img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.codebox-price {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #fc6621;
    line-height: 48px;
}

    .codebox-price span {
        font-size: 30px;
        font-weight: bold;
    }

/**********增加产品详情售罄弹出层样式**********/
.pop_out {
    width: 660px;
    height: 450px;
    z-index: 999999;
    background: url(http://pic2.aoyou.com/product/sq_bg.png) no-repeat 0 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    position: fixed;
    top: 65%;
    left: 50%;
    margin-left: -330px;
    margin-top: -225px;
    _position: absolute;
}

    .pop_out h3 {
        padding-left: 24px;
        position: relative;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 100;
        color: #676767;
        margin-top: 5px;
    }

        .pop_out h3 span {
            display: block;
            position: absolute;
            right: 288px;
            top: 14px;
            width: 12px;
            height: 11px;
            overflow: hidden;
            font-size: 0;
            cursor: pointer;
            background: url(http://pic3.aoyou.com/product/close_bg.jpg) no-repeat;
        }

.sq_con span {
    float: left;
    width: 50px;
    margin-top: 30px;
    margin-left: 30px;
    cursor: pointer;
}

.sq_con p {
    float: left;
    width: 260px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 30px;
}

.sq_btn {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    margin-left: 128px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    background: #fd8a25;
    cursor: pointer;
}

    .sq_btn:hover {
        background: #ff7700;
        color: #fff;
    }

/*************扫码预定相关****结束************/

/*星级*/
.product-box-stars {
    float: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 14px;
    position: relative;
    cursor: pointer;
    top: 9px;
    *top: -4px;
}

    .product-box-stars .product-box-heart {
        height: 14px;
    }

        .product-box-stars .product-box-heart li {
            float: left;
            display: inline-block;
            width: 14px;
            height: 10px;
        }

            .product-box-stars .product-box-heart li img {
                display: block;
            }

    .product-box-stars .product-box-stars-tips {
        display: none;
        position: absolute;
        width: 260px;
        border: 1px solid #DBDBDB;
        background-color: #fff;
        top: 20px;
        left: 0;
        padding: 16px 20px;
        color: #000000;
        text-decoration: none;
        z-index: 2;
        text-align: justify;
        font-size: 12px;
        font-family: "Microsoft Yahei", sans-serif;
        line-height: 20px;
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.10);
    }

/*0427 修改*/
.tabbox {
    background: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
}

    .tabbox ul {
        width: 1200px;
        margin: 0 auto;
    }

    .tabbox .tabnav {
        float: left;
        text-align: center;
        padding: 15px 30px;
        line-height: 20px;
        cursor: pointer;
    }

        .tabbox .tabnav.current {
            background: #ffffff;
            color: #fc6621;
            position: relative;
        }

        .tabbox .tabnav .noborbox {
            position: absolute;
            width: 100%;
            height: 5px;
            background: #fff;
            bottom: -2px;
            left: 0;
        }

        .tabbox .tabnav .compare {
            display: inline-block;
            margin-top: 10px;
            color: #fc6621;
        }

        .tabbox .tabnav.fl-right {
            float: right;
        }

.listbox-duo {
    border: 1px solid #DBDBDB;
    background: #FFFDF6;
    padding: 0 10px;
    font-size: 12px;
}

    .listbox-duo .red {
        color: #ff212e;
    }

    .listbox-duo li {
        border: 0;
        height: 48px;
        line-height: 22px;
        width: 260px;
        border-bottom: 1px solid #DBDBDB;
        padding: 6px 0;
    }

        .listbox-duo li p {
            line-height: 24px;
        }

        .listbox-duo li.last {
            border-bottom: 0;
        }

        .listbox-duo li b {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 12px;
            color: #333333;
            letter-spacing: 0;
            margin-right: 20px;
            font-weight: bold;
        }

        .listbox-duo li .ctqr {
            display: inline-block;
            margin-right: 2px;
        }

        .listbox-duo li .listbox-text {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 12px;
            color: #333333;
            letter-spacing: 0;
            margin-right: 5px;
        }

        .listbox-duo li .listbox-price {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 12px;
            color: #333333;
            letter-spacing: 0;
        }

            .listbox-duo li .listbox-price em {
                font-family: "Microsoft Yahei", sans-serif;
                font-size: 12px;
                color: #FA5D48;
                letter-spacing: 0;
                font-style: normal;
            }

        .listbox-duo li .ay-tip {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url("http://pic1.aoyou.com/product/tips.png") no-repeat;
            background-size: 100%;
            vertical-align: -3px;
            margin-right: 6px;
        }

        .listbox-duo li .ay-text {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 12px;
            color: #999999;
            letter-spacing: 0;
            padding-left: 55px;
        }

.calendar-info .ay-tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("http://pic1.aoyou.com/product/tips.png") no-repeat;
    background-size: 100%;
    vertical-align: -3px;
    margin-right: 6px;
    *vertical-align: middle;
}

.calendar-info .ay-text {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
}

.calendar-info .ctqr {
    display: inline-block;
    padding: 0 3px 0 3px;
    background: #6ECF93;
    color: #fff;
    height: 14px;
    line-height: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    text-align: center;
    margin-right: 4px;
    -webkit-font-smoothing: antialiased;
}

.calendar-info {
    margin-top: 8px;
}

/*尾部友情链接样式20171105*/
.flight_foot {
    margin: 0 auto 9px auto;
    font-size: 12px;
}

    .flight_foot .wrap_chufa {
        color: #555;
        padding: 40px 0 0px 16px;
    }

    .flight_foot .chufa .tit {
        float: left;
        font-weight: bold;
        width: 140px;
        text-align: left;
    }

    .flight_foot .chufa .tc {
        width: 1040px;
        float: left;
        line-height: 24px;
        margin: 0;
    }

    .flight_foot .chufa .chufa_a {
        margin-right: 12px;
        color: #555;
        display: block;
        float: left;
        white-space: nowrap;
        width: 80px;
    }

.chufa {
    margin-bottom: 19px;
}

.flight_foot .chufa .chufa_a:hover {
    color: #069;
}

/*修改优惠信息样式*/
.morepreinfo {
    position: absolute;
    color: #ff6602;
    cursor: pointer;
    display: block;
    text-align: right !important;
    width: inherit;
    font-size: 12px;
    margin-top: 0;
    bottom: -2px;
    right: 22px;
}

.lh20 {
    line-height: 20px;
    *line-height: 24px;
}

.tag-violet {
    color: #6A60B5;
    font-size: 12px;
    padding: 1px 7px;
    border: 1px solid #B5AFDF;
    border-radius: 10px;
}

    .tag-violet a {
        color: #6A60B5;
    }

.morepreinfoimg {
    margin-top: 10px;
    *margin-top: 7px;
    position: absolute;
    margin-left: 5px;
}

.youhuidiv {
    margin: 15px 10px 0 10px;
    position: relative;
    width: 890px;
}

.youhuiyuan {
    width: 48px;
    height: 48px;
    display: block;
    line-height: 48px;
    margin: 0 10px 0 20px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    text-align: center;
    background-image: url(http://pic2.aoyou.com/product/yuan.png);
    font-weight: bold;
}

.youhuispan {
    width: 70px;
    margin: 0 10px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.youhuip {
    width: 780px;
    position: relative;
    height: 75px;
    overflow: hidden;
}

.youhuipshow {
    width: 450px;
    position: relative;
    margin-left: 40px;
    float: left;
}

.youhuipup {
    width: 450px;
    position: relative;
    margin-left: 40px;
    float: left;
    display: block;
    bottom: 0px;
}

.youhuianniu {
    color: #41b3ee;
    cursor: pointer;
    margin-left: 50px;
    font-size: 12px;
}

.youhuib {
    width: 690px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.youhuiimgzk {
    background-image: url(http://pic1.aoyou.com/product/arrow-blue.png);
    display: inline-block;
    width: 24px;
    height: 9px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-top: 1px;
    margin-right: 8px;
    background-position: 0px 0px;
    cursor: pointer;
    margin-left: 4px;
    vertical-align: -2px;
}

.youhuiimgsq {
    background-position: 0px -10px;
}

.pop_youhui {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    Background: url('http://pic5.aoyou.com/product/alpha.png') repeat 0 0;
    z-index: 99999;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic1.aoyou.com/product/alpha.png");
    font-size: 12px;
}

    .pop_youhui .close_preferencepop {
        width: 16px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 999999;
        top: 20px;
        right: 20px;
        background: url(http://pic1.aoyou.com/product/closed.png) no-repeat -2px 0;
    }

    .pop_youhui .pretip {
        padding-left: 10px;
        color: #ff6602;
        font-size: 14px;
    }

.ay-icon-attractions {
    width: 22px;
    display: inline-block;
    height: 20px;
    background: url('http://pic5.aoyou.com/product/attractions.png');
    vertical-align: -4px;
    margin-right: 8px;
}

.pop_youhui .tt {
    background-color: #FFF;
    line-height: 60px;
    height: 60px;
    border: 1px solid #fff;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
    font-size: 18px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #333333;
    border-radius: 8px 8px 0 0;
}

    .pop_youhui .tt.fix-tt {
        padding-left: 35px;
    }

.pop_youhui .preinfos {
    width: 920px;
    overflow-y: scroll;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

    .pop_youhui .preinfos.fix-preinfos {
        height: 440px;
        width: 945px;
    }

#preStyle::-webkit-scrollbar-track {
    background-color: #F8F8F8;
}

#preStyle::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

#preStyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #CCCCCC;
}

.pop_youhui {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    Background: url(http://pic5.aoyou.com/product/alpha.png) repeat 0 0;
    z-index: 99999;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic5.aoyou.com/product/alpha.png");
    font-size: 12px;
}

.preinfos-left {
    float: left;
    width: 600px;
    height: 400px;
    padding: 30px;
}

.preinfos-right {
    float: left;
    width: 285px;
    margin: 30px 0;
    height: 368px;
    overflow-y: scroll;
}

.wrapper_nav_top .innerwrapper-tab {
    margin-top: 0;
    height: 42px;
    background: url(https://pic1.aoyou.com/product/navbg.jpg) repeat 0 0;
}

.orange {
    color: #FF6602;
}

.cpdetail_zyhd_230 {
    width: 230px;
}

.cpdetail_zyhd_220 {
    width: 220px;
}

.cpdetail_zyhd_185 {
    width: 185px;
}

.cpdetail_zyhd_160 {
    width: 160px;
}

.cpdetail_zyhd_159 {
    width: 159px;
}

.fix-innerwrapper {
    display: none;
}

.wrapper_nav_top .fix-innerwrapper {
    display: block;
}

.preinfos-right h4 {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #888888;
    margin-bottom: 10px;
}

.preinfos-right p {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.inner_pop {
    position: fixed;
    left: 50%;
    top: 154px;
    margin-left: -253px;
    color: #000;
    z-index: 100000;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
}

.inner_popyouhui {
    position: fixed;
    left: 50%;
    *left: 42%;
    top: 154px;
    background-color: #fff;
    color: #000;
    border: 1px solid #DADADA;
    width: 960px;
    height: 650px;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    border-radius: 8px;
}

.inner_popyouhui_fix {
    height: 521px;
}

.youhuihr {
    height: 1px;
    border: none;
    border-top: 1px solid #DFDFDF;
    width: 780px;
    margin-left: 78px;
    float: left;
}

.tb-button-group {
    position: relative;
    height: 64px;
    /*line-height: 64px;*/
    background: url("http://pic3.aoyou.com/product/shadowbg01.png") no-repeat;
}

    .tb-button-group .tb-button {
        background: #FF6602;
        border-radius: 3px;
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        display: inline-block;
        text-align: center;
        margin-left: 110px;
        cursor: pointer;
        font-weight: bold;
        margin-top: 12px;
    }

    .tb-button-group .btn-overed {
        background: #b2b2b2;
        border-radius: 3px;
        width: 160px;
        height: 30px;
        line-height: 30px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        display: inline-block;
        text-align: center;
        margin-left: 110px;
        cursor: pointer;
        font-weight: bold;
    }

    .tb-button-group .tb-contrast {
        width: 42px;
        height: 16px;
        display: inline-block;
        background: url('http://pic1.aoyou.com/product/group/compare.png') no-repeat;
        background-size: 100%;
        margin-left: 20px;
        vertical-align: -3px;
        cursor: pointer;
    }

    .tb-button-group .tb-contrast-hidden {
        width: 54px;
        background: url('http://pic1.aoyou.com/product/group/icon-jion.png') no-repeat;
    }

    .tb-button-group .cancel {
        background: url('http://pic1.aoyou.com/product/group/icon-cancel.png') no-repeat;
    }

    .tb-button-group .tb-tel {
        position: absolute;
        right: 29px;
        top: 12px;
        display: block;
        width: 120px;
        height: 41px;
        color: #333333;
        font-size: 16px;
        font-family: Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 20px;
        background: url('http://pic1.aoyou.com/product/css_sprites.png') -110px -263px;
        cursor: pointer;
    }

.tb-group-person {
    height: 154px;
    line-height: 154px;
    width: 396px;
    margin: 18px auto 0;
}

    .tb-group-person .tb-person-txt {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 16px;
        color: #333333;
        width: 115px;
        text-align: right;
        display: inline-block;
    }

    .tb-group-person .tb-person-doc {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 12px;
        color: #999999;
        text-decoration: underline;
        width: 48px;
        display: inline-block;
    }

    .tb-group-person .tb-person-img {
        position: relative;
        width: 110px;
        height: 123px;
        vertical-align: middle;
        margin: 0 20px;
        display: inline-block;
    }
    .person-tip {
        background: url(http://pic1.aoyou.com/product/persbg.png) no-repeat;
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100px;
        height: 26px;
        background-position: 0px -97px;
    }

    .tb-group-person .tb-qtds-img {
        position: relative;
        display: inline-block;
        width: 110px;
        height: 123px;
        background: url('http://pic1.aoyou.com/product/qtdsbg.png') no-repeat;
        background-size: 100%;
        vertical-align: middle;
        margin: 0 20px;
        display: inline-block;
    }

    .tb-group-person .tb-5aaliance-img {
        position: relative;
        display: inline-block;
        width: 110px;
        height: 123px;
        background: url('http://pic1.aoyou.com/product/5Aalliance.png') no-repeat;
        background-size: 100%;
        vertical-align: middle;
        margin: 0 20px;
        display: inline-block;
    }

    .tb-group-person .tb-person-img img {
        width: 110px;
        height: 110px;
        display: block;
        position: absolute;
        left: 0px;
        top: 2px;
        overflow: hidden;
        border-radius: 50%; 
    }
    .tb-group-person .tb-person-img .pic-yuan {
        position:absolute;
        top:2px;
        left:0;
        width:110px;
        height:110px;
        background:url(http://pic3.aoyou.com/product/bgimg_yuan.png);
    }
    .tb-group-person .tb-qtds-img img {
        width: 80px;
        height: 80px;
        display: block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

.tb-group-mouth {
    margin: 2px 93px 0 87px;
    position: relative;
    line-height: 1.6;
}

    .tb-group-mouth .tb-group-mouth-wrapper {
        height: 130px;
        overflow: hidden;
        text-align: center;
    }

    .tb-group-mouth .left {
        position: absolute;
        width: 40px;
        height: 32px;
        background: url(http://pic1.aoyou.com/product/css_sprites.png) -231px -267px;
        left: -60px;
        top: 0;
    }

    .tb-group-mouth .right {
        position: absolute;
        width: 40px;
        height: 32px;
        background: url(http://pic1.aoyou.com/product/css_sprites.png) -169px -323px;
        right: -60px;
        bottom: 0;
    }

.tb-group-start ul {
    display: block;
    padding-top: 15px;
    margin: 0 auto;
    width: 550px;
    height: 85px;
    background: url("http://pic2.aoyou.com/product/shadowbg02.png") no-repeat;
    margin-top: 18px;
}

    .tb-group-start ul li {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        color: #AAAAAA;
        padding-left: 30px;
        line-height: 1.8;
    }

        .tb-group-start ul li .ay-star {
            width: 17px;
            height: 16px;
            display: inline-block;
            background: url('http://pic1.aoyou.com/product/5star.png');
            vertical-align: -2px;
            margin-right: 10px;
        }

.innerwrapper-tab {
    margin-top: 30px;
}

.innerwrapper-tab-xingcheng {
    position: relative;
    bottom: -1px;
    border-left: 1px solid #e5e5e5;
}

.innerwrapper .journeymap-box {
    border: 1px solid #e5e5e5;
}

    .innerwrapper .journeymap-box .innerwrapper-map-info {
        padding-top: 40px;
    }

.innerwrapper-tab li {
    float: left;
    display: block;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #555555;
    width: 290px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    font-weight: bold;
    border-left: 0;
    overflow: hidden;
}

    .innerwrapper-tab li.now {
        border-bottom: 0;
        border-top: 3px solid #FC6622;
        /*border-left:1px solid #e5e5e5;*/
        color: #FC6622;
        background: #FFFFFF;
    }

.innerwrapper-map-content {
    padding-top: 40px;
    background: #fff;
}

.innerwrapper-map {
    margin-left: 39px;
    position: relative;
}

    .innerwrapper-map .innerwrapper-map-button {
        position: absolute;
        right: 20px;
        bottom: 20px;
        background: url('http://pic5.aoyou.com/product/mapinfo.png');
        background-size: 100%;
        width: 80px;
        height: 28px;
        cursor: pointer;
    }

.innerwrapper-fix-map {
    position: relative;
    margin-right: 60px;
    width: 490px;
}


.innerwrapper-map .map-content {
    display: block;
    width: 570px;
    height: 360px;
}

.innerwrapper-fixed-map {
    position: absolute;
    left: -80px;
    top: -30px;
    background: #fff;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    z-index: 9;
    box-shadow: -4px 4px 4px 0 rgba(0,0,0,0.10);
    padding: 30px 20px 0 40px;
    width: 528px;
}

    .innerwrapper-fixed-map .innerwrapper-map-txt-right {
        width: 430px;
    }

    .innerwrapper-fixed-map .innerwrapper-map-txt-scroll {
        max-height: 550px;
        overflow-y: scroll;
    }

.innerwrapper-map-txt-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.innerwrapper-map-txt-scroll::-webkit-scrollbar {
    width: 9px;
    background-color: #eeeeee;
}

.innerwrapper-map-txt-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eeeeee;
}

.innerwrapper-fixed-map .innerwrapper-map-compress {
    margin-bottom: 20px;
    margin-top: 12px;
    position: relative;
    height: 30px;
}

.compress-button-up {
    background: url(http://pic2.aoyou.com/product/compressup.png) no-repeat;
    display: block;
    width: 84px;
    height: 26px;
    position: absolute;
    right: 40px;
    cursor: pointer;
}

.innerwrapper-map-title {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.38px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}

.innerwrapper-map-txt {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    margin-top: 20px;
}

.innerwrapper-map-txt-left {
    float: left;
    width: 60px;
    text-align: left;
}

.innerwrapper-map-txt-right {
    float: left;
    width: 430px;
}

.innerwrapper-map-txt-date {
    letter-spacing: -0.4px;
}

    .innerwrapper-map-txt-date em {
        *font-size: 13px;
    }

.innerwrapper-map-compress {
    margin-top: 12px;
    height: 30px;
}

    .innerwrapper-map-compress .compress-button {
        background: url('http://pic1.aoyou.com/product/compress.png') no-repeat;
        float: right;
        margin-right: 60px;
        display: block;
        width: 84px;
        height: 26px;
        cursor: pointer;
    }

.innerwrapper-map-info {
    /*padding-top: 40px;*/
    background: #fff;
}

.journeymap-box .innerwrapper-map-info-fl {
    margin-left: 40px;
    min-height: 200px;
}

.innerwrapper-map-info .innerwrapper-map-info-fl .innerwrapper-map-info-t {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -11px -226px;
    margin-right: 60px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.38px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .innerwrapper-map-info .innerwrapper-map-info-fl .innerwrapper-map-info-t span {
        position: absolute;
        left: 22px;
        top: 17px;
        line-height: 1.3;
    }

.innerwrapper-map-info .innerwrapper-map-info-fr {
    width: 965px;
    overflow: hidden;
}

    .innerwrapper-map-info .innerwrapper-map-info-fr img {
        max-width: 960px;
    }

    .innerwrapper-map-info .innerwrapper-map-info-fr .innerwrapper-map-info-fr-tl {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        margin-right: 24px;
        vertical-align: top;
        float: left;
        display: block;
        width: 84px;
        font-weight: bold;
    }

    .innerwrapper-map-info .innerwrapper-map-info-fr .innerwrapper-map-info-fr-tr {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        color: #333333;
        display: block;
        width: 830px;
        float: left;
    }

.innerwrapper-map-info-fr-wrapper {
    margin-bottom: 17px;
}

.innerwrapper-map-info .innerwrapper-map-info-fl.innerwrapper-fix-map-info-fl, .innerwrapper-map-info .innerwrapper-map-info-fl.innerwrapper-fix-visa-info-fl {
    margin-left: 20px;
}

.scroll-wrapper {
    /*margin-left: -50px;*/
    position: relative;
    margin-bottom: 20px;
}

    .scroll-wrapper .scroll {
        margin: 0 auto;
        width: 750px;
        height: 360px;
        position: relative;
        overflow: hidden;
    }

        .scroll-wrapper .scroll ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 99999px;
            height: 210px;
        }

        .scroll-wrapper .scroll li {
            float: left;
            width: 750px;
        }

.cpdetail_xcjs_day_xc .scroll-wrapper .scroll li img {
    cursor: zoom-in;
    *cursor: pointer;
}

.scroll-wrapper .prev {
    position: absolute;
    left: -16px;
    top: 166px;
    height: 40px;
    width: 40px;
    background: url(http://pic2.aoyou.com/product/arrow-prev.png);
}

.scroll-wrapper .next {
    position: absolute;
    right: -16px;
    top: 166px;
    height: 40px;
    width: 40px;
    background: url(http://pic3.aoyou.com/product/arrow-next.png);
}

.cpdetail_tit_fysm_txt {
    margin-bottom: 60px;
}

    .cpdetail_tit_fysm_txt li .cpdetail_tit_fysm_txt_l {
        display: block;
        float: left;
    }

    .cpdetail_tit_fysm_txt li .cpdetail_tit_fysm_txt_r {
        display: block;
        float: left;
        width: 854px;
    }

.lr-table {
    width: 149px;
}

.fold_span {
    margin-top: 10px;
    width: 84px;
    height: 26px;
    display: block;
    background: url('http://pic4.aoyou.com/product/show.png');
    cursor: pointer;
}

.unfold_span {
    margin-top: 10px;
    width: 84px;
    height: 26px;
    display: block;
    background: url('http://pic4.aoyou.com/product/hide.png');
    cursor: pointer;
}

.innerwrapper-fix-visa-info-fl {
    height: auto !important;
}

.cpdetail_ydlc_table {
    *padding-left: 5px;
}

    .cpdetail_ydlc_table li {
        float: left;
        width: 101px;
        margin-right: 70px;
    }

.ay-instructions .ay-instructions-list {
    width: 960px;
    border-bottom: 1px solid #DBDBDB;
    padding-left: 10px;
}

    .ay-instructions .ay-instructions-list li {
        display: block;
        float: left;
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 16px;
        color: #555555;
        letter-spacing: 0.34px;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #DBDBDB;
        box-sizing: border-box;
        z-index: 9;
        position: relative;
        bottom: -1px;
        font-weight: bold;
    }

        .ay-instructions .ay-instructions-list li.active {
            color: #FC6622;
            border-top: 2px solid #FC6622;
            border-bottom: 0;
        }

        .ay-instructions .ay-instructions-list li.last {
            border: 1px solid #DBDBDB;
        }

.ay-instructions-text {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    z-index: 1;
    position: relative;
    padding-top: 14px;
}

    .ay-instructions-text .red {
        color: #FF0000;
    }

.result-start {
    margin-left: 14px;
}

.start-active {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -10px -794px;
}

.start-dective {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -42px -794px;
}

.cpdetail_khdp_head {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('http://pic4.aoyou.com/product/head.png');
    margin-bottom: 10px;
}

.start-big-active {
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -381px -734px;
}

.start-big-dective {
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    background: url('http://pic1.aoyou.com/product/css_sprites.png') -419px -734px;
}

.start-tag-group {
    margin-left: 20px;
}

.start-tag {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 12px;
    color: #696969;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: 4px;
    margin-right: 5px;
}

.tag-select-div .ay-tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("http://pic1.aoyou.com/product/tips.png") no-repeat;
    background-size: 100%;
    vertical-align: -3px;
    margin-right: 6px;
}

.tag-select-div .ay-footer {
    margin-top: 10px;
}

.tag-select-list {
    margin-top: 7px;
    padding-top: 10px;
    border-top: 1px solid #DBDBDB;
}

    .tag-select-list li {
        width: 25%;
        text-align: left;
        line-height: 1.8;
        cursor: pointer;
    }

        .tag-select-list li:hover {
            color: #FF0000;
        }
/*景点弹层*/
.pop_jingdian {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    Background: url(http://pic5.aoyou.com/product/alpha.png) repeat 0 0;
    z-index: 99999;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic1.aoyou.com/product/alpha.png");
    font-size: 12px;
}

    .pop_jingdian .inner_popjingdian {
        position: fixed;
        left: 50%;
        top: 154px;
        background-color: #fff;
        color: #000;
        border: 1px solid #DADADA;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
        width: 960px;
        height: 521px;
        -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
        border-radius: 8px;
    }

    .pop_jingdian .tt {
        background-color: #FFF;
        line-height: 60px;
        height: 60px;
        border: 1px solid #fff;
        padding-left: 35px;
        position: relative;
        border-bottom: 1px solid #DFDFDF;
        font-size: 18px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 18px;
        color: #333333;
        border-radius: 8px 8px 0 0;
    }

    .pop_jingdian .close_jingdianpop {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 999999;
        top: 21px;
        right: 21px;
        background: url(http://pic1.aoyou.com/product/closed.png) no-repeat;
    }

    .pop_jingdian .jingdianinfos.fix-jingdianinfos {
        height: 440px;
        width: 945px;
        position: relative;
        overflow: hidden;
    }

    .pop_jingdian .jingdianinfos-left {
        float: left;
        width: 600px;
        height: 400px;
        padding: 30px;
    }


        .pop_jingdian .jingdianinfos-left .scroll-wrapper {
            margin-left: 0px;
            width: 600px;
        }

            .pop_jingdian .jingdianinfos-left .scroll-wrapper .scroll {
                width: 600px;
                height: 400px;
            }

                .pop_jingdian .jingdianinfos-left .scroll-wrapper .scroll ul {
                    height: auto;
                }

                    .pop_jingdian .jingdianinfos-left .scroll-wrapper .scroll ul li {
                        width: 600px;
                    }

            .pop_jingdian .jingdianinfos-left .scroll-wrapper .prev {
                left: 0;
            }

            .pop_jingdian .jingdianinfos-left .scroll-wrapper .next {
                right: 0;
            }

    .pop_jingdian .jingdianinfos-right {
        float: left;
        width: 285px;
        margin: 30px 0;
        height: 400px;
        overflow-y: scroll;
    }

        .pop_jingdian .jingdianinfos-right::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #F8F8F8;
        }

        .pop_jingdian .jingdianinfos-right::-webkit-scrollbar {
            width: 9px;
            background-color: #F5F5F5;
        }

        .pop_jingdian .jingdianinfos-right::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #CCCCCC;
        }

        .pop_jingdian .jingdianinfos-right h4 {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 18px;
            color: #888888;
            margin-bottom: 10px;
        }

        .pop_jingdian .jingdianinfos-right p {
            font-family: "Microsoft Yahei", sans-serif;
            font-size: 14px;
            color: #333333;
            line-height: 24px;
            padding-right: 30px;
        }
/*地图相关*/
.pop_map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    Background: url(http://pic5.aoyou.com/product/alpha.png) repeat 0 0;
    z-index: 99999;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic1.aoyou.com/product/alpha.png");
    font-size: 12px;
}

.inner_popmao {
    position: fixed;
    left: 50%;
    top: 154px;
    background-color: #fff;
    color: #000;
    border: 1px solid #DADADA;
    width: 1000px;
    height: 650px;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
    border-radius: 8px;
}

    .inner_popmao .tt {
        background-color: #FFF;
        line-height: 60px;
        height: 60px;
        padding-left: 30px;
        position: relative;
        font-size: 18px;
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 18px;
        color: #333333;
        border-bottom: 1px solid #DFDFDF;
        border-radius: 8px 8px 0 0;
    }

.pop_map .close_mappop {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 999999;
    top: 21px;
    right: 21px;
    background: url(http://pic1.aoyou.com/product/closed.png) no-repeat;
}

.pop_map .mapinfos {
    height: 590px;
    width: 1000px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 8px;
}

.pop_mapcontent .anchorBL, .pop_mapcontent .BMap_cpyCtrl.BMap_noprint.anchorBL, .map-content .anchorBL, .map-content .BMap_cpyCtrl.BMap_noprint.anchorBL {
    display: none;
}

.inner_popmao .pop_mapcontent {
    width: 800px;
    height: 590px;
}

.map_marks {
    padding-left: 33px;
    padding-top: 3px;
    height: 40px;
    overflow: hidden;
}

    .map_marks .map_num {
        position: absolute;
        top: 0;
        left: 0;
        width: 33px;
        height: 43px;
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-weight: 700;
        z-index: 3;
        background: url(http://pic2.aoyou.com/product/pop_bg.png) no-repeat;
        _background: url(http://pic3.aoyou.com/product/pop_bg_ie6.png) no-repeat;
    }

    .map_marks .map_mark_inner {
        _display: inline;
        background-color: #fff;
        height: 29px;
        line-height: 29px;
        padding: 0 10px 0 14px;
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px;
        box-shadow: 2px 2px 2px 0 #ccc;
        position: relative;
        z-index: 2;
        left: -10px;
        _display: inline;
        zoom: 1;
    }

.map_mark_text {
    white-space: nowrap;
}

    .map_mark_text dfn {
        font-family: tahoma;
        margin-right: 5px;
    }

    .map_mark_text .b {
        color: #fd7917;
        font-weight: 700;
        font-family: tahoma;
        font-size: 12px;
    }

.map_mark_hover .map_num, .map_mark_select .map_num {
    background-position: 0 -53px;
}

.map_mark_hover .map_mark_inner, .map_mark_select .map_mark_inner {
    background-color: #fffac5;
}

.map_mask .scroll_journey .cur2 i {
    background-position: 0 -60px;
}

.map_mask .scroll_journey .cur2 {
    color: #f60;
}

.map_mark_index, .map_mark_index_select {
    z-index: 5;
}

.map_mark_hover .map_htl, .map_mark_select .map_htl {
    background-position: 0 -53px;
}

.pop_map .scroll_cont {
    width: 190px;
    height: 570px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 5px;
    margin-top: 15px;
    *overflow: auto;
    *position: relative;
}

.pop_map .journey_titile {
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #333333;
}

.pop_map .scroll_wrap {
    margin-left: 20px;
    border-left: 1px solid #d7d7d7;
    display: inline-block;
    width: 150px;
}

.scroll_cont::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F8F8F8;
}

.scroll_cont::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

.scroll_cont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #CCCCCC;
}

.pop_map .scroll_journey dd {
    color: #69829f;
    padding-left: 15px;
    position: relative;
    margin: 4px 0 10px;
    zoom: 1;
}

    .pop_map .scroll_journey dd span {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 14px;
        color: #333333;
        display: inline-block;
        margin-top: -4px;
    }

.pop_map .scroll_journey dt a {
    background-image: url(http://pic2.aoyou.com/product/map_pop_y.png);
    background-repeat: no-repeat;
}

.pop_map .scroll_journey dd i {
    background-image: url(http://pic2.aoyou.com/product/map_pop_y.png);
    background-repeat: no-repeat;
}

.pop_map .scroll_journey dt a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: 0 0;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    position: relative;
    left: -20px;
}

.pop_map .scroll_journey dd i {
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: 0 -40px;
    color: #fff;
    text-align: center;
    font-style: normal;
    left: -11px;
    line-height: 22px;
}

.pop_map .journey_cur dd a,
.pop_map .scroll_journey .cur a,
.pop_map .scroll_journey .cur a span,
.pop_map .scroll_journey .journey_start a,
.pop_map .scroll_journey a:hover,
.pop_map .scroll_journey a:hover span {
    color: #f60;
    text-decoration: none;
}

.pop_map .journey_cur dt a, .pop_map .scroll_journey dt a:hover {
    background-position: -40px 0;
    color: #fff;
}

.pop_map .journey_cur dd i, .pop_map .scroll_journey .cur i, .pop_map .scroll_journey a:hover i {
    background-position: -22px -40px;
}

.aoyouDuibi-title {
    *width: 235px;
}

/*new 0729*/
/*修改优惠信息样式*/
.tb-product-content {
     height: auto; 
}
.features-list .preinfolist{
  width: 230px;
  *width: 230px;
}
.tb-product li{
  width: inherit;
}
.morepreinfo{
  position: inherit;
  color: #ff6602;
  cursor: pointer;
  display: block;
  text-align: right !important;
  width: inherit;
  font-size: 12px;
  margin-top: 0;
  bottom: -2px;
  right: 22px;
}
/*更多优惠增加tab*/
.pop_youhui_tab{

}
.pop_youhui_tab li{
  width: 90px;
  margin-right: 92px;
}
.pop_youhui_tab li a{
  display: block;
  height: 56px;
  border-bottom: 4px solid #fff;
}
.pop_youhui_tab li.on a{
  border-bottom: 4px solid #FF6602;
}
.pop_youhui_con .preinfos{
  display: none;
}
.preinfos::-webkit-scrollbar-track {
  background-color: #F8F8F8;
}

.preinfos::-webkit-scrollbar {
  width: 9px;
  background-color: #F5F5F5;
}

.preinfos::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CCCCCC;
}
.sy-deta{
  display: block;
}
.sy-deta span{
  display: block;
}
.sy-deta .w1{
  float: left;
  width: 66px;
  font-family: "Microsoft Yahei", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.sy-deta .w2{
  float: right;
  width: 620px;
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #3F3F3F;
  line-height: 24px;
}
.sy-deta .w2 b{
  font-weight: 100;
  color: #FF6602;
}
.youhuib a{
  font-size: 14px;
  color: #005bb2;
  line-height: 22px;
}
/*预定弹窗增加已享优惠*/
.pop_youhui .tt{
  padding-left: 21px;
}
.yh-con{
  margin-bottom: 15px;
}
.yh-con .yh-list span{
  display: block;
  float: left;
}
.yh-con .yh-list .w1{
  width: 56px;
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-right: 20px;
}
.yh-con .yh-list .w2{
  width: 60px;
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #F83616;
  line-height: 24px;
  margin-right: 10px;
}
.yh-con .yh-list .w3{
  /**width: 230px;*/
  width: 330px;
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-right: 20px;
}
.pop_yuding .pop_def{
  margin-bottom: 0px;
  padding-bottom: 35px;
}
.inner_popyouhui{
  height: 690px;
}
.pop_youhui_tips{
  font-size: 14px;
  color: #FF5900;
  padding-left: 100px;
  padding-top: 10px;
}
.pop_youhui_con{ height: 81%; overflow: hidden;}

.check-pop{
  width: 250px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  overflow: hidden;
}

.pop-header{
  padding: 8px 20px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #DBDBDB;
}

.pop-header p{
  float: left;
  display: block;
  font-size: 16px;
  color:#259CF5;
  line-height: 24px;
}

.pop-header .btn-close{
  float: right;
  display: block;
  width: 14px;
  height: 100%;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABGdBTUEAALGPC/xhBQAAAGxlWElmTU0AKgAAAAgABAEaAAUAAAABAAAAPgEbAAUAAAABAAAARgEoAAMAAAABAAIAAIdpAAQAAAABAAAATgAAAAAAAABsAAAAAQAAAGwAAAABAAKgAgAEAAAAAQAAABWgAwAEAAAAAQAAABUAAAAAJDsyRQAAAAlwSFlzAAAQnAAAEJwBJs06NAAAAS5JREFUOBGtld0NgzAMhAlbsAFSX1gKWhioNEzVx27AGOkdipEp+UOqpRYTnz/s4LRVBbPW3pdlmZ1zhvdXjXnMJ4e5xjszfXzsMAyjMcYxWGIChJZA5o01AB0cqfBSxT9AYCrgTFf3fT/hxnLFWxE4AGS6JW+rMCaIbUVOL21XOaG0UaLboUzKJeTi8uADNAVe13VqmuYJzTY2HhCclhM0Af4g1noYL0EgA0EoA5FWGaJFgQzW/AoZDwBbRowVavtwnXG9qP0olJX6PdQtM7flOuMapP0gNNK6rjh5QE7QCNCi5RuqKTp5hxZiQDlZubhswQ4tTSjRbdASoVTBa05vcgIN034yz//iP1RCcrCVLlgx5vdV44lvCGWQi4GE8wDwJcKVqQBu42Hlz/9RX7+tMx16E6C3AAAAAElFTkSuQmCC");
  background-size: 14px;
  cursor: pointer;
}
.pop-content{
  padding: 0 20px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.pop-content b{
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.check-item{
  position: relative;
  padding: 0 16px;
  width: 100%;
  height: 30px;
  background: no-repeat left center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAzCAYAAAADxoFxAAAABGdBTUEAALGPC/xhBQAAAGxlWElmTU0AKgAAAAgABAEaAAUAAAABAAAAPgEbAAUAAAABAAAARgEoAAMAAAABAAIAAIdpAAQAAAABAAAATgAAAAAAAABsAAAAAQAAAGwAAAABAAKgAgAEAAAAAQAAAC2gAwAEAAAAAQAAADMAAAAAtVgM+AAAAAlwSFlzAAAQnAAAEJwBJs06NAAAA9NJREFUaAXtmU1oE0EUgJvUNMUfPIjUg6KgNw9eDChCQah/B0ErehERbNMEexI8eZaC6MFLTfrnQS140LbW34NFqKKXeFD0YEGKtZcKBUFUSGzi98quzG6yk9nQbVfIwDB/77359u3bmdndSAMpnU7vKxaLPVR3k1dL3zKm2Ugkkurr63tiOmfEAp5EIWqqFIBcAfATgD80sR21PLySwMIZK5VK91Kp1FET6EhXV9dPBNWQmKM9yZXnTQz4kQGsFfktls4C5S/yOqsthczZ3t/f/1jpK6sKdEnpnYvFYjt7e3vnlb4lqzLXfYy1WwZ/cxFtOOcZbQc4fcd1Me4Oi8mggCtd+cDAwGvADzP2Qxlvom8kmUweUfocVQd0ECHhmK1CwwM8DssoMS4XVJYc0GWjy9ThBY7Hx/D4ITdGKKAFygscj4/xLBxUwUMDrQFvZuwBoXLABl9J6IgNoZYeHm8mVMY7Ozv3iOxKQjcDsVkFtute4I2NjRdEZpUt6FV2dHRsjUaj21Co6BlVb2FhAYeUZgYHB6fVfqWu7gkN2B0hXnsovysy/6rs1ldoXLY7sL24nmuheXJP8yDcQkm2e1vXs0S2gVxEL4m3broFGZtiYrU7QWPUxLaqpA0PPHAGYa2Masyqi7zolSXuxF06C2UDPju0QHjguU97i+J4tKIeYfOesXMIqTug7ym04cEtvkbMvcXqdlPLQE1zbpjwkmfsTnd399N8Pr8X2U1eckr/deprlHb1B5ET1wsUJC9Zss43j0wM4jR5GB3Q2vAwMboSMnXo5fJ63dPL5WntkicQnK52URgveX7AWfKmstnsBz86IquFBjjNtpvxa9RUHtsldvyz7Ae3TXVErlpMH/NjrAZZnB3xPUc16LEaQPyoiLN9z6END7bcLCHyBor/J6bFZYC/o5AcmlQtPEIDqoLUoVVvBFmvezpI76q2tUueCHII308RyJLH69wnXsFeqkAmdS00W+xFjFw1MVSLDC/O4pTzvB35OipoYxqjbbXA+NTxPYcWmtsnB5nqHzx8Uirifzh7DCtto6o2PDh9DfOF6RUeN/rCZDSjJWR9jfpMTM/60RNZLbQIDA0NfaGQHJqkDY/QULpA6tAuhwTWrHs6MNe6DDs8zatPk2s8DM0yJgc0hK180dwQBlJhsH4OrXXzyDot/6ftf+MthULhI+eBQP6Nuyev0l7PnXf8irNYFzeXHA350W6nFionUbDbYSqFVf7VRC9RBnm+WKqLnonH4zfEWGMul/uaSCQm8OwO2hvJMRkIUfoG2zgHq1OZTGZeuP4CBmdLTdgDbLQAAAAASUVORK5CYII=");
  background-size: 10px 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.check-item p{
  display: block;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 20px;
}

.check-item .icon-checker{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABGdBTUEAALGPC/xhBQAAAGxlWElmTU0AKgAAAAgABAEaAAUAAAABAAAAPgEbAAUAAAABAAAARgEoAAMAAAABAAIAAIdpAAQAAAABAAAATgAAAAAAAABsAAAAAQAAAGwAAAABAAKgAgAEAAAAAQAAABWgAwAEAAAAAQAAABUAAAAAJDsyRQAAAAlwSFlzAAAQnAAAEJwBJs06NAAAAJlJREFUOBFjZICCx49fqTIw/JWG8UmnmZ/KyordBuljBBFPnj6fCqSyQGwKwTQZaclsRpALGZn+3mJj52BgZWcn28zfP38y/Pr5g+H/P2Y1FpiXQQaysLKSbShII8hQkHlMFJmCQ/OooTgChgLh0TClIPBwaB0NUxwBQ4EwTcIUWPQxPwUWVwyg8pASgNDP/JQ2JT/MddSsowAgHTDiH5AJbwAAAABJRU5ErkJggg==");
  background-size:100%;
}
.check-item .icon-checker.active{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABGdBTUEAALGPC/xhBQAAAGxlWElmTU0AKgAAAAgABAEaAAUAAAABAAAAPgEbAAUAAAABAAAARgEoAAMAAAABAAIAAIdpAAQAAAABAAAATgAAAAAAAABsAAAAAQAAAGwAAAABAAKgAgAEAAAAAQAAABWgAwAEAAAAAQAAABUAAAAAJDsyRQAAAAlwSFlzAAAQnAAAEJwBJs06NAAAAb9JREFUOBHNld9LU2EYxz9nm4eBxKRtTbHBQNbo1t0HCfUXhCDdBEWQKRLiTaRR0E8MBLEuK7rRS/Fu0UUQBIMIUqQSQcEUtmGQsh8n3Xzfc9zm9s4DOy7ovTjv87zv8/3wnOc973M0DkfqUjCquUvdZb/ZubSv/TrzPr0idZp8ZC4HZ8Q0KO0TjpeBRPq2JjN0afz06jq67nHMNIw98oZBscQ5j/nKRc0EtrmdQ9ExoZLncpyajfA/g57qgDvTMPxCydlZEf1dcO8NdPdAIQe6F3K7FXjz0HAU7r4Gfyf8NWB6FIx8BSgNtaZDk/B8AboiNYGmE4vDw1kLmN2BR9cgmVDiVGisFyLnYeIdBM9WBfE+GH8L7T74nYL7A7CcrO4fsVTo1IhVH1k3CT4dgotXYOyVVbutNQHvh/XvRzC1pgpdXYTH160DCIXh2TzceioK5Qa5J4GpjVpKnadCZcCPLwJ2UxxEAXwBS/LtEzy4Cn+26xCq2xgq45Y+w6ToMZlN+DAHT26Ie5hVCQ1W7D+prx9F77rQQGa/dHym9jrb3X8C9ciOrYlWLfuhbF9Oh6kXYpMnIS3v/OXMWvmPOgCU6H5kF1IOLQAAAABJRU5ErkJggg==");
}
.pop-footer{
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  border-top: 1px solid #DBDBDB;
  box-sizing: border-box;
}

.pop-footer .footer-inner{
  float: left;
  padding: 10px 20px;
  height: 100%;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.pop-footer .footer-btn{
  float: right;
  display: block;
  padding: 0;
  width: 88px;
  height: 100%;
  background-color: #259CF5;
  line-height: 39px;
  text-align: center;
}

.pop-footer .footer-btn i.icon-download{
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 14px;
  background:no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAD6ADAAQAAAABAAAADgAAAAAZntCDAAABPklEQVQoFY2Rv0oDQRCHb0NUSCNolQSCgphCKwurFBYBwZRWKfQBrFL4AHmFQEDsBcVCBCvBBwgBy6BFIKSwCBEbhYh/cn6/ZRfPM2cc+HZmfjOzu7cXBAkWhmEVzhPKVk5ppSkHFbC5G8jjCy62jvombHgtRbJD0oVjWPSFBF9Dv2WmaesE93AE6egA+SG0oppitG2Qremaq3BmjPlAWIIZNcUNfQVoM9fUHqGoYQOfIDuBS5rmbOYW8gPCO8g5aYw30QeSvgfrcAF2AzfYIN/n1Af8t1GUlbxCvAx9eIYXeIeqr8uTD2A3fnLA7j3qW6DvmgWdeIr/ZT9e2Fe1ATsXyeeJh16P+4nDamLoDZc4qB5d+xUWlPzHuJEeMgMjnXwDdURc8KTlD1O//oia23q5LFzBCKbZmIYOlHXAF54Ozl7OTiL9AAAAAElFTkSuQmCC");
  background-size: 15px 14px;
  vertical-align: middle;
}

.pop-footer .footer-btn span{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
}

.mui-ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.pop_visa_download {
	position: absolute;
	right: 2px;
	top: 60px;
	z-index: 11;
}
.visa_download_btn {
  float: right;
  display: block;
  padding: 0;
  width: 70px;
  background-color: #259CF5;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin: 12px 0 13px;
}


.visa_download_btn i.icon-download2{
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 14px;
  background:no-repeat center url("https://pic5.aoyou.com/product/product_visa_down.png");
  background-size: 15px 14px;
  vertical-align: middle;
}

.visa_download_btn span{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
}

.fold_span_base {
	float: right;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 84px;
    height: 26px;
    display: block;
    background: url('http://pic4.aoyou.com/product/show.png');
    cursor: pointer;
}

.unfold_span_base {
	float: right;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 84px;
    height: 26px;
    display: block;
    background: url('http://pic4.aoyou.com/product/hide.png');
    cursor: pointer;
}