﻿
/*==============弹出框样式开始
======================================*/
.pop-box {
    width: 320px;
    height: 176px;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/Content/image/baidu/pop.png");
    z-index:99999999;
}

.off-but {
    display: block;
    width: 37px;
    height: 25px;
    float: right;
    border-radius: 20px;
    cursor: pointer;
}

.pop-box > .fon-box {
    width: 100%;
    height: 30px;
    margin-top: 68px;
    position: relative;
}

.pop-box > .fon-box > .input-text {
    width: 187px;
    height: 27px;
    border: 1px solid #cc8200;
    margin: 0 0 0 19px;
    padding: 0;
    text-indent: 1em;
    float: left;
}

.pop-box > .fon-box > .input-button {
    width: 88px;
    height: 27px;
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.pop-box a {
    display: block;
    width: 87px;
    height: 22px;
    margin: 31px 0 0 218px;
}

.tisdh {
    width: 343px;
    height: 128px;
    position: absolute;
    top: -50px;
    left: -343px;
    display: none;
    background: url("/Content/image/baidu/pop-up-img.png");
    z-index:99999999;
}

.dialog {
    width: 540px;
    height: 580px;
    border: 5px solid rgba(135,133,131,0.5);
    position: fixed;
    right: 5px;
    bottom: -630px;
    z-index: 999999999999;
    background:#fff;
}

.dialog > .pop-nav {
    width: 100%;
    height: 30px;
    background: #ccc;
}

.pop-nav > .off-pop-btn {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.pop-nav > .min-pop-btn {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.dialog-pop-box {
    width: 540px;
    height: 530px;
    overflow: hidden;
}

.dialog-pop-box > iframe {
    display: block;
    width: 540px;
    height: 550px;
    border: none;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: -7px 0 0 -7px;
}


































