/*CSS reset*/

@font-face {
  font-family: dtc-light;
  font-style: normal;
  font-weight: 300;
  src: url(./font/HarmonyOS_Sans_Light.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Light.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: dtc;
  font-style: normal;
  font-weight: 500;
  src: url(./font/HarmonyOS_Sans_Regular.ttf);
  /* src: url(./font/HarmonyOS_Sans_Medium.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Medium.woff) format('woff'); */
  font-display: swap
}

@font-face {
  font-family: dtc-bold;
  font-style: normal;
  font-weight: 700;
  src: url(./font/HarmonyOS_Sans_Bold.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Bold.woff) format('woff');
  font-display: swap
}


@font-face {
  font-family: HarmonyOS_Sans_Light;
  font-style: normal;
  font-weight: 300;
  src: url(./font/HarmonyOS_Sans_Light.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Light.woff) format('woff');
  font-display: swap
}

@font-face {
  font-family: HarmonyOS_Sans_Medium;
  font-style: normal;
  font-weight: 500;
  src: url(./font/HarmonyOS_Sans_Regular.ttf);
  /* src: url(./font/HarmonyOS_Sans_Medium.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Medium.woff) format('woff'); */
  font-display: swap
}
@font-face {
  font-family: HarmonyOS_Sans;
  font-style: normal;
  font-weight: 500;
  src: url(./font/HarmonyOS_Sans_Regular.ttf);
  /* src: url(./font/HarmonyOS_Sans_Medium.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Medium.woff) format('woff'); */
  font-display: swap
}

@font-face {
  font-family: HarmonyOS_Sans_Bold;
  font-style: normal;
  font-weight: 700;
  src: url(./font/HarmonyOS_Sans_Bold.woff2) format('woff2'), url(./font/HarmonyOS_Sans_Bold.woff) format('woff');
  font-display: swap
}

* {
  font-family: dtc;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: dtc-bold;
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0
}

a {
  color: #2898ff;
  text-decoration: none;
}

a:hover {
  color: #3ba0ff !important;
}

p,
td,
li {
  color: #333;
}

@font-face {
  font-family: "Whitney";
  src: url("//db.onlinewebfonts.com/t/294afa63edf49dc293dd90373066b4d4.eot");
  src: url("//db.onlinewebfonts.com/t/294afa63edf49dc293dd90373066b4d4.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/294afa63edf49dc293dd90373066b4d4.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/294afa63edf49dc293dd90373066b4d4.woff") format("woff"), url("//db.onlinewebfonts.com/t/294afa63edf49dc293dd90373066b4d4.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/294afa63edf49dc293dd90373066b4d4.svg#Whitney") format("svg");
}

body {
  font-family: dtc, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  ;
  font-size: 12px;
  background: #fdfdfd;
  color: #333;
}


/*文字排版*/

.f12 {
  font-size: 12px
}

.f13 {
  font-size: 13px
}

.f14 {
  font-size: 14px
}

.f16 {
  font-size: 16px
}

.f20 {
  font-size: 20px
}

.fb {
  font-weight: bold
}

.fn {
  font-weight: normal
}

.lh150 {
  line-height: 150%
}

.lh180 {
  line-height: 180%
}

.lh200 {
  line-height: 200%
}

.unl {
  text-decoration: underline;
}

.no_unl {
  text-decoration: none;
}


/*定位*/

.tl {
  text-align: left
}

.tc {
  text-align: center
}

.ter {
  text-align: right
}

.bc {
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
  display: inline
}

.fr {
  float: right;
  display: inline
}

.cb {
  clear: both
}

.cl {
  clear: left
}

.cr {
  clear: right
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.vm {
  vertical-align: middle
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.abs-right {
  position: absolute;
  right: 0
}

.zoom {
  zoom: 1
}

.hidden {
  visibility: hidden
}

.none {
  display: none !important;
}


/*长度高度*/

.w10 {
  width: 10px
}

.w20 {
  width: 20px
}

.w30 {
  width: 30px
}

.w40 {
  width: 40px
}

.w50 {
  width: 50px
}

.w60 {
  width: 60px
}

.w70 {
  width: 70px
}

.w80 {
  width: 80px
}

.w90 {
  width: 90px
}

.w100 {
  width: 100px
}

.w120 {
  width: 120px
}

.w150 {
  width: 150px
}

.w170 {
  width: 170px
}

.w200 {
  width: 200px
}

.w230 {
  width: 230px;
}

.w250 {
  width: 250px
}

.w300 {
  width: 300px
}

.w400 {
  width: 400px
}

.w500 {
  width: 500px
}

.w600 {
  width: 600px
}

.w700 {
  width: 700px
}

.w800 {
  width: 800px
}

.w {
  width: 100%
}

.h20 {
  height: 20px;
}

.h50 {
  height: 50px
}

.h45 {
  height: 45px;
}

.h40 {
  height: 40px;
}

.h80 {
  height: 80px
}

.h100 {
  height: 100px
}

.h200 {
  height: 200px
}

.h {
  height: 100%
}


/*边距*/

.mb5 {
  margin-bottom: 5px
}

.m10 {
  margin: 10px
}

.m15 {
  margin: 15px
}

.m30 {
  margin: 30px
}

.mt5 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 100px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb28 {
  margin-bottom: 28px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.mb50 {
  margin-bottom: 50px
}

.mb100 {
  margin-bottom: 100px
}

.ml5 {
  margin-left: 5px
}

.ml10 {
  margin-left: 10px
}

.ml15 {
  margin-left: 15px
}

.ml45 {
  margin-left: 45px;
}

.ml20 {
  margin-left: 20px
}

.ml120 {
  margin-left: 120px
}

.ml30 {
  margin-left: 30px
}

.ml50 {
  margin-left: 50px
}

.ml55 {
  margin-left: 55px;
}

.ml100 {
  margin-left: 100px
}

.ml147 {
  margin-left: 147px
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.mr25 {
  margin-right: 25px
}

.mr30 {
  margin-right: 30px
}

.mr50 {
  margin-right: 50px
}

.mr100 {
  margin-right: 100px
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p30 {
  padding: 30px;
}

.pt5 {
  padding-top: 5px
}

.pt10 {
  padding-top: 10px
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt30 {
  padding-top: 30px
}

.pt50 {
  padding-top: 50px
}

.pb5 {
  padding-bottom: 5px
}

.pb10 {
  padding-bottom: 10px
}

.pb15 {
  padding-bottom: 15px
}

.pb20 {
  padding-bottom: 20px
}

.pb30 {
  padding-bottom: 30px
}

.pb50 {
  padding-bottom: 50px
}

.pb100 {
  padding-bottom: 100px
}

.pl5 {
  padding-left: 5px
}

.pl10 {
  padding-left: 10px
}

.pl15 {
  padding-left: 15px
}

.pl20 {
  padding-left: 20px
}

.pl30 {
  padding-left: 30px
}

.pl50 {
  padding-left: 50px
}

.pl100 {
  padding-left: 100px
}

.pr5 {
  padding-right: 5px
}

.pr10 {
  padding-right: 10px
}

.pr15 {
  padding-right: 15px
}

.pr20 {
  padding-right: 20px
}

.pr30 {
  padding-right: 30px
}

.pr50 {
  padding-right: 50px
}

.pr100 {
  padding-right: 100px
}


/*其他*/

.nobr {
  border: none;
}

.t_color_1 {
  color: #333333;
}

.t_color_2 {
  color: #656565;
}

.t_color_3 {
  color: #999999;
}

.green {
  color: #339900;
}

th.td {
  text-align: center;
}

.w227 {
  width: 227px;
}

.red {
  color: #e4393c;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

pre {
  /*强制换行*/
  white-space: pre-wrap;
  word-wrap: break-word;
}


/*page*/

.page {
  height: fit-content;
  padding: 15px 0;
}

.page .digg a {
  text-align: center;
  display: inline-block;
  border: #cccccc 1px solid;
  padding: 2px 8px;
  margin: 0 4px;
  color: #7a7a7a;
  height: 24px;
  width: 24px;
  line-height: 18px;
  box-sizing: border-box;
}

.page .digg a:hover {
  border-color: #2898FF;
  color: #7a7a7a !important;
}

.page .digg a:active {
  border: #000099 1px solid;
}

.page .digg a.dianji:hover {
  color: #fff !important;
}

.page .digg a.dianji {
  display: inline-block;
  border: #2898FF 1px solid;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
  background: #2898FF;
}

.page .digg span.disabled {
  padding: 2px 5px;
  border: #eee 1px solid;
  margin: 2px;
  color: #ddd;
}

.page .digg .next {
  text-align: center;
  padding: 2px 5px;
  display: inline-block;
  border: #cccccc 1px solid;
  margin: 2px;
  color: #7a7a7a;
  width: 62px;
  height: 24px;
  cursor: pointer;
}

.page .digg .next:hover {
  background: #2898FF;
  color: #fff !important;
  border: 1px solid #2898FF;
}

.page .digg .prev {
  text-align: center;
  padding: 2px 5px;
  display: inline-block;
  border: #cccccc 1px solid;
  margin: 2px;
  color: #7a7a7a;
  width: 80px;
  height: 24px;
  cursor: pointer;
}

.page .digg .prev:hover {
  background: #2898FF;
  color: #fff !important;
  border: 1px solid #2898FF;
}

.page .digg .toNum {
  color: #7a7a7a;
  display: inline-block;
  margin-left: 10px;
}

.page .digg .toNum input {
  height: 18px;
  width: 50px;
  margin: 0 5px;
}

.page .confirm-btn {
  float: right;
  width: 62px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #2898FF;
  color: #fff;
  cursor: pointer;
  margin-left: 22px;
}

.page .digg .current {
  display: inline-block;
  border: #2898FF 1px solid;
  padding: 2px 8px;
  font-weight: bold;
  color: #fff;
  background: #2898FF;
  text-align: center;
  margin: 0 4px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

.page .digg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.common-alert-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.common-alert-container .alert-box {
  position: absolute;
  background-color: white;
  height: auto;
  min-width: 360px;
  padding: 30px;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -160px;
}

.common-alert-container .alert-box.tips {
  top: 100%;
  margin-top: -20px;
}

.common-alert-container .alert-box .alert-title {
  font-size: 18px;
  color: black;
  text-align: center;
  max-width: 400px;
}

.common-alert-container .alert-box .alert-content {
  font-size: 14px;
  color: #5f6572;
  text-align: center;
  max-width: 400px;
  margin-top: 20px;
}

.common-alert-container .alert-box.tips .alert-content {
  margin-top: 0;
}

.common-alert-container .alert-box .confirm-btn {
  background-color: #2898FF;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  width: 100px;
  height: 32px;
  margin: 20px auto 0;
  cursor: pointer;
}

.common-alert-container .alert-box .couple-bar {
  margin: 20px auto 0;
  overflow: hidden;
}

.common-alert-container .alert-box .couple-bar .confirm-btn {
  margin: 0 0 0 40px;
  float: left;
}

.common-alert-container .alert-box .couple-bar .cancel-btn {
  border: 1px solid #8c8c8c;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 30px;
  text-align: center;
  width: 98px;
  height: 30px;
  margin-right: 40px;
  float: right;
  cursor: pointer;
}

.common-loading-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
}

.common-loading-container .loading-box {
  position: absolute;
  background-color: #f0f0f0;
  border-radius: 24px;
  width: 130px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -65px;
}

.common-loading-container .loading-box .loading-img {
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 72px;
  margin: 9px auto;
}

.title {
  text-transform: capitalize;
}


/* ========================================================================
   Component: form
 ========================================================================== */

.ui-label {
  font-size: 13px;
  width: 110px;
  margin-right: 10px;
  text-transform: capitalize;
  display: inline-block;
}

.ui-input,
.ui-textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

.ui-input {
  overflow: visible;
}

.ui-input.inline {
  display: inline-block;
}

.ui-input[type="search"]::-webkit-search-cancel-button,
.ui-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.ui-input[type="number"]::-webkit-inner-spin-button,
.ui-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.ui-input::-moz-placeholder,
.ui-textarea::-moz-placeholder {
  opacity: 1;
}

.ui-input,
.ui-textarea {
  -webkit-appearance: none;
}

.ui-input,
.ui-select,
.ui-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 6px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}

.ui-input,
.ui-select:not([multiple]):not([size]) {
  vertical-align: middle;
  /* 1 */
  display: inline-block;
  /* 2 */
  height: 30px;
  line-height: 28px;
}

.ui-select[multiple],
.ui-select[size],
.ui-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

.ui-input:focus,
.ui-select:focus,
.ui-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #2898FF;
}

.ui-input:disabled,
.ui-select:disabled,
.ui-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

.ui-input:-ms-input-placeholder {
  color: #999 !important;
}

.ui-input::-moz-placeholder {
  color: #999;
}

.ui-input::-webkit-input-placeholder {
  color: #999;
}

.ui-textarea:-ms-input-placeholder {
  color: #999 !important;
}

.ui-textarea::-moz-placeholder {
  color: #999;
}

.ui-textarea::-webkit-input-placeholder {
  color: #999;
}


/* ========================================================================
   Component: Text
 ========================================================================== */

.ui-text-bold {
  font-weight: bolder;
}

.ui-text-uppercase {
  text-transform: uppercase !important;
}

.ui-text-capitalize {
  text-transform: capitalize !important;
}

.ui-text-lowercase {
  text-transform: lowercase !important;
}


/* Button Component */

.ui-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 7 */
  line-height: 38px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}

.ui-button:not(:disabled) {
  cursor: pointer;
}

.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-button:hover {
  /* 8 */
  text-decoration: none;
}


/* Focus */

.ui-button:focus {
  outline: none;
}

.ui-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

.ui-button-default:hover,
.ui-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

.ui-button-default:active,
.ui-button-default.ui-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}


/*
 * Primary
 */

.ui-button-primary {
  background-color: #2898FF;
  color: #fff;
  border: 1px solid transparent;
}


/* Hover + Focus */

.ui-button-primary:hover,
.ui-button-primary:focus {
  background-color: #48A6FF;
  color: #fff !important;
}


/* OnClick + Active */

.ui-button-primary:active,
.ui-button-primary.ui-active {
  background-color: #565c77;
  color: #fff;
}


/*
 * Secondary
 */

.ui-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}


/* Hover + Focus */

.ui-button-secondary:hover,
.ui-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}

.ui-button-secondary:active,
.ui-button-secondary.ui-active {
  background-color: #080808;
  color: #fff;
}

.ui-button-default:disabled,
.ui-button-primary:disabled,
.ui-button-secondary:disabled,
.ui-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.ui-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.ui-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

.ui-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}

.ui-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.ui-button-text:hover,
.ui-button-text:focus {
  color: #333;
}

.ui-button-text:hover::before,
.ui-button-text:focus::before {
  right: 0;
}

.ui-button-text:disabled {
  color: #999;
}

.ui-button-text:disabled::before {
  display: none;
}

.ui-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}

.ui-button-link:hover,
.ui-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}

.ui-button-link:disabled {
  color: #999;
  text-decoration: none;
}

.lb-bg-primary {
  background: #2898FF !important;
}

.lb-bg-primary:hover {
  background: #48A6FF !important;
}

.lb-bg-black {
  background: #000 !important;
}

.lb-bg-gray {
  background: #f8f8f8 !important;
}

.lb-color-primary {
  color: #2898FF !important;
}

.icon-wen {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #aaa;
  color: #fff !important;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  transform: scale(.6);
  cursor: pointer;
  position: relative;
  font-weight: normal !important;
  font-size: 12px !important;
  font-family: Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, "sans-serif" !important;
  text-transform: initial !important;
}

.icon-wen:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #3e3d40;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 25px;
  border-radius: 3px;
  display: none;
  z-index: 99;
}

.icon-wen:after {
  content: attr(data-content);
  width: 400px;
  background: #3e3d40;
  color: #bbbbbd;
  position: absolute;
  left: 32px;
  top: -20px;
  border-radius: 10px;
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  padding: 10px 16px;
  display: none;
  z-index: 99;
  /* font-size: 14px; */
}

.icon-wen.top:before {
  left: 2px;
  top: -22px;
}

.icon-wen.top:after {
  left: -323px;
  bottom: 33px;
  top: auto;
}

.icon-wen:hover:before,
.icon-wen:hover:after {
  display: block;
}

.date-range {
  width: 200px !important;
}

.order-field {
  padding-right: 20px !important;
  position: relative;
  cursor: pointer;
}

.order-field:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 8px;
  border: 4px solid transparent;
  border-bottom: 5px solid #b2b2b2;
}

.order-field:after {
  content: '';
  position: absolute;
  top: 21px;
  right: 8px;
  border: 4px solid transparent;
  border-top: 5px solid #b2b2b2;
}

.order-field.desc:after {
  border-top-color: #000;
}

.order-field.asc:before {
  border-bottom-color: #000;
}

.lb-btn {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: none;
  background: #ddd;
  border-radius: 4px;
  outline: none;
}

.lb-btn-primary {
  background: #2898ff !important;
  color: #fff !important;
}

.lb-btn-primary:hover {
  background: #2898ff99 !important;
  color: #fff !important;
}

.lb-btn-circle {
  border-radius: 16px !important;
}

.lb-btn-primary-light {
  border: 1px solid #2898ff !important;
  color: #2898ff !important;
  background: #fff !important;
}

.lb-btn.lb-btn-disabled {
  border-color: #ddd !important;
  background-color: #fff !important;
  color: #ddd !important;
  cursor: not-allowed;
}

.lb-btn-black {
  width: 119px;
  border-radius: 4px;
  background: #000 !important;
  color: #fff !important;
}

.lb-btn-sm {
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.text-more {
  display: block;
  margin: 20px;
  text-align: center;
}

.default-img {
  background-color: #f8f8f8;
  background-image: url("/static/images/default.png");
  background-repeat: no-repeat;
  background-size: 111px 23px;
  background-position: 50% 50%;
}

.icon-earth {
  background-image: url('/static/images/icon-earth.svg');
  position: relative;
  left: -4px;
}

.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -khtml-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -khtml-flex-direction: column;
  flex-direction: column;
}

input {
  padding-left: 5px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.color-red {
  color: red;
}