html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none; }

html,
body {
  font-family: "DM Sans", -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden; }

ol,
ul {
  list-style: none; }

* {
  box-sizing: border-box; }
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #fff; }
  *::-webkit-scrollbar {
    width: 0.06rem;
    height: 0.05rem;
    background-color: #fff; }
  *::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border: none;
    border-radius: 0.06rem; }

.box {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .box .nav {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #002384 0%, #7b05c4 100%); }
    .box .nav_left {
      display: flex;
      align-items: center;
      margin-left: 0.4rem; }
      .box .nav_left_logo {
        height: 0.34rem;
        display: flex;
        margin-right: 0.1937rem;
        cursor: pointer; }
        .box .nav_left_logo img {
          height: 100%; }
      .box .nav_left_title {
        font-style: italic;
        font-weight: 700;
        font-size: 0.24rem;
        letter-spacing: 0.02em;
        color: #93a2cc;
        text-transform: uppercase; }
    .box .nav_ul {
      display: flex;
      align-items: center;
      margin-right: 0.9rem; }
      .box .nav_ul_li {
        font-weight: 400;
        font-size: 0.18rem;
        margin-left: 0.95rem;
        cursor: pointer;
        border-bottom: 0.02rem solid transparent;
        transition: all 0.2s; }
        .box .nav_ul_li:first-child {
          margin-left: 0; }
        .box .nav_ul_li a {
          color: #fff; }
          .box .nav_ul_li a:hover {
            color: white; }
        .box .nav_ul_li:hover {
          border-bottom: 0.02rem solid #fff; }
      .box .nav_ul_li.active {
        border-bottom: 0.02rem solid #fff;
        font-weight: 700; }
    .box .nav_ul_wap {
      display: none; }
  .box .content {
    width: 100%;
    height: calc(100% - 1rem);
    position: relative; }
    .box .content_left {
      width: 4.25rem;
      height: calc(100% - 1.8rem);
      overflow-y: auto;
      position: absolute;
      left: 0;
      top: 0.4rem;
      transition: all 0.3s;
      z-index: 4; }
      .box .content_left_slide {
        width: 0.4rem;
        height: 0.4rem;
        background: #fff;
        border: 0.01rem solid #dadfea;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
        border-radius: 0.2rem;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.2rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s; }
        .box .content_left_slide img {
          max-width: 100%;
          height: 0.1412rem; }
      .box .content_left_ul {
        width: 4rem;
        height: calc(100% - 0.3rem);
        box-shadow: 0.02rem 0 0.3rem rgba(0, 0, 0, 0.1);
        border-radius: 0.2rem;
        overflow-y: auto;
        padding: 0.4rem 0.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin-top: 0.15rem; }
        .box .content_left_ul .swiper-container {
          width: 100%;
          height: 100%;
          background: #fff; }
          .box .content_left_ul .swiper-container .swiper-slide {
            width: 100%;
            height: 0.66rem;
            color: #70707b;
            font-weight: 400;
            font-size: 0.2rem;
            background: #fff;
            transition: all 300ms;
            transform: scale(0.9);
            cursor: pointer;
            white-space: nowrap; }
          .box .content_left_ul .swiper-container .swiper-slide-active,
          .box .content_left_ul .swiper-container .swiper-slide-duplicate-active {
            transform: scale(1);
            font-weight: 700;
            font-size: 0.3rem;
            color: #000;
            line-height: 0.39rem; }
    .box .content_left.overflow {
      width: 0.4rem; }
      .box .content_left.overflow .content_left_ul {
        width: 0; }
      .box .content_left.overflow .content_left_slide {
        transform: rotate(180deg); }
    .box .content .bg_image {
      width: 100%;
      height: 50%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .box .content .canvas {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -1.5rem;
      z-index: 2; }
      .box .content .canvas_wt {
        min-width: 1.1rem;
        min-height: 0.88rem;
        padding: 0.12rem 0.25rem;
        position: absolute;
        top: 2rem;
        left: 40%;
        transform: translateX(-50%);
        background: #aebde5;
        border-radius: 0.1rem;
        font-weight: 400;
        font-size: 0.15rem;
        line-height: 0.2rem;
        color: rgba(0, 35, 132, 0.96);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        z-index: 1; }
      .box .content .canvas_ws {
        min-width: 1.1rem;
        min-height: 0.88rem;
        padding: 0.12rem 0.25rem;
        position: absolute;
        top: 6rem;
        left: 62%;
        transform: translateX(-50%);
        background: #aebde5;
        border-radius: 0.1rem;
        font-weight: 400;
        font-size: 0.15rem;
        line-height: 0.2rem;
        color: rgba(0, 35, 132, 0.96);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        z-index: 1; }
      .box .content .canvas_length {
        width: 2.8rem;
        height: 0.7rem;
        position: absolute;
        bottom: 0.4rem;
        left: 50%;
        transform: translateX(-50%);
        background: #aebde5;
        border-radius: 0.1rem;
        font-weight: 400;
        font-size: 0.15rem;
        color: rgba(0, 35, 132, 0.96);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1; }
        .box .content .canvas_length input {
          width: 1.4rem;
          height: 0.4rem;
          outline: none;
          border: none;
          background: #f6f6f7;
          border-radius: 0.05rem;
          text-align: center;
          margin: 0 0.08rem; }
      .box .content .canvas .tx_img {
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%); }
      .box .content .canvas canvas {
        transform: all 0.2s; }
    .box .content_right {
      width: 6rem;
      height: calc(100% - 0.8rem);
      background: #ffffff;
      border: 0.01rem solid #c4cada;
      border-radius: 0.1rem;
      position: absolute;
      right: 0.9rem;
      top: 0.4rem;
      z-index: 3;
      overflow: auto;
      padding: 0.4rem; }
      .box .content_right .wap_back {
        display: none; }
      .box .content_right_title {
        width: 100%;
        font-weight: 700;
        font-size: 0.4rem;
        line-height: 0.49rem;
        color: #000000; }
      .box .content_right_title2 {
        font-weight: 700;
        font-size: 0.2rem;
        line-height: 0.31rem;
        color: #000000;
        margin-top: 0.1rem; }
      .box .content_right_tab {
        width: 100%;
        height: 0.48rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-top: 0.2rem;
        background: #f6f6f7;
        border-radius: 0.1rem;
        margin-bottom: 0.3rem; }
        .box .content_right_tab li {
          width: 33%;
          height: 100%;
          line-height: 0.48rem;
          font-weight: 400;
          font-size: 0.2rem;
          text-align: center;
          color: rgba(0, 0, 0, 0.96);
          cursor: pointer;
          position: relative;
          z-index: 1; }
        .box .content_right_tab li.active {
          font-weight: 700;
          color: black; }
        .box .content_right_tab_block {
          width: 33%;
          height: 0.48rem;
          position: absolute;
          background: #fff;
          box-shadow: 0px 0px 0.2rem rgba(0, 35, 132, 0.3);
          border-radius: 0.1rem;
          left: 33%; }
      .box .content_right_form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.2rem;
        background: #eff2f8;
        border-radius: 0.1rem; }
        .box .content_right_form .icon_convert {
          width: calc(100% - 1.8rem);
          margin-top: -0.15rem;
          margin-bottom: 0.15rem;
          margin-right: 1.7rem;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center; }
          .box .content_right_form .icon_convert img {
            width: 0.3rem; }
        .box .content_right_form_li {
          width: 100%;
          height: 0.6rem;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 0.3rem; }
          .box .content_right_form_li:last-child {
            margin-bottom: 0; }
          .box .content_right_form_li .nps {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center; }
          .box .content_right_form_li .layui-form-select {
            width: 100%; }
            .box .content_right_form_li .layui-form-select dl dd {
              text-align: center; }
            .box .content_right_form_li .layui-form-select dl dd.layui-this {
              background: #aebde5; }
            .box .content_right_form_li .layui-form-select .layui-select-title {
              width: 100%; }
              .box .content_right_form_li .layui-form-select .layui-select-title .layui-input {
                text-align: center;
                background: none;
                border: none; }
          .box .content_right_form_li .select_type {
            font-weight: 700;
            font-size: 0.2rem;
            color: #000000;
            margin-left: 0.5rem; }
          .box .content_right_form_li .select_type.type2 {
            width: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .box .content_right_form_li .select_type.type2 .select_icon {
              position: initial; }
          .box .content_right_form_li .select {
            flex: 1;
            height: 100%;
            border: 0.01rem solid #c4cada;
            border-radius: 0.1rem;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 400;
            font-size: 0.2rem;
            color: #70707b;
            cursor: pointer;
            position: relative; }
            .box .content_right_form_li .select_p {
              width: 100%;
              line-height: 0.6rem;
              text-align: center;
              padding: 0 0.275rem; }
            .box .content_right_form_li .select_icon {
              height: 0.1rem;
              position: absolute;
              right: 0.275rem; }
            .box .content_right_form_li .select_inp {
              width: 100%;
              flex: 1;
              height: 100%;
              border: none;
              background: none;
              outline: none;
              text-align: center;
              font-size: 0.2rem; }
              .box .content_right_form_li .select_inp::-webkit-outer-spin-button, .box .content_right_form_li .select_inp::-webkit-inner-spin-button {
                -webkit-appearance: none !important; }
            .box .content_right_form_li .select .noNps {
              display: none; }
            .box .content_right_form_li .select_option {
              position: absolute;
              top: 0.8rem;
              left: 0;
              width: 100%;
              height: 3rem;
              overflow: hidden;
              background: #fff;
              z-index: 1;
              box-shadow: 0px 0.04rem 0.3rem rgba(0, 0, 0, 0.2);
              border-radius: 0.1rem;
              display: none; }
              .box .content_right_form_li .select_option_ul {
                width: 100%;
                height: 100%;
                overflow-y: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start; }
              .box .content_right_form_li .select_option_li {
                width: 100%;
                height: 0.6rem;
                line-height: 0.6rem;
                text-align: center;
                font-weight: 400;
                font-size: 0.2rem;
                color: #000; }
              .box .content_right_form_li .select_option_li.active {
                background: #f6f6f7; }
        .box .content_right_form .content_right_form_li.money .select {
          width: calc(100% - 1.8rem); }
        .box .content_right_form .content_right_form_li.money .layui-form-select {
          width: 1.8rem; }
          .box .content_right_form .content_right_form_li.money .layui-form-select .layui-select-title .layui-input {
            font-weight: 700;
            font-size: 0.2rem;
            color: #000000; }
      .box .content_right_form.wap {
        display: none; }
      .box .content_right_money {
        width: 100%;
        font-weight: 500;
        font-size: 0.16rem;
        line-height: 0.21rem;
        color: rgba(0, 35, 132, 0.96);
        margin-top: 0.26rem;
        margin-bottom: 0.1rem;
        padding-left: 0.3rem; }
  @media screen and (max-width: 750px) {
    .box .nav {
      height: 0.9rem; }
      .box .nav_left {
        margin-left: 0.3rem; }
        .box .nav_left_logo {
          height: 0.28rem;
          margin-right: 0; }
        .box .nav_left_title {
          display: none; }
      .box .nav_ul {
        display: none; }
      .box .nav_ul_wap {
        width: 0.28rem;
        height: 0.28rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 0.05rem;
        margin-right: 0.3rem; }
    .box .content {
      height: calc(100% - 0.9rem); }
      .box .content_left {
        width: 100%;
        height: 100%;
        top: 0;
        display: none; }
        .box .content_left_slide {
          display: none; }
        .box .content_left_ul {
          width: 100%;
          height: 100%;
          margin: 0;
          border-radius: 0;
          box-shadow: none;
          padding: 0; }
          .box .content_left_ul .swiper-container .swiper-slide {
            width: 100%;
            height: 0.78rem;
            line-height: 0.78rem;
            background: #fff;
            text-align: center;
            border-bottom: 0.01rem solid #c4cada;
            font-size: 0.18rem;
            transform: scale(1); }
          .box .content_left_ul .swiper-container .swiper-slide-active,
          .box .content_left_ul .swiper-container .swiper-slide-duplicate-active {
            color: #000; }
      .box .content .bg_image {
        display: none; }
      .box .content .canvas {
        display: none; }
      .box .content_right {
        width: 100%;
        height: 100%;
        background: #ffffff;
        border: none;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 0.3rem 0.2rem 0.3rem; }
        .box .content_right .wap_back {
          width: 100%;
          height: 0.6rem;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          font-weight: 500;
          font-size: 0.17rem;
          color: #002384;
          display: none; }
          .box .content_right .wap_back img {
            height: 0.12rem;
            margin-right: 0.115rem; }
        .box .content_right_title {
          font-size: 0.3rem;
          line-height: 0.35rem;
          margin-top: 0.2rem; }
        .box .content_right_title2 {
          font-size: 0.2rem;
          line-height: 0.26rem; }
        .box .content_right_tab {
          height: 0.4rem; }
          .box .content_right_tab li {
            line-height: 0.4rem;
            font-size: 0.18rem; }
          .box .content_right_tab_block {
            height: 0.4rem;
            box-shadow: 0px 0px 0.1rem rgba(0, 35, 132, 0.3);
            left: 33%; }
        .box .content_right_form {
          padding: 0.2rem 0.16rem; }
          .box .content_right_form_li {
            height: 0.4rem;
            margin-bottom: 0.2rem; }
            .box .content_right_form_li .select_type {
              font-weight: 700;
              font-size: 0.18rem;
              margin-left: 0.15rem; }
            .box .content_right_form_li .select_type.type2 {
              width: 1.2rem;
              display: flex;
              align-items: center;
              justify-content: space-between; }
            .box .content_right_form_li .select {
              padding: 0 0.1rem;
              font-size: 0.14rem; }
              .box .content_right_form_li .select_icon {
                height: 0.06rem; }
              .box .content_right_form_li .select_inp {
                font-size: 0.14rem; }
              .box .content_right_form_li .select .noNps {
                display: none; }
              .box .content_right_form_li .select_option {
                top: 0.53rem;
                height: 2rem; }
                .box .content_right_form_li .select_option_li {
                  height: 0.4rem;
                  line-height: 0.4rem;
                  font-size: 0.14rem; }
          .box .content_right_form .icon_convert {
            width: calc(100% - 1.4rem);
            margin-top: 0;
            margin-right: 1.4rem; }
          .box .content_right_form .content_right_form_li.money .select {
            width: calc(100% - 1.4rem); }
          .box .content_right_form .content_right_form_li.money .layui-form-select {
            width: 1.4rem; }
            .box .content_right_form .content_right_form_li.money .layui-form-select .layui-select-title .layui-input {
              font-weight: 700;
              font-size: 0.16rem;
              color: #000000; }
        .box .content_right_form.wap {
          display: flex;
          margin-top: 0.15rem; }
        .box .content_right_money {
          margin-top: 0.29rem;
          padding-left: 0.16rem; } }

/*# sourceMappingURL=converter.css.map */
