@import url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* .fa-angle-right::before {
	content: "≻";
}
.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */
.jost{
  font-family: 'Jost', sans-serif;
  /* font-family: "Noto Sans JP", sans-serif;   */
}
.w1110{
  position: relative;
  width: 1110px;
  margin:0 auto;
}
a{
  transition: all .3s;
}

html{
  font-size: 100px;
}
.container {
  width: 100%;
  padding-right: .08rem;
  padding-left: .08rem;
  margin-right: auto;
  margin-left: auto;
}
.f-dib {
  display: inline-block;
}
.tl{
  text-align: justify;
}
.tr{
  text-align: right;
}
.spreadlink{
  position: relative;
  left:-.38rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -.08rem;
  margin-left: -.08rem; */
}

.row-full {
  margin-left: -.08rem;
  margin-right: -.08rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12,
.col,
.col-auto {
  position: relative;
  width: 100%;
  min-height: .1rem;
  padding-right: .08rem;
  padding-left: .08rem;
}

.col {
  -ms-flex-preferred-size: 0; 
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-03 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-04 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-05 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-06 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-07 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-08 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-09 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.text-underline {
  text-decoration: underline;
}
/* btn */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .08rem .14rem .1rem;
  font-size: .14rem;
  line-height: 1.48;
  border-radius: .08rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

/* .btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .04rem rgba(0, 123, 255, 0.25);
} */

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.btn-long{
  padding-left:.32rem;
  padding-right:.32rem;
}
.btn-round{
  border-radius: 10rem;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn input[type='file'] {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn.no-radius {
  border-radius: 2px;
}
.btn-md{
  padding:.10rem .18rem .14rem;
  font-size: .18rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.05rem 0.1rem;
  font-size: 0.12rem;
  line-height: 1.5;
  border-radius: 0.04rem;
}
.btn-icon{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-icon::before{
  content:'';
  display: block;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-blue {
  color: #fff;
  background-color: #0066fc;
  border-color: #0066fc;
}


.bg-hui {
  background-color: #f4f5f8;
}
.bg-shui{
  background-color: #e2e3e8;
}


.btn-blue:hover {
  color: #fff;
  background-color: #0049b5;
  border-color: #0049b5;
}
.btn-sgray:hover {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
.btn-white{
  color: #3a97ff;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover{
  opacity:0.9;
}

/* .btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.02rem rgba(69, 150, 241, 0.5);
} */

/* .btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #1c76da;
  border-color: #1c76da;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1c76da;
  border-color: #1c76da;
} */

/* .btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(0, 123, 255, 0.5);
} */

.btn-blue-gradient {
  color: #fff;
  background: rgb(59, 103, 172);
  background: -moz-linear-gradient(
    left,
    rgba(59, 103, 172, 1) 0%,
    rgba(18, 61, 128, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(59, 103, 172, 1) 0%,
    rgba(18, 61, 128, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(59, 103, 172, 1) 0%,
    rgba(18, 61, 128, 1) 100%
  );
}
.btn-gray{
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-black{
  background-color: #000;
  border-color: #000;
}

.btn-black:hover{
  background-color: #333;
  border-color: #333;
}
.btn-sgray{
  background-color: #dcdddf;
  border-color: #dcdddf;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.02rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {  
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.02rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.02rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #b87c00;
  border-color: #b87c00;
}

.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.02rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #b87c00;
  border-color: #b87c00;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(255, 193, 7, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #f23c47;
  border-color: #f23c47;
}

.btn-red:hover {
  color: #fff;
  background-color: #bc002a;
  border-color: #bc002a;
}

.btn-red:focus,
.btn-red.focus {
  box-shadow: 0 0 0 0.02rem rgba(230, 0, 51, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #e60033;
  border-color: #e60033;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #bc002a;
  border-color: #bc002a;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.02rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.02rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(52, 58, 64, 0.5);
}

.btn-outline-blue {
  color: #0066fc;
  background-color: transparent;
  background-image: none;
  border-color: #0066fc;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #1c76da;
  border-color: #1c76da;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.02rem rgba(69, 150, 241, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #1c76da;
  border-color: #1c76da;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: #eeeeee;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.02rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.02rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.02rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #b87c00;
  background-color: transparent;
  background-image: none;
  border-color: #b87c00;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #b87c00;
  border-color: #b87c00;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.02rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #b87c00;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #b87c00;
  border-color: #b87c00;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(255, 193, 7, 0.5);
}

.btn-outline-red {
  color: #ce3737;
  background-color: transparent;
  background-image: none;
  border-color: #ce3737;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #ce3737;
  border-color: #ce3737;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.02rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #ce3737;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ce3737;
  border-color: #ce3737;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.02rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.02rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.02rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00358b;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group-offset {
  display: flex;
}

.btn-group-offset .btn {
  width: 100%;
  margin-left: 10px;
}

.btn-group-offset .btn:first-child {
  margin-left: 0;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.1rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

/* nav */
header.head nav>ul#nav li:not(:first-child)::before{
  content: "|";
  position: absolute;
  display: block;
  color: #333;
  line-height: 70px;
  left: -20px;
  }
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-tabs > li {
  width: 100%;
}

.nav-tabs > li > a {
  display: inline-block;
  padding-bottom: .08rem;
  border-bottom: 2px solid transparent;
  transform: translateY(1px);
  color: #8a8a8a;
  transition: all 0.2s linear;
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:active {
  border-bottom-color: #00358b;
  color: #00358b;
  text-decoration: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group .item {
  position: relative;
  display: block;
  padding: 0.75rem 1..04rem;
  margin-bottom: -1px;
}

.list-group.border .item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  border-right: none;
}

/* badge */
.badge {
  display: inline-block;
  padding: 0.04rem 0.14rem 0.05rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: .04rem;
  border: 1px solid transparent;
}
.badge-round{
  border-radius: 3rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.8em;
  padding-left: 0.8em;
  border-radius: 10rem;
}

.badge-blue,.badge-importantnews {
  color: #fff;
  background-color: #0066fc;
}

.badge-blue[href]:hover,
.badge-blue[href]:focus,.badge-importantnews[href]:hover,
.badge-importantnews[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1c76da;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #b87c00;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-red,.badge-notice {
  color: #fff;
  background-color: #f23c47;
}

.badge-red[href]:hover,
.badge-red[href]:focus,.badge-notice[href]:hover,
.badge-notice[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cb012e;
}

.badge-outline-red {
  color: #e60033;
  background-color: transparent;
  border-color: #e60033;
}

.badge-light {
  color: #212529;
  background-color: #dedede;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* form-control */

.form-control {
  display: block;
  width: 100%;
  padding: 0.09rem .14rem;
  font-size: 0.14rem;
  line-height: 1.48;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.04rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.02rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.04rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control {
  position: relative;
}
select.form-control::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ddd;
  position: absolute;
  right: 4px;
  top: 4px;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: .08rem;
}

.form-group label.label-control {
  font-size: 0.75rem;
  padding: 9px 0 7px;
}

.form-text {
  display: block;
  margin-top: .04rem;
  font-size: 0.6.04rem;
}

/* .collapse {
  display: none;
}
.collapse.in {
  display: block;
} */
/* input-group */

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* .input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} */

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.input-group-append.text {
  padding-left: 8px;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .04rem;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}
/* 
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mediaNofl{
  padding:5px 0;
}
.mediaNofl img{ 
  float:right;
  display: block;
  margin:0 0 10px 0;
}
.media-info p{
  white-space: nowrap;
}
.module-open .line .phone-box{
  padding-top:12px;
  border-top:solid #e6e6e6 1px;
}

/* modal */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-dialog {
  width: calc(100% - 2rem);
  position: absolute;
  left: .16rem;
  top: 50%;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0.75rem;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog .close {
  font-size: .16rem;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: .16rem;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: .16rem;
}

.modal-footer {
  padding: .16rem;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal.notify .modal-dialog {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  box-shadow: none;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: .04rem !important;
}

.mt-1,
.my-1 {
  margin-top: .1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: .04rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: .04rem !important;
}

.ml-1,
.mx-1 {
  margin-left: .04rem !important;
}

.m-2 {
  margin: .08rem !important;
}

.mt-2,
.my-2 {
  margin-top: .2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: .08rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: .08rem !important;
}

.ml-2,
.mx-2 {
  margin-left: .08rem !important;
}

.m-3 {
  margin: .16rem !important;
}

.mt-3,
.my-3 {
  margin-top: .22rem !important;
}

.mr-3,
.mx-3 {
  margin-right: .16rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: .16rem !important;
}

.ml-3,
.mx-3 {
  margin-left: .16rem !important;
}

.m-4 {
  margin: .3rem !important;
}

.mt-4,
.my-4 {
  margin-top: .34rem !important;
}

.mr-4,
.mx-4 {
  margin-right: .24rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: .24rem !important;
}

.ml-4,
.mx-4 {
  margin-left: .24rem !important;
}

.m-5 {
  margin: .36rem !important;
}

.mt-5,
.my-5 {
  margin-top: .36rem !important;
}

.mr-5,
.mx-5 {
  margin-right: .36rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: .36rem !important;
}

.mt-6,
.my-6 {
  margin-top: .48rem !important;
}

.mr-6,
.mx-6 {
  margin-right: .48rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: .48rem !important;
}
.mt-7,
.my-7 {
  margin-top: .64rem !important;
}
.mt-8,
.my-8 {
  margin-top: .64rem !important;
}
.mt-9,
.my-9 {
  margin-top: .76rem !important;
}

.mr-7,
.mx-7 {
  margin-right: .64rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: .64rem !important;
}
.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .04rem !important;
}

.pt-1,
.py-1 {
  padding-top: .04rem !important;
}

.pr-1,
.px-1 {
  padding-right: .04rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: .04rem !important;
}

.pl-1,
.px-1 {
  padding-left: .04rem !important;
}

.p-2 {
  padding: .08rem !important;
}

.pt-2,
.py-2 {
  padding-top: .08rem !important;
}

.pr-2,
.px-2 {
  padding-right: .08rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: .08rem !important;
}

.pl-2,
.px-2 {
  padding-left: .08rem !important;
}

.p-3 {
  padding: .16rem !important;
}

.pt-3,
.py-3 {
  padding-top: .16rem !important;
}

.pr-3,
.px-3 {
  padding-right: .16rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: .16rem !important;
}

.pl-3,
.px-3 {
  padding-left: .16rem !important;
}

.p-4 {
  padding: .24rem !important;
}

.pt-4,
.py-4 {
  padding-top: .24rem !important;
}

.pr-4,
.px-4 {
  padding-right: .24rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: .24rem !important;
}

.pl-4,
.px-4 {
  padding-left: .24rem !important;
}

.p-5 {
  padding: .48rem !important;
}

.pt-5,
.py-5 {
  padding-top: .48rem !important;
}

.pr-5,
.px-5 {
  padding-right: .48rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: .48rem !important;
}

.pl-5,
.px-5 {
  padding-left: .48rem !important;
}


.gradient-gray {
  background: -moz-linear-gradient(
    top,
    rgba(246, 249, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(246, 249, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(246, 249, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.gradient-yellow {
  background: #bb8e31;
  background: -moz-linear-gradient(top, #bb8e31 0%, #fedf9f 100%);
  background: -webkit-linear-gradient(top, #bb8e31 0%, #fedf9f 100%);
  background: linear-gradient(to bottom, #bb8e31 0%, #fedf9f 100%);
}

.gradient-blue {
  background: #00358b;
  background: -moz-linear-gradient(top, #00358b 0%, #71a7fd 99%);
  background: -webkit-linear-gradient(top, #00358b 0%, #71a7fd 99%);
  background: linear-gradient(to bottom, #00358b 0%, #71a7fd 99%);
}

.bg-green {
  background-color: #0cc50c;
}

.bg-gray {
  background-color: #f7f7f7;
}
.bg-fa {
  background-color: #fafafa;
}
.bg-fa2 {
  background-color: #f0f0f0;
}
.bg-white {
  background-color: #fff;
}
.bg-blue-black{
  background-color:#29496f;
}
.bg-red{
  background-color: #e60033;
}
.border {
  border: 1px solid #edf0f4;
}
.font-xs {
  font-size: 0.75rem;
}

.font-sm {
  font-size: 0.6.04rem;
}

.font-md {
  font-size: 0.875rem;
}

.font-lg {
  font-size: .24rem;
}
.font-blod {
  font-weight: 700;
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-blue {
  color: #0066fc;
  word-break: break-all;
}
a.text-blue:hover{
  color:#0049b5;
}

.text-yellow {
  color: #c98737;
}

.text-gray {
  color: #b6b6b6;
}
.text-shui{
  color:#888;
}

.text-shen{
  color:#111;
}

.text-red {
  color: #ee273f;
}
.text-bg-red{
  background-color:#fdd2d8;
}
.text-bg-green{
  /* background-color:#caf2c9; */
  background-color:#daebff;
}

.text-black {
  color: #333333;
}

.text-gold {
  color: #bd9137;
}
.text-white {
  color: #fff;
}
.text-zi{
  color:#171a24;
}
.hide {
  display: none !important;
}
.v-hide {
  visibility: hidden !important;
}
.show {
  display: block !important;
}

.ele-block {
  display: block;
}

.text-static {
  font-size: 0.6.04rem;
  color: #767777;
  margin: 0;
}

.img-max > img {
  width: 100%;
  display: block;
}

/* .clearfix::after {
  display: block;
  clear: both;
  content: '';
} */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

a.link-line,a.link-hover:hover {
  text-decoration: underline;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #dedede;
  margin-top:.12rem;
  margin-bottom:.12rem;
}

hr.dotted {
  border-style: dotted;
}
hr.gray {
  border-color: #edf0f4;
}

.col-flex {
  display: flex;
}
.col-flex.center {
  align-items: center;
}
.col-flex.start {
  align-items: flex-start;
}
.col-flex.end {
  align-items: flex-end;
}
.col-flex.between {
  justify-content: space-between;
}
.col-flex.left {
  justify-content: flex-start;
}
.col-flex.right {
  justify-content: flex-end;
}
.col-flex.ju-center {
  justify-content: center;
}
.col-flex.wrap {
  flex-wrap: wrap;
}
.block-center {
  margin-left: auto;
  margin-right: auto;
}

/* flag */
.flag-group{
  line-height: 1;
  font-size: 0;
}
.flag-group .flag{
  margin-left:4px;
}
.flag-group .flag:first-child,.flag-group .flag-block{
  margin-left: 0;
}
.flag-group .flag-block{
  margin-top:4px;
}
.flag-group .flag-block:first-child{
  margin-top: 0;
}
.flag{
  display: inline-block;
  width:26px;
  height:16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;

  font-size: 0;
}
.flag-block{
  display: block;
}
.flag-usd{
  background-image: url("../img/flag/flag-usd.jpg");
}
.flag-jpy{
  background-image: url("../img/flag/flag-jpy.jpg");
}
.flag-aud{
  background-image: url("../img/flag/flag-aud.jpg");
}
.flag-eur{
  background-image: url("../img/flag/flag-eur.jpg");
}
.flag-gbp{
  background-image: url("../img/flag/flag-gbp.jpg");
}
.flag-jpy{
  background-image: url("../img/flag/flag-jpy.jpg");
}
.flag-xau{
  background-image: url("../img/flag/XAUUSD.png");
}
/* bootstrap end */


/* normalize begin */


body {
  margin: 0;
  font-family:'Noto Sans JP', 'メイリオ', YuGothic, 'Hiragino Kaku Gothic ProN', Verdana,
    Meiryo, '游ゴシック', sans-serif;
  font-size: .15rem;
  font-weight:400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.din{
  /* font-family:'din'; */
  font-family: "din-2014","Noto Sans JP", sans-serif;    
}

*:last-child {
  margin-bottom: 0;
}
.dn{
  display: none;
}
.wssp{
  white-space: nowrap;
}
.fl,
.fd {
  float: left;
}

.fr,
.fdr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.bold{
  font-weight:bold;
}

.w1110{
  position: relative;
  margin:0 auto;
  width:1110px;
}
.bold{
  font-weight:bold;
}
.f11{
  font-size:11px;
}
.f12{
  font-size:12px;
}
.f14{
  font-size:14px;
}
.f15{
  font-size:15px;
}
.f16{
  font-size:16px;
}
.f18{
  font-size:18px;
}
.f20{
  font-size:20px;
}
.f22{
  font-size:22px;
}
.f23{
  font-size:23px;
}
.f24{
  font-size:24px;
}
.f26{
  font-size:26px;
}
.f28{
  font-size:28px;
}
.f30{
  font-size:30px;
}
.f32{
  font-size:32px;
}
.f34{
  font-size:34px;
}
.f36{
  font-size:36px;
}
.f38{
  font-size:38px;
}
.f40{
  font-size:40px;
}
.f46{
  font-size:46px;
}
.f50{
  font-size:50px;
}
.f56{
  font-size:56px;
}
.f64{
  font-size:64px;
}
.f80{
  font-size:80px;
}
.f100{
  font-size:100px;
}
.text-nw{
  white-space: nowrap;
}
.btop{
  border-top:solid #e6e6e6 1px;
}
.bbottom{
  border-bottom:solid #e6e6e6 1px;
}
.nlink{
  cursor:default;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}



[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.16rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.08rem;
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: .16rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0.12rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dl:last-child {
  margin-bottom: 0;
}

/* dt {
  font-weight: 700;
} */

dd {
  margin-bottom: 0.08rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 .16rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.04rem;
}

sup {
  top: -0.08rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a.underline {
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: .16rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 .16rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none !important;
}

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;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

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: 0.08rem;
  font-size: .24rem;
  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'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[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;
}

ul,
li {
  list-style: none;
  padding: 0;
}

ul:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.08rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: .4rem;
}

h2,
.h2 {
  font-size: .32rem;
}

h3,
.h3 {
  font-size: .28rem;
}

h4,
.h4 {
  font-size: .24rem;
}

h5,
.h5 {
  font-size: .2rem;
}

h6,
.h6 {
  font-size: .16rem;
}


::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #dedede;
}

::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 2px;
}
.f48{
  font-size:48px;
}
.bordt{
  font-weight:bolder;
}
.cen-hfon{
  font-family:'Noto Sans JP'
}


/* header */
.article{
  width:1400px;
  margin-left: auto;
  margin-right: auto;
}
.main{
  position: relative;
  z-index: 1024;
}
.logo{
  display: inline-block;
  margin-top:20px;
  width:106px;
  height:28px;
  vertical-align:top;
  overflow: hidden;
}

/* utils */
.bg-blue{
  background-color: #31496c;
}
.head{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:1025;
}
.headhei{
  height:70px;
}
.head .tips{
  padding:0;
}
.search .btn{
  padding:0;
  width:96px;
  line-height:36px;
  border:none
}
/* .search .btn-red{
  border:solid #0066fc 2px;
  width:92px;
  line-height:32px;
  background-color:#fff;
  color:#0066fc;
}
.search .btn-red:hover{
  background:#0066fc;
  color:#fff;
} */
.search .input-group.focus{
  position: relative;
}
.search .input-group.focus .input-group-append{
  position: absolute;
  right:0;
  top:0;
  z-index: 20;
}
.search .input-group{
  background-color: #f7f7f7;
  border-radius: 50px;
}
.search-float .btn{
  position: absolute;
  right:0;
  top:0;
  z-index:2;
}
.search .input-group .form-control{
  position: relative;
  z-index:1;
  border:none;
}
.search .input-group .form-control:focus{
  box-shadow: none;
}
.search .input-group.focus .form-control{
  display: block;
  width:2.1rem;
  border-color:#f7f7f7;
  background-color: transparent;
  background-color: #f7f7f7;
  border-radius: 2rem;
}
.search .btn-language,.search .btn-search{
  padding:0;
  width:40px;
  height:.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .18rem;
  color:#777;
}
.search .btn-search.text-blue{
  color:#0066fc;
}
.search-float{
  position: absolute;
  right:0;
  top:60px;
  width:418px;
  background:#fff;
  border-radius:50px;
  line-height:42px;
  z-index:800;
  overflow: hidden;
  box-shadow: 0 0 6px #bbb;
}
.m-menu-search{
  position: relative;
  right: auto;
  top:auto;
  margin:0 auto;
  width: 94%;
  overflow: hidden;
  border-radius:0;
}
.m-menu-search .form-control{
  padding:0.2rem .25rem;
  font-size: .24rem;
}
.m-menu-search .btn{
  top:.03rem;
  right: .1rem;
}

/* nav */
.nav-box{
  display: inline-block;
  vertical-align:top;
  font-weight: 500;
}
.nav li{
  margin:0 20px;
  line-height: 1.2;
  position: relative;
}
.nav li > a{
  position: relative;
  display: block;
  color:#333;
  line-height:70px;
  font-size:18px;
}
.nav li > a i{
  position: absolute;
  bottom:6px;
  left:50%;
  display:block;
  width:0;
  height:3px;
  background:#0066fc;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.nav li.active > a{
  color:#0066fc;
}
.nav li.active > a i{
  width:36px;
}
.nav-child-wrap{
  position: relative;
  z-index: 2049;
}
.nav-child{
  width:100%;
  position: absolute;
  top:0;
  display: none;
  padding:20px 0 60px;
}
.nav-child dl{
  padding-left:176px;
  position: relative;
  /* min-height:100px; */
}
.nav-child dl dt{
  position: absolute;
  left:58px;
  padding-top:8px;
  font-size: 24px;
  color:#1f3759
}
.nav-child dl dt:after{
  content:'';
  display: block;
  width:40px;
  height:3px;
  background-color:#0066fc;
  margin-top:12px;
}
.nav-child dl dd{
  position: relative;
  margin-right:5.3%;
  width:28%;
  float: left;
  padding:8px 0 12px;
  margin-bottom: 15px;
  border-bottom:solid #e6e6e6 1px;
}
.nav-child dl dd a{
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  transition: color .2s linear;
  color:#111;
}
.nav-child dl dd a:hover{
  color:#0066fc;
}
.nav-child dl dd .fa{
  font-weight: 700;
  top:5px;
  right:0;
  position: absolute;
}
.nav-child dl .nav-san-hasul .fa{
  top: 8px;
}
.search{
  margin-top:-2px;
}
.nav-san-listbox{
  position: relative;
  width: 100%;
  padding:8px 0;
  display: inline-block;
  background:#fff;
  z-index:10;
}
.nav-san-listbox.dn{
  display:none;
}
.nav-san-listbox li{
  line-height:2;
  margin: 5px 0;
  white-space: nowrap;
}
.nav-child dl dd .nav-san-listbox li a{
  font-size:16px;
}
.nav-san-listbox li a:hover{
  color:#3a97ff;
}
.nav-child dl .nav-san-hasul{
  border-bottom: none;
  margin-bottom: 0;
}
.nav-child dl .nav-san-hasul .nav-san-itm{
  border-bottom:solid #e6e6e6 1px;
  padding-bottom:10px;
  line-height:38px;
  height: 44px;
}
.site-nav,.site-header-content{
  display: none;
}
.nav-child dl dd .nav-san-listbox .fa{
  font-weight: normal;
}
.nav-child dl dd .nav-san-listbox li a:hover .fa{
  color:#0066fc;
}


/* foot */
/* note */
.note{
  padding:64px 0;
  font-weight: normal;
}
.note .item{
  margin-top:50px;
}
.note .item:first-child{
  margin-top:0;
}
.note .item .fa{
  font-size: 16px;
  margin-right:4px;
}
.note .note-h3 p{
  font-size: 12px;
}
.note a,.note a:hover{
  color:#888;
}
.note .text-red,.note .text-red:hover{
  color:#333;
}
.note a:hover{
  text-decoration: underline;
}
.note .note-h3 .h4-title{
  padding-bottom:12px;
  border-bottom: solid #e6e6e6 1px;
}

/* banks-link */
.banks-link{
  padding:70px 0;
}
.banks-link a:hover{
  opacity: 0.9;
}
.banks-link a{
  display: inline-block;
  width: 250px;
  height: 59px;
  margin:5px 0 5px 0;
  background: url(../img/linklist.webp) no-repeat 15px 0;
  background-size:1000px auto;
  border:solid #e6e6e6 1px;
  border-radius:4px;
  overflow: hidden;
}
.banks-link a:nth-child(2){
  background-position:-250px 0;
}
.banks-link a:nth-child(3){
  background-position:-507px 0;
}
.banks-link a:nth-child(4){
  background-position:-750px 0;
}
.banks-link a:nth-child(5){
  background-position:0 -81px;
}
.banks-link a:nth-child(6){
  background-position:-250px -82px;;
}
.banks-link a:nth-child(7){
  background-position:-500px -82px;;
}
.banks-link a:last-child{
  margin-right:0;
  background-position:-751px -82px;;
}


/* footer */
.footer{
  padding:70px 0;
  background-color:#11131a;
  font-weight: normal;
  color:#939598;
}
.footer-nav-list{
  padding-top: 40px;
}
.footer-nav-list li{
  display:inline-block;
  width:45%;
  line-height:2.4;
}
.footer-nav-list li a{
  color:#939598;
}
.footer-nav-list li a:hover{
  text-decoration: underline;
  color:#fff;
}
.footer-lcon p{
  margin-top:94px;
  line-height:1.8;
}
.footer-rcon{
  text-align: right;
}
.footer-rcon .logo-footer{
  display: inline-block;
  width:76px;
  height:92px;
  background: url(../img/logo-footer.svg) no-repeat center;
  background-size:100%;
}
.footer-rcon h4{
  padding-bottom:5px;
}
.footer-rcon p{
  line-height:2;
}

.backtop{
  position:fixed;
  bottom:40px;
  right:20px;
  width:50px;
  height:50px;
  background:url(/assets/img/backtop.png) no-repeat center;
  background-size:100%;
  z-index:1025;
}

/* sitemap */
.sitemap-menu{
  position: relative;
  display:block;
  padding:15px 0 40px;
}
.sitemap-menu dl{
  padding:0 30px;
  min-height:0;
  font-size:0;
}
.sitemap-menu dl dd{
  float: none;
  display: inline-block;
  vertical-align:middle;
  width:49.5%;
  margin:0 0.5% 0 0;
}
.sitemap-menu dl dd a{
  display: block;
  width:92%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size:16px;
}
.sitemap-menu dl dd{
  border:none
}
.sitemap-menu dl dd .fa{
  position: relative;
  right:auto;
  top:auto;
  margin-right:7px;
}
.hezuo-fomenu dl{
  padding:0;
}
.sitemap-menu-onerow dl dd{
  display: block;
  width:100%;
}
.sitemap-menu-onerow dd a{
  display: block;
  width:100%;
  white-space: normal;
}

/* normalize end */

/* linelayer */
.line-layer-icon{
  position: fixed;
  bottom:100px;
  right:20px;
  width:50px;
  height:50px;
  background: url(/assets/img/page/talkicon.png) no-repeat center;
  background-size:100%;
  cursor: pointer;
  z-index:1100;
}
.line-layer-big{
  position: absolute;
  right:50px;
  padding-right:20px;
  bottom:-60px;
  z-index:1000;
  display: none;
  cursor: default;
}
.line-layer-box{
  width:240px;
  height:426px;
  background:rgba(240,240,240,.9);
  border-radius:8px;
}
.line-layer-icon:hover .line-layer-big{
  display: block;
}
.line-layer-tt{
  padding:10px 0;
  border-radius:8px 8px 0 0;
}
.line-layer-tt p{
  margin:0;
}
.line-layer-box .page-contact-list{
  font-size:0;
  white-space: nowrap;
}
.line-layer-box:after{
  position: absolute;
  right:12px;
  bottom:80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent rgba(240,240,240,.9);
  content:'';
}
.line-layer-box .page-contact-item{
  position: relative;
  margin:0 auto;
  display: block;
  width:90%;
  background-color:#fff;
  height:auto;
  border-radius:5px;
}
.line-layer-box .page-contact-item:nth-child(2){
  margin:3% auto
}
.line-layer-box .page-contact-pad{
  padding:10px 20px;
}
.line-layer-box .cont-line-link a{
  display: inline-block;
  width:90%;
  line-height:44px;
  background-color:#00ca00;
  border-radius:40px;
}
.line-layer-box .cont-line-link a:hover{
  opacity:.8;
}
.line-layer-box .cont-line-link img,.cont-line-share img{
  margin-right:5px;
}
.line-layer-box .cont-line-link .linkewm{
  width:54%;
  margin-right:0;
}
.line-layer-box .cont-line-share{
  display: inline-block;
  width:100%;
  background-color:#fff;
  border:solid #e6e6e6 1px;
  border-radius:8px;
  height:54px;
  line-height:54px;
}
.line-layer-box .cont-line-share img{
  position: relative;
  width:20px;
  top:-5px;
}
.line-layer-box .page-share-blink a{
  display: inline-block;
  width:176px;
  line-height:46px;
  border-radius:40px;
  border:solid #00ca00 1px;
  color:#00ca00;
}
.line-layer-box .page-share-blink a:hover{
  background-color:#00ca00;
  color:#fff;
}

/* mobile head public */
.top-m-head .bg-blue{
  background-color: #3b6b9d;
}
.top-m-head .text-blue{
  color:#0066fc;
}
.top-m-head .btn{
  font-size: .28rem;
}
.top-m-head .head{
  padding:.2rem 0;
}
.top-m-head .head.fixed{
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 1024;
  background-color: #fff;
}
.top-m-head .head .article{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.top-m-head .head .open-group .btn{
  font-size: .24rem;
  padding:.06rem .14rem;
}
.top-m-head .head .open-group .btn-kblue{
  border:solid #0066fc 1px;
}
.top-m-head .head .mlogo img{
  width:1.46rem;
  height:.4rem;
}
.top-m-head .head .menu-click{
  width:38px;
  height:30px;
  background: url("../img/m/m-icon-menu.svg") no-repeat center center;
  background-size: 60% auto;
  border:none;
  padding:0;
  margin-left:.32rem;
  font-size: 0;
}
.top-m-head .head .menu-close{
  background-image: url("../img/m/m-icon-menu-close.png");
  background-size: 50% auto;
}
.top-m-head .menu-modal{
  display: none;
  position: fixed;
  top:.9rem;
  left:0;
  z-index: 1020;
  width:100vw;
  height:calc(100vh - .9rem);
  background-color: #fff;
  padding:.24rem 0 .84rem;
  overflow-y: auto;
  border-top: 1px solid #dedede;
}
.top-m-head .menu-modal .btn-close{
  background: none;
  margin-top:.72rem;
}
.top-m-head .menu-modal .btn-close:focus,.menu-modal .btn-close:hover{
  border:none;
  box-shadow: none;
}
.top-m-head .menu-modal .btn-close img{
  width:.38rem;
  margin-bottom:.12rem;
  font-size: .2rem;
}
.top-m-head .menu-list .item:first-child{
  border-top: none;
}
.top-m-head .menu-list .item:last-child{
  border-bottom:none;
}
.top-m-head .menu-list .item h5{
  font-size: .36rem;
  font-weight: bold;
  display: flex;
  line-height:.88rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-left:.3rem;
}
.top-m-head .menu-list .item h5 a{
  color:#111;
  display: block;
  width: 100%;
}
.top-m-head .menu-list .item ul{
  padding:.15rem 0 .25rem;
  margin-left:.3rem; 
  border-bottom:solid #dedede 1px;
}

.top-m-head .menu-list .item .nav-san-listbox,.top-m-head .menu-list .item .nav-san-ul{
  padding-left:0;
}
.top-m-head .menu-list .item .nav-san-listbox{
  position: relative;
  width:100%;
  height:auto;
  padding:.16rem 0;
  margin-bottom:-.18rem;
  border-right:solid #ecf0f4 .3rem;
}
.top-m-head .menu-list .item .nav-san-listbox:after{
  position: absolute;
  left:-.3rem;
  top:0;
  width:8rem;
  height:100%;  
  background:#ecf0f4;
  z-index:1;
  content:'';
}
.top-m-head .menu-list .item li{
  position: relative;
  padding:.1rem .3rem .1rem 0;
  font-size: .28rem;
}
.top-m-head .menu-list .item li:before{
  position: relative;
  top: -.02rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .12rem;
  width: .12rem;
  height: .12rem;
  border-radius: 100%;
  background-color: #0066fc;
  content: '';
}
.top-m-head .menu-list .item .nav-san-ul li{
  margin-left:.3rem;
}
.top-m-head .menu-list .item .nav-san-listbox li{
  position: relative;
  border:none;
  padding:.1rem 0 .1rem .3rem;
  margin-left:0;
  z-index:2;
}
.top-m-head .menu-list .item .nav-san-itm{
  width:100%;
}
.top-m-head .menu-list .item .nav-san-btn{
  padding:.18rem 0;
}
.top-m-head .menu-list .item .nav-san-btn a{
  padding-left:.3rem;
}
.top-m-head .menu-list .item li a{
  display: inline-block;
}
.top-m-head .menu-list .item li .fa{
  margin-right:.3rem;
  font-size: .38rem;
  position: absolute;
  top:.22rem;
  right:0;
}
.top-m-head .menu-list .item li .fa-add{
  display: block;
  width:.24rem;
  height:.24rem;
  background:url(/assets/img/m/add.png) no-repeat center;
  background-size:100%;
}
.top-m-head .menu-list .item li .fa-jian{
  display: block;
  width:.24rem;
  height:.24rem;
  background:url(/assets/img/m/jian.png) no-repeat center;
  background-size:100%;
}
.top-m-head .nav-san-listbox{
  position: relative;
  left:0;
  top:0;
  padding:0;
}
.top-m-head .menu-list .nav-san-listbox li{
  padding:.18rem 0;
}
.top-m-head .menu-list .nav-san-listbox li .fa{
  top:-.03rem;
  position: relative;
  display: inline-block;
  vertical-align:middle;
  font-size:.24rem;
  transform: scale(.7);
}

.top-m-head .menu-list .item h5 .fa{
  margin-right:.3rem;
  font-weight: normal;
}

/* mobile  footer  public*/
.top-m-foot .footer{
  position: relative;
  margin-top:0!important;
  background-color: #11131a;
  color:#939598;
  padding:.65rem .6rem 1.2rem;
  text-align:right;
  font-size:.22rem;
  
}
.top-m-foot .footer .icon-group a{
  margin-left:.16rem;
  margin-right:.16rem;
  padding: 0;
  text-align:right;
}
.top-m-foot .footer .icon-group{
  padding:0 0 .4rem;
}
.top-m-foot .footer .icon-group img{
  width:.64rem;
}
.top-m-foot .footer .footlogo{
  position: absolute;
  width:1.3rem;
  left:.55rem;
  top: .75rem;
}
.top-m-foot .footer h5{
  font-size:.3rem;
}
.top-m-foot .footer .setting a{
  width:3.02rem;
  height:1.56rem;
  border-radius: .16rem;
  background-color: #777777;
  color:#fff;
  padding:.16rem 0 .24rem;
}
.top-m-foot .footer .setting a.active{
  background-color: #fff;
  color:#333;
}
.top-m-foot .footer .setting a.active .fa{
  color:#0066fc;
}
.top-m-foot .footer .setting a .fa{
  font-size: .5rem;
}
.top-m-foot .footer .setting a.mobile .fa{
  font-size: .72rem;
}
.top-m-foot .footer .setting a p{
  width:100%;
  font-size: .28rem;
  font-weight: 700;
  color:#fff;
}
.top-m-foot .footer .setting a.active p{
  color:#333;
}
.top-m-foot .footer .copy,.footer .info{
  line-height: 1.6;
}

.top-m-foot .btn-back-top{
  position: fixed;
  bottom:.3rem;
  right:.28rem;
  z-index: 1024;
  width:1rem;
  height:1rem;
  display: none;
  background: none;
  padding:0;
}

/* new icon */
.spread-table .table tbody tr:last-child .spread-name{
  position: relative;
}
.spread-table .table tbody tr:last-child .spread-name:before{
  position: absolute;
  top: -25px;
  right: 0;
  width: 50px;
  height: 23px;
  background: url(../img/new.png) no-repeat center;
  background-size: 100%;
  content: "";
  animation: newIcon 1.5s linear infinite;
}
@keyframes newIcon{
  0%,100%{
    -webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
  }
  50%{
    -webkit-transform: translate3d(0, 3px, 0);
		transform: translate3d(0, 3px, 0)
  }
}

@media(max-width:1500px){
  .article{
    width:1110px;
  }
  .nav-box{
    margin-left:-30px;
  }
  .nav li{
    margin:0 12px;
  }
  .nav li > a,.nav-child-wrap .nav-child dl dd a{
    font-size:16px;
  }
  .nav-child-wrap .nav-child dl{
    padding-left:145px;
  }
  header.head .logo img{
    max-width: 80px;
  }
  header.head nav>ul#nav li:not(:first-child)::before{
    left: -12px;
  }  
}

@media(max-width:1110px){  
  body{
    font-size:.24rem;
  }
  .w1110,.article{
    width:auto;
    padding:0 .3rem;
  }

  .f11{
    font-size:.22rem;
  }
  .f12{
    font-size:.24rem;
  }
  .f14{
    font-size:.24rem;
  }
  .f15{
    font-size:.24rem;
  }
  .f16{
    font-size:.24rem;
  }
  .f18{
    font-size:.24rem;
  }
  .f20{
    font-size:.28rem;
  }
  .f22,.f23{
    font-size:.3rem;
  }
  .f24{
    font-size:.3rem;
  }
  .f26{
    font-size:.30rem;
  }
  .f28{
    font-size:.34rem;
  }
  .f30{
    font-size:.36rem;
  }
  .f32{
    font-size:.38rem;
  }
  .f34{
    font-size:.39rem;
  }
  .f36{
    font-size:.40rem;
  }
  .f40{
    font-size:.44rem;
  }
  .f46{
    font-size:.46rem;
  }
  .f48{
    font-size:.48rem;
  }  
  .f50{
    font-size:.5rem;
  }
  .f54{
    font-size:.54rem;
  }
  .f56{
    font-size:.56rem;
  }
  .f64{
    font-size:.64rem;
  }
  .f80{
    font-size:.8rem;
  }
  .f100{
    font-size:1rem;
  }

  .more-sp-btn {
    display: inline-block;
    width: 1.8rem;
    height: .5rem;
    line-height: .5rem;
    border: solid #3a97ff 1px;
    border-radius: .5rem;
    font-size: .24rem;
  }

  .top-pc-head,.top-pc-foot,.note .item,.banks-link{
    display:none;
  }
  .top-m-head,.top-m-foot{
    display: block;
  }
  .note{
    margin-top:.8rem;
    padding:.6rem 0;
  }
  .note-h3{
    margin: 0!important;
  }
  .note .note-h3 .h4-title{
    border-bottom:0;
    padding-bottom:0;
  }
  .note .note-h3 p{
    color:#888;
  }

  .cen-hfon{
    font-family:'Noto Sans JP'
  }
  .cen-hfon:before,.cen-hfon:after{
    position: relative;
    top:-.06rem;
    margin:0 .25rem;
    width:.29rem;
    height:.25rem;
  } 
  .post-full-image img{
    width: 100%;
  }

  .spread-table .table tbody tr:last-child .spread-name:before{
    top: -.2rem;
    right: -.15rem;
    width: .5rem;
    height: .23rem;
  }


  /* footer */
  .foot-miaos{
    padding:.6rem .3rem 0;
  }

}
.footer-risk li{
  list-style: disc;
  margin-left: 0.1rem;  
}
