﻿.body-fixed {
  overflow: hidden;
  height: 100%;
}

.dialog-customer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999999;
  display: none;
}

.dialog-customer-wrap {
  width: 608px;
  height: 364px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -304px;
  margin-top: -260px;
  border-radius: 10px;
  background: url('../../login/images/login_popup.png') no-repeat;
  background-size: 608px 364px;
}

.dialog-customer-wrap img {
  width: 169px;
  height: 169px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  border: 4px solid #8C9BC4;
}

.dialog-customer-wrap .sweep-code{
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  color: #303445;
  margin: 54px 0 25px 0;
  font-family: 'MicrosoftYaHei';
}
.dialog-customer-wrap .free-extension{
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size:16px;
  line-height:16px;
  color: #59607B;
  font-family: 'MicrosoftYaHei';
}

.dialog-customer-wrap .dialog-customer-close {
  width: 28px;
  height: 28px;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 102%;
  margin-left: -14px;
  cursor: pointer;
}
.exclusive-content{
  height: 364px;
  border-radius: 10px;
  overflow: hidden;
}