.complex-excursion .x-panel {
    display: block;
    background: url("i/2.png");
    width: 250px;
    height: 45px;
    color: #fff;
    padding: 10px 0 0 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin: 30px auto 30px auto;
}
.complex-excursion .x-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.7);
    z-index: 8000;
}
.complex-excursion .x-form {
    background: #eee;
    padding: 20px;
    width: 400px;
    box-shadow: 0 0 30px #000;
    position: fixed;
    z-index: 8001;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -210px;
}
.complex-excursion h2 {
    margin-top: 0;
}
.complex-excursion label {
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.complex-excursion em {
    color: red;
}
.complex-excursion .x-input {
    font-family: Arial, Helvetica, sans-serif;
    width: 388px;
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 5px;
    border: solid 1px #ccc;
}
.complex-excursion select.x-input {
    width: 400px;
}
.complex-excursion .x-textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 388px;
    height: 50px;
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 5px;
    resize: none;
    border: solid 1px #ccc;
}
.complex-excursion .x-send {
    text-align: right;
}
.complex-excursion .x-send span {
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
    color: #0043d0;
    font-size: 16px;
    border-bottom: dashed 1px #0043d0;
}
.complex-excursion .x-send span:hover {
    text-decoration: none;
}
.complex-excursion .x-send button {
    border-radius: 6px;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: rgb(69, 104, 189) linear-gradient(to top, rgb(104, 189, 69), rgb(104, 189, 69));
    box-shadow: 2px 3px 0 #aaa;
    cursor: pointer;
}
