.kspopwin{z-index:101;display:none}
.kspopbg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#333; opacity:0.75;filter:alpha(opacity=75);z-index:100;display:none}

/*如果不想要自带的白底，可将此处背景色去除，并看情况对内部的对象使用背景*/
.kspopcontent{overflow: hidden;/*background: #fff;border-radius: 10px*/}


.kspop-header{background: #FF8900;color:#fff;padding:10px 0 10px 15px;position:relative;margin-top: 30px;}/*ie7只能用padding，没法用line-height，*/
.kspop-close{/* width: 38px; *//* height: 38px; */position: absolute;right: 30px;top: 40px;/* background: url(whiteclose.png) 0 0 no-repeat; */}


.kspop-tabs{position:relative;}
.kspop-tab{background: #fff;border:1px solid #2DAB8E;color:#2DAB8E;border-bottom:none;/* line-height: 24px; */padding: 10px 15px;display: inline-block;/* float: left; */}
.kspop-tab:link,.kspop-tab:visited{text-decoration:none}
.kspop-tab:hover,.kspop-tab:active{text-decoration:none}
.kspop-tab-current:link,.kspop-tab-current:visited{background: #2DAB8E;color:#fff;text-decoration:none}
.kspop-tab-current:hover,.kspop-tab-current:active{text-decoration:none}

.qr{height:100%;/* font-size:16px */background: #fff;}
.mypopcon{padding:20px;height:30%;background: #fff;border-top:1px solid #ccc;display: none}
@media(max-width:768px){
    .mypopcon{overflow-y:scroll}
}