@charset "utf-8";
/*css代码重置*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

em, i {
    font-style: normal;
}

body {
    font: 14px -apple-system, Helvetica, Arial, Tahoma, "PingFang SC", "Hiragino Sans GB", "Lantinghei SC", "Microsoft YaHei", sans-serif;
    padding: 0;
    color: #333;
    background: #f1f1f1;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

label {
    margin: 0;
    font-weight: 500;
}

img {
    border: 0;
    display: block;
}

.clear {
    clear: both;
}

button, input[type='submit'], a {
    cursor: pointer;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input, textarea {
    outline: none !important;
    resize: none;
}

button.btn:focus,
button.btn:active:focus,
button.btn.active:focus,
button.btn.focus,
button.btn:active.focus,
button.btn.active.focus {
    outline: none !important;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #A3A3A3;

}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #A3A3A3;

}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #A3A3A3;

}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #A3A3A3;

}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.mod {
    width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    body {
        /*zoom: .8;*/
    }
}

.no-flights-result {
    width: 225px;
    margin: 80px auto 0;
    text-align: center;
    font-size: 14px;
    color: #c0c5d0;
    padding-bottom: 20px;
}

.no-flights-result img {
    margin-bottom: 20px;
}

input.Validform_error {
    background-color: transparent;
}

/*单选框样式*/
input[type="radio"] + label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cecece;
    position: absolute;
    left: 0;
    cursor: pointer;
}

input[type="radio"]:checked + label::after {
    top: 4px;
    left: 4px;
    content: "";
    background-color: #24A3EE;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
}

/*圆形复选框*/
.round-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../img/icon/checkbox_round.png") no-repeat;
    cursor: pointer;
}

.round-checkbox.checked {
    background-position: left bottom;
}

/*jqeury-ui弹框的× */
div.ui-dialog .ui-dialog-titlebar-close {
    padding: 0;
}

.ui-dialog-titlebar-close:after {
    content: '';
    display: inline-block;
    background: url(../../../../../commonSkin/css/images/ui-icons_777777_256x240.png) -96px -128px;
    width: 16px;
    height: 16px;
}

/*航司*/
.pf {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

/*暂无数据*/
.no-flights-result {
    width: 225px;
    margin: 80px auto 0;
    text-align: center;
    font-size: 14px;
    color: #c0c5d0;
    padding-bottom: 20px;
}

.no-flights-result img {
    margin: 0 auto 20px;
}

/*加载动画 */
.spinner {
    margin: 200px auto 60px;
    width: 80px;
    height: 80px;
    position: relative;
}

div.full-loading {
    background-color: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

div.full-loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.full-loading-box .spinner {
    margin: 0 auto 60px;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 16px;
    height: 16px;
    background-color: #67CF22;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*长时间未操作 弹框*/
.overtime-wrap {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.overtime-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 0 30px 30px;
    width: 400px;
}

.overtime-icon {
    position: relative;
    top: -30px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.overtime-box img {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overtime-cz {
    margin-top: 20px;
}