﻿.EgForm {
    position: fixed;
    overflow: hidden;
    background-color: #FFFFFF;
    left: 0px;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    visibility: hidden;
    border-radius: 4px;
    /*border:solid 1px #e0e0e0;*/
}

.EgForm_arrow {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    background-color: rgba(235, 237, 240, 0.8);
    color: #7f919c;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 20000000;
    font-family: 黑体;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

.EgForm_arrow[type='left'] {
    text-indent: 25px;
    left: -30px;
}

.EgForm_arrow[type='right'] {
    text-indent: -25px;
    right: -30px;
}

.EgForm_arrow:hover {
    background-color: #40a9f5;
    color: #FFFFFF;
}

.EgForm_top {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    /*background:url('topBg.png') repeat-x center bottom;*/
}

.EgForm_top[titleShadow='true'] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
}

.EgForm_top_move {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    cursor: move;
}

.EgForm_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.EgForm_icon[firstText] {
    border-radius: 12px;
    background-color: #4385bc;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}

.EgForm_title {
    text-align: center;
    cursor: move;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: default;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
}

.EgForm_top_flag {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    height: 1px;
    background-color: #dddddd;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 4;
}

.EgForm_close {
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    color: #b6b6b6;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}

.EgForm_close:hover {
    /*color:#FFFFFF;background-color:#e74450;*/
    color: #40a9f5;
}

.EgForm_Center {
    /*width:100%;height:calc(100% - 50px);height:-webkit-calc(100% - 50px);left:0px;top:50px;*/
    position: absolute;
    z-index: 2;
}

.EgForm_Center .EgIframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

/*白色背景,移动用*/
#EgFormWhiteBg {
    position: fixed;
    z-index: 1000001;
    background-color: #FFFFFF;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: move;
}

/*阴影背景*/
.EgFormShadowBg {
    position: fixed;
    z-index: 1000000;
    background-color: rgba(255, 255, 255, 0.01);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

/*模拟大小DIV*/
#EgFormMoveShadow {
    position: fixed;
    z-index: 1000000;
    border: dashed 1px #000000;
    background-color: #EEEEEE;
    filter: alpha(opacity=40);
    opacity: 0.4;
    display: none;
    cursor: move;
    border-radius: 4px;
}

#EgForm_CloseAnimate {
    position: absolute;
    z-index: 100000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: rgb(244, 244, 244);
    display: none;
}

.EgForm_tool {
    width: 100%;
    height: 75px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3;
}

.EgForm_tool[toolShadow='true'] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 4px;
}

.EgForm_tool div {
    /*margin:10px 5px 15px 5px;*/
    margin-top: 20px;
    margin-bottom: 15px;
}
