@charset "utf-8";
/* CSS Document */



body{ min-width:320px; background-color:#fff;}
img{ width:100%; vertical-align:middle;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

.content{ width:94%; padding:40px 3% 70px 3%;}

/*预定*/
.content .Area{ background:url(./images/icon_1.png) 93% center no-repeat #f8f8f8; padding-left:10%; font:14px/40px "微软雅黑"; color:#333; margin-bottom:10px; border:2px #ccc solid;}
.content .Area_box{ width:100%; overflow:hidden;}
.content .Area_ul{ width:120%;}
.content .Area_ul li{ width:33%; margin-right:5%; background:url(./images/icon_1.png) 90% center no-repeat #f8f8f8; padding-left:5%; font:14px/40px "微软雅黑"; color:#333; margin-bottom:10px; border:2px #ccc solid; float:left;}
.content .Area_ul li input{ width:70%; border:none; background:#f8f8f8;}
.content .yd_but input{ width:100%; height:40px; font:bold 18px/40px "宋体"; color:#fff; background:#ff8b27; border-radius:8px;}
/*预定 end*/

/*预定信息填写*/
.content .ydxq_ul{ border:1px #ccc solid; padding:10px 3%; background:#f7f7f7;}
.content .ydxq_ul li{ color:#000; font:14px/20px "宋体";}
.content .ydxq_ul li span{ color:#333; font-family:"微软雅黑";}
.content .ydxq_tab{ border:1px #ccc solid; border-top:none; margin-bottom:15px; background:#f7f7f7;}
.content .ydxq_tab td{ font:14px/20px "宋体"; color:#000; padding:8px 0 8px 1%;}
.content .ydxq_tab td span{ font-family:"微软雅黑";}
.content .ydxq_tab td span.col_j{ color:#ff9c00;}
.content .ydxq_tab td.toggle{ background:url(./images/icon_2.jpg) 90% center no-repeat #f7f7f7; background-size:20px 20px;}
.content .yqxq_box{ border:1px #ccc solid; font:14px/30px "宋体"; color:#000; padding:10px 0 10px 3%; margin-bottom:15px; background:#f7f7f7;}
.content .yqxq_box .yqxq_ipt{ width:60%; height:30px; font:14px/40px "宋体"; margin-left:2%; background:#f7f7f7;}
.content .yqxq_box.yqxq_bg{ background:url(./images/icon_2.jpg) 95% center no-repeat #f7f7f7; background-size:10px 10px;}
/*预定信息填写 end*/

.dropdown-select {
    background-color: transparent;
    border: 0 none;
    color: #999999;
    display: inline;
    font-size: 16px;
    height: auto;
    margin: 0 1px;
    outline: medium none;
    overflow: visible;
    padding: 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:70%;
}