
* {
    word-break: break-all;
}

table {
    word-break: normal;
}




.page {
    width: 100%;
    min-width: 1200px;
    height: auto;
    z-index: 2;
    background-color: #f2f2f2;
}


.header {
    width: 100%;
    min-width: 1200px;
    height: auto;
    color: #757575;
    font-size: 12px;
    background-color: #f2f2f2;
    padding-bottom: 25px;
}

.header-bg {
    width: 100%;
    height: auto;
    /* background: url("/zcy/hzky/pc/static/img/header-bg.png") repeat-x;*/
    background: #fff;
    border-bottom: #f3f0ed 1px solid;
}
.headerColor{
    background-color:#fff;
}
.header-top {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #333;
}

    .header-top > p {
        float: left;
        overflow: auto;
        color: #333;
    }

    .header-top > ul {
        width: 600px;
        float: right;
    }

        .header-top > ul > li {
            float: right;
            padding: 0 20px;
            cursor: pointer;
        }

        .header-top > ul li:first-child {
            padding-right: 0;
        }

/*    .header-top span:hover {
        text-decoration: underline;
    }*/

    .header-top > ul > li:hover {
        color: #D11D34;
    }

    .header-top > ul > .header-top-li-1 {
        background: url("/zcy/hzky/pc/static/img/header-item-bg1.png") 0 center no-repeat;
        /*-ms-background: url("/zcy/hzky/pc/static/img/header-item-bg1.png") 0 50% no-repeat;*/
    }

    .header-top > ul > .header-top-li-2 {
        background: url("/zcy/hzky/pc/static/img/top-buy.png") 0 center no-repeat;
        /*-ms-background: url("/zcy/hzky/pc/static/img/header-item-bg2.png") 0 50% no-repeat;*/
    }

    .header-top > ul > .header-top-li-3 {
        background: url("/zcy/hzky/pc/static/img/header-item-bg3.png") 0 center no-repeat;
        /*-ms-background: url("/zcy/hzky/pc/static/img/header-item-bg3.png") 0 50% no-repeat;*/
    }

    .header-top > ul > .header-top-li-4 {
        background: url("/zcy/hzky/pc/static/img/header-item-bg4.png") 0 center no-repeat;
        /*-ms-background: url("/zcy/hzky/pc/static/img/header-item-bg4.png") 0 50% no-repeat;*/
    }

    .header-top > ul > .header-top-li-5 {
        background: url("/zcy/hzky/pc/static/img/header-item-bg5.png") 0 center no-repeat;
        /*-ms-background: url("/zcy/hzky/pc/static/img/header-item-bg5.png") 0 50% no-repeat;*/
    }
.suggest {
    font-weight: 600;
    background: url("/zcy/hzky/pc/static/img/top-right.png") 0 center no-repeat;
    background-position:right;
    margin-right:20px;
}


.col-8c6 {
    color: #d6a56b
}

.ico {
    width: auto;
    height: auto;
    margin-top: 15px;
}


.header-bottom {
    width: 1200px;
    min-width:1200px;
    margin: 0 auto;
    position:relative;
    display:flex;
    justify-content:space-around;
   
}
.header-bottom::after{
    clear:both;
}

.logo {
    width: auto;
    height: auto;
    cursor: pointer;
    position:absolute;
    left:0;
}
.tophead {
    color: #ffffff;
    display: inline-block;
    margin-left: 110px;
}
    .tophead .hotel-uav-click:hover {
        color: #D11D34;
        font-weight: bold;
    }
    .tophead ul {
        width: 800px;
        height: 90px;
        line-height: 90px;
        margin: 0 auto;
    }
    .tophead li {
        padding: 0 15px;
        float: left;
        cursor: pointer;
        text-align: center;
        font-size: 18px;
        color: #333;
        position: relative;
    }

        .tophead li .under-line {
            width: 50%;
            height: 2px;
            background-color: #D11D34;
            position: absolute;
            bottom: 25px;
            left: 25%;
            display: none;
        }

        .tophead li .right {
            position: absolute;
            right: -3px;
            top: 47%;
        }

        .tophead li .red {
            position: absolute;
            right: -3px;
            display: none;
            top: 47%;
            transform: rotate(-90deg);
        }

    .tophead .find .checks {
        width: 80px;
        background-color: #fff;
        border-radius: 8px;
        position: absolute;
        bottom: -40px;
        left: 7px;
        padding: 8px 10px;
        z-index: 5;
        display: flex;
        flex-direction: column;
        box-shadow: 0 0 5px #ccc;
    }

.tophead .redcolor {
    color: #cf152d;
    font-weight: bold;
}

.tophead .find .checks span {
    line-height: 24px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.search-icon{
    width:40px;
    height:40px;
    margin-top:35px;
}


.my-cart {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 22px;
    position: absolute;
    right: 0;
    color:#333;
}
    .my-cart img{
        float:left;
        margin:10px 0 0 10px ;
    }

 .head-list {
        color: #ffffff;
        display: inline-block;
        margin-left:110px;
  }
    .head-list .hotel-uav-click:hover {
        color: #D11D34;
        font-weight:bold;
    }
    .head-list li{
        position:relative;
    }
    .head-list li .under-line {
        width: 50%;
        height: 2px;
        background-color: #D11D34;
        position:absolute;
        bottom:25px;
        left:25%;
        display:none;
    }
        .head-list li .right {
            position: absolute;
            right: -3px;
            top: 47%;
        }
        .head-list li .red {
            position: absolute;
            right: -3px;
            display: none;
            top: 47%;
            transform: rotate(-90deg);
        }
    .head-list .find .checks {
        width:80px;
        background-color: #fff;
        border-radius: 8px;
        position: absolute;
        bottom: -40px;
        left: 7px;
        padding:8px 10px;
        z-index: 5;
        display: flex;
        flex-direction: column;
        box-shadow: 0 0 5px #ccc;
    }
    .head-list .redcolor{
        color:#cf152d;
        font-weight:bold;
    }
    .head-list .find .checks span {
        line-height: 24px;
        color: #999;
        font-size: 14px;
        font-weight: normal;
    }


.head-bom-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    /* border-radius: 5px;
    background-color: #fff;*/
    /* width: 1200px;
    margin: 0 auto;*/
    top: 78px;
    right: 140px;
    display:none;
}


.head-bom-right > ul {
    overflow: auto;
    visibility: hidden;
}

    .head-bom-right > ul > li {
        padding: 0 10px;
        float: left;
        border-left: #ababab solid 1px;
        cursor: pointer;
    }

        .head-bom-right > ul > li:hover {
            text-decoration: underline;
        }

    .head-bom-right li:first-child {
        border-left: #ababab solid 0px;
    }

/*.head-bom-search {
    height: 42px;
    margin: 0 auto;*/
    /*display: none;*/
/*}*/

.head-bom-search > ul {
    float: right;
    width: 370px;
    top: 0;
    right: 0;
    /*margin-top: 110px;
    margin-right: 248px;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2.5px rgba(6,0,1,0.1);
}

    .head-bom-search li {
    }

.head-search-left {
    width: 38px;
    height: 38px;
    margin-left: 0px;
    float: left;
}

    .head-search-left img {
        margin: 9px;
    }

.head-search-center {
    width: 220px;
    height: 100%;
    float: left;
}

.head-search-type {
    width: 70px;
    height: 38px;
    float: left;
    background-color: #fff;
    line-height: 38px;
    text-align: center;
    /*color: #D11D34;*/
    position: relative;
    border-radius: 3px;
}
    .head-search-type img {
        transform: rotate(90deg);
        margin-left: 10px;
        margin-bottom: -2px;
    }

    .head-search-type > .select-type {
        cursor: pointer;
        color: #D11D34;
        font-weight: bold;
    }

    .head-search-type > .select-type-List {
        position: absolute;
        width: 100%;
        height: auto;
        display: none;
        background-color: #fff;
        top: 45px;
        border-radius: 5px;
        box-sizing: border-box;
        color: #585656;
    }
    

    .head-search-type > .select-type-List li +li{
        border-top:1px solid #f5f5f5;
        cursor:pointer;
    }

        .head-search-type > .select-type-List li.curr {
            color: #D11D34;
        }

     /*   .head-search-type > .select-type-List li:hover {
            color: #585656;
        }*/



.head-search-center input {
    width: 100%;
    border: 0 !important;
    height: 38px !important;
    outline: medium;
    color: #757575;
    box-sizing: border-box;
}

.head-search-right {
    width: 80px;
    height: 38px;
    background: #fff;
    overflow: auto;
    float: right;
    font-size: 20px;
    color: #D11D34;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
}

    .head-search-right button {
        width: 80px;
        height: 100%;
        border: 0;
        float: right;
        color: #D11D34;
        background-color: #fff;
        cursor: pointer;
        outline: none;
        font-size:14px;
        line-height:14px;
    }

.mid{
    width:100%;
    /* height:30px; */
    background-color:#f2f2f2;
}

.bor-wei {
    font-weight: bold;
}


.bom {
    width: 100%;
    height: auto;
}

.bom-ul {
    width: 640px;
    margin: 0 auto;
    overflow: auto;
    height: 103px;
}

    .bom-ul li {
        margin-top: 30px;
        float: left;
        width: 200px;
        text-align: center;
        font-size: 20px;
        border-left: 1px solid #e7e1d9;
        background-position: 20px center;
        background-repeat: no-repeat;
        /*overflow: hidden;*/
        text-indent: 33px;
        height: 40px;
        line-height: 40px;
        color: #555555
    }

.bom-bg-1 {
    background-image: url("/zcy/hzky/pc/static/img/from-buy.png");
}

.bom-bg-2 {
    background-image: url("/zcy/hzky/pc/static/img/user-2.png");
}

.bom-bg-3 {
    background-image: url("/zcy/hzky/pc/static/img/user-3.png");
}

.bom-bg-4 {
    background-image: url("/zcy/hzky/pc/static/img/low-price.png");
    background-position: 16px center !important;
}

.bom-bg-5 {
    background-image: url("/zcy/hzky/pc/static/img/quality.png");
}

/*.bom p{*/
/*    float: left;*/
/*    line-height: 40px;*/
/*}*/

/*.bom img{*/
/*    float: left;*/
/*}*/

.bom-ul li:first-child {
    border-left: 0;
}


.bom-bottom {
    width: 100%;
    height: auto;
    background-color: #222222;
    padding-top: 30px;
}

.bom-bom-body {
    width: 1200px;
    height:110px;
    margin: 0 auto;
    overflow: hidden;
    display:flex;
    justify-content:space-between;
}

.bom-logo {
    margin-top: 27px;
    cursor: pointer;
    display:inline-block;
}

/*.bom-group {
    margin-left: 78px;
    margin-top: 13px;
}

    .bom-group li {
        background-color: #626262;
        color: #ffffff;
        margin-top: 4px;
        width: 100px;
        height: 29px;
        font-size: 12px;
        text-indent: 20px;
        line-height: 29px;
        background-image: url("/zcy/hzky/pc/static/img/arrow-right.png");
        background-repeat: no-repeat;
        background-position: 80px center;
        cursor: pointer;
    }

        .bom-group li:hover {
            text-decoration: underline;
        }

        .bom-group li:last-child {
            margin-top: 8px;
        }*/

.bom-list {
    display��flex;
    justify-content: space-between;
    height: 44px;
    line-height: 100px;
}
/*
    .bom-list > ul {
        overflow: hidden;
    }

        .bom-list > ul:first-child {
            background: url("/zcy/hzky/pc/static/img/bombg.png") no-repeat left bottom;
            background-size: 100% 1px;
        }

            .bom-list > ul:first-child > a {
                background: url("/zcy/hzky/pc/static/img/bombg-top.png") no-repeat left bottom;
            }

        .bom-list > ul:last-child > a {
            background: url("/zcy/hzky/pc/static/img/bombg-bom.png") no-repeat left top;
        }


        .bom-list > ul > a:first-child {
            background: none;
        }*/



    .bom-list a {
        width: 80px;
        height: 44px;
        line-height: 100px;
      /*  float: left;*/
        text-align: center;
        color: #fff;
        cursor: pointer;
       /* display: block;*/
    }
    .bom-list span {
        color: #fff;
        line-height: 100px;
        padding: 0 10px;
    }

    .bom-list a:hover {
        color: #cf152d;
    }

  /*  .bom-list > ul > a:first-child {
        border-left: 0;
    }

    .bom-list a:hover {
        text-decoration: underline;
    }

    .bom-list p {
        margin: 5px 0;
    }*/


.bom-code {
    width: 125px;
    float: right;
    text-align: center;
    color: #c49e6d;
    cursor: pointer;
}

    .bom-code img {
        width: 125px;
        height: 125px;
    }


.bom-record {
    width: 100%;
    background-color: #222222;
    height: 46px;
    margin-top: 22px;
    overflow: hidden;
    border-top: 1px solid #5b5b5b;
}

    .bom-record ul {
        width: 1200px;
        margin: 0 auto;
    }

    .bom-record li {
        line-height: 46px;
        color: #ababab;
        float: left;
    }

        .bom-record li:last-child {
            width: 122px;
            float: right;
            background-image: url("/zcy/hzky/pc/static/img/bom-record.png");
            background-repeat: no-repeat;
            background-position: right center;
            height: 46px;
        }


.cursor {
    cursor: pointer;
}

.nav {
    width: 100%;
    height: 45px;
    min-width: 1200px;
    background: #585656;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
}

    .nav > ul {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }


        .nav > ul > li {
            width: 130px;
            float: left;
            background: url("/zcy/hzky/pc/static/img/nav-bg.png") right center no-repeat;
            cursor: pointer;
            text-align: center;
        }


            .nav > ul > li:last-child {
            }

            .nav > ul > li:hover {
                background-color: #4e4e4e;
            }


.product-s-header {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    text-indent: 8px;
    font-size: 12px;
    color: #acacac;
    font-weight: bold;
}

    .product-s-header > span {
        padding: 0 10px;
        cursor: pointer;
    }

        .product-s-header > span:hover {
            text-decoration: underline;
        }


.flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.product-right-body-bom {
    width: 100%;
    height: 30px;
    padding: 10px 0;
    background-color: #ffffff;
    margin-top: 25px;
}

    .product-right-body-bom ul {
        overflow: hidden;
        background-color: #ffffff;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .product-right-body-bom li {
        width: 26px;
        height: 26px;
        float: left;
        cursor: pointer;
        line-height: 26px;
        text-align: center;
        border: 1px solid #ffffff;
        margin: 0 4px;
    }

        .product-right-body-bom li:hover {
            color: #d6a56b;
            text-decoration: underline;
        }

    .product-right-body-bom .changePage {
        background-color: #d6a56b;
        border: 1px solid #d6a56b;
        color: #ffffff;
    }

    .product-right-body-bom li:first-child {
        background-image: url("/zcy/hzky/pc/static/img/product-body-left.png");
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid #e1e1e1;
    }


    .product-right-body-bom li:last-child {
        background-image: url("/zcy/hzky/pc/static/img/product-body-right.png");
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid #e1e1e1;
    }


.popup {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup-black {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}

.popup-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popup-content {
    width: 100%;
    height: 100%;
    ;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.popup-close {
    width: 25px;
    height: 35px;
    background-image: url("/zcy/hzky/pc/static/img/popup.png");
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
    float: right;
}

.popup-close1 {
    width: 25px;
    height: 25px;
    background-image: url("/zcy/hzky/pc/static/img/close1.png");
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
    float: right;
    margin-top: 14px;
    margin-right: 14px;
    z-index: 2;
}

.popup-cont {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    float: left;
    border-radius:25px;
}




.login {
    width: 370px;
    height: 454px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cccccc;
}

.login-header {
    width: 100%;
    height: 46px;
    line-height: 50px;
    border-bottom: 1px solid #e9e8e8;
}


    .login-header > p:first-child {
        float: left;
        font-size: 14px;
        color: #333333;
        padding-left: 40px;
        font-weight: bold;
    }

    .login-header > p:last-child {
        float: right;
        font-size: 12px;
        color: #9f6b2f;
        padding-right: 40px;
        cursor: pointer;
    }

        .login-header > p:last-child:hover {
            text-decoration: underline;
        }


.login-input {
    width: 290px;
    margin: 0 auto;
    overflow: hidden;
    color: #b8b8b8;
}


    .login-input > p {
        width: 100%;
        float: left;
        overflow: hidden;
        margin-top: 15px;
    }

        .login-input > p > input {
            width: 288px;
            float: left;
            border: 1px solid #b8b8b8;
            height: 32px;
            line-height: 32px;
            text-indent: 12px;
            outline: none;
            padding: 0;
        }


.login-tips {
    width: 290px;
    margin: 0 auto;
    overflow: hidden;
    color: #666666;
    margin-top: 18px;
}

    .login-tips > p {
        float: left;
        color: #d6a56b;
    }

    .login-tips > div {
        float: right;
        line-height: 18px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

        .login-tips > div > p {
            flex-grow: 0;
            flex-shrink: 0;
            overflow: hidden;
            margin-right: 6px;
        }

        .login-tips > div > label:hover {
            cursor: pointer;
            text-decoration: underline;
        }

        .login-tips > div > p > input {
            float: left;
            cursor: pointer;
        }

.sort .tuse {
    color: #cf152d ;
}

.login-btn {
    width: 290px;
    background-color: #9f6b2f;
    color: #ffffff;
    margin: 36px auto 0 auto;
    font-size: 18px;
    cursor: pointer;
    display: block;
    margin: 36px auto 0 auto;
}

    .login-btn :hover {
        text-decoration: underline;
        box-shadow: 0 0 6px #666;
    }

#popup-login {
    position: fixed;
}


.login-weixin {
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}


    .login-weixin:hover {
        text-decoration: underline;
    }

    .login-weixin > p {
        overflow: hidden;
        color: #bdbdbd;
    }

        .login-weixin > p:last-child {
            margin: 10px auto;
        }

.login-register {
    width: 290px;
    height: 16px;
    background-image: url("/zcy/hzky/pc/static/img/login-4.png");
    background-repeat: no-repeat;
    background-position: 210px center;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    color: #8c8c8c;
}


    .login-register:hover {
        cursor: pointer;
        text-decoration: underline;
    }


.login-w-h {
    width: 370px;
    height: auto;
}


.display-none {
    display: none;
}







.popup-hotel-brand-width {
    width: 1080px;
}

    .popup-hotel-brand-width .popup-cont-head {
        background-image: url("/zcy/hzky/pc/static/img/hotel-band-bg.png");
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 20px;
    }

.popup-hotel-brand {
    width: 1010px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-image: linear-gradient(#fff,#ccc) 20 20;
}

    .popup-hotel-brand:last-child {
        border-bottom: 0;
    }

    .popup-hotel-brand li {
        width: 335px;
        height: 170px;
        float: left;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        border-right: 1px solid #ccc;
        background-position:center;
    }

.popup-center ul:first-child li {
    border-right: 1px solid #ccc;
    border-image: linear-gradient(#fff,#ccc) 20 20;
}

.popup-center ul:last-child li {
    border-right: 1px solid #ccc;
    border-image: linear-gradient(#ccc,#fff) 20 20;
}

.popup-hotel-brand a:last-child li {
    border-right: 0;
}

.popup-hotel-brand li > p, .popup-hotel-brand li > p > img {
    width: 100%;
    height: auto;
}


    .popup-hotel-brand li > p:last-child {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
    }


.popup-hotel-brand li:hover {
}


.popup-hotel-brand li > p:last-child:hover {
    border: 2px solid #cf152d;
}



.popup-section {
    height: auto;
    overflow: hidden;
}


.popup-cont-head {
    width: 100%;
    height: 46px;
    text-indent: 50px;
    line-height: 46px;
    border-bottom: 1px solid #e9e8e8;
    font-weight: bold;
    font-size: 14px;
    color: #555;
}



.popup-center {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0;
}

.nav > ul > .noBg {
    background: none;
}

.nav > ul > li.nav-member {
    float: right;
    background-image: url("/zcy/hzky/pc/static/img/nav-menber.png");
    background-repeat: no-repeat;
    background-position: 18px center;
    text-indent: 24px;
}




























@media screen and (min-height: 1080px) and (max-height: 4000px) {
    .popup-center {
        max-height: 800px;
    }

    .media-height {
        max-height: 800px;
        overflow: auto;
    }
}

@media screen and (min-height: 801px) and (max-height: 1080px) {
    .popup-center {
        max-height: 600px;
    }

    .media-height {
        max-height: 600px;
        overflow: auto;
    }
}

@media screen and (min-height: 601px) and (max-height: 800px) {
    .popup-center {
        max-height: 500px;
    }

    .media-height {
        max-height: 500px;
        overflow: auto;
    }
}

@media screen and (min-height: 501px) and (max-height: 600px) {
    .popup-center {
        max-height: 400px;
    }

    .media-height {
        max-height: 400px;
        overflow: auto;
    }
}

@media screen and (min-height: 401px) and (max-height: 500px) {
    .popup-center {
        max-height: 300px;
    }

    .media-height {
        max-height: 300px;
        overflow: auto;
    }
}

@media screen and (min-height: 200px) and (max-height: 400px) {
    .popup-center {
        max-height: 100px;
    }

    .media-height {
        max-height: 100px;
        overflow: auto;
    }
}





.bom-seat {
    width: 100%;
    height: 355px;
}

.w-800 {
    width: 800px;
}


input::-ms-clear, input::-ms-reveal {
    display: none;
}

.w-168 {
    width: 168px !important;
}


.popup-hotel-brand-1 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-1.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-2 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-2.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-3 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-3.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-4 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-4.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-5 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-5.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-6 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-6.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-7 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-7.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-8 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-8.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-9 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-9.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-10 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-10.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-11 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-11.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-12 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-12.jpg");
    background-repeat: no-repeat;
}

.popup-hotel-brand-13 {
    background-image: url("/zcy//hzky/pc/static/img/hotel-band-13.jpg");
    background-repeat: no-repeat;
}


.clear{
    clear:both;
}