.dis {
  display: none !important;
}

.wrap .mauto {
  margin: 0px 10%;
}

.wrap .mauto .content {
  padding-bottom: 40px;
  clear: both;
}

.wrap .mauto .content aside {
  width: 225px;
  float: left;
  border: solid 1px #391a7f;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.wrap .mauto .content aside .search {
  padding: 10px 8px;
  border-bottom: 1px solid #391a7f;
  background-image: linear-gradient(0deg, rgba(44, 11, 77, 0.6) 0%, rgba(68, 56, 143, 0.6) 100%), linear-gradient(#382342, #382342);
  overflow: hidden;
}

.wrap .mauto .content aside .search img {
  float: left;
  cursor: pointer;
}

.wrap .mauto .content aside .search div {
  float: left;
  display: flex;
  margin-left: 5px;
}

.wrap .mauto .content aside .search div input {
  width: 139px;
  height: 35px;
  background-color: #e9e5f3;
  text-indent: 12px;
}

.wrap .mauto .content aside .search div input::-webkit-input-placeholder {
  color: #581766;
  text-indent: 12px;
}

.wrap .mauto .content aside .search div span {
  display: block;
  height: 35px;
  background: #e9e5f3 url("../images/search_icon.png") no-repeat;
  background-position: 0% 50%;
  width: 29px;
  cursor: pointer;
}

.wrap .mauto .content aside .us {
  height: 70vh;
  background-image: linear-gradient(0deg, rgba(3, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(#3c1460, #3c1460);
  padding: 26px 12px 0px 12px;
}

.wrap .mauto .content aside .us .user .user_inforamation {
  width: 200px;
}

.wrap .mauto .content aside .us .user .user_inforamation .user_portrait {
  margin: 0px 26px 0px 26px;
  width: 148px;
  height: 188px;
  position: relative;
  top: 0px;
  left: 0px;
  border: solid 2px #de9500;
  overflow: hidden;
}

.wrap .mauto .content aside .us .user .user_inforamation .user_portrait img {
  top: 0px !important;
}

.wrap .mauto .content aside .us .user .user_inforamation .user_id {
  width: 152px;
  height: 30px;
  line-height: 30px;
  color: #803000;
  margin-left: 26px;
  background-color: #ffe6af;
  box-shadow: inset 0px 1px 0px 0px  #de9500;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
}

.wrap .mauto .content aside .us .user .user_inforamation .user_id img {
  vertical-align: middle;
  vertical-align: top;
  padding-top: 7px;
}

.wrap .mauto .content aside .us .user .user_inforamation .user_id span {
  font-size: 14px;
  display: inline-block;
  width: 74px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap .mauto .content aside .us .user .Guard {
  width: 200px;
  height: 33px;
  background: url("../images/rankingfirst_bg.png") no-repeat;
  background-position: 50% -7px;
  border-radius: 0px 0px 4px 4px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 33px;
}

.wrap .mauto .content aside .us .user_btn {
  cursor: pointer;
}

.wrap .mauto .content aside .us .user_btn img + img {
  padding-left: 4px;
}

.wrap .mauto .content aside .us .user_btn button {
  display: block;
  width: 150px;
  height: 36px;
  line-height: 36px;
  color: #e9e5f3;
  font-size: 14px;
  text-indent: 25px;
  text-align: left;
  background: url("../images/usersubnav.png");
  margin: 0px auto;
}

.wrap .mauto .content aside .us .user_btn button + button {
  margin-top: 9px;
}

.wrap .mauto .content aside .us .user_btn .checkbtn {
  background: url("../images/subnav_checked.png");
  color: #803000;
}

.wrap .mauto .content aside .us .gift_Harvest {
  width: 200px;
  height: 96px;
  padding-left: 8px;
  background-color: #8171df;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  padding-top: 12px;
  box-sizing: border-box;
  margin-top: 10px;
}

.wrap .mauto .content aside .us .gift_Harvest p + p {
  padding-top: 12px;
}

.wrap .mauto .content aside .us .gift_Harvest span {
  color: #ffdc1a;
}

.wrap .mauto .content aside .us .gift_daily, .wrap .mauto .content aside .us .gift_month, .wrap .mauto .content aside .us .giftgive_month {
  box-sizing: border-box;
  width: 200px;
  height: 73px;
  background-color: #8171df;
  border-radius: 4px;
  color: white;
  margin-top: 10px;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 12px;
}

.wrap .mauto .content aside .us .gift_daily p + p, .wrap .mauto .content aside .us .gift_month p + p, .wrap .mauto .content aside .us .giftgive_month p + p {
  padding-top: 14px;
}

.wrap .mauto .content aside .us .gift_daily span, .wrap .mauto .content aside .us .gift_month span, .wrap .mauto .content aside .us .giftgive_month span {
  color: #ffdc1a;
}

.wrap .mauto .content article {
  box-sizing: border-box;
  width: calc(100% - 247px);
  float: left;
  margin-left: 22px;
}

.wrap .mauto .content article .subnav {
  width: 100%;
  background-image: linear-gradient(0deg, #37064e 0%, #632b81 100%), linear-gradient(#521c6d, #521c6d);
  border-radius: 4px;
  padding-left: 42px;
  box-sizing: border-box;
  height: 38px;
}

.wrap .mauto .content article .subnav :hover {
  cursor: pointer;
}

.wrap .mauto .content article .subnav li {
  width: 92px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 12px;
  float: left;
  color: white;
}

.wrap .mauto .content article .subnav .subnav_checked {
  background-image: linear-gradient(0deg, #f89700 0%, #f9d900 100%), linear-gradient(#fadf3e, #fadf3e);
  color: #803000;
}

.wrap .mauto .content article .gift_list {
  min-height: 70vh;
  box-sizing: border-box;
  width: 94%;
  margin: 0px auto;
  overflow: hidden;
}

.wrap .mauto .content article .gift_list li {
  margin-left: 3%;
  float: left;
  width: 112px !important;
  height: 155px;
  box-sizing: border-box;
  background-color: #8171df;
  border: solid 1px #391a7f;
  padding: 6px;
  margin-top: 28px;
  cursor: pointer;
}

.wrap .mauto .content article .gift_list li figure {
  width: 100px;
  height: 100px;
  position: relative;
  top: 0px;
  left: 0px;
}

.wrap .mauto .content article .gift_list li figure img {
  width: 100px;
  height: 100px;
}

.wrap .mauto .content article .gift_list li figure figcaption {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  color: #f3544e;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-indent: 2px;
}

.wrap .mauto .content article .gift_list li .gift_information {
  padding-top: 9px;
  color: white;
  font-size: 12px;
}

.wrap .mauto .content article .gift_list li .gift_information .gift_price span + span {
  color: #f9d900;
}

.wrap .mauto .content article .gift_list li .gift_information .gift_price img {
  padding-left: 5px;
  vertical-align: middle;
}

.wrap .mauto .content article .my-page {
  display: flex;
  padding: 9px 0px;
  justify-content: center;
}

.wrap .mauto .content article .Recharge {
  float: left;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(55, 6, 78, 0.38) 0%, rgba(99, 43, 129, 0.38) 100%), linear-gradient(#3c1460, #3c1460);
  border-radius: 4px;
  border: solid 1px #643ea9;
  padding: 27px 42px 10px 42px;
  color: #aba6ee;
  font-size: 12px;
  position: relative;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  margin-top: 6px;
}

.wrap .mauto .content article .Recharge > div {
  float: left;
  width: 73%;
}

.wrap .mauto .content article .Recharge > div .obj {
  float: left;
  display: flex;
  margin-top: 10px;
}

.wrap .mauto .content article .Recharge > div .obj p {
  line-height: 34px;
  padding-right: 9px;
}

.wrap .mauto .content article .Recharge > div .obj input {
  width: 200px;
  height: 34px;
  background-color: #201f4a;
  border-radius: 4px;
  border: solid 1px #8171df;
  color: #e0d048;
  text-indent: 11px;
}

.wrap .mauto .content article .Recharge > div .gift_num {
  float: left;
  padding-top: 10px;
}

.wrap .mauto .content article .Recharge > div .gift_num .radio_type {
  width: 20px;
  height: 20px;
  appearance: none;
  position: relative;
  top: 9px;
  margin: 0px 9px;
  float: left;
}

.wrap .mauto .content article .Recharge > div .gift_num > div {
  float: left;
}

.wrap .mauto .content article .Recharge > div .gift_num > div div {
  width: 180px;
  height: 34px;
  line-height: 34px;
  background-color: #201f4a;
  border-radius: 4px;
  border: solid 1px #8171df;
  font-size: 12px;
  color: #e0d048;
}

.wrap .mauto .content article .Recharge > div .gift_num > div div span span {
  display: inline-block;
  width: 67px;
  text-indent: 11px;
}

.wrap .mauto .content article .Recharge > div .gift_num > div img {
  margin: 14px 10px 14px 0px;
  float: right;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: transform 0.2s;
  cursor: pointer;
}

.wrap .mauto .content article .Recharge > div .gift_num > div .rotate {
  transform: rotate(0deg);
}

.wrap .mauto .content article .Recharge > div .gift_num > div ul {
  border: solid 1px #8171df;
  margin-top: -2px;
  display: none;
  position: absolute;
  height: 106px;
  overflow-y: scroll;
  width: 180px;
}

.wrap .mauto .content article .Recharge > div .gift_num > div ul li {
  width: 176px;
  height: 34px;
  background-color: #201f4a;
  cursor: pointer;
  border-bottom: 1px solid #8171df;
  color: white;
  line-height: 34px;
}

.wrap .mauto .content article .Recharge > div .gift_num > div ul li span {
  width: 70px;
  display: inline-block;
  text-align: left;
  text-indent: 11px;
}

.wrap .mauto .content article .Recharge > div .gift_custom {
  margin-top: 10px;
  float: left;
}

.wrap .mauto .content article .Recharge > div .gift_custom input[type="text"] {
  width: 180px;
  height: 34px;
  background-color: #201f4a;
  border-radius: 4px;
  border: solid 1px #8171df;
  line-height: 34px;
  text-indent: 11px;
  color: #e0d048;
}

.wrap .mauto .content article .Recharge > div .gift_custom input::-webkit-input-placeholder {
  color: #44388f;
  text-indent: 11px;
}

.wrap .mauto .content article .Recharge > div .gift_custom .radio_type1 {
  width: 20px;
  height: 20px;
  appearance: none;
  position: relative;
  top: 9px;
  margin: 0px 9px;
  float: left;
}

.wrap .mauto .content article .Recharge .give_btn {
  padding-left: 17px;
  float: left;
  cursor: pointer;
  padding-bottom: 27px;
}

.wrap .mauto .content article .Recharge .user_money {
  clear: both;
  display: none;
  padding-top: 21px;
  color: #aba6ee;
  font-size: 12px;
}

.wrap .mauto .content article .Recharge .user_money span {
  color: #e0d048;
}

.wrap .id_error, .wrap .givesuccess_modal, .wrap .already_modal, .wrap .sign_success {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  width: 232px;
  height: 66px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(black, black);
  text-align: center;
  display: none;
  padding: 4px;
  box-sizing: border-box;
}

.wrap .id_error div, .wrap .givesuccess_modal div, .wrap .already_modal div, .wrap .sign_success div {
  width: 224px;
  height: 58px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(black, black);
  padding-top: 15px;
  box-sizing: border-box;
}

.wrap .id_error div .close_icon, .wrap .givesuccess_modal div .close_icon, .wrap .already_modal div .close_icon, .wrap .sign_success div .close_icon {
  position: absolute;
  top: -14px;
  left: 215px;
  cursor: pointer;
}

.wrap .sign_success {
  padding: 4px;
  box-sizing: border-box;
  z-index: 9999999999;
}

.wrap .friend_modal {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  width: 232px;
  height: 66px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(black, black);
  display: none;
  padding: 4px;
  text-align: center;
  box-sizing: border-box;
  z-index: 9999999999999;
}

.wrap .friend_modal div {
  width: 224px;
  height: 58px;
  padding-top: 15px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(black, black);
}

.wrap .friend_modal div .close_icon {
  position: absolute;
  top: -14px;
  left: 215px;
  cursor: pointer;
}

.wrap .givegift_modal {
  width: 300px;
  height: 301px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#000000, #000000);
  border-radius: 4px;
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  padding: 4px;
  box-sizing: border-box;
  display: none;
}

.wrap .givegift_modal > div {
  width: 292px;
  height: 293px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(#000000, #000000);
  padding: 0px 27px;
  border-radius: 4px;
  box-sizing: border-box;
}

.wrap .givegift_modal > div .close_icon {
  position: absolute;
  top: -14px;
  left: 281px;
  cursor: pointer;
}

.wrap .givegift_modal > div img + img {
  padding: 23px 64px 0px 64px;
}

.wrap .givegift_modal > div p {
  padding-top: 20px;
  font-size: 12px;
  padding-left: 8px;
  color: white;
}

.wrap .givegift_modal > div p span {
  color: #fadd3c;
}

.wrap .givegift_modal > div .lastp {
  padding: 0px;
  margin-top: 20px;
  width: 245px;
  height: 32px;
  background: url("../images/gift_border.png");
  background-size: 100% 100%;
  text-indent: 9px;
  line-height: 32px;
  padding-left: 0px;
}

.wrap .givegift_modal > div button {
  margin-left: 8px;
  width: 100px;
  height: 40px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#ffffff, #ffffff);
  color: white;
  text-align: center;
  line-height: 40px;
}

.wrap .givegift_modal > div button + button {
  background-image: linear-gradient(0deg, #8171df 0%, #c0b5ff 100%), linear-gradient(#ffffff, #ffffff);
  margin: 27px 0px 0px 25px;
}

.wrap .myfriend_modal {
  width: 232px;
  height: 372px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#000000, #000000);
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  padding: 4px;
  box-sizing: border-box;
  display: none;
}

.wrap .myfriend_modal > div {
  width: 224px;
  height: 364px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(#000000, #000000);
}

.wrap .myfriend_modal > div img + img {
  padding: 15px 60px 7px 54px;
}

.wrap .myfriend_modal > div .close_icon {
  position: absolute;
  top: -14px;
  left: 216px;
  cursor: pointer;
}

.wrap .myfriend_modal > div ul {
  width: 208px;
  height: 263px;
  margin: 0px auto;
  overflow: auto;
  background: white;
}

.wrap .myfriend_modal > div ul li {
  padding-top: 21px;
  padding: 21px 7px 0px 7px;
  overflow: hidden;
}

.wrap .myfriend_modal > div ul li img {
  float: left;
}

.wrap .myfriend_modal > div ul li p {
  float: left;
  padding-left: 9px;
  color: #555555;
  font-size: 12px;
  cursor: pointer;
}

.wrap .myfriend_modal > div ul li span {
  float: right;
  color: #fe733b;
  cursor: pointer;
}

.wrap .myfriend_modal > div button {
  margin: 17px 22px 0px 22px;
  width: 180px;
  height: 24px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#ffffff, #ffffff);
  color: #803000;
  font-size: 12px;
}

.wrap .signin {
  width: 482px;
  height: 351px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#000000, #000000);
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  padding: 4px;
  box-sizing: border-box;
  display: none;
}

.wrap .signin > div {
  width: 474px;
  height: 343px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(#000000, #000000);
}

.wrap .signin > div .close_icon {
  position: absolute;
  top: -14px;
  left: 465px;
  cursor: pointer;
}

.wrap .signin > div > img + img {
  padding: 26px 168px 4px 168px;
}

.wrap .signin > div div {
  padding: 0px 28px;
  box-sizing: border-box;
  overflow: hidden;
}

.wrap .signin > div div ul {
  margin-left: -14px;
  width: calc(100% + 18px);
}

.wrap .signin > div div ul .signin_num, .wrap .signin > div div ul .checked_signin {
  margin-left: 14px;
  background: url("../images/gift_bg.png");
  background-size: 100% 100%;
  width: 94px;
  height: 108px !important;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  float: left;
  color: #803000;
  margin-top: 18px;
  cursor: pointer;
  position: relative;
}

.wrap .signin > div div ul .signin_num img:nth-of-type(1), .wrap .signin > div div ul .checked_signin img:nth-of-type(1) {
  padding: 4px 0px 0px 0px;
  width: 38px;
  height: 43px;
  display: block;
  margin: 0px auto;
}

.wrap .signin > div div ul .signin_num img + img, .wrap .signin > div div ul .checked_signin img + img {
  width: 88px;
  height: 103px;
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 0px;
  display: none;
}

.wrap .signin > div div ul .signin_num p, .wrap .signin > div div ul .checked_signin p {
  font-size: 14px;
  padding-top: 8px;
}

.wrap .signin > div div ul .signin_num span, .wrap .signin > div div ul .checked_signin span {
  display: block;
  background: #967247;
  width: 90px;
  height: 23px;
  border-radius: 0px 0px 14px 14px;
  margin: 0px auto;
  margin-top: 6px;
}

.wrap .signin > div div ul .checked_signin {
  background: url("../images/gitftchecked_bg.png") !important;
  background-size: 100% 100% !important;
}

.wrap .signin > div div ul .signin_btn {
  margin-left: 14px;
  width: 94px;
  height: 108px !important;
  float: left;
  margin-top: 18px;
  cursor: pointer;
}

.wrap .signin > div div ul .signin_btn img {
  width: 94px;
  height: 108px !important;
}

.wrap .grade {
  padding-right: 0.7%;
  cursor: pointer;
}

.wrap .grade dl {
  position: relative;
  top: 8px;
  left: 0px;
  float: left;
  cursor: pointer;
}

.wrap .grade dl dd {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid white;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 0px;
  left: 0px;
}

.wrap .grade dl dd img {
  top: 0px !important;
  left: 0px !important;
}

.wrap .grade dl dt {
  width: 50px;
  height: 18px;
  border-radius: 9px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#ffbb4b, #ffbb4b);
  color: #803000;
  text-align: center;
  position: absolute;
  bottom: -11px;
  left: 4px;
  z-index: 99999999999999;
}

.wrap .grade p {
  float: left;
  width: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 23px 0px 0px 12px;
}

.wrap .guard_box {
  padding-top: 10px;
  font-size: 12px;
  color: white;
  display: none;
  clear: both;
  min-height: 67.5vh;
}

.wrap .guard_box > p {
  padding-left: 16px;
}

.wrap .guard_box > p span {
  color: #da2c26;
}

.wrap .guard_box .first_guard {
  height: 90px;
  background-color: #9571df;
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 4px;
}

.wrap .guard_box .first_guard > img {
  width: 32px;
  height: 24px;
  float: left;
  padding: 33px 29px 33px 17px;
}

.wrap .guard_box .first_guard .userlogo {
  border: 1px solid white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
}

.wrap .guard_box .first_guard .photo {
  position: relative;
}

.wrap .guard_box .first_guard .photo span {
  width: 50px;
  height: 18px;
  border-radius: 9px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#ffbb4b, #ffbb4b);
  color: #803000;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 3px;
  z-index: 99;
}

.wrap .guard_box .first_guard > p {
  float: left;
  color: white;
  padding-top: 25px;
  padding-left: 13px;
}

.wrap .guard_box .first_guard > div {
  float: left;
}

.wrap .guard_box .first_guard .zhinum {
  color: white;
  font-size: 14px;
  padding-top: 24px;
  float: right;
  padding-right: 15%;
  text-align: left;
}

.wrap .guard_box ul {
  padding: 0px 14px 0px 14px;
}

.wrap .guard_box ul li {
  height: 36px;
  background: rgba(112, 72, 168, 0.5);
  border-radius: 18px;
  margin-top: 13px;
  overflow: hidden;
  line-height: 36px;
}

.wrap .guard_box ul li span:nth-of-type(1) {
  margin: 8px 9px;
  width: 20px;
  height: 20px;
  background-color: #8171df;
  border-radius: 50%;
  float: left;
  display: block;
  text-align: center;
  line-height: 20px;
}

.wrap .guard_box ul li img:nth-of-type(1) {
  vertical-align: middle;
  float: left;
  padding-top: 12px;
  padding-right: 9px;
  width: 16px;
  height: 16px;
}

.wrap .guard_box ul li span:nth-of-type(2) {
  float: left;
  display: block;
}

.wrap .guard_box ul li p {
  float: right;
  padding-right: 20px;
}

.wrap .guard_box ul li img:nth-of-type(2) {
  float: right;
  padding: 13px 12px 0px 22px;
}

.part {
  height: 260px;
  margin-bottom: 30px;
}

.box:first-of-type .pre {
  padding-right: 20px;
}

pre {
  color: #09f;
  display: block;
  overflow: auto;
  width: 100%;
  height: 180px;
  font-size: 13px;
  font-family: Consolas;
  margin-top: 15px;
}

pre i {
  font-style: normal;
}

.has-button b {
  display: inline-block;
  padding: 4px 12px 5px 12px;
  font-size: 12px;
  background: #fff;
  color: #09f;
  cursor: pointer;
  border-radius: 4px;
  margin: 10px 8px 0 0;
  border: #09f solid 1px;
  transition: .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-button b:hover {
  background: #09f;
  color: #fff;
}

.payment_modal {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(black, black);
  padding: 4px;
  width: 384px;
  height: 301px;
  display: none;
  box-sizing: border-box;
  border-radius: 4px;
}

.payment_modal > div {
  width: 376px;
  height: 293px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(black, black);
  border-radius: 4px;
  text-align: center;
}

.payment_modal > div .close_icon {
  position: absolute;
  top: -14px;
  left: 366px;
  cursor: pointer;
}

.payment_modal > div img:nth-of-type(2) {
  padding: 23px 0px 24px 0px;
  display: block;
  margin: 0px auto;
}

.payment_modal > div > div {
  width: 130px;
  height: 170px;
  display: block;
  float: left;
  margin-left: 44px;
  text-align: center;
}

.payment_modal > div > div p {
  color: white;
  padding-top: 11px;
}

.payment_modal > div > div > div {
  height: 130px;
  width: 130px;
}

.payment_modal > div div + div {
  margin-left: 26px;
}

.payment_modal > div > p {
  width: 245px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  background: url("..../images/gift_border.png");
  background-size: 100% 100%;
  margin: 0px auto;
  margin-top: 17px;
  line-height: 32px;
  color: white;
  clear: both;
}

.reminder1 {
  display: none;
  width: 232px;
  height: 284px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(black, black);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 4px;
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
}

.reminder1 > div {
  width: 224px;
  height: 276px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(black, black);
  text-align: center;
  border-radius: 4px;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}

.reminder1 > div .close_icon {
  position: absolute;
  top: -14px;
  left: 213px;
  cursor: pointer;
}

.reminder1 > div img + img {
  padding-top: 15px;
}

.reminder1 > div p {
  line-height: 22px;
  padding: 35px 32px  77px 32px;
  color: white;
  font-size: 12px;
  text-align: left;
}

.reminder1 > div div {
  justify-content: center;
  display: flex;
}

.reminder1 > div div button {
  width: 45px;
  height: 24px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(white, white);
  border-radius: 2px;
  border: solid 1px #f6b010;
  color: #803000;
  font-size: 12px;
}

.reminder1 > div div button + button {
  margin-left: 20px;
}

.gift_cekeced {
  background-color: #e55700 !important;
}

.notclickn {
  pointer-events: none;
}

button {
  cursor: pointer;
}

.userDetail {
  min-height: 85vh;
  background: rgba(77, 23, 117, 0.5);
  padding: 33px 20px;
  box-sizing: border-box;
  color: white;
  display: none;
}

.userDetail .monthnum {
  height: 120px;
  border-bottom: 1px solid rgba(116, 81, 177, 0.5);
  display: flex;
  justify-content: space-between;
}

.userDetail .monthnum li {
  height: 92px;
  width: 30%;
  background-image: linear-gradient(0deg, rgba(3, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%), linear-gradient(#8171df, #8171df);
  border-radius: 4px;
  border: 1px solid #9171b8;
}

.userDetail .monthnum li p {
  padding-top: 30px;
  padding-left: 35px;
  color: white;
  font-size: 12px;
}

.userDetail .monthnum li span {
  padding-left: 35px;
  padding-top: 2px;
  font-size: 16px;
  color: #ffdc1a;
}

.userDetail .giftdetaillist {
  padding-top: 11px;
}

.userDetail .giftdetaillist li {
  height: 40px;
  background-image: linear-gradient(0deg, rgba(3, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%), linear-gradient(#8171df, #8171df);
  border-radius: 4px;
  margin-top: 16px;
  line-height: 40px;
}

.userDetail .giftdetaillist li p:nth-of-type(1) {
  padding-left: 38px;
  font-size: 12px;
  float: left;
}

.userDetail .giftdetaillist li p:nth-of-type(2) {
  float: right;
  padding-right: 12px;
}

.userDetail .giftdetaillist li p:nth-of-type(2) span {
  color: #ffdc1a;
}

.givebox {
  width: 482px;
  height: 371px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(black, black);
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 999;
  padding: 4px;
  box-sizing: border-box;
  display: none;
}

.givebox > div {
  width: 474px;
  height: 363px;
  background-image: linear-gradient(0deg, #2d0b4d 0%, #581766 100%), linear-gradient(black, black);
  border-radius: 4px;
  padding: 23px 19px 0px 19px;
  box-sizing: border-box;
}

.givebox > div .givebox_img {
  width: 112px;
  height: 112px;
  background-color: #8171df;
  padding: 6px;
  box-sizing: border-box;
  float: left;
}

.givebox > div .givebox_img img {
  width: 100px;
  height: 100px;
}

.givebox > div .givebox_user {
  float: left;
  padding-left: 10px;
  font-size: 12px;
}

.givebox > div .givebox_user label {
  display: block;
  color: #aba6ee;
  font-size: 12px;
  line-height: 34px;
  overflow: hidden;
}

.givebox > div .givebox_user label span {
  display: block;
  width: 57px;
  line-height: 34px;
  float: left;
  text-align: right;
  padding-right: 6px;
}

.givebox > div .givebox_user label input {
  width: 248px;
  height: 34px;
  background-color: #42417d;
  border-radius: 4px;
  border: solid 1px #8171df;
  color: #e0d048;
  text-indent: 10px;
  line-height: 34px;
  float: left;
}

.givebox > div .givebox_user label + label {
  margin-top: 6px;
}

.givebox > div .givebox_user div {
  margin-top: 6px;
}

.givebox > div .givebox_user div label {
  float: left;
}

.givebox > div .givebox_user div label input {
  width: 123px !important;
  background-color: #201f4a !important;
}

.givebox > div .givebox_user div p {
  float: left;
  color: #e0d048;
  line-height: 34px;
  padding-left: 9px;
}

.givebox .giveboxgift_num {
  margin-left: -19px;
  overflow: hidden;
  clear: both;
}

.givebox .giveboxgift_num li {
  margin-top: 12px;
  margin-left: 19px;
  text-align: center;
  float: left;
  cursor: pointer;
  width: 92px;
  height: 52px;
  border-radius: 4px;
  color: #9a3be5;
  font-size: 14px;
  background-image: linear-gradient(0deg, #dfbcec 0%, white 100%), linear-gradient(#ea68a2, #ea68a2);
}

.givebox .giveboxgift_num li p {
  padding-top: 8px;
}

.givebox .giveboxgift_num li span {
  display: block;
  text-align: center;
}

.givebox .giveboxgift_num .giveboxgift_checked {
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(#a400e5, #a400e5);
  color: #803000;
}

.givebox .giveboxgift_text {
  color: #aba6ee;
  margin-top: 12px;
  clear: both;
}

.givebox .givebox_btn {
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

.givebox .givebox_btn button {
  width: 93px;
  height: 34px;
  background-image: linear-gradient(0deg, #f49f00 0%, #fadf3e 100%), linear-gradient(white, white);
  border-radius: 2px;
  border: solid 1px #f6b010;
  color: #803000;
}

.givebox .givebox_btn button + button {
  margin-left: 59px;
}

.loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 9999999999999999;
  top: 0px;
  left: 0px;
  display: none;
}

.loading img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 124px;
  height: 124px;
}
