.bookmarks{
	width: 100%;
	height: 35px;
}
.bookmark{
	float: left;
	width: 50%;
	border-bottom: 2px solid #003F98;
	text-align: center;
	cursor: pointer;
}
.bookmark_active{
	background: #003F98 !important;
	color: #fff !important;
}
.bookmark .bookmarkTitle{
	padding: 5px 0;
}


.lock{
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   left:0;
   background-color:rgba(0,0,0,0.3);
   display:none;
}
.pop-over{
	width:650px;
	height:210px;
	margin:0 auto;
	position:fixed;
	top:40%;
	left:50%;
	margin-top:-105px;
	margin-left:-325px;
	border-radius:4px;
	display:none;
	box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
	z-index: 99;
}
.blue-tit{
   height:40px;
   line-height:40px;
   background-color:#004090;
   color:#fff;
   font-size:14px;
}
.ione{
   margin-left:20px;
}
.itwo{
   color:#000;
   float:right;
   margin-right:20px;
   cursor: pointer;
}
.white-box{
   background-color:#fff;
}
.my-txt{
   font-size:12px;
   padding:20px 10px;
   line-height:24px;
}
.btn-box{
   background-color:#fff;
   padding:10px 15px 12px;
   font-size:0;
   text-align:center;
}
.btn{
   display:inline-block;
   font-size:12px;
}
.btn-agr{
	color:#fff;
	background-color:#005bac;
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.btn-dis{
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.white-box{
   max-height: 200px;
   overflow-y: auto;
   padding:25px;
   background-color:#fff;
   font-size:14px;
}
.white-txt1{

	color: #3f3f3f;
	margin-top: 10px;
}
.white-box > select {
   font-size:12px;
}
#selkk{
width: 100%;
margin: 20px 0;
border: 1px solid #c5c5c5;
padding: 0 5px;
height: 40px;
line-height: 40px;
box-sizing: border-box;
}
.white-box1{
   padding:20px 10px; 
   background-color:#fff;
   font-size:12px;
   line-height:26px;
}
.btn-box{
   padding:10px 15px 12px;
}
.btn-con{
   background-color:#005bac;
   color:#fff;
   height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.btn-con1{
   background-color:#005bac;
   color:#fff;
   height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.btn-no{
   background-color: #fff;
   color: #333;
   height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}
.shadowbox{
	position: relative;
}
#closebox{
	position:absolute;
	background-color:#777777;
	color:#fff;
	width: 27px;
	height: 27px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	padding:2px;
	border:3px solid #fff;
	top:-14px;
	right:-14px;
	cursor: pointer;
}
@media (max-width: 767px) {
  .pop-over {
    width: 350px;
    margin-left: -175px;
  }
}