.tooltip{
    position: fixed;
    z-index: 1000
}
.tooltip .content{
    border:1px solid #CDD2D7;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.10);
    min-width: 150px;
    min-height: 150px;
    background-color: #FFFFFF;
    padding: 10px 10px 15px 10px;
}
/*下箭头*/
.tooltip .bottom{
    width:20px;
    height:20px;
    position:absolute;
    left:50%;
    margin-left: -10px;
    bottom: -19px;
    z-index: 10;/*兼容ie8-*/
}
.tooltip .bottom-arrow1,.bottom-arrow2{
    width:0;
    height:0;
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index: 5;/*兼容ie8-*/
    border-bottom:10px transparent dashed;
    border-left:10px transparent dashed;
    border-right:10px transparent dashed;
    border-top:10px white solid;
    overflow:hidden;
}
.tooltip .bottom-arrow1{
    top:1px;/*重要*/
    border-top:10px  #CDD2D7 solid;
}
.tooltip .bottom-arrow2{
    border-top:10px white solid;
}
/*弹出框*/
.pop-up{
    width: 100%;
    height: 100%;
} 
.pop-up .bg,.pop-up .frame-parent{
	width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; 
    z-index: 1000;
}  
.pop-up .bg{
	opacity: 0.5;
    background: #000000;
}
.pop-up .frame-parent .frame-bg{
	position: relative;
    width: 100%;
    height: 100%;
}
.pop-up .frame-parent .frame-bg .frame{
	position: absolute;
                top: 50%;
                left: 50%;
                margin:-194px 0 0 -264px;
                background: #FFFFFF;
                box-shadow: 0 11px 48px 0 rgba(0,8,20,0.44);
                border-radius: 8px;  
                width: 529px;
                padding: 58px 36px 29px;
                position: relative;
}
.pop-up .frame-parent .frame-bg .frame .close-bg{
	position: absolute;
    top: 0;
    right: 20px;
}
.pop-up .frame-parent .frame-bg .frame .close-bg span{
	display: block;
    height: 43px;
    width: 42px;
    background: url(../images/close.png) center center no-repeat;
    background-size:100% 100%; 
}
.pop-up .frame-parent .frame-bg .frame table{
	width: 100%;
    font-size: 12px;
    color: #333333;
}
.pop-up .frame-parent .frame-bg .frame table td{
	padding-left:14.6px ;
    height: 43px;
    border: 1px solid #DDE8F6;
}
.pop-up .frame-parent .frame-bg .frame table td:first-child{
	background: #F7F8FA;
    width: 184px;
}
.pop-scroll{
	width: 100%;
   	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
}
.pop-scroll .bg{
    opacity: 0.5;
    background: #000000;
    height: 100%;
}
.notice-informat{
	font-size: 14px;
	color: #666666;
	margin-top: 23px;
	text-align: center;
}
.flow{
    width: 100%;
    margin-top: 49px;
}
.flow img{
    display: block;
    width: 100%;
}
.pop-scroll .bg,.pop-scroll .frame-parent{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.pop-scroll .frame-parent .frame-bg {
    position: relative;
    width: 100%;
    height: 100%;
}
.pop-scroll .frame-parent .frame-bg .frame {
    margin: 1000px auto;
    background: #FFFFFF;
    box-shadow: 0 11px 48px 0 rgba(0,8,20,0.44);
    border-radius: 8px;
    width: 56%;
    padding: 58px 36px 29px;
    position: relative;
}
.pop-scroll .frame-parent .frame-bg .frame .close-bg {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}
.pop-scroll .frame-parent .frame-bg .frame .close-bg span{
	display: block;
    height: 43px;
    width: 42px;
    background: url(../images/close.png) center center no-repeat;
    background-size:100% 100%; 
}
@media (max-width: 1000px) and (min-width: 600px){
	.pop-scroll .frame-parent .frame-bg .frame{
    	width: 85%;
    	padding: 58px 10px 29px;
    }
}
@media (max-width: 600px) and (min-width: 320px){
    .pop-up .frame-parent .frame-bg .frame{
    	width:90%;
        margin: -194px 0 0 -45%;
    }
    .pop-up .frame-parent .frame-bg .frame p img{
    	height: 29px;
    }
    .pop-up .frame-parent .frame-bg .frame table td:first-child{
    	width: 126px;
    }
    .pop-scroll .frame-parent .frame-bg .frame{
    	width: 90%;
    	padding: 58px 10px 29px;
    }
    .flow{
    	margin-top: 22px;
    }
}
