.header1 {
    position: relative;
    height: 8px;
    width: 30%;
    background-color:#E60012;
    float: left;
}

.header2 {
    position: relative;
    height: 8px;
    width: 70%;
    background-color:#FBB036;
    float: left;
}

.main_logo {
    background-image: url(../../img/cset/bb_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin : auto;
    width : 129px;
    height: 29px;
}

.mask {
  background: rgba(0,0,0, .8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}

.popup {
  width: 300px;
  z-index: 9999;
}

.popup-close {
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  float: right;
  height: 20px;
  line-height: 18px;
  padding: 0 5px;

}

.popup-input input[type="checkbox"] {
  height: 18px;
  width: 18px;
  margin: 0;
}

.popup-input > label {
  color: #fff;
  font-size: 13px;
}

.popup-img {
  position: relative;;
}

.popup-img > img {
  width: 300px;
  z-index: 1;
}

.popup-img > a {
  cursor: pointer;
  position: absolute;
  top: 180px;
  left: 80px;
  z-index: 2;
}

.popup-small-span {
  font-size: 14px;
  font-weight: 700;
  color: #29aae1;
  text-decoration: underline;
}

.popup-middle-span {
  font-size: 16px;
  font-weight: 700;
  color: #29aae1;
  text-decoration: underline;
}

.popup-button {
  background: #00aee8;
  border-radius: 6px;
  color: #fff;
  border: none;
  height: 40px;
  padding: 0 0px;
  text-align: center;
  white-space: pre-line;
  width: 120px;

}
