.indexform{
    position: fixed;
    top: 140px;
    right: 0px;
    bottom: 23px;
    left: 320px;
    z-index: 10;
    margin-left: 8px;
}
#iframepage{
    width: 100%;
    height: 100%;
}
#index-page{
    height: 100%;
    overflow: hidden;
}
#index-page iframe{
    height:100%;
    overflow: hidden;
    border-radius: 8px; 
}

/* UI改版 */
.indexformNew{
    position: fixed;
    top: 125px;
    right: 0;
    bottom: 0;
    left: 40px;
    background-color: #f8f8f8;
}
.indexformNew iframe{
   width:100%;
   main-width:1280px;
}
#index-wait{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #eee;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
    line-height: 370px;
    color: #999;
    font-size: 18px;
}