/* 登录页面 */
.page-login{
  margin:0;
  padding:0;
  width:100%;
  height: 100%;
  background: #b3c5d8;
}
.login{
  width:1386px;
  height: 789px;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-693px;
  margin-top:-394px;
  z-index:1;
  background: url(login_bg.png) 0 0/100% auto no-repeat;
  overflow: hidden;
}
.blur{
  filter: blur(10px);
  transition: 300ms;
}
.login__wrapper{
  position: relative;
}
.login-form{
  margin-left:844px;
  text-align: center;
}
.login-logo{
  padding-top:220px;
}
.login-submit{
  padding-top:76px;
}
.login__btn{
  width:473px;
  height:70px;
  color:#fff;
  cursor: pointer;
  background: #df9336;
  border:0;
  font-size: 30px;
  letter-spacing: 10px;
  user-select: none;
  -webkit-user-select: none;
}
.login__btn:hover{
  background: #f5a440;
}
.login__agreement{
  text-align: left;
  padding:13px 35px 0;
}
.chk-agree{
  display: none;
}
.checkbox-style{
  float: left;
  width:18px;
  height: 18px;
  background: transparent;
  border:1px solid #828282;
  border-radius: 3px;
  display: block;
  position: relative;
}
[id^="js-check-agree"]:checked + i:after{
  content: '✔';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #828282;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0;
    vertical-align: text-top;
    font-style: normal;
}
.agreement{
  margin-left:30px;
  color:#828282;
  font-size: 16px;
  text-align: justify;
  user-select: none;
  -webkit-user-select: none;
}
.login-modal{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index:10;
  background: transparent;
  overflow: hidden;
  display: none;
}
.login-modal__tip{
  width:530px;
  padding:40px;
  line-height: 1.5;
  color:#7e6f5d;
  font-size: 24px;
  text-align: center;
  border: 1px solid #aa8971;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top:40%;
  left:50%;
  margin-left:-265px;
}
.btn-close{
  position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #cc3e12;
    text-align: center;
    z-index: 100;
    right: 5px;
    top: 5px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 30px;
    text-decoration: none;
}
/* 登录页面 */

.main_body{
  padding-top: 40px;
  padding-bottom: 47px;
}
.text-center{
  text-align: center;
}
.l-bmz{
  width:1095px;
  margin:0 auto;
}
.l-bmz:last-child .bmz_container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bmz_container{
  width:1037px;
  padding-bottom:40px;
}
.bmz_title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.bmz_title span{
  display: inline-block;
  padding:10px 0;
  border-bottom: 3px solid #b3b3b3;
}
.bmz_logo-item{
  display: inline-block;
}
.bmz_logos{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
/* #bmz_videos-container{
  justify-content: flex-start;
} */
.bmz_logo-item{
  width:20%;
}
/* .bmz_logo-item img:hover{
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
} */
.bmz_logos_text{
    margin-bottom: 30px;
}
.bmz_child_title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    line-height: 36px;
    color: #101010;
}
.bmz_child_icon1{
    background:url(../images/bmz_child_icon1.png) 0 0 no-repeat;
    padding-left: 44px; 
}
.bmz_child_icon2{
    background:url(../images/bmz_child_icon2.png) 0 0 no-repeat;
    padding-left: 44px; 
}
.bmz_child_list {
    width: 100%;
    display:block;
}
.bmz_child_list li{
    width: 20%;
    display: inline-block;
}
.bmz_child-item__link {
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    line-height: 36px;
    background:url(../images/bmz_icon_graydot.png) 22px 8px no-repeat;
    color: #1B1B1B;
    padding-left: 44px;    
}
