@charset "UTF-8";
html,body {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  min-height: 768px;
  padding: 0;
  margin: 0;
}
.recommend-broswer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2003;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background-color: transparent; */
  background: linear-gradient(to top, #ffece0 0%, #fff 100%);
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.recommend-broswer .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 384px;
  height: 478px;
  background: #fff;
  color: #001515;
  border-radius: 4px;
}
.recommend-broswer .header {
  width: 100%;
  height: 96px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../../img/recommond/header.png');
  margin-bottom: 14px;
}
.recommend-broswer .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -22px;
  top: -22px;
  z-index: 5;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.recommend-broswer .close i { 
  display: block;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../../img/recommond/close.svg');
  cursor: pointer;
}
.recommend-broswer .check-block {
  margin-bottom: 14px;
}
.recommend-broswer .check-block .check {
  font-size: 14px;
  line-height: 22px;
}
.recommend-broswer .check-block .check .highlight {
  color: #e56a17;
}
.recommend-broswer .chrome-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 326px;
  padding: 14px 0 16px 0;
  background: rgba(253, 237, 222, .2);
  border-radius: 4px;
  margin-bottom: 10px;
}
.recommend-broswer .chrome-block .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 16px;
}
.recommend-broswer .chrome-block .icon {
  width: 58px;
  height: 58px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../../img/recommond/chrome.svg');
  margin-bottom: 10px;
}
.recommend-broswer .chrome-block .sub-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 16px;
}
.recommend-broswer .chrome-block .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #e56a17;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.recommend-broswer .laihua-animate {
  display: flex;
  align-items: center;
  width: 326px;
  height: 44px;
  background: rgba(253, 237, 222, .2);
  border-radius: 4px;
  margin-bottom: 12px;
}
.recommend-broswer .laihua-animate .logo {
  width: 31px;
  height: 19px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../../img/recommond/logo.svg');
  margin: 0 8px 0 14px;
}
.recommend-broswer .laihua-animate .text {
  font-size: 12px;
  line-height: 22px;
  margin-right: 30px;
}
.recommend-broswer .laihua-animate .download {
  width: 50px;
  height: 24px;
  line-height: 24px;
  background: #e56a17;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.recommend-broswer .no-remind {
  display: flex;
  align-items: center;
}
.recommend-broswer .no-remind .choose {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
  cursor: pointer;
}
.recommend-broswer .no-remind .choose.ok {
  background-image: url('../../img/recommond/choose-ok.svg');
}
.recommend-broswer .no-remind .choose.no {
  background-image: url('../../img/recommond/choose-no.svg');
}
.recommend-broswer .no-remind .text {
  line-height: 22px;
  font-size: 12px;
  color: #001515;
}