.browserBox{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.browserBox::after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, .4);
z-index: -1;
}

.browserBox .browserContent {
  width: 1100px;
  height: 350px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  behavior: url(ie-css3.htc);
  box-shadow: 0 0 20px #ccc;
}

.browserContent .browserContentTop {
  width: 100%;
  height: 60px;
}

.browserContent .browserContentTop .bcTopContent {
  width: 1060px;
  height: 100%;
  border-bottom: 1px solid #dee1e6;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  margin-left: 20px;
}

.browserContent .browserContentBottom {
  width: 1100px;
  height: 290px;
  position: relative;
}

.browserContent .browserContentBottom .bcBottomContent {
width: 1060px;
height: 195px;
position: absolute;
top: 30px;
}

.browserContentBottom .bcBottomContent .bcBottomContentLeft {
  width: 529px;
  height: 195px;
  float: left;
  border-right: 1px solid #dee1e6;
}

.bcBottomContentLeft p {
  font-size: 18px;
  line-height: 40px;
  color: #666;
  margin-left: 50px;
}

.bcBottomContentLeft .continueBtn {
  width: 145px;
  height: 45px;
  color: #333;
  background: #dee1e6;
  border-radius: 5px;
  border: transparent;
  outline: none;
  position: relative;
  bottom: -30px;
  left: 120px;
  cursor: pointer;
}

.browserContentBottom .bcBottomContent .bcBottomContentRight {
  width: 529px;
  height: 195px;
  float: left;
  border-left: 1px solid #dee1e6;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadTitle {
  width: 100%;
  height: 65px;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadTitle img {
  width: 35px;
  height: 35px;
  margin-left: 40px;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadTitle span {
  font-size: 24px;
  margin-left: 24px;
  color: #666;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent {
  width: 528px;
  height: 130px;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent .downloadExplain {
  width: 264px;
  height: 100%;
  float: left;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent .downloadExplain p {
  margin-left: 40px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 700;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent .downloadExplain p span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent .downloadExplain .interlinkBox {
  width: 100%;
  height: 35px;
  margin-top: 15px;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent .downloadExplain .interlinkBox img {
  width: 35px;
  height: 35px;
  margin-left: 60px;
  margin-right: 10px;
}

.bcBottomContent .bcBottomContentRight .browserDownLoadContent .downloadExplain .interlinkBox span {
  color: #4caf50;
  cursor: pointer;
}
