<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn_yellow {
  background-color: #ceab60;
  color: #ffffff; }

.lg_box {
  width: 1000px;
  margin: auto;
  font-size: 14px; }
  .lg_box .welcome {
    position: relative;
    font-weight: normal;
    text-align: center;
    margin: 50px auto 30px;
    color: #333333; }
    .lg_box .welcome span {
      font-size: 30px;
      padding: 0 20px;
      background-color: #ffffff; }
    .lg_box .welcome::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #eeeeee;
      top: 50%;
      left: 0;
      position: absolute;
      z-index: -1; }
  .lg_box .lg_con {
    display: flex; }
    .lg_box .lg_con .ewm {
      flex: 1;
      text-align: center;
      border-right: 1px solid #eeeeee;
      padding: 50px 0; }
      .lg_box .lg_con .ewm .ewm-tip {
        font-size: 14px;
        color: #666;
        line-height: 40px; }
      .lg_box .lg_con .ewm img {
        width: 200px;
        height: 200px; }
    .lg_box .lg_con .lg_right {
      flex: 1;
      padding: 50px 100px 50px; }
      .lg_box .lg_con .lg_right .lg_ipt {
        margin-bottom: 30px; }
      .lg_box .lg_con .lg_right .forget {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: right; }
        .lg_box .lg_con .lg_right .forget a {
          color: #ceab60; }
      .lg_box .lg_con .lg_right .lg_right_bottom {
        display: flex; }
        .lg_box .lg_con .lg_right .lg_right_bottom .layui-btn {
          flex: 1;
          font-size: 16px; }
          .lg_box .lg_con .lg_right .lg_right_bottom .layui-btn.lg_btn_lg {
            margin-right: 50px; }

.register_box {
  width: 500px;
  margin: auto;
  font-size: 14px; }
  .register_box .lg_btn_lg {
    margin-right: 0 !important; }
  .register_box .lg_right {
    padding: 50px !important; }
  .register_box .yzm {
    position: relative; }
    .register_box .yzm .lg_btn_yzm {
      position: absolute;
      top: 0;
      right: 0; }
    .register_box .yzm .lg_ipt {
      padding-right: 140px; }
  .register_box .qvhao {
    position: relative; }
    .register_box .qvhao .lg_select {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100px; }
    .register_box .qvhao .lg_ipt {
      padding-left: 110px; }

.center_box {
  font-size: 14px;
  background-color: #f8f8f8;
  margin-bottom: -85px;
  padding: 20px 0 85px 0; }
  .center_box .center_content {
    margin: auto;
    width: 1200px;
    display: flex; }
  .center_box .center_left {
    width: 250px;
    margin-right: 20px; }
  .center_box .center_right {
    background-color: #fff;
    border-radius: 10px;
    flex: 1; }
    .center_box .center_right .right_title {
      border-bottom: 1px solid #eeeeee;
      font-size: 16px;
      height: 60px;
      line-height: 60px;
      padding-left: 20px; }
      .center_box .center_right .right_title span {
        position: relative;
        display: inline-block;
        height: 60px;
        line-height: 60px; }
        .center_box .center_right .right_title span::before {
          content: '';
          position: absolute;
          width: 50px;
          height: 2px;
          background: #ceab60;
          left: calc(50% - 25px);
          bottom: -1px; }

.info_box {
  font-size: 14px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }
  .info_box .info_header {
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #eeeeee;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eeeeee; }
  .info_box .info_tip {
    margin: 20px 0;
    color: #999; }
  .info_box .layui-btn {
    width: 100%;
    margin-bottom: 10px; }
    .info_box .layui-btn:nth-last-of-type(1) {
      margin-bottom: 0; }
  .info_box .layui-btn + .layui-btn {
    margin-left: 0; }

.left_nav_box {
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 0; }
  .left_nav_box .nav_item {
    border-left: 4px solid #ffffff;
    margin-bottom: 20px; }
    .left_nav_box .nav_item a {
      height: 35px;
      line-height: 35px;
      display: block;
      font-size: 16px;
      padding-left: 30px; }
    .left_nav_box .nav_item.active {
      border-left: 4px solid #ceab60; }
    .left_nav_box .nav_item:nth-last-of-type(1) {
      margin-bottom: 0; }

.right_con {
  font-size: 14px;
  padding: 30px; }
  .right_con .right_item {
    display: flex;
    margin-bottom: 20px; }
    .right_con .right_item .item_title {
      width: 150px;
      text-align: right;
      margin-right: 20px;
      height: 38px;
      line-height: 38px; }
    .right_con .right_item .item_ipt {
      margin-right: 20px;
      width: 300px; }
    .right_con .right_item .item_btn {
      min-width: 130px;
      text-align: center; }
  .right_con .layui-form-radio &gt; i:hover,
  .right_con .layui-form-radioed &gt; i {
    color: #ceab60; }
  .right_con .layui-btn + .layui-btn {
    margin-left: 0 !important; }

.popup_bg {
  font-size: 14px;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 999; }
  .popup_bg .popup_box {
    width: 380px;
    min-height: 300px;
    position: absolute;
    width: 556upx;
    height: 520upx;
    background-color: #ffffff;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 40upx;
    border-top: 3px solid #ceab60; }
    .popup_bg .popup_box .popup_title {
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #eeeeee;
      display: flex;
      padding-left: 20px; }
      .popup_bg .popup_box .popup_title .title_tip {
        flex: 1;
        font-size: 16px; }
      .popup_bg .popup_box .popup_title .title_icon {
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        cursor: pointer; }
    .popup_bg .popup_box .popup_con {
      margin: 20px;
      padding: 20px;
      background-color: #f4f4f4;
      width: 300px;
      height: 300px;
      text-align: center; }
      .popup_bg .popup_box .popup_con .popup_con_header {
        max-width: 100%;
        max-height: 100%; }
      .popup_bg .popup_box .popup_con .con_tip {
        color: #999999;
        font-size: 12px; }
      .popup_bg .popup_box .popup_con .con_btn {
        font-size: 12px !important;
        margin: 120px auto 10px; }
        .popup_bg .popup_box .popup_con .con_btn .layui-icon {
          font-size: 12px !important; }
    .popup_bg .popup_box .popup_btn {
      text-align: center;
      padding-bottom: 20px; }

.collect_box {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px; }
  .collect_box .collect_item {
    cursor: pointer;
    width: 283px;
    margin-right: 20px;
    margin-bottom: 10px; }
    .collect_box .collect_item:nth-of-type(3n) {
      margin-right: 0; }
    .collect_box .collect_item .pro_img {
      width: 100%;
      height: 200px;
      margin-bottom: 10px;
      overflow: hidden; }
      .collect_box .collect_item .pro_img img {
        width: 100%; }
    .collect_box .collect_item .pro_name {
      color: #ceab60;
      margin-bottom: 10px;
      display: flex; }
      .collect_box .collect_item .pro_name .name_txt {
        flex: 1; }
      .collect_box .collect_item .pro_name .name_icon {
        cursor: pointer;
        width: 40px;
        text-align: center; }
    .collect_box .collect_item .pro_tip {
      margin-bottom: 10px; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.collect_page {
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px; }

.lg_tab {
  width: 400px;
  height: 38px;
  line-height: 38px;
  margin: auto;
  display: flex;
  border: 1px solid #EEEEEE;
  border-radius: 4px; }
  .lg_tab .tab_item {
    cursor: pointer;
    flex: 1;
    text-align: center;
    border-right: 1px solid #EEEEEE; }
    .lg_tab .tab_item.active {
      background-color: #ceab60;
      color: #FFFFFF; }
    .lg_tab .tab_item:nth-last-of-type(1) {
      border-right: none; }

.lg_con {
  position: relative; }
  .lg_con .lg_tip {
    position: absolute;
    left: 100px;
    top: 0; }
</pre></body></html>