.invite {
}
.invite div,
.invite p,
.invite span,
.invite button,
.invite ul,
.invite li {
  box-sizing: border-box;
}
.invite button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.invite .ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.invite .bold {
  font-weight: bold;
}
.invite .left {
  float: left;
}
.invite .right {
  float: right;
}
.invite .container {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.invite .banner {
  width: 100%;
  margin-bottom: 15px;
}
.invite .bleft {
  width: 820px;
  float: left;
  overflow: hidden;
}
.invite .bright {
  width: calc(100% - 840px);
  float: right;
  overflow: hidden;
}
.invite .box {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eceaea;
}
.invite .box .box-title {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 10px;
}
.invite .title-underline {
  border-bottom: 1px solid #eceaea;
}
.invite .box .box-title::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 3px;
  height: 22px;
  background-color: #df0a0a;
}
.invite .box .box-content {
  padding-left: 14px;
  padding-right: 14px;
}

.invite .copy {
  position: relative;
  color: #666;
  font-size: 14px;
  padding: 25px 14px;
}
.invite .copy p {
  line-height: 26px;
}
.invite .copy a {
  color: #226bff;
}
.invite .copy .copy-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 180px;
  height: 42px;
  color: #fff;
  background-color: #df0a0a;
  border-radius: 21px;
}

.invite .award {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding-left: 0;
  padding-right: 0;
}
.invite .award img {
  margin-left: -15px;
}
.invite .award p {
}
.invite .award span {
  color: #f03736;
}
.invite .tips {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 30px;
}
.invite .intive-detail {
  color: #666666;
  font-size: 12px;
  float: right;
}
.invite .income .box-title p {
  float: left;
}
.invite .income .box-content {
  padding: 13px 0;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.invite .income-info > div {
  display: inline-block;
  width: 49%;
}
.invite .income-info > div p:nth-child(1) {
  color: #f03736;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.invite .income .income-msg {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 14px;
  font-size: 16px;
  color: #666;
  background-color: #f3f1f1;
  border-radius: 20px;
}
.invite .ranklist .box-content {
  padding: 13px;
}
.invite .ranklist table {
  width: 100%;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.invite .ranklist table tr {
  height: 40px;
}
.invite .ranklist table tr th:nth-child(1),
.invite .ranklist table tr td:nth-child(1) {
  text-align: center;
}
.invite .ranklist table tr th:nth-child(2),
.invite .ranklist table tr td:nth-child(2) {
  padding-left: 20px;
}
.invite .ranklist table tr th:nth-child(3),
.invite .ranklist table tr td:nth-child(3) {
  text-align: right;
}
.invite .ranklist table tr td:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.invite .ranklist table tr td:nth-child(3) {
  color: #f03736;
  font-weight: bold;
}
.invite .ranklist table tr img {
  vertical-align: middle;
}
.invite .hotgame li{
  display: inline-block;
}
.invite .hotgame li:not(:last-child){
  margin-right: 24px;
}
.invite .hotgame li a {
  display: block;
  width: 273px;
  font-size: 14px;
  
}
.invite .hotgame .hotgame-img,
.invite .hotgame .hotgame-img img {
  width: 100%;
  height: 175px;
}
.invite .hotgame .hotgame-name {
  position: relative;
  margin: 8px 0;
  padding-right: 50px;
}
.invite .hotgame .hotgame-lable {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
  color: #519bff;
  background-color: #f4f9ff;
  border: 1px solid #519bff;
}
.invite .hotgame .hotgame-gold {
  color: #f03736;
  font-weight: bold;
}
.invite .hotgame .box-content{
  padding: 8px 13px 20px;
}
