* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.videoBox {
  height: 211px;
}
.my-swipe {
  height: 211px;
}
.videoBox img {
  width: 100%;
  height: 211px;
}
.custom-indicator {
  position: absolute;
  right: 12px;
  top: 177px;
  width: 44px;
  height: 22px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 11px;
  text-align: center;
  line-height: 22px;
}
.modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.liveText {
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 2px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-left: 5px;
}
.header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 90px;
  padding-top: 12px;
}
.leftBox {
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
}
.leftBox .avatar {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-right: 8px;
}
.avatar img {
  width: 100%;
  height: 100%;
}
.row1 {
  display: flex;
}
.row1 span {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  margin-right: 6px;
}
.row1 img {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}
.row2 {
  display: flex;
  padding-top: 5px;
}
.row2 div {
  height: 16px;
  background: #fdf9f1;
  border-radius: 2px;
}
.row2 div:nth-child(1) {
  margin-right: 8px;
}
.row2 .game_version_name {
  display: block;
  height: 12px;
  font-size: 11px;
  font-family: HelveticaNeue;
  color: #c18f3a;
  line-height: 12px;
  margin: 2px 4px;
}
.row2 .game_tags {
  display: block;
  line-height: 16px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #c18f3a;
  margin: 0px 4px;
}
.row3 {
  margin-top: 4px;
}
.titleBox .row3 span {
  display: block;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.45);
}
.rightBox {
  position: relative;
  width: 60px;
  height: 50px;
  margin-right: 2px;
}
.rightBox p {
  position: absolute;
  top: 14px;
  left: 42%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 1px 1px #e47d2e;
}
.rankBox {
  display: flex;
  height: 68px;
}
.rankBox > div {
  height: 68px;
  flex: 1;
}
.rankBox .box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rankBox .box1 p:nth-child(1) {
  height: 24px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}
.rankBox .box1 p:nth-child(2) {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
  margin: 3px 9px 0 9px;
}
.van-tabs--line .van-tabs__wrap {
  width: 100%;
  height: 42px;
  background: #ffffff;
  border-top: 1px solid transparent;
  border-top-color: rgba(226, 226, 226, 0.3);
  border-bottom: 1px solid transparent;
  border-bottom-color: rgba(226, 226, 226, 0.3);
}
.van-tabs__line {
  bottom: 18px;
  width: 32px !important;
  height: 5px;
  background: linear-gradient(90deg, #ffd600 0%, #fffbef 100%);
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border: none;
}
.my {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 52px;
  padding-left: 35px;
  padding-right: 35px;
}
.my .task {
  width: 90px;
  height: 28px;
  background-color: #f5f5f5;
  border-radius: 14px;
  text-align: center;
}
.my .task span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
}
.list {
  height: 94px;
  box-sizing: border-box;
  padding: 20px 12px;
}
.list .singleList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singleList .leftBox1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.leftBox1 p:nth-child(1) {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.leftBox1 p:nth-child(2) {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #c18f3a;
  line-height: 20px;
  margin-top: 12px;
}
.singleList .rightBox1 {
  width: 68px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
}
.canyu {
  background: linear-gradient(135deg, #fe8d40 2%, #ff0000 100%);
  box-shadow: 0px 2px 4px 0px rgba(253, 0, 0, 0.63);
}
.lingqu {
  background: linear-gradient(135deg, #ffd7bd 0%, #ff9794 100%);
  box-shadow: 0px 2px 4px 0px #ffbebb;
}
.qiangguang {
  opacity: 0.45;
  border: 1px solid #bdbdbd;
}
.singleList .rightBox1 .txt {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
.singleList .rightBox1 .text {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: gray;
  line-height: 28px;
}
.btBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.04);
}
.download {
  position: fixed;
  left: 50%;
  bottom: 36px;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 343px;
  height: 46px;
  background: linear-gradient( 90deg, #FFE11F 0%, #FFC50D 100%);
  box-shadow: 0px 2px 8px -2px #FFC70A;
  border-radius: 23px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-style: normal;
}
.tab_con {
  padding-bottom: 51px;
  min-height: 700px;
  width: 100%;
}
/* 详情 */
.item1 {
  box-sizing: border-box;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
}

.item1 .content {
  /* display: flex;
  justify-content: space-between; */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 6px 6px;
  padding: 12px 16px 12px 12px;
}
.content .gift {
  width: 100%;
  /* width: 90%; */
  position: relative;
  /* margin-right: 20px; */
}
/* .content .point {
  width: 16px;
  height: 16px;
  margin-top: 33px;
}
.content .point img {
  width: 100%;
  height: 100%;
} */
.gift p:nth-child(1) {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
}
.gift p:nth-child(1)::after {
  position: absolute;
  left: 193px;
  top: 3px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(img/small.png) no-repeat;
  background-size: 100%;
}
.gift p:nth-child(2) {
  height: auto !important;
  /* min-height: 17px; */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #c18f3a;
  line-height: 17px;
  margin-top: 12px;
}
/* 溢出省略 */
.shenglue {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item1 .fuli {
  background: #242424;
  border-radius: 6px 6px 0px 0px;
  height: 37px;
}
.fuli img {
  float: left;
  margin: 4px 11px 4px 12px;
}
.fuli div {
  float: left;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  height: 37px;
  line-height: 37px;
}
/* 官方信息 */
.item2 {
  box-sizing: border-box;
  padding: 20px 12px 30px 12px;
}
.item2 .info {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.item2 .detail p:nth-child(1) {
  margin-top: 12px;
}
.item2 .detail p:nth-child(n + 2) {
  margin-top: 8px;
}
.item2 .remind {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
  margin-top: 12px;
}
/* 评价 */
.tab_con .comments {
  padding: 12px 12px 0 12px;
}
.write_comment {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
}
.load_comment {
  font-size: 12px;
  color: #646566;
}
.comments .comment_box {
  display: flex;
  margin-top: 5px;
}
.comments .comment_box .comment_headimg {
  margin-top: 10px;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: blue;
}
.comments .comment_box .comment_headimg img {
  width: 100%;
  height: 100%;
}
.comments .comment_box .comment_user {
  flex: 1;
  text-align: left;
  margin-top: 10px;
}
.comment_user .user_content {
  display: flex;
  flex-direction: column;
}
.comment_user .user_content .user_name {
  display: flex;
  justify-content: space-between;
}
.comment_user .user_content .user_name .comment_title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  height: 14px;
  line-height: 14px;
}
.comment_user .user_content .user_name .time_ago {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.25);
  height: 11px;
  line-height: 11px;
}
.comment_user .user_content .user_name .time_total {
  height: 11px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.25);
  line-height: 11px;
}
.comments .comment_box .comment_user .reply_comment {
  padding: 6px 8px;
  width: 100%;
  max-height: 65px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 12px;
}
.reply_comment p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.comments .comment_box .comment_user .like_num {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  padding-right: 10px;
}
.comments .comment_box .comment_user .like_num .nums {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.45);
}
.comments .comment_box .comment_user .comment_cont {
  display: flex;
  margin-top: 10px;
}
.comments .comment_box .comment_user .comment_cont div {
  width: 24px;
  height: 1px;
  background: #eeeeee;
  margin-top: 8px;
  margin-right: 6px;
}
.comment_cont p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.45);
}
.comment_cont p img {
  vertical-align: middle;
}
.unique {
  width: 100%;
  padding-top: 170px;
}
.com_comment {
  position: relative;
  margin: 0 auto;
  width: 292px;
  height: 213px;
}
.com_comment img {
  width: 100%;
  height: 100%;
}
.com_comment p {
  position: absolute;
  top: 160px;
  left: 114px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(0, 0, 0, 0.45);
}
/* 同厂推荐 */
.recommendBox {
  display: flex;
  justify-content: flex-start;
  height: 92px;
  background: #ffffff;
  box-sizing: border-box;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.recommendBox .leftRecommend {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  margin-right: 12px;
}
.leftRecommend img {
  width: 100%;
  height: 100%;
}
.recommendBox .rightRecommend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2px;
}
.rightRecommend .rowTwo {
  display: flex;
  margin-top: 7px;
}
.rightRecommend .rowTwo img {
  height: 12px;
}
.rightRecommend .rowTwo .score {
  height: 14px;
  font-size: 14px;
  font-family: HelveticaNeue-Medium, HelveticaNeue;
  font-weight: 500;
  color: #ffce67;
  line-height: 14px;
  margin-left: 2px;
}
.rightRecommend .rowTwo .hot_point {
  height: 14px;
  font-size: 12px;
  font-family: HelveticaNeue-Medium, HelveticaNeue;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 14px;
}
.rightRecommend .rowThree span {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  font-family: HelveticaNeue-Medium, HelveticaNeue;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  line-height: 15px;
}
.down_icon_box {
  display: flex;
  justify-content: center;
  margin: 8px 0 20px 0;
}
.down_icon_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 67px;
  background: #F5F6F8;
  border-radius: 6px;
  margin: 0 4px;
}
.down_icon_box .item img {
  width: 25px;
  height: 24px;
}
.down_icon_box .item div {
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  font-style: normal;
  margin-top: 2px;
}
.line_box {
  width: 100%;
  height: 12px;
  background: #F5F6F8;
}
.server {
  padding: 0 12px;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  border-top: 1px solid rgba(226, 226, 226, 0.3);
}
.server h3 {
  padding: 8px 0;
  font-size: 16px;
}
.server_box {
  position: relative;
  width: 100%;
  height: 60px;
  overflow-x: scroll;
}
/* 滚动条 */
::-webkit-scrollbar {
  display: none;
  width: 10px;
  height: 10px;
  background-color: #f9f9f9;
}

.server_list {
  padding-top: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
}
.server_item {
  float: left;
  width: 156px;
  text-align: center;
}
.server_bottom {
  margin-top: 20px;
}
.server_line {
  position: absolute;
  top: 35px;
  width: 100%;
}
.line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.line_cricle {
  float: left;
  margin-left: 76px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  transform: translateY(-2px);
}
.line_cricle + .line_cricle {
  margin-left: 148px;
}
.server_line_active {
  position: absolute;
  top: 35px;
  width: 100%;
}
.line_active {
  position: absolute;
  width: 80px;
  height: 4px;
  background: #ffae4d;
}
.line_cricle_active {
  margin-left: 76px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #ffae4d;
  border-radius: 50%;
  transform: translateY(-4px);
}
.van-dialog {
  width: 295px;
}
.van-dialog .van-dialog__content {
  min-height: 100px;
}
.van-dialog .van-dialog__message {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 17px;
  color: rgba(0,0,0,0.8);
  line-height: 26px;
  text-align: center;
  font-style: normal;
}
.van-dialog__footer .van-button__text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  line-height: 24px;
  text-align: center;
  font-style: normal;
}