/**
	* created by wsl
	* date 2020-2-3 14:08:08
**/

body {
  margin: 0 auto !important;
  overflow-x: unset;
}
html {
  overflow-x: unset;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0px;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.viewer-open {
  padding-right: 0 !important;
}
/* 首页 */
.index .top {
  width: 100%;
  /* height: 10.6rem; */
  background: url(../images/index/indexBg.jpg) no-repeat;
  background-size: 100% 100%;
}
.index .top .search {
  padding-top: 0.43rem;
  position: relative;
  width: 9.2rem;
  margin: 0 auto;
}
.index .top .search input {
  display: block;
  width: 100%;
  height: 0.8rem;
  background: rgba(0, 26, 72, 0.4);
  border: none;
  border-radius: 20px;
  padding: 0 0.37rem;
  color: #fff;
}
.index .top .search input::placeholder {
  color: #fff;
}
.index .top .search .btn {
  width: 0.43rem;
  height: 0.43rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.37rem;
}
.index .top .screen {
  width: 100%;
  /* height: 2.7rem; */
  height: 88px;
}
#main {
  width: 100%;
  height: 6.5rem;
}
.index .top .screen .danmu-item {
  margin: 5px;
  border: 1px solid;
  overflow: hidden;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}
.index .top .screen .bullet-item-style {
  background: linear-gradient(
    -90deg,
    rgba(16, 60, 135, 0.4),
    rgba(70, 122, 255, 0.4)
  );
  padding: 3px 20px 3px 5px;
  white-space: nowrap;
  border: 1px solid rgba(32, 118, 235, 1);
  /* border-image: linear-gradient(90deg, #2076EB, #2076EB) 1 1; */
  border-radius: 50px;
  overflow: hidden;
}
.index .top .screen .bullet-item-style span{
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}
.index .screenavator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.index .screentext {
  color: #fff;
}
.index .but {
  width: 0.8rem;
  height: 0.5rem;
  background: url(../images/index/arrbtn1.png) no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  margin: 0 auto;
  transform-origin: 50% 50%;
  margin-top: 0.1rem;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 10.3rem; */
  /* z-index: 3; */
}
.index #cont {
  position: absolute;
  /* top: 10.3rem; */
  bottom: 2.3rem;
  width: 100%;
  background: #f8faff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
}
.index #cont .taskHead {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
  align-items: center;
}
.index #cont .taskHead div:nth-child(1) {
  font-size: 0.43rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  flex: 1;
}
.index #cont .taskHead div:nth-child(1) img {
  width: 0.39rem;
  height: 0.43rem;
}
.index #cont .taskHead div:nth-child(2) {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}
.index #cont .taskList {
  flex: 1;
  overflow: auto;
}
.index #cont .taskItem {
  width: 100%;
  min-height: 2.4rem;
  background: #ffffff;
  margin-bottom: 0.35rem;
  display: flex;
  padding: 0.27rem;
}
.index #cont .taskItem:last-child {
  margin-bottom: 0px;
}
.index #cont .taskItem div:nth-child(1) {
  width: 2.88rem;
  height: 1.87rem;
  border-radius: 10px;
  margin-right: 0.4rem;
}
.index #cont .taskItem div:nth-child(2) {
  flex: 1;
  position: relative;
}
.index #cont .taskItem div:nth-child(2) h1 {
  font-size: 0.35rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index #cont .taskItem div:nth-child(2) h2{
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #444;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
.index #cont .taskItem div:nth-child(2) p {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
}
.index #cont .taskItem div:nth-child(2) p img {
  width: 0.33rem;
  height: 0.43rem;
  margin-right: 0.24rem;
}
/* 首页 */
/* 任务详情 */
.taskDetail {
  padding-bottom: 1rem;
}
.taskDetail .card {
  width: 9.2rem;
  height: 3.23rem;
  background: url(../images/task/detail.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0rem 0rem 0rem 0rem rgba(50, 93, 205, 0.09);
  margin: 0 auto;
  margin-bottom: 0.3rem;
  padding: 0.4rem 0.5rem;
}
.taskDetail .card div:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 0.43rem;
  line-height: 0.43rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.taskDetail .card div:nth-child(1) span {
  flex: 1;
}
.taskDetail .card div:nth-child(1) p {
  display: inline-flex;
  align-items: center;
  font-size: 0.32rem;
  line-height: 0.33rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.taskDetail .card div:nth-child(1) p img {
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.1rem;
}
.taskDetail .card div:nth-child(2) {
  font-size: 0.45rem;
  line-height: 0.45rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.taskDetail .card div:nth-child(2) span {
  font-size: 0.6rem;
}
.taskDetail .card div:nth-child(3) {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.87;
}
.taskDetail .htmlTemp {
  margin: 0 auto;
  padding-top: 0.3rem;
  width: 9.2rem;
  overflow: hidden;
}
.taskDetail .htmlTemp h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 1.46;
}
.taskDetail .htmlTemp p {
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-top: 0.4rem;
}
.taskDetail .link {
  position: fixed;
  top: 6.77rem;
  right: 0;
  z-index: 10;
  width: 2.8rem;
  height: 1rem;
  /* background: url(../images/task/detail_link.png);
  background-size: contain; */
}
/* 任务详情 */
/* 排行 */
.rank {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 2.3rem;
  background: url(../images/rank/taskbg.jpg) no-repeat center top;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
}
.rank .van-tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 1px;
}
.rank .van-nav-bar {
  background: transparent;
}
.rank .van-nav-bar__arrow {
  font-size: 20px;
}
.rank .van-nav-bar .van-icon {
  color: #000;
}
.rank .header {
  width: 100%;
  height: 3.45rem;
  /* background: url(../images/rank/task.jpg) no-repeat center; */
  /* background-size: 100% 100%; */
}
.rank .cont{
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  width: 9.2rem;
  margin: 0 auto;
  flex: 1;
  padding-top: 0.4rem;
}
.rank .rankTab {
  display: flex;
  justify-content: center;
}
.rank .rankTab li {
  width: 3.63rem;
  line-height: 0.8rem;
  background: rgba(11, 71, 172, 0.1);
  text-align: center;
  border: 1px solid #1d54b2;
  border-radius: 30px;
  font-size: 0.44rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0B47AC;
}
.rank .rankTab li.on {
  background: #0b47ac;
  border: 1px solid #0b47ac;
  color: #ffffff;
}
.rank .rankTab li:first-child {
  margin-right: 0.5rem;
}
.rank .header .desc {
  padding: 1.15rem 0 0 0.8rem;
}
.rank .header .desc .text {
  width: 2.63rem;
  height: 0.81rem;
}
.rank .header .desc p {
  font-size: 0.35rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
.rank .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.56rem;
  padding-bottom: 0.3rem;
  margin-top: 0.4rem;
  border-bottom: 0.27rem solid #f6f6f6;
}
.rank .info div:nth-child(1) {
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  display: inline-flex;
  align-items: center;
}
.rank .info div:nth-child(1) img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.2rem;
}
.rank .info div:nth-child(2) {
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #010101;
}
.rank .info div:nth-child(2) span {
  color: #0b47ac;
}
.rank .info div:nth-child(3) {
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #010101;
}
.rank .info div:nth-child(3) span {
  color: #0b47ac;
}
.rank .rankItem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.28rem 0.56rem;
}
.rank .rankItem:after {
  content: "";
  position: absolute;
  width: 9.6rem;
  bottom: 0;
  left: 0.4rem;
  height: 1px;
  background: #f3f4f9;
}
.rank .rankItem div:nth-child(2) {
  flex: 1;
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  font-size: 0.37rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
}
.rank .rankItem div:nth-child(2) img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
}
.rank .rankItem .Indexes {
  min-width: 1.33rem;
  text-align: center;
  font-size: 0.37rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.rank .rankItem .Indexes img {
  width: 0.86rem;
  height: 1rem;
}
.rank .rankItem div:nth-child(3) {
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666;
}
.rank .rankItem div:nth-child(3) img {
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.1rem;
}
/* 顶部导航 */
.topnav.van-nav-bar i,
.topnav.van-nav-bar .van-nav-bar__title {
  font-size: 0.48rem;
  color: #000;
}
/* 积分商城 */
.shopmall .jifen {
  padding: 0.6rem 0.43rem;
  border-bottom: 0.27rem solid #f4f4f4;
  margin-bottom: 0.4rem;
}
.shopmall .jifen h3 {
  font-size: 0.69rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.shopmall .jifen .jf_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding-right: 1rem; */
}
.shopmall .jifen .jf_info .ji {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.shopmall .jifen .jf_info img {
  height: 0.47rem;
}
.shopmall .jifen .jf_info span {
  font-size: 0.4rem;
  margin-left: 0.2rem;
  white-space: nowrap;
}
.shopmall .jf_list .article1 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.13rem;
}
.shopmall .jf_list .article1 .van-list__loading{
  margin: 0 auto;
}
.shopmall .jf_list .van-list__finished-text{
  width: 10rem;
}
.shopmall .jf_list .jf_item {
  margin-left: 0.27rem;
  margin-bottom: 0.27rem;
  border-radius: 0.13rem;
  background-color: #fff;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  overflow: hidden;
}
.shopmall .jf_list .jf_item .bottomcon {
  padding: 0 0.3rem 0.2rem;
}
.shopmall .jf_list .jf_item img {
  width: 4.47rem;
  height: 3.13rem;
}
.shopmall .jf_list .jf_item .title {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 4rem;
}
.shopmall .jf_list .jf_item .title span {
  font-size: 0.4rem;
}
.shopmall .jf_list .jf_item .score span {
  display: block;
}
.shopmall .jf_list .jf_item .score {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopmall .jf_list .jf_item .score .fen {
  color: #fa3a3b;
  font-size: 0.43rem;
}
.shopmall .jf_list .jf_item .score .dui {
  font-size: 0.4rem;
  color: #fff;
  width: 1.6rem;
  height: 0.57rem;
  border-radius: 0.29rem;
  background-color: #0b47ac;
  text-align: center;
  line-height: 0.57rem;
}
/* 积分明细 */
.detailed .jifen {
  padding: 0.6rem 0.43rem;
  border-bottom: 0.27rem solid #f4f4f4;
  margin-bottom: 0.4rem;
}
.detailed .jifen h3 {
  font-size: 0.69rem;
  font-weight: 500;
}
.detailed .jf_record {
  padding: 0 0.4rem;
}
.detailed .jf_record h3 {
  font-size: 0.45rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.detailed .jf_record .record_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem;
  box-shadow: 0rem 0.13rem 0.45rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  margin-bottom: 0.27rem;
}
.detailed .jf_record .record_item .name span {
  display: block;
}
.detailed .jf_record .record_item .name .title {
  font-size: 0.43rem;
  color: #000;
}
.detailed .jf_record .record_item .time {
  font-size: 0.37rem;
  color: #666;
}
.detailed .jf_record .record_item .score {
  font-size: 0.51rem;
  color: #0b47ac;
}
/* 兑换记录 */
.dui_record {
  padding-bottom: 1rem;
  min-height: 100vh;
}
.dui_record .search {
  padding: 0 0.4rem;
  margin-top: 0.5rem;
}
.dui_record .search .van-search {
  background-color: #f8f8f8;
  height: 0.88rem;
  border-radius: 0.43rem;
  padding-left: 0.4rem;
}
.dui_record .search .van-search .van-search__content {
  background-color: #f8f8f8;
  height: 0.88rem;
  padding: 0;
}
.dui_record .search .van-search .van-field__left-icon {
  margin-right: 0.2rem;
}
.dui_record .search .van-search .van-icon__image {
  width: 0.43rem;
  height: 0.43rem;
  vertical-align: text-bottom;
}
.dui_record .search .van-search .van-search__action {
  background-color: #0b47ac;
  border-radius: 0.43rem;
  color: #fff;
  width: 1.33rem;
  height: 0.88rem;
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.35rem;
}
.dui_record .van-tabs {
  margin-top: 0.2rem;
}
.dui_record .van-tabs .van-tabs__line {
  background: #0b47ac;
}
.dui_record .goodsList {
  margin: 0.15rem 0.4rem 0;
}
.dui_record .van-tabs .van-tab__text {
  font-size: 0.43rem;
}
.dui_record .goodsList .goods_item .pic {
  width: 2.48rem;
  height: 2.48rem;
  border-radius: 0.13rem;
  overflow: hidden;
}
.dui_record .goodsList .goods_item .pic img {
  width: 100%;
  height: 100%;
}
.dui_record .goodsList .goods_item .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f9;
  margin-bottom: 0.4rem;
}
.dui_record .goodsList .goods_item .top .status {
  font-size: 0.37rem;
  color: #010101;
  line-height: 0.8rem;
}
.dui_record .goodsList .goods_item .top .time {
  font-size: 0.37rem;
  opacity: 0.5;
}
.dui_record .goodsList .goods_item {
  background-color: #ffffff;
  border-radius: 0.13rem;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  margin-top: 0.25rem;
  /* border: 1px solid rgba(50, 93, 205, 0.09); */
  padding: 0.25rem 0.25rem 0.4rem 0.4rem;
}
.dui_record .goodsList .goods_item .bottom {
  display: flex;
}
.dui_record .goodsList .goods_item .bottom .right {
  flex: 1;
  padding-left: 0.4rem;
  padding-top: 0.2rem;
  padding-right: 0.15rem;
}
.dui_record .goodsList .goods_item .bottom .right .number {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.dui_record .goodsList .goods_item .bottom .right .title {
  font-size: 0.37rem;
}
.dui_record .goodsList .goods_item .bottom .right .number .ji {
  font-size: 0.43rem;
  color: #fa3a3b;
}
.dui_record .goodsList .goods_item .bottom .right .number .num {
  font-size: 0.35rem;
  color: #000;
}
.dui_record .goodsList .goods_item .btn {
  border-top: 1px solid #f3f4f9;
  margin-top: 0.4rem;
}
.dui_record .goodsList .goods_item .btn .add {
  font-size: 0.35rem;
  color: #fff;
  background-color: #0b47ac;
  margin-top: 0.4rem;
  padding: 0.05rem 0.2rem;
  border-radius: 0.4rem;
}
/* 积分商品详情 */
.good_info .lunbo {
  height: 10rem;
}
.good_info .van-swipe .van-swipe-item img {
  width: 100%;
  height: 9.84rem;
  object-fit: cover;
}
.good_info .van-swipe .van-swipe__indicator {
  background-color: #b0b0b0;
}
.good_info .van-swipe .van-swipe__indicator--active {
  background-color: #000 !important;
}
.good_info .van-swipe .van-swipe__indicators {
  bottom: 0.5rem;
}
.good_info .good .jifen {
  font-size: 0.43rem;
  color: #fa3a3b;
}
.good_info .good {
  padding: 0 0.4rem 0.2rem;
  border-bottom: 0.2rem solid #f4f4f6;
}
.good_info .good .jifen span {
  font-size: 0.6rem;
  margin-right: 0.2rem;
}
.good_info .good .title {
  font-size: 0.43rem;
  color: #333;
}
.good_info .dui {
  padding: 0.4rem;
  padding-bottom: 2rem;
}
.good_info .dui .title {
  font-size: 0.43rem;
  color: #333;
  font-weight: 500;
}
.good_info .ljbtn {
  position: fixed;
  bottom: 0.47rem;
  left: 2rem;
  background-color: #0b47ac;
  color: #fff;
  border-radius: 0.53rem;
  width: 6rem;
  height: 1.07rem;
  line-height: 1.07rem;
  font-size: 0.45rem;
  text-align: center;
}
.good_info .duipop {
  width: 6.17rem;
  height: 4.27rem;
  border-radius: 0.13rem;
  background: url(../images/index/back.png) no-repeat;
  background-size: 6.17rem;
}
.good_info .duipop .title {
  height: 1.05rem;
  text-align: center;
  line-height: 1.05rem;
  color: #fff;
  /* background: url(../images/index/lan.png) no-repeat; */
  /* background-size: 6.17rem; */
}
.good_info .duipop .van-badge__wrapper {
  font-size: 0.43rem;
  top: 0.21rem;
  right: 0.27rem;
}
.good_info .duipop .isdui {
  text-align: center;
  font-size: 0.48rem;
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
.good_info .duipop .btn {
  width: 2.65rem;
  height: 0.67rem;
  text-align: center;
  color: #fff;
  line-height: 0.67rem;
  background-color: #0b47ac;
  margin-left: 1.76rem;
  border-radius: 0.33rem;
}
/* 专题 */
.special .spec_list {
  margin: 0.4rem 0.4rem 4rem;
}
.special .spec_list .spec_item {
  margin-bottom: 0.27rem;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  padding: 0.27rem;
}
.special .spec_list .spec_item .des {
  font-size: 0.4rem;
  color: #000;
  padding: 0 0.2rem;
}
.special .spec_list .spec_item .pic {
  width: 8.67rem;
  height: 4.53rem;
  border-radius: 0.13rem;
  overflow: hidden;
  margin: 0.27rem 0;
}
.special .spec_list .spec_item .pic img {
  width: 100%;
  height: 100%;
}
.special .spec_list .spec_item .time {
  font-size: 0.32rem;
  color: #000;
  opacity: 0.54;
}
.special .van-tab__text {
  font-size: 0.43rem;
}
.special .van-tabs {
  border-bottom: 1px solid #f3f4f9;
}
.special .van-tabs__line {
  background-color: #0b47ac;
}
/* 文章 */
.fs_article .artList .artItem .top {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.28rem;
  margin-bottom: 0.13rem;
}
.fs_article .artList .artItem .top .con {
  flex: 1;
  overflow: hidden;
}
.fs_article .artList .artItem .top .pic img {
  width: 2.88rem;
  height: 1.87rem;
  border-radius: 0.07rem;
  margin-right: 0.23rem;
}
.fs_article .artList {
  margin: 0 0.4rem;
}
.fs_article .artList .artItem {
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  padding: 0.36rem 0.23rem 0.19rem 0.27rem;
  margin-bottom: 0.39rem;
  background-color: #fff;
}
.fs_article {
  padding-bottom: 4rem;
}
.fs_article .artList .artItem .con .title {
  font-size: 0.4rem;
}
.fs_article .artList .artItem .con .des {
  font-size: 0.32rem;
  opacity: 0.87;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fs_article .artList .artItem .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fs_article .artList .artItem .bottom .user {
  display: flex;
  align-items: center;
}
.fs_article .artList .artItem .bottom .user img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
.fs_article .artList .artItem .bottom .user span {
  font-size: 0.35rem;
}
.fs_article .artList .artItem .bottom .time {
  font-size: 0.35rem;
  opacity: 0.54;
}
.fs_article .rw {
  position: fixed;
  width: 1.89rem;
  top: 8rem;
  right: 0.4rem;
}
/* 任务列表 */
.taskList {
  padding: 0 0.4rem;
}
.taskList .rwList {
  margin-top: 0.4rem;
}
.taskList .rwList .rwItem {
  background-color: #fff;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  margin-bottom: 0.27rem;
  padding: 0.24rem 0.19rem 0.39rem 0.16rem;
}
.taskList .rwList .rwItem .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.taskList .rwList .rwItem .top .left {
  display: flex;
  align-items: center;
}
.taskList .rwList .rwItem .top .left img {
  width: 1.33rem;
  height: 1.33rem;
  border-radius: 50%;
  margin-right: 0.27rem;
  object-fit: contain;
}
.taskList .rwList .rwItem .top .left .con .title{
  font-size: 0.4rem;
  color: #000;
  margin-bottom: 0.2rem;
}
.taskList .rwList .rwItem .top .left .con .jinum{
  font-size: 0.35rem;
  color: #010101;
}
.taskList .rwList .rwItem .top .btn{
  border: 1px solid#0B47AC;
  color: #0B47AC;
  border-radius: 0.33rem;
  padding: 0rem 0.2rem;
  font-size: 0.4rem;
  min-width: 1.73rem;
  text-align: center;
}
.taskList .rwList .rwItem .bottom{
  padding-right: 0.9rem;
  padding-left: 0.4rem;
  position: relative;
  margin-top: 0.35rem;
}
.taskList .rwList .rwItem .bottom .num{
  position: absolute;
  right: 0;
  top: -0.2rem;
  font-size: 0.35rem;
  color: #666;
}
/* 填写地址 */
.dui_address .con {
  padding: 0 0.4rem;
}
.dui_address .con .pic {
  width: 2.13rem;
  height: 1.8rem;
  margin: 0 auto 0.3rem;
}
.dui_address .con .pic img {
  width: 100%;
  height: 100%;
}
.dui_address .con .dui {
  text-align: center;
  font-size: 0.48rem;
  margin-bottom: 0.1rem;
}
.dui_address .con .des {
  text-align: center;
  font-size: 0.4rem;
}
.dui_address .con .kuang {
  background-color: #fff;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  padding: 0.4rem 0.35rem 0.3rem;
  margin-top: 0.9rem;
}
.dui_address .con .kuang .inp {
  margin-left: 0.2rem;
}
.dui_address .con .kuang .van-cell {
  padding: 0;
}
.dui_address .con .kuang .lable {
  font-size: 0.37rem;
}
.dui_address .con .kuang .lable span {
  color: #e83333;
  margin-right: 0.17rem;
}
.dui_address .con .btn {
  width: 6rem;
  height: 1.07rem;
  background-color: #0b47ac;
  border-radius: 0.53rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 1.07rem;
  font-size: 0.45rem;
  margin-top: 1.83rem;
}
/* 订单详情 */
.dui_detail .duiIinfo {
  margin: 0.4rem 0.4rem 0.28rem;
  background-color: #fff;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  padding: 0.25rem 0.35rem 0.4rem 0.4rem;
}
.dui_detail .duiIinfo .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #f3f4f9;
  margin-bottom: 0.4rem;
}
.dui_detail .duiIinfo .top div {
  font-size: 0.37rem;
  color: #010101;
}
.dui_detail .duiIinfo .bottom .pic {
  width: 2.48rem;
  height: 2.48rem;
  border-radius: 0.13rem;
  overflow: hidden;
  margin-right: 0.4rem;
}
.dui_detail .duiIinfo .bottom {
  display: flex;
}
.dui_detail .duiIinfo .bottom .pic img {
  width: 100%;
  height: 100%;
}
.dui_detail .duiIinfo .bottom .name {
  flex: 1;
  margin-top: 0.2rem;
}
.dui_detail .duiIinfo .bottom .name .ji span {
  display: block;
}
.dui_detail .duiIinfo .bottom .name .ji{
  display: flex;
  justify-content: space-between;
}
.dui_detail .duiIinfo .bottom .name .title{
  font-size: 0.4rem;
  margin-bottom: 1rem;
}
.dui_detail .duiIinfo .bottom .name .ji .jinum{
  font-size: 0.43rem;
  color: #FA3A3B;
}
.dui_detail .duiIinfo .bottom .name .ji .num{
  font-size: 0.35rem;
}
.dui_detail .info{
  background-color: #fff;
  box-shadow: 0rem 0.13rem 0.47rem 0rem rgba(50, 93, 205, 0.09);
  border-radius: 0.13rem;
  margin: 0 0.4rem;
  margin-bottom: 0.25rem;
  padding-bottom: 0.4rem;
}
.dui_detail .info .top{
  font-size: 0.37rem;
  color: #010101;
  padding: 0.25rem 0.4rem;
  border-bottom: 1px solid #F3F4F9;
  margin-bottom: 0.4rem;
}
.dui_detail .info .bottom{
  margin: 0 0.4rem;
}
.dui_detail .info .bottom .line{
  display: flex;
  margin-bottom: 0.2rem;
}
.dui_detail .info .bottom .line .lable{
  width: 1.9rem;
  opacity: 0.54;
  font-size: 0.37rem;
  color: #000;
  overflow: hidden;
}
.dui_detail .info .bottom .line .con{
  font-size: 0.37rem;
  color: #333;
  flex: 1;
}
.dui_detail .info .bottom .kuai{
  border-bottom: 1px solid #F3F4F9;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}