/*iconfont*/
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1472812776_2327929.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/font_1472812776_2327929.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_1472812776_2327929.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/font_1472812776_2327929.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/font_1472812776_2327929.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{
    font-family:"iconfont";
    font-size:16px;font-style:normal;
    color: #999696;
}

body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    background-color: #faf8f5;
}
ul,ul li{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a,span,div{
    text-decoration:none;
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
img{
    display:block;
}
a:hover{
    text-decoration:underline;
}

/*fullscreen Slide*/
/* flexslider */
.flexslider{position:relative;height:675px;overflow:hidden;background:url(/img/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:675px;}
.flex-control-nav{position:absolute;left:-40px;bottom:0;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:8px;height:8px;line-height:40px;overflow:hidden;background-color: transparent;cursor:pointer;border-radius: 50%; border: 2px solid #ff7385;}
.flex-control-nav .flex-active{background-color:#ff7385;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:42%;}
.flex-direction-nav li a{display:block;width:50px;height:100px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:10px;background:url(/img/left_arrow_big.png) center center no-repeat;opacity: .7}
.flex-direction-nav li a.flex-next{right:10px;background:url(/img/right_arrow_big.png) center center no-repeat;opacity: .7}
.flex-direction-nav li a.flex-next:hover, .flex-direction-nav li a.flex-prev:hover{opacity: 1;}

#carousel .slides li{height:130px;float:left}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}


#full_img_slide{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
#full_img_slide .full_screen_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: opacity(90);
    opacity: .9;
}

#full_img_slide .fullscreen_center{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#fullscreen_flexslider{
    width:1200px;
    height:675px;
    margin-top:-360.5px;
    position: absolute;
    top: 45%;
}
#fullscreen_flexslider .flexslider{
    width:100%;
    height:100%;
}
 .hotelname{
    position: absolute;
    bottom: 48px;
    left: 55px;
    font-size: 26px;
    color: white;
    z-index:80;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.hotelname:hover{
    color:#ff7385;
}

.slide_close_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(/img/close_white_icon.png) center no-repeat;
    opacity: .6;
    z-index:106;
}
.slide_close_btn:hover{
    opacity: 1;
}
#full_img_slide .fullscreen_img{
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    width:1200px;
    height: 675px;
}
#full_img_slide .fullscreen_img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#full_img_slide .checkdate_btn{
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 40px;
    right: 140px;
    line-height: 50px;
    font-size: 18px;
    color: white;
    text-indent: 51px;
    border-radius: 5px;
    background: url(/img/order_hotel_bg.png) 20px no-repeat #FF669A;
    cursor: default;
    z-index:106;
}
#full_img_slide .order_btn{
    position: absolute;
    bottom: 48px;
    right:216px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: white;
    text-indent: 51px;
    border-radius: 5px;
    background: url(/img/order_hotel_bg.png) 20px no-repeat #FF669A;
    cursor: default;
    z-index:80;
}
#full_img_slide .checkdate_btn:hover,#full_img_slide .order_btn:hover{
    background-color:#FF96BA;
}
#full_img_slide .follow_btn{
    position: absolute;
    width: 126px;
    height: 46px;
    bottom: 40px;
    right: 0;
    line-height: 46px;
    font-size: 18px;
    color: white;
    text-indent: 51px;
    border-radius: 5px;
    border: 2px solid #ff7385;
    background: url(/img/heart.png) 20px no-repeat;
    cursor: default;
    z-index:106;
}
#carousel{
    z-index:200;
}

#full_img_slide .image_bg{
    position: absolute;
    width: 1200px;
    height: 30px;
    line-height:20px;
    color:white;
    background:black;
    background: rgba(0,0,0,0.5);
}
#full_img_slide .image_dec{
    color: #d5d5d5;
    position: absolute;
    top: 5px;
    left: 15px;
}
#full_img_slide .image_count{
    color: #d5d5d5;
    position: absolute;
    top: 5px;
    right: 15px;
}
#carousel{
    height: 60px;
}
.flexslider{
    overflow:visible;
}
.flex-direction-nav li a.flex-prev{
    left: -60px;
}
.flex-direction-nav li a.flex-next{
    right: -60px;
}
@media screen and (max-width:1200px){
.flex-direction-nav li a.flex-prev{
    left: 10px;
}
.flex-direction-nav li a.flex-next{
    right: 10px;
}
}
.slide_tit{
    position: fixed;
    bottom: 0;
    height: 0px;
    width: 100%;
    z-index: 400;
    text-align: center;
}
.hotel_name_a{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: block;
}
.additional{
    margin:0 auto;
    width: 1200px;
    z-index: 1000;
    position: relative;
}
.additional .hotel_address{
    position: absolute;
    right: 0;
    bottom: 17px;
    color: #fff;
}

.modal--order *{
    box-sizing: border-box;
}