/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  /*inset后 第一个0表示：阴影水平偏移值（可取正负值）；第二个0：阴影垂直偏移值（可取正负值）；1px：阴影模糊值（越小表示越清晰）；rgba(0,0,0,0.3)：阴影颜色；*/
  border-radius: 100px;
  opacity: 0;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: transparent;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
@keyframes scroll {
  0% {
    overflow-x: visible;
    transform: translateX(0rem);
  }
  50% {
    overflow-x: visible;
    transform: translateX(-2rem);
  }
  100% {
    overflow-x: scroll;
    transform: translateX(0rem);
  }
}
.container {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
.container .banner {
  width: 100%;
}
.container .banner img {
  width: 100%;
  vertical-align: bottom;
}
.container .record {
  width: 3.45rem;
  padding: 0.15rem 0;
  margin: -0.15rem auto 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.09rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.container .record-item {
  flex: 1;
  text-align: center;
}
.container .record-item > h3 {
  font-size: 0.25rem;
  color: #FF3C71;
  font-family: FZDBSJW;
}
.container .record-item > p {
  font-size: 0.12rem;
  color: #333;
}
.container .search {
  width: 3.45rem;
  margin: 0.15rem auto;
  height: 0.34rem;
  background-color: #F5F6FA;
  border-radius: 0.05rem;
  position: relative;
}
.container .search-icon {
  width: 0.115rem;
  height: 0.115rem;
  background: url("../images/icon_search.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.container .search > input {
  width: 100%;
  height: 100%;
  font-size: 0.12rem;
  color: #B0B2BF;
  padding: 0 0.15rem 0 0.4rem;
}
.container .cate_box {
  width: 100%;
  overflow-x: scroll;
}
.container .cate_box::-webkit-scrollbar {
  display: none;
}
.container .cate_box .cate {
  display: flex;
  animation: scroll 1s ease-in-out 0.5s;
  padding-bottom: 0.25rem;
  margin: 0 0.15rem;
}
.container .cate_box .cate-item {
  width: 50%;
  text-align: center;
  color: #333;
  font-size: 0.15rem;
  white-space: nowrap;
  margin-right: 0.15rem;
}
.container .cate_box .cate > .active {
  color: #0494FF;
  font-weight: bold;
  position: relative;
}
.container .cate_box .cate > .active::after {
  content: "";
  display: block;
  width: 0.155rem;
  height: 0.065rem;
  background: url("../images/tab_active.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
}
.container .main .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.15rem;
}
.container .main .list-item {
  width: 48%;
  padding: 0.1rem 0.075rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.09rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.05rem;
  margin-bottom: 0.15rem;
  position: relative;
}
.container .main .list-item > .number {
  width: 0.575rem;
  height: 0.575rem;
  background: url("../images/bg_num.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.container .main .list-item > .number p {
  font-size: 0.12rem;
  transform: rotate(-45deg);
  margin-left: -0.08rem;
  margin-top: 0.08rem;
  color: #fff;
  white-space: nowrap;
}
.container .main .list-item > .cover {
  width: 100%;
  height: 1.5rem;
  border-radius: 0.05rem;
  object-fit: cover;
  vertical-align: bottom;
}
.container .main .list-item > .tit {
  font-size: 0.14rem;
  color: #00406F;
  padding: 0.05rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.container .main .list-item > .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0 0;
}
.container .main .list-item > .info > span {
  font-size: 0.16rem;
  color: #FF3C71;
}
.container .main .list-item > .info > .btn_vote {
  width: 0.675rem;
  height: 0.29rem;
  background: #0494FF;
  border-radius: 0.145rem;
  text-align: center;
  line-height: 0.29rem;
  font-size: 0.14rem;
  color: #fff;
}
.container .main .rank_list {
  display: flex;
  width: 100%;
  padding: 0 5% 0.15rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .main .rank_list-item {
  width: 100%;
  padding: 0.15rem 0 0.15rem 0.2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.12rem 0px rgba(4, 148, 255, 0.08);
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  background: url("../images/bg_rankitem.png") no-repeat;
  background-size: 0.55rem auto;
  background-position: 110% 200%;
}
.container .main .rank_list-item:first-child .number {
  background: #ff3600;
}
.container .main .rank_list-item:nth-child(2) .number {
  background: #ff8a00;
}
.container .main .rank_list-item:nth-child(3) .number {
  background: #ffd801;
}
.container .main .rank_list-item > .number {
  width: 0.24rem;
  height: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #cccccc;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.22rem;
}
.container .main .rank_list-item > .cover {
  width: 0.675rem;
  height: 0.675rem;
  vertical-align: bottom;
  object-fit: cover;
  border-radius: 0.05rem;
}
.container .main .rank_list-item > .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.05rem;
}
.container .main .rank_list-item > .info {
  flex: 1;
  width: calc(100% - 1.5rem);
  margin-left: 0.15rem;
}
.container .main .rank_list-item > .info .title {
  font-size: 0.16rem;
  color: #00406f;
  margin-bottom: 0.1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .main .rank_list-item > .info p {
  font-size: 0.14rem;
  color: #333;
}
.container .main .rank_list-item > .info p:last-child {
  margin-top: 0.05rem;
}
.container .main .rank_list-item > .info p:last-child span {
  color: #0494ff;
  font-size: 0.15rem;
}
.container .loadmore {
  width: 100%;
  font-size: 0.12rem;
  color: #999;
  text-align: center;
  margin-top: 0.1rem;
  position: relative;
}
.container .loadmore::after {
  content: "";
  display: block;
  width: 0.135rem;
  height: 0.095rem;
  background: url("../images/loadmore.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.15rem;
}
.container .form {
  width: 3.45rem;
  margin: 0.15rem auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.16rem 0px rgba(4, 148, 255, 0.1);
  border-radius: 0.05rem;
  padding: 0.15rem;
}
.container .form-item {
  margin-bottom: 0.15rem;
}
.container .form-item .label {
  font-size: 0.15rem;
  color: #333;
  padding-bottom: 0.1rem;
}
.container .form-item .required::after {
  content: '*';
  display: inline-block;
  font-size: 0.15rem;
  color: #FF0006;
  margin-top: -0.05rem;
}
.container .form-item .count2 {
  width: 100%;
  background-color: #F5F6FA;
  position: relative;
  border-radius: 0.05rem;
}
.container .form-item .count2 > textarea {
  padding: 0.15rem;
  font-size: 0.12rem;
  color: #B0B2BF;
  height: 1.5rem;
  border-radius: 0.05rem;
}
.container .form-item .count {
  width: 100%;
  background: #F5F6FA;
  position: relative;
  border-radius: 0.17rem;
}
.container .form-item .count > input {
  width: 100%;
  height: 100%;
  font-size: 0.12rem;
  color: #B0B2BF;
  padding: 0 0.15rem;
  height: 0.34rem;
}
.container .form-item .count .dropdown {
  width: 100%;
  left: 0;
  top: 0.4rem;
  background-color: #fff;
  z-index: 99;
  max-height: 200px;
  overflow: auto;
  padding: 0.1rem;
  box-sizing: border-box;
  border-radius: 0.02rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.container .form-item .count .dropdown li {
  padding: 0.1rem;
  font-size: 0.12rem;
  color: #666;
}
.container .form-item .select {
  position: relative;
  transition: all 0.08s;
}
.container .form-item .select::after {
  content: '';
  display: inline-block;
  width: 0.12rem;
  height: 0.07rem;
  background: url("../images/re_bottom.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.container .form-item .selected::after {
  transform: translateY(-50%) rotate(180deg);
}
.container .form-item .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #F5F6FA;
}
.container .form-item .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.container .form-item .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.container .form-item .avatar {
  width: 100px;
  height: 100px;
  display: block;
}
.container .form-item .upload {
  height: 120px;
}
.container .form-item .upload .el-form-item__content {
  height: 120px !important;
}
.container .form .btn_submit {
  width: 100%;
  height: 0.34rem;
  background: #0494FF;
  border-radius: 0.17rem;
  text-align: center;
  line-height: 0.34rem;
  color: #fff;
  font-size: 0.15rem;
  margin-top: 0.4rem;
}
.container .rules {
  padding: 0 0.15rem 0.15rem;
  color: #333;
  box-shadow: 0px 0px 0.16rem 0px rgba(0, 0, 0, 0.1);
  margin: 0.15rem 0.15rem 0.08rem;
  border-radius: 0.05rem;
  background: url("../images/bg_rules.png") no-repeat;
  background-size: 100% auto;
  background-position: -0.6rem -0.2rem;
}
.container .rules .rules_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0;
}
.container .rules .rules_title::before {
  content: "";
  display: inline-block;
  width: 0.67rem;
  height: 0.02rem;
  background: url("../images/title_left.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
.container .rules .rules_title::after {
  content: "";
  display: inline-block;
  width: 0.67rem;
  height: 0.02rem;
  background: url("../images/title_right.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.2rem;
}
.container .rules .rules_title h5 {
  font-size: 0.16rem;
  color: #0494ff;
  text-align: center;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.container .rules .rules_title h5::after {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.07rem;
  background: url("../images/tab_active.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
}
.container .rules .rules_desc {
  font-size: 0.14rem;
  color: #666;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
}
.container .rules .tit {
  color: #0494ff;
}
.container .detail {
  padding: 0.15rem;
  color: #333;
  box-shadow: 0px 0px 0.16rem 0px rgba(0, 0, 0, 0.1);
  margin: 0.15rem 0.15rem;
  border-radius: 0.05rem;
  background: url("../images/bg_det.png") no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.container .detail-tit {
  font-size: 0.16rem;
  font-weight: bold;
  color: #00406F;
  margin: 0.1rem 0;
}
.container .detail > p {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.1rem;
  line-height: 2;
  text-align: justify !important;
}
.container .detail > p span {
  color: #00406F;
}
.container .detail img {
  width: 100%;
  height: 2.1rem;
  margin-bottom: 0.1rem;
  vertical-align: bottom;
}
.container .detail .btn_vote {
  padding: 0.05rem 0.2rem;
  background: #0494FF;
  box-shadow: 0px 0.01rem 0.015rem 0px #0063AD;
  border-radius: 0.17rem;
  display: table;
  margin: 0.1rem auto;
  font-size: 0.14rem;
  color: #fff;
}
.container .detail_nobg {
  padding: 0.15rem;
  color: #333;
  margin: 0.15rem 0.15rem;
  border-radius: 0.05rem;
  background-size: 100% auto;
  background-position: left top;
}
.container .detail_nobg-tit {
  font-size: 0.16rem;
  font-weight: bold;
  color: #00406F;
  margin: 0.1rem 0;
}
.container .detail_nobg > p {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.1rem;
  line-height: 2;
  text-align: justify !important;
}
.container .detail_nobg > p span {
  color: #00406F;
}
.container .detail_nobg img {
  width: 100%;
  height: 2.1rem;
  margin-bottom: 0.1rem;
  vertical-align: bottom;
}
.container .detail_nobg .btn_vote {
  padding: 0.05rem 0.2rem;
  background: #0494FF;
  box-shadow: 0px 0.01rem 0.015rem 0px #0063AD;
  border-radius: 0.17rem;
  display: table;
  margin: 0.1rem auto;
  font-size: 0.14rem;
  color: #fff;
}
.container .tabbar {
  width: 100%;
  max-width: 750px;
  height: 0.55rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px -1px 0.03rem 0px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
}
.container .tabbar > a {
  display: block;
  text-align: center;
  flex: 1;
}
.container .tabbar > a img {
  width: 0.16rem;
}
.container .tabbar > a p {
  font-size: 0.12rem;
  color: #333;
}
.container .tabbar > .active p {
  color: #0494FF;
}
.container .messageBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.container .messageBox .box {
  display: inline-block;
  width: 90%;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 755px) {
  html {
    font-size: 200px !important;
  }
}
/*# sourceMappingURL=main.css.map */