/* .wqFrameui-dialog {
    position: absolute;
    background-color: #fff;
} */

.wqFrameui-dialog-imgbar,
.wqFrameui-dialog-imgtit a,
.wqFrameui-dialog-tab .wqFrameui-dialog-title span,
.wqFrameui-dialog-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

html #wqFrameuicss-layer {
    display: none;
    position: absolute;
    width: 1989px
}

.wqFrameui-layer,
.wqFrameui-dialog-shade {
    position: fixed;
    pointer-events: auto
}

.wqFrameui-dialog-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wqFrameui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.wqFrameui-dialog-close {
    position: absolute
}

.wqFrameui-dialog-content {
    position: relative;
}

.wqFrameui-dialog-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.wqFrameui-dialog-ico {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color: #a3a3a3;
}

.wqFrameui-dialog-btn a,
.wqFrameui-dialog-dialog .wqFrameui-dialog-ico,
.wqFrameui-dialog-setwin a {
    display: inline-block;
}

.wqFrameui-dialog-treeSelector {
    margin: 12px 0;
    display: table;
    width: 100%;
}

.wqFrameui-dialog-panelLeft,
.wqFrameui-dialog-panelRight {
    width: 50%;
    display: table-cell;
    border: 1px solid #eaeced;
}
.wqFrameui-dialog-panelLeft {
    border-radius: 1px 0 0 1px;
}
.wqFrameui-dialog-panelRight {
    border-left: none;
    padding: 12px;
    border-radius: 0 1px 1px 0;
}

.wqFrameui-dialog-move {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.wqFrameui-dialog-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.wqFrameDialog {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.wqFrameDialog-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.wqFrameDialog-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.wqFrameDialog-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.wqFrameDialog-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.wqFrameDialog-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.wqFrameDialog-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}
@-webkit-keyframes layer-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.wqFrameDialog-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.wqFrameui-dialog-title {
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeced;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    border-radius: 2px 2px 0 0
}

.wqFrameui-dialog-setwin {
    position: absolute;
    right: 15px;
    top: 15px;
}

.wqFrameui-dialog-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-min:hover cite {
    background-color: #2D93CA
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-max {
    background-position: -32px -40px
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-max:hover {
    background-position: -16px -40px
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-maxmin {
    background-position: -65px -40px
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-maxmin:hover {
    background-position: -49px -40px
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-close1:hover {
    opacity: .7
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.wqFrameui-dialog-setwin .wqFrameui-dialog-close2:hover {
    background-position: -180px -31px
}

.wqFrameui-dialog-btn {
    text-align: right;
    padding: 0 15px 20px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.wqFrameui-dialog-btn a {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.wqFrameui-dialog-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.wqFrameui-dialog-btn a:active {
    opacity: .8
}

.wqFrameui-dialog-btn-c {
    text-align: center
}

.wqFrameui-dialog-dialog {
    min-width: 420px;
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
}

.wqFrameui-dialog-dialog .wqFrameui-dialog-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.wqFrameui-dialog-dialog .wqFrameui-dialog-content .wqFrameui-dialog-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.wqFrameui-dialog-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.wqFrameui-dialog-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.wqFrameui-dialog-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.wqFrameui-dialog-hui .wqFrameui-dialog-content {
    padding: 12px 25px;
    text-align: center
}

.wqFrameui-dialog-dialog .wqFrameui-dialog-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.wqFrameui-dialog-page .wqFrameui-dialog-content {
    position: relative;
    overflow: auto
}

.wqFrameui-dialog-iframe .wqFrameui-dialog-btn,
.wqFrameui-dialog-page .wqFrameui-dialog-btn {
    padding-top: 10px
}

.wqFrameui-dialog-nobg {
    background: 0 0
}

.wqFrameui-dialog-iframe iframe {
    display: block;
    width: 100%
}

.wqFrameui-dialog-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.wqFrameui-dialog-loading .wqFrameui-dialog-content {
    width: 60px;
    height: 24px;
}

.wqFrameui-dialog-loading .wqFrameui-dialog-loading1 {
    width: 37px;
    height: 37px;
}

.wqFrameui-dialog-ico16,
.wqFrameui-dialog-loading .wqFrameui-dialog-loading2 {
    width: 32px;
    height: 32px;
}

.wqFrameui-dialog-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.wqFrameui-dialog-tips .wqFrameui-dialog-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.wqFrameui-dialog-tips .wqFrameui-dialog-close {
    right: -2px;
    top: -1px
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsB,
.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsT {
    bottom: -8px
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsB {
    top: -8px
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsL,
.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsR {
    top: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsR {
    left: -8px
}

.wqFrameui-dialog-tips i.wqFrameui-dialog-TipsL {
    right: -8px
}

.wqFrameui-dialog-lan[type=dialog] {
    min-width: 280px
}

.wqFrameui-dialog-lan .wqFrameui-dialog-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.wqFrameui-dialog-lan .wqFrameui-dialog-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.wqFrameui-dialog-lan .wqFrameui-dialog-btn a {
    background: #fff;
    border-color: #E9E7E7;
    color: #333
}

.wqFrameui-dialog-lan .wqFrameui-dialog-btn .wqFrameui-dialog-btn1 {
    background: #C9C5C5
}

.wqFrameui-dialog-molv .wqFrameui-dialog-title {
    background: #009f95;
    color: #fff;
    border: none
}

.wqFrameui-dialog-molv .wqFrameui-dialog-btn a {
    background: #009f95;
    border-color: #009f95
}

.wqFrameui-dialog-molv .wqFrameui-dialog-btn .wqFrameui-dialog-btn1 {
    background: #92B8B1
}

.wqFrameui-dialog-prompt .wqFrameui-dialog-input {
    display: block;
    width: 230px;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333
}

.wqFrameui-dialog-prompt textarea.wqFrameui-dialog-input {
    width: 300px;
    height: 100px;
    line-height: 20px;
    padding: 6px 10px
}

.wqFrameui-dialog-prompt .wqFrameui-dialog-content {
    padding: 20px
}

.wqFrameui-dialog-prompt .wqFrameui-dialog-btn {
    padding-top: 0
}

.wqFrameui-dialog-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.wqFrameui-dialog-tab .wqFrameui-dialog-title {
    padding-left: 0;
    overflow: visible
}

.wqFrameui-dialog-tab .wqFrameui-dialog-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.wqFrameui-dialog-tab .wqFrameui-dialog-title span.wqFrameui-this {
    height: 43px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
    z-index: 10
}

.wqFrameui-dialog-tab .wqFrameui-dialog-title span:first-child {
    border-left: none
}

.wqFrameui-dialog-tabmain {
    line-height: 24px;
    clear: both
}

.wqFrameui-dialog-tabmain .wqFrameui-dialog-tabli {
    display: none
}

.wqFrameui-dialog-tabmain .wqFrameui-dialog-tabli.wqFrameui-this {
    display: block
}

.wqFrameui-dialog-photos {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.wqFrameui-dialog-photos .wqFrameui-dialog-content {
    overflow: hidden;
    text-align: center
}

.wqFrameui-dialog-photos .wqFrameui-dialog-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.wqFrameui-dialog-imgbar,
.wqFrameui-dialog-imguide {
    display: none
}

.wqFrameui-dialog-imgnext,
.wqFrameui-dialog-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
}

.wqFrameui-dialog-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.wqFrameui-dialog-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.wqFrameui-dialog-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.wqFrameui-dialog-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.wqFrameui-dialog-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.wqFrameui-dialog-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.wqFrameui-dialog-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.wqFrameui-dialog-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.wqFrameui-dialog-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.wqFrameDialog-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width:1100px) {
    .wqFrameui-dialog-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.wqFrameDialog .modal-content {
    border-radius: 4px;
    padding: 0 20px;
}