/* 추천인 팝업 */
.join_cont_01 {
  font-size: 18px;
}
.join_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  z-index: 99999;
  border: 1px solid #4284ff;
  border-radius: 12px;
  width: 95%;
  display: none;
  color: #333;
  background: #fdfdfd;
}
.join_pop input {
  color: #333;
}
.join_pop.active {
  display: block;
}
.join_pop p {
  margin-bottom: 5px;
}
.join_cont_03 {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  text-align: center;
}
.join_close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #4284ff;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 13px;
}
.join_pop ul {
}

.join_cont_04 dl {
  display: table;
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding: 12px 0;
}
.join_cont_04 dd {
  display: table-cell;
  width: calc(100% / 3);
}
.join_pop ul > li {
  margin-bottom: 20px;
}
.join_pop ul li.join_button {
  margin-bottom: 50px;
}
/* 마이페이지 메인 */
.section {
  padding: 32px 0;
}
.sec01_top01 {
  font-size: 20px;
}
.sec01_top02 {
  opacity: 0.7;
  margin-bottom: 10px;
}
.sec01_top03 {
  opacity: 0.7;
}
.my_icon {
  margin-right: 50px;
  padding: 12px;
  background: #f8f8f8;
  border-radius: 50%;
}
.my_icon img {
  width: 30px;
  opacity: 0.8;
}
.sec01_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec01_bottom_icon {
  width: 25px;
  margin-right: 30px;
  filter: invert(1);
}
.sec01_bottom {
}
.sec01_bottom ul {
}
.sec01_bottom ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}
.sec01_bottom ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sec01_bottom_content {
  display: flex;
}

/* 로그인 */
.section {
  margin-bottom: 100px;
}
.section03 {
}
.section02 {
  /* height: 100vh; */
  width: 100%;
  display: flex;
  align-items: center;
}

.section02 .section_logo {
  font-size: 35px;
  text-align: center;
  margin: 0 auto 40px;
  color: #4284ff;
  width: 100%;
}
.section_login {
  margin-top: 30px;
}
.login_01 {
  font-size: 28px;
  margin-bottom: 10px;
}
.login_02 input {
  width: 100%;
  padding: 12px;
  /* box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3); */
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: #333;
}
.login_02 {
}
.login_02 ul {
}
.login_02 ul li {
  margin-bottom: 20px;
}
.login_03 {
  margin-bottom: 10px;
  display: flex;
}
.login_04 {
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
}
.login_05 {
  text-align: center;
  margin: 30px 0;
}
.login_06 {
  text-align: center;
  font-weight: bold;
}

/* 로그인 회원가입 */
.sec03_tit {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.sec03_0101 {
  height: 150px;
  border: 1px solid #4284ff;
  overflow-y: scroll;
  padding: 12px;
}
.sec03_01_tit {
  background: #4284ff;
  padding: 6px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff !important;
}
.sec03_01_tit h2 {
  font-size: 17px;
}
.sec03_0101 p {
  font-size: 14px;
}
.sec03_0102 {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #4284ff;
  border-top: none;
  font-size: 13px;
}
.sec03_01 {
  margin-bottom: 50px;
}
/* .sec03_next {
  text-align: center;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px;
  background: #cecece;
  color: #fff;
  border-radius: 8px;
} */
.sec03_next a {
  width: 100%;
  display: inline-block;
}

/* 로그인 회원가입2 */

.sec04_logo {
  width: 180px;
  margin: 0 auto;
}
.sec04_input {
}
select {
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
.sec04_name {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #333;
}
select option {
  padding: 3px 0;
  color: #333 !important;
}
input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 8px !important;
}
.yujin_join input {
  color: #333 !important;
}
select {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.sec04_cont {
}

.sec04_cont ul {
}
.sec04_cont ul li {
  margin-bottom: 20px;
}
.sec_cont04_01 {
  position: relative;
}
.sec04_add01 {
  font-size: 12px;
  background: #4284ff;
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: -2px;
  padding: 2px 11px;
  color: #fff;
}
.sec04_cont02 {
  font-size: 14px;
}
.sec04_cont02 ul li {
  margin-bottom: 5px;
  font-weight: 500;
}
.sec_join {
  color: #333;
}
/* .sec04_cont_0202 p {
  width: 100%;
  padding: 8px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  background: #ff7f00;
  color: #fff;
} */

/* 투자 */
/* input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type="date"] {
  text-align: center;
  border-radius: 12px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/calender.png) no-repeat 90%;
  background-size: 20px;
  opacity: 0.6;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  background-position: 80% 50%;
  background-size: 20px;
} */
input[type="date"] {
  color: #333 !important;
}
.invest_tit02 h2 {
  display: none;
}
.invest_date {
  margin: 30px 0;
}
.invest_tit {
  text-align: center;
  font-size: 21px;
  position: relative;
}
.invest_tit02 {
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
}
.invest_tit02 h2 {
}
.invest_tit span {
  position: absolute;
  right: 20px;
  top: 1px;
  font-size: 15px;
  background: #2c2c2c;
  color: #fff;
  padding: 5px 12px;
  border-radius: 6px;
}
.invest_tit02 p {
  color: #333;
  font-weight: 500;
  font-size: 28px;
}
.invest_date02 ul li {
  margin-bottom: 10px;
}
.data_flex {
  display: none;
  /* display: flex; */
  justify-content: space-between;
}
.invest_date04 {
  width: 30%;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}
/* .invest_search {
  text-align: center;
  padding: 6px;
  background: #ff7f00;
  border-radius: 12px;
  color: #fff;
} */
.invest_bottom_01 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}
.invest_input_name {
  font-size: 15px;
  font-weight: 500;
}
.invest_input_wrap {
  display: flex;
}
.invest_input_wrap div {
  margin-right: 20px;
}
.invest_input02 {
  width: 80%;
}
.invest_date02 ul li.mb {
  margin: 20px 0;
}
.invest_bottom_04 {
  opacity: 0.4;
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}
.invest_bottom ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.notice_cont {
  text-align: center;
}
.notice_cont dl {
  display: table;
  width: 100%;
}
.notice_cont dl dd {
  display: table-cell;
  width: 50%;
}
.notice_tit {
  font-size: 23px;
  text-align: center;
}
.notice_tit {
  margin-bottom: 30px;
}
.notice_cont dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.notice_cont dd {
  padding: 12px;
}
.notice_page {
  text-align: center;
  margin-top: 30px;
}
.notice_page ul li {
  display: inline-block;
  opacity: 0.7;
  margin: 0 5px;
}
.notice_page ul li.on {
  opacity: 1;
}
.sec04_cont_tit02 {
  font-size: 20px;
  margin-bottom: 20px;
}

.revenue_cont01 {
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.revenue_cont01 ul {
}
.revenue_cont01 ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.revenue_cont01 ul li.revenue_tit {
  margin-bottom: 20px;
  font-size: 20px;
}

.revenue dl {
  display: table;
  width: 100%;
}
.revenue dd {
  display: table-cell;
}
.good01 {
  width: 33.3333%;
  text-align: center;
}
.revenue_cont02 {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 14px;
}
.revenue_cont02 ul {
}
.revenue_cont02 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px;
  border-radius: 12px;
}
.googd02 {
  width: 100%;
}
.revenue_cont02 ul li.history {
  background: rgba(255, 255, 255, 0.3);
}
.revenue_cont02 ul li.good {
  background: rgba(255, 255, 255, 0.1);
}
.sec05_tit {
  font-size: 18px;
  margin-bottom: 20px;
}
.sec05_top {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 30px;
}
.sec05_top ul {
}
.sec05_top ul li {
  display: flex;
  justify-content: space-between;
}
.sec05_cont ul {
}
.sec05_cont ul li {
  margin-bottom: 20px;
}
.pay_01 {
  font-size: 18px;
  margin-bottom: 10px;
}
.pay_02 {
  opacity: 0.9;
}
.pay_03 {
  font-size: 15px;
  opacity: 0.9;
  margin-top: 5px;
}

.pay_tab_btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}
.pay_tab_btn ul {
  display: flex;
}
.invest_bottom_03 {
  color: #333;
}
.pay_tab_btn ul li {
  width: 50%;
  padding: 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.pay_tab_btn ul li:last-child {
  border-right: none;
}
.pay_tab_btn ul li.active {
  background: #333;
  color: #fff;
}
.pay10_wrap {
  display: none;
}
.pay_container {
}
.pay10_wrap.active {
  display: block;
}
.pay_10 {
}
.pay_10 ul {
}
.pay_10 ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.pay10_table ul li:first-child dl {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.pay10_table {
}
.pay10_table dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay10_table dd {
  display: table-cell;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  width: 33.3333%;
}
textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px;
}
.sec04_input ul {
  display: flex;
}
.sec04_input ul li {
  width: 47.5%;
}
.sec04_input ul li:first-child {
  margin-right: 5%;
}
/* .sec04_input input[type="date"] {
  border-radius: 8px;
  text-align: left;
}
.sec04_input input[type="date"]::-webkit-calendar-picker-indicator {
  background-size: 15px;
} */
.sec04_input input[type="time"] {
  border-radius: 8px;
  position: relative;
}
.sec04_input input[type="time"]:after {
  content: "시간선택";
  color: #666;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.photo_wrap {
  justify-content: center;
}
.photo_01 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 6px 12px;
  width: 65%;
  margin-right: 5%;
}
.photo_02 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 6px 12px;
  width: 30%;
}
.photo_01_in {
  opacity: 0.7;
}
.sec04_cont_0202 ul {
  display: flex;
}
.sec04_cont_0202 ul li {
  width: 47.5%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 16px;
  text-align: center;
}
.sec04_cont_0202 ul li:first-child {
  margin-right: 5%;
}
.login_password {
  margin-bottom: 10px;
  font-size: 16px;
}
.sec05_tab_bottom {
}
.sec05_tab_bottom ul {
}
.sec05_tab_bottom ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sec05_tab_bottom ul li dl {
  display: table;
  text-align: center;
  width: 100%;
}
.sec05_tab_bottom ul li dl dd {
  display: table-cell;
  padding: 8px;
  width: calc(100% / 3);
}
.sec05_tab_tit {
  background: rgba(255, 255, 255, 0.1);
}
.empty {
  width: 100%;
  padding: 12px;
  border-bottom: 0 !important;
  text-align: center;
}
.profile_wrap {
}
.profile_wrap p {
  text-align: center;
  margin-bottom: 20px;
}
.profile_photo {
  margin-top: 20px;
}
.pay10_wrap {
}
.photo_add {
  font-size: 30px;
}
.photo_add {
}
form input {
  /* border-radius: 8px;
  height: auto !important; */
}
.photo_wrap input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.photo_wrap label {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  padding: 10px;
}
.photo_wrap .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 70%;
  color: #999999;
}
.score {
  background: #ff7f00;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
}
.scroe {
  margin-top: 30px;
}
.score_tit01 {
  font-size: 28px;
  margin: 60px 0 30px;
  text-align: center;
  color: #c06c18;
}
.score_tit01 h2 {
  font-weight: bold;
}
.score_tit02 {
  font-size: 19px;
  font-weight: 500;
  color: #ff7f00;

  margin-bottom: 10px;
}
.score_03 {
  overflow-x: scroll;
}
.score_03 table {
  width: 100%;
  width: 800px;
}
.score_03 th,
td {
  padding: 5px 10px !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.score_03 th {
  background: #ff7f00;
  color: #fff;
  border-right: 1px solid #fff;
}
.score_03 td {
  border-right: 1px solid #ff7f00;
  border-bottom: 1px solid #ff7f00;
  font-size: 14px;
}
.score_03 td:first-child {
  width: 13%;
  color: #ff7f00;
  font-weight: bold;
}
.score_03 td:nth-child(2) {
  width: 25%;
}
.score_03 td:nth-child(3) {
  width: 30%;
  color: #ff7f00;
  font-weight: bold;
}
.score_04 {
  font-size: 13px;
  color: #ff7f00;
  margin-top: 5px;
  font-weight: 500;
}
.score_04 p {
  margin-bottom: 5px;
}
.score_05 {
  margin-top: 100px;
  margin-bottom: 120px;
}
.sc_graph02 {
  margin-top: 30px;
}
.notice_cont.s1 dd {
  width: 33.3333%;
}
.member_tit {
  font-size: 18px;
  margin: 70px 0 10px;
}
.score_scroll {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 5px;
}
.invest_su01 {
  margin-top: 30px;
}
.invest_su01 {
}
.invest_su01 ul {
  display: flex;
  justify-content: center;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 12px;
}
.invest_su01 ul li {
  margin: 0 15px;
}
.invest_su02 {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.invest_su02 p.s1 {
  opacity: 0.5;
  margin-bottom: 10px;
}
.invest_su02 p.s2 {
}
.invest_su03 {
  margin-top: 20px;
}
.invest_su03 input {
}
.invest_su03 {
  display: flex;
}
.su03_wrap {
  width: 90%;
}
.su03_point {
  vertical-align: middle;
  font-size: 23px;
  margin-left: 10px;
}
.su03_point p {
  vertical-align: middle;
}
.invest_su04 {
  margin-top: 50px;
  text-align: center;
}
.invest_su04 ul {
}
.invest_su04 ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  border-radius: 12px;
}
.invest_su04 ul li:nth-child(1) {
  background: #ff7f00;
  margin-bottom: 12px;
}
.invest_su04 ul li:nth-child(2) {
  background: #c06c18;
}
.pay01 {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
}
.pay03 {
  font-size: 12px;
  color: #ffc400;
  margin: 5px 0;
  font-weight: 500;
}
.pay04 {
  font-size: 13px;
  opacity: 0.6;
  font-weight: 500;
}
.su_pay {
  margin-top: 20px;
}
.su_pay ul {
  display: flex;
  font-weight: 500;
}
.su_pay ul li {
  margin-right: 20px;
}
.su_pay02 {
  font-weight: 500;
  margin-top: 10px;
}
.header_lang {
  font-size: 15px;
  margin-right: 50px;
  font-weight: 500;
  margin-top: 20px;
  width: 100px;
  text-align: center;
  z-index: 99999;
  position: relative;
  position: absolute;
  top: 50px;
  left: 30px;
}
.header_lang p {
  color: #ff7f00;
  border: 1px solid rgb(255, 127, 0, 0.6);
  border-radius: 6px;
}
.header_lang ul {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  margin-top: 5px;
}
.header_lang ul li {
  padding: 5px;
}
.member_tit {
  display: flex;
}
.member_tit p {
}
.sec05_top02 {
  margin-top: 40px;
  margin-bottom: -40px;
  font-weight: bold;
}
.sec04_cont ul li.dn {
  display: none;
}
.sec04_cont ul li.dn.on {
  display: block;
}
.join_cont_03 p {
  margin: 0;
}
.join_cont_03 {
  background: #333;
  color: #fff;
}
button.color_change {
  border: 3px solid#4284ff;
  background: #fff;
  color: #333;
}
.sub01_wrap {
  padding: 12px;
  background: #fdfdfd;
  border-radius: 12px;
}
.sub_01_tit {
  color: #333;
  font-weight: bold;
  border-bottom: 1px dashed #333;
  line-height: 2.5;
  margin-bottom: 10px;
}
.sec01_cont {
  color: #333;
  font-weight: bold;
  font-size: 15px;
}
.sec01_cont_one ul {
}
.sec01_cont_one ul li {
  padding: 10px;
  background: rgb(66, 132, 255, 0.1);
  border: 1px solid #4284ff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.calendar {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
input[type="date"] {
  border: 1px solid #333;
  background: #fff;
  width: 46%;
}
input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none;
}
.sec01_cont_one ul li.no_db {
  display: block;
  padding: 20px 10px;
}
table {
  width: 100%;
}
th,
td {
  border: 1px solid #4284ff;
}
th {
  text-align: center;
  background: #4284ff;
  color: #fff;
}
.sec04_input.six {
  display: flex;
  justify-content: space-between;
}
.sec04_input.six input {
  width: 15%;
  /* margin-right: 10px; */
  text-align: center;
}
.pay_yujin {
  margin-bottom: 10px;
}
.arrow_img {
  width: 25px;
  transform: rotate(90deg);
}
.yujin_plus {
  width: 100%;
}
.yujin_plus ul {
  display: flex;
  justify-content: space-around;
}
.sec01_cont_one ul li.yujin_plus_wrap {
  display: none;
}
.roam_pay_count {
  margin-top: 10px;
}
.roam_pay_count ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.roam_pay_count ul li {
  text-align: center;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  width: 23%;
  font-size: 14px;
}
.roam_pay {
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  background: #400094;
}
.mt10 {
  margin-top: 10px;
}
.fwb {
  font-weight: bold;
}
.roam_pay02 ul li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.roam_pay02 ul li p {
  margin-bottom: 5px;
}
.roam_pay_btn {
  display: flex;
}

.roam_pay_btn button {
  width: 48%;
  margin-right: 4%;
}
.roam_pay_btn button:last-child {
  margin-right: 0;
}
.gift_member {
  background: #a064ff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
}
.gift_member_rel {
  position: relative;
}
.gift_tab {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 15px;
}
.gift_tab ul {
  display: flex;
  width: 100%;
}
.gift_tab ul li {
  position: relative;
  padding: 4px 12px;
  width: 50%;
  background: #f7f7f7;
  text-align: center;
  font-weight: 500;

  color: #333;
}
.gift_tab ul li.active {
  background: #7344f7;
  color: #fff;
}
.gift_tab ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.info_tab {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 15px;
}
.info_tab ul {
}
.info_tab ul li {
  position: relative;
  padding: 4px;
  background: #f7f7f7;
  text-align: center;
  color: #333;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid rgb(115, 68, 247, 0.6);
}
.info_tab ul li:last-child {
  border: none;
}
.info_tab ul li.active {
  background: #4284ff;
  color: #fff;
}
.info_tab ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.info_tit {
  font-weight: bold;
  border-bottom: 1px dashed #333;
  padding-bottom: 5px;
  margin-bottom: 25px;
  margin-top: 50px;
  color: #333;
}
.notice_content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 8px;
}
