@charset "utf-8";


.elastic-layer a {
    color: #666;
    outline: medium none;
    text-decoration: none;
}

.elastic-layer .floatl {
    float: left;
}
.elastic-layer {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

.elastic-layer .elastic-title {
    float: left;
}
.elastic-layer .elastic-title-name {
    border-bottom: 1px solid #eee;
    color: #ff7200;
    font-size: 25px;
    line-height: 0px;
    padding: 0;
}
.elastic-layer .elastic-close {
    height: 21px;
    text-align: right;
}
.elastic-layer .elastic-tips {
    color: #ff546b;
    padding: 10px 0;
}
.elastic-layer .elastic-mask {
    background-color: rgb(11, 14, 27);
    height: 100%;
    opacity: 0.33;
    width: 100%;
}
.elastic-layer .elastic-pupop,.elastic-layer .elastic-pupop-sl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(9, 8, 18, 0.5);
    left: 50%;
    margin-left: -345px;
    padding: 19px;
    position: absolute;
    top: 20%;
    width: 638px;
}
.elastic-layer .elastic-pupop-sl {
    margin-left: -178px;
    width: 300px;
}
.elastic-layer .elastic-error-tips {
    line-height: 16px;
    margin-top: 10px;
}
.elastic-layer .elastic-pupop-sl a.btn-blue {
    line-height: 28px;
}
.elastic-layer .elastic-pupop-sl input.input-lg {
    width: 204px;
}
.elastic-layer .elastic-pupop-sl .list-title {
    line-height: 30px;
}
.elastic-layer .elastic-pupop-sl .p {
    display: inline-block;
    width: 134px;
}
.elastic-layer .elastic-vip {
    border: 0 none;
    margin-left: -428px;
    padding: 0 0 50px;
    width: 857px;
}

.elastic-layer .icon {
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

.elastic-layer .icon-close {
    background-position: -278px -69px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
.elastic-layer .icon-close:hover {
    background-position: -245px -69px;
}

.elastic-layer .btn {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin-right: 3px;
    min-width: 62px;
    outline: medium none;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}

.elastic-layer .elastic-pupop-sl a.btn-blue {
    line-height: 28px;
}

.elastic-layer .btn-h30 {
    font-size: 12px;
    line-height: 28px;
}

.elastic-layer .form-list {
    padding-top: 13px;
}
.elastic-layer .centercancel {
    text-align: center;
color: #d6362d;
font-size:20px;
}

.elastic-layer .btn-gray {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #666;
}

.elastic-layer .btn-blue, .btn-gray:hover {
    background: #ff7200 none repeat scroll 0 0;
    border: 1px solid #ff7200;
    color: #fff;
}

.elastic-layer .btn-blue:hover {
    background-color: #e56600;
}