:root {
  --fn-primary: #e95613;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: url('/static/images/content_bg.jpg') repeat-y;
  background-size: cover;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a{
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #e95613;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}


.fn-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px){
  .fn-container{
    width: 1200px;
  }
}
@media screen and (max-width: 1400px){
  .fn-container{
    width: 1000px;
  }
}
@media screen and (max-width: 1200px){
  .fn-container{
    width: 900px;
  }
}
@media screen and (max-width: 900px){
  .fn-container{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix{
  zoom: 1;
}

.eliss{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mb-20{
  margin-bottom: 20px;
}

.form-group-item {
  position: relative;
  margin-bottom: 15px;
  clear: both
}

.form-group-item:after {
  content: '\20';
  clear: both;
  display: block;
  height: 0
}
.form-inline{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.form-group-label {
  position: relative;
  float: left;
  display: block;
  padding: 9px 15px;
  margin-bottom: 0;
  width: 160px;
  font-weight: 400;
  line-height: 20px;
  text-align: right
}
.form-group-label .dot{
  color: red;
  padding: 0 4px;
}
.form-group-item .form-inline+.form-inline{
  margin-left: 10px
}

.layui-input-block,.layui-input-inline {
  position: relative
}
.form-group-block{
  margin-left: 160px;
  min-height: 36px;
}
.form-group-inline{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.form-form-item .form-inline {
  margin-right: 10px
}

.form-input-block,.form-input-inline {
  position: relative
}
.form-input, .form-select, .form-textarea{
  height: 38px;
  line-height: 1.3;
  line-height: 38px \9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: rgba(0, 0, 0, .85);
  border-radius: 2px;
}
.form-input, .form-textarea{
  display: block;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
}
.form-form-item .form-input-inline {
  float: left;
  width: 190px;
  margin-right: 10px
}
.form-form-mid {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  line-height: 20px;
  margin-right: 10px;
  color: #999 !important;
  font-size: small;
}
.form-mid-pos{
  position: absolute;
  padding: 0;
  line-height: 1.4;
}

.from-group-radio .form-group-label{
  width: auto;
  cursor: pointer;
}
.from-group-radio .form-group-label input{
  margin-right: 6px;
}

.form-btn{
  outline: none;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 4px;
  background: rgba(135, 66, 26);
  color: #fff;
}

.verify .form-input{
  width: auto;
  display: inline-block!important;
}
.verify-img{
  display: inline-block;
  height: 38px;
}

@media screen and (max-width: 992px){
  .form-group-label{
    width: 100%;
    float: initial;
    text-align: left;
    padding: 9px 0;
  }
  .form-group-block{
    margin-left: 0;
  }
  .signup-form .form-inline{
    width: 100%!important;
    float: initial;
  }
  .form-group-label{
    display: inline-block;
  }
  .form-group-label:not(:last-of-type){
    margin-right: 6px;
  }
  .form-group-item{
    margin-bottom: 0;
  }
}