.xunzhang > .am-container {
  padding: 0;
  max-width: 1200px;
}
.xunzhang .r-tabs > .left .menu {
  margin-bottom: 18px;
}
.medal .title {
  display: flex;
  justify-content: space-between;
}
.medal .title .rule {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.medal .line {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin-top: 25px;
}
.medal .subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #b5bfca;
  text-align: center;
  margin-bottom: 30px;
}
.medal .main {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}
.medal .main li {
  width: 214px;
  height: 331px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
}
.medal .main li img {
  width: 165px;
  height: 165px;
  margin-top: 17px;
  margin-bottom: 8px;
}
.medal .main li div:nth-of-type(1) {
  font-weight: 500;
  font-size: 14px;
  color: #2D3136;
  line-height: 20px;
}
.medal .main li div:nth-of-type(2) {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #666F7B;
  margin-top: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 17px;
}
.medal .main li div:nth-of-type(3) {
  width: 184px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.medal .main li div:nth-of-type(3) span {
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #afafaf 0%, #ffffff 100%);
  border-radius: 3px;
}
.medal .main li div:nth-of-type(3) .obtain {
  background: linear-gradient(270deg, #b17948 0%, #ffffff 100%);
}
.medal .main li div:nth-of-type(4) {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #b5bfca;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 17px;
}
.medal .main li div:nth-of-type(5) {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: #b17948;
  font-size: 14px;
  color: #fff1d3;
  border-radius: 50%;
  display: none;
  text-align: center;
  line-height: 26px;
}

/* 一起捐 */
.r_yiqijuan_box {
  margin: auto;
  width: 1200px;
}
.r_yiqijuan_box .r_detail_r {
  width: 310px;
  padding: 0;
  min-height: 200px;
}
.yiqijuan_page_box {
  position: relative;
  float: left;
}
.yiqijuan_page_top {
  width: 880px;
  background: #ffffff;
  height: 307px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.yiqijuan_page_top img {
  width: 430px;
  height: 270px;
  margin-left: 18px;
  z-index: 1;
}
.yiqijuan_page_top .info {
  padding: 30px;
  width: 100%;
}
.yiqijuan_page_top .info .title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
.yiqijuan_page_top .info .line {
  background: #dfdfdf;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  opacity: 0.6;
}
.yiqijuan_page_top .info .text {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.yiqijuan_page {
  width: 880px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.yiqijuan_page .line {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  margin-top: 12px;
  margin-bottom: 30px;
}
.yiqijuan_page .tabs_counter {
  width: 100%;
  display: flex;
}
.yiqijuan_page .tabs_counter .tabs_counter_left {
  width: 164px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.yiqijuan_page .tabs_counter .tabs_counter_right {
  width: calc(100% - 164px);
}
.yiqijuan_page .tabs_counter .tabs_counter_right .input {
  height: 40px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .input input {
  height: 100%;
  padding-left: 10px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .input span {
  width: 36px;
  text-align: center;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_text {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_text span {
  color: #b17948;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_main {
  display: flex;
  margin-bottom: 20px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_left {
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  > ul {
  display: flex;
  padding: 0;
  margin-bottom: 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  > ul
  li {
  width: 116px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  > ul
  .select {
  background-image: url("../img/juan/kuang.png");
  background-size: 100% 100%;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  .input {
  width: 524px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  .input_span {
  padding-right: 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  .input_span
  input {
  margin-right: 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  .input_span
  span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  width: auto;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  .input
  input {
  width: calc(100% - 36px);
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2 {
  width: 524px;
  height: 102px;
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .profile {
  position: relative;
  cursor: pointer;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .profile
  > img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .profile
  > div {
  width: 62px;
  height: 18px;
  background: #2d3136;
  opacity: 0.55;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .input2 {
  padding-right: 10px;
  margin-left: 10px;
  width: 412px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .input2
  .text_Name {
  padding-left: 20px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .input2
  span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right2
  .input2
  input {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_main
  .counter_main_right
  .err {
  color: #b17948;
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .line {
  margin-top: 30px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_choose {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  padding-right: 52px;
  margin-bottom: 10px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_choose > ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_choose > ul > li {
  display: flex;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_choose
  > ul
  > li
  .icon1 {
  width: 16px;
  height: 16px;
  background: url("../img/juan/weixuan.png");
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 5px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_choose
  > ul
  .on
  .icon1 {
  background: url("../img/juan/xuan.png");
  background-size: 100% 100%;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .input_fixedPrice {
  display: none;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .input_enddate {
  display: none;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_way {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 52px;
  position: relative;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_way div:nth-child(2) {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_way .select {
  width: 120px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_way .select .note {
  width: 120px;
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_way
  .select
  .note
  img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_way
  .select
  .note
  span {
  font-size: 14px;
  margin-right: 28px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_way
  .select
  .note
  span.on {
  color: #333;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_way .select .f_xl_1 {
  position: fixed;
  width: 120px;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-sizing: content-box;
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_way
  .select
  .f_xl_1
  li {
  cursor: pointer;
  line-height: 36px;
  padding-right: 12px;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_way
  .select
  .f_xl_1
  li:hover,
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_way
  .select
  .f_xl_1
  li.on {
  background: #b17948;
  color: #fff;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_img {
  width: 200px;
  height: 126px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_img
  > img:nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_img
  > img:nth-child(2) {
  width: 30px;
  height: 30px;
  border-radius: 34px;
  z-index: 9;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .proportion {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
  margin-top: 106px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_color {
  display: flex;
  padding: 0;
  padding-right: 52px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_color li {
  width: 105px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 20px;
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_color
  li:nth-child(1) {
  background: linear-gradient(
    180deg,
    #eed4aa 0%,
    rgba(238, 212, 170, 0.5) 100%
  );
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_color
  li:nth-child(2) {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.yiqijuan_page
  .tabs_counter
  .tabs_counter_right
  .counter_color
  li:nth-child(3) {
  background: linear-gradient(180deg, #cd2c27 0%, rgba(205, 44, 39, 0.4) 100%);
}
.yiqijuan_page .tabs_counter .tabs_counter_right .counter_color .select {
  border: 1px solid #b17948;
}
.yiqijuan_page .tabs_counter .tabs_counter_right2 .input {
  width: 604px;
  margin-bottom: 20px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right2 .err {
  color: #b17948;
  font-size: 12px;
  line-height: 12px;
  margin-top: -16px;
  margin-bottom: 20px;
}
.yiqijuan_page .tabs_counter .tabs_counter_right2 .input input {
  width: calc(100% - 36px);
}
.yiqijuan_page .tabs_counter .tabs_counter_right3 .counter_way {
  margin-top: 0;
}
.yiqijuan_page .line1 {
  margin-top: 30px;
}
.yiqijuan_page .but {
  display: flex;
}
.yiqijuan_page .but > div {
  padding: 9px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background: #b17948;
  border-radius: 2px;
  cursor: pointer;
}
.yiqijuan_page .but > div:nth-child(1) {
  margin-left: 164px;
  margin-right: 20px;
  background: #ffffff;
  color: #b17948;
  border: 1px solid #b17948;
}
.yiqijuan_page .model1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
  display: none;
}
.yiqijuan_page .model1 .model-header {
  padding-top: 30px;
  height: 72px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.yiqijuan_page .model1 .model-header .close {
  right: 20px;
  top: 30px;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
}
.yiqijuan_page .model1 .model-con {
  width: 400px;
  height: 555px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -298px;
  margin-left: -200px;
  background-image: url("../img/juan/yulanbg.png");
  background-size: 100% 100%;
}
.yiqijuan_page .model1 .model-con .line {
  margin: 0;
  background: #f1f1f1;
  width: 350px;
  margin: auto;
}
.yiqijuan_page .model1 .model-con .model-body {
  width: 100%;
  border: 0;
  margin-bottom: 70px;
}
.yiqijuan_page .model1 .model-con .model-body > div:nth-child(1) {
  width: 174px;
  height: 174px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  margin: 100px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page .model1 .model-con .model-body > div:nth-child(1) > img {
  width: 146px;
  height: 146px;
}
.yiqijuan_page .model1 .model-con .model-body > div:nth-child(2) {
  width: 280px;
  height: 40px;
  background: rgba(177, 121, 72, 0.1);
  box-shadow: inset 0px 0px 4px 0px rgba(177, 121, 72, 0.2);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.yiqijuan_page .model1 .model-con .model-body > div:nth-child(2) > img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.yiqijuan_page .model1 .model-con .model-footer-con {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page .model1 .model-con .model-footer .submit {
  width: 94px;
  float: left;
  height: 36px;
  background: #b17948;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page_right {
  padding: 10px;
  height: 262px;
  background: #ffffff;
}
.yiqijuan_page_right img {
  width: 100%;
  height: 185px;
}
.yiqijuan_page_right div:nth-of-type(1) {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 5px;
}
.yiqijuan_page_right div:nth-of-type(2) {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.non-directed .r_detail-top {
  padding: 0;
}
.trans1 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.yiqijuan_page #file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.yiqijuan_page #file2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.yiqijuan_page #file3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.yiqijuan_page .jt_r2 {
  height: 20px;
}
.activity .content {
  position: relative;
  overflow:visible;
}
.activity .title h3 {
  margin-bottom: 35px;
}
.activity .invite {
  width: 100%;
  height: 100px;
  background: linear-gradient(
      135deg,
      rgba(177, 121, 72, 0.1) 0%,
      rgba(177, 121, 72, 0.6) 100%
    ),
    #ffffff;
  padding: 15px 30px;
  box-sizing: border-box;
}
.activity .invite {
  margin-bottom: 30px;
}
.activity .invite > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity .invite > ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #2d3136;
}
.activity .invite > ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #2d3136;
}
.activity .invite > ul li img {
  width: 11px;
}
.activity .invite > ul li:nth-child(2) {
  cursor: pointer;
}
.activity .invite > ul:nth-child(2) {
  margin-top: 4px;
}
.activity .invite > ul:nth-child(2) li:nth-child(1) {
  font-weight: 600;
  font-size: 28px;
  color: #58310c;
}
.activity .invite > ul:nth-child(2) li:nth-child(2) {
  width: 110px;
  height: 40px;
  background: #b17948;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.activity .activity_list {
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 30px;
}
.activity .activity_list .activity_list_img {
  width: 100%;
  height: 117px;
}
.activity .activity_list .activity_list_img img {
  width: 100%;
  height: 100%;
}
.activity .activity_list .activity_list_title {
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity
  .activity_list
  .activity_list_title
  .activity_list_title_left
  > div:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.activity
  .activity_list
  .activity_list_title
  .activity_list_title_left
  > div:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.activity
  .activity_list
  .activity_list_title
  .activity_list_title_left
  > div:nth-child(2)
  span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #b17948;
  border-radius: 50%;
  margin-right: 5px;
}
.activity .activity_list .activity_list_title .activity_list_title_right {
  font-weight: 500;
  font-size: 16px;
  color: #b17948;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.activity .activity_list .activity_list_title .activity_list_title_right img {
  width: 6px;
  height: 12px;
  margin-left: 5px;
  margin-top: 3px;
}
.activity .activity_list .line {
  margin-top: 0;
}
.activity .activity_list .activity_list_content {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.activity .activity_list .activity_list_content li {
  display: flex;
  margin-bottom: 30px;
}
.activity .activity_list .activity_list_content li label {
  font-weight: 400;
  width: 84px;
  margin-right: 10px;
  flex-shrink: 0;
}
.activity .activity_list .activity_list_content li span {
  display: block;
}
.activity .activity_list .but {
  height: 40px;
  background: #b17948;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
}
.activity .activity_list .but2 {
  opacity: 0.55;
}
.activity .activity_list1 {
  display: none;
}
.activity .model1 {
  z-index: 5;
  display: none;
  width: 378px;
  height: 520px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  right: 30px;
  top: 187px;
  left: auto;
}
.activity .model1 .close {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  margin-top: 20px;
  float: right;
  cursor: pointer;
}
.activity .model1 .model-header {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin: 72px auto 48px;
  text-align: center;
  padding: 0;
  height: auto;
}
.activity .model1 .model-body {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.activity .model1 .model-body img {
  width: 100%;
  height: 100%;
}
.activity .model1 .model-footer {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}
.activity .model2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
.activity .model2 .model-header {
  padding-top: 30px;
  height: 72px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.activity .model2 .model-header .close {
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
}
.activity .model2 .model-con {
  width: 800px;
  height: 542px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -400px;
  background: #fff;
}
.activity .model2 .model-con .line {
  background: #f1f1f1;
  width: 740px;
  margin: auto;
}
.activity .model2 .model-con .model-body {
  width: 100%;
  height: 395px;
  border: 0;
  padding: 30px 52px;
}
.activity .model2 .model-con .model-body .prompt {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}
.activity .model2 .model-con .model-body .img_list {
  display: flex;
}
.activity .model2 .model-con .model-body .img_list li {
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #b5bfca;
  width: 126px;
  height: 126px;
  cursor: pointer;
}
.activity .model2 .model-con .model-body .img_list .upload {
  background: #f8f9fd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.activity .model2 .model-con .model-body .img_list .upload img {
  width: 20px;
  height: 18px;
  margin-bottom: 10px;
}
.activity .model2 .model-con .model-body .img_list .upload input{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.activity .model2 .model-con .model-body .prompt span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.activity .model2 .model-con .model-body .img_list .upload_img {
  position: relative;
}
.activity .model2 .model-con .model-body .img_list .upload_img .img_bg {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.activity .model2 .model-con .model-body .img_list .upload_img .img_close {
  width: 28px;
  height: 28px;
  border-radius: 0px 4px 0px 4px;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
}
.activity .model2 .model-footer .model-footer-con {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity .model2 .model-con .model-footer-con .btn {
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px;
  cursor: pointer;
}
.activity .model2 .model-con .model-footer .cancel {
  border: 1px solid #b17948;
  background: #ffffff;
  color: #b17948;
  margin-right: 30px;
}
.activity .model2 .model-con .model-footer .submit {
  background: #b17948;
  color: #ffffff;
  border: 1px solid #b17948;
}
.gerenzhongxin .content .activityrecord .table .item:nth-child(1) {
  width: 10%;
}
.gerenzhongxin .content .activityrecord .table .item:nth-child(2) {
  width: 30%;
}
.gerenzhongxin .content .activityrecord .table .item:nth-child(3) {
  width: 30%;
}
.gerenzhongxin .content .activityrecord .table .item:nth-child(4) {
  width: 30%;
}
/* 隐藏输入框的增加/减少按钮箭头 */
.yiqijuan_page input::-webkit-inner-spin-button,
.yiqijuan_page input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 查看详情补充样式 */
.gerenzhongxin section.donate_details .top {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.gerenzhongxin section.donate_details .top .search {
  width: 400px;
  height: 40px;
  position: relative;
}
.gerenzhongxin section.donate_details .top .search .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.gerenzhongxin section.donate_details .top .search input {
  width: 100%;
  padding-left: 43px;
  padding-right: 94px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}
.gerenzhongxin section.donate_details .top .search .search-btn {
  width: 62px;
  margin-left: 0;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
  position: absolute;
  top: 0;
  right: 0;
}
.gerenzhongxin section.donate_details .top .btn1 {
  width: 94px;
  height: 40px;
  background: #b17948;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-left: 30px;
  cursor: pointer;
}
.gerenzhongxin section.donate_details .top .btn1 a {
  color: #ffffff;
}
.gerenzhongxin section.donate_details .top .btn1.confirm-application-btn {
  width: 126px;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(1) {
  width: 6%;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(2) {
  width: 28%;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(3) {
  width: 10%;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(4) {
  width: 22%;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(5) {
  width: 10%;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(6) {
  width: 10%;
}
.gerenzhongxin .content .donate_details .table .item:nth-child(7) {
  width: 14%;
}
/* 验证码 */
.yiqijuan_page .model2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
.yiqijuan_page .model2 .model-header {
  padding-top: 30px;
  height: 72px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.yiqijuan_page .model2 .model-header .close {
  right: 20px;
  top: 30px;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
}
.yiqijuan_page .model2 .model-con {
  width: 400px;
  height: 280px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -200px;
  background-color: #fff;
}
.yiqijuan_page .model2 .model-con .line {
  margin: 0;
  background: #f1f1f1;
  width: 350px;
  margin: auto;
}
.yiqijuan_page .model2 .model-con .model-body {
  width: 100%;
  border: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page .model2 .model-con .model-body input {
  float: left;
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.yiqijuan_page .model2 .model-con .model-body .get-code {
  width: 108px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
}
.yiqijuan_page .model2 .model-con .model-body > div:nth-child(1) {
  width: 174px;
  height: 174px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  margin: 100px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page .model2 .model-con .model-body > div:nth-child(1) > img {
  width: 146px;
  height: 146px;
}
.yiqijuan_page .model2 .model-con .model-body > div:nth-child(2) {
  width: 280px;
  height: 40px;
  background: rgba(177, 121, 72, 0.1);
  box-shadow: inset 0px 0px 4px 0px rgba(177, 121, 72, 0.2);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.yiqijuan_page .model2 .model-con .model-body > div:nth-child(2) > img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.yiqijuan_page .model2 .model-con .model-footer-con {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page .model2 .model-con .model-footer .submit {
  width: 94px;
  float: left;
  height: 36px;
  background: #b17948;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yiqijuan_page .model2 .model-con .model-footer .cancel {
  width: 94px;
  float: left;
  height: 36px;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b17948;
  background: #f8f9fd;
  margin-right: 30px;
}
.xunzhang .model5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.xunzhang .model5 .model-con {
  width: 360px;
  height: 487px;
  background: rgba(0,0,0,0.2);
  margin-left: -180px;
  margin-top: -244px;
  padding: 0;

  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xunzhang .model5 .model-con .title {
  font-weight: 600;
  font-size: 18px;
  color: #eed4aa;
  text-align: center;
  margin-top: 30px;
}
.xunzhang .model5 .model-con  > img {
  width: 168px;
  height: 168px;
  margin-top: 32px;
  margin-bottom: 27px;
}
.xunzhang .model5 .model-con  .badge {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.xunzhang .model5 .model-con  .bar {
  width: 260px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  margin: 10px 0 20px;
}
.xunzhang .model5 .model-con  .bar span {
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #b17948 0%, #ffffff 100%);
  border-radius: 3px;
}
.xunzhang .model5 .model-con  .target,
.xunzhang .model5 .model-con  .gap {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.xunzhang .model5 .model-con .number {
  width: 26px;
  height: 26px;
  background: #b17948;
  border-radius: 50%;
  font-size: 14px;
  color: #fff1d3;
  position: absolute;
  top: 77px;
  right: 54px;
  line-height: 26px;
  text-align: center;
  display: none;
}
.xunzhang .model5 .model-con .but {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  width: 94px;
  height: 40px;
  background: #b17948;
  border-radius: 2px;
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.r_yiqijuan_box  .model3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.r_yiqijuan_box  .model3 .model-con {
  width: 465px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -346px;
  margin-left: -232px;
}
.r_yiqijuan_box  .model3 .model-header {
  display: flex;
  justify-content: end;
}
.r_yiqijuan_box  .model3 .model-header img {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.r_yiqijuan_box  .model3 .model-body {
  width: 401px;
  height: 578px;
  background-image: url("../img/juan/p_bg.png");
  background-size: 100% 100%;
  overflow: hidden;
}
.r_yiqijuan_box  .model3 .model-body .model-body-title {
  font-weight: 500;
  font-size: 24px;
  color: #533113;
  text-align: center;
  margin-top: 59px;
  margin-bottom: 72px;
  position: relative;
  line-height: 33px;
}
.r_yiqijuan_box  .model3 .model-body .model-body-title::before,
.r_yiqijuan_box  .model3 .model-body .model-body-title::after {
  content: "";
  width: 272px;
  height: 25px;
  background: url("../img/juan/p_title_bg.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.r_yiqijuan_box  .model3 .model-body .model-body-title::before {
  top: -32px;
}
.r_yiqijuan_box  .model3 .model-body .model-body-title::after {
  transform: translateX(-50%) rotate(180deg);
  bottom: -32px;
}
.r_yiqijuan_box  .model3 .model-body .model-body-tx {
  text-align: center;
  margin-bottom: 24px;
}
.r_yiqijuan_box  .model3 .model-body .model-body-tx img {
  width: 84px;
  height: 84px;
}
.r_yiqijuan_box  .model3 .model-body .model-body-cont {
  font-weight: 400;
  font-size: 20px;
  color: #2d3136;
  padding: 0 30px;
  height: auto;
  overflow: hidden;
}
.r_yiqijuan_box  .model3 .model-body .model-body-cont > p {
  margin-top: 0;
  text-align: center;
  line-height: 38px;
  margin: 0;
}
.r_yiqijuan_box  .model3 .model-body  .model-body-ewm{
width: 98px;
height: 98px;
margin: 20px auto 0;
text-align: center;
padding: 4px;
background: #fff;
}
.r_yiqijuan_box  .model3 .model-body-btn {
  width: 285px;
  height: 54px;
  background: #b17948;
  border-radius: 27px;
  font-weight: 400;
  font-size: 21px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-left: 58px;
  cursor: pointer;
}