@charset "UTF-8";
.wrapper {
  width: 1200px;
  margin: 0 auto; }

html, body {
  overflow-x: hidden; }

#top {
  background-color: #3e3f41;
  line-height: 35px;
  color: white; }
  #top .wrapper {
    text-align: right; }
    #top .wrapper > * {
      margin-left: 20px; }

#footer {
  background-color: #333;
  box-sizing: border-box;
  padding: 15px;
  color: #ccc;
  line-height: 1.8em;
  text-align: center; }

#header {
  background-color: #8833ff;
  color: white; }
  #header .wrapper {
    display: flex;
    align-items: center;
    height: 70px;
    align-items: center; }
  #header .logo {
    height: 35px;
    width: auto;
    margin-right: 50px;
    width: 145px; }
    #header .logo img {
      height: 100%;
      width: auto; }
  #header .nav a {
    display: inline-block;
    line-height: 70px;
    padding: 0 15px;
    margin: 0 5px; }
  #header .nav a.active, #header .nav a:hover {
    background-color: #6d29cc; }

.user-head {
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 50px; }
  .user-head .head-img {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%; }
  .user-head .head-bg {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -10px;
    top: -10px;
    z-index: 2; }
  .user-head .vip-box {
    position: absolute;
    bottom: -15px;
    z-index: 3;
    left: -50%;
    display: flex;
    align-items: center;
    width: 200%;
    justify-content: center; }
    .user-head .vip-box img {
      height: 20px;
      width: auto;
      margin-right: -10px;
      position: relative;
      z-index: 10; }
    .user-head .vip-box span {
      background-color: #c79f26;
      color: white;
      font-size: 12px;
      font-weight: bold;
      padding: 0 10px;
      padding-left: 15px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      display: block; }
  .user-head .user-name {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap; }

.banner-left {
  width: 280px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  position: relative;
  border: 1px solid #EEE;
  padding-bottom: 0;
  height: 320px; }
  .banner-left .zuijin {
    width: calc(100% + 40px);
    margin-top: 9px;
    background-color: #eee;
    height: 99px; }
    .banner-left .zuijin .zuijin-list {
      width: 100%;
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .banner-left .zuijin .zuijin-list > * {
        margin: 0 10px; }
        .banner-left .zuijin .zuijin-list > * > img {
          width: 45px;
          height: 45px;
          display: block;
          background: #DDD;
          }

.banner {
  height: 410px;
  background-image: url("../img/pc/banner-bg.jpg");
  background-size: auto 100%;
  background-position: center;
  padding-top: 20px;
  margin-bottom: -50px; }
  .banner .wrapper {
    display: flex; }
    .banner .wrapper > * {
      flex-shrink: 0;
      flex-grow: 0; }
  .banner .right {
    width: calc(100% - 300px);
    margin-left: 20px;
    background-color: #fff;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0; }
    .banner .right img {
      width: 100%;
      height: auto;
      display: block; }

.btn {
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  color: white;
  background-color: #8833ff;
  border-radius: 1000px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: inline-block; }
  .btn img {
    margin-left: 10px; }

.btn.row {
  width: 100%;
  line-height: 40px; }

.btn.route {
  border-radius: 1000px; }

.btn.small {
  border-radius: 1000px;
  line-height: 24px;
  padding: 0 18px;
  font-size: 14px;
  }

.tip {
  text-align: center;
  width: 100%;
  line-height: 30px;
  color: #666; }

#main .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
#main .left {
  width: 280px; }
#main .box {
  margin-bottom: 20px;
  border: 1px solid #EEE;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px; }
  #main .box .paihang-row:nth-last-of-type(1) {
    border-bottom: none; }
#main .box-title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 1px solid red;
  margin: 10px 0; }
#main .box-title.border {
  margin-bottom: 20px;
  position: relative; }
#main .box-title.border::after {
  content: "";
  display: block;
  border-bottom: 1px solid #EEE;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 0; }
#main .paihang-tag {
  line-height: 30px;
  background-color: #f9f8f6;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex; }
  #main .paihang-tag span {
    display: inline-block;
    width: 33%;
    text-align: center; }
  #main .paihang-tag span:nth-of-type(1) {
    text-align: left; }
  #main .paihang-tag span:nth-last-of-type(1) {
    text-align: right; }
#main .paihang-row {
  line-height: 30px;
  background-color: #fff;
  border-bottom: 1px dashed #DDD;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex; }
  #main .paihang-row span {
    display: inline-block;
    width: 33%;
    text-align: center; }
  #main .paihang-row span:nth-of-type(1) {
    text-align: left;
    display: inline-flex;
    align-items: center; }
    #main .paihang-row span:nth-of-type(1) i {
      display: block;
      width: 20px;
      height: 20px;
      background-color: #9da1ad;
      color: white;
      line-height: 20px;
      text-align: center;
      border-radius: 50%; }
  #main .paihang-row span:nth-of-type(2) {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    color: red; }
  #main .paihang-row span:nth-of-type(3) {
    color: violet; }
  #main .paihang-row span:nth-last-of-type(1) {
    text-align: right;
    color: #666; }
#main .right {
  width: calc(100% - 300px); }
  #main .right .vip-tq-box {
    display: flex;
    align-items: center; }
    #main .right .vip-tq-box img {
      background-color: #eee;
      width: 270px;
      height: 180px;
      display: inline-block; }
  #main .right .xing-tq-box img {
    margin-left: 10px;
    background-color: #eee;
    width: 290px;
    height: 220px;
    display: inline-block; }
  #main .right .xing-tq-box img:nth-of-type(1) {
    margin-left: 0; }
  #main .right .quick-box a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 48px;
    width: 162px;
    text-align: center;
    border: 1px solid #8633fd;
    color: #333;
    font-size: 16px;
    position: relative; }
  #main .right .quick-box a::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-right-color: #8833ff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: -10px;
    top: -10px; }
  #main .right .quick-box a:hover {
    color: white;
    background-color: #8833ff; }

.XYUS-LOGOUT {
  font-size: 14px;
  color: #999; }

.main-user {
  height: 180px;
  width: 100%;
  margin: 20px 0;
  background-color: #6c538d;
  display: flex;
  align-items: center;
  padding-left: 70px;
  box-sizing: border-box; }
  .main-user .user-head {
    margin-bottom: 15px; }
  .main-user .user-more {
    width: 800px;
    margin-left: 50px; }
    .main-user .user-more > div {
      display: flex;
      align-items: center; }
    .main-user .user-more .user-name-wrapper {
      margin-bottom: 30px;
      color: white; }
      .main-user .user-more .user-name-wrapper .user-name {
        font-size: 16px; }
      .main-user .user-more .user-name-wrapper .XYUS-LOGOUT {
        color: #999;
        margin-left: 10px; }
    .main-user .user-more .user-count > div {
      display: flex;
      margin-right: 50px;
      align-items: center;
      color: white; }
      .main-user .user-more .user-count > div span {
        margin: 0 10px;
        color: #e8cf59; }

.main-box {
  box-sizing: border-box;
  border: 1px solid #EEE;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start; }
  .main-box .left {
    width: 200px;
    border-right: 1px solid #EEE;
    background-color: #fbfbfb; }
    .main-box .left a {
      width: 100%;
      line-height: 40px;
      text-indent: 2em;
      display: block; }
    .main-box .left a.active {
      border: 1px solid #8833ff;
      color: #8833ff;
      margin: -1px;
      position: relative; }
    .main-box .left a.active::after {
      content: "";
      width: 0px;
      height: 0px;
      border: 8px solid transparent;
      border-right-color: #8833ff;
      display: block;
      position: absolute;
      right: 0;
      top: 11px; }
    .main-box .left a:hover {
      color: #8833ff; }
  .main-box .right {
    box-sizing: border-box;
    padding: 20px; }

.call-box {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 250px; }
  .call-box .call-name {
    margin: 20px 0;
    font-size: 24px;
    color: #999;
    margin-bottom: 50px;
    }
  .call-box .call-info {
    width: 600px;
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEE;
    flex-direction: column; }
    .call-box .call-info > div {
      margin: 12px 0; }
      .call-box .call-info > div span {
        display: inline-block;
        width: 316px;
        font-size: 16px; }

.paihang-row:nth-of-type(3) span:nth-of-type(1) i {
  background-image: url("../img/pc/phb.png");
  background-size: auto 100%;
  background-color: transparent !important;
  background-position: 1px 0;
  height: 22px !important;
  font-size: 12px;
  line-height: 16px !important; }

.paihang-row:nth-of-type(4) span:nth-of-type(1) i {
  background-image: url("../img/pc/phb.png");
  background-size: auto 100%;
  background-color: transparent !important;
  background-position: 18px 0;
  height: 22px !important;
  font-size: 12px;
  line-height: 16px !important; }

.paihang-row:nth-of-type(5) span:nth-of-type(1) i {
  background-image: url("../img/pc/phb.png");
  background-size: auto 100%;
  background-color: transparent !important;
  background-position: 37px 0;
  height: 22px !important;
  font-size: 12px;
  line-height: 16px !important; }

.chat-list {
  height: calc(100% - 80px);
  overflow: auto; }
  .chat-list > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0; }
    .chat-list > div > img {
      height: 48px;
      width: 48px;
      margin-right: 10px;
      border-radius: 50%; }
    .chat-list > div > div span {
      display: block;
      font-size: 12px;
      color: #999; }
    .chat-list > div > div div {
      padding: 5px 10px;
      border-radius: 10px;
      margin-top: 5px;
      line-height: 1.6em;
      background-color: #e5e5e5; }
  .chat-list > div.me {
    justify-content: flex-end; }
    .chat-list > div.me > img {
      margin-right: 0px;
      margin-left: 10px; }
    .chat-list > div.me > div span {
      text-align: right; }
    .chat-list > div.me > div div {
      background-color: #13b7f6;
      color: white; }

.chat-input {
  height: 40px;
  margin: 20px 0; }
  .chat-input input {
    height: 36px;
    width: 85%;
    text-indent: 1em;
    border: 1px solid #ccc; }
  .chat-input .btn {
    line-height: 40px;
    border-radius: 0;
    margin-left: 10px;
    padding: 0 25px; }

.dialog {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }
  .dialog .dialog-wrapper {
    width: 340px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px; }
  .dialog .dialog-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .dialog .dialog-footer {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .dialog .dialog-footer > .btn {
      flex-shrink: 1;
      flex-grow: 1; }
    .dialog .dialog-footer > .btn + .btn {
      margin-left: 10px; }
  .dialog .dialog-content input {
    height: 35px;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 0;
    text-indent: 1em; }
  .dialog .dialog-content .tip {
    text-align: left;
    color: #333; }
    .dialog .dialog-content .tip span {
      color: red; }

.group-users {
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background: #FFF; }
  .group-users > input {
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    border-radius: 1000px;
    text-indent: 2em;
    margin: 20px 0;
    box-sizing: border-box; }
  .group-users > div {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    align-items: center; }
    .group-users > div > img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 20px; }

.group-info {
  padding-top: 15px; }
  .group-info > img {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    margin-top: 0;
    display: block;
    border-radius: 50%; }
  .group-info .group-name {
    text-align: center;
    font-size: 18px; }
  .group-info .group-title {
    line-height: 40px;
    font-size: 16px; }
  .group-info .group-users-show {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .group-info .group-users-show > div {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .group-info .group-users-show > div > img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 10px; }

.grow-box > div {
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #DDD;
  background-color: #f2f2f2;
  margin-bottom: 20px; }
  .grow-box > div > img {
    height: 50px;
    width: 50px;
    margin-right: 20px; }
  .grow-box > div > div:nth-of-type(1) {
    flex-grow: 1;
    line-height: 2em; }
    .grow-box > div > div:nth-of-type(1) p:nth-of-type(2) {
      color: #8833ff; }
  .grow-box > div .btn {
    width: 150px;
    padding: 3px 0;
    text-align: center;
    border-radius: 1000px; }

.btn.text {
  background-color: transparent;
  color: #8833ff; }

.btn.text.disabled {
  filter: grayscale(1); }

.btn.disabled {
  background-color: #bbb; }

.qiandao-box {
  border: 1px solid #EEE; }
  .qiandao-box .qiandao-title {
    line-height: 64px;
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px; }
  .qiandao-box .qiandao-left {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    border-right: 1px solid #EEE; }
    .qiandao-box .qiandao-left .qiandao-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      .qiandao-box .qiandao-left .qiandao-info .btn {
        background-color: red;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .qiandao-box .qiandao-left .qiandao-info .btn img {
          margin-right: 10px;
          height: 15px; }
    .qiandao-box .qiandao-left .date-box .date-title {
      background-color: #f6f5f3; }
      .qiandao-box .qiandao-left .date-box .date-title span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(100% / 7.5);
        height: 40px;
        color: #999;
        font-weight: bold; }
    .qiandao-box .qiandao-left .date-box .date-list {
      background-color: #fff; }
      .qiandao-box .qiandao-left .date-box .date-list span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(100% / 7.5);
        height: 40px;
        color: #333;
        cursor: pointer;
        position: relative; }
      .qiandao-box .qiandao-left .date-box .date-list span[bu]::after {
        content: "补";
        color: red;
        position: absolute;
        left: 65%;
        top: 30%; }
      .qiandao-box .qiandao-left .date-box .date-list span[active] {
        color: red; }
      .qiandao-box .qiandao-left .date-box .date-list span[active]::after {
        height: 30px;
        width: 30px;
        content: "";
        display: block;
        box-sizing: border-box;
        border: 2px solid red;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -15px; }
      .qiandao-box .qiandao-left .date-box .date-list span[canbu]::after {
        content: "补";
        position: absolute;
        right: 0;
        bottom: 10px;
        color: red;
        font-size: 12px; }
    .qiandao-box .qiandao-left .tip {
      margin-top: 20px;
      text-align: right; }
  .qiandao-box .qiandao-right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .qiandao-box .qiandao-right > div {
      width: 48%;
      position: relative; }
      .qiandao-box .qiandao-right > div .jiangli-box {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid red;
        overflow: hidden;
        position: relative;
        border-radius: 10px; }
      .qiandao-box .qiandao-right > div .jiangli-title {
        width: 100%;
        line-height: 30px;
        text-align: center;
        color: white;
        background-color: red;
        position: absolute;
        bottom: 0; }
      .qiandao-box .qiandao-right > div .jiangli-info {
        text-align: center;
        line-height: 3em;
        color: red;
        font-size: 12px; }
      .qiandao-box .qiandao-right > div .jiangli-day {
        position: absolute;
        left: 50%;
        top: 56px;
        color: white;
        width: 50px;
        text-align: center;
        margin-left: -23px; }

.game-log {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .game-log > * {
    width: 48%;
    border: 1px solid #EEE;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    cursor: pointer; }
    .game-log > * > img {
      width: 48px;
      height: 48px;
      margin-right: 15px; }
    .game-log > * > div:nth-of-type(1) {
      line-height: 1.8em;
      flex-grow: 1; }
      .game-log > * > div:nth-of-type(1) > div:nth-of-type(2) {
        font-size: 12px;
        color: #666; }
        .game-log > * > div:nth-of-type(1) > div:nth-of-type(2) span {
          margin-right: 15px; }

.game-log.fabu > div {
  width: 100%;
  align-items: flex-start; }

.game-log.shoucang > div {
  width: 100%; }

.small-box {
  border: 1px solid #EEE;
  box-sizing: border-box;
  padding: 10px 15px; }
  .small-box .small-top {
    align-items: center;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px; }
    .small-box .small-top > img {
      width: 60px;
      height: 60px;
      margin-right: 15px; }
    .small-box .small-top .game-name {
      flex-grow: 1; }
  .small-box .small-list {
    display: flex;
    flex-wrap: wrap; }
    .small-box .small-list > div {
      width: 49%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      padding: 10px 0; }
      .small-box .small-list > div > span {
        font-size: 16px;
        width: 40%;
        display: block; }
    .small-box .small-list > div:nth-child(2n) {
      padding-left: 15px;
      border-left: 1px dashed #ddd; }

.btn + .btn {
  margin-left: 10px; }

.btn.danger {
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid red;
  color: red; }

.log-box {
  box-sizing: border-box;
  border: 1px solid #EEE; }
  .log-box .log-title {
    background-color: #e5e5e5;
    color: #999;
    display: flex; }
    .log-box .log-title > span {
      width: calc(100% / 3);
      line-height: 35px;
      display: inline-block;
      text-align: center; }
  .log-box .log-list {
    background-color: #fff;
    color: #333; }
    .log-box .log-list > div {
      display: flex; }
      .log-box .log-list > div > span {
        width: calc(100% / 3);
        line-height: 35px;
        display: inline-block;
        text-align: center; }
    .log-box .log-list > div:nth-child(2) {
      background-color: #f2f2f2; }

.chat-list-box .chat-search input {
  height: 45px;
  width: 500px;
  border-radius: 1000px;
  border: 1px solid #EEE;
  text-indent: 2em;
  box-sizing: border-box; }
.chat-list-box .chat-search .btn {
  line-height: 45px;
  padding: 0 30px;
  margin-left: -40px; }

.box-tag {
  margin-bottom: 20px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center; }
  .box-tag > * {
    display: inline-block;
    line-height: 40px;
    width: 100px;
    color: #999;
    text-align: center;
    cursor: pointer;
    background-color: #42474d; }
  .box-tag > *.active, .box-tag > *[active] {
    color: white;
    background-color: #8833ff;
    position: relative; }
  .box-tag > *.active::after, .box-tag > *[active]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    background-image: url("../img/pc/tag-bg.png");
    background-size: 100% 100%;
    display: block; }

.game-log.game > div {
  position: relative; }
  .game-log.game > div > img {
    border-radius: 50%; }
  .game-log.game > div .count {
    background-color: red;
    position: absolute;
    left: 52px;
    top: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    color: white;
    text-align: center;
    border-radius: 50%; }

.svip-bg {
  margin-bottom: 20px;
  height: 120px;
  width: 100%;
  background-image: url("../img/pc/xyvip-bg.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 50px;
  color: white;
  font-size: 16px; }
  .svip-bg i {
    color: red; }
  .svip-bg .btn {
    margin-left: 30px; }

.grow-box.vip > div > div:nth-of-type(1) p:nth-of-type(1) {
  color: #000;
  font-size: 16px; }
.grow-box.vip > div > div:nth-of-type(1) p:nth-of-type(2) {
  color: #666; }

.vip-rule {
  margin-bottom: 20px; }
  .vip-rule .vip-rule-tip {
    margin: 10px 0;
    display: flex;
    align-items: center; }
    .vip-rule .vip-rule-tip img {
      margin-right: 5px; }
    .vip-rule .vip-rule-tip span {
      color: red; }

.table {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  box-sizing: border-box; }
  .table > div {
    display: flex;
    align-items: center; }
    .table > div > span {
      display: flex;
      width: 50%;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-top: 1px solid #EEE;
      border-left: 1px solid #EEE; }
    .table > div > span[state="0"]::after {
      content: "×";
      font-weight: bold; }
    .table > div > span[state="1"]::after {
      content: "√";
      font-weight: bold;
      color: #00b0cc; }
  .table > div:nth-of-type(1) {
    background-color: #f5f5f7; }
    .table > div:nth-of-type(1) > span {
      height: 55px;
      color: #8833ff;
      font-weight: bold; }
    .table > div:nth-of-type(1) > span:nth-of-type(1) {
      color: #000; }

.form-box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .form-box > div {
    margin: 10px 0;
    width: 420px;
    display: flex;
    align-items: center; }
    .form-box > div .label {
      width: 120px;
      text-align: right; }
    .form-box > div > div:nth-of-type(2) {
      width: 300px;
      display: flex;
      align-items: center; }
      .form-box > div > div:nth-of-type(2) input[type=text], .form-box > div > div:nth-of-type(2) input[type=password], .form-box > div > div:nth-of-type(2) select {
        height: 35px;
        width: 100%;
        flex-shrink: 1;
        border: 1px solid #DDD;
        border-radius: 0;
        text-indent: 1em; }
      .form-box > div > div:nth-of-type(2) .btn {
        flex-shrink: 0;
        margin-left: 10px; }
      .form-box > div > div:nth-of-type(2) .radio {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 35px;
        width: 50%;
        border: 1px solid #ddd;
        color: #999;
        cursor: pointer; }
      .form-box > div > div:nth-of-type(2) .radio + .radio {
        margin-left: 10px; }
      .form-box > div > div:nth-of-type(2) .radio[active] {
        color: #8833ff;
        border-color: #8833ff; }
      .form-box > div > div:nth-of-type(2) option {
        height: 30px; }
  .form-box .tip {
    justify-content: center;
    font-size: 16px;
    color: #000; }
  .form-box .btn.row {
    width: 300px;
    max-width: 100%; }

.head-set-box {
  width: 100px;
  height: 100px; }
  .head-set-box img {
    width: 100%;
    height: 100%;
    display: block; }

.forget-box {
  width: 1000px;
  height: 640px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  margin: 20px auto; }
  .forget-box .forget-title {
    line-height: 80px;
    width: 100%;
    color: #999;
    font-size: 30px;
    text-align: center;
    background-color: #f2f2f2; }
  .forget-box .step-box {
    width: 70%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .forget-box .step-box > div {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #999;
      flex-shrink: 0; }
      .forget-box .step-box > div > div:nth-of-type(1) {
        color: white;
        background-color: #cdcdcd;
        margin-bottom: 5px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%; }
    .forget-box .step-box > div[active] {
      color: #000; }
      .forget-box .step-box > div[active] > div:nth-of-type(1) {
        background-color: #8833ff; }
    .forget-box .step-box > span {
      width: 50%;
      height: 2px;
      background-color: #ccc;
      display: block;
      margin-top: -22px;
      margin-left: -13px;
      margin-right: -13px; }

.head-select {
  height: 80%;
  width: 60%;
  position: absolute;
  left: 20%;
  top: 10%;
  background-color: #fff;
  border-radius: 20px;
  overflow: auto;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
  border: 2px solid #DDD; }
  .head-select > div {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px; }
    .head-select > div img {
      width: 100px;
      height: 100px;
      margin-bottom: 7px;
      border-radius: 50%; }
  .head-select .dialog-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    width: auto; }

.gift-filter {
  font-size: 16px;
  margin: 10px 0; }
  .gift-filter > * {
    color: #666;
    margin-right: 13px; }
  .gift-filter > *[active] {
    color: #8833ff; }

.gift-filter.small {
  font-size: 12px; }

.kaitong-label {
  font-size: 12px;
  color: #999; }

.time-box {
  display: flex;
  flex-wrap: wrap; }
  .time-box > * {
    display: inline-flex;
    width: 29%;
    border: 1px solid #DDD;
    align-items: center;
    justify-content: center;
    color: #999;
    height: 35px;
    margin: 3px;
    cursor: pointer; }
    .time-box > * input {
      width: 60%;
      margin-right: 5px; }
  .time-box > *[active] {
    border-color: #12cd90; }

.money-info {
  text-align: center;
  margin: 20px 0; }
  .money-info span {
    color: orangered; }

.jiejiao-tip {
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  width: 300px;
  bottom: 200px;
  padding: 20px 0;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  color: #666;
  line-height: 1.6em; }

.XYUS-SHOW {
  display: none; }

.XYUS-LOGOUT {
  cursor: pointer; }

.XYUS-HIDE.XYUS-BOX {
  background-color: #fff; }