/*v4 hunlimao web*/
/*common top*/
.header{
    position: relative;
    z-index: 5;
}

.header--wrapper{
    background-color: #fff;
}

.header--top{
    position: relative;
    width: 100%;
    background-color: #f6f6f6;
    background-color: rgba(241,241,241,0.7);
    z-index: 10;
}

.header--top-inner{
    position: relative;
    width: 1180px;
    margin: 0 auto;
    height: 30px;
    padding: 4px 0;
}

.header--top-left{
    height: 24px;
    line-height: 16px;
    float: left;
    position: relative;
    top: -2px;
}

.header--top-text{
    position: relative;
    color: #999696;
    font-size: 12px;
}

.header-tl-section.header-tl-section-meeting {
    margin-left: 25px;
    line-height: 14px;
}

.header--top-text-sup {
    margin-left: -5px;
    font-size: 9px;
    color: #F84B60;
}

.header-tl-section:hover .header--top-text{
    color: #ff7385;
}

.header--top-text:hover .qrcode--span{
    display: block;
    z-index: 10;
}

.iconfont.wx{
    font-size: 19px;
    vertical-align: bottom;
}

.iconfont.wx:hover{
    color: #3AD607;
}

.iconfont.wb:hover{
    color: #FFC800;
}

.qrcode--span{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 140px;
    height: 140px;
    padding: 10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.3));
}

.qrcode--span img{
    position: absolute;
    top: 10px;
    left: 10px;
}

.qrcode--span.bottom{
    top: 100%;
    left: 50%;
    margin-top: 15px;
    margin-left: -70px;
}

.qrcode--span:before{
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.header--weibo{
    margin-left: 5px;
}
.header--top-line{
    vertical-align: bottom;
    background-color: #ccc;
    height: 16px;
    width: 2px;
    margin: 0 10px;
    display: inline-block;
}

.header-tl-section{
    display: inline-block;
    padding:0 ;
    cursor: pointer;
}

.header--top-right{
    float: right;
    /*margin-right: -10px;*/
}

.header--tr-item{
    display: inline-block;
    margin-right: 16px;
    color: #4D4B4B;
    font-size: 12px;
}

.header--tr-item.hlm--color{
    color: #ff7385;
}

.header--tr-item.phone{
    margin-right: 0;
}

.header--tr-item.phone:hover{
    color: #999696;
}

.header--tr-item.mobile:hover{
    color: #4D4B4B;
}

.header--tr-item:hover{
    color: #ff7385;
}

.header--tr-item .xt-icon {
    position: relative;
    top: 2px;
}

.header--tr-item .iconfont {
    color: #adadad;
}

.header--tri-tel{
    color: #888;
}

.header--tr-link{
    color: inherit;
    cursor: pointer;
    font-size: 12px;
}

.user--login{
    display: inline-block;
}

.user--login.logined{
    display: none;
}

.user--logout{
    display: none;
}

/*.userpay{*/
    /*display: none;*/
/*}*/

/*.userpay.logined{*/
    /*display: inline-block;*/
/*}*/

.header--merchant-item{
    display: inline-block;
}

.header--merchant-item.notLogined{
    display: inline-block;
}

.user--logout.logined{
    display: inline-block;
}

.user--logout.logined .header--tr-link{
    cursor: text;
}

/*header 改版 点击个人中心进入订单页  ---to---  hover个人中心出现下拉框选择*/
.header--btn{
    position: relative;
}
.header--btn *{
    box-sizing: border-box;
}

.header--customer-btn:hover{
    color: #999696;
}

.header--customer-btn .xt-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header--customer-btn:hover .xt-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.customer--center-wrap{
    position: absolute;
    top: 16px;
    left: 50%;
    width: 122px;
    margin-left: -58px;
    padding: 10px 10px 4px 4px;
    display: none;
}

.customer--center-list {
    position: relative;
    width: 108px;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f6e6e6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.customer--center-arrow{
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    display: block;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}

.customer--center-arrow2{
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    display: block;
    border: 8px solid transparent;
    border-bottom-color: #f6e6e6;
    opacity: 0.5;
}

.customer--center-list li{
    position: relative;
    padding: 5px 10px 5px 25px;
    text-align: left;
}

.customer--center-list li:hover{
    background: #f2f2f2;
}

.customer--center-list .customer--center-login.logined{
    display: none;
}

.customer--center-list li.customer--center-logout{
    display: none;
}

.customer--center-list .customer--center-logout.logined{
    display: block;
}

.customer--center-login {
    padding: 5px 10px 5px;
    text-align: center;
}

.customer--center-login .customer--center-link{
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #ff7385;
    border-radius: 4px;
}

.customer--center-login .customer--center-link:hover{
    color: #fff;
}

.customer--center-link{
    position: relative;
    color: #999696;
    cursor: pointer;
    z-index: 2;
}

.customer--center-link .xt-icon{
    padding-left: 2px;
}

.customer--center-link .iconfont{
    font-size: 12px;
}
.link--nav2{
    position: absolute;
    top: 50%;
    left: 96px;
    width: 132px;
    padding: 10px 4px 4px 20px;
    display: none;
    z-index: 2;
}
.wedding--service .link--nav2{
    margin-top: -75px;
}
.wedding--tool .link--nav2{
    margin-top: -104px;
}
.link-nav2-mask{
    position: absolute;
    top: 0;
    left: 8px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    filter:alpha(opacity=0);
}
.link--nav2 a{
    display: block;
    width: 100%;
    padding: 5px ;
    color: #999696;
    text-align: center;
}
.link--nav2 a:hover{
    background: #f2f2f2;
}

/*header nav*/
.header--nav{
    margin: 25px auto 0px auto;
    /*padding-bottom: 10px;*/
    position: relative;
    width: 1180px;
    height: 50px;
    z-index: 1;
}
.header--nav.header--page-title{
    height: 70px;
}
.header--title-wrap{
    display: inline-block;
    height: 40px;
    padding-left: 16px;
    margin-left: 14px;
    border-left: solid 1px #979797;
    vertical-align: middle;
}
.header--title-wrap .header--title-zh{
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #2f2f2f;
    text-align: justify;
}
.header--title-wrap .header--title-en{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.header--title-en.photo{
    letter-spacing: 1.9px;
}

.header--title-zh.trip{
    letter-spacing: 8.5px;
}

.header--title-zh.service{
    letter-spacing: 16.5px;
    padding: 0;
    background-color: transparent;
}
.header--title-zh.budget{
    letter-spacing: 16px;
}
.header--title-en.butler{
    letter-spacing: 4.9px;
}

.header--title-en.service{
    padding: 0;
    background-color: transparent;
}

.header--nav.small{
    height: 90px;
    padding-top: 20px;
}

.header--logo{
    float: left;
    display: inline-block;
    width: 135px;
    height: 50px;
}
.header--page-title .header--logo{
    width: auto;
}
.header--page-title .header--logo .xt-icon{
    display: inline-block;
    vertical-align: middle;
}

.header--logo .iconfont{
    color: #fd7284;
    font-size: 60px;
    line-height: 35px;
}

.header--page-title .header--logo .iconfont{
    line-height: 50px;
}

.header--desc {
    float: left;
    margin-left: 14px;
    margin-top: 13px;
    text-align: left;
    line-height: 20px;
}

.header--desc-cn {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #4d4b4b;
}

.header--desc-en {
    font-size: 13px;
    letter-spacing: 3px;
    color: #999999;
}

.header--nav-title{
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #ff7385;
}

.header--nav-list{
    margin-left: 100px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #666;
}

.header--nav-list.fr{
    margin-left: 0;
}

.header--nav-list.index-header {
    margin-left: 160px;
}

.header--nav-item{
    float: left;
    width: 110px;
    height: 100%;
    color: #2F2F2F;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.header--nav-slice-line{
    width: 20px;
    height: 100%;
    text-align: center;
}

.header--nav-slice-line span{
    width: 1px;
    height: 20px;
    border-left: solid 1px #979797;
}

.item--content-bridge{
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 20px;
}

.header--nav-bar{
    position: relative;
    top: 11px;
    float: left;
    width: 220px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7385;
    color: #fff;
}
.header--nav-bar .iconfont{
    padding-right: 14px;
    font-size: 16px;
    color: #fff;
}

.header--nav-item.active .header--nav-innertext,
.header--nav-item.active .xt-icon .iconfont,
.header--nav-item:hover .xt-icon .iconfont,
.header--nav-item:hover .header--nav-innertext{
    color: #ff7385;
}

.header--nav-item.active .header--nav-innertext{
    position: relative;
}

.header--nav-item .header--nav-innertext{
    color: #2F2F2F;
    font-size: 16px;
}

.header--nav-item.active .header--nav-innertext:after{
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -32px;
    background-color: #ff7385;
}

.header--nav-item.header--nav-home .header--nav-link-icon{
    position: absolute;
    top: 0;
    left: -19px;
}
.header--nav-item.header--nav-home .iconfont{
    position: absolute;
    top: 1px;
    left: 16px;
    font-size: 22px;
    color: #ff7385;
}

.header--nav-item .xt-icon{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header--nav-item:hover .xt-icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.header--nav-link{
    position: relative;
    color: inherit;
    font-size: 16px;
    display: block;
}

.header--tag{
    /*position: relative;*/
}

.header--tag:after{
    content: '';
    position: absolute;
    right: -8px;
    top: -2px;
    padding:0 5px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header--tag-hot:after{
    content: 'HOT';
    background-color: #ff7385;
}

.header--tag-free:after{
    content: 'FREE';
    background-color: #fdb539;
}

.header--nav-act{
    display: none;
}

.header--home .header--nav-act{
    display: block;
}

.header--nav-content{
    display: none;
    position: absolute;
    text-align: center;
    z-index: 99;
    height: 180px;
    overflow: hidden;
    padding-left: 970px;
    left: -1000px;
    top: 100%;
    background-color: #fff;
    width: 3000px;
    border:1px solid #eee;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08);
    cursor: default;
}

.header--nav-item:hover .header--nav-content{
    display: block;
}

.header--nav-block{
    position: relative;
    float: left;
    padding: 30px 0 50px 30px;
    text-align: left;
}

.header--nav-block:after{
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 100px;
    background-color: #eee;
}

.tool .header--nav-block:after{
    background-color: #fff;
}

.header--tool-link{
    display: block;
    margin-top: 10px;
}



.header--tool-link img{
    margin: 0;
    display: inline-block;
}

.header--nav-block.header--navb-imgbox:after,
.header--nav-block.header--navb-month:after,
.header--nav-block.header--navb-table:after,
.header--nav-block.header--navb-budget:after{
    width: 0;
}

.header--nav-block.header--navb-last:after{
    width: 0;
}

.header--nav-tool-notIndex {
    display: block;
}

.header--nav-tool .header--nav-block{
    width: 132px;
    /*width: 152px;*/
    text-align: center;
    line-height: 20px;
    padding: 30px 0 50px 0;
}

.header--nav-tool .header--nav-block:hover{
    background: #f6f6f6;
}

.header--navb-title{
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: -1px;
}

.header--tool-info .header--tool-title{
    width: 100%;
    font-size: 16px;
}

.header--tool-info{
    text-align: center;
    line-height: 20px;
    position: relative;
}

.header--tool-title{
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.header--navb-title:hover{
    color: #ff7385;
}

.tool .header--navb-title:hover{
    color: #aaa;
}

.header--nav-tool .header--navb-imgbox{
    width: 250px;
    text-align: right;
    margin-right: 20px;
}

.header--nav-tool .header--navb-imgbox:hover{
    background: #fff;
}

.header--nav-tool .header--navb-imgbox img{
    display: inline-block;
}

.header--navb-gra{
    width: 220px;
}

.header--navb-style{
    width: 240px;
}

.header--navb-scenic{
    width: 240px;
}

.header--navb-month{
    width: 240px;
}

.header--navb-hotel{
    width: 220px;
}

.header--navb-area{
    width: 240px;
}

.header--navb-price{
    width: 240px;
}

.header--navb-table{
    width: 240px;
}

.header--navb-invi{
    width: 180px;
}

.header--navb-album{
    width: 190px;
}

.header--navb-register{
    width: 190px;
}

.header--navb-lucky{
    width: 180px;
}

.header--navb-budget{
    width: 180px;
}

.header--navb-album{
    width: 190px;
}

.header--navb-invi{
    width: 190px;
}

.header--navb-register{
    width: 190px;
}

.header--navb-lucky{
    width: 190px;
}

.header--navb-budget{
    width: 190px;
}

.header--navb-list{
    display: inline-block;
    height: 100px;
    line-height: 26px;
    vertical-align: top;
    margin-top: -3px;
    margin-bottom: 5px;
}

.header--navb-style .header--navb-list{
    width: 150px;
}

.header--navb-scenic .header--navb-list{
    width: 160px;
    overflow: hidden;
}

.header--navb-scenic.header--nav-block{
    padding: 30px 0 50px 20px;
}

.header--navb-month .header--navb-list{
    width: 100px;
}

.header--navb-hotel .header--navb-list{
    width: 80px;
}

.header--navb-area .header--navb-list{
    width: 150px;
}

.header--navb-price .header--navb-list{
    width: 150px;
}

.header--navb-table .header--navb-list{
    width: 140px;
}

.header--navb-item{
    text-align: left;
    font-size: 12px;
    color: #999696;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    cursor: pointer;
}

.header--navb-item:hover{
    color: #ff7385;
}

.header--navb-ib{
    display: inline-block;
    width: 72px;
    overflow: hidden;
}

.header--navb-area .header--navb-ib{
    width: 57px;
}
.header--navb-style .header--navb-ib.header--navb-w100{
    width: 100%;
}
.header--navb-scenic .header--navb-ib {
    width: 75px;
}
.header--navb-scenic .header--navb-ib.header--navb-w100{
    width: 100%;
}

.header--navb-month .header--navb-ib{
    width: 30px;
}

.header--navb-price .header--navb-ib{
    width: 70px;
}

.header--navb-table .header--navb-ib{
    width: 60px;
}

.header--navb-more{
    position: absolute;
    bottom: 20px;
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
}

.header--navb-more:hover{
    color: #ff7385;
}

.header--navb-month .header--navb-more,
.header--navb-table .header--navb-more{
    left: auto;
    right: 10px;
}

.header--tool-more{
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.header--navb-more .iconfont{
    font-size: 14px;
    color: #ccc;
    margin-left: 5px;
}

.header--tool-more .iconfont{
    font-size: 14px;
    color: #ccc;
    margin-left: 5px;
}

.header--nav-info {
    font-size: 14px;
    color: #666;
    float: right;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-left: 10px;
}

.header--nav-info:hover{
    color: #ff7385;
}

.header--nav-more{
    width: 65px;
    position: relative;
}
.header--nav-more-index{
    display: none;
}

.header--nav-content.header--more-content{
    display: none;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 100px;
    overflow: visible;
    height: auto;
    padding: 10px 0 10px;
    left: -20px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08);
    cursor: default;
}

.header--more-item{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.header--more-item:hover {
    background: #f6f6f6;
    color: #fd7284;
}

.header--more-item.header--more-tool {
    display: none;
}
.header--more-tool .header--more-item-icon {
    position: absolute;
    margin-left: 1px;
}
.header--more-tool .header--more-item-icon i {
    font-size: 13px;
    color: #666666;
}
.header--more-tool:hover .header--more-tool-box {
    display: block;
}
.header--more-tool:hover .header--more-item-icon i{
    color: #fd7284;
}

.header--more-tool-box {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 115px;
    overflow: hidden;
    height: auto;
    padding: 10px 0 10px;
    left: -125px;
    top: -1px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08);
    cursor: default;
}
.header--more-tool:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 140px;
    background-color: transparent;
    position: absolute;
    top: -1px;
    left: -10px;
    z-index: 100;
}
.header--more-tool-item {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.header--more-tool-item:hover {
    background: #f6f6f6;
    color: #fd7284;
}



/*header service*/
.header-service-nav .header--navb-list{
    width: 160px;
}

.header-service-nav .header--navb-title{
    width: 28px;
    overflow: hidden;
    letter-spacing: 0;
}

.navb-list-left{
    width: 50%;
    float: left;
}
.navb-list-right{
    width: 50%;
    float: left;
}

.header--phone{
    float: right;
    text-align: right;
    color: #666;
    margin-top: -7px;
}

.header--phone-num{
    font-size: 22px;
    font-weight: bold;
    color: #ff7385;
}

/*city */
.header--city-icon .iconfont {
    float: left;
    position: relative;
    top: 4px;
    font-size: 20px;
    color: #ff7385;
}
.header--city{
    float: left;
    position: relative;
    top: 0;
    /*width: 80px;*/
    height: 24px;
    margin-left: 5px;
    line-height: 24px;
    color: #4d4b4b;
    /*border: 1px solid #fff;*/
    font-size: 12px;
    cursor: pointer;
    z-index: 100;
    text-align: left;
}

.header--back{
    font-size: 14px;
    color: #4d4b4b;
}
.header--back .iconfont{
    display: inline-block;
    font-size: 18px;
    color: #ff7385;
    vertical-align: middle;
}
.header--back span{
    display: inline-block;
    vertical-align: middle;
}

.header--back:hover{
    color: #ff7385;
}

#curCity{
    max-width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: inline-block;*/
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}

.header--city-btn {
    font-size: 12px;
    color: #808080;
}

.header--city-btn a{
    color: #808080;
    margin-right: 8px;
    font-size: 12px;
}

.header--city-btn .city--more{
    margin: 0;
}

.header--city-btn a:hover{
    color: #ff7385;
    text-decoration: underline;
}

.header--city.active{
    /*border: 1px solid #e3e3e3;*/
}

.header--city.active .iconfont{
    color: #ff7382;
}

.header--city .xt-icon{
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 4px;
}

.header--city:focus{
    outline: none;
}

.header--city-select{
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    border: 1px solid #e3e3e3;
    width: 80px;
    background-color: #fff;
}


.header--city-select a{
    display: block;
}

.header--city.active .header--city-select{
    display: block;
}

.header--city-opt{
    position: relative;
    width: 100%;
    height: 30px;
    text-align: left;
    text-indent: 15px;
    color: #333;
}

.header--city-opt:hover{
    background-color: #ff7385;
    color: #ffffff;
}

.header--top-desc{
    position: absolute;
    top: 0;
    left: 0;
    color: #4d4b4b;
    font-size: 12px;
    text-indent: -9999px;
}

.header--select-warn{
    position: absolute;
    top: 30px;
    right: 0;
    height: 36px;
    padding: 0 16px;
    line-height: 34px;
    background-color: #f3ffe6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #eef5e6;
    color: #4d4b4b;
    font-size: 12px;
    display: none;
}

.header--select-wrap{
    display: none;
}

.header--select-btn{
    cursor: pointer;
    color: #ff7385;
}

.header--select-close{
    position: relative;
    top: 2px;
    left: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}

.header--select-close .iconfont{
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}


.header--nav-tag{
    position: absolute;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: -3px;
    left: 72px;
}

.tag--hot{
    /*left: 420px;*/
    background-color: #ff5a5f;
}

.tag--free{
    /*left: 860px;*/
    /*left: 750px;*/
    /*left: 655px;*/
    background-color: #F4B348;
}

/*right banner*/
.header--rightad{
    position: absolute;
    top: 16px;
    right: -10px;
    width: 190px;
    height: 60px;
    /*background-color: #eee;*/
    /*overflow: hidden;*/
    text-align: right;
}

.header--rightad:hover .header--qrbox{
    display: block;
}
.header--qrbox{
    display: none;
    /*display: block;*/
    position: absolute;
    top: 65px;
    left: 50px;
    width: 138px;
    height: 175px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
    z-index: 10;
    text-align: center;
}
.header--qrbox:before {
    content: '';
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 21px;
    box-sizing: border-box;
    border: solid 10px transparent;
    border-bottom: solid 11px rgba(134, 134, 134, 0.09);
}
.header--qrbox:after {
    content: '';
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: solid 10px transparent;
    border-bottom-color: #ffffff;
}
.header--qrbox img {
    width: 117px;
    position: absolute;
    top: 20px;
    left: 11px;
}
.header--qrbox-txt {
    position: absolute;
    top: 143px;
    left: 19px;
    font-size: 14px;
    color: #666666;
    line-height: normal;
}



.header--hadc-img {
    float: left;
    width: 50px;
}
.header--hadc-title {
    float: left;
    margin-top: 5px;
    margin-left: 4px;
    font-size: 14px;
    color: #4d4b4b;
    line-height: normal;
}
.header--hadc-tip {
    float: left;
    margin-left: 4px;
    font-size: 18px;
    color: #4d4b4b;
    line-height: normal;
}

.reletive--link{
    position: relative;
    width: 100%;
    height: 90px;
    min-width: 1180px;
    overflow: hidden;
}

.reletive--link a{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    display: block;
    height: 90px;
    text-align: center;
}
/*旅拍*/
.header--nav-trip .header--nav-block{
    padding: 30px 40px;
}
.header--nav-trip .header--navb-imgbox{
    padding: 30px 40px 30px 30px;
}
.header--nav-trip .header--nav-block:after{
    background-color: transparent;
}
.header--nav-trip .header--nav-block:hover {
    background: #f6f6f6;
}
.header--nav-trip .header--navb-imgbox:hover {
    background: transparent;
}
.header--trip-link{
    display: block;
    line-height: 0;
}
.header--nav-trip .header--nav-block .header--navb-img{
    border-radius: 100px;
}
.header--nav-trip .header--trip-info{
    height: 40px;
    line-height: 28px;
    padding-top: 12px;
    color: #666666;
    font-size: 20px;
    text-align: center;
}

.header-service-nav .header--navb-list {
    width: 120px;
}
.navb-list-right {
    display: none;
}

.header--nav-select{
    position: relative;
    float: left;
    width: 163px;
    height: 30px;
    margin: 10px 0 0 30px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #fc5066;
    text-align: center;
    line-height: 28px;
}

.header--nav-select .xt-icon{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header--select-title{
    line-height: 28px;
    cursor: default;
}
.title--list-bridge{
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 14px;
}
.header--nav-select .icon0 .iconfont{
    font-size: 18px;
    color: #fc5066;
}
.header--nav-select .icon1 .iconfont{
    font-size: 16px;
    color: #fc5066;
}
.header--select-list{
    display: none;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 163px;
    overflow: hidden;
    height: auto;
    left: 0;
    top: 40px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #e3e3e3;
    cursor: default;
}

.header--select-item{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 14px;
    color: #2f2f2f;
    text-align: left;
}

.header--select-item .iconfont{
    width: 32px;
    padding-right: 10px;
    font-size: 24px;
    color: #fc5066;
    display: inline-block;
    vertical-align: middle;
}

.header--select-item span{
    display: inline-block;
    vertical-align: middle;
}

.header--select-item:hover{
    background-color: #fdf1f2;
    color: #fd7284;
}
.header--nav-select:hover .header--select-list{
    display: block;
}
.header--nav-select:hover .icon1{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

@media screen and (max-width: 1200px){
    .header--nav {
        width: 960px;
    }
    .header--nav-item{
        width: 105px;
    }
    .header--more-item.header--more-tool {
        display: block;
    }
    .header--nav-item-activity{
        display: none;
    }
    .header--nav-more{

    }
    .header--nav-more-index{
        display: block;
    }
    .header--top-inner {
        width: 960px;
    }
    .header--nav-tool-notIndex {
        display: none;
    }
    .header--navb-imgbox {
        display: none;
    }
    .header--nav-content {
        padding-left: 1000px;
    }
    .header--nav.header--page-title{
        width: 960px;
    }
    .header--nav-select{
        margin: 10px 0 0 20px;
    }
    .header--tool{
        width: 86px;
    }
    .reletive--link {
        min-width: 960px;
    }
    .reletive--link a{
        width: 960px;
        margin-left: -480px;
    }
}

@media screen and (max-width: 700px){
    .header{
        display: none;
    }
}
