@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}/*去掉所有标签之间的默认间隙*/
html,body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    font-size: 14px;
}

input {
    outline: none!important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}/*去掉超级链接的下划线*/
img {
    border: none;
}/*去掉图片加载完链接之后的边框*/
a {
    color: black
}

a:link {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

a:active {
    text-decoration: none!important;
}
.reservation-entrance-w-1200{
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.reservation-entrance-w-900{
    width: 900px;
    min-width: 900px;
    margin: auto;
    overflow: hidden;
}
.reservation-entrance-w-100{
    width: 100%;
    min-width: 1200px;
    margin: auto;
}
.reservation-entrance-banner{
    height: 211px;
    margin-top: 72px;
    background: url("../images/reservation-entrance-banner.png") no-repeat center center;
}
.reservation-entrance-banner h3{
    letter-spacing: 8px;
    text-align: center;
    color: #fff;
    line-height: 211px;
    font-size: 52px;
}
.reservation-entrance-title{

color: #df171f;

font-size: 18px;

text-align: center;

font-weight: bold;

letter-spacing: 2px;

padding-top: 40px;

padding-bottom: 40px;
}

.reservation-entrance-w-900-left{
float: left;
    width: 480px;
}
.reservation-entrance-w-900-right{
float: right;
    width: 400px;
}
.reservation-entrance-w-900-left ul li label{

display: inline-block;

width: 90px;

text-align: right;

padding-right: 10px;

line-height: 32px;

font-size: 16px;
}
.reservation-entrance-w-900-left ul li label span{

color: #df171f;

font-size: 20px;

padding-right: 5px;

display: inline-block;

position: relative;

top: 2px;

line-height: initial;
}
.reservation-entrance-w-900-left ul li input{
border: 1px solid #ebeaea;
}
.reservation-entrance-w-900-left table tr td select{
    width: 353px;
    height: 35px;
    font-size: 15px;
    padding-left: 5px;
    border: 1px solid #ebeaea;
}
.reservation-entrance-w-900-left ul li{
    margin-bottom: 15px;
}
.reservation-entrance-w-900-left table tr td{
    padding-bottom: 15px;
}
.reservation-entrance-w-900-left table tr td font{
    
font-size: 20px;
}
.reservation-entrance-w-900-left table tr td input{
    width: 345px;
    height: 35px;
    font-size: 15px;
    padding-left: 5px;
    /* background: #f7ecfd; */
    /* border: none; */
    border: 1px solid #ebeaea;
}
.reservation-entrance-w-900-right h3{
    border-left: 5px solid #8316c4;
    color: #8316c4;
    padding-left: 10px;
    line-height: 24px;
    margin-bottom: 20px;
}
.reservation-entrance-w-900-left table tr td input[name="verifycode"]{
    width: 236px;
}
.reservation-entrance-w-900-left table tr td img{
    width: 105px;
    cursor: pointer;
}
.reservation-entrance-w-900-left table tr td input[name="submit1"]{
    width: 100px;
    margin: 0px 10px;
    background: #9734cf;
    border: none;
    color: #fff;
    border: 1px solid #9734cf;
    cursor: pointer;
}
.reservation-entrance-w-900-left table tr td input[name="reset"]{
    width: 100px;
    margin: 0px 10px;
    background: #f7ecfd;
    border: 1px solid #9734cf;
    cursor: pointer;
    color: #9734cf;
}
.reservation-entrance-w-900-left table tr td input[name="reset"]:hover{
    opacity: 0.8;
}
.reservation-entrance-w-900-left table tr td input[name="submit1"]:hover{
    opacity: 0.8;
}
.reservation-entrance-w-900-left table tr .bbttnn{
        padding-top: 50px;
position: relative;
    
left: 235px;
    
top: 15px;
}
.reservation-entrance-w-900-right-box{

padding: 15px;

border: 1px solid #ebeaea;
}
.reservation-entrance-w-900-right-box ul li{
    color: #555555;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 17px;
    letter-spacing: 2px;
}
@media screen and (max-width: 501px) {
    .reservation-entrance-w-100{
        width: 100%;
        min-width: 100%;
        margin: auto;
    }
    .reservation-entrance-w-1200{
        width: 100%;
        min-width: 100%;
        margin: auto;
        /* overflow: hidden; */
    }

    .reservation-entrance-banner{
        
margin-top: 0;
    }
    .reservation-entrance-banner h3{

font-size: 22px;

letter-spacing: 2px;

}
    .reservation-entrance-title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation-entrance-w-900-left{
        width: 100%;
        float: none;
    }
    .reservation-entrance-w-900-right{
        width: 100%;
        float: none;
    }
    .reservation-entrance-w-900-left table tr td input{
        width: 80%;
    }
    .reservation-entrance-w-900-left table tr td select{
        width: 83%;
    }
    .reservation-entrance-w-900-left table tr td input[name="verifycode"]{
        width: 40%;
    }
    .reservation-entrance-w-900-left table tr .bbttnn{
        
position: initial;
    }
    .reservation-entrance-w-900{
        width: 100%;
        min-width: 100%;
    }
    .reservation-entrance-w-900-left table tr td img{
        width: 38%;
    }
}
