@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/website/web/static/fonts/material-icons.woff) format("woff"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-feature-settings: 'liga'; }

a:hover {
  text-decoration: none; }

.text-primary {
  color: #00a0e9 !important; }

.text-indent {
  text-indent: 2rem; }

.text-xl {
  font-size: 36px; }

.text-lg, .border-title {
  font-size: 24px; }

.text-md {
  font-size: 18px; }

.text-sm {
  font-size: 14px; }

.text-xs {
  font-size: 12px; }

.c33 {
  color: #333; }

.c66 {
  color: #666; }

.content-container {
  margin-top: 71px; }

.information-container {
  min-height: 60%; }

.row {
  padding-left: 0;
  padding-right: 0; }

.border-title {
  border-left: 2px solid #00a0e9;
  padding-left: 8px;
  line-height: 1; }

.search-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .search-title .search {
    font-size: 16px;
    margin-left: 24px;
    line-height: 40px;
    height: 40px;
    overflow-y: hidden;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center; }
    .search-title .search input {
      outline: none;
      width: 280px;
      height: 40px;
      border: none;
      flex: 1; }
    .search-title .search .icon {
      width: 24px;
      height: 40px;
      color: #146cef;
      overflow: hidden; }

@media screen and (max-width: 992px) {
  .search-title .search {
    margin-top: 24px;
    margin-left: 0; } }
@media screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute; } }
.bg-primary,
.btn-primary {
  background-color: #00a0e9 !important; }

.bg-light, .query-detail-container tbody {
  background-color: #ebeff2 !important; }

.alert-info {
  background-color: #effaff !important; }

.overflow-hidden {
  overflow: hidden; }

.border-primary {
  border-color: #00a0e9 !important; }

.content {
  line-height: 2; }

.section-title {
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  padding: 80px 0 40px; }
  .section-title:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 7%;
    background-color: #d4d9dc;
    margin-right: 30px;
    vertical-align: middle; }
  .section-title:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 7%;
    background-color: #d4d9dc;
    margin-left: 30px;
    vertical-align: middle; }

.sidenav {
  list-style: none; }
  .sidenav ul,
  .sidenav li {
    list-style-type: none; }
  .sidenav button {
    background-color: transparent;
    border-top: 1px solid #ddd;
    padding-left: 38px !important;
    box-shadow: none; }
  .sidenav button:hover,
  .sidenav button:focus {
    box-shadow: none; }
  .sidenav .card-header {
    border-bottom: none; }
  .sidenav :focus {
    outline: none; }
  .sidenav ul {
    padding-left: 0; }

.navbar-expand-lg {
  transition: all 0.3s ease-in; }

.navbar {
  transition: all 0.3s ease-in-out; }
  .navbar li {
    font-size: 14px; }
  .navbar .logo-ip {
    width: 33px;
    margin-left: 16px; }
  .navbar .logo-s {
    display: none; }
  .navbar .user-area-lg {
    display: none;
    margin-right: 10px;
    font-size: 14px;
    color: #fff; }
    .navbar .user-area-lg a {
      color: #fff; }
  .navbar .user-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 14px; }
    .navbar .user-area a {
      color: #fff;
      font-size: 14px; }
    .navbar .user-area .navbar-toggler {
      margin-left: 30px; }
    .navbar .user-area .user-toggle {
      position: relative; }
  .navbar .dropdown-menu {
    top: 46px;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    text-align: center;
    min-width: 0;
    transition: all 0.3s ease-in-out; }
    .navbar .dropdown-menu a {
      font-size: 12px;
      line-height: 24px; }
  .navbar .nav-item .nav-link {
    padding: 4px 0 2px;
    border-bottom: 2px solid transparent; }
  .navbar .nav-item .nav-link:hover, .navbar .nav-item.active .nav-link {
    border-bottom-color: #fff; }
  .navbar .dropdown-menu {
    border: none; }
  .navbar .dropdown-item:hover {
    background: transparent;
    transform: scale(1.05); }

@media (max-width: 550px) {
  .navbar .logo,
  .navbar .logo-ip {
    display: none; }
  .navbar .logo-s {
    display: block;
    width: 40px; }
  .navbar .user-area .navbar-toggler {
    margin-left: 0px; }
  .navbar .dropdown-menu {
    top: 38px; } }
@media (min-width: 992px) {
  .navbar {
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem; }
    .navbar .navbar-nav {
      line-height: 55px; }
      .navbar .navbar-nav .dropdown-menu {
        line-height: 20px;
        top: 95%; }
        .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
          transform: scale(1); }
    .navbar .user-area-lg {
      display: block;
      position: relative; }
    .navbar .user-area {
      display: none; } }
footer .nav .nav-item:first-child a {
  font-size: 18px; }
footer .nav .qrcode-item {
  display: none;
  left: 85%;
  top: 0;
  z-index: 1000; }
footer .nav .nav-link {
  cursor: pointer; }
footer .nav .nav-link:hover + .qrcode-item {
  display: block; }

.banner-container .swiper-content {
  left: 50%;
  transform: translateX(-50%);
  top: 0; }
.banner-container span.text-white {
  border-left-width: 3px !important;
  font-size: 62px;
  line-height: 1; }
.banner-container a.border-left {
  border-left-width: 2px !important; }

.product-container .swiper-wrapper,
.product-container .swiper-slide {
  height: auto; }
.product-container .swiper-slide {
  max-width: 340px !important; }
  .product-container .swiper-slide .product-item {
    overflow: hidden; }
    .product-container .swiper-slide .product-item .product-pic {
      transition: all 0.3s ease-in-out; }
  .product-container .swiper-slide .product-item:hover .product-description {
    opacity: 1; }
  .product-container .swiper-slide .product-item:hover .product-pic {
    transform: scale(1.2); }
  .product-container .swiper-slide .product-icon {
    max-width: 70px; }
  .product-container .swiper-slide .product-title {
    font-size: 24px; }
  .product-container .swiper-slide .product-description {
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1199px) {
    .product-container .swiper-slide .product-title {
      font-size: 20px; }
    .product-container .swiper-slide .product-description {
      font-size: 14px; } }
  @media screen and (max-width: 992px) {
    .product-container .swiper-slide .product-title {
      font-size: 18px; }
    .product-container .swiper-slide .product-description {
      font-size: 12px; } }
  @media screen and (max-width: 768px) {
    .product-container .swiper-slide .product-title {
      font-size: 16px; }
    .product-container .swiper-slide .product-description {
      display: none; } }
  @media screen and (max-width: 500px) {
    .product-container .swiper-slide .product-title {
      font-size: 14px; } }
  .product-container .swiper-slide .d-flex {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
.product-container .product-pic {
  width: 100%;
  height: auto; }
.product-container .swiper-button-prev,
.product-container .swiper-button-next {
  width: 60px;
  height: 60px;
  z-index: 1000; }
.product-container .swiper-button-prev {
  background: url("/website/web/static/images/left2.png") center center no-repeat;
  left: 30px; }
.product-container .swiper-button-next {
  background: url("/website/web/static/images/right2.png") center center no-repeat;
  right: 30px; }

.news-container a {
  width: 100%;
  height: 100%; }
  .news-container a img {
    min-height: 100%;
    min-width: 100%; }

.hover-item .item-info {
  left: 0;
  bottom: 0; }
.hover-item:hover img {
  transform: scale(1.2); }

@media screen and (max-width: 767px) {
  .banner-container span.text-white {
    font-size: 32px; }

  .product-container .swiper-button-prev,
  .product-container .swiper-button-next {
    width: 30px;
    height: 30px; } }
.banner {
  margin-top: 71px; }
  .banner .banner-box-container {
    left: 50%;
    top: 71px;
    bottom: 0;
    transform: translateX(-50%); }
    .banner .banner-box-container .banner-box {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 32px; }

.product-list .product-pic {
  transition: all 0.3s ease-in-out; }
.product-list .product-pic:hover {
  transform: scale(1.1); }

.special-product-page .product-qrcode {
  padding: 8px;
  position: fixed;
  border: 1px solid #ededed;
  background-color: #fff;
  top: 60%;
  right: 30px;
  z-index: 10; }
  .special-product-page .product-qrcode img {
    width: 152px; }

#tabs .nav-item {
  line-height: 14px;
  border-bottom: 3px solid transparent; }
#tabs .nav-item:not(.ui-tabs-active) a:hover {
  color: #333 !important; }
#tabs .nav-item:not(:last-child) a {
  border-right: 1px solid #d4d9dc; }
#tabs .ui-tabs-active {
  border-bottom-color: #00a0e9; }
  #tabs .ui-tabs-active a {
    color: #00a0e9 !important; }
#tabs .download-item:hover {
  background-color: #00a0e9 !important;
  color: #fff !important; }
#tabs form .required {
  top: 50%;
  right: -10px;
  transform: translateY(-50%); }
#tabs form .custom-file-label::after {
  content: '浏览'; }

img {
  transition: all 0.3s ease-in-out; }

.open-platform,
.advantage-group {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  .open-platform a:hover img,
  .advantage-group a:hover img {
    transform: scale(1.2); }

.brand-container {
  background: url("/website/web/static/images/bg3.png") center center no-repeat;
  background-size: cover;
  padding: 0 20px; }
  .brand-container img {
    height: auto;
    max-width: 100%; }

.plan-container {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 1140px) {
    .plan-container .card {
      min-height: 315px; } }

.content-container .btn .material-icons {
  transition: all 0.3s ease-in-out; }
.content-container .btn:not(.collapsed) .material-icons {
  transform: rotate(90deg); }
.content-container .btn {
  border-radius: 0;
  text-decoration: none; }
.content-container .btn-link:hover,
.content-container .btn-link:not(.collapsed) {
  background-color: #00a0e9;
  color: #fff !important; }
.content-container .card-body a:hover, .content-container .card-body a.active {
  color: #00a0e9 !important; }

.pagination .page-item .page-link {
  color: #00a0e9; }
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #00a0e9; }

.news-list .card-text {
  text-overflow: ellipsis;
  white-space: nowrap; }
.news-list .text-muted {
  text-align: right; }
.news-list .card-img {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  overflow: hidden; }
  .news-list .card-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
.news-list .desc {
  white-space: normal;
  text-align: justify;
  height: 44px; }
  .news-list .desc p {
    margin-bottom: 20px; }

.query-detail-container {
  margin-top: -60px;
  position: relative;
  z-index: 10; }
  .query-detail-container table {
    width: 100%;
    text-align: center; }
  .query-detail-container thead {
    background-color: #e2f3fb; }
  .query-detail-container th,
  .query-detail-container td {
    border: 1px solid #fff;
    padding: 8px; }
  .query-detail-container .btn {
    width: 30%;
    max-width: 454px; }

.map-container .border-title + .border-top {
  border-top-style: dashed !important; }
.map-container .nav-item {
  line-height: 1; }
.map-container .nav-item:not(:first-child) .nav-link {
  border-left: 1px solid #d4d9dc;
  padding-left: 1.5rem; }

.sidenav .nav-link {
  color: #333 !important;
  border: none !important; }
  .sidenav .nav-link .material-icons {
    color: #d4d9dc; }
.sidenav .nav-item:hover,
.sidenav .nav-item.active {
  background-color: #00a0e9; }
  .sidenav .nav-item:hover .nav-link,
  .sidenav .nav-item.active .nav-link {
    color: #fff !important; }
  .sidenav .nav-item:hover .material-icons,
  .sidenav .nav-item.active .material-icons {
    color: #fff; }
.sidenav .nav-item.active .material-icons {
  transform: rotate(90deg); }

.branch-container .card:nth-child(odd) a {
  background-color: #d4d9dc; }
.branch-container .card .card-header a:hover,
.branch-container .card .card-header a:not(.collapsed) {
  background-color: #00a0e9;
  color: #fff !important; }
.branch-container .border {
  margin-top: -1px;
  border-width: 2px !important; }

.feedback {
  max-width: 720px;
  margin: 0 auto; }
  .feedback .feedback-title {
    text-align: center; }
    .feedback .feedback-title ::before,
    .feedback .feedback-title ::after {
      display: inline-block;
      width: 90px;
      height: 0;
      border-top: 1px solid #ccc;
      vertical-align: middle;
      content: ''; }
  .feedback .w2 {
    letter-spacing: 2em;
    margin-right: -2em; }
  .feedback .w3 {
    letter-spacing: 0.5em;
    margin-right: -0.5em; }
  .feedback .btn-control {
    padding-right: 0; }
  .feedback .btn-submit {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px; }
  @media screen and (max-width: 576px) {
    .feedback .col-form-label {
      padding-left: 0; } }

.modal-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050; }
  .modal-mask .modal-dialog {
    margin-top: 8rem; }
    .modal-mask .modal-dialog button {
      background-color: transparent; }
    .modal-mask .modal-dialog .modal-close {
      position: absolute;
      top: 0;
      right: 0.5rem;
      font-size: 1.5rem;
      cursor: pointer; }

.login-box {
  font-size: 23px;
  background: url("/website/web/static/images/login-bg-v2.gif") no-repeat center;
  background-size: 100%;
  background-color: #f5f8fb;
  height: 100%;
  overflow-y: auto;
  position: relative; }
  .login-box input {
    background-color: #ffffff;
    box-shadow: inset 0px 1px 2px 0px rgba(102, 113, 123, 0.24);
    border-radius: 4px;
    border: solid 1px #e2e5ed; }
  .login-box input::-webkit-input-placeholder {
    color: rgba(67, 75, 101, 0.25); }
  .login-box input::-moz-placeholder {
    color: rgba(67, 75, 101, 0.25); }
  .login-box input:-ms-input-placeholder {
    color: rgba(67, 75, 101, 0.25); }
  .login-box input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: none;
    box-shadow: none !important;
    outline: none;
    margin-right: 5px;
    background: url("/website/web/static/images/checkbox_icon_n.png") no-repeat center; }
  .login-box input[type='checkbox']:checked {
    background: url("/website/web/static/images/checkbox_icon.png") no-repeat center; }
  .login-box .login-logo {
    width: 200px;
    margin-top: 10px;
    margin-left: 30px; }
    .login-box .login-logo img {
      width: 100%; }
  .login-box .container {
    max-width: 375px;
    height: max-content;
    min-height: 450px;
    max-height: 500px;
    padding: 32px 0;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .login-box .container .title {
      font-size: 24px;
      color: #354052; }
    .login-box .container .title-desc {
      font-size: 14px;
      color: #434b65; }
    .login-box .container .message {
      display: flex;
      align-items: center;
      background-color: #fff3cd;
      border-radius: 4px;
      border: solid 1px #ffeeba;
      color: #856404;
      padding: 8px 10px;
      font-size: 12px; }
      .login-box .container .message p {
        margin-bottom: 0; }
      .login-box .container .message img {
        width: 16px;
        height: 16px;
        margin-right: 8px; }
    .login-box .container .nav {
      font-size: 16px;
      height: 40px;
      color: #434b65;
      display: flex;
      padding: 0 32px;
      box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06); }
      .login-box .container .nav div {
        width: 50%;
        text-align: center;
        border-bottom: 2px solid transparent; }
      .login-box .container .nav .active {
        border-bottom: 2px solid #007bff; }
    .login-box .container input {
      padding: 0 5px;
      font-size: 16px; }
    .login-box .container .input input {
      width: 100%;
      height: 40px;
      background-color: #ffffff;
      box-shadow: inset 0px 1px 2px 0px rgba(102, 113, 123, 0.24);
      border-radius: 4px;
      border: solid 1px #e2e5ed; }
    .login-box .container .input p {
      font-size: 12px;
      color: #808897;
      margin-bottom: 0; }
    .login-box .container .yzm {
      display: flex;
      justify-content: space-between; }
      .login-box .container .yzm input {
        width: 68%;
        height: 40px;
        background-color: #ffffff;
        box-shadow: inset 0px 1px 2px 0px rgba(102, 113, 123, 0.24);
        border-radius: 4px;
        border: solid 1px #e2e5ed; }
      .login-box .container .yzm .yzm-btn {
        width: 30%;
        height: 40px;
        background-color: #ffffff;
        box-shadow: inset 0px 1px 2px 0px rgba(102, 113, 123, 0.24);
        border-radius: 4px;
        border: solid 1px #e2e5ed;
        color: #434b65;
        font-size: 14px; }
        .login-box .container .yzm .yzm-btn .active {
          color: #007bff; }
    .login-box .container .radio {
      display: flex;
      align-items: center; }
      .login-box .container .radio label {
        width: 50%;
        font-size: 14px; }
    .login-box .container .agreement {
      padding: 0 32px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 14px;
      color: #808897; }
      .login-box .container .agreement p {
        margin-bottom: 0; }
    .login-box .container .btn {
      display: block;
      margin: 5px 32px 5px;
      height: 40px;
      background-image: linear-gradient(132deg, #4bbff7 0%, #146cef 100%);
      box-shadow: 0px 16px 32px -16px rgba(28, 120, 240, 0.16);
      border-radius: 4px;
      color: #fff; }
    .login-box .container .reg-switch {
      font-size: 14px;
      color: #6c757d;
      text-align: center; }
      .login-box .container .reg-switch span {
        color: #007bff; }
    .login-box .container .agreement-container {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      padding: 46px 32px;
      overflow-y: auto;
      border-radius: 4px; }
      .login-box .container .agreement-container p {
        font-size: 14px;
        line-height: 24px;
        color: #343a40;
        margin-top: 32px;
        text-align: justify; }
    .login-box .container .close-btn {
      width: 32px;
      height: 81px;
      position: absolute;
      bottom: -81px;
      left: 50%;
      margin-left: -16px;
      background: url("/website/web/static/images/close.png") no-repeat center top;
      background-size: contain;
      cursor: pointer; }
  .login-box .validate-email .email {
    color: #343a40;
    font-size: 14px; }
    .login-box .validate-email .email span {
      color: #dc3545; }
  .login-box .validate-email .desc {
    color: #808897;
    font-size: 14px; }
  .login-box .validate-email .no-email {
    font-size: 14px; }
    .login-box .validate-email .no-email .btn-send {
      background-color: #fff;
      outline: none;
      border-radius: 4px;
      border: solid 1px #d9d9d9;
      margin-top: 16px;
      line-height: 32px; }
    .login-box .validate-email .no-email div {
      color: #007bff;
      line-height: 40px; }
    .login-box .validate-email .no-email ul {
      padding-left: 20px;
      line-height: 24px;
      color: #808897;
      margin-top: 16px; }
  .login-box .forget {
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    margin-right: 32px;
    color: #434b65; }
  .login-box .message-container {
    width: 375px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .login-box .login-message {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(48, 49, 51, 0.1);
    border-radius: 4px;
    border: solid 1px #eaedf3;
    margin: 70px auto 0;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 24px;
    width: fit-content; }
    .login-box .login-message > div {
      display: flex;
      align-items: center; }
      .login-box .login-message > div img {
        width: 18px;
        height: 18px;
        margin-right: 10px; }
      .login-box .login-message > div p {
        margin-bottom: 0; }
  .login-box .agreement-box {
    max-width: 800px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding-top: 94px;
    border-radius: 4px; }
    .login-box .agreement-box .title {
      line-height: 70px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #eceff4; }
      .login-box .agreement-box .title img {
        width: 30px; }
    .login-box .agreement-box .content {
      font-size: 14px;
      height: 482px;
      overflow: auto;
      padding: 0 24px; }
  @media screen and (min-width: 361px) {
    .login-box .login-logo {
      margin-top: 20px; } }
  @media screen and (min-width: 768px) {
    .login-box .container,
    .login-box .message-container {
      margin-right: 200px; }
    .login-box .login-logo {
      width: 254px;
      margin-top: 40px;
      margin-left: 100px; } }
  .login-box-btn {
    width: 320px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(-132deg, #4bbff7 0%, #146cef 100%);
    border-radius: 4px; }
  .login-box .forget-way .content {
    padding: 16px 32px;
    border-bottom: 1px solid #f1f1f1; }
    .login-box .forget-way .content .img {
      float: left;
      width: 40px;
      height: 40px;
      position: relative;
      margin-top: 10px; }
      .login-box .forget-way .content .img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .login-box .forget-way .content .desc {
      float: right;
      width: 260px;
      font-size: 14px; }
      .login-box .forget-way .content .desc > div {
        line-height: 30px;
        width: 100%; }
        .login-box .forget-way .content .desc > div .title {
          font-size: 14px;
          float: left; }
        .login-box .forget-way .content .desc > div .link {
          float: right;
          color: #007bff; }
      .login-box .forget-way .content .desc > p {
        color: #a7b1d1;
        line-height: 20px; }
      .login-box .forget-way .content .desc p {
        margin-bottom: 0; }

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1099; }

.c-message {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  max-width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  z-index: 999; }
  .c-message p {
    margin-bottom: 0; }

.btn-disabled {
  opacity: 0.25; }

.clearFix:after {
  content: '';
  clear: both;
  display: block; }

.pd32 {
  padding: 0 32px; }

.pd30 {
  padding: 30px; }

.mt55 {
  margin-top: 55px; }

.mt50 {
  margin-top: 50px; }

.mt35 {
  margin-top: 35px; }

.mt32 {
  margin-top: 32px; }

.mt25 {
  margin-top: 25px; }

.mt20 {
  margin-top: 20px; }

.mt15 {
  margin-top: 15px; }

.mt10 {
  margin-top: 10px; }

.mt5 {
  margin-top: 5px; }

.mb55 {
  margin-bottom: 55px; }

.mb35 {
  margin-bottom: 35px; }

.mb25 {
  margin-bottom: 25px; }

.ml16 {
  margin-left: 16px; }

.mr5 {
  margin-right: 5px; }

/*# sourceMappingURL=common1.0.6.css6.css.map */
