﻿@charset "utf-8";

@font-face
{
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?srf3rx") format("truetype"),url("../fonts/icomoon.woff?srf3rx") format("woff");
    font-weight: normal;
    font-style: normal;
}

a
{
    color: #3ebdd4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

    a:hover, a:active
    {
        color: #eb8b1d;
        outline: none;
    }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img
{
    margin: 0;
    font: 14px/24px "Helvetica Neue","Arial","PingFang SC","Microsoft Yahei","SimSun",sans-serif;
    border: medium none;
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea
{
    font: 16px/26px "Helvetica Neue","Arial","PingFang SC","Microsoft Yahei","SimSun",sans-serif;
}

body
{
    min-width: 320px;
    min-height: 480px;
    margin: 0;
    background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
    text-rendering: optimizelegibility;
}

em
{
    font-style: normal;
}

ul, ol
{
    list-style: none;
}

table
{
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-selection
{
    color: #fff;
    background: #0C9CEE;
}

::-moz-selection
{
    color: #fff;
    background: #0C9CEE;
}

::selection
{
    color: #fff;
    background: #0C9CEE;
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html *
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*苹果手机按钮默认样式  去掉*/ input[type="text"], input[type="button"], input[type="submit"], input[type="reset"]
{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
}

.clearfix:after
{
    clear: both;
    content: "\200B";
    display: block;
    height: 0;
}

.clearfix
{
    *zoom: 1;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.w1200
{
    max-width: 1200px;
    margin: 0 auto;
}

.w
{
    max-width: 1200px;
    margin: 0 auto;
}

.wwshow
{
    display: none !important;
}

.none
{
    display: none;
}

.hide
{
    display: none;
}

.relv
{
    position: relative;
}

.ellipsis
{
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select
{
    position: relative;
    min-width: 134px;
    border: 1px solid #bfd1da;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}

    .select:after
    {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        border-top: 5px solid #666;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .select .select_text
    {
        padding: 5px 20px 5px 10px;
        line-height: 26px;
        color: #666;
    }

.checktip
{
    font-size: 12px;
    color: #eb3941;
}

.select_ul
{
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    right: -1px;
    min-width: 134px;
    border: 1px solid #8faebf;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    z-index: 999;
}

    .select_ul li
    {
        line-height: 18px;
        padding: 6px;
        font-size: 12px;
        color: #333;
    }

        .select_ul li:hover
        {
            color: #333;
            background: #ddebef;
        }

        .select_ul li.cur
        {
            color: #fff;
            background: #0075b2;
        }

.ico
{
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.ico-search
{
    background: url(../images/ico-search.png);
}

.icons
{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.icons-tel
{
    background-position: 0 0;
}

.icons-person
{
    background-position: 0 -30px;
}

.icons-mail
{
    background-position: 0 -120px;
}

/*load*/
.loadbox
{
    background-color: #fff;
    padding: 100px 0;
    text-align: center;
}

    .loadbox h3
    {
        font-size: 16px;
        color: #999;
        display: inline-block;
        margin-left: 20px;
        margin-top: 15px;
    }

    .loadbox img
    {
        width: 60px!important;
    }

/*按钮*/
.check-radio, .check
{
    width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    border-radius: 100%;
}

    .check-radio:before, .check:before
    {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border: 1px solid #22b4f1;
        border-radius: 50%;
    }

    .check-radio:checked:after
    {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        border: 2px solid #fff;
        border-radius: 100%;
        width: 8px;
        height: 8px;
        background: #22b4f1;
    }

    .check:before
    {
        border-radius: 0;
    }

    .check:checked:after
    {
        content: "";
        position: absolute;
        top: 3px;
        left: 6px;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 4px;
        height: 8px;
        border-color: #22b4f1;
    }

.ui-popup-modal .ui-dialog.blueDialog
{
    background: none;
    border: 0;
    border-radius: 5px;
    font-family: microsoft yahei;
}

.blueDialog .ui-dialog-header
{
    position: relative;
    height: 86px;
    border-bottom: 0;
    color: #fff;
}

.blueDialog .ui-dialog-title
{
    padding: 18px 30px;
    background: #0083CD;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    font-size: 36px;
}

.blueDialog .ui-dialog-close
{
    position: absolute;
    right: 22px;
    top: 22px;
    width: 45px;
    height: 45px;
    padding: 0;
    background: url(../images/icons.png) 0 -730px;
    opacity: 1;
}

.blueDialog .ui-dialog-body
{
    background: #fff;
    border-radius: 0 0 5px 5px;
    width: 450px;
}


.addNoticePop
{
    margin: 0 20px;
}

    .addNoticePop .proInfo
    {
        font-size: 18px;
    }

        .addNoticePop .proInfo label
        {
            color: #8e8e8e;
        }

    .addNoticePop .tips
    {
        margin-top: 30px;
        color: #0083cc;
    }

    .addNoticePop .emailWrap
    {
        overflow: hidden;
        margin: 15px 0 20px;
    }

        .addNoticePop .emailWrap label
        {
            float: left;
            line-height: 32px;
            color: #8e8e8e;
        }

        .addNoticePop .emailWrap input
        {
            float: left;
            width: 300px;
            height: 30px;
            padding: 0 5px;
            border: 1px solid #e8e8e8;
        }

        .addNoticePop .emailWrap .error
        {
            float: left;
            margin-left: 10px;
            line-height: 32px;
            color: #FE8125;
        }

            .addNoticePop .emailWrap .error i
            {
                display: inline-block;
                vertical-align: middle;
                width: 29px;
                height: 29px;
                margin: -2px 5px 0 0;
                background: url(../images/errorpop.png);
            }

    .addNoticePop .btnOpt
    {
        margin: 0 -40px;
        padding: 15px 0 0;
        border-top: 1px solid #e8e8e8;
        text-align: center;
    }

        .addNoticePop .btnOpt a
        {
            display: inline-block;
            vertical-align: middle;
            width: 140px;
            height: 45px;
            margin: 0 25px;
            background: #0388d0;
            border-color: #037aba;
            color: #fff;
            line-height: 45px;
            text-align: center;
            font-size: 16px;
        }


.compatible-contianer
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    line-height: 30px;
    background: url(../images/iebg.gif);
    z-index: 999999;
}

.cpt-ct
{
    color: #363636;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

    .cpt-ct i
    {
        width: 12px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background: url(../images/iefixed-sprite.png) no-repeat;
        overflow: hidden;
    }

    .cpt-ct a
    {
        color: #39b94e;
    }

        .cpt-ct a:hover
        {
            text-decoration: underline;
        }

.cpt-handle
{
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 12px;
    line-height: 27px;
}

    .cpt-handle a
    {
        vertical-align: middle;
    }

    .cpt-handle .cpt-agin
    {
        color: #656e73;
        margin-right: 5px;
    }

        .cpt-handle .cpt-agin:hover
        {
            color: #363d40;
        }

.cpt-close
{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    transition: .3s;
}

    .cpt-close:hover
    {
        background-color: #fc8800;
    }

    .cpt-close i
    {
        height: 8px;
        width: 8px;
        display: inline-block;
        vertical-align: middle;
        background: url(../images/iefixed-sprite.png) 0 -24px no-repeat;
        overflow: hidden;
        line-height: 8px;
    }

    .cpt-close:hover i
    {
        background-position: 0 -42px;
    }

.j-check
{
    width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
}

    .j-check:before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 17px;
        height: 17px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
    }

    .j-check:checked:after
    {
        content: "";
        position: absolute;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 4px;
        height: 8px;
        border-color: #f3730b;
        top: 2px;
        left: 6px;
    }

.nodata
{
    padding: 20px;
    text-align: center;
}

.pagebox a
{
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #666;
    margin: 0 5px;
    min-width: 25px;
    height: 25px;
    text-align: center;
}

.pagebox .even
{
    border: none;
    background: initial;
}

    .pagebox .even:hover
    {
        background: initial;
        color: #666;
    }

.pagebox
{
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
}

    .pagebox .disabled
    {
        color: #aaa;
    }

    .pagebox .active
    {
        color: #fff;
        background-color: #54bad8;
        border-radius: 5px;
    }

    .pagebox span
    {
        line-height: 25px;
        display: inline-block;
        color: #666;
        min-width: 25px;
        height: 25px;
        text-align: center;
        letter-spacing: 1px;
        margin: 0 5px;
    }

        .pagebox span .amount
        {
            color: #36bbe8;
        }

    .pagebox a:hover
    {
        color: #54bad8;
        text-decoration: underline;
    }


#mask_shadow
{
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(48,66,86);
    background: rgba(48,66,86,0.9);
}

#popup
{
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 10002;
    top: 150px;
    width: 800px;
    min-height: 190px;
    background: #ededed;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

    #popup .title
    {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #0093c6;
    }

        #popup .title p
        {
            padding-left: 14px;
            line-height: 50px;
            color: #fff;
            font-weight: bold;
        }

        #popup .title span
        {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #54bad8;
            cursor: pointer;
            text-align: center;
            background-color: #fff;
            opacity: .8;
            border-radius: 100px;
        }

            #popup .title span:hover
            {
                opacity: 1;
            }

    #popup .cont
    {
        width: 100%;
        min-height: 135px;
        background-color: #fff;
        position: relative;
    }

    #popup .close
    {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        overflow: hidden;
    }

        #popup .close:hover::before, #popup .close:hover::after
        {
            background: #f5821f;
        }

        #popup .close::before, #popup .close::after
        {
            content: '';
            position: absolute;
            height: 2px;
            width: 70%;
            top: 50%;
            left: 5px;
            margin-top: -1px;
            background: #54bad8;
        }

        #popup .close::before
        {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #popup .close::after
        {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.Validform_checktip
{
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.Validform_right
{
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center;
}

.Validform_wrong
{
    color: red;
    padding-left: 20px;
    background: url(../images/error.png) no-repeat left center;
}

.Validform_loading
{
    padding-left: 20px;
    background: url(../images/onLoad.gif) no-repeat left center;
}

.Validform_error
{
    background-color: #ffe7e7 !important;
    border-color: #F30 !important;
}

#Validform_msg
{
    color: #7d8289;
    font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#999999');
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

    #Validform_msg .iframe
    {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: -1;
    }

    #Validform_msg .Validform_title
    {
        line-height: 25px;
        height: 25px;
        text-align: left;
        font-weight: bold;
        padding: 0 8px;
        color: #fff;
        position: relative;
        background-color: #999;
        background: -moz-linear-gradient(top,#999,#666 100%);
        background: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#666));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#666666');
    }

    #Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited
    {
        line-height: 22px;
        position: absolute;
        right: 8px;
        top: 0px;
        color: #fff;
        text-decoration: none;
    }

    #Validform_msg a.Validform_close:hover
    {
        color: #ccc;
    }

    #Validform_msg .Validform_info
    {
        padding: 8px;
        border: 1px solid #bbb;
        border-top: none;
        text-align: left;
    }

.Validform_checktip
{
    margin-left: 0;
}

.info
{
    color: #666;
    display: none;
    line-height: 20px;
}

.dec
{
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}

    .dec s
    {
        font-family: simsun;
        font-size: 16px;
        height: 19px;
        left: 0;
        line-height: 21px;
        position: absolute;
        text-decoration: none;
        top: -9px;
        width: 17px;
    }

    .dec .dec1
    {
        color: #ccc;
    }

    .dec .dec2
    {
        color: #fff;
        top: -10px;
    }

.kucity
{
    font-size: 14px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 500px;
    *border: 1px solid #dedede;
    z-index: 1009;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d0dde4;
    display: none;
}

    .kucity h3
    {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }

    .kucity .kucity_nav
    {
        font-size: 0;
        padding-top: 10px;
        list-style: none;
        margin-bottom: -1px;
    }

        .kucity .kucity_nav li
        {
            cursor: pointer;
            font-size: 12px;
            margin-left: -1px;
            border: 1px solid #d0dde4;
            display: inline-block;
            color: #666;
            padding: 4px 15px;
            transition: all .2s;
        }

            .kucity .kucity_nav li.active
            {
                background-color: #eb8b1d;
                border-color: #eb8b1d;
                color: #fff;
            }
    /*kucity_body*/ .kucity .kucity_body
    {
        padding: 10px 5px;
        max-height: 230px;
        overflow-y: auto;
        background: #f5f5f5;
        border: 1px solid #d0dde4;
    }

        .kucity .kucity_body .kucity_item.active
        {
            display: block;
        }

.kucity_item span
{
    display: inline-block;
    cursor: pointer;
    padding: 3px 15px;
    transition: all .3s;
}

    .kucity_item span:hover
    {
        color: #22b4f1;
        text-decoration: underline;
    }

    .kucity_item dl {
    overflow: hidden;
    padding: 0 30px;
}
    .kucity_item dl dt {
    float: left;
    min-width: 55px;
    margin-top: 12px;
    color: #333;
    text-align: right;
}
    .kucity_item dl dd {
    overflow: hidden;
    margin-left: 55px;
    padding: 8px 0;
    border-bottom: 1px dashed #edeeee;
}
    .kucity_item dl dd .item {
    float: left;
    min-width: 55px;
    padding: 2px 0;
}
    .kucity_item dl dd .item a {
    float: left;
    padding: 0 13px;
    line-height: 24px;
    color: #3ebdd4;
}
    .kucity_item dl dd .item a:hover
    {
        color: #eb8b1d;
        text-decoration: underline;
    }


.kucity .result
{
    list-style: none;
    display: none;
}

    .kucity .result li
    {
        padding: 5px;
        background-color: #fff;
        margin: 2px 0;
        cursor: pointer;
        overflow: hidden;
    }

        .kucity .result li.active, .kucity .result li.active .spy
        {
            background-color: #0a76bd;
            color: #fff;
        }

        .kucity .result li .spy
        {
            float: right;
            color: #999;
        }

        .kucity .result li .noresult
        {
            padding: 0 8px;
            color: rgb(253,130,27);
        }

        .kucity .result li:hover, .kucity .result li:hover > .letter
        {
            background-color: #e0eaf0;
        }
/*滚动条*/ .kucity_body::-webkit-scrollbar
{
    width: 5px;
    height: 16px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/ .kucity_body::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/ .kucity_body::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #dedede;
}

    .kucity_body::-webkit-scrollbar-thumb:hover
    {
        background-color: #999;
    }

.citybox .hotcitys
{
    margin: 10px 0;
}

    .citybox .hotcitys span
    {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 2px 5px;
        cursor: pointer;
        background-color: #e0eaf0;
        border: 1px solid #d0dde4;
        color: #02669c;
    }

        .citybox .hotcitys span:hover
        {
            color: #fff;
            background-color: #02669c;
            border-color: #02669c;
        }
/**侧滑**/ .navtel
{
    display: none; /*height:80px;*/
    position: relative;
}

.mm-menu-toggle
{
    width: 44px;
    height: 44px;
    cursor: pointer;
    top: -48px;
    right: 8px;
    z-index: 99;
    position: absolute;
    text-align: center;
}

.mm-search
{
    width: 44px;
    height: 44px;
    cursor: pointer;
    top: -48px;
    right: 52px;
    z-index: 99;
    position: absolute;
    text-align: center;
}

    .mm-search a
    {
        display: block;
        height: 44px;
    }

    .mm-search img
    {
        margin-top: 5px;
    }

.mm-menu-toggle > i
{
    color: #5acdde;
    background: #5acdde;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 2px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    margin-top: 18px;
}

.mm-menu-toggle i::before, .mm-menu-toggle i::after
{
    content: '';
    width: 28px;
    height: 2px;
    background: #5acdde;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.mm-menu-toggle.fh5co-nav-white > i::before, .mm-menu-toggle.fh5co-nav-white > i::after
{
    background: #fff;
}

.mm-menu-toggle i::before
{
    top: -7px;
}

.mm-menu-toggle i::after
{
    bottom: -8px;
}

.mm-menu-toggle > s
{
    content: '';
    width: 3px;
    height: 28px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 0;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after
{
    content: '';
    width: 20px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i
{
    color: #0c9cee;
    background: #fff;
}

    .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after
    {
        background: #fff;
    }

.fh5co-nav-toggle i::before
{
    top: -7px;
}

.fh5co-nav-toggle i::after
{
    bottom: -7px;
}

.mm-menu
{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1004;
    background: rgba(57,190,219,.8);
    width: 230px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s,box-shadow .5s;
    transition: transform .5s,box-shadow .5s;
    padding: 20px;
}

    .mm-menu .form li
    {
        width: 94%;
        float: right;
        border-bottom: 1px solid #7ec0ce;
        color: #fff;
        line-height: 24px;
        padding: 8px 0;
        font-size: 16px;
        margin-left: 3%;
        margin-right: 3%;
        position: relative;
        word-break: break-all;
    }

        .mm-menu .form li a
        {
            display: block;
            color: #fff;
            padding: 5px;
            font-size: 14px;
            word-break: break-all;
        }

            .mm-menu .form li a:hover
            {
                color: #f7dc1b;
            }

        .mm-menu .form li ul.box
        {
            padding-left: 20px;
        }

            .mm-menu .form li ul.box li
            {
                border-width: 0;
            }

                .mm-menu .form li ul.box li a
                {
                    color: #c6e8f3;
                }

                    .mm-menu .form li ul.box li a:hover
                    {
                        color: #02a3fe;
                    }

    .mm-menu.active
    {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.mm-menu-mask
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s,visibility .5s;
    transition: opacity .5s,visibility .5s;
}

    .mm-menu-mask.active
    {
        visibility: visible;
        opacity: 1;
    }
/**banner**/ .main_visual
{
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .main_visual .swiper-container
    {
        height: 440px;
    }

    .main_visual .main_image
    {
        height: 440px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .main_visual .swiper-slide
    {
        display: block;
        width: 100%;
        height: 440px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .main_visual .swiper-slide a
        {
            display: block;
            width: 100%;
            height: 100%;
        }

    .main_visual .arrow-left, .main_visual .arrow-right
    {
        position: absolute;
        top: 40%;
        width: 41px;
        height: 119px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main_visual .arrow-left
    {
        background-image: url("../images/left1.png");
        left: 70px;
        right: auto;
    }

    .main_visual .arrow-right
    {
        background-image: url("../images/right1.png");
        right: 70px;
        left: auto;
    }

    .main_visual .pagination
    {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 30px;
        width: 100%;
        z-index: 999;
    }

    .main_visual .swiper-pagination-switch
    {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: rgba(255,255,255,.8);
        margin: 0 3px;
        cursor: pointer;
    }

    .main_visual .swiper-active-switch
    {
        background: #e89901;
    }

    .main_visual .swiper-pagination-bullet
    {
        width: 14px;
        height: 14px;
        border-radius: 0;
        background-color: #fff;
        opacity: 1;
    }

    .main_visual .swiper-pagination-bullet-active
    {
        background-color: #d38b05;
    }

.indexbanner div span
{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.banner .swiper-container .swiper-pagination
{
    bottom: 130px;
}

.pagecontent
{
    background-color: #fff;
    padding: 10px 0 60px;
}

.homepage_left_part
{
    float: left;
    width: 820px;
}

.hotline
{
    margin-top: 30px;
    margin-bottom: 60px;
}

.page_title
{
    font-size: 26px;
    color: #333;
    padding: 20px 0;
}

.side_page_title
{
    font-size: 20px;
    color: #333;
    position: relative;
    padding: 10px 0 10px 30px;
}

    .side_page_title:before
    {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #22b4f1;
        position: absolute;
        left: 10px;
        top: 18px;
    }

.inlogin .exit
{
    font-weight: normal;
    color: #0a76bd;
    text-decoration: underline;
    padding-left: 0;
    cursor: pointer;
}

.inlogin span
{
    font-size: 14px;
    color: #666;
}

.page_title a
{
    float: right;
    font-size: 12px;
    color: #54bad8;
    text-decoration: underline;
    font-weight: normal;
    margin-top: 5px;
}

    .page_title a:hover
    {
        color: #f5821f;
    }

.hotline .main
{
    width: 100%;
    overflow: hidden;
}

.hotline .list
{
    width: 500%;
}

    .hotline .list li, .hotbox .list li
    {
        float: left;
        width: 290px;
        margin: 0 13px 0 0;
        border-bottom: 3px solid #fff;
    }

        .hotline .list li:hover, .hotbox .list li:hover
        {
            border-bottom-color: #54bad8;
        }

    .hotline .list a, .hotbox .list a
    {
        display: block;
        position: relative;
    }

    .hotline .list .img, .hotbox .list .img
    {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 67%;
        background: #ddd;
    }

        .hotline .list .img .hot-tag
        {
            color: #fff;
            width: 75px;
            height: 75px;
            text-align: center;
            border-radius: 50%;
            position: absolute;
            right: 5px;
            top: 5px;
            background-size: cover;
        }

            .hotline .list .img .hot-tag em
            {
                font-size: 20px;
                margin-top: 10px;
                display: inline-block;
            }

        .hotline .list .img img, .hotbox .list .img img
        {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .hotline .list a:hover .img img, .hotbox .list a:hover .img img
    {
        transform: scale(1.02,1.02);
        opacity: .8;
    }

    .hotline .list .text, .hotbox .list .text
    {
        background: #fff;
        padding: 8px 8px 0 8px;
    }

    .hotline .list h3, .hotbox .list h3
    {
        height: 50px;
        line-height: 25px;
        font-size: 14px;
        font-weight: normal;
        color: #192c47;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hotline .list .price, .hotbox .list .price
    {
        line-height: 40px;
        color: #eb8b1d;
        font-size: 14px;
        font-weight: normal;
    }

        .hotline .list .price b, .hotbox .list .price b
        {
            font-size: 20px;
            font-weight: 700;
        }

#index .hotline .list .price b
{
    /*text-decoration: line-through;*/
}

.hotline .list .price del, .hotbox .list .price del
{
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.add-more
{
    text-align: right;
    font-size: 14px;
}

    .add-more a
    {
        color: #999;
        cursor: pointer;
    }

.hotbox .list
{
    margin-right: -13px;
}

    .hotbox .list li
    {
        margin-bottom: 19px;
    }

    .hotbox .list li, .hotbox .list .text
    {
        background-color: #eee;
    }

.public
{
    margin-top: 30px;
    margin-bottom: 50px;
}

.public-tit
{
    font-size: 26px;
    padding: 20px 0 30px;
    color: #333;
}

    .public-tit h3
    {
        float: left;
    }

        .public-tit h3 a
        {
            color: #333;
            line-height: 44px;
        }

.public-sub
{
    float: right;
}

    .public-sub li
    {
        float: left;
        cursor: pointer;
        color: #999;
        margin-left: 10px;
        padding: 4px 12px;
        border-radius: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .public-sub li:hover
        {
            color: #54bad8;
            text-decoration: underline;
        }

        .public-sub li.active, .public-sub li.active:hover
        {
            background: #eee;
            color: #333;
            text-decoration: none;
        }

.pro, .gnpro, .qzpro
{
    overflow: hidden;
    display: none;
}

.proList
{
    width: 1220px;
}

    .proList li
    {
        width: 385px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #eee;
    }

.featured .proList li
{
    width: 290px;
    margin: 0 13px 15px 0;
}

.proList li .pro-img
{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
}

    .proList li .pro-img img 
    {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .proList li .pro-img .hot-tag
    {
        background: #ff9227;
        color: #fff;
        width: 75px;
        height: 75px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        right: 5px;
        top: 5px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .proList li .pro-img .hot-tag em
        {
            font-size: 20px;
            margin-top: 10px;
            display: inline-block;
        }

.proList li:hover
{
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

    .proList li:hover .pro-img img
    {
        transform: scale(1.02,1.02);
        opacity: .8;
    }

.proList .pro-info
{
    padding: 10px;
    position: relative;
}

    .proList .pro-info .pro-tit
    {
        height: 50px;
        line-height: 25px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .proList .pro-info .pro-tit a
        {
            color: #192c47;
        }

            .proList .pro-info .pro-tit a:hover
            {
                color: #f35b00;
            }

    .proList .pro-info .pro-price
    {
        line-height: 40px;
        color: #eb8b1d;
        font-size: 14px;
        font-weight: normal;
    }

        .proList .pro-info .pro-price b
        {
            font-size: 20px;
            font-weight: 700;
        }

        .proList .pro-info .pro-price del
        {
            color: #999;
            margin-left: 5px;
        }

.zbpro
{
    overflow: hidden;
    display: none;
}

.zbproList, .qz-hot-proList
{
    width: 1220px;
}

    .zbproList li
    {
        width: 285px;
        position: relative;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .zbproList li a
        {
            display: block;
        }

        .zbproList li .pro-img
        {
            width: 100%;
            height: 0;
            overflow: hidden;
            position: relative;
            padding-bottom: 67%;
        }

            .zbproList li .pro-img img
            {
                width: 100%;
                -webkit-transition: -webkit-transform .9s ease 0s;
                -moz-transition: -moz-transform .9s ease 0s;
                -o-transition: -o-transform .9s ease 0s;
                -ms-transition: -ms-transform .9s ease 0s;
                transition: transform .9s ease 0s;
                position: absolute;
                left: 0;
                top: 0;
            }

        .zbproList li:hover .pro-img img
        {
            -moz-transform: scale(1.2,1.2);
            -webkit-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
        }

        .zbproList li .pro-info
        {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: #fff;
            z-index: 3;
            padding: 10px;
        }

            .zbproList li .pro-info h4
            {
                font-size: 26px;
                margin-bottom: 5px;
            }

        .zbproList li .mask
        {
            background: rgba(0,0,0,.2);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

        .zbproList li:hover .mask
        {
            background: rgba(0,0,0,0);
        }

.qz-hot-pro
{
    overflow: hidden;
}

.qz-hot-proList li
{
    width: 225px;
    background: #f2f7f8;
    border: 1px solid #97d9d8;
    text-align: center;
    padding: 15px 0;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

    .qz-hot-proList li a
    {
        display: block;
    }

.qz-hot-proList .pro-info .pro-tit
{
    font-size: 26px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 28px;
}

.qz-hot-proList .pro-info .pro-desc
{
    color: #999;
    text-transform: uppercase;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.qz-hot-proList .pro-img img
{
    width: 73px;
    height: 49px;
    border-radius: 8px;
}

.s_page_title
{
    font-size: 16px;
    color: #192c47;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

    .s_page_title:before
    {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #f7dc1b;
        position: absolute;
        left: 0;
        top: 8px;
    }

    .s_page_title a
    {
        float: right;
        font-size: 12px;
        color: #54bad8;
        text-decoration: underline;
        font-weight: normal;
        margin-top: 5px;
    }

        .s_page_title a:hover
        {
            color: #f5821f;
        }

.last_minute_deal_list li
{
    padding: 8px;
    background-color: #eee;
    height: 110px;
    position: relative;
    margin-bottom: 10px;
}

    .last_minute_deal_list li .tour_img_small
    {
        position: absolute;
        top: 8px;
        left: 20px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        padding: 4px;
    }

    .last_minute_deal_list li i
    {
        position: absolute;
        left: 0;
        top: 8px;
        background-color: #37c3cd;
        color: #fff;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        z-index: 10;
    }

    .last_minute_deal_list li .tour_img_small
    {
        width: 125px;
        height: 94px;
        display: block;
        overflow: hidden;
    }

        .last_minute_deal_list li .tour_img_small a
        {
            width: 115px;
            height: 84px;
            display: block;
            overflow: hidden;
        }

            .last_minute_deal_list li .tour_img_small a img
            {
                width: 115px;
                height: 84px;
                display: block;
            }

    .last_minute_deal_list li .last_deal_tour_details
    {
        margin-left: 145px;
    }

        .last_minute_deal_list li .last_deal_tour_details a
        {
            font-size: 14px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-height: 1.3em;
            color: #666;
        }

            .last_minute_deal_list li .last_deal_tour_details a:hover
            {
                text-decoration: underline;
                color: #f5821f;
            }

.recommendations_pric
{
    color: #eb8b1d;
    display: block;
    line-height: 20px;
    margin-top: 10px;
}

    .recommendations_pric sub
    {
        font-size: 10px;
        float: left;
    }

.last_minute_deal_box
{
    margin-bottom: 5px;
}

.gototop
{
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .gototop.active
    {
        opacity: 1;
        visibility: visible;
    }

    .gototop a
    {
        width: 50px;
        height: 50px;
        display: table;
        background: rgba(0,0,0,0.5);
        color: #fff;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .gototop a i
        {
            height: 50px;
            display: table-cell;
            vertical-align: middle;
        }

        .gototop a:hover, .gototop a:active, .gototop a:focus
        {
            text-decoration: none;
            outline: none;
        }

#fh5co-logo
{
    margin-right: 145px;
}

.fh5co-nav
{
    width: 100%;
    border-bottom: 2px solid #2386c9;
    background: #fff;
    padding: 15px 0 0;
}

    .fh5co-nav .container
    {
    }

    .fh5co-nav .text-right
    {
        height: 42px;
        margin-top: 15px;
        margin-bottom: -2px;
        position: relative;
    }

        .fh5co-nav .text-right > ul > li
        {
            float: left;
            margin-right: 15px;
            font-size: 16px;
        }

            .fh5co-nav .text-right > ul > li.hasdrop
            {
                position: relative;
            }

                .fh5co-nav .text-right > ul > li.hasdrop:hover .dropul
                {
                    display: block;
                }

.dropul
{
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 42px;
    border-top: 2px solid #2386c9;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    z-index: 99;
    display: none;
}

    .dropul li
    {
        line-height: 44px;
        border-bottom: 1px solid #edeeee;
        padding-left: 35px;
        padding-right: 35px;
    }

        .dropul li a
        {
            color: #666;
            white-space: nowrap;
        }

            .dropul li a:hover
            {
                color: #3ebdd4;
            }

.fh5co-nav .text-right > ul > li > a
{
    color: #666;
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    display: block;
    text-align: center;
}

    .fh5co-nav .text-right > ul > li > a i
    {
        color: #56c6f4;
        font-size: 18px;
    }

.fh5co-nav .text-right > ul > li:hover > a
{
    background-color: #22b4f1;
    color: #fff;
}

    .fh5co-nav .text-right > ul > li:hover > a i
    {
        color: #fff;
    }

.fh5co-nav .text-right > ul > li.on > a, .fh5co-nav .text-right > ul > li.on > a:hover
{
    color: #fff;
    background-color: #22b4f1;
}

.fh5co-nav .text-search
{
    width: 415px;
    height: 40px;
    border: 1px solid #85c4de;
    position: relative;
    margin-top: 17px;
    margin-right: 17px;
}

    .fh5co-nav .text-search .bantxt
    {
        width: 100%;
        height: 38px;
        opacity: 1;
        padding: 0 70px 0 15px;
        color: #004962;
        font-size: 14px;
        border-width: 0;
    }

        .fh5co-nav .text-search .bantxt:focus
        {
            background-color: #f8f8f8;
        }

    .fh5co-nav .text-search input[type=text]::-webkit-input-placeholder, .search_item_box input[type=text]::-webkit-input-placeholder
    { /* WebKit browsers */
        color: #999;
    }

    .fh5co-nav .text-search input[type=text]:-moz-placeholder, .search_item_box input[type=text]:-moz-placeholder
    { /* Mozilla Firefox 4 to 18 */
        color: #999;
    }

    .fh5co-nav .text-search input[type=text]::-moz-placeholder, .search_item_box input[type=text]::-moz-placeholder
    { /* Mozilla Firefox 19+ */
        color: #999;
    }

    .fh5co-nav .text-search input[type=text]:-ms-input-placeholder, .search_item_box input[type=text]:-ms-input-placeholder
    { /* Internet Explorer 10+ */
        color: #999;
    }

    .fh5co-nav .text-search .banbutt
    {
        background-color: #22b4f1;
        width: 70px;
        height: 38px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
        line-height: 38px;
    }

        .fh5co-nav .text-search .banbutt:hover
        {
            background-color: #85c4de;
        }

.fh5co-nav .text-other
{
    background: url("../images/tel.png") no-repeat;
    margin-top: 12px;
    padding-left: 40px;
    text-align: right;
}

    .fh5co-nav .text-other p
    {
        color: #999;
        line-height: 20px;
    }

        .fh5co-nav .text-other p.office
        {
            font-size: 18px;
            color: #22b4f1;
            margin-bottom: 3px;
        }

.fh5co-nav #fh5co-logo a, .fh5co-nav #fh5co-logo a img
{
    display: block;
}

.fh5co-nav .text-right > ul > li > a
{
    color: #333;
}

.fh5co-nav .text-right > ul > li:hover .dropdown
{
    display: block;
}

.fh5co-nav .text-right > ul > li .dropdown
{
    z-index: 1002;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    overflow: hidden;
    display: none;
    width: 100%;
    border-top: 2px solid #39bedb;
    box-shadow: 3px 3px 15px #ccc;
}

.dropdown .drop
{
    overflow: hidden;
    cursor: default;
    font-size: 14px;
}

    .dropdown .drop .inner
    {
        padding: 25px 15px;
        background: #fff;
        filter: Alpha(opacity=90);
        background: rgba(255,255,255,.9);
    }

    .dropdown .drop dl
    {
        position: relative;
        padding: 0 0 0 100px;
        font-size: 14px;
        margin: 0 320px 15px 0;
    }

    .dropdown .drop dt
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        text-align: right;
        white-space: nowrap;
        font-weight: bold;
        font-size: 14px;
        color: #666;
    }

    .dropdown .drop dd
    {
        float: left;
        margin: 0 0 0 15px;
    }

        .dropdown .drop dd a
        {
            color: #666;
            font-size: 14px;
        }

            .dropdown .drop dd a:hover, .dropdown .drop dd.hot a:hover
            {
                color: #f35b00;
            }

        .dropdown .drop dd.hot a
        {
            color: #0a76bd;
        }

    .dropdown .drop ul
    {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 25px;
        width: 300px;
        height: 100%;
        background: #f5f5f5;
    }

    .dropdown .drop li
    {
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

        .dropdown .drop li a
        {
            width: 100%;
            padding: 0 0 0 15px;
            position: relative;
            font-size: 12px;
            color: #333;
        }

            .dropdown .drop li a:hover
            {
                color: #f35b00;
            }

            .dropdown .drop li a:before
            {
                content: '';
                width: 4px;
                height: 4px;
                background: #666;
                position: absolute;
                left: 0;
                top: 50%;
                margin: -2px 0 0;
            }

.btn-cta
{
}

    .btn-cta a
    {
        color: #0C9CEE;
    }

        .btn-cta a span
        {
            background: #54bad8;
            color: #fff;
            padding: 5px 50px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            font-size: 16px;
        }

        .btn-cta a:hover span
        {
            background: #0069ad !important;
            color: #f7dc1b;
            -webkit-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75);
            box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75);
        }

.fh5co-nav ul li.active > a
{
    color: #fff !important;
}

.fh5co-nav-toggle
{
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after
    {
        background: #444;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active
    {
        outline: none;
        border-bottom: none !important;
    }

    .fh5co-nav-toggle i
    {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 2px;
        color: #252525;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #252525;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after
        {
            content: '';
            width: 25px;
            height: 2px;
            background: #252525;
            position: absolute;
            left: 0;
            transition: all .2s ease-out;
        }

    .fh5co-nav-toggle.fh5co-nav-white > i
    {
        color: #0c9cee;
        background: #fff;
    }

        .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after
        {
            background: #fff;
        }

    .fh5co-nav-toggle i::before
    {
        top: -7px;
    }

    .fh5co-nav-toggle i::after
    {
        bottom: -7px;
    }

    .fh5co-nav-toggle:hover i::before
    {
        top: -8px;
    }

    .fh5co-nav-toggle:hover i::after
    {
        bottom: -8px;
    }

    .fh5co-nav-toggle.active i
    {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before
        {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after
        {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle
{
    position: absolute;
    right: 9px;
    top: 9px;
    text-align: center;
    z-index: 2001;
    padding: 6px 0 0 0;
    display: none;
    height: 44px;
    width: 44px;
    border-bottom: none !important;
    background-color: #54bad8;
}

#fh5co-offcanvas
{
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #ecf3f5;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 55px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #fh5co-offcanvas
{
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a
{
    color: #f5821f;
    line-height: 35px;
}

    #fh5co-offcanvas a:hover
    {
        color: #54bad8;
    }

#fh5co-offcanvas ul
{
    padding: 0;
    margin: 0;
}

    #fh5co-offcanvas ul li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #fh5co-offcanvas ul li > ul
        {
            padding-left: 20px;
            display: none;
        }

        #fh5co-offcanvas ul li.offcanvas-has-dropdown > a
        {
            display: block;
            position: relative;
        }

            #fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after
            {
                position: absolute;
                right: 0px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1; /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e921";
                font-size: 20px;
                color: rgba(255,255,255,0.2);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

        #fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after
        {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.dest-search
{
    border-bottom: 1px solid #e1e3e6;
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}

    .dest-search .dest-sea-name
    {
        float: left;
        color: #666;
        padding-left: 10px;
        width: 72%;
        height: 40px;
        line-height: 40px;
        border: none;
        box-sizing: border-box;
        background-color: #f2f2f2;
        font-size: 14px;
    }

    .dest-search span
    {
        color: #fff;
        float: left;
        width: 28%;
        height: 40px;
        line-height: 40px;
        border: none;
        box-sizing: border-box;
        text-align: center;
        background-color: #ff9227;
    }

    .dest-search i
    {
        color: #fff;
        margin-right: 3px;
    }

.dest-list
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 61px;
    overflow: hidden;
}

.dest-left
{
    width: 100px;
    background-color: #e9ecf1;
    height: 100%;
}

    .dest-left ul
    {
        padding: 0;
        float: left;
        margin: 0;
    }

    .dest-left li
    {
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        display: block;
        padding: 10px 5px;
        box-sizing: border-box;
        width: 100px;
    }

        .dest-left li.cur
        {
            background-color: #fff;
        }

.dest-rg
{
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px;
    padding-bottom: 10px;
}

.rg-list
{
    padding: 10px 5px;
}

.seeall
{
    display: none;
}

    .seeall a
    {
        background-color: #eee;
        color: #999;
        display: block;
        text-align: center;
        padding: 8px 5px;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
    }

.rg-list > h3
{
    color: #666;
}

    .rg-list > h3 a
    {
        color: #00659c;
        text-decoration: underline;
        font-weight: bold;
        font-size: 14px;
    }

.rg-list ul
{
    margin: 0 0 15px 0;
    float: none;
    padding: 0;
}

.rg-list li
{
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    color: #666;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

    .rg-list li a
    {
        display: block;
        font-size: 14px;
    }


/*详细页幻灯片*/
.detail_left
{
    float: left;
    width: 50%;
    position: relative;
}

.tag-share
{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 4px 15px;
    z-index: 99;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.detail_leftslidr
{
    width: 100%;
    height: 475px;
    overflow: hidden;
}

    .detail_leftslidr .swiper-container
    {
        height: 100%;
    }

        .detail_leftslidr .swiper-container img
        {
            width: 100%;
            height: 100%;
        }

.ps-list
{
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    background-color: #eee;
}

    .ps-list .swiper-slide
    {
        width: 116px;
    }

        .ps-list .swiper-slide a
        {
            display: inline-block;
            margin: 10px 8px;
            opacity: 0.6;
            filter: alpha(opacity=60);
            width: 100px;
            height: 70px;
        }

            .ps-list .swiper-slide a img
            {
                display: block;
                border: 1px solid #777;
                width: 100px;
                height: 70px;
            }

    .ps-list .active a
    {
        float: left;
        opacity: 1;
        border: 4px solid #f7dc1b;
        overflow: hidden;
    }

        .ps-list .active a img
        {
            margin: -4px;
        }

.ps-prevIcon
{
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.ps-nextIcon
{
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.ps-current .prev
{
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 15px;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.ps-current .next
{
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 15px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}

.ps-list .prev
{
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 20px 15px 20px 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1000;
}

.ps-list .next
{
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 20px 12px 20px 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1000;
}

.btn_shadow
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 15px 20px;
    display: block;
    text-align: center;
}

    .btn_shadow:hover
    {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75);
        box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.75);
        color: #fff;
    }

.bt_big_red_btn
{
    background: #ff8746;
    float: left;
    font-size: 20px;
    min-width: 320px;
    margin-right: 20px;
}

.bt_big_blue_btn
{
    background: #39bedb;
    float: right;
    font-size: 20px;
    min-width: 220px;
}

    .bt_big_blue_btn img
    {
        vertical-align: top;
    }

.calendar-tabs
{
    cursor: pointer;
    height: 50px;
    background-color: #fff;
}

.calendar-tabs-prev, .calendar-tabs-next
{
    background-image: url(../images/abroad-group.png);
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    float: left;
    width: 34px;
    height: 50px;
}

    .calendar-tabs-prev:hover, .calendar-tabs-next:hover
    {
        background-color: #fff;
    }

    .calendar-tabs-prev.disabled, .calendar-tabs-next.disabled
    {
        background-color: #f5f5f5;
        cursor: default;
    }

.calendar-tabs-prev
{
    background-position: 0 0;
    width: 34px;
}

    .calendar-tabs-prev.disabled
    {
        background-position: 0 -50px;
    }

.calendar-tabs-next
{
    background-position: -40px 0;
    float: right;
}

    .calendar-tabs-next.disabled
    {
        background-position: -40px -50px;
    }

.calendar-tab
{
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    height: 50px;
    width: 25%;
}

    .calendar-tab:hover
    {
        background-color: #eee;
    }

    .calendar-tab a
    {
        padding-top: 3px;
        width: 100%;
        display: block;
        margin: -1px;
    }

        .calendar-tab a:hover
        {
            color: #333;
            text-decoration: none;
        }

    .calendar-tab.disabled
    {
        cursor: default;
        background-color: #f5f5f5;
    }

    .calendar-tab.active
    {
        height: 50px;
        position: relative;
        border-top: 2px solid #6fa9b1;
        background-color: #fff;
    }

        .calendar-tab.active a
        {
            color: #000;
        }

.calendar-tab-month
{
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
}

.calendar-tab-price
{
    line-height: 16px;
    font-size: 12px;
    color: #ff6702;
}

.calendar-tab-price-none
{
    color: #9a9a9a;
}

#calendar-area .ui-calendar
{
    width: 100%;
}

    #calendar-area .ui-calendar .calmonth
    {
        width: 100%;
        margin-left: 0;
    }

    #calendar-area .ui-calendar .calbox
    {
        border-color: #eee;
        min-height: 330px;
        border-width: 0;
    }

    #calendar-area .ui-calendar .date
    {
        height: 49px;
        background-color: #e5ebef;
        color: #000;
    }

        #calendar-area .ui-calendar .date.caldisabled
        {
            background-color: #fff;
        }

        #calendar-area .ui-calendar .date.nodate
        {
            background-color: #fff;
        }

            #calendar-area .ui-calendar .date.nodate .calprice
            {
                color: #999;
            }

#calendar-area .calmonth .caldate:hover
{
    background: #5acdde;
    color: #fff;
}

    #calendar-area .calmonth .caldate:hover .calprice
    {
        color: #fff4a9;
        font-weight: bold;
    }

#calendar-area .ui-calendar-big .calmonth .caldisabled:hover
{
    background-color: transparent;
}

#calendar-area .calmonth .td-selected .caldate
{
    border: 1px solid #4ac0d2;
    background: #4ac0d2;
}

    #calendar-area .calmonth .td-selected .caldate .calday
    {
        color: #fff;
    }

    #calendar-area .calmonth .td-selected .caldate .calprice
    {
        color: #fff;
    }

#calendar-area .calmonth .caltable
{
    height: auto;
}

    #calendar-area .calmonth .caltable td
    {
        height: 49px;
    }

#calendar-area .calmonth .calprice
{
    font-size: 14px;
}

#calendar-area .month-prev, #calendar-area .month-next, #calendar-area .caltitle
{
    display: none;
}

#calendar-area .calmonth .caltable th
{
    background-color: #f1f5f7;
    color: #333;
    font-size: 12px;
}

.price_calendar
{
    background: url(../images/loader.gif) center center no-repeat;
    display: none;
}

.price_section
{
    width: 640px;
}

    .price_section .price_section_tit
    {
        font-size: 18px;
        color: #323232;
        line-height: 2em;
        margin-bottom: 15px;
    }

    .price_section dl
    {
        margin: 8px 0;
    }

        .price_section dl dt
        {
            float: left;
            width: 75px;
            color: #666;
            line-height: 30px;
        }

        .price_section dl dd
        {
            float: left;
        }

            .price_section dl dd.playtime span
            {
                line-height: 30px;
                display: block;
                font-size: 12px;
                margin-left: 15px;
            }

                .price_section dl dd.playtime span i
                {
                    color: #999;
                }

    .price_section .rs dl dd.price
    {
        color: #ff6138;
        font-weight: bold;
    }

        .price_section .rs dl dd.price strong
        {
            font-size: 30px;
        }

.order-room .room-l .tff-select
{
    min-width: 100px;
    max-width: 130px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #c1c6cc;
    font-size: 12px;
    color: #000;
    vertical-align: baseline;
}

.num_box
{
    display: inline-block;
    height: 34px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    vertical-align: top;
    margin-left: 5px;
}

    .num_box a:hover
    {
        text-decoration: none;
        color: #f60;
    }

.num_subtraction, .num_text, .num_add
{
    float: left;
    position: relative;
    zoom: 1;
}

.num_text
{
    width: 40px;
    height: 28px;
    text-align: center;
    border: #ddd solid 1px;
    font-size: 12px;
}

.num_subtraction, .num_add
{
    width: 28px;
    height: 28px;
    border: #ddd solid 1px;
    text-align: center;
    line-height: 26px;
    color: #f80;
    font-size: 14px;
    background: #fff;
}

.num_subtraction
{
    margin-right: -1px;
}

.num_add
{
    margin-left: -1px;
}

.num_stop
{
    color: #999;
    cursor: default;
}

.num_box .num_stop:hover
{
    color: #999;
    background: #fff;
    border-color: #ccc;
}

.num_false .num_subtraction
{
    background: #FFECEC;
    border-color: #FFD7D7;
}

.num_false .num_add
{
    background: #FFECEC;
    border-color: #FFD7D7;
}

.num_false .num_text
{
    border-color: #f00;
    z-index: 1;
}

.num_add:hover, .num_subtraction:hover
{
    background: #fffaee;
    border-color: #f90;
    z-index: 1;
}

.ordering .numtra
{
    margin: 20px 0;
    padding: 15px 10px;
    background-color: #e6e6e6;
}

.soldOutTip
{
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.soldOutWrap
{
    text-align: center;
    position: relative;
}

.btnSoldOut
{
    display: inline-block;
    width: 220px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background-color: #39bedb;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
}

    .btnSoldOut:hover
    {
        color: #fff;
    }

        .btnSoldOut:hover .bookTip
        {
            display: block;
        }

.bookTip
{
    position: absolute;
    right: 0px;
    top: 72px;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #BCF6FA;
    line-height: 40px;
    z-index: 1000;
    color: #666;
    font-size: 14px;
    display: none;
}

    .bookTip:after
    {
        content: '';
        position: absolute;
        top: -8px;
        right: 50%;
        width: 14px;
        height: 14px;
        background: #fff;
        border-left: 1px solid #BCF6FA;
        border-top: 1px solid #BCF6FA;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ordering .departDate-block .departDate
{
    color: #fd7f65;
    margin-right: 15px;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
}

.ordering .departDate-block dd strong
{
    color: #fd7f65;
    margin-right: 5px;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
}

.ordering .departDate-block .modify
{
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    background-color: #26d5d2;
    padding: 0 20px;
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    vertical-align: top;
    border: 1px solid #26d5d2;
}

    .ordering .departDate-block .modify:hover
    {
        background-color: #fff;
        color: #18cdca;
    }

.adult-num_warp, .child-num_warp
{
    width: 50%;
    float: left;
}

.ordering .departDate-block, .order-room
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666;
}

    .ordering .departDate-block dt, .order-room .room-l, .selpack dt
    {
        float: left;
        width: 120px;
        text-align: right;
        line-height: 32px;
        font-size: 14px;
    }

    .ordering .departDate-block dd, .order-room .room-box, .selpack dd
    {
        margin-left: 130px;
        line-height: 32px;
    }

.selpack
{
    margin-top: 10px;
}

    .selpack dt
    {
        color: #666;
    }

    .selpack span
    {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 2px;
        color: #39bedb;
        margin-right: 8px;
        border: 1px solid #39bedb;
        cursor: pointer;
    }

        .selpack span.on
        {
            background-color: #39bedb;
            color: #fff;
        }

.pay-wrapper
{
    color: #666;
    margin: 20px 0 30px;
}

    .pay-wrapper dt
    {
        margin-bottom: 6px;
    }

    .pay-wrapper .pay-method
    {
        float: left;
        line-height: 25px;
        margin-right: 15px;
    }

        .pay-wrapper .pay-method img
        {
            height: 25px;
            vertical-align: top;
            margin-right: 6px;
        }

.add_another_row
{
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
}

    .add_another_row a
    {
        margin: 0 5px;
    }

.js-remove-room
{
    display: none;
}

.pro-box .tab li
{
    float: left;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    padding: 0 20px;
    font-size: 18px;
    color: #666;
}

    .pro-box .tab li.cur
    {
        color: #333;
        border-bottom: 3px solid #37c3cd;
    }

.pro-box .tab .tabbox_fixed
{
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 15px #c2d0d4;
}

.tabbox
{
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: #e6e6e6; /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

    .tabbox::after
    {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        width: 35px;
        background: transparent;
        background: -webkit-linear-gradient(right,#ddd,rgba(221,221,221,0));
        background: linear-gradient(to left,#ddd,rgba(221,221,221,0));
        pointer-events: none;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

.tabbox_fixed.tabbox::after
{
    background: transparent;
    background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,0));
    background: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,0));
    pointer-events: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.tabbox_fixed.tabbox::before
{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: transparent;
    background: -webkit-linear-gradient(right,#fff,rgba(255,255,255,0));
    background: linear-gradient(to left,#fff,rgba(255,255,255,0));
    pointer-events: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.tabbox ul, .tabbox li, .tabbox a
{
    height: 100%;
}

.tabbox ul
{ /* enables a flex context for all its direct children */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .tabbox ul::after
    {
        clear: both;
        content: "";
        display: block;
    }

.tabbox li
{
    display: inline-block;
    float: left; /* do not shrink - elements float on the right of the element */
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .tabbox li:last-of-type
    {
        padding-right: 20px;
    }

.tabbox a
{
    display: block;
    color: #fff;
    opacity: .6;
    line-height: 50px;
    padding: 0 1em;
}

    .tabbox a:hover, .tabbox a.active
    {
        opacity: 1;
    }

.content-section
{
    border: 1px solid #c4d2dc;
    margin-bottom: 20px;
    background-color: #fff;
}

    .content-section .content-section-tit
    {
        color: #1c365c;
        padding: 10px 20px;
        font-size: 20px;
        margin-top: 10px;
    }

.yhbox
{
    line-height: 32px;
    margin-bottom: 5px;
}

    .yhbox dl
    {
        padding: 10px 0;
    }

    .yhbox dt
    {
        float: left;
        color: #6a6a6a;
        line-height: 32px;
        width: 60px;
        text-align: right;
    }

.yhtxt
{
    margin-left: 70px;
}

    .yhtxt p
    {
        color: #6a6a6a;
        line-height: 32px;
    }

    .yhtxt a
    {
        margin-left: 5px;
        border-radius: 4px;
        padding: 0 15px;
        display: inline-block;
    }

    .yhtxt .btn-sy
    {
        background-color: #22b4f1;
        color: #fff;
    }

.btn-integral
{
    color: #22b4f1;
}

.yhtxt .jfcolor
{
    color: #df2929;
}

.content-section.booking-pay
{
    min-height: 500px;
}

.input-form
{
    background-color: #fff;
}

.form-header
{
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
    color: #999;
}

.form-title
{
    font-size: 14px;
    color: #333;
}

.form-set-relative
{
    float: right;
}

.form-list
{
    font-size: 14px;
}

    .form-list .f-row
    {
        margin-bottom: 18px;
        margin-right: 15px;
        float: left;
        min-height: 36px;
        width: 40%;
    }

        .form-list .f-row > ul > li
        {
            float: left;
            margin-right: 10px;
        }

    .form-list .f-key
    {
        color: #777;
        display: block;
        font-size: 12px;
    }

    .form-list .f-input
    {
        width: 300px;
        color: #000;
    }

    .form-list .f-tooltip
    {
        position: absolute;
        bottom: 40px;
        left: 0;
        z-index: 1;
        display: none;
    }

.tff-input
{
    height: 36px;
    line-height: 34px \9;
    padding: 0 10px;
    border: 1px solid #d1dde2;
    font-size: 14px;
    color: #777;
    -webkit-transition: border-color ease-out .3s;
    transition: border-color ease-out .3s;
    text-align: left;
}

    .tff-input:focus
    {
        border: 1px solid #54bad8;
        color: #333;
        box-shadow: 0 0 3px rgba(84,186,216,.6);
    }

.form-list .f-select
{
    display: inline-block;
}

    .form-list .f-select.tff-select
    {
        min-width: 155px;
        max-width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #c1c6cc;
        font-size: 14px;
        color: #000;
        vertical-align: baseline;
    }

.form-list .f-input-tel
{
    width: 262px;
    margin-left: 17px;
}

.form-list .f-input-long
{
    width: 485px;
}

.content-section .form-section
{
    margin: 0 30px;
    border-bottom: 1px dotted #ccc;
}

    .content-section .form-section:last-child
    {
        border-width: 0;
    }

    .content-section .form-section .border-bottom
    {
        border-bottom: 1px dotted #ddd;
        padding: 15px 0;
    }

        .content-section .form-section .border-bottom:last-child
        {
            border-width: 0;
        }

.order-note
{
    width: 100%;
    height: 55px;
    border: 1px solid #d1dde2;
    margin-bottom: 15px;
}

.userInfo div:first-child
{
    margin-bottom: 5px;
}

.infoList
{
    overflow: hidden;
}

    .infoList .item
    {
        width: 30%;
        float: left;
        margin-bottom: 18px;
        margin-right: 15px;
    }

        .infoList .item label
        {
            color: #777;
            display: block;
            font-size: 12px;
        }

        .infoList .item .inputText, .infoList .item .selected
        {
            height: 36px;
            padding: 0 10px;
            border: 1px solid #d1dde2;
            font-size: 14px;
            width: 100%;
        }

.tff-textarea
{
    width: 383px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #d1dde2;
}

.input-form .form-textarea
{
    display: block;
    width: 100%;
    height: 80px;
}

.form-submit
{
    width: 312px;
    height: 54px;
    cursor: pointer;
    float: right;
}

.form-submit
{
    width: 312px;
    height: 54px;
    cursor: pointer;
    float: right;
}

.tf-button-orange
{
    color: rgb(255,255,255);
    line-height: 52px;
    font-size: 20px;
    padding: 0px 20px;
    border-radius: 3px;
    background-color: #00659c;
}

.submit-option
{
    height: 54px;
    line-height: 54px;
    margin: 30px 15px;
    font-size: 16px;
    position: relative;
}

    .submit-option .submit-summary
    {
        margin-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .submit-option .submit-amount
    {
        font-size: 40px;
        color: #fb5f10;
    }

.content-main
{
    width: 880px;
    float: left;
}

.side-bar
{
    width: 300px;
    float: right;
}

.settlement
{
    border: 1px solid #c4d2dc;
    background: #fff;
    font-size: 14px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.45);
    box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.45);
}

    .settlement .settlement-tit
    {
        font-size: 20px;
        color: #1c365c;
        padding: 15px 15px 0 15px;
    }

    .settlement .set-title
    {
        margin: 15px;
        line-height: 1.5em;
        font-weight: bold;
    }

    .settlement .set-line
    {
        border-top: 1px solid #e1e1e1;
        margin: 10px;
    }

    .settlement .set-list
    {
        padding: 5px 0;
    }

    .settlement .set-item-title
    {
        line-height: 30px;
        float: left;
        color: #666;
        font-size: 14px;
    }

    .settlement .set-item-amount
    {
        float: right;
        font-size: 14px;
        line-height: 30px;
    }

        .settlement .set-item-amount.set-total-price
        {
            font-weight: normal;
            color: #df2929;
            font-size: 14px;
        }

            .settlement .set-item-amount.set-total-price strong
            {
                font-size: 20px;
            }

    .settlement .set-detail-text
    {
        display: inline-block;
        width: 140px;
    }

    .settlement .set-item-detail
    {
        color: #777;
    }

.pull-right
{
    float: right;
}

.settlement .set-list
{
    margin: 0 15px;
    line-height: 30px;
}

.settlement .orign-price
{
    margin: 10px 15px;
    text-align: right;
    color: #df2929;
    font-size: 14px;
}

.filter-more-title
{
    float: left;
    background-color: #e6e9ed;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    width: 140px;
}

.filter-more-title-list
{
    padding: 15px 20px;
    color: #777;
    font-size: 14px;
    background-color: #e6e9ed;
    cursor: pointer;
}

    .filter-more-title-list.selected
    {
        position: relative;
        background-color: #fff;
        border-top: 1px solid #b8c3cd;
        border-right: none;
        border-bottom: 1px solid #b8c3cd;
        color: #02669c;
        border-left: 5px solid #0480cf;
    }

        .filter-more-title-list.selected:first-child
        {
            border-top: 0;
        }

.filter-more
{
    overflow: hidden;
}

.filter-more-list-wraper
{
    float: left;
    margin-left: -1px;
    padding-left: 22px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    width: 660px;
    border-left: 1px solid #b8c3cd;
}

    .filter-more-list-wraper ul
    {
        max-height: 500px;
        overflow-y: auto;
    }

.filter-more-list-item
{
    float: left;
    padding-bottom: 18px;
    padding-left: 1px;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .filter-more-list-item label
    {
        font-size: 12px;
        color: #444;
    }

.cont .search label
{
    padding: 10px;
}

.filter-more-list-item input, .cont .search input
{
    margin-right: 9px;
    vertical-align: middle;
}

    .filter-more-list-item input:checked + .text, .cont .search input:checked + .text
    {
        color: #fb5f10;
    }

.filter-more-list-item .text
{
    vertical-align: middle;
}

.filter-more-list
{
    padding-bottom: 30px;
    max-height: 420px;
    overflow-y: auto;
    display: none;
    min-height: 280px;
    padding-top: 15px;
}

    .filter-more-list.dis-block
    {
        display: block;
    }

    .filter-more-list .price-range label
    {
        float: left;
        width: 90px;
    }

        .filter-more-list .price-range label input
        {
            border: 1px solid #ccc;
            width: 90px;
            padding: 0 10px;
            height: 30px;
            line-height: 30px;
        }

            .filter-more-list .price-range label input:focus
            {
                border-color: #fb5f10;
            }

    .filter-more-list .price-range em
    {
        float: left;
        background: #ccc;
        height: 1px;
        width: 6px;
        margin: 13px 5px 0 5px;
    }

    .filter-more-list.js-price dt
    {
        font-size: 14px;
        color: #555;
        margin-bottom: 5px;
    }

.cont .search
{
    color: #666;
    text-align: right;
    background-color: #f1f5f7;
    border-top: 1px solid #bfd1da;
}

    .cont .search .btn-pop-search
    {
        padding: 10px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
    }

.m-consulate .visa-list
{
    margin-top: 10px;
}

.m-consulate .visa-item
{
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 10px;
    border: 2px solid #f1f1f1;
}

    .m-consulate .visa-item:hover
    {
        background-color: #fff;
        border: 2px solid #7ecdfe;
    }

    .m-consulate .visa-item a h5
    {
        color: #000;
    }

    .m-consulate .visa-item a:hover h5
    {
        text-decoration: underline;
    }

    .m-consulate .visa-item h5 .icon_mine
    {
        font-size: 14px;
        font-style: normal;
        background: #40c6ff;
        color: #fff;
        padding: 0px 4px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-block;
    }

    .m-consulate .visa-item .item-field
    {
        color: #666;
        margin-top: 5px;
        font-size: 14px;
    }

        .m-consulate .visa-item .item-field label
        {
            font-weight: bold;
            margin-right: 5px;
        }

        .m-consulate .visa-item .item-field .enter-count
        {
            margin-left: 80px;
        }

    .m-consulate .visa-item .box-left
    {
        margin-right: 110px;
    }

    .m-consulate .visa-item .box-right
    {
        float: right;
        width: 100px;
    }

    .m-consulate .visa-item .item-price
    {
        color: #eb8b1d;
        margin-top: 25px;
        text-align: center;
        font-size: 14px;
    }

        .m-consulate .visa-item .item-price span
        {
            font: normal bold 30px/30px "Arial";
        }

    .m-consulate .visa-item .item-more
    {
        margin-top: 15px;
    }

        .m-consulate .visa-item .item-more a
        {
            display: block;
            border-radius: 2px;
            color: #fff;
            background: #4ac9ff;
            height: 32px;
            line-height: 32px;
            text-align: center;
        }

            .m-consulate .visa-item .item-more a:hover
            {
                background: #fc893d;
            }

.business_box dl
{
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
}

    .business_box dl dd
    {
        font-size: 14px;
        color: #999;
    }

.business_box ul
{
    padding-left: 30px;
    margin-bottom: 35px;
}

.business_box li a
{
    font-size: 14px;
    color: #666;
}

    .business_box li a:hover
    {
        color: #eb8b1d;
    }

.footer
{
    background-color: #dfdfdd;
    padding: 45px 0 0;
}

.left_part
{
    width: 30%;
    padding-left: 20px;
    padding-bottom: 30px;
}

.right_part
{
    width: 100%;
}

.ftlogo
{
    width: 20%;
    float: left;
}

.right_part .dl
{
    width: 20%;
    float: left;
}

    .right_part dl dt
    {
        color: #333;
        font-size: 14px;
        position: relative;
        margin-bottom: 6px;
        font-weight: bold;
    }

    .right_part dl dd
    {
        margin-right: 40px;
        color: #7c7c7c;
        font-size: 14px;
    }

.right_part .about-wrap p
{
    float: left;
    width: 50%;
}

.right_part dl dd p a, .right_part dl dd p
{
    color: #666;
    font-size: 14px;
}

    .right_part dl dd p a:hover
    {
        color: #0093c6;
        text-decoration: underline;
    }

.footer .btm-c
{
    margin-top: 45px;
}

.btm-c
{
    background-color: #202325;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    font-size: 12px;
}

    .btm-c a
    {
        color: #fff;
    }

        .btm-c a:hover
        {
            color: #39bedb;
        }

.payIco img, #siteseal img
{
    height: 32px;
    padding: 0 3px;
}

.sfooter
{
    margin-bottom: 49px;
}

    .sfooter .bottom_part
    {
        display: flex;
        height: 40px;
        background: #eee;
        border-top: 1px solid #ddd;
    }

        .sfooter .bottom_part dl
        {
            flex: 1;
            text-align: center;
            border-right: 1px solid #ddd;
            position: relative;
        }

            .sfooter .bottom_part dl:last-child
            {
                border-width: 0;
            }

            .sfooter .bottom_part dl dt
            {
                line-height: 40px;
            }

            .sfooter .bottom_part dl dd
            {
                display: none;
                padding: 4px;
            }

                .sfooter .bottom_part dl dd p a
                {
                    display: block;
                    color: #666;
                    font-size: 12px;
                    line-height: 40px;
                    border-bottom: 1px solid #eee;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .sfooter .bottom_part dl dd p:last-child a
                {
                    border-width: 0;
                }

            .sfooter .bottom_part dl.on dd
            {
                display: block;
                width: 100%;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 40px;
                overflow: hidden;
                background-color: #f8f8f8;
                z-index: 998;
            }

.status_bar_warpper
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    z-index: 999;
}

.status_bar
{
    height: 49px;
    display: flex;
    background-color: #37c3cd;
}

    .status_bar a
    {
        flex: 1;
        text-align: center;
        color: #fff;
        line-height: 14px;
    }

        .status_bar a.on
        {
            background: #2fb9c3;
        }

        .status_bar a img
        {
            display: block;
            width: 30px;
            margin: 2px auto 0;
        }

.subbanner
{
    height: 275px;
    position: relative;
}

.specialbanner
{
    height: 400px;
}

.subbanner:before
{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/bg-black.png);
    z-index: 1;
}

.subbanner .w1200
{
    position: relative;
    z-index: 2;
    height: 275px;
}

    .subbanner .w1200 h2
    {
        font-size: 38px;
        font-weight: bold;
        color: #fff;
        padding-top: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .subbanner .w1200 h2 a
        {
            color: #fff;
            font-size: 28px;
        }

            .subbanner .w1200 h2 a i
            {
                display: inline-block;
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-top: 6px solid #fff;
                vertical-align: middle;
            }

.breadcrumbs
{
    padding: 20px 0;
    color: #666;
    font-size: 14px;
}

.sea-nav
{
    border: 1px solid #e3e8ec;
    background-color: #fff;
    margin-bottom: 15px;
}

.sea-nav-m
{
    padding: 10px;
}

.sea-nav .row
{
    padding: 5px 12px;
    font-size: 14px;
    position: relative;
}

.sea-nav .row-l
{
    position: absolute;
    width: 70px;
    color: #666;
    left: 12px;
    top: 5px;
    text-align: right;
    line-height: 36px;
    height: 36px;
}

    .sea-nav .row-l:after
    {
        content: " ";
        display: inline-block;
        width: 100%;
    }

.sea-nav .row-r
{
    position: absolute;
    width: 28px;
    right: 12px;
    height: 36px;
    overflow: hidden;
}

.sea-nav .row-m
{
    padding: 0 35px 0 85px;
    height: 36px;
    overflow: hidden;
}

    .sea-nav .row-m a
    {
        line-height: 36px;
        float: left;
        margin-right: 30px;
        position: relative;
        color: #999;
    }

        .sea-nav .row-m a.on, .sea-nav .row-m a.on:hover
        {
            color: #e89901;
            text-decoration: none;
        }

        .sea-nav .row-m a:hover
        {
            color: #4DB2C6;
            text-decoration: underline;
        }

.sea-nav .row-r .nav-link
{
    display: block;
    width: 21px;
    height: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px #e4e4e6 solid;
    margin-top: 12px;
    cursor: pointer;
}

    .sea-nav .row-r .nav-link:hover, .sea-nav .row-r:hover .nav-link
    {
        border: 1px #0099e5 solid;
    }

    .sea-nav .row-r .nav-link i
    {
        width: 7px;
        height: 4px;
        display: block;
        background: url(../images/row-list-sj.png) no-repeat;
        margin: 5px auto 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

.sea-nav .row-r.on .nav-link i
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-main-wraper
{
    border: 1px solid #e3e8ec;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.list-main
{
    width: 70%;
}

    .list-main .filter
    {
        background-color: #d6eded;
        padding: 10px 15px;
    }

        .list-main .filter .filter-p-more
        {
            padding: 5px 15px 5px 5px;
            color: #333;
            display: block;
            font-size: 14px;
        }

            .list-main .filter .filter-p-more em
            {
                color: #e89901;
                font-weight: 700;
            }

.proFilter
{
    font-size: 12px;
    line-height: 31px;
}

    .proFilter a
    {
        margin-right: 15px;
        color: #333;
    }

        .proFilter a:hover, .proFilter a.active
        {
            color: #e89901;
        }

        .proFilter a i
        {
            vertical-align: middle;
        }

.filter-date
{
    margin-right: 8px;
}

.filter-date, .filter-price
{
    display: inline-block;
    line-height: 36px;
}

    .filter-date input, .filter-price input
    {
        width: 108px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #ccc;
        font-size: 12px;
        text-indent: 8px;
        position: relative;
    }

    .filter-date em, .filter-price em
    {
        display: inline-block;
        width: 10px;
        height: 1px;
        margin: 0 3px;
        background-color: #ccc;
    }

    .filter-price input
    {
        width: 75px;
    }

.filter-btn
{
    background-color: #22b4f1;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid transparent;
}

.row-m .btn-close
{
    background-color: #f5f5f5;
    color: #666;
    border: 1px solid #ccc;
}

.sortby
{
    font-size: 13px;
    color: #333;
    background-color: #fff;
    border: 1px solid #c1c6cc;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 99;
}

    .sortby:after
    {
        position: absolute;
        top: 45%;
        right: 10px;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #54bad8;
    }

.sortby-title-wraper
{
    padding: 5px 30px 5px 10px;
}

.sortby-title
{
    color: #333;
    font-weight: normal;
}

    .sortby-title.h-t-l
    {
        padding-right: 15px;
        width: auto;
        height: auto;
        background: url(../images/sort-by.png) no-repeat right -37px transparent;
    }

    .sortby-title.l-t-h
    {
        padding-right: 15px;
        width: auto;
        height: auto;
        background: url(../images/sort-by.png) no-repeat right 1px transparent;
    }

.sortby-list
{
    display: none;
    position: absolute;
    top: 100%;
    right: -1px;
    margin-top: 3px;
    width: 160px;
    background-color: #fff;
    border: 1px solid #c1c6cc;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

.sortby-list-item
{
    padding: 10px;
    font-size: 12px;
}

    .sortby-list-item.selected, .sortby-list-item.selected:hover
    {
        color: #fff;
        background-color: #54bad8;
    }

    .sortby-list-item:hover
    {
        background-color: #ddebef;
    }

.sortby.sortby_list_hover .sortby-list
{
    display: block;
}

.list-products .list-product-item .product-img-wraper
{
    float: left;
}

.list-products .list-product-item .list-product-img .hot-tag
{
    background: #ff9227;
    color: #fff;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .list-products .list-product-item .list-product-img .hot-tag em
    {
        font-size: 20px;
        margin-top: 12px;
        display: inline-block;
    }

.list-products .list-product-item .list-product-img
{
    position: relative;
    width: 325px;
}

    .list-products .list-product-item .list-product-img img, .list-products .list-product-item .list-product-img a
    {
        width: 100%;
        display: block;
        height: 217px;
    }

.list-products .list-product-item .item-info-main
{
    padding-right: 15px;
    margin-left: 335px;
    border-left: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-product-item
{
    position: relative;
    margin: 15px 0;
    background-color: #eee;
    border: 2px solid #fff;
}

    .list-product-item:hover
    {
        background-color: #fff;
        border: 2px solid #7ecdfe;
    }

    .list-product-item .item-info-main .list-product-item-title
    {
        color: #333;
        font-size: 16px;
        margin: 15px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .list-product-item .item-info-main .list-product-item-title:hover
        {
            color: #0072af;
            text-decoration: underline;
        }

.info-main-item
{
    font-size: 14px;
    color: #666;
}

    .info-main-item span
    {
        display: inline-block;
        margin-right: 10px;
        font-size: 12px;
        padding: 2px 10px;
        margin-bottom: 5px;
    }

.room_name h1 span, .info_name h1 span
{
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    padding: 2px 10px;
    margin-bottom: 5px;
}

    .info-main-item span.border-tip1, .room_name h1 span.border-tip1, .info_name h1 span.border-tip1
    {
        background-color: #22b4f1;
        border: 1px solid #22b4f1;
        color: #fff;
    }

.info-main-item span.border-tip2
{
    color: #0093c6;
    border: 1px solid #2bb9eb;
}

.list-product-item .info-main-price
{
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 8px;
}

    .list-product-item .info-main-price .price-info
    {
        float: right;
        color: #eb8b1d;
        line-height: 35px;
    }

        .list-product-item .info-main-price .price-info .muted
        {
            font-size: 20px;
            margin-right: 5px;
        }

        .list-product-item .info-main-price .price-info del
        {
            color: #999;
            font-size: 14px;
            margin-right: 10px;
        }

        .list-product-item .info-main-price .price-info .price-main
        {
            font-size: 28px;
        }

    .list-product-item .info-main-price .btn-tickit-order
    {
        float: right;
        background: #e89901;
        color: #fff;
        display: inline-block;
        width: 100px;
        line-height: 35px;
        text-align: center;
        margin-left: 20px;
        border-radius: 4px;
    }

        .list-product-item .info-main-price .btn-tickit-order:hover
        {
            background: #FFBA13;
        }

.blog-list-item
{
    padding: 20px 0 30px;
    border-bottom: 1px dashed #ccc;
}

    .blog-list-item .blog-img-wraper, .blog-list-item .blog-img-wraper a
    {
        width: 100%;
        display: block;
    }

        .blog-list-item .blog-img-wraper a img
        {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

    .blog-list-item h2
    {
        font-size: 24px;
        letter-spacing: -1px;
        font-weight: bold;
        margin: 15px 0 10px;
    }

        .blog-list-item h2 a
        {
            color: #333;
        }

            .blog-list-item h2 a:hover
            {
                color: #0075b2;
            }

    .blog-list-item .info-item-date
    {
        color: #666;
        font-size: 14px;
    }

    .blog-list-item .info-item-dtl
    {
        color: #999;
        margin: 10px 0;
        font-size: 14px;
    }

    .blog-list-item .entry-footer .more-link
    {
        display: inline-block;
        border: 1px solid #ccc;
        color: #666;
        padding: 5px 20px;
        border-radius: 4px;
        font-size: 12px;
        text-transform: uppercase;
    }

        .blog-list-item .entry-footer .more-link:hover
        {
            color: #2da6c9;
            border-color: #54bad8;
        }

.list-aside
{
    width: 28%;
    margin-bottom: 38px;
}

.exhibition-main-wraper
{
    margin-bottom: 20px;
}

.exhibition-list-aside
{
    width: 240px;
    float: left;
}

.exhibition-list-main
{
    background: #fff;
    float: right;
    width: 935px;
    padding: 20px;
}

    .exhibition-list-main li
    {
        padding: 20px 0;
        border-bottom: 1px dotted #ddd;
    }

        .exhibition-list-main li a
        {
            margin-top: -20px;
        }

        .exhibition-list-main li .img
        {
            width: 270px;
            height: 180px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-right: 20px;
        }

            .exhibition-list-main li .img img
            {
                width: 100%;
            }

        .exhibition-list-main li .content
        {
            padding-top: 5px;
            color: #000;
        }

            .exhibition-list-main li .content .infos
            {
                color: #666;
            }

                .exhibition-list-main li .content .infos p
                {
                    font-size: 14px;
                }

    .exhibition-list-main .exhibition-tag
    {
        padding: 10px 0;
    }

        .exhibition-list-main .exhibition-tag a
        {
            display: inline-block;
            padding: 5px 20px;
            background: #eee;
            border: 1px solid #eee;
            margin-right: 5px;
        }

            .exhibition-list-main .exhibition-tag a:hover
            {
                background: #fff;
                border: 1px solid #26acc9;
                color: #26acc9;
            }

.exhibition-tit
{
    color: #0093c6;
    font-size: 24px;
    text-transform: uppercase;
    padding: 7px 10px 7px 26px;
    position: relative;
}

    .exhibition-tit:before
    {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #26d5d2;
        position: absolute;
        left: 0;
        top: 15px;
    }

.exhibitionbody img
{
    max-width: 100%;
}

.exhibitionbody
{
    line-height: 24px;
    font-size: 14px;
}

    .exhibitionbody p
    {
        margin-bottom: 10px;
    }

.visawrapper
{
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

    .visawrapper .perc
    {
        color: #ffa10e;
        font-size: 32px;
        float: left;
        width: 210px;
        text-align: center;
        padding: 30px 0 20px;
    }

        .visawrapper .perc strong
        {
            font-size: 52px;
            display: inline-block;
            font-weight: normal;
        }

        .visawrapper .perc p
        {
            color: #333;
            font-size: 22px;
            margin-top: 10px;
        }

    .visawrapper .visadom
    {
    }

        .visawrapper .visadom li
        {
            width: 20%;
            float: left;
            text-align: center;
            color: #666;
        }

            .visawrapper .visadom li i
            {
                display: block;
                width: 75px;
                height: 75px;
                background-color: #d5e9ee;
                border-radius: 50%;
                overflow: hidden;
                margin: 10px auto;
            }

                .visawrapper .visadom li i img
                {
                    width: 100%;
                }

.special-list-products .last_deal_time_left
{
    padding: 0;
    height: auto;
    margin-bottom: 5px;
}

.area
{
    margin-bottom: 20px;
}

.floatMenuContent
{
    background: #fff;
}

    .floatMenuContent li.on
    {
        color: #47788e;
        background-color: #90d9f8;
    }

    .floatMenuContent li
    {
        padding-left: 55px;
    }

        .floatMenuContent li a
        {
            display: block;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            color: #666;
        }

            .floatMenuContent li a i
            {
                width: 28px;
                height: 28px;
                display: inline-block;
                vertical-align: top;
                background-color: #a9d0cf;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 12px;
            }

            .floatMenuContent li a:hover, .floatMenuContent li.on a
            {
                color: #26acc9;
            }

                .floatMenuContent li a:hover i, .floatMenuContent li.on a i
                {
                    background-color: #26d5d2;
                }

.detail_rightinfo
{
    padding: 10px 0;
    float: right;
    width: 48%;
    min-width: 340px;
}

    .detail_rightinfo h1
    {
        font-size: 22px;
        color: #333;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .detail_rightinfo .ticket_info_section
    {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }

    .detail_rightinfo .intro-ticket-section
    {
        background: #fff;
        margin-top: 20px;
        padding: 20px;
    }

        .detail_rightinfo .intro-ticket-section dd
        {
            color: #666;
            margin-top: 10px;
        }

            .detail_rightinfo .intro-ticket-section dd .text
            {
                height: 150px;
                overflow-y: auto;
                font-size: 14px;
                line-height: 1.8;
            }

.visa_row dl
{
    width: 33.3%;
    float: left;
    color: #666;
}

    .visa_row dl dt
    {
        float: left;
        line-height: 32px;
        color: #333;
    }

    .visa_row dl dd
    {
        margin-left: 105px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        line-height: 32px;
    }

    .visa_row dl.skfw
    {
        width: 100%;
        float: none;
    }

        .visa_row dl.skfw dd
        {
            overflow: hidden;
            white-space: normal;
        }

.visa_pay .pay-wrapper, .visa_pay .order-btns
{
    float: left;
}

.visa_pay .order-btns
{
    margin-top: 20px;
}

.calender_option
{
    text-align: right;
    color: #8c8a8c;
    padding-top: 5px;
    padding-bottom: 20px;
}

    .calender_option ul li
    {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        font-size: 12px;
        color: #333;
    }

        .calender_option ul li .graybox
        {
            width: 15px;
            height: 15px;
            background: #fff;
            border: 1px solid #ccc;
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
        }

        .calender_option ul li .bluebox
        {
            width: 15px;
            height: 15px;
            background: #e5ebef;
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
            border: 1px solid #ccc;
        }

.pricing_section
{
    margin: 15px 0;
}

    .pricing_section .bt_totalusd
    {
        font-size: 16px;
        color: #333;
        margin-left: 10px;
    }

        .pricing_section .bt_totalusd del
        {
            color: #999;
        }

    .pricing_section #discount_total_price
    {
        color: #666;
    }

        .pricing_section #discount_total_price i
        {
            color: #ff6946;
            font-style: normal;
            font-weight: bold;
            margin: 0 5px;
        }

        .pricing_section #discount_total_price em
        {
            font-size: 36px;
        }

.price_category
{
    font-size: 12px;
    color: #666;
    border: 2px solid #bfd1da;
    background: #FFF;
    padding: 10px;
}

    .price_category > span
    {
        display: block;
        width: 20%;
        float: left;
        text-align: center;
        border-right: 1px solid #ddd;
    }

        .price_category > span:last-child
        {
            border-width: 0;
        }

.product_main
{
    margin-top: 15px;
}

    .product_main .pro-box .box
    {
        background-color: #fff;
    }

        .product_main .pro-box .box .callout-title
        {
            background-color: #f1f5f7;
            color: #0093c6;
            font-size: 24px;
            text-transform: uppercase;
            padding: 17px 10px 17px 36px;
            position: relative;
        }

            .product_main .pro-box .box .callout-title:before
            {
                content: "";
                display: inline-block;
                width: 10px;
                height: 10px;
                background-color: #26d5d2;
                position: absolute;
                left: 15px;
                top: 24px;
            }

        .product_main .pro-box .box .callout-content
        {
            padding: 20px 40px 30px;
            font-size: 14px;
            color: #666;
        }

.callout-txt
{
    width: 80%;
}
.callout-txt img{
	max-width: 100%;
	margin: 0 10px 10px 0;
}

.callout-content h3
{
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.callout-content .hightlist
{
    margin-bottom: 30px;
}

    .callout-content .hightlist li
    {
        margin-bottom: 5px;
    }

.callout-content h4
{
    margin-top: 30px;
    padding-bottom: 15px;
    position: relative;
    line-height: 22px;
    font-size: 16px;
}

    .callout-content h4 i
    {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: #9adbf2;
        font-size: 20px;
        color: #fff;
        font-style: normal;
        display: block;
        position: absolute;
        top: -5px;
        left: -20px;
    }

.callout-content .cal-hotel, .callout-content .cal-day-content, .callout-content .cal-photos-lightbox
{
    margin-bottom: 15px;
    position: relative;
}

.callout-content h4 span
{
    margin: 0 20px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #37c3cd;
    font-size: 16px;
}

.callout-content .bt_hotel_icon
{
    width: 18px;
    height: 40px;
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    background: url(../images/product-detail-all.png) -20px -2px;
}

.callout-content .bt_line_icon
{
    width: 18px;
    height: 40px;
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    background: url(../images/product-detail-all.png) -60px -2px;
}

.callout-content .bt_photos_icon
{
    width: 18px;
    height: 40px;
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    background: url(../images/product-detail-all.png) -105px -2px;
}

.photos-slide
{
}

    .photos-slide li {
        /*width: 270px;*/
        width: 23%;
        text-align: left;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }

        .photos-slide li a, .photos-slide li img
        {
            display: block;
            width: 100%;
            color: #02659c;
            line-height: 1.5;
            font-size: 12px;
        }

            .photos-slide li a span
            {
                display: block;
                margin-top: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

            .photos-slide li a:hover span
            {
                text-decoration: underline;
                color: #ff6702;
            }

.callout-content h5
{
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.package_includes, .package_excludes
{
    margin-bottom: 20px;
}

    .package_includes ul, .package_excludes ul
    {
        margin-left: 20px;
    }

    .package_includes li, .package_excludes li
    {
        list-style: circle;
    }

.list-reviews .img-info
{
    width: 40px;
    height: 40px;
    background: #f1f5f7 url(../images/guest.png) no-repeat center center;
    overflow: hidden;
    border-radius: 5px;
}

    .list-reviews .img-info img
    {
        width: 100%;
    }

.list-reviews .article
{
    min-height: 40px;
    font-size: 14px;
}

    .list-reviews .article .moreoh
    {
        display: inline-block;
    }

.list-reviews .muted
{
    color: #000;
    font-size: 14px;
}

    .list-reviews .muted span
    {
        color: #999;
        font-size: 12px;
        margin-left: 15px;
    }

.list-reviews .article .moreoh
{
    cursor: pointer;
}

    .list-reviews .article .moreoh:hover
    {
        text-decoration: underline;
    }

.list-reviews li
{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.content-box
{
    margin-top: 20px;
}

.set-total
{
    margin: 10px 15px;
}

    .set-total .btn-checkout
    {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-align: center;
        background-color: #f3730b;
        border-radius: 3px;
        padding: 15px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
        border: none;
        position: relative;
        z-index: 100;
    }
    
        .set-total .btn-checkout:hover
        {
            background-color: #ff7f00;
        }

    .set-total .btn-checkout-bull
    {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-align: center;
        background-color: #22b4f1;
        border-radius: 3px;
        padding: 15px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
        border: none;
        position: relative;
        z-index: 100;
    }
    .set-total .btn-checkout-bull:hover
    {
        background-color: #85c4de;
    }

.chk_payment_top_header
{
    color: #666;
    margin: 0 0 20px 0;
}

.pay-conbox
{
    margin-top: 40px;
    margin-bottom: 50px;
}

    .pay-conbox li
    {
        float: left;
        margin-bottom: 20px;
        height: 80px;
        border: 2px solid #ddd;
        padding: 10px;
        margin-right: 20px;
    }

        .pay-conbox li .pay-img
        {
            height: 60px;
            width: 150px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -6px;
            background-size: 100% 100%;
        }

            .pay-conbox li .pay-img.pay-img1
            {
                background-image: url(../images/wxpay.png);
            }

            .pay-conbox li .pay-img.pay-img2
            {
                background-image: url(../images/zfbpay.png);
            }

            .pay-conbox li .pay-img.pay-img3
            {
                background-image: url(../images/xyk.jpg);
            }

            .pay-conbox li .pay-img.pay-img4
            {
                background-image: url(../images/eTran.png);
            }

.pay-submit
{
    margin: 20px 0;
    width: 300px;
}

.pay-oper
{
    color: #666;
}

.pay-submit .set-total
{
    margin: 0;
}

.success-box, .failed-box
{
    padding: 50px 100px;
    background-color: #fff;
    border: 1px solid #c4d2dc;
    margin: 20px 0;
    min-height: 500px;
}

.success-box-mess .succ-ico, .failed-box-mess .failed-ico
{
    float: left;
    display: block;
    width: 40px;
}

.success-box-mess, .failed-box-mess
{
    padding: 40px;
    border: 1px solid #bfd1da;
    background-color: #f7fbfd;
    min-height: 150px;
}

.success-box-txt, .failed-box-txt
{
    margin-left: 70px;
    font-size: 20px;
}

    .success-box-txt .title, .failed-box-txt .title
    {
        font-size: 20px;
        margin-bottom: 20px;
        color: #000;
        margin-top: 5px;
    }

        .success-box-txt .title span, .failed-box-txt .title span
        {
            color: #F30;
            margin: 0 5px;
        }

    .success-box-txt p, .failed-box-txt p
    {
        color: #666;
        font-size: 14px;
    }

.special_deal_div
{
    background-color: #fff;
    border: 1px solid #bfd1da;
    margin-bottom: 10px;
    padding: 20px;
}

.bt_deal_text .last_deal_time_left
{
    font-size: 16px;
    margin-left: 80px;
    height: auto;
}

.login-sec
{
    background: #ececec url(../images/reg-bg.jpg) no-repeat center bottom;
    min-height: 594px;
    padding: 80px 0;
}

.login-detail
{
    width: 358px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    float: right;
    background: #fff;
    padding: 25px 30px 35px;
}

    .login-detail .login-tit
    {
        font-size: 30px;
        color: #222;
        margin-bottom: 10px;
    }

.store-login-sec .login-content
{
    display: none;
}

.login-content input[type=text], .login-content input[type=password], .forgot-password-popup input[type=text]
{
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 99%;
    text-indent: 10px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    text-indent: 15px;
    position: relative;
}

    .login-content input[type=text].uname
    {
        background: url(../images/icons.png) no-repeat 0 -145px #f5f5f5;
        text-indent: 30px;
    }

    .login-content input[type=text].mobile
    {
        background: url(../images/icons.png) no-repeat 0 -205px #f5f5f5;
        text-indent: 30px;
    }

    .login-content input[type=password].pass
    {
        background: url(../images/icons.png) no-repeat 0 -175px #f5f5f5;
        text-indent: 30px;
    }

    .forgot-password-popup input[type=text].email
    {
        background: url(../images/icons.png) no-repeat 0 -145px #f5f5f5;
        text-indent: 30px;
    }

#forget_password
{
    padding-top: 10px;
    font-size: 12px;
    color: #666;
}

.login-content input[type=submit], .forgot-password-popup input[type=submit]
{
    padding: 0;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    line-height: 44px;
    height: 48px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 2px;
    background: #f79d2b;
    border: none;
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
}

    .login-content input[type=submit]:hover, .forgot-password-popup input[type=submit]:hover
    {
        background: #fb5e14;
    }

.login-content input[type=text]:focus, .login-content input[type=password]:focus, .forgot-password-popup input[type=text]:focus
{
    background-color: #fff;
    border: 1px solid #00b1e3;
    box-shadow: 0 0 0 1px #00b1e3;
    -webkit-box-shadow: 0 0 0 1px #00b1e3;
    -moz-box-shadow: 0 0 0 1px #00b1e3;
    -o-box-shadow: 0 0 0 1px #00b1e3;
}

.login-content a.fb_btn
{
    margin-top: 15px;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background: #22b4f1;
}

    .login-content a.fb_btn:hover
    {
        background: #b8e3f0;
        color: #028cc2;
    }

#popup .forgotpwd
{
    padding: 15px;
    color: #666;
}

#popup.forgot-password-popup
{
    width: 420px;
}

.ac-num
{
    height: 44px;
    border-bottom: 1px solid #0090d4;
    padding-top: 6px;
}

.inquiry
{
    text-align: center;
}

#submit-inquiry
{
    height: 64px;
    padding: 0px;
    line-height: 64px;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    background: #18cdca;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 300px;
    font-size: 28px;
    outline: none;
    border: 0;
}

    #submit-inquiry:hover
    {
        background-color: #5eb3c6;
        color: #fff;
    }

.personbanner
{
    height: 275px;
    padding-top: 35px;
}

.p-face
{
    width: 150px;
    height: 150px;
    border-radius: 200px;
    overflow: hidden;
    background-color: #e4e4e4;
    border: 4px solid #fff;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

    .p-face a img
    {
        width: 100%;
    }

.p-intro
{
    text-align: center;
    margin-top: 10px;
}

    .p-intro p strong
    {
        color: #fff;
        font-size: 24px;
    }

    .p-intro p .logoff
    {
        color: #f7dc1b;
        text-transform: uppercase;
        font-size: 14px;
    }

        .p-intro p .logoff:hover
        {
            text-decoration: underline;
        }

.personbox
{
    margin: 20px 0;
    background-color: #fff;
}

.tab-perc
{
    text-align: center;
    border-bottom: 3px solid #ddd;
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 50px;
}

    .tab-perc::after
    {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        width: 35px;
        background: transparent;
        background: -webkit-linear-gradient(right,#e1eaef,rgba(225,234,239,0));
        background: linear-gradient(to left,#e1eaef,rgba(225,234,239,0));
        pointer-events: none;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .tab-perc .ul
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .tab-perc .ul a
        {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-size: 16px;
            color: #192c47;
            line-height: 50px;
            display: inline-block;
            padding: 0 15px;
            margin: 0 20px;
        }

            .tab-perc .ul a:hover
            {
                color: #f90;
            }

            .tab-perc .ul a.on
            {
                border-bottom: 3px solid #edd214;
                line-height: 47px;
            }

.personcenter
{
    padding: 0 25px 25px;
}

.statusboxs .status_btns
{
    margin-right: 25px;
}

    .statusboxs .status_btns a
    {
        display: inline-block;
        border-radius: 3px;
        padding: 4px 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px;
    }

        .statusboxs .status_btns a:hover
        {
            -webkit-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.5);
            box-shadow: 0px 14px 20px -9px rgba(0,0,0,0.5);
        }

        .statusboxs .status_btns a.status_btn_co
        {
            background-color: #f7dc1b;
            color: #192c47;
            border: 1px solid #f7dc1b;
        }

        .statusboxs .status_btns a.status_btn_ob
        {
            background-color: #fff;
            color: #f25a4c;
            border: 1px solid #f25a4c;
        }

        .statusboxs .status_btns a.status_btn_do
        {
            background-color: #fff;
            color: #999;
            border: 1px solid #c1c1c1;
        }

.statusboxs .status
{
    color: #999;
}

    .statusboxs .status span
    {
        margin-right: 25px;
    }

        .statusboxs .status span strong
        {
            color: #f25a4c;
            font-weight: normal;
        }

.p-reservations li
{
    padding: 30px 0 20px;
    border-bottom: 1px dashed #ccc;
}

    .p-reservations li .tit
    {
        margin-bottom: 15px;
    }

        .p-reservations li .tit a, .p-details-head .tit a
        {
            color: #000;
            font-size: 16px;
        }

            .p-reservations li .tit a:hover, .p-details-head .tit a:hover
            {
                color: #0075b2;
                text-decoration: underline;
            }

.p-details-head
{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

    .p-details-head .status
    {
        color: #999;
        margin: 20px 0 0;
    }

        .p-details-head .status span
        {
            margin-right: 25px;
        }

            .p-details-head .status span strong
            {
                color: #f25a4c;
            }

    .p-details-head .tit
    {
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

.p-details-trav
{
    color: #666;
    padding: 20px 0;
}

    .p-details-trav dl
    {
        padding: 20px 0;
    }

    .p-details-trav dt
    {
        float: left;
        width: 140px;
        font-weight: bold;
        line-height: 30px;
    }

    .p-details-trav dd
    {
        margin-left: 150px;
        line-height: 30px;
    }

    .p-details-trav ul
    {
        border-top: 1px dashed #ccc;
        padding: 40px 0 20px;
        margin-top: 20px;
    }

.p-details-msg
{
    color: #333;
    padding: 20px 0;
}

    .p-details-msg p
    {
        margin-bottom: 20px;
    }

.rdostyle .relv
{
    float: left;
    margin-right: 10px;
}

.rdostyle input[type=radio]
{
    position: absolute;
    position: relative \9;
    opacity: 0;
    left: 0;
    top: 7px;
    top: 0 \9;
    opacity: 1 \9;
}

.rdostyle label.inline-label
{
    display: inline-block;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    padding: 0 40px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
}

.rdostyle input[type="radio"] + label.radio
{
    content: "";
    background: #ddd;
    color: #666;
}

.rdostyle input[type="radio"]:checked + label.radio
{
    background: #39bfdc;
    color: #fff;
}

.p-account
{
    width: 700px;
    margin: 30px auto;
}

    .p-account dl
    {
        min-height: 36px;
        padding-bottom: 25px;
    }

    .p-account dt
    {
        float: left;
        width: 150px;
        text-align: right;
        line-height: 36px;
        color: #333;
    }

        .p-account dt i
        {
            color: #F30;
        }

    .p-account dd
    {
        margin-left: 160px;
    }

        .p-account dd .p-account_sex
        {
            float: left;
            margin-right: 15px;
            margin-top: 5px;
        }

.personcenter .btn
{
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0;
    font-family: arial;
    cursor: pointer;
    width: 48%;
    max-width: 150px;
    display: inline-block;
    border: none;
}

.personcenter .btn-save
{
    color: #fff;
    background-color: #f5821f;
}

    .personcenter .btn-save:hover
    {
        background-color: #f90;
    }

.personcenter .btn-reset
{
    color: #666;
    background-color: #ddd;
    margin-left: 10px;
}

    .personcenter .btn-reset:hover
    {
        background-color: #eee;
        color: #333;
    }
/*对话框*/ .window-black
{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94,110,141,0.7);
    -webkit-transition: opacity 0.3s 0s,visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s,visibility 0s 0.3s;
    transition: opacity 0.3s 0s,visibility 0s 0.3s;
    z-index: 1003;
}

.open-box
{
    margin-top: 10%;
    background-color: #fff;
    position: relative;
    width: 88%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 5px;
    overflow: hidden;
}

.open-title
{
    border-bottom: 1px solid rgb(230,230,230);
    padding: 0 0 0 3%;
    color: #333;
    background-color: rgb(240,240,240);
    line-height: 30px;
}

    .open-title .img-replace
    {
        display: inline-block;
        overflow: hidden;
        text-indent: 100%;
        color: transparent;
        white-space: nowrap;
    }

    .open-title .cd-popup-close
    {
        float: right;
        width: 30px;
        height: 30px;
        position: relative;
    }

        .open-title .cd-popup-close::before, .open-title .cd-popup-close::after
        {
            content: '';
            position: absolute;
            top: 12px;
            width: 14px;
            height: 3px;
            background-color: #8f9cb5;
        }

        .open-title .cd-popup-close::before
        {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 8px;
        }

        .open-title .cd-popup-close::after
        {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 8px;
        }

.open-content2
{
    padding: 10px;
}

    .open-content2 .otherlist
    {
        margin-bottom: 20px;
        margin-top: 10px;
    }

ul.otherlist li
{
    padding: 5px;
    font-size: 16px;
    color: #333;
}

.open-content2 .cancel, .open-content2 .ok
{
    border-radius: 2px;
    padding: 8px 0;
    color: #fff;
    background-color: #35BA36;
    display: inline-block;
    width: 47%;
    text-align: center;
    font-size: 16px;
}

.open-content2 .cancel
{
    background-color: rgb(220,220,220);
    color: #787878;
    float: right;
}

.posts-wrapper-single
{
    color: #333;
    padding: 20px 50px 50px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

    .posts-wrapper-single .entry-title
    {
        margin: 15px 0;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .posts-wrapper-single .entry-postdate
    {
        margin: 15px 0;
        color: #999;
    }

    .posts-wrapper-single .entry-content p
    {
        margin: 0 0 24px;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5em;
        color: #333;
    }

    .posts-wrapper-single h2
    {
        font-size: 30px;
        margin: 20px 0;
        font-weight: bold;
    }

    .posts-wrapper-single .entry-firstpic
    {
        margin: 20px 0;
    }

    .posts-wrapper-single figure
    {
        margin: 20px 0;
    }

        .posts-wrapper-single .entry-firstpic img, .posts-wrapper-single figure img
        {
            max-width: 100%;
        }

        .posts-wrapper-single figure figcaption
        {
            color: #0075b2;
        }

    .posts-wrapper-single .entry-share
    {
        margin: 20px 0;
    }

        .posts-wrapper-single .entry-share > p
        {
            text-transform: uppercase;
            font-size: 14px;
            line-height: 33px;
            margin-right: 10px;
        }

.agreement
{
    color: #333;
    font-size: 13px;
}

    .agreement p
    {
        margin: 0 0 20px;
    }

    .agreement .title_customer
    {
        font-weight: bold;
        color: #223c6a;
    }

.printpage, .printpage:hover
{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.ask-question.input-form
{
    background-color: #f1f5f7;
    padding: 20px;
    margin-top: 25px;
    position: relative;
}

.ask-question .ask-q-title
{
    font-size: 20px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}

.ask-question .form-list .f-row
{
    width: 100%;
    float: none;
}

    .ask-question .form-list .f-row .f-key
    {
        display: block;
        width: 65px;
        text-align: right;
        float: left;
        line-height: 36px;
    }

    .ask-question .form-list .f-row .f-wraper
    {
        margin-left: 75px;
    }

.ask-question .btn-info
{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    background-color: #36bae8;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
}

    .ask-question .btn-info:hover
    {
        background-color: #00659c;
    }

.ask-question .js-cancel-q
{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    background-color: #aaa;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
}

    .ask-question .js-cancel-q:hover
    {
        background-color: #ccc;
    }

#askusbtn
{
    margin: 20px 0;
}

.calhover .calprice span
{
    display: block;
    font-size: 12px;
}

    .calhover .calprice span em
    {
        color: #ff8746;
        font-size: 14px;
    }

.content-section .form-header
{
    float: left;
    width: 70px;
}

.content-section .form-content
{
    margin-left: 80px;
    margin-bottom: 30px;
    font-size: 14px;
}

    .content-section .form-content li
    {
        overflow: hidden;
    }

.content-section .f-select.tff-select
{
    width: 100%;
}

.content-section .f-row, .J-Pick-up .form-list .f-row, .J-airport-drop-off .form-list .f-row
{
    width: 30%;
}

    .content-section .f-row.remark-block
    {
        width: 62%;
    }

.content-section .f-input, .J-Pick-up .form-list .f-input, .J-airport-drop-off .form-list .f-input
{
    width: 100%;
}

.form-section .form-section-tit
{
    font-size: 14px;
    color: #999;
    cursor: pointer;
    padding: 0 0 20px;
}

    .form-section .form-section-tit i
    {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #e1ebee;
        color: #54bad8;
        line-height: 20px;
        text-align: center;
        border-radius: 20px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .form-section .form-section-tit strong
    {
        font-weight: bold;
        color: #54bad8;
    }

.table
{
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-bordered
{
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
}

.table th
{
    border-bottom: 1px solid #ddd;
    height: 36px;
}

.table-bordered thead:first-child tr:first-child th
{
    border-top: 0;
}

.table th, .table td
{
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}

.table td
{
    color: #666;
    font-size: 13px;
}

.table-bordered th, .table-bordered td
{
    border-left: 1px solid #ddd;
}

.table th
{
    height: auto;
    font-size: 16px;
    color: #1c365c;
    padding: 5px;
    border-bottom: 0;
    text-align: left;
}

.table.with-check tr th:first-child, .table.with-check tr td:first-child
{
    text-align: left;
}

.table .price
{
    color: #df2929;
}

.table .t_chk
{
    width: 80px;
}

.table input[type="number"]
{
    border: 1px solid #ddd;
    width: 40px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
}

.side-bar .Addit-price dd
{
    font-size: 12px;
    color: #df2929;
    line-height: 30px;
}

.settlement .Addit-price .set-list
{
    padding: 0;
}

/*个人中心*/
.head-minnav
{
    height: 30px;
    line-height: 30px;
    background: #eeeeee;
}

.minnav_left
{
    float: left;
}

.minnav_right
{
    float: right;
}

.member_a a
{
    padding: 0 20px;
    position: relative;
    color: #0a76bd;
    font-size: 14px;
}

.member_a .user-member
{
    color: #666;
}

.member_a a:hover
{
    color: #ff8800;
}

.member_a .border-none
{
    padding-right: 0;
}

    .member_a .border-none:after
    {
        width: 0px;
    }

.tobar-share li
{
    color: #aaa;
    font-size: 16px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 2;
}

    .tobar-share li > a
    {
        padding: 0;
        color: #aaa;
    }

        .tobar-share li > a:active
        {
            color: #aaa;
        }

    .tobar-share li i
    {
        font-size: 20px;
    }

    .tobar-share li:hover i
    {
        color: #0a76bd;
    }

    .tobar-share li:hover .tobardrop
    {
        display: block;
    }

.tobardrop
{
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: 0px 2px 10px #ccc;
    display: none;
}

    .tobardrop img
    {
        max-width: 110px;
        display: block;
    }

    .tobardrop p:hover
    {
        color: #22b4f1;
    }

.wechatpic
{
    white-space: nowrap;
}

    .wechatpic div
    {
        display: inline-block;
        text-align: center;
    }

.member_nav
{
    background-color: #39bfdc;
}

#member-logo
{
    max-height: 70px;
    margin-right: 60px;
    padding: 15px 0;
}

.nav-menu li
{
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0 22px;
}

    .nav-menu li a
    {
        color: #fff;
    }

    .nav-menu li:hover, .nav-menu li.active
    {
        background-color: #18cdca;
    }

.member_navtel .mm-menu-toggle
{
    top: -53px;
}

    .member_navtel .mm-menu-toggle > i
    {
        color: #fff;
        background: #fff;
    }

    .member_navtel .mm-menu-toggle > s
    {
        background: #39bedb;
    }

    .member_navtel .mm-menu-toggle i::before, .member_navtel .mm-menu-toggle i::after
    {
        background: #fff;
    }

.memberbox
{
    margin-top: 20px;
    margin-bottom: 47px;
}

.toeele-item h3
{
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #598397;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dotted #eee;
}

    .toeele-item.active h3, .toeele-item h3:hover
    {
        background-color: #b9dfde;
        color: #26acc9;
    }

.toeele-item.active .drop-toggle
{
    display: block;
}

.toeele-item .drop-toggle
{
    display: none;
}

.left_slider
{
    width: 15%;
    background-color: #ffffff;
    float: left;
    margin-right: 2%;
}

    .left_slider li
    {
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
    }

        .left_slider li a
        {
            color: #26acc9;
            display: inline-block;
            width: 100%;
        }

        .left_slider li.active a, .left_slider li:hover a
        {
            color: #22b4f1;
            font-weight: 600;
        }

.member_content
{
    float: left;
    width: 83%;
    background-color: #fff;
}

.userbox .member_content
{
    background-color: transparent;
}

.member_info
{
    background: #fff;
    padding: 20px 42px;
}

    .member_info .face
    {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

        .member_info .face img
        {
            width: 100%;
            height: 100%;
        }

.infos .name
{
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 46px;
}

.infos p a
{
    color: #adadad;
    font-size: 12px;
}

    .infos p a:hover
    {
        color: #3ebdd4;
    }

.infos-de
{
    width: 58%;
    color: #353535;
}

    .infos-de dl
    {
        width: 50%;
        float: left;
        height: 50px;
        margin-top: 10px;
    }

    .infos-de dt
    {
        width: 90px;
        text-align: right;
    }

    .infos-de dt, .infos-de dd
    {
        float: left;
        height: 100%;
        line-height: 50px;
    }

        .infos-de dd strong
        {
            color: #e37b46;
            padding-left: 10px;
        }

.userbox .member_block
{
    margin-top: 17px;
}

.member_block
{
    background: #fff;
}

.member-toggle
{
    height: 53px;
    background: #dde5e7;
}

    .member-toggle li
    {
        height: 53px;
        line-height: 53px;
        float: left;
        padding: 0 29px;
    }

        .member-toggle li.active
        {
            background: #39bfdc;
        }

            .member-toggle li.active a
            {
                color: #fff;
            }

.member_body
{
    padding: 0 27px;
}

.member-item > div
{
    border-bottom: 1px dashed #ddd;
    padding: 22px 0 20px 0;
}

    .member-item > div:last-child
    {
        border-bottom-width: 0;
    }

    .member-item > div p
    {
        line-height: 24px;
        color: #333;
        font-size: 15px;
    }

        .member-item > div p span
        {
            font-weight: 700;
            color: #000;
            margin-right: 5px;
        }

.item-info
{
    margin-top: 13px;
    overflow: hidden;
}

.btn_box
{
    float: left;
}

    .btn_box span
    {
        display: inline-block;
        padding: 0 18px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        margin-right: 11px;
        font-size: 14px;
    }

        .btn_box span:hover
        {
            background-color: #22b4f1;
        }

.link_btn
{
    background: #39bfdc;
}

    .link_btn a
    {
        color: #fff;
    }

.delete_btn
{
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    cursor: pointer;
}

.btn_box .delete_btn:hover
{
    background-color: #c1c1c1;
    color: #666;
}

.default_btn.red
{
    border: 1px solid #f19296;
    color: #f37d6f;
}

    .default_btn.red a
    {
        color: #f37d6f;
    }

    .default_btn.red:hover
    {
        background-color: #f25c4d;
    }

        .default_btn.red:hover a
        {
            color: #fff;
        }

.default_btn.green
{
    border: 1px solid #6ad0c2;
    color: #00a186;
}

    .default_btn.green a
    {
        color: #00a186;
    }

    .default_btn.green:hover
    {
        background-color: #00a186;
    }

        .default_btn.green:hover a
        {
            color: #fff;
        }

.info-lie dl
{
    margin-right: 30px;
    color: #999;
}

.info-lie dt, .info-lie dd
{
    float: left;
    height: 30px;
    line-height: 30px;
}

    .info-lie dd.red
    {
        color: #f25c4d;
    }

.min-toggle
{
    display: none;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 2px solid #ddd;
    background: #fff;
    margin-top: 10px;
}

    .min-toggle li
    {
        display: inline-block;
        width: 25%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

        .min-toggle li a
        {
            color: #26acc9;
        }

        .min-toggle li.active
        {
            background: #b9dfde;
        }

            .min-toggle li.active a
            {
                color: #47788e;
            }

.info-right
{
    margin-left: 148px;
}

.detail-tit
{
    font-size: 16px;
    padding: 10px 25px;
}

    .detail-tit h2
    {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #d0e9f6;
    }

.detail-con
{
    padding: 0 25px 25px;
}

.order-name
{
    overflow: hidden;
}

    .order-name h3
    {
        float: left;
        width: 80%;
        color: #333;
    }

    .order-name span
    {
        float: right;
        width: 20%;
        text-align: right;
        color: #e02826;
    }

.d-item
{
    margin-bottom: 10px;
}

    .d-item dt
    {
        float: left;
        color: #4e4e4e;
        font-size: 14px;
    }

    .d-item dd
    {
        margin-left: 100px;
    }

        .d-item dd p
        {
            font-size: 14px;
            color: #4e4e4e;
        }

        .d-item dd label
        {
            color: #8e8e8e;
            display: inline-block;
        }

.user-list
{
    overflow: hidden;
}

    .user-list h4
    {
        color: #333;
        font-size: 14px;
    }

    .user-list p
    {
        width: 33.33%;
        float: left;
    }

        .user-list p.note
        {
            width: 100%;
        }

.shop-filter
{
    background: #fff;
    margin-top: 15px;
    padding: 8px 0;
}

.shop-select li
{
    padding-left: 10px;
    margin-left: 100px;
}

.shop-select dl
{
    zoom: 1;
    position: relative;
    line-height: 24px;
    margin: 0;
    z-index: 1;
}

    .shop-select dl:after
    {
        content: " ";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
    }

.shop-select dt
{
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -110px;
    text-align: right;
    color: #666;
    height: 100%;
    line-height: 24px;
    font-size: 14px;
}

    .shop-select dt span
    {
        padding: 10px;
        display: inline-block;
    }

.shop-select dd
{
    float: left;
    display: inline;
    margin: 10px 5px;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

    .shop-select dd:hover
    {
        color: #18cdca;
        background-color: #deeeee;
    }

.shop-select .selected
{
    color: #fff;
    background-color: #18cdca;
}

.shop-list
{
    margin-top: 15px;
}

#ConHTML
{
    margin-left: -1.3%;
}

    #ConHTML li
    {
        float: left;
        width: 32%;
        margin-left: 1.3%;
        margin-bottom: 15px;
        background: #fff;
        padding-bottom: 20px;
    }

        #ConHTML li:hover
        {
            box-shadow: 0 0 15px rgba(24,205,202,0.2);
            -webkit-box-shadow: 0 0 15px rgba(24,205,202,0.2);
        }

    #ConHTML .img img
    {
        width: 100%;
        height: 100%;
    }

    #ConHTML p
    {
        line-height: 34px;
        text-align: center;
    }

.shop-mc
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 5px;
}

    .shop-mc a
    {
        color: #333;
    }

.shop_jf
{
    color: #a9a9a9;
    font-size: 12px;
}

    .shop_jf em
    {
        color: #ff8800;
        font-size: 16px;
        padding-right: 5px;
    }

#pageHTML
{
    text-align: center;
}

.shop-ordering .departDate-block dt, .shop-ordering .order-room .room-l
{
    width: 80px;
}

.shop-ordering .departDate-block dd, .shop-ordering .order-room .room-box
{
    margin-left: 80px;
}

.pic img
{
    max-width: 100%;
}

.havemore
{
    text-align: right;
    background: #f7f7f7;
    padding: 0 8px;
    margin-bottom: 10px;
}

    .havemore a
    {
        text-decoration: underline;
        font-size: 12px;
        color: #FF9800;
    }

.visanew_visagj
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

    .visanew_visagj span.countryimg
    {
        position: relative;
        width: 91px;
        height: 91px;
        margin: 0 30px 0 0;
    }

        .visanew_visagj span.countryimg img
        {
            width: 91px;
            height: 91px;
        }

        .visanew_visagj span.countryimg em
        {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 91px;
            height: 91px;
            background: url(../images/country.png) no-repeat;
        }

    .visanew_visagj span.gjname
    {
        margin: 12px 0 0;
        overflow: hidden;
        text-align: left;
    }

        .visanew_visagj span.gjname a, .visanew_visagj span.gjname em
        {
            display: block;
            font-weight: bold;
        }

        .visanew_visagj span.gjname a
        {
            height: 42px;
            line-height: 42px;
            overflow: hidden;
            color: #333;
            font-size: 26px;
            font-weight: bold;
        }

        .visanew_visagj span.gjname i.cqcount
        {
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            color: #666;
            font-size: 14px;
        }

            .visanew_visagj span.gjname i.cqcount i
            {
                color: #eb8b1d;
            }

.visagroup_listtop
{
    margin: 15px 0;
    border: 1px solid #e3e8ec;
    background-color: #fff;
    padding: 25px;
}

    .visagroup_listtop .visanew_visagj
    {
        text-align: left;
    }

        .visagroup_listtop .visanew_visagj span.gjname a
        {
            display: inline-block;
        }

        .visagroup_listtop .visanew_visagj span.gjname i.cqcount
        {
            height: 42px;
            line-height: 42px;
            display: inline-block;
            padding-left: 10px;
        }

        .visagroup_listtop .visanew_visagj .couvisa_blsm
        {
            width: 678px;
            margin-bottom: 20px;
        }

            .visagroup_listtop .visanew_visagj .couvisa_blsm p
            {
                color: #666;
                font-size: 14px;
                line-height: 23px;
            }

    .visagroup_listtop.bor
    {
        border-bottom: 1px solid #E0E0E0;
    }

        .visagroup_listtop.bor .visanew_visagj
        {
            margin-top: 0;
        }

.info_need
{
    line-height: 28px;
    background: #f1f5f7;
    text-align: center;
}

    .info_need li
    {
        float: left;
        font-size: 14px;
        padding: 0 20px;
        margin-right: 10px;
        color: #137b92;
        cursor: pointer;
        list-style-type: none;
    }

        .info_need li.active
        {
            color: #fff;
            font-weight: bold;
            background-color: #39bedb;
        }

.ticket_list a.on:hover
{
    text-decoration: none;
}

.info_need_con
{
    padding: 10px;
}

    .info_need_con dl
    {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 3px;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    .info_need_con dt
    {
        float: left;
        width: 125px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }

        .info_need_con dt span
        {
            font-weight: normal;
        }

    .info_need_con dd
    {
        margin-left: 130px;
        font-size: 14px;
        color: #666;
    }

.info_need_con
{
    padding: 10px;
}


    .info_need_con dt span.orange
    {
        color: #e89901;
        font-size: 12px;
        display: block;
    }


.dk_dl
{
    display: inline-block;
    color: #0066cc;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/qzld.png) no-repeat right 6px;
    padding-right: 25px;
}

.dk_bor, .dk_bor p
{
    font-size: 14px;
}

.dk_bor
{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tip_t
{
    margin: 15px 0;
}

.lv_s_all
{
    width: 600px;
    height: 370px;
    z-index: 9; /*box-shadow: 0 1px 10px rgba(0,0,0,.2); */
    overflow: hidden;
}

    .lv_s_all .ytd_tabox
    {
        margin-top: 20px;
    }

.lv_s_tab
{
    float: left;
    width: 100px;
    overflow: hidden;
    position: relative;
    background-color: #2F2F2F\9;
    background-color: rgba(47,47,47,0.8);
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

    .lv_s_tab li
    {
        overflow: hidden;
        line-height: 20px;
        border-bottom: #666 solid 1px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        position: relative;
        cursor: pointer;
        padding: 10px 0;
    }

        .lv_s_tab li:hover
        {
            background-color: #000\9;
            background-color: rgba(0,0,0,0.8);
            color: #18cdca;
        }

        .lv_s_tab li.active
        {
            background-color: #fff\9;
            border-bottom: none;
            color: #18cdca;
            z-index: 1;
            background-color: rgba(255,255,255,1);
        }

        .lv_s_tab li .icon
        {
            width: 40px;
            height: 40px;
            display: block;
            margin: 0 auto;
        }

        .lv_s_tab li .icon-hotel
        {
            background: url("../images/hotel-white-icon.png");
            background-size: 100% 100%;
        }

        .lv_s_tab li.active .icon-hotel, .lv_s_tab li:hover .icon-hotel
        {
            background: url("../images/hotel-green-icon.png");
        }

        .lv_s_tab li .icon-tickt
        {
            background: url("../images/tickt-white-icon.png");
            background-size: 100% 100%;
        }

        .lv_s_tab li.active .icon-tickt, .lv_s_tab li:hover .icon-tickt
        {
            background: url("../images/tickt-green-icon.png");
        }

.lv_s_r
{
    height: 370px;
    background: #fff;
    padding: 15px 20px;
    margin-left: 100px;
    overflow-y: auto;
}

.lv_s_list
{
    display: none;
}

.lv_s_input, .lv_s_time, .lv_s_hotel
{
    border: #ccc solid 1px!important;
    padding: 6px 10px;
    height: 34px;
    line-height: 22px;
    font-size: 14px;
    color: #bbb;
    outline: none;
    width: 100%;
}

    .lv_s_input:focus, .lv_s_time:focus, .lv_s_hotel:focus
    {
        border-color: #b5d2e9;
        -webkit-box-shadow: 0px 0px 2px #b5d2e9;
        box-shadow: 0px 0px 2px #b5d2e9;
    }

.lv_s_search
{
    clear: both;
    margin: 15px 10px 20px;
    overflow: hidden;
}

.lv_s_search_btn, .ft-search-btn, .tt-search-btn
{
    cursor: pointer;
    float: right;
    background: #18cdca;
    width: 87px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #18cdca;
}

.lv_s_hot
{
    border-top: #ddd dotted 1px;
    max-height: 185px;
    overflow: hidden;
}

    .lv_s_hot dl
    {
        margin-top: 15px;
        padding-left: 70px;
        position: relative;
        overflow: hidden;
    }

    .lv_s_hot dt
    {
        color: #999;
        width: 70px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
    }

    .lv_s_hot dd a
    {
        display: inline-block;
        color: #333;
        margin: 0 15px 2px 0;
        font-size: 14px;
    }

        .lv_s_hot dd a:hover
        {
            color: #ff9800;
        }

.lv_s_tit
{
    color: #333;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: #ddd solid 2px;
    margin-bottom: 10px;
}

.lv_s_table
{
    position: relative;
    z-index: 1;
}

.lv_s_td
{
    float: left;
    zoom: 1;
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.lv_s_t
{
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 14px;
}

.lv_s_time
{
    position: relative;
    z-index: 1;
    color: #333;
    background: none;
}

.lv_s_time_info
{
    width: 80px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    height: 18px;
    line-height: 18px;
    color: #999;
    z-index: 0;
}

.lv_s_time_icon
{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    float: right;
    background: url(../images/calendaricon.png);
    right: 10px;
}

.lv_s_time_info span
{
    float: right;
}

.lv_s_time_tips
{
    width: 300px;
    color: #4698BF;
    display: none;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.lv_search_wrapper
{
    background-color: #2F2F2F\9;
    background-color: rgba(47,47,47,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

    .lv_search_wrapper .lv_search
    {
        display: flex;
    }

        .lv_search_wrapper .lv_search .ht-search
        {
            flex: 1;
            padding: 6px 10px;
            height: 34px;
            line-height: 22px;
            font-size: 14px;
            background: #fff;
            color: #bbb;
            border-radius: 4px;
        }

        .lv_search_wrapper .lv_search .ht-btn-search
        {
            flex: 0 0 50px;
            width: 50px;
            color: #fff;
            text-align: center;
            line-height: 34px;
        }

.lv_s_all.fullscreen
{
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    z-index: 1003;
}

    .lv_s_all.fullscreen .lv_s_top
    {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #18cdca;
    }

        .lv_s_all.fullscreen .lv_s_top p
        {
            line-height: 50px;
            color: #fff;
            padding-left: 15px;
            font-weight: 700;
            font-size: 16px;
        }

        .lv_s_all.fullscreen .lv_s_top .close
        {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #54bad8;
            cursor: pointer;
            text-align: center;
            background-color: #fff;
            opacity: .8;
            border-radius: 100px;
            width: 30px;
            height: 30px;
            overflow: hidden;
        }

            .lv_s_all.fullscreen .lv_s_top .close::before, .lv_s_all.fullscreen .lv_s_top .close::after
            {
                content: '';
                position: absolute;
                height: 2px;
                width: 70%;
                top: 50%;
                left: 5px;
                margin-top: -1px;
                background: #54bad8;
            }

            .lv_s_all.fullscreen .lv_s_top .close::before
            {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .lv_s_all.fullscreen .lv_s_top .close::after
            {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

.hot_spot_wrap
{
    padding: 10px 0 10px 30px;
}

    .hot_spot_wrap dd a
    {
        font-size: 15px;
        color: #565656;
        white-space: nowrap;
        margin: 0 5px 0 0;
        line-height: 1.9;
        text-overflow: ellipsis;
        max-width: 154px;
        display: inline-block;
        _zoom: 1;
        overflow: hidden;
        background-color: #e4efef;
        padding: 0 10px;
        border: 1px solid #d8e6e6;
    }

        .hot_spot_wrap dd a:hover
        {
            background-color: #fff;
            border: 1px solid #ddd;
            color: #3ebdd4;
        }

.row-date-wrapper .row-date
{
    float: left;
    color: #666;
}

    .row-date-wrapper .row-date .lv_s_time
    {
        width: 150px;
        margin-right: 20px;
        background: #fff;
    }

    .row-date-wrapper .row-date .btn-hotel-search
    {
        background: #18cdca;
        color: #fff;
        padding: 0 28px;
        border-radius: 4px;
        vertical-align: middle;
        margin-left: 5px;
        line-height: 34px;
        display: inline-block;
    }

        .row-date-wrapper .row-date .btn-hotel-search:hover
        {
            text-decoration: none;
            background: #0ba2a0;
            color: #fff;
        }

.d_ticket_list
{
    background: #fff;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.center
{
    text-align: center;
}

.d_ticket_list table
{
    width: 100%;
}

    .d_ticket_list table th, .d_ticket_list table td
    {
        padding: 5px;
        font-size: 14px;
        color: #666;
    }

    .d_ticket_list table th
    {
        background-color: #f1f5f7;
    }

    .d_ticket_list table td
    {
        padding: 10px 5px;
    }

        .d_ticket_list table td .price
        {
            color: #F55415;
        }

    .d_ticket_list table tr
    {
        background-color: #fff;
    }

        .d_ticket_list table tr:hover
        {
            background-color: #f8f8f8;
        }

.d_ticket_list .oi_lists
{
    display: none;
    background-color: #f1f1f1;
}

    .d_ticket_list .oi_lists .oi_list_content
    {
        padding: 15px;
    }

    .d_ticket_list .oi_lists .oi
    {
        margin-bottom: 15px;
    }

.d_ticket_list .tkt_sub
{
    background: none;
    background-color: #ff7733;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 23px;
    height: 23px;
    width: 61px;
    border-radius: 3px;
    cursor: pointer;
}

.d_ticket_list .w_ydsj
{
    width: 100px;
}

.d_ticket_list .w_scj
{
    width: 100px;
}

.d_ticket_list .w_yhj
{
    width: 100px;
}

.d_ticket_list .w_yd
{
    width: 100px;
}

.d_ticket_list .l_name
{
    cursor: pointer;
}

    .d_ticket_list .l_name .img
    {
        width: 100px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

        .d_ticket_list .l_name .img img
        {
            width: 100%;
        }

    .d_ticket_list .l_name:hover
    {
        color: #000;
    }

    .d_ticket_list .l_name .direc_icon
    {
        display: inline-block;
        width: 1px;
        height: 1px;
        margin-left: 5px;
        overflow: hidden;
        border: 5px solid transparent;
        border-top-color: #666;
        margin-top: 12px;
        vertical-align: top;
    }

        .d_ticket_list .l_name .direc_icon.arrow-up
        {
            border: 5px solid transparent;
            border-bottom-color: #666;
            margin-top: 7px;
        }

.oi_lists .oi .left_area
{
    font-size: 12px;
    color: #333;
    float: left;
    font-weight: bold;
    width: 55px;
    line-height: 24px;
}

.oi_lists .collapse
{
    cursor: pointer;
    color: #3ebdd4;
    float: right;
    font-size: 12px;
}

.oi_lists .oi .right_area
{
    margin-left: 60px;
    color: #666;
    line-height: 24px;
    font-size: 12px;
}

    .oi_lists .oi .right_area dl
    {
        line-height: 24px;
    }

        .oi_lists .oi .right_area dl dt, .oi_lists .oi .right_area dl dd
        {
            display: inline;
            font-size: 12px;
        }

    .oi_lists .oi .right_area ul li
    {
        background: none;
        padding-left: 0;
        float: none;
        width: auto;
    }

.oi_lists .right_area li
{
    color: #666;
}

.hotel_filter
{
    background: #eee;
    padding: 10px 5px;
}

.store_card
{
    background-color: #fff;
    padding: 15px;
    display: flex;
}

    .store_card .store_avator
    {
        width: 54px;
        height: 54px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 15px;
        flex: 0 0 54px;
    }

        .store_card .store_avator img
        {
            width: 54px;
            height: 54px;
        }

    .store_card .store_info
    {
        flex: 1;
        min-width: 0;
    }

        .store_card .store_info .name
        {
            font-size: 16px;
            color: #333;
            font-weight: 700;
            margin: 5px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .store_card .store_info p
        {
            overflow: hidden;
            min-width: 0;
            color: #999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .store_card .store_btns
    {
        flex: 0 0 130px;
        width: 130px;
        text-align: right;
    }

        .store_card .store_btns a
        {
            display: inline-block;
            padding: 2px 15px;
            color: #fff;
            background-color: #cecece;
            border-radius: 4px;
            margin-left: 5px;
        }

        .store_card .store_btns .btn_share
        {
            background: #37c3cd;
        }

        .store_card .store_btns .btn_enter_store
        {
            background: none;
            border: 1px solid #39bedb;
            color: #39bedb;
            margin-top: 50px;
            margin-top: 20px;
        }

.store-login-sec .login-tit
{
    margin: -25px -30px 0;
}

    .store-login-sec .login-tit li
    {
        width: 50%;
        float: left;
        text-align: center;
        background: #dfe2e7;
        font-size: 18px;
        line-height: 3;
        color: #323232;
    }

        .store-login-sec .login-tit li.active
        {
            background: #fff;
        }

.storesearch
{
    background: #999;
    padding: 10px;
}

.storesearch_wrapper
{
    display: flex;
}

    .storesearch_wrapper .store_input
    {
        flex: 1;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        border-radius: 50px;
    }

    .storesearch_wrapper .store_btn_search
    {
        flex: 0 0 80px;
        width: 80px;
        text-align: center;
        color: #fff;
        line-height: 32px;
        display: block;
    }

.storelist
{
    padding: 10px;
}

    .storelist .store_card
    {
        border-radius: 5px;
        margin-bottom: 10px;
    }

/*qz*/
.detailpage
{
    background-color: #fff;
    margin-bottom: 60px;
}

.visa-contain
{
    padding: 35px;
}

.detail-top
{
    margin-top: 8px;
    margin-bottom: 27px;
}

.pro_national
{
    float: left;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    width: 73px;
    height: 48px;
    overflow: hidden;
}

    .pro_national img
    {
        width: 100%;
    }

.P_visa_info
{
    margin-left: 99px;
}

    .P_visa_info h1
    {
        font-size: 26px;
        line-height: 34px;
        color: #000;
    }

    .P_visa_info p
    {
        line-height: 23px;
        font-size: 12px;
        color: #999;
    }

.tit-tip
{
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
}

.detail_l
{
    float: left;
    width: 67%;
}

.detail-table, .detail-table th, .detail-table td
{
    border: 1px solid #d1d1d1;
    text-align: center;
}

.detail_l table
{
    width: 100%;
    margin-bottom: 15px;
}

.detail-table th
{
    padding: 10px 0;
}

.detail-table td
{
    line-height: 21px;
    padding: 8px 0;
}

.strong
{
    font-weight: bold;
    color: #22b4f1;
}

.visa-step
{
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

.detail-body .step-introduce
{
    padding: 25px 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.visa-step-body
{
    padding: 0 28px;
}

    .visa-step-body > li
    {
        padding-bottom: 10px;
        line-height: 24px;
        color: #666;
    }

.visa_step_tit
{
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

    .visa_step_tit span
    {
        width: 34px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        background-color: #22b4f1;
        margin-right: 20px;
    }

.apply_ul li
{
    margin-bottom: 10px;
}

    .apply_ul li h3
    {
        font-weight: bold;
        color: #666;
    }

    .apply_ul li p
    {
        line-height: 24px;
        color: #666;
    }

.down_btn
{
    width: 103px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #22b4f1;
    border-radius: 4px;
    color: #22b4f1;
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
}

    .down_btn:hover
    {
        background-color: #22b4f1;
        color: #fff;
    }

.detail-body p, .detail-body h4, .detail-body li
{
    color: #666;
    line-height: 24px;
}

.detail-body img
{
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.visa-step-body > li dl
{
    margin-bottom: 20px;
}

.visa-step-body > li dt
{
    color: #666;
    font-weight: bold;
}

.visa-step-body > li dd
{
    color: #666;
    line-height: 24px;
}

.visa-step-body > li ol li
{
    margin-bottom: 20px;
}

.detail_aside
{
    width: 31%;
    float: right;
}

.visa_con
{
    background-color: #f4f4f4;
    margin-bottom: 18px;
    padding: 14px;
}

    .visa_con h2
    {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .visa_con p
    {
        line-height: 24px;
        color: #333;
    }

.visa_tel p
{
    font-weight: bold;
    font-size: 16px;
}

.room_sel_box.op-focus
{
    border: 1px solid #acb8eb;
    border-bottom-color: #ccc;
}

.room_sel_wrapper
{
    position: relative;
    background-color: #fff;
    width: 100%;
}

.room_sel_box
{
    height: 32px;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    position: relative;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.options-ul
{
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    padding-right: 50px;
    padding-left: 16px;
}

    .options-ul .li-item
    {
        height: 32px;
        line-height: 32px;
        display: inline-block;
        margin-right: 8px;
        color: #666;
    }

.room_sel_box .room_result
{
    position: absolute;
    top: 0;
    right: 13px;
    line-height: 28px;
    color: #22b4f1;
    cursor: pointer;
    border: none;
    margin-right: 0;
    font-size: 14px;
}

.room-contain
{
    border: 1px solid #acb8eb;
    border-top: none;
    padding: 8px 0px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    display: none;
}

.room-body li
{
    padding-left: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #666;
    cursor: default;
}

.room-contain span
{
    border: none;
    color: #666;
    padding: 0;
}

.modul-footer
{
    text-align: center;
    padding: 5px 0;
}

    .modul-footer .btn
    {
        display: inline-block;
        border-radius: 3px;
        cursor: pointer;
        white-space: nowrap;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-size: 14px;
        border: 1px solid transparent;
        height: 28px;
        line-height: 28px;
        padding: 0 14px;
    }

    .modul-footer .btn-confirm
    {
        background-color: #2877c0;
        color: #fff;
    }

    .modul-footer .btn-primary
    {
        background-color: #dddddd;
        color: #666;
    }

.rs-select
{
    width: 45px;
    margin-left: 5px;
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/drop.png) no-repeat top right;
    background-position: 90% 50%;
    text-indent: 10px;
}

/*dz*/
.custombg
{
    background: url(../images/dz.jpg) no-repeat center top;
    padding-top: 48px;
    padding-bottom: 65px;
}

.custom-item
{
    background-color: #fff;
    padding: 14px;
    padding-bottom: 25px;
    padding-right: 65px;
    margin-bottom: 13px;
}

.step-num
{
    float: left;
}

    .step-num span
    {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        background-color: #22b4f1;
        text-align: center;
        font-size: 24px;
        border-radius: 50%;
        color: #fff;
    }

    .step-num p
    {
        width: 36px;
        text-align: center;
        font-size: 12px;
        color: #0a76bd;
    }

.content
{
    margin-left: 72px;
}

.custom-body
{
    overflow: hidden;
}

.content h3
{
    font-size: 20px;
    color: #333;
    line-height: 42px;
}

    .content h3 span
    {
        font-size: 14px;
        color: #999;
        padding-left: 18px;
    }

.select_num_list
{
    float: left;
    padding-top: 26px;
}

    .select_num_list li
    {
        display: inline-block;
        padding: 0 20px;
        cursor: pointer;
    }

.number-pic
{
    height: 46px;
    background: url(../images/number.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
}

.select_num_list li p
{
    width: 73px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}

.single
{
    width: 45px;
    background-position: 0 -17px;
}

.select_num_list li:hover .single, .on .single
{
    background-position: 0 -80px;
}

.both
{
    width: 94px;
    background-position: -88px -15px;
}

.select_num_list li:hover .both, .on .both
{
    background-position: -88px -78px;
}

.family
{
    width: 130px;
    background-position: -222px -7px;
}

.select_num_list li:hover .family, .on .family
{
    background-position: -222px -74px;
}

.team
{
    width: 238px;
    background-position: -394px -7px;
}

.select_num_list li:hover .team, .on .team
{
    background-position: -394px -76px;
}

.select_num_list li:hover p, .on p
{
    background-color: #22b4f1;
    color: #fff;
}

.fill-num
{
    float: right;
    display: none;
}

    .fill-num dl
    {
        margin-bottom: 8px;
    }

    .fill-num dt
    {
        line-height: 30px;
        font-weight: bold;
        color: #3c3c3c;
        padding-left: 15px;
    }

    .fill-num input
    {
        width: 298px;
        height: 28px;
        border: 1px solid #ccc;
        text-indent: 10px;
    }

.custom-box
{
    padding-top: 27px;
}

.step-check .check_op
{
    margin-right: 25px;
}

.step-check input
{
    margin-right: 10px;
    width: 12px;
    height: 12px;
    vertical-align: inherit;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 0;
}

    .step-check input[type='checkbox']:before
    {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        width: 11px;
        height: 11px;
        border: 1px solid #caebf9;
        border-radius: 1px;
        background-color: #f9f5f7;
    }

    .step-check input[type='checkbox']:checked:after
    {
        content: "";
        position: absolute;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 3px;
        height: 7px;
        border-color: #22b4f1;
        left: 3px;
        top: 1px;
    }

.step-calendar
{
    width: 510px;
    height: 38px;
    border: 1px solid #caebf9;
    background-color: #fffaf3;
    position: relative;
}

    .step-calendar input
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
        text-indent: 18px;
    }

    .step-calendar i
    {
        position: absolute;
        top: 10px;
        right: 14px;
        color: #0a76bd;
        font-size: 20px;
    }

.step-hotel span
{
    height: 38px;
    line-height: 38px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
}

    .step-hotel span i
    {
        width: 33px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        color: #aaa;
        display: inline-block;
        font-size: 34px;
        font-weight: bold;
        margin-right: 10px;
        vertical-align: middle;
        position: relative;
        background: url(../images/start.png);
    }

        .step-hotel span i b
        {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
            line-height: 34px;
            color: #fff;
            font-size: 14px;
            font-style: normal;
        }

    .step-hotel span.on
    {
        color: #0a76bd;
    }

        .step-hotel span.on i
        {
            background: url(../images/starton.png);
        }

.traverl-num
{
    display: inline-block;
}

    .traverl-num .date
    {
        width: 150px;
        height: 38px;
        line-height: 38px;
        background-color: #fffaf3;
        border: 1px solid #caebf9;
        font-size: 16px;
        text-indent: 20px;
        margin-right: 15px;
    }

.traverl-box p
{
    display: inline-block;
    color: #666;
}

    .traverl-box p a
    {
        width: 73px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #aaa;
        color: #fff;
        border-radius: 3px;
        margin-left: 7px;
        display: inline-block;
    }

        .traverl-box p a:hover, .traverl-box p a.on
        {
            background-color: #22b4f1;
        }

.edit-city input
{
    width: 100%;
    height: 38px;
    background-color: #fffaf3;
    line-height: 38px;
    border: 1px solid #caebf9;
    text-indent: 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.step-edit p
{
    line-height: 35px;
    color: #999;
    text-align: left;
    margin: 0 auto;
}

.edit-other
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    height: 137px;
    background-color: #fffaf3;
    border: 1px solid #caebf9;
    resize: none;
}

.step-contact
{
    overflow: hidden;
}

    .step-contact li
    {
        width: 25%;
        float: left;
    }

        .step-contact li div
        {
            padding-right: 14px;
        }

            .step-contact li div.y_tel
            {
                padding-right: 0;
            }

            .step-contact li div input
            {
                width: 100%;
                height: 36px;
                background-color: #fffaf3;
                border: 1px solid #caebf9;
                text-indent: 15px;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -ms-box-sizing: border-box;
            }

.btn-order
{
    width: 339px;
    height: 51px;
    line-height: 51px;
    background-color: #f69137;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    margin-top: 34px;
}

.zbox-popup
{
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 270px;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1.2);
    transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1.2);
    text-align: center;
    opacity: 0;
    color: #000;
    border-radius: 3px;
    z-index: 10000;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
}

    .zbox-popup.zbox-popup-in
    {
        display: block;
        transition-property: all;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1);
        transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

.zbox-popup-inner
{
    position: relative;
    padding: 15px;
    border-radius: 3px 3px 0 0;
    background: rgba(255, 255, 255, .95);
}

    .zbox-popup-inner:after
    {
        position: absolute;
        z-index: 15;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        background-color: rgba(0, 0, 0, .2);
    }

.zbox-popup-title
{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
}

    .zbox-popup-title + .zbox-popup-text
    {
        font-family: inherit;
        font-size: 16px;
        margin: 5px 0 0;
        color: #4a4a4a;
        line-height: 1.75;
    }

.zbox-popup-buttons
{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.zbox-popup-button
{
    font-size: 14px;
    line-height: 44px;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fd9e09;
    background: rgba(255, 255, 255, .95);
    -webkit-box-flex: 1;
}

    .zbox-popup-button:first-child:last-child
    {
        border-radius: 0 0 3px 3px;
    }

    .zbox-popup-button.zbox-popup-button-bold
    {
        font-weight: 600;
    }

    .zbox-popup-button:after
    {
        position: absolute;
        z-index: 15;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        display: block;
        width: 1px;
        height: 100%;
        content: '';
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        background-color: rgba(0, 0, 0, .2);
    }

.zbox-popup-backdrop.zbox-active
{
    opacity: 1;
}

.zbox-popup-backdrop
{
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
}

.zbox-toast-container
{
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    width: 100%;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    opacity: 0;
    left: 0;
}

    .zbox-toast-container.zbox-active
    {
        opacity: 1;
    }

.zbox-toast-message
{
    font-size: 14px;
    width: 270px;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    background-color: #d8d8d8;
}

.zbox-btn-outlined.zbox-btn-blue,
.zbox-btn-outlined.zbox-btn-primary
{
    color: #007aff;
}

.zbox-btn-outlined
{
    background-color: transparent;
}

.zbox-btn-blue,
.zbox-btn-primary,
input[type=submit]
{
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
}

.zbox-btn
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
}

.zbox-btn
{
    display: block;
    width: 120px;
    margin: 10px auto;
}

#zchange
{
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto;
    animation: circle1 1.2s infinite linear;
    -webkit-animation: circle1 1.2s infinite linear;
    transition: all linear;
}

.fontOrange
{
    color: #f6850d;
}

.member_content .tips
{
    margin-top: 5px;
    line-height: 30px;
}

.member_content .title
{
    height: 40px;
    border-bottom: 1px solid #eee;
    line-height: 39px;
    font-size: 16px;
}

    .member_content .title .name
    {
        float: left;
        margin-bottom: -1px;
        border-bottom: 3px solid #1A9EE6;
        line-height: 39px;
        font-size: 16px;
    }

    .member_content .title.news .name
    {
        border-bottom: 3px solid #2fc794;
    }

.commonListTable
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

    .commonListTable th
    {
        height: 38px;
        line-height: 38px;
        background: #6ECCFF;
        border-right: 1px solid #66C4F7;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

    .commonListTable td
    {
        padding: 10px 15px;
        border-right: 1px solid #DBEDF7;
        border-bottom: 1px solid #DBEDF7;
    }

.tabShareControl
{
    height: 34px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

    .tabShareControl a
    {
        float: left;
        height: 34px;
        padding: 0 15px;
        margin-right: 20px;
        line-height: 34px;
    }

        .tabShareControl a:hover,
        .tabShareControl a.active
        {
            position: relative;
            margin-bottom: -1px;
            border-bottom: 1px solid #189FE1;
            color: #189FE1;
            text-decoration: none;
        }

            .tabShareControl a:hover:after,
            .tabShareControl a.active:after
            {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 50%;
                margin-left: -2px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 3px 0 3px;
                border-color: #189FE1 transparent transparent transparent;
            }


.couponList li
{
    position: relative;
    height: 174px;
    margin: 10px 0 20px;
    padding-left: 260px;
    background: #F0FAFD url(../images/icon_coupon.png) left 0 no-repeat;
}

    .couponList li h2
    {
        padding-top: 15px;
        line-height: 30px;
        font-size: 20px;
        font-weight: normal;
    }

    .couponList li p
    {
        margin-top: 5px;
        color: #8e8e8e;
    }

    .couponList li .date
    {
        font-size: 18px;
        margin-top: 40px;
        color: #8e8e8e;
    }

    .couponList li .price
    {
        position: absolute;
        right: 60px;
        top: 65px;
    }

        .couponList li .price span
        {
            font-size: 24px;
        }

@-webkit-keyframes circle1
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes circle1
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

.f-row .f-key i
{
    color: red;
}

.hycouponPop
{
    position: absolute;
    border: 1px solid #199FE7;
    z-index: 1;
    width: 192px;
    background-color: #fff;
    display: none;
}

    .hycouponPop li
    {
        height: 28px;
        border: 1px solid #eee;
        list-style: none;
    }

.calendarSel
{
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d1dde2;
    font-size: 14px;
    width: 100%;
}

ul li#BookRoom
{
    padding-top: 3px;
}

.check-fs:before
{
    background-color: #d1d1d1;
}

.wechat .tobardrop
{
    right: 0;
    left: auto;
}

[v-cloak]
{
    display: none !important;
}

.language
{
    float: left;
    position: relative;
    border: 1px solid transparent;
    border-top: none;
}

    .language a
    {
        color: #666;
    }

    .language ul
    {
        display: none;
        background-color: #fff;
        position: absolute;
        border: 1px solid #ccc;
        border-top: none;
        left: -1px;
        right: -1px;
    }

    .language:hover
    {
        background-color: #fff;
        border-color: #ccc;
    }

        .language:hover ul
        {
            display: block;
        }
