@import "reset.css";
@import "header.css";
@import "footer.css";
@font-face{
    font-family: SourceHanSansCN-Light;
    src:url("SourceHanSansCN-Light.otf");
}
@font-face{
    font-family: SourceHanSansCN-Medium;
    src:url("SourceHanSansCN-Medium.otf");
}
@font-face{
    font-family: SourceHanSansCN-Normal;
    src:url("SourceHanSansCN-Normal.otf");
}
@font-face{
    font-family: SourceHanSansCN-Regular;
    src:url("SourceHanSansCN-Regular.otf");
}
@font-face{
    font-family: SourceHanSansCN-Bold;
    src:url("SourceHanSansCN-Bold.otf");
}
@font-face{
    font-family: SansCN-ExtraLight;
    src:url("SansCN-ExtraLight.otf");
}
@font-face{
    font-family: SourceHanSansCN-Heavy;
    src:url("SourceHanSansCN-Heavy.otf");
}
/*login*/
.login-center-box {
    width: 100%;
    height: 394px;
    background-color: #47b5f0;
}

.login-center {
    margin: 0 auto;
    position: relative;
    height: 394px;
    width: 1200px;
    background: url("/themes/images/banner-img.png") -1px bottom no-repeat;
    overflow: hidden;
}

#to-room, #to-room tr, #to-room td {
    border: 1px solid #cfcfcf;
}

.login-info {
    position: absolute;
    left: 125px;
    /*top: 74px;*/
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    overflow: hidden;
    width: 517px;
    height: 109px;
    background: url(/themes/images/info.png) no-repeat;
    text-indent: -99999em;
}

.login-box {
    position: absolute;
    right: 1px;
    top: 50px;
    padding: 0 26px;
    width: 270px;
    height: 344px;
    background-color: #255b79;
    text-align: center;
}

.login-box h1 {
    width: 270px;
    height: 66px;
    overflow: hidden;
    text-indent: -99em;
    background: url("/themes/images/login.png") center bottom no-repeat;
}

.tips-info {
    visibility: hidden;
    margin-top: 11px;
    margin-bottom: 5px;
    padding-left: 11px;
    width: 260px;
    height: 24px;
    line-height: 20px;
    background: url("/themes/images/tips_bg.png") no-repeat;
    text-align: left;
}

.tips-info i {
    display: inline-block;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    background: url("/themes/images/tips-icon.png") center no-repeat;
}

.tips-info span {
    font-family: '宋体';
    color: #666;
    font-size: 12px;
}

.form div.text {
    position: relative;
    margin-bottom: 16px;
}

.form div.text span {
    position: absolute;
    top: 16px;
    left: 19px;
    color: #999;
    font-size: 14px;
    line-height: 1.25em;
}

.input {
    width: 190px;
    padding: 15px 10px 15px 70px;
    line-height: 1.25em;
    font-size: 14px;
    font-family: inherit;
    vertical-align: middle;
}

.btn-box input {
    margin-top: 18px
}

.btn {
    width: 270px;
    height: 54px;
    color: #ffffff;
    font-size: 20px;
    background-color: #ffb300;
    cursor: pointer;
}

.center-info-box {
    width: 100%;
    height: 349px;
    border-bottom: 1px solid #c6c6c6;
}

.center-info {
    margin: 20px auto;
    width: 1200px;
    height: 329px;
}

.center-info ul li {
    float: left;
    width: 400px;
    height: 110px;
    margin-top: 40px;
}

.info {
    margin-left: 14px;
    width: 245px;
}

.info h2 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: '宋体';
    color: #47b5f0;
}

.info p {
    font-family: 'microsoft yahei';
    font-size: 14px;
    color: #686868;
    letter-spacing: 1px;
    line-height: 20px;
    height: 4.5em;
}

.picture {
    width: 110px;
    height: 110px;
    background-image: url("/themes/images/center.png");
}

.pic1 {
    background-position: -1px 0;
}

.pic2 {
    background-position: -112px 0;
}

.pic3 {
    background-position: -224px 0;
}

.pic4 {
    background-position: -336px 0;
}

.pic5 {
    background-position: -448px 0;
}

.pic6 {
    background-position: -560px 0;
}

.bottom-box {
    width: 100%;
    height: 90px;
    background-color: #e6e6e6;
}

.bottom {
    width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
}

.bottom ul li {
    float: left;
    margin-left: 28px;
}

.bottom ul li.first {
    margin-left: 0;
}

/*search*/
.center-bg {
    width: 100%;
    height: 854px;
    background: url("/themes/images/content-bg.png") repeat-x;
}

.search-center-box {
    width: 100%;
    height: 854px;
    background: url("/themes/images/bottom_bg.png") bottom center no-repeat;
}

.search-center {
    margin: 0 auto;
    padding-top: 25px;
    width: 1200px;
    height: 794px;
}

.search {
    width: 820px;
}

.search-choose ul li, .search-choose ul li a {
    float: left;
    width: 409px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #686868;
    text-align: center;
    background-color: #ffffff;
}

.search-choose ul li.first-choose {
    position: relative;
    color: #ff8701;
    width: 410px;
    border-right: 1px solid #c4e4fa;
}

.search-choose ul li.first-choose b {
    display: inline-block;
    position: absolute;
    top: 66px;
    left: 0;
    width: 410px;
    height: 9px;
    background: url("/themes/images/label-chioce.png") center bottom no-repeat;
}

.search-box {
    margin-top: 20px;
    padding: 20px;
    padding-right: 0;
    width: 800px;
    height: 523px;
    background-color: #ffffff;
}

.inp {
    padding: 5px;
    padding-left: 8px;
    padding-right: 10px;
    width: 406px;
    color: #0093dd;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchList {
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 49px;
    left: 348px;
    overflow-y: scroll;
    width: 424px;
    max-height: 240px;
    background: #fff;
    border: 1px solid #cfcfcf;
}

.searchList li {
    color: #0093dd;
    padding: 0 5px;
    width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 2.0em;
}

.searchList .hover {
    background-color: #f1f1f1;
    /*color: #30a1eb;*/
}

.searchjd {
    display: none
}

/*.search-box div.tj{*/
/*float: left;*/
/*display: inline;*/
/*}*/
.search-box div span {
    margin-right: 5px;
    *margin-right: 7px;
    font-size: 16px;
    color: #333;
}

/*.search-box div.tj label{*/
/*float: left;*/
/*width: 250px;*/
/*text-align: right;*/

/*}*/
.ertong input {
    margin-right: 10px;
}

.search-box .fx {
    width: 184px;
    text-align: right;
}

.miyue i {
    position: absolute;
    top: 2px;
    *top: 10px;
    width: 14px;
    height: 21px;
    background: url("/themes/images/choose.png") -14px 4px no-repeat;
}

.miyue {
    cursor: pointer;
    position: relative;
    top: 1px;
    left: 7px;
    *left: 12px;
}

.miyue span {
    margin-left: 18px;
    color: #ff8701 !important;
    font-size: 16px;
}

.miyue i.choose {
    background-position: 0 4px;
}

.houseList {
    height: auto;
}

.search-btn-box {
    padding-top: 29px;
    padding-left: 289px;
}

.search-btn-box .btn {
    width: 200px;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    background-color: #ff8701;
}

.chuxiao {
    width: 360px;
    height: 653px;
    background-color: #ffffff;
}

.chuxiao div a {
    position: relative;
    display: block;
    top: 0;
    left: 0
}

.chuxiao div span {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 10px;
    color: #fff;
    z-index: 2;
    font-size: 16px;
    width: 340px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chuxiao div b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 360px;
    height: 40px;
    z-index: 1;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.chuxiao ul {
    height: 580px;
    overflow-y: auto;

}

.youhui {
    width: 360px;
    height: 71px;
    position: relative;
    border-bottom: solid 1px #c4e4fa;
}
.cover-img{
    margin: 0 auto;
}
.cover-pic{
    width: 1199px;
    height: 119px;
    background-color: #ffffff;
    background-image: url(../../../../themes/images/bg.png);
    background-repeat: no-repeat;
    position: relative;
}
.new-cuxiao{
    position: absolute;
    top: -7px;
    left: -7px;
}
/* .cover{
    width: 1200px;
} */
.cover-con{
    text-align: left;
    width: 1085px;
    margin-top: 15px;
    font-family: "黑体";
}
.cover-con p{
    padding:10px 0 0 40px;
    line-height: 15px;
}
.cover-con p span{
    padding: 0 10px;
    color: #787878;
}
.cover-chakan{
    width: 100px;
    height: 106px;
    border-left: 1px dashed #cfcfcf;
    line-height: 106px;
    margin-top: 7px;
}
.cover-chakan a{
    color: #22a1e2;
    font-size: 14px;
    text-decoration: underline;
}
.cover-xuhao{
    font-family: "Times New Roman" !important;
    color: #0093dd !important;
    padding-right: 0px !important;
}
.cover-name{
    padding: 0 !important;
    color: #0093dd !important;
    font-size: 16px;
}
.cover-youhui{
    color: #dc0101 !important;
    font-size: 16px;
 }
.cover-time{
    color: #dc0101 !important;
    font-size: 16px;
}
.cover-content{
    font-size: 14px ;
    font-family: "微软雅黑" !important;
    color: #787878;
 }
.cover-price{
    color: #dc0101 !important;
    font-size: 18px !important;
    padding-left: 0 !important;
}
.msg {
    width: 320px;
    height: 25px;
    border-left: solid 4px #ff8701;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.msg .msg-one {
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    height: 30px;
    line-height: 25px;
    margin-left: 9px;
    float: left;
}
.msg .msg-two{
    float: right;
}
.msg .msg-two a{
    font-size: 14px;
    line-height: 30px;
    color: #22a1e2;
    font-family: "微软雅黑";
    text-decoration: underline;
}
.word {
    position: absolute;
    top: 30%;
    width: 325px;
    height: 30px;
    overflow: hidden;
}
.more{
    width: 50px;
    height:20px;
    float: right;
    position: absolute;
    left:300px;
    top:55px;
    color: #0093dd;
}

.chuxiao ul li {
    margin: 0 15px;
    padding: 12px 0;
    height: auto;
    background: url("/themes/images/-.png") bottom repeat-x;
}

.chuxiao ul li a:hover h4, .chuxiao ul li a:hover span, .chuxiao ul li a:hover {
    color: #0093dd;
}

.chuxiao ul li h4 {

    color: #0093dd;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chuxiao ul li span {
    font-size: 12px;
    color: #333;
    line-height: 1.25em;
}

.chuxiao ul li p {
    font-size: 14px;
    color: #686868;
    padding-top: 9px;
    line-height: 20px;
    overflow: hidden;
}

/*searchList*/
#searchList {
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 60px 0 80px;
    background-color: #ebebeb;
}

.searchList-top {
    margin: 0 auto;
    width: 1200px;
}

#searchList .search-choose ul li, #searchList .search-choose ul li a {
    width: 599px;
}

#searchList .search-choose ul li.first-choose {
    width: 600px;
    border-right: 1px solid #ebebeb;
}

#searchList .search-choose ul li.first-choose b {
    width: 600px;
    background: url("/themes/images/label-chioce1.png") center bottom no-repeat;
}

.form-box {
    margin-top: 5px;
    padding: 30px 20px;
    /*min-height: 338px;*/
    height: auto;
    /*_height:338px;*/
    background-color: white;
}

#searchList .searchList {
    top: 32px;
    left: 83px;
    width: 223px;
}

#searchList .inp1 {
    width: 205px;
}

#searchList div span {
    margin-right: 5px;
    font-size: 16px;
    color: #333;
}

/*#searchList .miyue{*/
/*top: 2px;*/
/*left: -2px;*/
/*}*/
#searchList .houseList {
    margin-top: 26px;
}

/*#searchList .miyue i{*/
/*background-image: url("/themes/images/choose1.png");*/
/*}*/
/*#searchList .miyue span {*/
/*color: #686868!important;*/
/*}*/
#searchList .search-btn-box {
    padding-top: 20px;
    padding-left: 492px;
}

#searchList .search-btn-box .btn {
    width: 180px;
    height: 48px;
    font-size: 20px;
}

.search-list-box {
    margin: 0 auto;
    padding: 30px 0 40px;
    width: 1200px;
}

.icon-xx, .icon-jj {
    background: url("/themes/images/icon-list.png") no-repeat;
}

.icon-jj {
    background-position: 0 0;
}

.icon-xx {
    background-position: -16px 0;
}

.list-box .list-xx li {
    padding: 15px 30px 30px 15px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    background: white;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.list-box {
    width: 148px;
    height: 38px;
    border: 1px solid #47b5f0;
    border-radius: 3px;
    margin-bottom: 10px;
}

#searchList .list-box span {
    margin-left: 7px;
    padding: 0;
    font-size: 14px;
}

.list-box label {
    float: left;
    cursor: pointer;
    width: 74px;
    text-align: center;
    line-height: 33px;
    height: 38px;
}

.list-box .click {
    background: #47b5f0;
}

#searchList .click span {
    color: white;
}

#searchList .xingji, #searchList .canyin, #searchList .jiaotong {
    margin-top: 12px;
}

#searchList .xingji .mrl10, #searchList .canyin .mrl10, #searchList .jiaotong .mrl10 {
    margin-left: 10px;
}

#searchList .xingji .mrl5, #searchList .canyin .mrl5, #searchList .jiaotong .mrl5 {
    margin-left: 5px;
}

.xingji label, .canyin label, .jiaotong label {
    float: left;
    margin-left: 22px;
    font-size: 14px;
}

.xingji label input, .canyin label input, .jiaotong label input {
    margin-top: -1px;
}

#searchList .xingji span, #searchList .canyin span, #searchList .jiaotong span {
    margin-right: 0;
    font-size: 14px;

}

.canyin, .jiaotong {
    clear: both;
}

.f1 {
    float: left;
}

.tab {
    margin-top: 10px
}

#searchList .tab th {
    text-align: left;
    color: white;
    font-size: 16px;
    background-color: #47b5f0;
    height: 40px;
    line-height: 36px;
}

#searchList .tab tr {
    border-bottom: 1px solid #ccc;
}

#searchList .tab th span, .tab th a {
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 36px;
}

#searchList .tab td span, .tab td a {
    position: relative;
    top: -2px;

    color: #686868;
    font-size: 14px;
}

.tab td a {
    left: 13px;
}

.list-info {
    display: none;

}

#searchList .tab td {
    height: 37px;
}

#searchList .tab tbody tr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

}

#searchList .tab td .star {
    margin-left: 12px;
}

.star {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 95px;
    height: 16px;
    background: url("/themes/images/star.png") bottom repeat-x;
}

.star i {
    position: absolute;
    left: 0;
    top: -1px;
    height: 16px;
    background: url("/themes/images/star.png") repeat-x;
}

.star .star1 {
    width: 20px;
}

.star .star2 {
    width: 40px;
}

.star .star3 {
    width: 58px;
}

.star .star4 {
    width: 76px;
}

.star .star5 {
    width: 95px;
}

.LUX {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 25px;
    width: 39px;
    height: 16px;
    background: url("/themes/images/LUX.png") no-repeat;
}

.listcick {
    position: absolute;
    z-index: 20;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #cfcfcf;
}

.listcick a {
    padding: 1px 5px;
    display: block;
    color: #0093dd !important;
    line-height: 25px !important;
    text-indent: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: left !important;
}

.listcick a:hover {
    background-color: #f1f1f1;
}

/*用户中心*/
.icon-nav {
    display: inline-block;
    width: 26px;
    height: 30px;
    /* background: url("/themes/images/usercenter.png") no-repeat; */
   
}

.memberList {
    background: url("/themes/images/917/icon-26.png") no-repeat;
    background-position: center center;
}
.userCenterClick .memberList{
    background: url("/themes/images/917/icon-25.png") no-repeat;
    background-position: center center;
}
.orderCenter{
    background: url("/themes/images/917/icon-28.png") no-repeat;
    background-position: center center;
}
.userCenterClick .orderCenter {
    background: url("/themes/images/917/icon-27.png") no-repeat;
    background-position: center center;
}
.orderRecord {
    background: url("/themes/images/917/icon-24.png") no-repeat;
    background-position: center center;
}

.userCenterClick .orderRecord {
    background: url("/themes/images/917/icon-23.png") no-repeat;
    background-position: center center;
}

.ticketOrders {
    background: url("/themes/images/917/icon-30.png") no-repeat;
    background-position: center center;
}

.userCenterClick .ticketOrders {
    background: url("/themes/images/917/icon-29.png") no-repeat;
    background-position: center center;
}

.changePwd {
    background: url("/themes/images/917/icon-38.png") no-repeat;
    background-position: center center;
}

.userCenterClick .changePwd {
    background: url("/themes/images/917/icon-37.png") no-repeat;
    background-position: center center;
}

.serviceCenter {
    background: url("/themes/images/917/icon-36.png") no-repeat;
    background-position: center center;
}

.userCenterClick .serviceCenter {
    background: url("/themes/images/917/icon-35.png") no-repeat;
    background-position: center center;
}

.payCenter {
    background: url("/themes/images/917/icon-34.png") no-repeat;
    background-position: center center;
}

.userCenterClick .payCenter {
    background: url("/themes/images/917/icon-33.png") no-repeat;
    background-position: center center;
}
.tpayCenter {
    background: url("/themes/images/917/icon-32.png") no-repeat;
    background-position: center center;
}

.userCenterClick .tpayCenter {
    background: url("/themes/images/917/icon-31.png") no-repeat;
    background-position: center center;
}

.reservedCenter {
    background: url("/themes/images/917/icon-22.png") no-repeat;
    background-position: center center;
}

.userCenterClick .reservedCenter {
    background: url("/themes/images/917/icon-21.png") no-repeat;
    background-position: center center;
}

.usercenter-box {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    padding: 20px 0 ;
    background-color: #f7f7f7;
}

.usercenter {
    margin: 0 auto;
    width: 1200px;
    /* background-color: white; */
}

.left-nav {
    width: 160px;
    /* height: 723px; */
    background-color: #ffffff;
}

.left-nav h2 {
    width: 200px;
    height: 79px;
    font-size: 14px;
    text-align: center;
    line-height: 79px;
    color: white;
    border-bottom: 1px solid #e9e9e9;
}

.left-nav h2 a {
    font-size: 14px;
    color: #333;
}

.left-nav ul li {
    padding-left: 20px;
    border-left: 4px solid #fff;
    color: white;
    font-size: 14px;
    width: 136px;
    height: 66px;
    line-height: 64px;
    border-bottom: 1px solid #f0f0f0;
}
.left-nav ul li:hover span{
    color: #00b5ed;
}
.left-nav ul li a {
    display: block;
    color: #333333;
    font-size: 18px;
}

.left-nav ul li span {
    margin-left: 10px;
    font-size: 14px;
}

.left-nav ul li.userCenterClick {
    border-left-color: #00b5ed;
    background: #fff;
    color: #333;
}

.left-nav ul li.userCenterClick a {
    color: #00b5ed;
}

.content-right {
    width: 1020px;
    background: #fff;
}

.content-right h2 {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.content-right h2.post{
    position: fixed;
    top:0;
    width: 1020px;
    z-index: 2019;
}
.content-right h2 span {
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #f6fafd;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.content-right h2 a.fp_btn{
    display: block;
    width: 80px;
    height: 25px;
    background-color: #00b5ed;
    color: #fff;
    margin:10px 10px 0;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
}
.user-center-content-box {
    /* margin-top: 29px; */
    padding: 20px;
}
.user-center-content-box .layui-btn{
    background-color: #ff8701;
}
.user-center-content-box .layui-btn-primary{
    background-color: #fff;
}
.user-center-content-box .layui-btn-primary:hover{
    border-color: #ff8701;
}
.user-center-content-box .info-box {
    padding-bottom: 17px;
    height: 30px;
    line-height: 30px;
}

.user-center-content-box .info-box span {
    color: #787878;
    margin-left: 12px;
    font-size: 16px;
}

.user-center-content-box .left-info {
    font-size: 16px;
    color: #333;
}

.user-center-content-box .jiajia {
    padding: 6px 0 39px;
    line-height: 30px;
}

.text-box {
    position: relative;
    top: 2px;
    left: 11px;
}

.text-box input {
    padding-left: 20px;
    width: 78px;
    height: 28px;
    color: #0093dd;
    font-size: 16px;
    border: 1px solid #ccc;
}

.text-box span {
    font-size: 14px;
    color: #47b5f0;
    margin-left: 10px;
    line-height: 26px;
}

.text-box .jiajian {
    position: absolute;
    top: 1px;
    left: 75px;
    width: 24px;
    height: 28px;
    background-color: #ededed;
}

.text-box .jiajian i {
    display: block;
    width: 24px;
    height: 14px;
    background: url("/themes/images/updown.png") 0 0 no-repeat;
}

.text-box .jiajian .ssbottom {
    background-position: 0 -14px;
}

.huakuai {
    width: 400px;
    position: relative;
    height: 28px;
    top: 11px;
    left: 11px;
}

.huakuai .huakuai-box {
    position: relative;
    width: 400px;
    height: 20px;
    background: #e6e6e6;
    top: 4px;
}

.huakuai-box div {
    position: absolute;
    height: 20px;
    width: 39px;
    background: #47b5f0;
    left: 1px;
    z-index: 2;
}

.huakuai i {
    position: absolute;
    display: block;
    width: 14px;
    height: 28px;
    background: url("/themes/images/huaikuai.png") no-repeat;
    top: 0;
    left: 26px;
    z-index: 3;
}

.huakuai-box b {
    position: absolute;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ccc;
    font-size: 14px;
    color: #686868;
    padding-right: 3px;
}

.huakuai-box b.three {
    left: 111px;
}

.huakuai-box b.five {
    left: 188px;
}

.huakuai-box b.ten {
    right: 0
}

.btn1 {
    margin-left: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #686868;
    font-size: 16px;
    cursor: pointer;
}

.info-box .click {
    background-color: #47b5f0;
    color: white;
    cursor: default;
}

/*会员列表*/
.adduser {
    position: relative;
    top: 7px;
    left: -1px
}

.adduser i {
    position: absolute;
    top: 7px;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url("/themes/images/addUser.png") no-repeat;
    cursor: pointer;
}

.adduser i.icon-tjwt {
    background: url("/themes/images/tjwt.png") no-repeat;
}

.adduser a {
    display: block;
    padding-left: 32px;
    width: 88px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: white;
    background-color: #ff8701;
    font-size: 14px;
}

.usercentertab tr {
    height: 41px;

}

.usercentertab thead tr {
    background-color: #f2f2f2;
    height: 46px;
    overflow: visible;
}

.usercentertab thead tr th {
    border-bottom: 6px solid #fff;
}

.usercentertab thead tr th {
    color: #333;
    text-align: center;
}

.usercentertab tbody tr {
    background-color: #fff;

}

.usercentertab tbody tr td {
    border-top: 1px solid #f2f2f2;
}

.usercentertab tbody tr td {
    color: #686868;
    text-align: center;
    font-size: 14px;
}

.usercentertab tbody tr td a, .usercentertab tbody tr td span {
    color: #0091de;
    font-size: 14px;
}

.page {
    float: right;
    margin-top: 20px;
    margin-right: 1px;
    margin-bottom: 20px;
}

.page a {
    float: left;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-left: 10px;
    text-align: center;
    color: white;
    background-color: #47b5f0;
}

.page span {
    float: left;
    width: 60px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    margin-left: 10px;
    text-align: center;
    color: #47b5f0;
    background-color: white;
    border: 1px solid #47b5f0;
}

.layerClass .layui-layer-title {
    height: 40px;
    text-align: center;
    color: white;
    background-color: #FF8701;
    line-height: 40px;
    font-size: 16px;
    border: none;
}

.layerClass .layui-layer-setwin {
    top: 0;
    right: 0;
}

.layerClass .layui-layer-setwin .layui-layer-close1 {
    width: 40px;
    height: 40px;
     border-left: 1px solid rgb(240, 203, 162);
    background: url("/themes/images/botton-delete.png") center no-repeat;
}

.layerClass .layui-layer-setwin .layui-layer-close1:hover {
    background-position: center
}

.delete #layer .layer-info {
    color: #ff0000;
    font-size: 16px;
    text-align: left;
    padding: 30px 0 30px;
    line-height: 24px;
    text-align: center;
}

.delete #layer .layer-sub input.sub {
    margin-left: 100px;
}

.delete #layer .layer-sub {
    padding-top: 0
}

#layer .layer-info {
    padding-top: 16px;
    color:#333;
}

#layer .layer-info label {
    margin-top: 14px;
    display: block;
}

#layer .layer-info label span {
    width: 124px;
    font-size: 16px;
    color: #333;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
#layer .layer-info label input {
    width: 300px;
    /* margin-left: 10px; */
    margin-top: 5px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    text-indent: 15px;
    color: #333;
}
#layer .layer-info label input[type=radio]{
    height:15px;
}
#layer .layer-sub {
    padding-top: 30px;
}

#layer .layer-info label input.phone {
    width: 288px;
    /* margin-left: 10px; */
    padding: 11px 0;
    padding-left: 10px;
    height: 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

#layer .layer-sub {
    padding-top: 20px;
}

#layer .layer-sub input.sub {
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #ccc;
    margin-left: 60px;
    cursor: pointer;
    margin-left: 134px;
    background-color: #ff8701;
}
#layer .layer-sub input.qx {
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #ccc;
    margin-left: 60px;
    cursor: pointer;
    margin-left: 60px;
    background-color: #f0ba7c;
}
#layer .layer-info label input.obligate{
    width: 60px;
}

.MIYUE{
    display: inline-block;
    position: relative;
    top: -1px;
    left: 25px;
    width: 80px;
    height: 22px;
    background: url(../images/icon-实时.png) no-repeat;
}
/*订单信息*/
.search-dingdan {
    height: 140px;
    background-color: #f2f2f2;
}

.dingdan-tiaojian {
    padding: 20px 0 1px;
}

.dingdan-tiaojian span {
    font-size: 16px;
    color: #686868;
}
.dingdan-tiaojian input{
    width: 130px;
    height: 35px;
    line-height: 35px;
}
.dingdan-tiaojian input.nine_date{
    background-position: 100px center;
}
.dingdan-search-btn {
    text-align: right;
    margin-right: 20px;
}

.dingdan-search-btn input {
    width: 140px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: white;
    background-color: #ff8701;
    border-radius: 2px;
    cursor: pointer;
}

.dingdan-tab {
    margin-top: 20px;
    /* padding-left: 10px; */
    background-color: #fff;
}


.dingdan-tab thead tr {
    height: 41px;
    background-color: #f2f2f2;
}

.dingdan-tab thead tr th {
    color: #333;
    font-size: 14px;
    /* text-align: left; */
}
.dingdan-tab thead tr th font{
    color: #ff0000;
    font-size: 12px;
}
.dingdan-tab tbody tr * {
  /*  color: #686868;*/
    font-size: 12px;
    line-height: 1.25em;
}
.dingdan-tab tbody>tr.bc>td {
    background-color: #00b5ed;
}
.dingdan-tab tbody>tr.bc>td .font12{
    color: #fff;
}
.dingdan-tab tbody>tr.bd>td {
    border-bottom: 1px solid #00b5ed;
    /* background: #f2f2f2; */
    /* text-align: center; */
}

/* .dingdan-tab tbody>tr {
    height: 100px;
} */

.dingdan-tab tbody td{
    /* line-height: 20px; */
    padding:10px 0;
    text-align: center;
}


.dingdan-tab .dingdan-icon {
    display: inline-block;
}

/* .dingdan-tab div {
    padding-top: 10px;
    height: 40px;
    line-height: 32px;
} */

.dingdan-tab .chaozuo {
    text-align: center;
}

.dingdan-tab .chaozuo, .dingdan-tab .chaozuo a {
    color: #0093dd;
    line-height: 24px;
}

.dingdan-tab .font12 {
    font-family: '宋体';
    font-size: 12px;
    padding-left: 5px;
    color: #0093dd;
}

.dingdan-tab .tab-top {
    padding-top: 20px;
    height: 30px;
}

.dingdan-tab .danhao {
    width: 14px;
    height: 14px;
    background: url(/themes/images/917/icon-54.png) no-repeat;
}

.dingdan-tab .dengdai {
    background-position: 0 0;
}

.dingdan-tab .jiudian {
    width: 14px;
    height: 13px;
    background: url(/themes/images/917/icon-55.png) no-repeat;
}

.dingdan-tab .quxiao {
    background-position: -54px 0;
}

.dingdan-tab .yquxiao {
    background-position: -72px 0;
}

.dingdan-tab .queding {
    background-position: -90px 0;
}

.dingdan-tab .pay {
    background-position: -108px 0;
}

/*密码修改*/
.uppwd .layer-info {
    /*padding-top: 16px;*/
}

.uppwd .layer-info label {
    display: block;
    margin-bottom: 10px;
}

.uppwd .layer-info label span {
    width: 92px;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.uppwd .layer-info label input {
    width: 238px;
    padding: 8px 0;
    padding-left: 10px;
    height: 22px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.uppwd .layer-sub {
    padding-top: 10px;
}

.uppwd .layer-sub input {
    width: 100px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: white;
    background-color: #c2c2c2;
    margin-left: 45px;
    cursor: pointer;
}

.uppwd .layer-sub input.sub {
    margin-left: 92px;
    background-color: #ff8701;
}

.uppwd .layer-info label span.user {
    color: #787878;
    font-size: 16px;
}

/*账单*/
.zhangdan-info-box {
    width: 100%;
    padding: 0 0 40px;

}

.zhangdan-info {
    margin: 0 auto;
    padding-top: 20px;
    width: 1000px;
    background-color: white;
}

.zhangdan-tab {
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
    border: 1px solid #efeeee;
}

.zhangdan-btn {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.zhangdan-btn input {
    margin-right: 40px;
    width: 180px;
    height: 60px;
    background-color: #47b5f0;
    color: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

/*酒店详情*/
.hotelInfo-bg {
    width: 100%;
    height: 19px;
    background-color: #e3e3e3;
    border-top: 1px solid #ccc;
}

.hotelInfo {
    margin: 10px auto 30px;
    width: 1200px;
}

.title-top ul li {
    margin-right: 1px;
}

.title-top ul li, .title-top ul li a {
    float: left;
    width: 100px;
    height: 40px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ebebeb;
    font-size: 16px;
    line-height: 40px;
    color: #686868;
}

.title-top ul li.click, .title-top ul li.click a {
    background-color: #47b5f0;
    color: white;
}

.title-top p {
    padding-left: 20px;
    height: 40px;
    line-height: 35px;
    background-color: #47b5f0;
}

.gps {
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(/themes/images/hotelnfo.png) no-repeat -600px 0px;
}

.title-top p span {
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}

.content-hotelInfo h2 {
    height: 70px;
    line-height: 70px;
}

.content-hotelInfo h2 span {
    margin-left: 15px;
    margin-right: 18px;
    padding-bottom: 3px;
    font-size: 20px;
    color: #ff8701;
    background: url("/themes/images/hotelname_bg.png") bottom left repeat-x;
}

.icon-hotel {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/themes/images/hotelnfo.png) no-repeat 0px -156px;
    position: relative;
    top: 4px;
}

.content-hotelInfo h2 .LUX {
    left: 10px
}
.stroke {
    padding-left: 0;
    text-align: center;
    position: relative;
}

.item {
    background-color: #47b5f0;
    color: #ffffff !important;
    position: relative;
}

.item em {
    display: block;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 45%;
    border-style: solid dashed dashed;
    border-color: #47b5f0 transparent transparent;
    font-size: 0;
    line-height: 0;
}

.stroke > div {
    width: 100px;
    display: block;
    float: left;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.ydxz-content {
    margin-top: 20px;
    /* background: #fff; */
}

.ydxz-content .ydxz-con {
    padding:0 20px;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.layer-content {
    padding: 0 40px 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.layer-title {
    color: #47b5f0;
    font-size: 18px;
    border-bottom: 1px solid #47b5f0;
}

.layer-title > p {
    width: 150px;
    padding: 10px 0;
    border-bottom: 3px solid #47b5f0;
}

.layer-cont {
    padding: 20px 0;
}

.layer-protocol {
    text-align: center;
    overflow: hidden;
}

.layer-protocol > span {
    float: left;
    color: #ff8701;
    font-size: 12px;
    font-family: '宋体';
    line-height: 15px;
}

.protocol-choose {
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ff8701;
    margin-left: 330px;
    margin-right: 5px;
    line-height: 10px !important;
    cursor: pointer;
}

.protocol-choose img {
    display: none;
}

.hotelss {
    /*border: 1px solid #ccc;*/
}

.hotelss .hotelss-info {
    border: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
    margin-top: 10px;
}

.hotelss .left-info {
    width: 599px;
    height: auto;

}

.hotelss .right-info {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 20px;
    width: 549px;
    overflow: auto;
    height: 414px;
    background: url("/themes/images/top-center-bg.png") left top repeat-y;
}

.hotelss .right-info h5 {
    font-size: 14px;
    color: #ea8010;
}

.hotelss .right-info div p {
    text-indent: 2em;
}

.hotelss .right-info p {
    line-height: 25px;
    font-size: 14px;
    color: #686868;
}

.htl_info_table {
    margin-left: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
}

.htl_info_table table {
    width: 100%;
    margin-bottom: -1px;
    table-layout: fixed;
}

.htl_info_table th, .htl_info_table td {
    padding: 7px 0;
    vertical-align: top;
}

.htl_info_table th {
    font-size: 14px;
    color: #686868;
    width: 120px;
    text-align: left;
    line-height: 30px;
}

.detail_extracontent {
    overflow: hidden;
    zoom: 1;
}

.Height_house {
    height: 60px;
}

.detail_extracontent li {
    font-size: 14px;
    color: #686868;
    float: left;
    display: inline;
    margin-right: 12px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.detail_extracontent li span {
    display: inline-block;
    max-width: 340px;
    _width: expression(this.width > 340 ? "340" : auto);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotel_url .detail_extracontent li {
    width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotel_url .detail_extracontent li a {
    color: #47b5f0;
}

.hotel_url .detail_extracontent li a:hover {
    text-decoration: underline;
}

.detail_extracontent .totol span {
    font-size: 14px;
    color: #47b5f0;
    cursor: pointer;
    /*text-decoration: underline;*/
}

.detail_extracontent .totol_click span {
    color: #0e79b2;
    cursor: default;
}

.detail_extracontent .totol_click:hover {
    text-decoration: none;
}

.totol.hover {
    color: #06c
}

.totol:hover {
    text-decoration: underline
}

.hotellj {
    background: url("/themes/images/top-BT-bg.png") repeat;
    height: 118px;
    border: 1px solid #ccc;
    border-top: none;
    padding-top: 30px;
}

.hotellj ul li {
    margin: 0 12px;
}

.hotellj ul li, .hotellj ul li a {
    float: left;
    font-size: 14px;
    color: #ff8701;
}

.hotellj ul li a span {
    margin-top: 10px;
    font-size: 14px;
    color: #ff8701;
    display: block;
    text-align: center;
}

.hotellj ul {
    margin: 0 auto;
    width: 600px;
}

.hotellj ul li a {
    width: 76px;
    height: 85px;
    text-align: center;
}

.hotellj ul li i {
    display: block;
    margin-left: 8px;
    width: 60px;
    height: 60px;
    background: url("/themes/images/hotelnfo.png");
}

.hotellj ul li i.pic {
    background-position: -420px 0px;
}

.hotellj ul li i.pichas {
    background-position: -120px 0px;
}

.hotellj ul li i.video {
    background-position: -360px 0px;
}

.hotellj ul li i.videohas {
    background-position: -60px 0px;
}

.hotellj ul li i.xuanchuan {
    background-position: -540px 0px;
}

.hotellj ul li i.xuanchuanhas {
    background-position: -240px 0px;
}

.hotellj ul li i.map {
    background-position: -300px 0px;
}

.hotellj ul li i.maphas {
    background-position: 0px 0px;
}

.hotellj ul li i.house {
    background-position: -480px 0px;
}

.hotellj ul li i.househas {
    background-position: -180px 0px;
}

.hotellj ul li i.youhui {
    background-position: -300px -60px;
}

.hotellj ul li i.youhuihas {
    background-position: -240px -60px;
}

.hbcx {
    margin-top: 80px;
    display: none
}

.pkg_circle_top, .pkg_circle_bottom {
    background: url(../images/un_group_detail.png) no-repeat;
}

.calendar {
    position: relative;
    width: 565px;
    margin-top: 10px;
    background-color: #fff;
}

.calendar_num {
    height: 40px;
}

.calendar_num li {
    float: right;
    list-style: none;
    width: 65px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.CalendarBody {
    width: 484px;
    border: 1px solid #ccc;
    border-right: none;
    padding: 24px 40px 40px;
}

.calendar_num li.bold {
    font-weight: bold;
}

.calendar_left {
    position: relative;
    width: 565px;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background-color: #47b5f0;
}

.calendar_left p {
    height: 100%;
}

.calendar_left p span {
    /*padding: 99px 0;*/
    display: block;
    color: #fff;
    font-size: 24px;
}

.calendar_left p .two_line {
    padding: 37px 0 38px;
}

.calendar_left p .three_line {
    padding: 52px 0;
}

.calendar_left .border {
    border-bottom: 1px solid #eaeaea;
}

.pkg_circle_top, .pkg_circle_bottom {
    display: block;
    position: absolute;
    width: 11px;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    background: url("/themes/images/un_group_detail.png") no-repeat;
}

.pkg_circle_top {
    top: 15px;
    left: 196px;
    background-position: -22px 0;
}

.pkg_circle_bottom {
    top: 15px;
    right: 196px;
    background-position: -33px 0;
}

.pkg_circle_top:hover {
    background-position: -22px 0;
}

.pkg_circle_bottom:hover {
    background-position: -33px 0;
}

.pkg_circle_top_disable, .pkg_circle_top_disable:hover {
    background-position: 0 0;
    cursor: default;
}

.pkg_circle_bottom_disable, .pkg_circle_bottom_disable:hover {
    background-position: -11px 0;
    cursor: default;
}

.calendar_right {
    float: right;
    width: 441px;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.calendar_right td {
    height: 46px;
    border: 1px solid #e1e1e1;
    border-width: 0 0 1px 1px;
    vertical-align: top;
    color: #aaa;
}

.calendar_right .date {
    display: block;
}

.calendar_right .date i {
    float: right;
    padding-left: 14px;
    width: 0;
    overflow: hidden;
    background-position: -125px 0;
    margin: -2px -4px 0 0;
    position: relative;
}

.calendar_price01 {
    display: block;
    text-align: right;
    padding-top: 2px;
}

.calendar_right .on {
    cursor: pointer;
}

.calendar_right .on .date {
    color: #333;
}

.calendar_right .on .festival_name {
    color: #333;
}

.calendar_right .on .calendar_price01 {
    /*
       color: #ff6000;*/
    text-align: left;
    color: green;
}
.calendar_right .on .calendar_price00 {
    /*
       color: #ff6000;*/
    color: red;
}
.calendar_right .on .calendar_price02 {
    /*
       color: #ff6000;*/
    color: #ff8701;
}

.calendar_right .calendar_price01 dfn, .calendar_right .calendar_price01 em {
    font-weight: normal;
    font-style: normal;
}

.calendar_right .bg_blue {
    color: #b6bacc;
}

.calendar_right a {
    display: block;
    width: 60px;
    height: 44px;
    color: #4c5373;
    font-size: 14px;
    padding: 2px 4px;
    position: relative;
    text-decoration: none;
    font-family: 'Arial';
}

.calendar_right .on a:hover, .calendar_right a.current {
    position: absolute;
    border: 1px solid #febe32;
    margin: -1px 0 0 -1px;
    background-color: #fffbee;
}

.calendar_right a, .calendar_right a span, .calendar_right a i, .calendar_right a em {
    cursor: default;
}

.calendar_right .on a, .calendar_right .on a span, .calendar_right .on a i, .calendar_right .on a em {
    cursor: pointer;
}

/*end*/
.hangban h6 {
    margin-top: 10px;
    width: 634px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #fff;
    background-color: #47b5f0;
    color: white;
    font-size: 16px;
}

.underline {
    /*text-decoration: underline;*/
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}

.ticket {
    width: 589px;
    height: 260px;
    padding: 50px 0 40px 45px;
    border: 1px solid #ccc;
    border-left: none;
    background: url("/themes/images/calendar-right-bg.png") left top repeat-y;
}

.tab1 tr td {
    padding: 7px 0;
    height: 26px;
}

.tab1 tr td * {
    font-size: 14px;
    color: #333;
}

.tab1 tr td .hangbanyuding {
    margin-top: 15px;
    width: 120px;
    height: 40px;
    background-color: #ff8701;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.xcyd {
    margin-top: 20px;
    background: #ffffff;
}

.room-favour{
    margin-top: 20px;
    border: 1px solid #cccccc;
    padding:20px;
    box-sizing: border-box;
}
.room-favour p span.room-first{
    border-bottom: 2px solid #ff8701;
    font-size: 16px;
}
.room-favour p span.room-secend{
    float: right;
    font-size: 14px;
}
.room-favour p span.room-secend a{
    color: #47b5f0;
    text-decoration: underline;
}
.room-con{
    color: #47b5f0;
    padding-top: 10px;
}
.room-con span{
    color: #686868;
    padding: 0 15px;
    font-family: "微软雅黑";
    font-size: 14px;
}
.room-xuhao{
    padding: 0 !important;
}
.room-name{
    padding-left: 0 !important;
}
.room-now{
    color: #999999 !important;
}

.search-price {
    width: 1190px;
    margin-top: 16px;
    padding-left:10px;
    height: 50px;
    /* background-color: #47b5f0; */
    border-bottom: 2px solid #ededed;
    margin-bottom: 5px;
}

.search-price label {
    margin: 0 5px;
}

.search-price div.interchange-box{
    width: 30px;
    height: 34px;
    background: url(/themes/images/917/icon-42.png) no-repeat;
    background-position: center center;
    cursor: pointer;
}
.search-price .interchange-box .interchange{
    width: 20px;
    height: 20px;
}
.search-price label.interchange-box {
    margin: 0;
    height: 34px;
}
.search-price label .nine_date{
    background-position: 95px center;
}
.search-price label input{
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
}


.search-price i {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    font-size: 14px
}

.search-price label.jisuan {
    height: 34px;
}

.search-price label.jisuan input {
    width: 88px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #00a2df;
	border-radius: 4px;
    cursor: pointer;
    float: left;
}

.hotelInfo-tab {
    margin-top: 1px;
}
.search-price label.roomsNum{
    width: 186px;
    position: relative;
    
}
.search-price label.roomsNum .s-pos{
    width: 135px;
    padding-left: 5px;
    position: absolute;
    top:0;
    left:44px;
    color: #333333;
    display: block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
}
.search-price label.roomsNum .child_age{
    margin-left: 5px;
}

.search-price label.roomsNum .cover{
    min-width:280px;
    position: absolute;
    top:40px;
    left:45px;
    background-color: #fff;
    border:1px solid #f2f2f2;
    -webkit-box-shadow: 1px 1px 10px 0px #e1e1e1;
    -moz-box-shadow: 1px 1px 10px 0px #e1e1e1;
    box-shadow: 1px 1px 10px 0px #e1e1e1;
    display: none;
}
.w65{
    width: 65px;
}
.search-price label.roomsNum .cover-box{
    padding: 10px 15px;
}
.search-price label.roomsNum .cover-box .tit{
    font-size: 14px;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.search-price label.roomsNum .cover-box .title{
    font-size: 12px;
    color: #666;

    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 30px;
}
.search-price label.roomsNum .cover input{
    border:1px solid #d2d2d2;
}
.search-price label.roomsNum .cover .chooseNum{
    min-width: 306px;
    padding-left: 0;
}
.search-price label.roomsNum .cover p{
    font-size: 12px;
    color: #666;

    height: 32px;
    line-height: 32px;
}
.search-price label.roomsNum .n_arr{
    display: block;
    position: absolute;
    top:12px;
    right:4px;
    border: 6px solid #fff;
    border-top-color: #c2c2c2;
    width: 0;
    height: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.search-price label.roomsNum .c_arr{
    top:6px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.hotelInfo-tab thead th {
    background-color: #ededed;
    color: #595757;
    font-size: 14px;
    text-align: center;
    height: 60px;
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
}

.hotelInfo-tab tbody td {
    border-bottom: 2px solid #ededed;
    border-top: none;
    border-left: none;
    text-align: center;
    font-size: 14px;
    color: #686868;
    padding: 20px 0;
}

.hotelInfo-tab tbody td * {
    font-size: 14px
}

.fudjuz {
    float: left;
    position: relative;
    left: 42%;
    margin-top: 17px
}

.fudjuz div {
    float: left;
    position: relative;
    right: 50%;
    overflow: hidden;
}

.hotelInfo-tab tbody td p {
    margin-bottom: 17px;
    line-height: 18px;
}
.fudjuz input.update {
    margin-left: 23px;
    width: 38px;
    height: 18px;
    line-height: 18px;
    color: #ff8701;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    background: white;
}

.hotelInfo-tab table {
    /* border-left: 1px solid #ccc; */
}

.fudjuz input.enterA {
    display: none;
    margin-left: 23px;
    width: 38px;
    height: 18px;
    line-height: 18px;
    background-color: #47b5f0;
    border: 1px solid #0093dd;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.hotelInfo-tab tbody td .chakan {
    color: #47b5f0;
    font-size: 14px;
}

.icon_desc_text {
    background: url(/themes/images/hotelnfo.png) no-repeat 0 -60px;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
    overflow: hidden;
    margin-left: 5px;
}

.fjcp {
    padding: 5px 0px;
    /* border-bottom: 2px solid #ededed; */
    border-top: none;
}

.fjcp-tab {
    width: 1200px;
}

.fjcp-tab thead th {
    height: 60px;
    color: #686868;
    font-size: 14px;
    text-align: center;
    background-color: #e6e6e6;
}

.fjcp-tab tbody td {
    padding: 25px 0 25px;
    color: #686868;
    font-size: 14px;
    text-align: center;
}

.fjcp-tab tbody td a {
    display: inline-block;
    width: 80px;
    height: 34px;
    color: #fff;
    line-height: 34px;
    background-color: #47b5f0;
    border-radius: 4px;
}

.danxuan {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/themes/images/xingcheng.png) no-repeat -192px 0;
}

.xuanzhong .danxuan {
    background-position: -208px 0;
}

.chooseTime {
    cursor: pointer;
}

.xuanzhong span {
    color: #ff8701;
}

.xcyd .zongjia {
    border-bottom: 2px solid #ededed;
    padding-bottom: 5px;
    color: #333;
}

.xcyd .zongjia span {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ededed;
    color: #ea8031;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
}

.xcyd .nine_hotel_btn a.zj-yd {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #00a2f1;
    border-radius: 4px;
    margin: 35px auto;
    text-align: center;
}

.xcyd .zongjia * {
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.jgzs {
    margin-top: 30px;
    background: #fff;
}

.jgzs h6 {
    margin-top: 10px;
    border: 1px solid #47b5f0;
    border-radius: 4px;
    width: 398px;
    background-color: #fff;
}

.jgzs h6 a {
    float: left;
    width: 199px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    color: #0093dd;
    font-size: 14px;
}

.jgzs h6 a span {
    color: #0093dd;
    font-size: 14px;
}

.icon-30 {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 8px;
    background: url("/themes/images/hotelnfo.png") no-repeat;
}

.fixBorder1 {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fixBorder2 {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.icon-w1 {
    background-position: -16px -126px;
    margin-top: 3px;
}

.icon-b2 {
    background-position: 0 -110px;
}

.icon-w2 {
    background-position: 0 -140px;
}

.icon-b1 {
    background-position: -16px -96px;
    margin-top: 3px;
}

.jgzs .highchartsClick {
    background-color: #47b5f0;
}

.jgzs .highchartsClick span {
    color: #fff;
}

.preferentInfo-tips i {
    display: none;
}

.preferentInfo-tips div.layui-layer-content {
    background-color: #fff;
    max-width: 360px;
    min-width: 50px;
    _width: expression(this.width>50? (this.width> 360 ? "360" : auto):50);
    color: #333;
    border: 1px solid #0093dd;
}

.update-name {
    display: none
}

.fudjuz input.input-reset {
    padding-right: 0;
    font-size: 14px;
    color: #686868;
    height: 22px;
    line-height: 22px;
    background: url(../images/arrow.png) right 7px no-repeat;
}

.close-box {
    height: 40px;
}

.close {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    background: url("/themes/images/tips-close.png") no-repeat;
    cursor: pointer;
}
.closea{
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("/themes/images/bottom-banner-closea.png") no-repeat;
    top: 12px;
    right: -40px;

}

.layer-content-box {
    margin: 0 40px;
}

.layer-title-box {
    height: 40px;
    line-height: 36px;
    *line-height: 38px;
    border-bottom: 1px solid #47b5f0;
    /*min-width: 600px;*/
}

/*.min_price{*/
/*max-width: 600px ;*/
/*min-width: 300px;*/
/*}*/
.max_width {
   position: relative;
}

.comes {
    font-weight: normal;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #686868;
}

.layer-title-box .rztime {
    border-bottom: 2px solid #47b5f0;
}

.layer-title-box .rztime i {
    font-size: 24px
}

.layer-title-box .rztime span {
    margin-left: 10px;
    font-size: 18px;
    color: #0095dd
}

.colorff8701 {
    color: #ff8701
}

.layer-title-box .hotel-name {
    font-size: 14px;
    margin-top: 5px;
}

.pageDetails-icon {
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
    width: 26px;
    height: 24px;
    background: url(/themes/images/xingcheng.png) no-repeat;
}

.spec-con-content {
    display: inline-block;
    margin-top: -5px;
    margin-right: 10px;
    width: 26px;
    height: 24px;
    background: url(/themes/images/spec.png) no-repeat;
}

.spec-con-pic {
    display: inline-block;
    margin-top: -5px;
    margin-right: 10px;
    width: 26px;
    height: 24px;
    background: url(/themes/images/prec.png) no-repeat;
}

.icon_add{
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
    width: 26px;
    height: 24px;
    background: url(/themes/images/icon_add.png) no-repeat;
}

.house-price {
    background-position: -16px 0;
}

.fangxing {
    background-position: -42px 0;
}

.all-price {
    background-position: -68px 0;
}

.traffic {
    background-position: -114px 0;
}

.meals {
    background-position: -140px 0;
}

.night-num {
    background-position: -166px 0;
}

.preferent {
    background-position: -224px 0;
}

.layer-details-box {
    margin-top: 26px;
}

.layer-details-box tr th {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.layer-details-box tr td {
    padding: 10px 20px;
    min-height: 25px;
    height: auto;
    _height: 25px;
    font-size: 14px;
    color: #686868;
    /*border-bottom: 1px solid #ebebeb;*/
}

@media screen and (max-width: 1200px) {
    .layer-title-box {
        min-width: 1050px;
    }

    .layer-details-box tr th {
        padding: 10px 20px;
    }

    .layer-details-box tr td {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 1200px) {
    .layer-title-box {
        min-width: 850px;
    }
}

.layer-details-box tr td ul.cuxiao_word {
    /*width: 100%;*/
    color: #FF4451;
}

.child_number {
    font-size: 16px;
    color: #333333;
    font-family: '微软雅黑';
}
.spec {
    overflow: hidden;
}

.spec > div {
    float: left;
    line-height: 25px;
}
.p_cu p{
    padding: 5px 0 !important;
}
.spec-con {
    font-size: 16px !important;
    font-weight: bolder;
    color: #333333 !important;
}

.spec-heji {
    font-size: 18px !important;
    color: #333333 !important;
    font-weight: bolder;
}

#layer-details-box tr,
#layer-details-box td {
    border: 1px;
    border-style: solid;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #686868;
}

#layer-details-box tr {
    border-color: #ff8701;
}

.tr_color td {
    border-top-color: #ff8701 !important;
    border-bottom-color: #ff8701 !important;
}

.tr_color_left {
    border-left-color: #ff8701 !important;
}

.tr_color_right {
    border-right-color: #ff8701 !important;
}

.tr_color_bottom {
    border-bottom-color: #ff8701 !important;
}
#se-box tr,#se-box td{
    width: 100%;
    border: none !important;
}
#se-box{
     text-align: left !important;
     width: 100%;
 }

.see-box tr,.see-box td{
    border: none !important;
}
.ses-box tr,.ses-box td{
    border: none !important;
    border-bottom: 1px solid #dbdbdb !important;
}
.post-night{
    overflow: hidden;
    text-align: left !important;
}
.night{
    float: left;
}
.night-right{
    position: absolute;
    right: 5px;
}
#se-box:first-child{
    border-bottom: 1px solid #dbdbdb !important;
}

.under-line{
    padding-left: 20px !important;
}

.under-line:first-child{
    border-bottom: 1px solid #dbdbdb !important;
}
#layer-details-box td {
    border-color: #dbdbdb;
}

#layer-details-box ul {
    overflow: hidden;
}

#layer-details-box ul.people li {
    font-size: 16px;
    color: #333333;
    font-family: '微软雅黑';
}

#layer-details-box ul li {
    float: left;
    text-align: left;
}

.li_child {
    text-align: center;
}

.child_text {
    float: left;
}

.child_text:first-child {
    margin-left: 15px;
    margin-right: 20px;
}

.child_text:nth-child(2) {
    margin-left: 30px;
    margin-right: 20px;
}

.child_text:nth-child(3) {
    margin-left: 40px;
    margin-right: 20px;
}

.line {
    padding: 0 !important;
}

/*.room_guige_line{*/
/*padding: 15px !important;*/
/*}*/

.layer-details-box tr td .colorff4451 {
    font-size: 14px;
    color: #FF4451;
}

.layer-details-box tr td p {
    padding: 0;
    height: auto;
    line-height: 1.25em;
}

.layer-details-box tr td.layer-all {
    padding: 20px 0 40px;
}

.layer-details-box tr td.layer-all div {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    cursor: default;
    text-align: center;
    background-color: #ff8701;
    font-size: 14px;
}

.other-content-box {
    /*margin: 0 40px;*/
    margin-left: 40px;

}

.other-content-title {
    margin-right: 40px;
    height: 40px;
    border-bottom: 1px solid #47b5f0;
}

.other-title {
    display: block;
    width: 110px;
    border-bottom: 2px solid #47b5f0;
    font-size: 18px;
    height: 25px;
    padding-top: 13px;
    color: #0093dd;
}

.other-content {
    padding-left: 20px;
}

.other-content .scroll {
    max-height: 400px;
    _height: expression((document.documentElement.clientHeight||document.body.clientHeight)<400?"400px":"");
    overflow-y: auto;
    padding-bottom: 60px;
}

.other-content h5 {
    font-size: 16px;
    color: #333;
}

.mljdxz {
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
}

.mlfjxz {
    padding: 15px 0;
}

.mlfjxz * {
    font-size: 14px;
    color: #686868;
}

.mlfjxz .jtrs {
    margin-top: 10px
}

.mlfjxz .mlxzjd {
    display: block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ccc;
    color: #333;
}

.mlsFix {
    height: 30px !important;
    line-height: 30px !important;
    background: url(../images/arrow.png) right 12px no-repeat !important;
}

.mlclick .mlsFix {
    border: 1px solid #ff8701;
    background: url(../images/arrow-c.png) right 10px no-repeat !important;
}

.inputFix {
    font-family: arial, helvetica, sans-serif !important;
    color: #333 !important;
    height: 24px !important;
    line-height: 24px !important;
    background: url(../images/arrow-s.png) right 10px no-repeat !important;
}

.mlfjinfo {
    line-height: 33px;
    height: 34px;
}

.relative {
    position: relative;
    left: 0;
    top: 0;
    margin-left: -1px;
}

.relative span {
    position: absolute;
    top: 7px;
    left: 25px;
    font-size: 12px;
}

.mlnum {
    margin-right: 9px;
    display: inline-block;
    width: 32px;
    height: 27px;
    background: url(/themes/images/mlnum.png) no-repeat;
}

.mlnum1 {
    background-position: 0 0;
}

.mlnum2 {
    background-position: -32px 0;
}

.mlnum3 {
    background-position: -64px 0;
}

.mlnum4 {
    background-position: -96px 0;
}

.mlnum5 {
    background-position: -128px 0;
}

.jtrs ul li {
    margin-left: 28px;
    margin-top: 10px;
    width: 231px;
}

.jtrs ul li.start {
    margin-left: 0
}

.mlclick .mlfjinfo * {
    color: #ff8701;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.other-content h5.colorff8701 {
    color: #ff8701
}

.mlclick .mlxzjd {
    color: white;
    background-color: #ff8701;
}

.selectFix {
    border: 1px solid #ff8701 !important;
    border-top: none !important;
}

.selectFix a {
    color: #ff8701 !important;
}

.highcharts-tooltip {
    top: 0 !important;

}

.highcharts-tooltip span {
    font-family: 'Arial' !important;
}

/*问题提交*/
.wttj .layer-info {
    /*padding-top: 16px;*/
}

.wttj .layer-info label {
    display: block;
    margin-bottom: 10px;
}

.wttj .layer-info label span {
    width: 92px;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.wttj .layer-info label input {
    font-size: 16px;
}

.wttj .layer-sub {
    padding-top: 10px;
}

.wttj .layer-sub input {
    width: 100px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: white;
    background-color: #c2c2c2;
    margin-left: 45px;
    cursor: pointer;
}

.wttj .layer-sub input.sub {
    margin-left: 92px;
    background-color: #ff8701;
}

.wttj .layer-info label span.user {
    color: #787878;
    font-size: 16px;
}

.wttj .inptw {
    padding: 8px 0;
    padding-left: 8px;
    padding-right: 10px;
    color: #787878;
    font-size: 16px;
    height: 22px;
    border: 1px solid #ccc;
}

.wttj textarea {
    padding: 8px 0;
    padding-left: 8px;
    padding-right: 10px;
    width: 686px;
    resize: none;
    outline: none;
    height: 98px;
    font-size: 12px;
    line-height: 1.875em;
    color: #787878;
    border: 1px solid #ccc;
}

/*问题查看*/
.wtck p {
    margin-top: 5px;
    width: 780px;
    color: #787878;
    font-size: 16px;
    line-height: 1.875em;
}

.wtck .layer-info label span {
    color: #787878;
}

.wtck .layer-info label span.c333 {
    color: #333;
}

.wtck .layer-info label span.cff8701 {
    color: #ff8701;
}

/*update2015年6月16日 16:44:43*/

.dingdan-search-btn input {
    width: 110px;
    font-size: 18px;
}

.search-dingdan {
    height: auto;
}

.layer-details-box tr td .ertongfix span {
    padding-top: 10px;
}

.picture-box {
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #e3e3e3;
}

.picture-bg {
    margin-top: 19px;
    background-color: white;
}

.picture-content {
    margin: 0 auto;
    width: 1200px;
    padding: 40px 0 100px;
}

.selectFont a {
    font-size: 16px !important;
}

/*订单确认*/
.order-bg {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 60px;
    background-color: #e3e3e3;
    border-top: 1px solid #ccc;
}

.order-box {
    padding: 0 100px 80px;
    margin: 0 auto;
    width: 1000px;
    background-color: white;
}

.order-box h3 {
    padding-top: 45px;
    padding-bottom: 15px;
}

.order-box h3 span {
    padding-left: 8px;
    color: #ff8701;
    font-size: 16px;
    line-height: 1.25em;
}

.order {
    /*margin: 0 100px;*/
    width: 996px;
    border: 2px solid #ff8702;
    /*margin-bottom: 80px;*/
}

.gps-icon {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(/themes/images/order-icon.png) no-repeat -162px 0px;
}

.order h5 {
    position: relative;
    height: 70px;
    line-height: 70px;
}

.order h5 span {
    color: #333;
    font-size: 16px;
    line-height: 70px;
    *line-height: 80px
}

.order-hotel-info h5 i {
    position: absolute;
    top: 20px;
    left: -47px;
    display: block;
    width: 39px;
    height: 37px;
    background: url(/themes/images/order-icon.png) no-repeat 0 0;
}

.order-house-info h5 i {
    position: absolute;
    top: 20px;
    left: -47px;
    display: block;
    width: 39px;
    height: 37px;
    background: url(/themes/images/order-icon.png) no-repeat -39px 0;
}

.order-fjcp-info h5 i {
    position: absolute;
    top: 19px;
    left: -44px;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/themes/images/order-icon.png) no-repeat -78px 0px;
}

.order-xiadan-info h5 i {
    position: absolute;
    top: 15px;
    left: -38px;
    display: block;
    width: 30px;
    height: 38px;
    background: url(/themes/images/order-icon.png) no-repeat -114px 0px;
}

.order-box-info {
    margin: 0 8px;
    padding-left: 88px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #ccc;
}

.order ul li {
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
}

.order ul li span {
    color: #686868;
    font-size: 16px;
}

.order ul li input {
    color: #999;
    font-size: 14px;
    height: 18px;
    /*line-height: 1.25em;*/
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.order ul li input.input-error {
    padding-left: 30px;
    color: #ff8701;
    /*width: 358px;*/
    border-color: #ff8701;
    background: url("/themes/images/error-tips.png") 9px center no-repeat;
}

.sexChoose span {
    float: left;
    width: 38px;
    height: 28px;
    line-height: 1.75em;
    font-size: 16px;
    color: #686868;
    text-align: center;
    border: 1px solid #cfcfcf;
    cursor: pointer;
}

.sexChoose .sexClick {
    color: white;
    background-color: #ff8701;
    border-color: #ff8701;
}

.order-house-info ul {
    padding-bottom: 30px;
}

.order-house-info {
    padding-bottom: 30px
}

.order-xiadan-info textarea {
    outline: none;
    height: 78px;
    width: 498px;
    resize: none;
    border: 1px solid #ccc;
    color: #686868;
}

.order-xiadan-info {
    border-bottom: none;
}

.allPrice-box {
    border: 2px solid #ff8702;
    border-top: none;
    height: 57px;
    text-align: center;
    line-height: 54px;
}

.allPrice-box span {
    color: #f53722;
    font-size: 18px;
}

.allPrice-box a {
    display: inline-block;
    margin-left: 40px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: white;
    background-color: #ff8702;
}

.true-box {
    width: 550px;
    margin: 80px auto;
}

.true-top-content {
    padding-left: 20px;
    padding-bottom: 36px;
    border-bottom: 1px dashed #999;
    /*text-align: center;*/
}

.true-top-content h1 {
    padding-top: 30px;
    color: #e80707;
    font-size: 30px;
    line-height: 1.25em;
    width: 330px;
}

.true-top-content p {
    padding-top: 19px;
    font-size: 18px;
    line-height: 1.25em;
    color: #333;
}

.true-url {
    padding-top: 40px;
    text-align: center;
}

.true-url a {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff8702;
    color: white;
    font-size: 16px;
    margin: 0 20px;
}

.all_xhouse {
    cursor: pointer;
}

.all_xhouse span {
    font-size: 14px;
    color: #686868;
}

.icon-xiala {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/themes/images/arrow-xiala.png") right 8px no-repeat;
}

.pageDetails_FS {
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(/themes/images/xingcheng_FS.png) no-repeat;
}

/* 下拉list */
/* #food{
    width:200px;
    height:auto;
    margin:0 auto;
    background:#47b5f0;
    position: relative;
}

#selectfood{
        width:200px;
        height:40px;
        margin:0 auto;
        display:block;
        color: #FFF!important;
        cursor:pointer;
        }

#allfood{width:200px;}
#allfood li,#alltraffic li{
        height:40px;
        border-top:1px solid #DFDFDF;
        list-style:none;
        text-align: right!important;
        padding-right: 65px;
        }
#allfood li span,#alltraffic li span{
    padding-left:20px;
    cursor:pointer;
    color: #333!important;
        }
#allfood li:hover,#alltraffic li:hover{
            color:#FFF!important;
            background-color:#47b5f0!important;
            display: block;
        }

#traffic{
    width: 183px;
    height: auto;
    margin:0 auto;
    background:#47b5f0;
    position: relative;
}

#selecttraffic{
        width:183px;
        height:40px;
        margin:0 auto;
        display:block;
        color:#FFF!important;
        cursor:pointer;
        }
#alltraffic{width:183px; color:#47b5f0!important; }
#allfood,#alltraffic{
        height:auto;
        line-height:40px!important;
        clear:both;
        margin:0 auto;
        position:absolute;
        z-index: 1;
        top:40px;
        left:0;
        border:1px solid #DFDFDF;
        border-top:none;
        background-color:#FFF!important;
        display:none ;
       }
.sort-icon {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 6px;
    background: url("../images/sort-icon.png") no-repeat;
}
.sortD {
    background-position: -10px 0;
} */

/* 917CSS */
.tips{
    visibility: hidden;
    font-size: 12px;
    color: #ff0000;
    line-height: 15px;
}

.nine_content{
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding-bottom: 20px;
}
.bg_content{
    background: url(/themes/images/917/icon-08.png) no-repeat;
    /* background-size: 100% 100%; */
    background-position: left -120px;

}
.nine_content .nine_content_box{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;

}
.nine_date{
    background: url(/themes/images/917/icon-09.png) no-repeat;
    cursor: pointer;
}
.nine_content_box .layui-rate{
    padding: 0 0 0 15px;
}
/* 登陆 */
.nine_login{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/themes/images/917/4.png) no-repeat;
    background-position: center center;
}

.nine_login>ul {
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding-top: 35px;
}
.nine_login>ul li{
    display: inline;
    font-size: 22px;
    margin-right:30px;
}
.nine_login>ul li a{
    color: #fff;
}
.nine_login .nine_l{
    text-align: center;
    padding: 30px 0 20px;
}
.nine_login p{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}
.nine_login .logo_box{
    width: 340px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
}
.nine_login .logo_box .layui-tab-title{
    border-bottom: 2px solid #e4e4e4;
}
.nine_login .logo_box .layui-tab-title li{
    color: #808080;
    padding: 0 0 23px 0;
    font-size: 16px;
    line-height: 18px;
    margin-right: 25px;
}
.nine_login .logo_box .layui-tab-brief>.layui-tab-title .layui-this{
    color: #ea8031;
}
.nine_login .logo_box .layui-tab-brief>.layui-tab-more li.layui-this:after, 
.nine_login .logo_box .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #ea8031;
}
.nine_login .logo_box .layui-tab-content{
    padding: 30px 0 0 0 ;
}
.nine_login .logo_box .logo_box_inp{
    margin-bottom: 18px;
}
.nine_login .logo_box .logo_box_inp input{
    border-radius: 4px;
}
.nine_login .logo_box .logo_box_btn{
    padding-top: 20px;
}
.nine_login .logo_box button{
    width: 100%;
    background: #ea8031;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}
.nine_login .logo_box .logo_box_info{
    padding-top: 20px;
}
.nine_login .logo_box .logo_box_info .layui-form-checked[lay-skin=primary] i{
    border-color: #ea8031;
    background-color: #ea8031;
}
.nine_login .logo_box .logo_box_tr{
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #808080;
}
.nine_login .logo_box .logo_box_oth{
    text-align: center;
    padding-top: 20px;
}
.nine_login .logo_box .logo_box_oth i {
    margin: 0 10px;
    cursor: pointer;
}
.nine_login .logo_box .layui-email{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px; 
    background:url(/themes/images/917/icon-40.png) no-repeat;
    background-color: #dddddf;
    background-position: center center;
}
.nine_login .tim{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 0;
}
.nine_login .tims{
    text-align: center;
    color: #fff;
    font-size: 12px;
}
/* 首页 */
.nine_index .nine_search_box{
    width: 100%;
    padding: 40px 0;  
}
.nine_index .nine_search_box .mdd_title{
    width: 140px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    border-bottom:4px solid #00b5ed;
    margin: 0 auto; 
    text-align: center;
    color: #00b5ed;
}
.nine_index .nine_search_box .layui-tab{
    margin: 0;
    background-color: #ffffff;
    padding-top: 30px;
    -moz-box-shadow:0px 0px 11px #D9D9D9; 
    -webkit-box-shadow:0px 0px 11px #D9D9D9; 
    box-shadow:0px 0px 11px #D9D9D9;
}
.nine_index .nine_search_box .layui-tab-title{
    border-bottom: 2px solid #cccccc;
    height: 50px;
}
.nine_index .nine_search_box .layui-tab-title li{
    width: 600px;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    padding: 0 ;
}
.nine_index .nine_search_box .layui-tab-brief>.layui-tab-title .layui-this{
    color: #00b5ed;
}
.nine_index .nine_search_box .layui-tab-title .layui-this:after{
    height: 52px;
}
.nine_index .nine_search_box .layui-tab-brief>.layui-tab-more li.layui-this:after,
.nine_index .nine_search_box .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 4px solid #00b5ed;
}
.nine_index .nine_search_box .layui-tab-content{
    padding:30px 40px 40px;
}
.nine_index .nine_search_box .nine_search_line{
    padding-bottom: 30px;
}
.nine_index .nine_search_box .nine_search_line p{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.nine_index .nine_search_box .nine_search_line .nine_search_msg{
    width: 160px;
    margin-right: 20px;
}
.nine_index .nine_search_box .nine_search_line .people_number .nine_search_msg{
    width: 70px;
}
.nine_index .nine_search_box .nine_search_line .people_number .child_age .nine_search_msg{
    margin-right: 5px;
}
.nine_index .nine_search_box .nine_search_line .nine_date{
    background-position: 130px center;
}
.nine_index .nine_search_box .nine_search_line .num_tag{
    width: 15px;
    height: 15px;
    border: 1px solid #00b5ed;
    border-radius: 15px;
    text-align: center;
    line-height: 15px;
    color: #00b5ed;
    font-size: 12px;
    margin-top: 46px;
    margin-right: 10px;
}
.nine_index .nine_search_box .nine_search_line .people_number{
    margin-right: 30px;
}
.nine_index .nine_search_box .search_btn{
    width: 300px;
	height: 48px;
    margin: 10px auto;
}
.nine_index .nine_search_box .search_btn button{
    width: 300px;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    background-color: #ff9728;
    font-size: 18px;
    cursor: pointer;
}
.nine_index .nine_search_box .nine_search_line .hotel_name{
    /* width: 700px; */
    width: 1060px;
    position: relative;
}
.nine_index .nine_search_box .hotel_name .search_hotel_list{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    /* width: 698px; */
    width: 100%;
    max-height: 242px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background: #ffffff;
    z-index: 123;
    overflow: auto;
}
.nine_index .nine_search_box .hotel_name .search_hotel_list li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    padding-left: 10px;
    cursor: pointer;
}
.nine_index .nine_search_box .hotel_name .search_hotel_list li:hover{
    background: #00b5ed;
    color: #ffffff;
}
.nine_index .hotel_tag{
    width: 100%;
    height: 60px;
    padding-top: 20px;
    background: #ffffff;
}
.nine_index .hotel_tag .hotel_tag_box{
    width: 1120px;
    background: #f7f7f7;
    margin:  0 auto;
}
.nine_index .hotel_tag .hotel_tag_title{
    width: 60px;
    height: 60px;
    padding-left: 55px;
    background: url(/themes/images/917/icon-10.png) no-repeat;
    background-position: 20px center;
    line-height: 60px;
    color: #4d4d4d;
}
.nine_index .hotel_tag .hotel_tag_list{
    height: 60px;
    line-height: 60px;
}
.nine_index .hotel_tag .sort_price{
    font-size: 14px;
    font-weight: bold;
    color: rgb(245, 95, 31);
    height: 60px;
    line-height: 60px;
    padding-right: 30px;
    cursor: pointer;
    background: url(/themes/images/917/sort.png) no-repeat;
    background-position: 62px center;
}
.nine_index .nine_hotel_list{
    padding-top: 10px;
    background-color: #ffffff;
}
.nine_index .nine_hotel_list>ul{
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.nine_index .nine_hotel_list>ul>li{
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.nine_index .nine_hotel_list>ul>li:hover .hotel_list_name{
    color: #00b5ed;
    border-color: #00b5ed;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_pic{
    width: 154px;
    height: 103px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_pic img{
    width: 100%;
    height: 100%;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_pic .no_pic{
    width: 154px;
    height: 103px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 103px;
    font-size: 12px;
    color:#666;
    font-weight: bold;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_info{
    width: 630px;
    padding-left: 20px;
}
.nine_index .nine_hotel_list>ul>li .hotelms{
    font-size: 14px;
    color: #ff0000;
    line-height: 17px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_info .hotel_list_name{
    font-size: 20px;
    line-height: 23px;
    max-width: 460px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_info .hotel_lux{
    width: 40px;
    height: 16px;
    background: url(/themes/images/LUX.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 4px;
}
.nine_index .nine_hotel_list>ul>li .hotel_msg{
    padding:0 25px;
    height: 17px;
    line-height: 17px;
    border-right: 1px solid #999999;
    background: url(/themes/images/917/icon-11.png) no-repeat;
    margin-right: 20px;
    color: #999999;
    font-size: 14px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_wifi{
    background-position: 0px 2px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_meals{
    background-position: 0px -13px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_traffic{
    background-position: 0px -30px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_price{
    font-size: 14px;
    color: #999999;
    height: 45px;
    vertical-align: bottom;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_price span{
    color:#ff4e40;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_price span.price{
    font-size: 36px;
    padding-right: 5px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_price span.sign{
    font-size: 16px;
}
.nine_index .nine_hotel_list>ul>li .hotel_list_more{
    width: 103px;
    height: 43px;
    border: 1px solid #ff9728;
    text-align: center;
    line-height: 43px;
    color: #ff9728;
    font-size: 16px;
    cursor: pointer;
}
.nine_index .nine_content_box .new_list{
    width: 1120px;
    height: auto;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 11px #D9D9D9;
}
.nine_index .nine_content_box .new_list .tit{
    width: 100px;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    color: #00B5ED;
    font-weight: bold;
    border-bottom: 2px solid #00B5ED;
    text-align: center;
}
.nine_index .nine_content_box .new_list .mores a{
    color: #FF9728;
    font-size: 14px;
    text-decoration: underline;
}
.nine_index .nine_content_box .new_list ul li {
    margin: 14px 0;
    width: 100%;
}
.nine_index .nine_content_box .new_list ul li p{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.nine_index .nine_content_box .new_list ul li p span{
    color: #D31010;
}
.nine_index .nine_content_box .new_list ul li .infos{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    width: 950px;
}
.nine_index .nine_content_box .new_list ul li .times{
    font-size: 14px;
    color: #FA9538;
    line-height: 20px;
    
}
.content-hotelInfo h3{
    color: #666666;
    padding: 30px 0 24px;
    font-size: 16px;
}
.content-hotelInfo  .hotel_name{
    font-size: 26px;
    font-family: "SourceHanSansCN-Normal";
    color: #595757;
    padding-right: 10px;
}
.content-hotelInfo .layui-rate{
    padding-top: 7px;
}
.content-hotelInfo .hotel_logo{
    width: 158px;
    height: 50px;
}
.content-hotelInfo .hotel_logo img{
    width: 100%;
    height: 100%;
}
.content-hotelInfo .hotel_info{
    width: 1160px;
    padding: 20px;
    background: #ffffff;
    border-top: 1px solid #ededed;
}
.content-hotelInfo .hotel_url{
    padding: 0 25px;
    margin: 10px 0;
    font-size: 14px;
    color: #666666;
    background: url(/themes/images/917/icon-12.png) no-repeat;
    background-position: 0px -119px;
}
.content-hotelInfo .hotel_pic{
    width: 500px;
    height: 360px;
}
.content-hotelInfo .hotel_item{
    width: 600px;
}
.content-hotelInfo .hotel_nav{
    text-align: center;
    width: auto;
    margin: 0 auto;
    padding: 40px 0 15px;
}
.content-hotelInfo .hotel_nav li{
    display: inline-block;
    font-size:14px;
    text-align: center;
    margin: 0 50px;
    cursor: pointer;
}
.content-hotelInfo .hotel_nav li .hotel_nav_p{
    padding-top: 10px;
    line-height: 25px;
    color: #00b5ed;
}
.content-hotelInfo .hotel_nav li .hotel_nav_img{
    height: 32px;
    position: relative;
}
.content-hotelInfo .hotel_nav li .hotel_nav_img div{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.content-hotelInfo .hotel_item .hotel_info_table{
    margin-top: 40px;
}
.content-hotelInfo .hotel_item .hotel_info_table th,
.content-hotelInfo .hotel_item .hotel_info_table td{
    font-size: 15px;
    color: #808080;
    padding: 8px 0;
    text-align: left;
}
.content-hotelInfo .hotel_item .hotel_info_table td{
    max-width: 190px;
    padding-right: 10px;
}
.content-hotelInfo .hotel_item .hotel_info_table th.room_name{
    color: #ff7200;
    vertical-align: top;
    line-height: 20px;
}
.content-hotelInfo .hotel_item .hotel_info_table td i{
    display: inline-block;
    /* margin-right: 5px; */
}
.content-hotelInfo .hotel_item .hotel_info_table td i.vs{
    width: 68px;
    height: 26px;
    background: url(/themes/images/917/zf1.png) no-repeat;
    background-size: 100% 100%;
}
.content-hotelInfo .hotel_item .hotel_info_table td i.up{
    width: 48px;
    height: 33px;
    background: url(/themes/images/917/zf2.png) no-repeat;
}
.content-hotelInfo .hotel_item .hotel_info_table td i.pay{
    width: 27px;
    height: 30px;
    background: url(/themes/images/917/zf3.png) no-repeat;
}
.content-hotelInfo .hotel_item .hotel_info_table td i.mc{
    width: 53px;
    height: 38px;
    background: url(/themes/images/917/zf4.png) no-repeat;
}
.content-hotelInfo .hotel_item .hotel_info_table td i.wx{
    width: 29px;
    height: 30px;
    background: url(/themes/images/917/zf5.png) no-repeat;
}
.content-hotelInfo .hotel_item .hotel_info_table td .room_list{
    height: 20px;
    overflow: hidden;
}
.content-hotelInfo .hotel_item .hotel_info_table td .room_list li{
    height: 20px;
    line-height: 20px;
    color: #5c5c5c;
}
.content-hotelInfo .hotel_item .hotel_info_table td .all_xhouse{
    padding-top: 5px;
}
.content-hotelInfo .hotel_trip{
    margin-top: 20px;
    background-color: #ffffff;
}
.content-hotelInfo .theme_title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #00a2df; 
    text-align: center;
    font-size: 26px;
    font-family: "SourceHanSansCN-Normal";
    color: #fff;
}

.content-hotelInfo .ydxz-content .nine_fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00a2df; 
}
.content-hotelInfo .ydxz-content .nine_fixed .theme_title{
    width: 1200px;
    margin: 0 auto;
}
.content-hotelInfo .ydxz-content .theme_title ul{
    width: auto;
    margin: 0 auto;
    text-align: center;
    height: 55px;
}
.content-hotelInfo .ydxz-content .theme_title ul li{
    display: inline-block;
    height: 55px;
    margin: 0 40px;
}
.content-hotelInfo .ydxz-content .theme_title ul li a{
    display: block;
    width: 120px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color:#fff;
    font-size: 26px;
    cursor: pointer;
    margin-right: 20px;
}
.content-hotelInfo .ydxz-content .theme_title ul li.active a,
.content-hotelInfo .ydxz-content .theme_title ul li:hover a{
    color: #ea8031;
}
/* .content-hotelInfo .theme_title h2.active{
    color: #ea8031;
}
.content-hotelInfo .theme_title h2:hover{

    color: #ea8031;
} */
.nine_liuc{
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.nine_liuc li{
    float: left;
    height: 80px;
}
.nine_liuc li.nine_liuc_conts{
    width: 240px;
    padding-left: 90px;
}
.nine_liuc li.nine_liuc_o{
    background: url(/themes/images/917/icon-43.png) no-repeat;
    background-position: left center;
}
.nine_liuc li.nine_liuc_to{
    background: url(/themes/images/917/icon-44.png) no-repeat;
    background-position: left center;
}
.nine_liuc li.nine_liuc_tr{
    background: url(/themes/images/917/icon-45.png) no-repeat;
    background-position: left center;
}
.nine_liuc li.nine_liuc_arrow{
    width: 30px;
    text-align: center;
    margin: 0 37.5px;
}
.nine_liuc li.nine_liuc_arrow img{
    padding-top: 16px;
}
.nine_liuc li p{
    font-size: 22px;
    color: #231815;
    line-height: 27px;
    padding-bottom: 5px;
}
.nine_liuc li div{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #919192;
}
.hotel_gg {
    position: fixed;
    top:120px;
    width: 188px;
    height: auto;
    background-color: #fff;
}
.hotel_gg_left{
    left: 10px;
}
.hotel_gg_right{
    right:10px;
}
.hotel_gg p{
    width: 188px;
    height: 42px;
    background-color: #00a2df;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
}
.hotel_gg h6{
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    background-color: #31d9ea;
}
.hotel_gg ul{
    /* padding-top: 15px; */
}
.hotel_gg li {
    margin-bottom: 15px;
}
.hotel_gg li .hotel_gg_pic{
    width: 100%;
    height: 115px;
}
.hotel_gg li .hotel_gg_pic img{
    width: 100%;
    height: 100%;
}
.hotel_gg li .hotel_gg_box{
    width: 166px;
    height: auto;
    padding: 15px 10px;
    border: 1px solid #d3d3d3;
    /* border-top: none; */
}
.hotel_gg li .hotel_gg_box .hotel_gg_price{
    color: #ea8031;
    height: auto;
    font-family: "SourceHanSansCN-Bold";
    line-height: 27px;
    padding-bottom: 10px;
    /* position: relative; */
    /* padding-left: 15px; */
}
.hotel_gg li .hotel_gg_box .hotel_gg_price b{
    /* position: absolute; */
    width: 100%;
    font-size: 24px;
}
.hotel_gg li .hotel_gg_box .hotel_gg_price span{
    font-size: 12px;
    position: absolute;
    top: 0px;
}
.hotel_gg li .hotel_gg_box .hotel_gg_price .usd{
    top: 4px;
    left: -10px;
}
.hotel_gg li .hotel_gg_box .hotel_gg_price .q{
    top: 3px;
    left: 70px;
}
.hotel_gg li .hotel_gg_box .hotel_gg_fly{
    font-family: "SourceHanSansCN-Normal";
	font-size: 14px;
	line-height: 27px;
	color: #0091c9;
}
/* 404 */
.nine_error{
    text-align: center;
}
.nine_error img{
    padding-top: 20px;
}
.nine_error a{
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #00b5ed;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.nine_error a:hover{
    color: #ffffff;
}
.dingdan-tiaojian input.member_serc_btn{
    width: 100px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    color: #fff;
    background:#ff8701; 
}
/* hone */
.nine_home .nine_home_wrapper{
    width: 100%;
    height: 690px;
}
.nine_home .nine_home_wrapper .wrapper_box{
    position: relative;
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_box_cover{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_box_cover .wrapper_s{
    width: 900px; 
    margin: 0 auto;
    padding-top: 170px;
}
.nine_home .nine_home_wrapper .wrapper_box h2{
    font-size: 28px;
    color: #fff;
    letter-spacing:2px;
    padding-bottom: 30px;
    font-family: "SourceHanSansCN-Normal";
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_search{
    width: 900px;
    height: 60px;
    -moz-box-shadow:0px 0px 10px #cae1f3; 
    -webkit-box-shadow:0px 0px 10px #cae1f3;
    box-shadow:0px 0px 10px #cae1f3;
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_search .wrapper_inp{
    width: 790px;
    height: 60px;
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_search .wrapper_inp input{
    width: 760px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    background-color: #cae1f3;
    padding-left: 30px;
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_search .wrapper_icon{
    width: 110px;
    height: 60px;
    text-align: center;
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_search .wrapper_icon button.layui-btn{
    width: 100%;
    height: 100%;
    background-color: #ea8031;
    border-radius: 0px;
    margin: 0;
}
.nine_home .nine_home_wrapper .wrapper_box .wrapper_search .wrapper_icon i{
    color: #fff;
    font-size: 30px;
}
.nine_home .nine_home_mdd{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.nine_home .nine_home_mdd .nine_home_mdd_box{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.nine_home .nine_home_mdd .nine_home_mdd_box .more_mdd a{
    display: block;
    width: 118px;
    height: 40px;
    border: 1px solid #595757;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}
.nine_home h4{
    text-align: center;
    font-size: 14px;
    color: #999;
    font-family: "SourceHanSansCN-Normal";
}
.nine_home h3{
    text-align: center;
    font-size: 28px;
    color: #666;
    letter-spacing:4px;
    padding-bottom: 20px;
    font-family: "SourceHanSansCN-Normal";
}
.nine_home .hr{
    width: 120px;
    height: 3px;
    background-color: #0091c9;
    margin: 0 auto;
}
.nine_home .nine_home_mdd .nine_home_mdd_box ul{
    padding-top: 35px;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li{
    float: left;
    width: 580px;
    height: 320px;
    margin-bottom: 25px;
    position: relative;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li .nine_home_mdd_cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    color: #fff;
    text-align: center;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li .nine_home_mdd_cover h5{
    padding-top: 90px;
    font-size: 24px;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li .nine_home_mdd_cover h6{
    padding-top: 10px;
    font-size: 18px;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li .nine_home_mdd_cover div{
    width: 228px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li .nine_home_mdd_cover p{
    font-size: 18px;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li img{
    width: 100%;
    height: 100%;
}
.nine_home .nine_home_mdd .nine_home_mdd_box li:nth-child(odd){
    margin-right: 30px;
}
.nine_home .nine_home_tj{
    padding-top: 70px;
}
.nine_home .nine_home_tj .nine_home_tj_box{
    width: 1200px;
    margin: 0 auto;
}
/* 房型 */
.nine_house>p{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
	line-height: 27px;
    color: #808080;
    padding: 17px 0 30px;
}
.nine_house>p c{
    color: #0091ce;
}
.nine_house .nine_house_bg{
    position: relative;
}
.nine_house .nine_house_bg .cover{
    position: absolute;
    top:160px;
    right: 0;
    width: 330px;
    height: 110px;
    background-color: #0091ce;
    color: #fff;
    text-align: center;
}
.nine_house .nine_house_bg .cover h2{
    font-size: 45px;
    padding: 10px 0 0px;
}
.nine_house .nine_house_bg .cover h4{
    font-size: 22px;
}
.nine_house .nine_house_pub{
    width: 1200px;
    margin: 0 auto;
}
.nine_house .nine_house_pub > p{
    font-size: 15px;
	line-height: 27px;
	letter-spacing: 1px;
    color: #808081;
    text-align: center;
}
.nine_house .nine_house_pub > h3{
    font-size: 40px;
	letter-spacing: 2px;
    color: #231815;
    text-align: center;
    padding-bottom: 22px;
}
.nine_house .nine_house_pub > .nine_house_line{
    width: 119px;
    height: 4px;
    margin: 0 auto 70px;
    background-color: #0091ce;
}
.nine_house .nine_house_info{
    padding-top: 100px;
    padding-bottom: 100px;
}
.nine_house .nine_house_pub ul li{
    margin-bottom: 80px;
}
.nine_house .nine_house_pub ul li .nine_house_left{
    width: 553px;
    height: auto;
}
.nine_house .nine_house_pub ul li .nine_house_left .c_name{
    font-size: 35px;
    color: #7f8080;
    padding-top: 28px;
}
.nine_house .nine_house_pub ul li .nine_house_left .e_name{
	font-size: 45px;
	letter-spacing: 0px;
    color: #7f8080;
    padding-bottom: 22px;
    border-bottom: 1px solid #adadad;
}
.nine_house .nine_house_pub ul li .nine_house_left p{
    font-size: 28px;
	line-height: 60px;
    color: #949595;
    border-bottom: 1px solid #adadad;
}
.nine_house .nine_house_pub ul li .nine_house_right{
    width: 616px;
    height: 377px;
}
.nine_house .nine_house_pub ul li .nine_house_right img{
    width: 100%;
    height: 100%;
}
.nine_house .nine_child_club{
    width: 1200px;
    height: auto;
    margin: 0 auto 240px;
}
.nine_house .nine_child_club .club_bg{
    width: 100%;
    height: 427px;
}
.nine_house .nine_child_club .club_bg img{
    width: 100%;
    height: 427px;
}
.nine_house .nine_child_club .club_cont{
    width: 100%;
    height: auto;
    background-color: #0091ce;
    text-align: center;
}
.nine_house .nine_child_club .club_cont p{
    padding: 28px 0 24px;
    font-size: 30px;
	color: #ffffff;
}
.nine_house .nine_child_club .club_cont h5{
    font-size: 18px;
	line-height: 33px;
	letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 45px;
}
/* 库存 */
.nine_kuc{
    width: 1200px;
    height: auto;
    margin: 40px auto 20px;
    background: #fff;
}
.nine_kuc .nine_kuc_box{
    padding: 20px 40px;
}
.nine_kuc .nine_kuc_box ul{
    border-bottom: 1px solid #CCCCCC;
}
.nine_kuc .nine_kuc_box ul li{
    float: left;
    padding: 10px 50px;
    border-bottom: 2px solid #fff;
    font-size: 20px;
}
.nine_kuc .nine_kuc_box ul li.active,
.nine_kuc .nine_kuc_box ul li:hover{
    color: #00B5ED;
    border-bottom: 2px solid #00B5ED;
}
.nine_kuc .nine_kuc_box .nine_kuc_box_search {
    padding:30px 0 20px; 
}
.nine_kuc .nine_kuc_box .nine_kuc_box_search label{
    padding-right: 10px;
    font-size: 16px;
    color: #333;
}
.nine_kuc .nine_kuc_box .nine_kuc_box_search .nine_date{
    background-position: 135px center;
}
.nine_kuc .nine_kuc_box .nine_kuc_box_search .layui-input-inline{
    width: 160px;
}
.nine_kuc .nine_kuc_box .nine_kuc_box_search button{
    width: 200px;
    background-color: #FF9728;
}
.nine_tag{
    width: 1120px;
    margin: 10px auto;
    background-color: #fff;
    padding: 0 40px;
    position: relative;
    height: auto;
}
.nine_tag .nine_tag_title{
    width: 80px;
    padding-top: 15px;
}
.nine_tag .nine_tag_list{
    width: 1040px;
    max-height: 159px;
    overflow: hidden;
}
.nine_tag ul li{
    float: left;
    margin:10px 15px 10px 0;
    padding:5px 10px;
    color: #333;
    border: 1px solid #666;
    border-radius: 2px;
}
.nine_tag ul li.active,.nine_tag ul li:hover{
    border-color: #FF5D05;
}
.nine_tag ul li.active a,.nine_tag ul li:hover a{
    color: #FF5D05;
}
.nine_tag .nine_tag_arrow{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FF5D05;
    cursor: pointer;
    display: none;
}
.kc_list{
    width: 1200px;
    height:  auto;
    margin: 0 auto 50px;
    background-color: #fff;
}
.kc_list ul {
    padding: 40px;
}
.kc_list_li{
    border: 1px solid #F0F0F0;
    padding: 20px 20px 15px;
}
.kc_list_li:first-child{
    border-bottom: none;
}
.kc_list_li p{
    padding-left: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.kc_list_li p.cp{
    background: url(/themes/images/917/icon-48.png) no-repeat;
    background-position: left top;
}
.kc_list_li p.cp:hover a{
    color:#00B5ED;
}
.kc_list_li p.kc_info{
    font-size: 12px;
    color:#ff0000;
    font-weight: normal;
}
.kc_list_li p.fly{
    background: url(/themes/images/917/icon-51.png) no-repeat;
    background-position: left top;
}

.kc_list .kc_list_box{
    overflow: hidden;
    padding-left: 30px;
}
.kc_list .cp_list_box{
    height: 47px;
}
.kc_list .fly_list_box{
    height: 105px;
}
.kc_list .kc_list_box table{
    width: 100%;
}
.kc_list .kc_list_box table tr td.rs {
    position: relative;
}
.kc_list .kc_list_box table tr td.rs .roomnames{
    position: absolute;
    top: 5px;
    left: 0;
    width: 950px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.kc_list .kc_list_box table td{
    padding: 30px 0 10px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #F0F0F0;
}
.kc_list .kc_list_box table td k{
    color: #ff0000;
}
.kc_list .kc_list_box .bold{
    font-weight: bold;
}
.kc_list .kc_list_box .items{
    font-size: 12px;
    color: #999;
}
.kc_list .kc_list_box .wz{
    color: #FF9728;
}
.kc_list .kc_list_box .list_btn{
    text-align: right;
}

.kc_list .kc_list_box a {
    display: inline-block;
    width: 60px;
    height: 24px;
    border-radius: 2px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
}
.kc_list .kc_list_box a.yl{
    color: #FF5D05;
    border: 1px solid #FF5D05;
}
.kc_list .kc_list_box a.xd{
    color: #009B0F;
    border: 1px solid #009B0F;
}
.kc_list .kc_list_box .fly_box{
    height: auto;
    background-color: #F5F5F5;
    padding: 14px 0 10px 20px;
    margin-top: 10px;
}
.fly_box .flight{
    width: 514px;
}
.fly_box .f_tag{
    width: 46px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    background: url(/themes/images/917/icon-53.png) no-repeat;
    background-size: cover;
}
.fly_box .f_info{
    height: 24px;
    padding-left: 56px;
    line-height: 24px;
}
.fly_box .f_info .times{
    position: relative;
    padding-right: 15px;
}
.fly_box .f_info .times .hours{
    position: absolute;
    top:5px;
    right: 0px;
    font-size: 12px;
    color: #FF0000;
    line-height: 12px;
}
.fly_box .f_info .f_arrow{
    width: 120px;
    height: 9px;
    background: url(/themes/images/917/icon-52.png) no-repeat;
    background-position: center bottom;
    padding: 10px 10px 0;
    position: relative;
    font-size: 12px;
    color: #666;
}
.fly_box .f_info .f_arrow .company{
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    text-align: center;
}
.fly_box .f_info .f_arrow .fly_num{
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    text-align: center;
}
.fly_box .fly_bot{
    padding-top: 20px;
    line-height: 24px;
}
.fly_box .fly_bot .items{
    padding: 0 20px;
    line-height: 25px;
}
.fly_box .fly_bot .items k{
    color: #ff0000;
}
.fly_box .fly_bot .list_btn{
    padding-left: 30px;
}

.kc_list .kc_more{
    font-size: 14px;
    color: #00A2DF;
    line-height: 20px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}
.kc_list .kc_more i{
    display: inline-block;
    width: 12px;
    height: 8px;
   
}
.kc_list .kc_more i.ck_up{
     background: url(/themes/images/917/icon-49.png) no-repeat;
}
.kc_list .kc_more i.ck_d{
    background: url(/themes/images/917/icon-50.png) no-repeat;
}
.nine_kuc .pic_list{
    width: 1120px;
    padding: 0 40px;
}
.nine_kuc .pic_list li {
    float: left;
    width: 265px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
} 
 .nine_kuc .pic_list li:nth-child(4n){
    margin-right: 0px;
} 

.nine_kuc .pic_list .pic img{
    width: 265px;
    height: 149px;
    margin-right: 20px;
    cursor: pointer;
}
.nine_kuc .pic_list li .names{
    width: 225px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-right: 10px;
}
.nine_kuc .pic_list li .upload{
    width: 30px;
    height: 30px;
}
.nine_kuc .pic_list li .upload img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
/* 下单 */
.nine_trip{
    padding: 40px 0;
}
.nine_trip .nine_content_box{
    width: 1120px;
    padding: 40px;
    background-color: #fff;
}
.nine_trip .nine_trip_box{
    width: 1078px;
    height: auto;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    margin: 0px auto;
    padding: 20px;
}
.nine_trip .nine_trip_hotel .h_name{
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    background: url(/themes/images/917/icon-48.png) no-repeat;
    background-position: left center;
    font-size: 16px;
    font-weight: bold;
}
.nine_trip .nine_trip_hotel .h_info{
    padding-left: 30px;
    color: #666;
    padding: 15px 0 15px 30px;
    line-height: 24px;
}
.nine_trip .nine_trip_hotel .h_info span{
    padding-right: 40px;
}
.nine_trip .nine_trip_hotel .h_info span.infos{
    font-size: 12px;
    color: #999;
}
.nine_trip .nine_trip_hotel .h_info span.infos k{
    color: #ff0000;
}
.nine_trip .nine_trip_hotel .h_info span.yws{
    color: #FF9728;
}
.nine_trip .p_tips{
    width: 1020px;
    height: 40px;
    background: #F0F0F0;
    line-height: 40px;
    margin:25px 0 25px 30px;
    padding-left: 20px;
    color: #FF0000;
}
.nine_trip .or_information{
    padding-left:30px;
    width: 1040px; 
}
.nine_trip .or_information .or_information_box{
    padding-bottom: 40px;
}
.nine_trip .or_information h2{
    font-size: 16px;
    color: #FF9728;
    font-weight:bold;
    line-height:16px;
    padding-bottom: 10px;
}
.nine_trip .or_information .tit{
    line-height: 30px;
    padding-right: 6px;
}
.nine_trip .or_information button{
    height: 30px;
    line-height: 30px;
    background-color: #FF8701;
}
.nine_trip .or_information .rm_information .flight li{
    float: left;
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #686868;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    cursor: pointer;
    margin-right: 5px;
}
.nine_trip .or_information .rm_information .rm_btn{
    padding-top: 20px;
    text-align: center;
}
.nine_trip .or_information .rm_information .flight li.active,
.nine_trip .or_information .rm_information .flight li:hover{
    color: #fff;
    background-color: #FF8701;
    border-color: #FF8701;
}
.nine_trip .layui-input, 
.nine_trip .layui-select, 
.nine_trip .layui-textarea{
    height: 30px;
    line-height: 30px;
    color: #333;
}
.nine_trip .or_information .rm_information .room{
    padding-bottom: 20px;
}
.nine_trip .or_information .rm_information .room .room_num{
    padding-right: 60px;
}
.nine_trip .or_information .rm_information .room .room_num_list{
    /* min-width: 415px; */
    max-width: 830px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.nine_trip .or_information .rm_information .flight .fly_information_tj{
    padding-left: 30px;
}
.nine_trip .or_information .rm_information .flight .fly_information_tj .nine_date{
    background-position: 95px center;
}
.nine_trip .or_information .rm_information .room .room_num_list .mid{
    padding: 0 9px 0 4px;
}
.nine_trip .or_information .rm_information .room .room_num_list .age{
    color: #CCCCCC;
}
.nine_trip .or_information .rm_information .room .room_num_box{
    width: 830px;
}
.nine_trip .or_information .rm_information .up_date{
    padding-bottom: 20px;
}
.nine_trip .or_information .rm_information .up_date .up_date_title{
    width: 60px;
    line-height: 30px;
}
.nine_trip .or_information .rm_information .up_date .up_date_info{
    width: 1040px;
}
.nine_trip .or_information .rm_information .fjcp-tab thead th{
    height: 40px;
}
.nine_trip .or_information .fly_information .fly_information_list{
    width: 1020px;
    padding: 20px 5px 20px 20px;
    background-color: #F5F5F5;
}
.nine_trip .or_information .fly_information .fly_information_list .fly_information_tj{
    padding-right: 30px;
}

.nine_trip .or_information .fly_information .fly_information_list .fly_box{
    padding-top: 20px;
}
.nine_trip .or_information .fly_information .fly_information_list .fly_box .flight{
    width: 509px;
}
.nine_trip .or_information .fly_information .fly_information_list .fly_box .fly_bot .items{
    color: #999;
    font-size: 12px;
}
.nine_trip .or_information .fly_information .fly_information_list .fly_box .fly_bot .wz{
    color: #FF9728;
}
.nine_trip .or_information .fly_information .change_fly{
    text-decoration: underline;
    cursor: pointer;
    color: #FF9728;
    text-align: right;
}
.nine_trip .or_information .date_up{
    display: none;
    height:auto;
    padding: 10px 0;
}
.nine_trip .or_information .date_up ul li{
    padding: 5px  0;
}
.nine_trip .or_information .date_up ul li .date_up_info{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.nine_trip .or_information .date_up ul li .date_up_info span{
    padding-right: 10px;
}
.nine_trip .or_information .date_up ul li .date_up_info .up_title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.nine_trip .or_information .date_up ul li .date_up_info .up_name {
    font-size: 12px;
    color: #999;
}
.nine_trip .or_information .date_up ul li .date_up_info .up_price {
    font-size: 12px;
    color: #ff0000;
}
.nine_trip .or_information .date_up ul li .date_up_choose a{
    display: block;
    width: 80px;
    text-align: center;
    line-height: 20px;
    padding: 5px 0px;
    color: #fff;
    border-radius: 4px;
    background-color: #47b5f0;
}

.nine_trip .or_information .date_up ul li .date_up_choose a:hover,
.nine_trip .or_information .date_up ul li .date_up_choose a.active{
    background-color: #FF8701;
}
.nine_trip .or_information .price_information .price_information_box{
    width: 1000px;
    height: auto;
    padding: 30px 20px;
    background-color: #FFEBD4;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.nine_trip .or_information .price_information .price_information_box span{
    padding-right: 60px;
}
.nine_trip .or_information .price_information .price_information_box .trip_allprice{
    color: #FF0000;
    padding-left: 120px;
}
.nine_trip .or_information .or_information_box .room_time{
    padding-bottom: 20px;
    padding-top: 10px;
}
.nine_trip .or_information .or_information_box .room_time .room_time_list{
   padding-right: 30px;
}
.nine_trip .or_information .or_information_box .room_time  input{
    width: 440px;
}
.nine_trip .or_information .pop_information .pop_box{
    width: 1020px;
    height: auto;
    padding: 20px 10px;
    background-color: #F0F0F0;
}
.nine_trip .or_information .pop_information .pop_box p{
    font-size: 16px;
    color: #FF8701;
    font-weight: bold;
    padding-bottom: 20px;
}
.nine_trip .or_information .pop_information .pop_box li{
    border-bottom: 1px solid #E6E6E6;
}
.nine_trip .or_information .pop_information .pop_box li .pop_list{
    padding-bottom: 20px;
}
.nine_trip .or_information .pop_information .pop_box li .one{
    width: 380px;
}
.nine_trip .or_information .pop_information .pop_box li .two{
    width: 165px;
}
.nine_trip .or_information .pop_information .pop_box li .three{
    width: 210px;
}
.nine_trip .or_information .pop_information .pop_box li .one a{
    display: inline-block;
    width: 40px;
    height: 28px;
    line-height: 28px;
    color: #686868;
    text-align: center;
    border: 1px solid #CFCFCF;
    margin-right: 2px;
    background-color: #fff;
}
.nine_trip .or_information .pop_information .pop_box li .one .active,
.nine_trip .or_information .pop_information .pop_box li .one a:hover{
    color: #fff;
    background-color: #FF8701;
    border-color: #FF8701;
}
.nine_trip .or_information .pop_information .pop_box li input{
    background-color: #fff;
}
.nine_trip .or_information .pop_information .pop_box li .nine_date{
    background-position: 95px center;
}
.name_tips{
    font-size: 12px;
    color: #ff0000;
    padding-bottom: 10px;
    background-color: #f0f0f0;
    padding-left: 20px;
}
.nine_trip .or_information .zb_information_box{
    width: 1000px;
    height: auto;
    padding: 20px;
    background-color: #F0F0F0
}
.nine_trip .or_information .zb_information_box textarea{
    width: 980px;
    padding: 10px;
    height: 100px;
    resize: none;
    color: #333;
    line-height: 20px;
    font-size: 14px;
}
.nine_trip .or_information .info_btn button{
    display: block;
    width: 300px;
    height: 48px;
    margin: 20px auto 0; 
}
.nine_trip .nine_trip_box .xz_information_box{
    background: rgb(252, 248, 238);
    padding: 15px;
    margin-top: 20px;
}
.nine_trip .nine_trip_box .xz_information_box h2{
    padding: 10px 0 0px 10px;
    color: #FF9728;
    font-size: 16px;
    font-weight: bold;
}
.layer_ticket{
    padding: 20px;
}
.layer_ticket .fly_box .fly_box_list{
    padding: 20px 0 20px 20px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    position: relative;
}
.layer_ticket .fly_box .fly_box_list .fly_bot .items{
    font-size: 12px;
    color: #999;
}
.layer_ticket .fly_box .fly_box_list .fly_bot .wz{
    color: #FF9728;
}
.layer_ticket .fly_box .fly_box_list .flight_btn{
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 60px;
    height: 30px;
    border-radius: 2px;
    background-color: #FF8701;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.layer_info_sure{
    padding: 20px;
}
.layer_info_sure .room_info{
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}
.layer_info_sure .room_info .h_name{
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    background: url(/themes/images/917/icon-48.png) no-repeat;
    background-position: left center;
    font-size: 16px;
    font-weight: bold;
}
.layer_info_sure .room_info .h_info{
    padding-left: 30px;
    color: #666;
    padding: 15px 0 15px 30px;
    line-height: 24px;
}
.layer_info_sure .room_info .h_info span{
    padding-right: 40px;
}
.layer_info_sure .room_info .h_info span.infos{
    font-size: 12px;
    color: #999;
}
.layer_info_sure .room_info .h_info span.infos k{
    color: #ff0000;
}
.layer_info_sure .change_fly{
    display: none;
}
.layer_info_sure .flight_list{
    margin-bottom: 20px;
    background-color: #f0f0f0;
    padding: 10px;
}
.layer_info_sure .yk_list{
    padding: 20px;
    background-color: #f0f0f0;
}
.layer_info_sure .yk_list .p_list{
    padding: 10px 0;
}
.layer_info_sure .yk_list .p_list .fName{
    width: 210px;
}
.layer_info_sure .yk_list .p_list .sex{
    width: 100px;
}
.layer_info_sure .yk_list .p_list .fz{
    width: 180px;
}
.layer_info_sure .yk_list .p_list .rr{
    width: 210px;
}
.layer_info_sure .p_price{
    color:#ff0000;
    font-size: 18px;
    font-weight: bold;
}
.layer_info_sure .yk_list .p_list .age{
    width: 210px;
}
.layer_info_sure .p_zb{
    padding:15px 0;
}
.layer_info_sure .two_btn{
    padding-top:20px;
    text-align: center;
}
#h_xz{
    width: 100%;
    display: none;
    padding:40px 0 20px;
    position: relative;
}
#h_xz .h_xz_title{
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #FF8701;
    position: absolute;
    top: 0;
    left: 0;
}
#h_xz .h_xz_close{
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #FF8701;
    cursor: pointer;
}
#h_xz .h_xz_close i{
    font-size: 20px;
    color: #fff;
}
#h_xz .h_xz_cont{
    width: 100%;
    max-height: 540px;
    overflow-y: auto;
}
#h_xz .h_xz_txt{
    padding: 10px;
}
/* 发票 */
.fp_box{
    width: 1160px;
    padding: 20px;
    background-color: #fff;
}
.fp_box h2 {
    border-bottom: 1px solid #f0f0f0;
}
.fp_box h2 span{
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.fp_box h2 span.active{
    background-color: #f6fafd;
}
.fp-xx{
    padding:15px 0;
}
.fp-xx h3{
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding: 15px 0 15px 15px;
    background-color: #f7f7f7;

}
.fp-xx .zs{
    font-size: 14px;
    line-height: 15px;
    color: #ff0000;
    padding: 15px;
}
.fp-xx ul li{
    margin: 25px 0;
    color: #333333;
}
.fp-xx ul li div{
    height:25px;
    font-size: 14px;
    line-height: 25px;
}
.fp-xx ul li div.title{
    width: 105px;
    text-align: right;
    margin-right: 15px;
    line-height: 35px;
}
.fp-xx ul li input{
    height:35px;
    color: #999999;
    float: left;
    font-size: 14px;
    line-height: 34px;
    padding-left: 10px;
}
.fp-xx ul li div.bj-inp input{
    border: 1px solid #e6e6e6;
}
.fpxx-tj{
    margin-left: 135px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.fpxx-tj .pay_btn{
    width: 100px;
    height:30px;
    background-color: #03c5ff;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border:none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.fp-history thead th{
    height:40px;
    line-height: 40px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #333333;
}
.fp-history tbody td{
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #686868;
    border-bottom:1px solid #f2f2f2;
}
.fp-history tbody td p{
    line-height: 20px;
}
.pay_btn{
    background-color: #ff9728;
    color: #ffffff;
    border:1px solid #ff9728;
    cursor: pointer;
}
/* 教程 */
.orderable h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding: 20px 0;
}
.orderable .orderable_box{
    width: 1200px;
    color: #333;
    margin: 0 auto;
}
.orderable section {
    padding: 10px 0;
}
.orderable section h3{
    font-size: 24px;
    font-weight: bold;   
}
.orderable section p{
    font-size: 20px;
    padding: 10px 0;
}
.orderable section .help_img{
    text-align: center;
    padding: 10px 0;
}
.orderable section img{
    max-width: 100%;
}
.orderable .tip{
    text-align: center;
    padding: 50px 0 40px;
    font-size: 24px;
    font-weight: bold;
}