﻿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;
}

.text-lred {
    color: #f95b46;
}

.texr-gray {
    color: #666666;
}

.bor-1x {
    border-bottom: 1px solid #e5e5e5;
}

.hidden {
    display: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml5 {
    margin-left: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.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;
}

.main-content {
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    padding: 20px 20px 8px 20px;
}

.main-title {
    position: relative;
    padding-right: 190px;
    z-index: 1;
}

.title-left {
    float: left;
    position: relative;
    z-index: 2;
}

.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: 0 2px 2px 2px; 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";
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    -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: 460px;
}

.productInfoBox-pic {
    width: 673px;
}

.productInfoBox-picShow {
    width: 568px;
    height: 426px;
    overflow: hidden;
    margin-right: 8px;
}

.productInfoBox-picGetReady {
    width: 96px;
    height: 426px;
    overflow: hidden;
}

    .productInfoBox-picGetReady .productInfoBox-picGetReadyPic {
        position: relative;
        display: block;
        margin-bottom: 8px;
        *margin-bottom: 5px;
        width: 96px;
        height: 72px;
        transition: 0.2s all ease-in;
    }

        .productInfoBox-picGetReady .productInfoBox-picGetReadyPicHover .hover, .productInfoBox-picGetReady .productInfoBox-picGetReadyPic:hover .hover {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 93px;
            height: 70px;
            border: 2px solid #ff8a00;
        }

.productInfoBox-picGetReady-up, .productInfoBox-picGetReady-down {
    width: 43px;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    background: url(http://pic4.aoyou.com/product/icon-sprite.png) -73px 0 no-repeat;
    _background: url(http://pic4.aoyou.com/product/icon-sprite-8.png) -73px 0 no-repeat;
}

.productInfoBox-picGetReady-down {
    background-position: -73px -22px;
}

    .productInfoBox-picGetReady-up:hover, .productInfoBox-picGetReady-down:hover, .productInfoBox-picGetReady-down-current {
        background-position: -116px 0;
    }

.productInfoBox-picGetReady-up:hover, .productInfoBox-picGetReady-up-current {
    background-position: -116px -22px;
}

/*产品信息文字*/
.productInfoBox {
    margin-top: 10px;
}

.productInfoBox-left {
    width: 673px;
}

.productInfo-id {
    font-size: 14px;
    color: #ff6602;
    line-height: 30px;
}

.tb-product {
    width: 460px;
    height: 40px;
    line-height: 40px;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
    color: #666666;
}

    .tb-product li {
        float: left;
        width: 33.333%;
        text-align: center;
    }

    .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: 65px;
    border-bottom: 1px dotted #ffcbb2;
}

    .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: 12px;
        display: block;
        line-height: 34px;
        font-size: 12px;
        cursor: pointer;
        width: 34px;
    }

        .price-infor-top .compare:hover {
            color: #ff6602;
        }

        .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;
}

.productInfo-price {
    width: 420px;
    height: 110px;
    margin: 20px 0;
    padding: 10px 20px 0;
    background: url("http://pic5.aoyou.com/product/bg-new.jpg") no-repeat;
}

    .productInfo-price .rmb {
        font-size: 24px;
        font-family: "Microsoft yahei";
        color: #ff6602;
    }

    .productInfo-price .num {
        font-size: 36px;
        font-family: "Arial";
        color: #ff6602;
        font-weight: bold;
    }

    .productInfo-price .text {
        margin-left: 10px;
        font-size: 14px;
        font-family: "Microsoft yahei";
        color: #ff6602;
    }

    .productInfo-price .des {
        margin-left: 10px;
        font-size: 14px;
        font-family: "Microsoft yahei";
        color: #666666;
        position: relative;
        cursor: pointer;
    }

.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;
}

.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-bottom: 5px;
        margin-right:10px;
        position: relative;
        width: 180px;
        *width: 182px;
        float: left;
        cursor: default;
    }

    .features-list a {
        color: #069;
    }

.tag-border a {
    color: #ff6602;
}

.overhidden {
    overflow: hidden;
}

.tips-con {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    padding: 10px;
    width: 360px;
    color: #000000;
    background-color: #fffbe5;
    border: 1px solid #f6c995;
    text-decoration: none;
    z-index: 2;
}

    .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";
    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";
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

.tag-sblue {
    display: inline-block;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    font-family: "Microsoft yahei";
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #41b3ee;
}
.tag-coupon {
    display: inline-block;
    margin-right: -20px;
    width: 120px;
    line-height: 18px;
    padding: 0px 0 0 43px;
    font-family: "Microsoft yahei";
    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;
}
.tag-sred {
    display: inline-block;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    font-family: "Microsoft yahei";
    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";
    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";
	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";
    }

    .startcity .ins-tips {
        font-size: 12px;
        color: #fc6621;
        font-family: "Microsoft yahei";
    }

.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";
    -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";
    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: 671px;
    height: 403px;
    margin: 2px 0 8px;
    border: 1px solid #ff6602;
}

.calendarMonths {
    position: relative;
    height: 39px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}


.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 {
    line-height: 28px;
    font-size: 12px;
}

.monthsCurrent {
    font-size: 16px;
    line-height: 39px;
    color: #ff6602;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.calendar-table {
    width: 671px;
    height: 322px;
    border-collapse: collapse;
}

    .calendar-table tr th {
        height: 30px;
        width: 96px;
        line-height: 30px;
        font-size: 12px;
        background: #f0f0f0;
        text-align: left;
        padding-left: 10px;
        font-weight: normal;
    }

    .calendar-table tr td {
        position: relative;
        padding: 3px 0;
    }

        .calendar-table tr td a {
            display: block;
            height: 46px;
            padding: 2px 6px 0px 2px;
            margin: 0 2px;
            cursor: default;
            color: #000000;
            z-index: 4;
            width: 77px;
        }

    .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 a {
        position: relative;
        border: 1px solid #dcdcdc;
        cursor: pointer;
    }

    .calendar-table .selling:hover a {
        border: 1px solid #888888;
    }

    .calendar-table .soldout a {
        position: relative;
        border: 1px solid #dcdcdc;
    }

    .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-size: 14px;
    font-weight: normal;
    font-family: Arial;
}

.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;
    margin-top: -4px;
    width: 100%;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #72be22;
    font-style: normal;
    text-align: right;
    zoom: 1;
}
.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";
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.calendar-table .jsqr {
    padding: 2px 2px 2px 4px;
    background: #ffa971;
    color: #fff;
    line-height: 12px;
    font-family: "Microsoft yahei";
    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";
	font-size: 12px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}



.calendar-table .price {
    display: block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    text-indent: 5px;
    color: #ff6600;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    zoom: 1;
}

.calendar-table .current-box {
    position: absolute;
    z-index: 100;
    zoom: 1;
    left: 5px;
    bottom: 65px;
}

.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";
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .total .rmb {
        font-family: "Microsoft yahei";
        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;
    font-size: 20px;
    font-family: "Arial";
    font-style: italic;
    color: #f60;
    line-height: 50px;
    background-image: url(http://pic2.aoyou.com/product/icon_w.png);
    _background-image: url(http://pic3.aoyou.com/product/icon_w_8.png);
    background-repeat: no-repeat;
    background-position: 0 16px;
    padding-left: 22px;
    padding-right: 15px;
}
.wrapper_nav {
    margin-top: 20px;
}

    .wrapper_nav .innerwrapper {
        height: 48px;
        width: 1198px;
        border: 1px solid #e6e6e6;
        border-top: 0;
        background: #fff;
    }

.wrapper_nav_top {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    height: 120px;
    box-shadow: 0px 0px 10px #888888;
    margin: 0px 0 3px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    _left: expression_r(eval_r(document.documentElement.scrollLeft));
    overflow: hidden;
    zoom: 1;
}

    .wrapper_nav_top .innerwrapper {
        width: 1198px;
        border: 1px solid #e6e6e6;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

.wrapper_nav_list {
    float: left;
}

    .wrapper_nav_list li {
        float: left;
        height: 48px;
    }

        .wrapper_nav_list li.now {
            background: url(http://pic3.aoyou.com/product/line-new.jpg) no-repeat 0 43px;
        }

.wrapper_nav .wrapper_nav_list li a {
    display: block;
    width: 85px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #0f0f0f;
}

.wrapper_nav_top .wrapper_nav_list li a {
    width: 75px;
}

.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: 130px;
    height: 40px;
    background-color: #f60;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-top: 4px;
    margin-right: 4px;
    color: #fafafa;
}

    .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: 1134px;
    margin-top: 45px;
    _margin-top: 45px;
    font-size: 18px;
    color: #fc6621;
    font-weight: bold;
    padding: 3px;
    padding-left: 28px;
    background-image: url(http://pic5.aoyou.com/product/icon_w.png);
    _background-image: url(http://pic5.aoyou.com/product/icon_w_8.png);
    background-repeat: no-repeat;
    border-bottom: 1px solid #fc6621;
    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: #06C;
    }

.cpdetail_xcjs_nav {
    width: 80px;
    top: 50px;
    overflow: hidden;
}

.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 {
    display: block;
    width: 80px;
    height: 30px;
    background-color: #ededed;
    color: #b0b0b0;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

    .cpdetail_xcjs_nav a.now {
        background-color: #ff8a00;
        color: #fafafa;
    }

.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_top a.now {
        background-color: #ff8a00;
        color: #fff;
    }

.cpdetail_xcjs_day {
    width: 990px;
    border-left: 1px solid #ff8a00;
    padding-left: 43px;
    position: relative;
    zoom: 1;
    -webkit-font-smoothing: antialiased;
}

.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;
    padding: 7px 0;
    margin-bottom: 18px;
}

    .cpdetail_xcjs_day_city span {
        display: block;
        width: 33px;
        height: 34px;
        background-image: url(http://pic2.aoyou.com/product/icon_hc.png);
        _background-image: url(http://pic2.aoyou.com/product/icon_hc_8.png);
        background-repeat: no-repeat;
        color: #fafafa;
        font-family: "Arial";
        font-size: 14px;
        text-align: center;
        padding-top: 6px;
        position: absolute;
        _position: absolute;
        *position: absolute;
        left: -59px;
        top: 0;
        _top: -2px;
        *top: -2px;
    }

.cpdetail_xcjs_day_xc {
    position: relative;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 21px;
}

    .cpdetail_xcjs_day_xc span.icon {
        display: block;
        width: 26px;
        height: 26px;
        background-image: url(http://pic3.aoyou.com/product/icon_hc.png);
        _background-image: url(http://pic3.aoyou.com/product/icon_hc_8.png);
        background-repeat: no-repeat;
        position: absolute;
        left: -56px;
        top: 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_hangban {
        background-position: -33px 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_sancan {
        background-position: -59px 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_zhusu {
        background-position: -85px 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_jingdian {
        background-position: -111px 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_qiche {
        width: 27px;
        background-position: -137px 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_lieche {
        background-position: -165px 0;
    }

    .cpdetail_xcjs_day_xc span.cpdetail_xcjs_lunchuan {
        background-position: -192px 0;
    }

.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: 70px;
    height: 23px;
    background-color: #fc6621;
    font-size: 14px;
    color: #fafafa;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
    overflow: hidden;
    float: right;
    *float: right;
    margin-top: -1px;
    *margin-top: -25px;
    *margin-bottom: 2px;
}

    .xcjs_PrintBtn:hover {
        color: white;
    }
/*酒店信息 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;
}

.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: 15px;
        text-align: left;
    }

    .cpdetail_fysm tr td {
        padding: 10px 15px;
        line-height: 21px;
    }

    .cpdetail_fysm a {
        color: #06C;
    }

.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 {
    background-position: 5px -412px;
}
/*自由活动期间 begin*/
.cpdetail_tit_zyhd {
    background-position: 5px -154px;
}

.cpdetail_zyhd {
    width: 1160px;
    *width: 1160px;
    _width: 1160px;
}

    .cpdetail_zyhd, .cpdetail_zyhd tr, .cpdetail_zyhd tr td, .cpdetail_zyhd tr th {
        border: 1px solid #ededed;
    }

        .cpdetail_zyhd tr th {
            height: 38px;
            text-align: center;
            font-weight: 600;
            background: #fafafa;
        }

        .cpdetail_zyhd a {
            color: #06C;
        }

.cpdetail_zyhd_name {
    width: 178px;
}

.cpdetail_zyhd_js {
    width: 454px;
}

.cpdetail_zyhd_time {
    width: 148px;
}

.cpdetail_zyhd_bz {
    width: 325px;
}

.cpdetail_zyhd_time2 {
    width: 157px;
}

.cpdetail_zyhd_zy {
    width: 205px;
}

.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 {
    background-position: 3px -243px;
}

.cpdetail_ydlc {
    width: 1064px;
    border: 1px solid #ededed;
    padding: 20px 49px;
}

    .cpdetail_ydlc img {
        margin-bottom: 15px;
    }

/*客户点评 begin*/
.cpdetail_tit_khdp {
    margin-bottom: 0;
    background-position: 7px -272px;
    padding-bottom: 0;
    height: 30px;
    /*position: relative;*/
}

.khdp_dianPinBtn {
    display: inline-block;
    width: 70px;
    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_dianPinBtn:hover {
        color: #fafafa;
        background-color: #e55c00;
    }

.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_tit_khdp span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    vertical-align: initial;
    margin-left: 22px;
}

.cpdetail_khdp {
    position: relative;
    width: 1162px;
    margin-bottom: 1px;
    overflow: hidden;
    background: url(about:blank);
    zoom: 1;
}

.cpdetail_khdp_discuss {
    position: relative;
    width: 1162px;
    z-index: 5;
}

.cpdetail_khdp:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cpdetail_khdp_list {
    float: left;
    width: 1143px;
    border-bottom: 1px dashed #d4d4d4;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    zoom: 1;
    overflow: 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 {
    width: 1035px;
    min-height: 60px;
    overflow: hidden;
}

    .cpdetail_khdp_r p {
        display: block;
        width: 895px;
        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: 1162px;
    overflow: hidden;
}

.cpdetail_tuijian_con {
    width: 1180px;
}

.cpdetail_tuijian_list {
    width: 345px;
    height: 100px;
    padding-bottom: 20px;
    display: inline;
    margin-right: 20px;
    margin-left: 21px;
    overflow: hidden;
}

.cpdetail_tuijian_list_l {
}

.cpdetail_tuijian_list_r {
    width: 200px;
    margin-left: 10px;
    *margin-left: 2px;
    _margin-left: 2px;
    overflow: hidden;
}

    .cpdetail_tuijian_list_r h3 a {
        display: block;
        font-size: 14px;
        font-weight: 100;
        width: 200px;
        height: 58px;
        overflow: hidden;
        color: #141414;
        text-decoration: none;
        line-height: 20px;
        word-wrap: normal;
    }

        .cpdetail_tuijian_list_r h3 a:hover {
            color: #125fad;
        }

    .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: 582px;
    position: absolute;
    left: 50%;
    *left: 42%;
    top: 154px;
    margin-left: -325px;
    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 {
        background-color: #eee;
        line-height: 24px;
        height: 24px;
        padding-left: 10px;
        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;
        display: inline-block;
        *display: inline;
        float: left;
        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: url(http://pic2.aoyou.com/product/rili.png) 165px center no-repeat;
    }

    .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: 30px;
        *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: 18px;
        padding-left: 10px;
        margin-top: 3px;
    }

    .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_btn {
        text-decoration: none;
        cursor: pointer;
        background: url("http://pic4.aoyou.com/product/sprite.png") -66px -74px no-repeat;
        text-indent: -9999px;
        height: 39px;
        line-height: 29px;
        width: 140px;
        margin: 27px auto 41px auto;
        clear: both;
    }

    .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 .pop_btn:hover {
        background-position: -66px -113px;
    }

    .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;
    margin-top: 52px;
    width: 145px;
    height: 46px;
    background: url(http://pic4.aoyou.com/product/tc.png) no-repeat;
    font: 12px/14px "微软雅黑";
    margin-left: 250px;
    *margin-left: -80px;
    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;
    padding-left: 10px;
    margin-bottom: 19px;
    clear: both;
}

.trBorderBottom {
    display: block;
    border-bottom: 1px dashed #d1d1d1;
    padding: 5px 0;
}

.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 .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 ul {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    max-height: 130px;
    _height: 130px;
}

.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_item {
    line-height: 28px;
    padding: 0 22px;
    background-color: #f7f7f7;
    float: left;
    display: block;
    font-size: 14px;
    color: #069;
    cursor: pointer;
}

.visa .now {
    background-color: #ff8a00;
    color: #fff;
    font-weight: bold;
}

.visa .tabs_shenfen {
    border-bottom: none;
}

    .visa .tabs_shenfen .tabs_item {
        line-height: 28px;
        width: 94px;
        text-align: center;
        margin-right: 1px;
        background-color: #f7f7f7;
        float: left;
        display: block;
        color: #333;
        cursor: pointer;
    }

    .visa .tabs_shenfen .now {
        background-color: #ececec;
        font-weight: bold;
    }

        .visa .tabs_shenfen .now .tabs_a {
            color: #ff8a00;
        }

    .visa .tabs_shenfen .tabs_a:hover {
        text-decoration: none;
        color: #FF8A00;
    }

.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;
}

    .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;
}

.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: #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;
    }

    .pop_yuding .tic {
        background-color: #eee;
        line-height: 24px;
        height: 24px;
        padding-left: 10px;
        margin-bottom: 19px;
    }

    .pop_yuding .login_close {
        width: 16px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 999999;
        top: 13px;
        right: 13px;
        background: url('http://pic4.aoyou.com/packagedetail/close_03.gif') no-repeat 1px 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: 176px;
        float: left;
        margin-left: 0;
        text-align: right;
    }

    .pop_yuding .ui-form-item {
        padding: 0 5px 14px 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 15px;
        color: #ff2a00;
        font-weight: bold;
        font-family: "\5B8B\4F53";
        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: 69px;
        display: inline-block;
        *float: left;
        text-align: right;
    }

    .pop_yuding .masking_peo .ui-form-item {
        padding: 0 5px 14px 0;
        line-height: 29px;
    }

    .pop_yuding .masking_peo .ui-input {
        width: 180px;
        padding-left: 12px;
    }

    .pop_yuding .masking_peo .Wdate {
        height: 18px;
        background: url(http://pic2.aoyou.com/packagedetail/rili.png) no-repeat 165px white;
        z-index: 11;
    }

    .pop_yuding .ui-select {
        float: left;
        border: 1px solid #9c9c9c;
        line-height: 18px;
        padding: 6px 3px 6px 10px;
        width: 67px;
        margin-top: 0;
        margin-left: 10px;
    }

    .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: 15px 10px 0 10px;
    }

.masking_peo_date .bg {
    line-height: 19px;
    margin-bottom: 18px;
    padding-left: 10px;
    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: 0 10px 35px;
    line-height: 18px;
    padding-top: 13px;
}

.pop_yuding .pop_btn {
    text-decoration: none;
    cursor: pointer;
    background: url("http://pic4.aoyou.com/packagedetail/sprite.png") -66px -74px no-repeat;
    text-indent: -9999px;
    height: 39px;
    line-height: 29px;
    width: 140px;
    display: block;
    margin: 5px auto 31px auto;
}

.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 auto 31px auto;
}

.pop_yuding .pop_btn:hover {
    background-position: -66px -113px;
}

.pop_yuding .sum {
    padding-bottom: 15px;
    position: absolute;
    left: 370px;
    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: 450px;
    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: 450px;
    *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-size: 18px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 1134px;
    padding-left: 28px;
    color: #fc6621;
    border-bottom: 1px solid #fc6621;
    background-image: url(http://pic4.aoyou.com/reserve/ordericon_d.png);
    background-repeat: no-repeat;
    padding-bottom:3px;
}

    .cpdetail_tit span {
        display: inline-block;
        color: #999;
        font-size: 12px;
        margin-left: 22px;
        font-weight: 100;
    }

.cpdetail_tit_khdp {
    margin-bottom: 0;
    background-position: 7px -270px;
    padding-bottom: 0;
    height: 28px;
}

.cpdetail_comment {
    border: 1px solid #ededed;
    background: #fafafa;
    margin-top: 20px;
    padding: 19px 0;
}

    .cpdetail_comment .score_results {
        text-align: center;
    }

        .cpdetail_comment .score_results table {
            width: 100%;
            background: none;
        }

        .cpdetail_comment .score_results .borR1 {
            border-right: 1px solid #e6e6e6;
        }

        .cpdetail_comment .score_results .w140 {
            width: 140px;
        }

        .cpdetail_comment .score_results .w212 {
            width: 212px;
        }

            .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 {
            color: #fc6522;
            font-size: 48px;
            line-height: 48px;
            font-family: "Arial";
            -webkit-margin-before: 0em;
            -webkit-margin-after: 0em;
        }

            .cpdetail_comment .score_results .baifenbi b {
                font-size: 18px;
            }

        .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;
                }

        .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 dashed #d4d4d4;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

.cpdetail_khdp .cpdetail_khdp_ll {
    width: 173px;
    vertical-align: middle;
    background: url(about:blank);
}

    .cpdetail_khdp .cpdetail_khdp_ll p {
        margin-bottom: 10px;
    }

    .cpdetail_khdp .cpdetail_khdp_ll .ren {
        color: #ff8a00;
    }

    .cpdetail_khdp .cpdetail_khdp_ll .time {
        color: #999;
    }

.cpdetail_khdp .cpdetail_khdp_r {
    width: 970px;
    overflow: hidden;
}

    .cpdetail_khdp .cpdetail_khdp_r .comment_list1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .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 {
            width: 895px;
        }

            .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;
                }

.cpdetail_comment {
    border: 1px solid #ededed;
    background: #fafafa;
    margin-top: 20px;
    padding: 19px 0;
}

    .cpdetail_comment .score_results {
        text-align: center;
    }

        .cpdetail_comment .score_results table {
            width: 100%;
            background: none;
        }

        .cpdetail_comment .score_results .borR1 {
            border-right: 1px solid #e6e6e6;
        }

        .cpdetail_comment .score_results .w140 {
            width: 140px;
        }

        .cpdetail_comment .score_results .w212 {
            width: 212px;
        }

            .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 {
            color: #fc6522;
            font-size: 48px;
            line-height: 48px;
            font-family: "Arial";
            -webkit-margin-before: 0em;
            -webkit-margin-after: 0em;
        }

            .cpdetail_comment .score_results .baifenbi b {
                font-size: 18px;
            }

        .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_list1 .comment_list_con .comment_list_reply {
    margin-top: 20px;
    color: #ff8a00;
}

.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 {
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
}

    .ui_page a {
        font-family: Arial,sans-serif;
        font-size: 16px;
        line-height: 40px;
        font-weight: normal;
        display: inline-block;
        zoom: 1;
        width: 40px;
        height: 40px;
        margin-left: -4px;
        text-align: center;
        vertical-align: middle;
        color: #0e5eb2;
        border: 1px solid #ededed;
        *display: inline;
    }

        .ui_page a:hover {
            color: #ff8a00;
        }

    .ui_page .ui_pager_prev, .ui_page .ui_pager_next {
        font-family: "Microsoft YaHei",sans-serif;
        width: 100px;
        color: #0e5eb2;
        font-size: 14px;
    }

    .ui_page .disable {
        color: #999;
    }

    .ui_page a.disable:hover {
        color: #999;
    }

    .ui_page .ui_page_curr {
        color: #999;
    }

    .ui_page a.ui_page_curr:hover {
        color: #999;
    }

    .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;
}

/*遮罩层*/
.zhezhao {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: 4572px;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    _background: #000;
    *background: #000;
    background: #000 \0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    _opacity: 0.7;
    *opacity: 0.7;
    opacity: 0.7 \0;
    z-index: 99999;
}

.kxff_xq {
    display: none;
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    background: #ebebeb;
    z-index: 999990;
    line-height: 25px;
    font-family: "微软雅黑";
    padding-bottom: 20px;
}

.fw_close_btn {
    width: 50px;
    height: 50px;
    background: url(http://pic3.aoyou.com/product/fw_close_btn.jpg);
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
}

.kxff_xq_con {
    overflow-y: auto;
    background: #fff;
}

.kxff_xq_box {
    margin-top: 20px;
    padding: 0 25px;
}

.marT30 {
    margin-top: 20px;
}

.kxff_xq h3 {
    padding: 0 25px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.kxff_xq h4 {
    font-size: 12px;
    color: #ff6501;
}

.kxff_xq p {
    font-size: 12px;
}

.kxff_xq ul li {
    line-height: 25px;
}

    .kxff_xq ul li span {
        display: inline-block;
        width: 80px;
        margin-right: 15px;
    }

.kxff_xq_nr {
    min-height: 280px;
    *min-height: 280px;
}

    .kxff_xq_nr img {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

/*附加产品 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";
    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";
    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;
    height: 14px;
    position: relative;
    cursor: pointer;
    top: 9px;
}

    .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: 280px;
        border: 1px solid #f5c898;
        background: #fffbe6;
        font-size: 12px;
        font-family: "microsoft yahei";
        line-height: 20px;
        padding: 5px 9px;
        top: 21px;
        z-index: 999;
        *zoom: 1;
    }
     /*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 #f6c995;
    background: #fffbe5;
    padding: 10px;
    font-size: 12px;
}
.listbox-duo .red{
    color:#ff212e;
}
.listbox-duo table{
    width: 100%;
}
.listbox-duo table td{
    border-bottom: 1px dashed #e5e5e5;
}
.listbox-duo table .last td{
    border-bottom: 0;
}
.listbox-duo .tips{
    margin-bottom: 10px;

}

/*尾部友情链接样式20171105*/
.flight_foot {
    margin: 0 auto 9px auto;
    background-color: #fff;
    font-size: 12px;
}

.flight_foot .wrap_chufa {
    color: #555;
    border-top: 1px solid #f2f2f2;
    padding: 16px 0 16px 16px;
}

.flight_foot .chufa .tit {
    text-align: right;
    float: left;
    font-weight: bold;
}

.flight_foot .chufa .tc {
    width: 880px;
    float: left;
    line-height: 24px;
    margin: 0;
}

.flight_foot .chufa .chufa_a {
    margin-right: 12px;
    color: #555;
    display: block;
    float: left;
    white-space: nowrap;
}

.flight_foot .chufa .chufa_a:hover {
    color: #069;
}
/*修改优惠信息样式*/
.morepreinfo
{
    position: relative;
    margin-bottom: 13px;
    color: #ff6602;
    top: 20px;
    *top: 0;
    cursor: pointer;
    display: block;
    margin-left: 380px;
}
.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: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    text-align: center;
    background-image: url(http://pic2.aoyou.com/product/yuan.png);
}
.youhuispan
{
        width: 70px;
    margin: 0 10px;
    font-family: MicrosoftYaHei;
    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: MicrosoftYaHei;
    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: 13px;
    right: 13px;
    background: url(http://pic4.aoyou.com/packagedetail/close_03.gif) no-repeat -2px 0;
}
    .pop_youhui .pretip {
       padding-left:10px;
       color:#ff6602;
       font-size:14px;
    }
    .pop_youhui .tt {
            background-color: #FFF;
            line-height: 64px;
            height: 64px;
            border: 1px solid #fff;
            padding-left: 18px;
            position: relative;
            border-bottom: 1px solid #DFDFDF;
            font-size: 18px;
            font-family: MicrosoftYaHei;
            font-size: 18px;
            color: #333333;
            border-radius: 8px 8px 0 0;
    }
    .pop_youhui .preinfos {
          width: 920px;
        overflow-y: scroll;
        height: 569px;
        position: relative;
        overflow-x:hidden;
    }
            #preStyle::-webkit-scrollbar-track
        {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F8F8F8;
        }
        
        #preStyle::-webkit-scrollbar
        {
            width: 9px;
            background-color: #F5F5F5;
        }
        
        #preStyle::-webkit-scrollbar-thumb
        {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            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://pic1.aoyou.com/product/alpha.png");
    font-size: 12px;
    }
    .inner_pop {    
    position: absolute;
    left: 50%;
    top: 154px;
    margin-left: -325px;
    background-color: #fff;
    color: #000;
    border: 1px solid #7e7e7e;
    z-index: 100000;
}

.inner_popyouhui {
  position: fixed;
    left: 50%;
    *left: 42%;
    top: 154px;
    background-color: #fff;
    color: #000;
    border: 1px solid #7e7e7e;
    width: 960px;
    height: 650px;
    -moz-box-shadow:2px 2px 5px #333333;
     -webkit-box-shadow:2px 2px 5px #333333; 
     box-shadow:2px 2px 5px #333333;   
    border-radius: 8px;
}
.youhuihr
{
    height: 1px;
    border: none;
    border-top: 1px solid #DFDFDF;    
    width: 780px;
    margin-left: 78px;
    float:left;
}
/*new 0729*/
/*修改优惠信息样式*/
.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;
  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;
}