.headerTopContainer{position: fixed;top: 0;left: 0;width: 100%;z-index: 9;transition: all .5s; }
.headerTopContainer .headerTop {background: #313131;color: #999;font-size: 14px;}
.headerTopContainer .headerTop .wrap{height: 30px; }
.headerTopContainer .headerTop .loginBtn a{color: #999;}
.headerTopContainer .headerTop .loginBtn a:hover{color: #9CDCFE;}
.headerTopContainer .headerTop .regBtn a{color: #999; margin-left: 12px;}
.headerTopContainer .headerTop .regBtn a:hover{color: #9CDCFE; }
.headerTopContainer .logo a{height: 72px;position: relative;z-index: 98;display:flex;justify-content:center;align-items:center;}
.headerTopContainer .logo img{max-height: 50%;}
.headerTopContainer .rightDiv{float: right;}

.headerTopContainer .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 40pxheader .rightDiv .menu;right: 0;display: none;}
.headerTopContainer .mbtn:active{opacity: .8;}


/* 弹窗 */
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
  }
  .overlay2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
  }
  .popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 24px;
    pointer-events: none;
  }
  .popup .content{
	position: relative;
    background-color: #fff;
    background-clip: padding-box;
	width: 40%;
	margin: 0 auto;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    pointer-events: auto;
  }
  .popup .content .close{
	display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
  }
  .popup .content .header{
	padding: 16px 24px;
    color: rgba(0, 0, 0, .65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0;
	font-size: 16px;
  }
  .popup .content .options{
	display: flex;
	margin: 20px;
  }
  .popup .content .options a{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 24%;
	text-align: center;
	line-height: 50px;
	color: #181818;
	height: 137px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: .3s;
	cursor: pointer;
  }
  .overlay2 .popup .content .options a{
	width: 50%;
  }
  .popup .content .options a:hover{
	color: #00609C;
	box-shadow: 0 0 5px rgba(36, 158, 244, 0.8);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
  }
  .popup .content .content-footer{
	padding: 10px 16px;
    text-align: right;
    background: 0 0;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
  }
  .popup .content .content-footer button{
	line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border-color: #d9d9d9;
  }
  .popup .content{
  /* width: 80%; */
  }
  .popup .content .options{
  flex-wrap: wrap;
  }
  .popup .content .options a{
  /* width: 50%; */
  }

  /*手机*/
@media (max-width:767px) {
	
	.headerTopContainer .headerTop{font-size: 12px;display: block; }
	.headerTopContainer .headerTop .regBtn{margin-left: 10px; }
  .popup .content {
    width: 80%;
  }
  .popup .content .options a {
    width: 50%;
  }
}