.popup {
    position: absolute;
    -top: 100px;
    -left: 100px;
    border-radius: 5px;
    background: #FFFFFF;
    -border-radius: 5px;
    -box-shadow: 0 1px 3px 2px #666;
}

.popup .title {
    position: relative;
    height: 39px;
    color: #333;
    font: 16px/45px 'Microsoft YaHei';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    padding-left: 20px;
}

.popup .title h2 {
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: bolder;
    margin:0;
}

.popup .title div {
    position: absolute;
    height: 19px;
    top: 2px;
    right: 0;
}

.popup .title a,
a.open {
    float: left;
    width: 21px;
    height: 19px;
    display: block;
    margin-left: 5px;
    background: url(../image/tool.png) no-repeat;
}

a.open {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -10px;
    background-position: 0 0;
}

a.open:hover {
    background-position: 0 -29px;
}

.popup .title a.min {
    background-position: -29px 0;
}

.popup .title a.min:hover {
    background-position: -29px -29px;
}

.popup .title a.max {
    background-position: -60px 0;
}

.popup .title a.max:hover {
    background-position: -60px -29px;
}

.popup .title a.revert {
    background-position: -149px 0;
    display: none;
}

.popup .title a.revert:hover {
    background-position: -149px -29px;
}

.popup .title a.close {
    -background-position: -89px 0;
    margin: 10px 10px 0 0;
    background: url(../image/closed0.png);
    width: 15px;
    height: 15px;
}

.popup .title a.close:hover {
    -background-position: -89px -29px;
    background: url(../image/closed1.png) no-repeat;
}

.popup .content {
    overflow: auto;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.popup .resizeBR {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: nw-resize;
}

.popup .resizeL,
.popup .resizeT,
.popup .resizeR,
.popup .resizeB,
.popup .resizeLT,
.popup .resizeTR,
.popup .resizeLB {
    position: absolute;
    background: #000;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.popup .resizeL,
.popup .resizeR {
    top: 0;
    width: 5px;
    height: 100%;
    cursor: w-resize;
}

.popup .resizeR {
    right: 0;
}

.popup .resizeT,
.popup .resizeB {
    width: 100%;
    height: 5px;
    cursor: n-resize;
}

.popup .resizeT {
    top: 0;
}

.popup .resizeB {
    bottom: 0;
}

.popup .resizeLT,
.popup .resizeTR,
.popup .resizeLB {
    width: 8px;
    height: 8px;
    background: #FF0;
}

.popup .resizeLT {
    top: 0;
    left: 0;
    cursor: nw-resize;
}

.popup .resizeTR {
    top: 0;
    right: 0;
    cursor: ne-resize;
}

.popup .resizeLB {
    left: 0;
    bottom: 0;
    cursor: ne-resize;
}

.popup .title2 {
    position: relative;
    height: 45px;
    background: #66d4ef;
    color: white;
    font: 16px/45px 'Microsoft YaHei';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup .title2 h2 {
    text-align: center
}

.popup .title2 div {
    position: absolute;
    height: 19px;
    top: 2px;
    right: 0;
}

.popup .title2 a,
a.open {
    float: left;
    width: 21px;
    height: 19px;
    display: block;
    margin-left: 5px;
    background: url(../image/tool.png) no-repeat;
}

.popup .title2 a.min {
    background-position: -29px 0;
}

.popup .title2 a.min:hover {
    background-position: -29px -29px;
}

.popup .title2 a.max {
    background-position: -60px 0;
}

.popup .title2 a.max:hover {
    background-position: -60px -29px;
}

.popup .title2 a.revert {
    background-position: -149px 0;
    display: none;
}

.popup .title2 a.revert:hover {
    background-position: -149px -29px;
}

.popup .title2 a.close {
    background-position: -89px 0;
    margin: 10px 10px 0 0;
}

.popup .title2 a.close:hover {
    background-position: -89px -29px;
}


/*提示框*/

.popup .content .main {
    text-align: center;
    padding: 30px 10px 30px 20px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.popup .content .main .cell {
    display: inline-block;

}

.popup .content .main .cell>i {
    background: url(/images/public-icons.png) no-repeat -55px -55px ;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    float: left;
}

.sucpop .content .main .cell>i {
    background: url(/images/public-icons.png) no-repeat 0 -55px ;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}


.popup .content .main span {
    display: inline-block;
    max-width: 225px;
    padding-left: 10px;
    text-align: left;
    font: 14px/28px "Microsoft Yahei";
    vertical-align: middle;
}

.popup .content .btn {
    text-align: right;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 10px;
}

.btnOne {
    font: 12px/28px "Microsoft Yahei";
    width: 70px;
    height: 28px;
    background: #f14400;
    text-align: center;
    display: inline-block;
    color: white;
    text-decoration: none;
}

.btnOne:hover {
    color: white;
    text-decoration: none;
}

.btnSecond {
    text-decoration: none;
    font: 12px/28px "Microsoft Yahei";
    width: 70px;
    height: 28px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    text-align: center;
    display: inline-block;
    color: #333;
    margin-right: 10px;
}

.btnSecond:hover {
    color: #f14400;
    border:1px solid #f14400;
    text-decoration: none;
}
