/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login {
  height: 747px;
  background: url("../images/bg1.png") no-repeat left top #554eb5;
}
.login-box {
  width: 396px;
  padding: 52px 46px 28px 52px;
  margin: 142px 105px 0 0;
  background-color: #fff;
}
.login-box .title {
  color: #343434;
}
.login-box .title h3 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}
.login-box .title p {
  margin: 16px 0 0;
  font-size: 14px;
  color: #909090;
}
.login-box .form .item {
  position: relative;
  padding: 20px 0 0;
  margin: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d3d3d3;
}
.login-box .form .item .form-control {
  width: 100%;
  height: 40px;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.login-box .form .item .form-control::placeholder {
  color: #a2a2a2;
}
.login-box .form .item .append-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  padding: 0;
  border: 0;
  font-size: 14px;
  background: transparent;
}
.login-box .form .item .append-btn.psw {
  width: 24px;
  background: url("../images/icon2.png") no-repeat center;
}
.login-box .form .item .append-btn.yzm {
  color: #098eff;
}
.login-box .form .error {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 27px;
  margin-top: 17px;
  font-size: 14px;
  color: #ff2323;
  background: url("../images/icon3.png") no-repeat left center;
}
.login-box .form .submit {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  margin-top: 30px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  background-color: #554eb5;
}
.login-box .ft {
  margin-top: 10px;
  font-size: 14px;
}
.login-box .ft a {
  color: #a2a2a2;
}
.login-box .ft .checkbox {
  display: inline-block;
}
.login-box .ft .checkbox input:checked ~ label {
  background-image: url("../images/icon5.png");
}
.login-box .ft .checkbox label {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  padding-left: 26px;
  color: #554eb5;
  background: url("../images/icon4.png") no-repeat left center;
}
.login-box .ft .checkbox label a {
  color: #554eb5;
}
.member-main {
  padding: 20px 0 18px;
  border-top: 1px solid #e5e5e5;
}
.member-main .sidebar {
  width: 193px;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}
.member-main .sidebar ul li:nth-child(1) a {
  background-image: url("../images/icon12.png");
}
.member-main .sidebar ul li:nth-child(2) a {
  background-image: url("../images/icon13.png");
}
.member-main .sidebar ul li:nth-child(3) a {
  background-image: url("../images/icon14.png");
}
.member-main .sidebar ul li:nth-child(4) a {
  background-image: url("../images/icon15.png");
}
.member-main .sidebar ul li:nth-child(5) a {
  background-image: url("../images/icon16.png");
}
.member-main .sidebar ul li:nth-child(6) a {
  background-image: url("../images/icon17.png");
}
.member-main .sidebar ul li:nth-child(7) a {
  background-image: url("../images/icon18.png");
}
.member-main .sidebar ul li:nth-child(8) a {
  background-image: url("../images/icon19.png");
}
.member-main .sidebar ul li:nth-child(9) a {
  background-image: url("../images/icon20.png");
}
.member-main .sidebar ul li:nth-child(10) a {
  background-image: url("../images/icon27.png");
}
.member-main .sidebar ul li.active a {
  color: #fff;
  background-position: 25px 100%;
  background-color: #554eb5;
}
.member-main .sidebar ul li a {
  display: block;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  padding-left: 58px;
  font-size: 14px;
  color: #434343;
  background-repeat: no-repeat;
  background-position: 25px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.member-main .sidebar ul li a:hover {
  color: #fff;
  background-position: 25px 100%;
  background-color: #554eb5;
}
.member-main .content {
  overflow: hidden;
  padding: 25px;
  border: 1px solid #e5e5e5;
}
.member-info {
  padding-bottom: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.member-info .pic {
  width: 90px;
  overflow: hidden;
  margin-right: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.member-info .pic img {
  display: block;
  width: 100%;
  height: 90px;
}
.member-info .property {
  line-height: 46px;
  margin-top: 22px;
  font-size: 0;
}
.member-info .property > * {
  display: inline-block;
  font-size: 16px;
}
.member-info .property p {
  margin: 0 50px 0 0;
  color: #505050;
}
.member-info .property p span {
  color: #ff3c3c;
}
.member-info .property a {
  height: 46px;
  padding: 0 20px 0 47px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: url("../images/icon21.png") no-repeat 18px center #ff3c3c;
}
.member-info .desc {
  overflow: hidden;
  padding-top: 8px;
}
.member-info .desc .hd {
  font-size: 14px;
}
.member-info .desc .hd > * {
  display: inline-block;
}
.member-info .desc .hd .name {
  color: #554eb5;
}
.member-info .desc .hd .level {
  padding-left: 24px;
  margin: 0 30px 0 42px;
  color: #434343;
  background: url("../images/icon10.png") no-repeat left center;
}
.member-info .desc .hd .up {
  padding-right: 16px;
  color: #554eb5;
  background: url("../images/icon22.png") no-repeat right center;
}
.member-info .desc .bd {
  margin: 17px 0;
}
.member-info .desc .bd a {
  color: #0057cd;
}
.member-info .desc .ft {
  font-size: 14px;
  color: #9b9b9b;
}
.member-info .desc .ft span:nth-child(1) {
  margin-right: 87px;
}
.member-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.member-title h3 {
  margin: 0;
  font-size: 18px;
  color: #554eb5;
}
.member-box1 {
  margin-bottom: 25px;
  border-left: 1px solid #e5e5e5;
}
.member-box1 table {
  width: 100%;
  border-collapse: collapse;
}
.member-box1 table tr td {
  padding: 15px 25px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  font-size: 14px;
}
.member-box1 table thead tr td {
  font-weight: bold;
  background-color: #f3f3f3;
}
.member-box1 table tbody tr td {
  color: #434343;
}
.member-box1 table tbody tr td .green {
  color: #554eb5;
}
.member-box1 table tbody tr td .blue {
  color: #5ca1ff;
}
.member-box1 table tbody tr td .orange {
  color: #ff9b24;
}
.member-box1 table tbody tr td .red {
  color: #ff3c3c;
}
.member-box1 table tbody tr td .btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #ff3c3c;
}
.member-box2 {
  padding: 5px 0;
}
.member-box2 ul li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
}
.member-box2 ul li time {
  font-size: 12px;
  color: #909090;
}
.member-box2 ul li a {
  color: #2a2a2a;
}
.member-notice-detail .hd {
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.member-notice-detail .hd h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: #2a2a2a;
}
.member-notice-detail .hd p {
  margin: 0;
  color: #909090;
}
.member-notice-detail .bd {
  padding: 0 20px;
}
.member-notice-detail .bd p {
  line-height: 24px;
  font-size: 14px;
  color: #3e3e3e;
  text-indent: 2em;
}
.member-notice-detail .ft {
  margin-top: 100px;
}
.member-notice-detail .ft .btn {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #554eb5;
}
.member-tabs {
  margin-bottom: 20px;
  font-size: 0;
}
.member-tabs a {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  padding: 0 25px;
  margin-right: 11px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #434343;
  margin-bottom: 10px;
}
.member-tabs a.active {
  border-color: #554eb5;
  font-size: 14px;
  color: #fff;
  background-color: #554eb5;
}
.member-box3 .item {
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
}
.member-box3 .item .hd {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0 25px 0 20px;
  font-size: 14px;
  background-color: #f3f3f3;
}
.member-box3 .item .hd .btns {
  font-size: 0;
}
.member-box3 .item .hd .btns a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #3c9cff;
}
.member-box3 .item .hd .btns a:not(:last-child) {
  margin-right: 30px;
}
.member-box3 .item .hd .btns a:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #cbcbcb;
  content: "";
}
.member-box3 .item .hd .btns a.red {
  color: #ff3c3c;
}
.member-box3 .item .hd .desc {
  overflow: hidden;
}
.member-box3 .item .hd .desc p {
  float: left;
  width: 33.33333333%;
  margin: 0;
  color: #787878;
}
.member-box3 .item .hd .desc p strong {
  margin: 0 4px;
  color: #554eb5;
}
.member-box3 .item .bd {
  border-top: 1px solid #e5e5e5;
}
.member-box3 .item .bd table {
  width: 100%;
  border-collapse: collapse;
}
.member-box3 .item .bd table tr td {
  padding: 0 16px;
  border-right: 1px solid #e5e5e5;
}
.member-box3 .item .bd table tr td:nth-child(2) {
  width: 360px;
}
.member-box3 .item .bd table tr td:nth-child(3) {
  width: 254px;
  border-right: 0;
}
.member-box3 .item .bd table tr td .title {
  overflow: hidden;
  padding: 5px 0;
}
.member-box3 .item .bd table tr td .title .pic {
  float: left;
  width: 121px;
  height: 75px;
  margin-right: 19px;
}
.member-box3 .item .bd table tr td .title p {
  line-height: 18px;
  overflow: hidden;
  margin: 30px 0 0;
  padding-bottom: 20px;
  font-size: 14px;
  color: #2a2a2a;
}
.member-box3 .item .bd table tr td .title p.top {
  margin-top: 18px;
}
.member-box3 .item .bd table tr td .title p strong {
  display: block;
  width: 45px;
  height: 18px;
  margin-bottom: 5px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #ff3c3c;
}
.member-box3 .item .bd table tr td .desc {
  padding: 10px 0;
}
.member-box3 .item .bd table tr td .desc h3 {
  margin: 0;
  font-size: 16px;
  color: #2a2a2a;
}
.member-box3 .item .bd table tr td .desc p {
  line-height: 18px;
  margin: 6px 0 0px;
  font-size: 14px;
  color: #ababab;
}
.member-box3 .item .bd table tr td .desc .tips {
  font-size: 14px;
  color: #ff3c3c;
}
.member-box3 .item .bd table tr td .pass {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #554eb5;
  background: url("../images/icon23.png") no-repeat left top;
}
.member-box3 .item .bd table tr td .time p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #2a2a2a;
  text-align: center;
}
.member-box3 .item .bd table tr td .btns {
  text-align: center;
}
.member-box3 .item .bd table tr td .btns a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #1be29a;
}
.member-box3 .item .bd table tr td .btns a.red {
  background-color: #ff3c3c;
}
.member-form .form-item {
  position: relative;
  padding: 0 0 0 94px;
  margin: 0 0 18px;
  border: 0;
}
.member-form .form-item:last-child {
  margin-top: 36px;
}
.member-form .form-item .form-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #2a2a2a;
  text-align: right;
}
.member-form .form-item .form-label span {
  color: #ff3c3c;
}
.member-form .form-item .form-value {
  overflow: hidden;
}
.member-form .form-item .form-value .form-control {
  position: relative;
  float: left;
  width: 360px;
  line-height: 30px;
  font-size: 14px;
  color: #2a2a2a;
}
.member-form .form-item .form-value .form-control.sm {
  width: 200px;
}
.member-form .form-item .form-value .form-control.md {
  width: 522px;
}
.member-form .form-item .form-value .form-control.full {
  width: 100%;
}
.member-form .form-item .form-value .form-control.pre {
  padding-left: 124px;
}
.member-form .form-item .form-value .form-control > .red {
  color: #ff3c3c;
}
.member-form .form-item .form-value .form-control > .blue {
  margin-left: 25px;
  color: #0057cd;
}
.member-form .form-item .form-value .form-control > .coin {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 30px;
  background: url("../images/icon26.png") no-repeat left top;
}
.member-form .form-item .form-value .form-control > .coin strong {
  margin-right: 5px;
  color: #ff3c3c;
}
.member-form .form-item .form-value .form-control select.text {
  padding: 0 13px;
}
.member-form .form-item .form-value .form-control textarea.text {
  height: auto;
  line-height: 20px;
  padding: 10px 15px;
  resize: none;
}
.member-form .form-item .form-value .form-control .text {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #2a2a2a;
}
.member-form .form-item .form-value .form-control .location {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 113px;
  padding-left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #70cbff;
}
.member-form .form-item .form-value .form-control .location span {
  display: block;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon24.png") no-repeat left center;
}
.member-form .form-item .form-value .form-control .ad .bd {
  position: relative;
  display: inline-block;
  padding-right: 89px;
}
.member-form .form-item .form-value .form-control .ad .bd .btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 66px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin-top: -12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background-color: #ff3c3c;
  cursor: pointer;
}
.member-form .form-item .form-value .form-control .ad .bd .btn input {
  visibility: hidden;
  opacity: 0;
}
.member-form .form-item .form-value .form-control .ad .bd .pic img {
  display: block;
}
.member-form .form-item .form-value .form-control .ad .ft {
  font-size: 14px;
  color: #c6c6c6;
}
.member-form .form-item .form-value .value-right {
  float: left;
  margin-left: 13px;
}
.member-form .form-item .form-value .form-submit {
  width: 126px;
  height: 40px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  background-color: #ff3c3c;
}
.checkbox-list {
  margin: 0 -30px -30px 0;
}
.checkbox-list .item {
  display: inline-block;
  margin: 0 30px 30px 0;
  vertical-align: top;
}
.checkbox-list .item input[type="checkbox"],
.checkbox-list .item input[type="radio"] {
  display: none;
}
.checkbox-list .item input[type="checkbox"]:checked ~ label::before,
.checkbox-list .item input[type="radio"]:checked ~ label::before {
  border-color: #554eb5;
  background-color: #554eb5;
}
.checkbox-list .item label {
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 24px;
  color: #2a2a2a;
  cursor: pointer;
}
.checkbox-list .item label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  line-height: 14px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  content: "\2713";
}
.member-box4 {
  width: 205px;
  text-align: center;
}
.member-box4 h3 {
  margin: 0;
  font-size: 12px;
  color: #554eb5;
}
.member-box4 .pic {
  padding: 26px;
  margin: 15px 0;
  border: 1px solid #e5e5e5;
}
.member-box4 .pic img {
  display: block;
  width: 100%;
}
.member-box4 p {
  margin: 0;
  color: #505050;
}
.member-box5 {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.member-box5 table {
  width: 100%;
  border-collapse: collapse;
}
.member-box5 table tr td {
  padding: 15px 16px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  font-size: 14px;
  color: #434343;
}
.member-box5 table tr td .del {
  width: 50px;
  height: 26px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #ff3c3c;
}
.member-box5 table tr td .no-data {
  padding: 65px 0 70px;
  color: #cbcbcb;
  text-align: center;
}
.member-box5 table thead tr td {
  font-weight: bold;
  background-color: #f3f3f3;
}
.member-box6 .hd .label {
  position: relative;
  display: inline-block;
  width: 79px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0;
  margin-right: 10px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #554eb5;
  cursor: pointer;
}
.member-box6 .hd .label input {
  position: absolute;
  opacity: 0;
}
.member-box6 .hd span {
  color: #b0b0b0;
  vertical-align: middle;
}
.member-box6 .bd {
  width: 877px;
  margin: 22px 0 32px;
}
.member-box6 .bd .pic {
  width: 273px;
  height: 273px;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
  background: url("../images/icon25.png") no-repeat center #f7f7f7;
}
.member-box6 .bd .desc {
  overflow: hidden;
}
.member-box6 .bd .desc p {
  padding: 15px 0 10px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #2a2a2a;
}
.member-box6 .bd .desc ul li {
  float: left;
  color: #434343;
  text-align: center;
}
.member-box6 .bd .desc ul li:nth-child(1) {
  padding-top: 72px;
}
.member-box6 .bd .desc ul li:nth-child(1) .avatar {
  width: 28px;
  height: 28px;
}
.member-box6 .bd .desc ul li:nth-child(2) {
  padding-top: 44px;
  margin: 0 73px 0 53px;
}
.member-box6 .bd .desc ul li:nth-child(2) .avatar {
  width: 56px;
  height: 56px;
}
.member-box6 .bd .desc ul li:nth-child(3) .avatar {
  width: 100px;
  height: 100px;
}
.member-box6 .bd .desc ul li .avatar {
  margin: 0 auto 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7f7f7;
}
.member-box6 .bd .desc button {
  width: 132px;
  height: 30px;
  padding: 0;
  margin-top: 28px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.member-box6 .ft button {
  width: 88px;
  height: 40px;
  padding: 0;
  margin-right: 16px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #434343;
  background-color: #fff;
}
.member-box6 .ft button.save {
  border-color: #ff3c3c;
  color: #fff;
  background-color: #ff3c3c;
}
.member-box7 .hd {
  padding: 13px 11px;
}
.member-box7 .hd input {
  vertical-align: middle;
}
.member-box7 .hd label {
  margin-left: 6px;
  font-size: 14px;
  color: #2a2a2a;
  vertical-align: middle;
}
.member-box7 .bd .item {
  margin-bottom: 12px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.member-box7 .bd .item table {
  width: 100%;
  border-collapse: collapse;
}
.member-box7 .bd .item table tr td {
  padding: 12px 11px;
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
}
.member-box7 .bd .item table tr td:nth-child(2) {
  width: 88px;
  text-align: center;
}
.member-box7 .bd .item table tr td > * {
  vertical-align: middle;
}
.member-box7 .bd .item table tr td img {
  width: 121px;
  height: 75px;
  margin: 0 19px 0 9px;
}
.member-box7 .bd .item table tr td p {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  color: #2a2a2a;
}
.member-box7 .bd .item table tr td a.del {
  color: #ff3c3c;
}
.member-box8 {
  padding: 14px 25px;
  margin-bottom: 48px;
  font-size: 14px;
  color: #2a2a2a;
  background-color: #f4f4f4;
}
.member-box8 span {
  color: #ff3c3c;
}
.member-box8 span.coin {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 30px;
  margin-left: 15px;
  background: url("../images/icon26.png") no-repeat left top;
}
.member-box9 {
  padding: 14px 25px 14px 58px;
  margin-bottom: 48px;
  border: 1px solid #ffcc66;
  font-size: 14px;
  color: #ff3c3c;
  background: url("../images/icon28.png") no-repeat 21px center #ffffcc;
}
.member-subtabs {
  padding-left: 19px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
}
.member-subtabs a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 60px;
  font-size: 14px;
  color: #999999;
}
.member-subtabs a.active {
  font-weight: bold;
  color: #554eb5;
}
.member-box10 {
  padding-left: 19px;
  margin-top: 25px;
}
.member-box10 .item {
  margin-bottom: 37px;
  font-size: 14px;
}
.member-box10 .item .hd {
  color: #2a2a2a;
}
.member-box10 .item .bd {
  position: relative;
  display: inline-block;
  padding-right: 146px;
  margin: 16px 0;
}
.member-box10 .item .bd .btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 109px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin-top: -12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background-color: #ff3c3c;
}
.member-box10 .item .bd .btn.active {
  background-color: #999;
  pointer-events: none;
}
.member-box10 .item .bd .pic {
  position: relative;
}
.member-box10 .item .bd .pic img {
  display: block;
}
.member-box10 .item .bd .pic p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 13px;
  margin: 0;
  color: #fff;
  background-color: #ff3c3c;
}
.member-box10 .item .ft {
  color: #c6c6c6;
}
