#scroll{
    height: 46px;
    position: relative;
    /* z-index: 999; */
    z-index: 99;
}
.select {
    display: none;
}
#select{
	width: 278px;
	height: 400px;
}
#form-content{
	width: 43%;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: 52px;
    left: 0;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
}
#form-content2{
	position: absolute;
    top: 52px;
    right: 0;
    width: 57%;
    height: 400px;
    overflow: hidden;
    background: #f8f8f8;
    z-index: 9999;
    overflow-y: auto;
}
.popover {
    width: 498px;
    height: 248px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -249px;
    margin-top: -124px;
    z-index: 99999;
    padding: 20px;
    padding-top: 5px;
    display: none;
}
.require-con {
    position: relative;
}
.require-con p.line {
    border-bottom: 1px solid #E4E4E4;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}
.require-con span.delete {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/static/tg/sw/style/images/close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}
.require-con h2 {
    color: #393939;
    width: 370px;
    margin: 0 auto;
    margin-bottom: 14px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.require-con p.require {
    color: #666;
    font-size: 16px;
    width: 370px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}
.require-con .btn {
    width: 132px;
    margin: 0 auto;
}
.back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    opacity: .6;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    display: none;
}