* {
  padding: 0;
  margin: 0;
}
/* #container {
  text-align: left;
} */
.eve-compatible-tip-dialog{
  display: none;
  height: 300px;
  width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-top: 200px;
  background-color: #838080;
  font-size: 20px;
  border-radius: 25px;
  -o-border-radius: 25px;
  -ms-bodrder-radius: 25px;
  -moz-bodrder-radius: 25px;
  -webkit-bodrder-radius: 25px;
  border: 2px solid rgb(85, 83, 83);
}
.eve-compatible-tip-dialog .text-tip {
  color: #fff;
  line-height: 200px;
}
.eve-compatible-tip-dialog a {
  text-decoration: none;
}
.eve-compatible-tip-dialog .btn {
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  width: 100px;
  font-size: 16px;
  /* height: 30px; */
  line-height: 30px;
  margin-top: 5px;
  border: 2px solid rgb(85, 83, 83);
  -o-border-radius: 25px;
  -ms-bodrder-radius: 25px;
  -moz-bodrder-radius: 25px;
  -webkit-bodrder-radius: 25px;
  cursor: pointer;
  padding: 5px 10px;
}
.eve-compatible-tip-dialog .btn:hover {
  color:#838080;
  background-color:  rgb(231, 231, 231);
  border: 2px solid #fff;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
}

.eve-compatible-tip-dialog .left {
  margin-right: 10px;
}

.eve-google-tip {
  height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  position:fixed;
  bottom: 0px;
  z-index: 999;
  display: none;
}
.eve-google-tip .eve-mask {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.eve-google-tip .eve-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 54px;
  height: 50px;
  background: url(../close-bg.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.eve-google-tip .eve-mask-btn {
  width: 1000px;
  margin:auto auto;
  right:auto;
  top:0px;
}
.eve-mask-btn a{
  margin-right: 20px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.eve-mask-btn img {
  width: 30px;
  height: 30px;
  top: 13px;
  left: auto;
}