* {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

.main {
    font-size: 14px;
    text-transform: uppercase;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif;
    width: 300px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #ccc;
    box-sizing: border-box;


}

.main p {
    line-height: 32px;
    text-align: center;
    color: #f43627;
    font-size: 14px;
    width: 100%;
}

.main p input {
    width: 55%;
    height: 30px;
    text-indent: 10px;
    margin-bottom: 10px;
}

.main h1 {
    color: #F00;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.main h2 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.codetxt {
    padding: 0 10px;
    height: 30px;
    color: #fff;
    background-color: #ea5b17;
    border: 0;
}

.disabled {
    opacity: .65;
}

#submit1 {
    width: 200px;
    height: 40px;
    background: #ea5b17;
    text-align: center;
    line-height: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

#submit1:hover {
    background: #f0763b;
}

#yy-x {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #636160;
}

/*预约 显示*/
.iframe2 {
    margin-left: 160px;
}
