@charset "utf-8";

/*!
 * 电波模板屋
 * 主页 www.52dianbo.com
*/
html
{
  font-family: microsoft yahei, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body
{
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
  display: block
}

audio, canvas, progress, video
{
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls])
{
  display: none;
  height: 0
}

[hidden], template
{
  display: none
}

a
{
  background-color: transparent
}

a:active, a:hover
{
  outline: 0
}

*:focus
{
  outline: none;
}

abbr[title]
{
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong
{
  font-weight: 700
}

dfn
{
  font-style: italic
}

h1
{
  font-size: 2em;
  margin: .67em 0
}

mark
{
  background-color: #ff0;
  color: #000
}

small
{
  font-size: 80%
}

sub, sup
{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup
{
  top: -.5em
}

sub
{
  bottom: -.25em
}

img
{
  border: 0;
  vertical-align: middle;
}

svg:not(:root)
{
  overflow: hidden
}

figure
{
  margin: 1em 40px
}

hr
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre
{
  overflow: auto
}

code, kbd, pre, samp
{
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea
{
  margin: 0
}

button
{
  overflow: visible
}

button, select
{
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit]
{
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled]
{
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner
{
  border: 0;
  padding: 0
}

input
{
  line-height: normal
}

input[type=checkbox], input[type=radio]
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
  height: auto
}

input[type=search]
{
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
{
  -webkit-appearance: none
}

textarea
{
  overflow: auto
}

td, th
{
  padding: 0
}

*
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after, :before
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html
{
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

a
{
  color: #337ab7;
  text-decoration: none
}

a:focus, a:hover
{
  color: #23527c;
}

a:focus
{
  outline-offset: -2px
}

figure
{
  margin: 0
}

img
{
  vertical-align: middle
}

hr
{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

[role=button]
{
  cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
  font-weight: 500;
  line-height: 1.1;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small
{
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1, .h2, .h3, h1, h2, h3
{
  margin-top: 0;
  margin-bottom: 0
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small
{
  font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6
{
  margin-top: 0;
  margin-bottom: 0
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small
{
  font-size: 75%
}

.h1, h1
{
  font-size: 36px
}

.h2, h2
{
  font-size: 30px
}

.h3, h3
{
  font-size: 24px
}

.h4, h4
{
  font-size: 18px
}

.h5, h5
{
  font-size: 14px
}

.h6, h6
{
  font-size: 12px
}

p
{
  margin: 0;
}

.small, small
{
  font-size: 85%
}

.mark, mark
{
  padding: .2em;
  background-color: #fcf8e3
}

.text-left
{
  text-align: left
}

.text-right
{
  text-align: right
}

.text-center
{
  text-align: center
}

.text-justify
{
  text-align: justify
}

.text-nowrap
{
  white-space: nowrap
}

.text-overflow
{
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-row, .text-row-1, .text-row-2, .text-row-3, .text-row-4, .text-row-xs-1, .text-row-xs-2, .text-row-xs-3, .text-row-xs-4, .text-row-sm-1, .text-row-sm-2, .text-row-sm-3, .text-row-sm-4, .text-row-md-1, .text-row-md-2, .text-row-md-3, .text-row-md-4, .text-row-lg-1, .text-row-lg-2, .text-row-lg-3, .text-row-lg-4, .text-row-xl-1, .text-row-xl-2, .text-row-xl-3, .text-row-xl-4, .text-row-xxl-1, .text-row-xxl-2, .text-row-xxl-3, .text-row-xxl-4
{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-row-1
{
  -webkit-line-clamp: 1;
}

.text-row-2
{
  -webkit-line-clamp: 2;
}

.text-row-3
{
  -webkit-line-clamp: 3;
}

.text-row-4
{
  -webkit-line-clamp: 4;
}

@media(max-width:575.9px)
{
  .text-row-xs-1
  {
    -webkit-line-clamp: 1;
  }

  .text-row-xs-2
  {
    -webkit-line-clamp: 2;
  }

  .text-row-xs-3
  {
    -webkit-line-clamp: 3;
  }

  .text-row-xs-4
  {
    -webkit-line-clamp: 4;
  }
}

@media (min-width:576px) and (max-width:767.9px)
{
  .text-row-sm-1
  {
    -webkit-line-clamp: 1;
  }

  .text-row-sm-2
  {
    -webkit-line-clamp: 2;
  }

  .text-row-sm-3
  {
    -webkit-line-clamp: 3;
  }

  .text-row-sm-4
  {
    -webkit-line-clamp: 4;
  }
}

@media (min-width:768px) and (max-width:991.9px)
{
  .text-row-md-1
  {
    -webkit-line-clamp: 1;
  }

  .text-row-md-2
  {
    -webkit-line-clamp: 2;
  }

  .text-row-md-3
  {
    -webkit-line-clamp: 3;
  }

  .text-row-md-4
  {
    -webkit-line-clamp: 4;
  }
}

@media (min-width:992px) and (max-width:1199.9px)
{
  .text-row-lg-1
  {
    -webkit-line-clamp: 1;
  }

  .text-row-lg-2
  {
    -webkit-line-clamp: 2;
  }

  .text-row-lg-3
  {
    -webkit-line-clamp: 3;
  }

  .text-row-lg-4
  {
    -webkit-line-clamp: 4;
  }
}

@media (min-width:1200px) and (max-width:1399.9px)
{
  .text-row-xl-1
  {
    -webkit-line-clamp: 1;
  }

  .text-row-xl-2
  {
    -webkit-line-clamp: 2;
  }

  .text-row-xl-3
  {
    -webkit-line-clamp: 3;
  }

  .text-row-xl-4
  {
    -webkit-line-clamp: 4;
  }
}

@media (min-width:1400px)
{
  .text-row-xxl-1
  {
    -webkit-line-clamp: 1;
  }

  .text-row-xxl-2
  {
    -webkit-line-clamp: 2;
  }

  .text-row-xxl-3
  {
    -webkit-line-clamp: 3;
  }

  .text-row-xxl-4
  {
    -webkit-line-clamp: 4;
  }
}

.text-lowercase
{
  text-transform: lowercase
}

.text-uppercase
{
  text-transform: uppercase
}

.text-capitalize
{
  text-transform: capitalize
}

.text-muted
{
  color: #777
}

.text-primary
{
  color: #337ab7
}

a.text-primary:focus, a.text-primary:hover
{
  color: #286090
}

.text-success
{
  color: #3c763d
}

a.text-success:focus, a.text-success:hover
{
  color: #2b542c
}

.text-info
{
  color: #31708f
}

a.text-info:focus, a.text-info:hover
{
  color: #245269
}

.text-warning
{
  color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover
{
  color: #66512c
}

.text-danger
{
  color: #a94442
}

a.text-danger:focus, a.text-danger:hover
{
  color: #843534
}

.bg-primary
{
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover
{
  background-color: #286090
}

.bg-success
{
  background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover
{
  background-color: #c1e2b3
}

.bg-info
{
  background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover
{
  background-color: #afd9ee
}

.bg-warning
{
  background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover
{
  background-color: #f7ecb5
}

.bg-danger
{
  background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover
{
  background-color: #e4b9b9
}

ul
{
  list-style: none;
}

ol, ul
{
  margin-top: 0;
  margin-bottom: 0;
  padding-inline-start: 0;
}

ol ol, ol ul, ul ol, ul ul
{
  margin-bottom: 0
}

dl
{
  margin-top: 0;
  margin-bottom: 0
}

dd, dt
{
  line-height: 1.42857143
}

dt
{
  font-weight: 700
}

dd
{
  margin-left: 0
}

abbr[data-original-title], abbr[title]
{
  cursor: help
}

.ewave-img-wrapper
{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.initialism
{
  font-size: 90%;
  text-transform: uppercase
}

.container, .mini-container, .max-container
{
  padding-left: var(--padding, 15px);
  padding-right: var(--padding, 15px);
  margin-right: auto;
  margin-left: auto
}

.mini-container
{
  max-width: 500px !important;
}

.max-container
{
  max-width: 1800px;
}

@media (min-width:576px)
{
  .container
  {
    width: 560px
  }
}

@media (min-width:768px)
{
  .container
  {
    width: 750px
  }
}

@media (min-width:992px)
{
  .container
  {
    width: 970px
  }
}

@media (min-width:1200px)
{
  .container
  {
    width: 1170px
  }
}

@media (min-width:1400px)
{
  .container
  {
    width: 1320px
  }
}

.container-fluid
{
  padding-left: var(--padding, 15px);
  padding-right: var(--padding, 15px);
  margin-right: auto;
  margin-left: auto
}

.row
{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--padding, 15px)*-1);
  margin-left: calc(var(--padding, 15px)*-1);
}

.row-no-gutters
{
  margin-right: 0;
  margin-left: 0
}

.row > *
{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: var(--padding, 15px);
  padding-left: var(--padding, 15px);
  position: relative;
  min-height: 1px;
}

.row-no-gutters [class*=col-]
{
  padding-right: 0;
  padding-left: 0
}

.col
{
  flex: 1 0 0;
}

.row-cols-auto > *
{
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > *
{
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > *
{
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > *
{
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > *
{
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > *
{
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > *
{
  flex: 0 0 auto;
  width: 16.66666667%;
}

.row-cols-7 > *
{
  flex: 0 0 auto;
  width: 14.2857%;
}

.row-cols-8 > *
{
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > *
{
  flex: 0 0 auto;
  width: 11.11111%;
}

.row-cols-10 > *
{
  flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > *
{
  flex: 0 0 auto;
  width: 9.090909%;
}

.row-cols-12 > *
{
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-auto
{
  flex: 0 0 auto;
  width: auto;
}

.col-1, .col-xs-1
{
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2, .col-xs-2
{
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3, .col-xs-3
{
  flex: 0 0 auto;
  width: 25%;
}

.col-4, .col-xs-4
{
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5, .col-xs-5
{
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6, .col-xs-6
{
  flex: 0 0 auto;
  width: 50%;
}

.col-7, .col-xs-7
{
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8, .col-xs-8
{
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9, .col-xs-9
{
  flex: 0 0 auto;
  width: 75%;
}

.col-10, .col-xs-10
{
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11, .col-xs-11
{
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, .col-xs-12
{
  flex: 0 0 auto;
  width: 100%;
}


@media (min-width:576px)
{
  .col-sm
  {
    flex: 1 0 0;
  }

  .row-cols-sm-auto > *
  {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > *
  {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > *
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > *
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > *
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > *
  {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > *
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .row-cols-sm-7 > *
  {
    flex: 0 0 auto;
    width: 14.2857%;
  }

  .row-cols-sm-8 > *
  {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-sm-9 > *
  {
    flex: 0 0 auto;
    width: 11.11111%;
  }

  .row-cols-sm-10 > *
  {
    flex: 0 0 auto;
    width: 10%;
  }

  .row-cols-sm-11 > *
  {
    flex: 0 0 auto;
    width: 9.090909%;
  }

  .row-cols-sm-12 > *
  {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-sm-auto
  {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1
  {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5
  {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7
  {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8
  {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9
  {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10
  {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11
  {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12
  {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:768px)
{
  .col-md
  {
    flex: 1 0 0;
  }

  .row-cols-md-auto > *
  {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > *
  {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > *
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > *
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > *
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > *
  {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > *
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .row-cols-md-7 > *
  {
    flex: 0 0 auto;
    width: 14.2857%;
  }

  .row-cols-md-8 > *
  {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-md-9 > *
  {
    flex: 0 0 auto;
    width: 11.11111%;
  }

  .row-cols-md-10 > *
  {
    flex: 0 0 auto;
    width: 10%;
  }

  .row-cols-md-11 > *
  {
    flex: 0 0 auto;
    width: 9.090909%;
  }

  .row-cols-md-12 > *
  {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-auto
  {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1
  {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5
  {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7
  {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8
  {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9
  {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10
  {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11
  {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12
  {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:992px)
{
  .col-lg
  {
    flex: 1 0 0;
  }

  .row-cols-lg-auto > *
  {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > *
  {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > *
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > *
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > *
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > *
  {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > *
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .row-cols-lg-7 > *
  {
    flex: 0 0 auto;
    width: 14.2857%;
  }

  .row-cols-lg-8 > *
  {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-lg-9 > *
  {
    flex: 0 0 auto;
    width: 11.11111%;
  }

  .row-cols-lg-10 > *
  {
    flex: 0 0 auto;
    width: 10%;
  }

  .row-cols-lg-11 > *
  {
    flex: 0 0 auto;
    width: 9.090909%;
  }

  .row-cols-lg-12 > *
  {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-lg-auto
  {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1
  {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5
  {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7
  {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8
  {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9
  {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10
  {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11
  {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12
  {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:1200px)
{
  .col-xl
  {
    flex: 1 0 0;
  }

  .row-cols-xl-auto > *
  {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > *
  {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > *
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > *
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > *
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > *
  {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > *
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .row-cols-xl-7 > *
  {
    flex: 0 0 auto;
    width: 14.2857%;
  }

  .row-cols-xl-8 > *
  {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-xl-9 > *
  {
    flex: 0 0 auto;
    width: 11.11111%;
  }

  .row-cols-xl-10 > *
  {
    flex: 0 0 auto;
    width: 10%;
  }

  .row-cols-xl-11 > *
  {
    flex: 0 0 auto;
    width: 9.090909%;
  }

  .row-cols-xl-12 > *
  {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xl-auto
  {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1
  {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5
  {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7
  {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8
  {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9
  {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10
  {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11
  {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12
  {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:1400px)
{
  .col-xxl
  {
    flex: 1 0 0;
  }

  .row-cols-xxl-auto > *
  {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > *
  {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > *
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > *
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > *
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > *
  {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > *
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .row-cols-xxl-7 > *
  {
    flex: 0 0 auto;
    width: 14.2857%;
  }

  .row-cols-xxl-8 > *
  {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-xxl-9 > *
  {
    flex: 0 0 auto;
    width: 11.11111%;
  }

  .row-cols-xxl-10 > *
  {
    flex: 0 0 auto;
    width: 10%;
  }

  .row-cols-xxl-11 > *
  {
    flex: 0 0 auto;
    width: 9.090909%;
  }

  .row-cols-xxl-12 > *
  {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxl-auto
  {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1
  {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2
  {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3
  {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4
  {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5
  {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6
  {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7
  {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8
  {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9
  {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10
  {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11
  {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12
  {
    flex: 0 0 auto;
    width: 100%;
  }
}

label
{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search]
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=checkbox], input[type=radio]
{
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled]
{
  cursor: not-allowed
}

input[type=file]
{
  display: block
}

input[type=range]
{
  display: block;
  width: 100%
}

select[multiple], select[size]
{
  height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus
{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output
{
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control
{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: var(--radius, 4px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus
{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder
{
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder
{
  color: #999
}

.form-control::-webkit-input-placeholder
{
  color: #999
}

.form-control::-ms-expand
{
  background-color: transparent;
  border: 0
}

.form-control[disabled], .form-control[readonly]
{
  background-color: #eee;
  opacity: 1
}

.form-control[disabled]
{
  cursor: not-allowed
}

textarea.form-control
{
  height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control
  {
    line-height: 34px
  }

  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm
  {
    line-height: 30px
  }

  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg
  {
    line-height: 46px
  }
}

.form-group
{
  margin-bottom: 15px
}

.form-group > *
{
  padding-right: var(--padding, 15px);
  padding-left: var(--padding, 15px);
}

.checkbox, .radio
{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox.disabled label, .radio.disabled label
{
  cursor: not-allowed
}

.checkbox label, .radio label
{
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio
{
  margin-top: -5px
}

.checkbox-inline, .radio-inline
{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline.disabled, .radio-inline.disabled
{
  cursor: not-allowed
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline
{
  margin-top: 0;
  margin-left: 10px
}

.form-control-static
{
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm
{
  padding-right: 0;
  padding-left: 0
}

.input-sm
{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm
{
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm, textarea.input-sm
{
  height: auto
}

.form-group-sm .form-control
{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control
{
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control
{
  height: auto
}

.form-group-sm .form-control-static
{
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg
{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg
{
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg, textarea.input-lg
{
  height: auto
}

.form-group-lg .form-control
{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control
{
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control
{
  height: auto
}

.form-group-lg .form-control-static
{
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.form-control-feedback
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback
{
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback
{
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label
{
  color: #3c763d
}

.has-success .form-control
{
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus
{
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon
{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback
{
  color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label
{
  color: #8a6d3b
}

.has-warning .form-control
{
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus
{
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon
{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback
{
  color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label
{
  color: #a94442
}

.has-error .form-control
{
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus
{
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon
{
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback
{
  color: #a94442
}

.has-feedback label ~ .form-control-feedback
{
  top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback
{
  top: 0
}

.help-block
{
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width:768px)
{
  .form-inline .form-group
  {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control
  {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static
  {
    display: inline-block
  }

  .form-inline .input-group
  {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn
  {
    width: auto
  }

  .form-inline .input-group > .form-control
  {
    width: 100%
  }

  .form-inline .control-label
  {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox, .form-inline .radio
  {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label, .form-inline .radio label
  {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]
  {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback
  {
    top: 0
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline
{
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio
{
  min-height: 27px
}

.form-horizontal .form-group
{
  display: flex;
  margin-right: calc(var(--padding, 15px)*-1);
  margin-left: calc(var(--padding, 15px)*-1);
}

.form-horizontal .control-label
{
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right
}

@media (max-width:767.9px)
{
  .form-horizontal .control-label
  {

    text-align: left
  }
}

.form-horizontal .has-feedback .form-control-feedback
{
  right: 15px
}

@media (min-width:768px)
{
  .form-horizontal .form-group-lg .control-label
  {
    padding-top: 11px;
    font-size: 18px
  }

  .form-horizontal .form-group-sm .control-label
  {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn
{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus, .btn:hover
{
  text-decoration: none
}

.btn.active, .btn:active
{
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled]
{
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn.disabled
{
  pointer-events: none
}



.btn-block
{
  display: block;
  width: 100%
}

.btn-block + .btn-block
{
  margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block
{
  width: 100%
}

.ewave-collapse:not(.ewave-collapse-xs):not(.ewave-collapse-sm):not(.ewave-collapse-md):not(.ewave-collapse-lg) .ewave-collapse-content
{
  height: 0;
  max-height: 0;
  transition: max-height .35s;
  overflow: hidden;
}

.ewave-collapse:not(.ewave-collapse-xs):not(.ewave-collapse-sm):not(.ewave-collapse-md):not(.ewave-collapse-lg) .ewave-collapse-content.active
{
  height: auto;
  max-height: 1000px;
}

@media(max-width:575.9px)
{
  .ewave-collapse-xs .ewave-collapse-content
  {
    height: 0;
    max-height: 0;
    transition: max-height .35s;
    overflow: hidden;
  }

  .ewave-collapse-xs .ewave-collapse-content.active
  {
    height: auto;
    max-height: 1000px;
  }
}

@media (min-width:576px) and (max-width:767.9px)
{
  .ewave-collapse-sm .ewave-collapse-content
  {
    height: 0;
    max-height: 0;
    transition: max-height .35s;
    overflow: hidden;
  }

  .ewave-collapse-sm .ewave-collapse-content.active
  {
    height: auto;
    max-height: 1000px;
  }
}

@media (min-width:768px) and (max-width:991.9px)
{
  .ewave-collapse-md .ewave-collapse-content
  {
    height: 0;
    max-height: 0;
    transition: max-height .35s;
    overflow: hidden;
  }

  .ewave-collapse-md .ewave-collapse-content.active
  {
    height: auto;
    max-height: 1000px;
  }
}

@media (min-width:992px) and (max-width:1199.9px)
{
  .ewave-collapse-lg .ewave-collapse-content
  {
    height: 0;
    max-height: 0;
    transition: max-height .35s;
    overflow: hidden;
  }

  .ewave-collapse-lg .ewave-collapse-content.active
  {
    height: auto;
    max-height: 1000px;
  }
}

@media (min-width:1200px) and (max-width:1399.9px)
{
  .ewave-collapse-xl .ewave-collapse-content
  {
    height: 0;
    max-height: 0;
    transition: max-height .35s;
    overflow: hidden;
  }

  .ewave-collapse-xl .ewave-collapse-content.active
  {
    height: auto;
    max-height: 1000px;
  }
}

@media (min-width:1400px)
{
  .ewave-collapse-xxl .ewave-collapse-content
  {
    height: 0;
    max-height: 0;
    transition: max-height .35s;
    overflow: hidden;
  }

  .ewave-collapse-xxl .ewave-collapse-content.active
  {
    height: auto;
    max-height: 1000px;
  }
}

.ewave-offcanvas-content
{
  position: fixed;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  translate: calc(-100% - 30px) 0;
  transition: all .35s;
  z-index: 2;
}

.ewave-offcanvas-content.active
{
  translate: 0 0;
}

.ewave-offcanvas-modal
{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .6);
  display: none;
}

.ewave-offcanvas-modal.active
{
  display: block;
}

.ewave-accordion-toggle
{
  cursor: pointer;
}

.ewave-accordion-content
{
  max-height: 0;
  transition: max-height .35s;
  overflow: hidden;
}

.ewave-accordion.active .ewave-accordion-content
{
  max-height: 1000px;
}

.caret
{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown, .dropup
{
  position: relative
}

.dropdown-toggle:focus
{
  outline: 0
}

.dropdown-menu
{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right
{
  right: 0;
  left: auto
}

.dropdown-menu .divider
{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu > li > a
{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover
{
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover
{
  color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover
{
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu
{
  display: block
}

.open > a
{
  outline: 0
}

.dropdown-menu-right
{
  right: 0;
  left: auto
}

.dropdown-menu-left
{
  right: auto;
  left: 0
}

.dropdown-header
{
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.pull-right > .dropdown-menu
{
  right: 0;
  left: auto
}

.dropup .caret
{
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9
}

.dropup .dropdown-menu
{
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}



.input-group
{
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-]
{
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control
{
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus
{
  z-index: 3
}


select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn
{
  height: 46px;
  line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn
{
  height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn
{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn
{
  height: 30px;
  line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn
{
  height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn
{
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child)
{
  border-radius: 0
}

.input-group-addon, .input-group-btn
{
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon
{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm
{
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg
{
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]
{
  margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)
{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child
{
  border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle
{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child
{
  border-left: 0
}

.input-group-btn
{
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn > .btn
{
  position: relative
}

.input-group-btn > .btn + .btn
{
  margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover
{
  z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group
{
  margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group
{
  z-index: 2;
  margin-left: -1px;
  height: 34px;
}

.badge
{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px
}

.badge:empty
{
  display: none
}

.btn .badge
{
  position: relative;
  top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge
{
  top: 0;
  padding: 1px 5px
}

a.badge:focus, a.badge:hover
{
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.panel
{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body
{
  padding: 15px
}

.panel-head
{
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-title
{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-footer
{
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group
{
  margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item
{
  border-width: 1px 0;
  border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child
{
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child
{
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel > .panel-head + .panel-collapse > .list-group .list-group-item:first-child
{
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.panel-head + .list-group .list-group-item:first-child
{
  border-top-width: 0
}

.list-group + .panel-footer
{
  border-top-width: 0
}

.panel-group
{
  margin-bottom: 20px
}

.panel-group .panel
{
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel + .panel
{
  margin-top: 5px
}

.panel-group .panel-head
{
  border-bottom: 0
}

.panel-group .panel-head + .panel-collapse > .list-group, .panel-group .panel-head + .panel-collapse > .panel-body
{
  border-top: 1px solid #ddd
}

.panel-group .panel-footer
{
  border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body
{
  border-bottom: 1px solid #ddd
}

.panel-default
{
  border-color: #ddd
}

.panel-default > .panel-head
{
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default > .panel-head + .panel-collapse > .panel-body
{
  border-top-color: #ddd
}

.panel-default > .panel-head .badge
{
  color: #f5f5f5;
  background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body
{
  border-bottom-color: #ddd
}

.panel-primary
{
  border-color: #337ab7
}

.panel-primary > .panel-head
{
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary > .panel-head + .panel-collapse > .panel-body
{
  border-top-color: #337ab7
}

.panel-primary > .panel-head .badge
{
  color: #337ab7;
  background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body
{
  border-bottom-color: #337ab7
}

.panel-success
{
  border-color: #d6e9c6
}

.panel-success > .panel-head
{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success > .panel-head + .panel-collapse > .panel-body
{
  border-top-color: #d6e9c6
}

.panel-success > .panel-head .badge
{
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body
{
  border-bottom-color: #d6e9c6
}

.panel-info
{
  border-color: #bce8f1
}

.panel-info > .panel-head
{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info > .panel-head + .panel-collapse > .panel-body
{
  border-top-color: #bce8f1
}

.panel-info > .panel-head .badge
{
  color: #d9edf7;
  background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body
{
  border-bottom-color: #bce8f1
}

.panel-warning
{
  border-color: #faebcc
}

.panel-warning > .panel-head
{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning > .panel-head + .panel-collapse > .panel-body
{
  border-top-color: #faebcc
}

.panel-warning > .panel-head .badge
{
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body
{
  border-bottom-color: #faebcc
}

.panel-danger
{
  border-color: #ebccd1
}

.panel-danger > .panel-head
{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger > .panel-head + .panel-collapse > .panel-body
{
  border-top-color: #ebccd1
}

.panel-danger > .panel-head .badge
{
  color: #f2dede;
  background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body
{
  border-bottom-color: #ebccd1
}

.embed-responsive
{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-16by9
{
  padding-bottom: 56.25%
}

.embed-responsive-4by3
{
  padding-bottom: 75%
}

.embed-responsive .MacPlayer
{
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before
{
  display: table;
  content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .modal-footer:after, .modal-header:after, .pager:after, .panel-body:after
{
  clear: both
}

.center-block
{
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right
{
  float: right !important
}

.pull-left
{
  float: left !important
}

.hide
{
  display: none !important
}

.show
{
  display: block !important
}

.invisible
{
  visibility: hidden
}

.text-hide
{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden
{
  display: none !important
}

@-ms-viewport
{
  width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs
{
  display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block
{
  display: none !important
}

@media (max-width:575.9px)
{
  .visible-xs
  {
    display: block !important
  }

  table.visible-xs
  {
    display: table !important
  }

  tr.visible-xs
  {
    display: table-row !important
  }

  td.visible-xs, th.visible-xs
  {
    display: table-cell !important
  }

  .visible-xs-block
  {
    display: block !important
  }

  .visible-xs-inline
  {
    display: inline !important
  }

  .visible-xs-inline-block
  {
    display: inline-block !important
  }
}

@media (min-width:576px) and (max-width:767.9px)
{
  .visible-sm
  {
    display: block !important
  }

  table.visible-sm
  {
    display: table !important
  }

  tr.visible-sm
  {
    display: table-row !important
  }

  td.visible-sm, th.visible-sm
  {
    display: table-cell !important
  }

  .visible-sm-block
  {
    display: block !important
  }

  .visible-sm-inline
  {
    display: inline !important
  }

  .visible-sm-inline-block
  {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991.9px)
{
  .visible-md
  {
    display: block !important
  }

  table.visible-md
  {
    display: table !important
  }

  tr.visible-md
  {
    display: table-row !important
  }

  td.visible-md, th.visible-md
  {
    display: table-cell !important
  }

  .visible-md-block
  {
    display: block !important
  }

  .visible-md-inline
  {
    display: inline !important
  }

  .visible-md-inline-block
  {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199.9px)
{
  .visible-lg
  {
    display: block !important
  }

  table.visible-lg
  {
    display: table !important
  }

  tr.visible-lg
  {
    display: table-row !important
  }

  td.visible-lg, th.visible-lg
  {
    display: table-cell !important
  }

  .visible-lg-block
  {
    display: block !important
  }

  .visible-lg-inline
  {
    display: inline !important
  }

  .visible-lg-inline-block
  {
    display: inline-block !important
  }
}

@media (min-width:1200px) and (max-width:1399.9px)
{
  .visible-xl
  {
    display: block !important
  }

  table.visible-xl
  {
    display: table !important
  }

  tr.visible-xl
  {
    display: table-row !important
  }

  td.visible-xl, th.visible-xl
  {
    display: table-cell !important
  }

  .visible-xl-block
  {
    display: block !important
  }

  .visible-xl-inline
  {
    display: inline !important
  }

  .visible-xl-inline-block
  {
    display: inline-block !important
  }
}

@media (min-width:1400px)
{
  .visible-xxl
  {
    display: block !important
  }

  table.visible-xxl
  {
    display: table !important
  }

  tr.visible-xxl
  {
    display: table-row !important
  }

  td.visible-xxl, th.visible-xxl
  {
    display: table-cell !important
  }

  .visible-xxl-block
  {
    display: block !important
  }

  .visible-xxl-inline
  {
    display: inline !important
  }

  .visible-xxl-inline-block
  {
    display: inline-block !important
  }
}

@media (max-width:575.9px)
{
  .hidden-xs
  {
    display: none !important
  }
}

@media (min-width:576px) and (max-width:767.9px)
{
  .hidden-sm
  {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991.9px)
{
  .hidden-md
  {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199.9px)
{
  .hidden-lg
  {
    display: none !important
  }
}

@media (min-width:1200px) and (max-width:1399.9px)
{
  .hidden-xl
  {
    display: none !important
  }
}

@media (min-width:1400px)
{
  .hidden-xxl
  {
    display: none !important
  }
}

.p-0
{
  padding: 0 !important;
}

.pl-0
{
  padding-left: 0 !important;
}

.pr-0
{
  padding-right: 0 !important;
}

.pt-0
{
  padding-top: 0 !important;
}

.pb-0
{
  padding-bottom: 0 !important;
}

.m-0
{
  margin: 0 !important;
}

.ml-0
{
  margin-left: 0 !important;
}

.mr-0
{
  margin-right: 0 !important;
}

.mt-0
{
  margin-top: 0 !important;
}

.mb-0
{
  margin-bottom: 0 !important;
}

.p-5
{
  padding: 5px !important;
}

.pl-5
{
  padding-left: 5px !important;
}

.pr-5
{
  padding-right: 5px !important;
}

.pt-5
{
  padding-top: 5px !important;
}

.pb-5
{
  padding-bottom: 5px !important;
}

.m-5
{
  margin: 5px !important;
}

.ml-5
{
  margin-left: 5px !important;
}

.mr-5
{
  margin-right: 5px !important;
}

.mt-5
{
  margin-top: 5px !important;
}

.mb-5
{
  margin-bottom: 5px !important;
}

.p-10
{
  padding: 10px !important;
}

.pl-10
{
  padding-left: 10px !important;
}

.pr-10
{
  padding-right: 10px !important;
}

.pt-10
{
  padding-top: 10px !important;
}

.pb-10
{
  padding-bottom: 10px !important;
}

.m-10
{
  margin: 10px !important;
}

.ml-10
{
  margin-left: 10px !important;
}

.mr-10
{
  margin-right: 10px !important;
}

.mt-10
{
  margin-top: 10px !important;
}

.mb-10
{
  margin-bottom: 10px !important;
}

.p-15
{
  padding: 15px !important;
}

.pl-15
{
  padding-left: 15px !important;
}

.pr-15
{
  padding-right: 15px !important;
}

.pt-15
{
  padding-top: 15px !important;
}

.pb-15
{
  padding-bottom: 15px !important;
}

.m-15
{
  margin: 15px !important;
}

.ml-15
{
  margin-left: 15px !important;
}

.mr-15
{
  margin-right: 15px !important;
}

.mt-15
{
  margin-top: 15px !important;
}

.mb-15
{
  margin-bottom: 15px !important;
}

@media(max-width:575.9px)
{
  .p-xs-0
  {
    padding: 0 !important;
  }

  .pl-xs-0
  {
    padding-left: 0 !important;
  }

  .pr-xs-0
  {
    padding-right: 0 !important;
  }

  .pt-xs-0
  {
    padding-top: 0 !important;
  }

  .pb-xs-0
  {
    padding-bottom: 0 !important;
  }

  .m-xs-0
  {
    margin: 0 !important;
  }

  .ml-xs-0
  {
    margin-left: 0 !important;
  }

  .mr-xs-0
  {
    margin-right: 0 !important;
  }

  .mt-xs-0
  {
    margin-top: 0 !important;
  }

  .mb-xs-0
  {
    margin-bottom: 0 !important;
  }

  .p-xs-5
  {
    padding: 5px !important;
  }

  .pl-xs-5
  {
    padding-left: 5px !important;
  }

  .pr-xs-5
  {
    padding-right: 5px !important;
  }

  .pt-xs-5
  {
    padding-top: 5px !important;
  }

  .pb-xs-5
  {
    padding-bottom: 5px !important;
  }

  .m-xs-5
  {
    margin: 5px !important;
  }

  .ml-xs-5
  {
    margin-left: 5px !important;
  }

  .mr-xs-5
  {
    margin-right: 5px !important;
  }

  .mt-xs-5
  {
    margin-top: 5px !important;
  }

  .mb-xs-5
  {
    margin-bottom: 5px !important;
  }

  .p-xs-10
  {
    padding: 10px !important;
  }

  .pl-xs-10
  {
    padding-left: 10px !important;
  }

  .pr-xs-10
  {
    padding-right: 10px !important;
  }

  .pt-xs-10
  {
    padding-top: 10px !important;
  }

  .pb-xs-10
  {
    padding-bottom: 10px !important;
  }

  .m-xs-10
  {
    margin: 10px !important;
  }

  .ml-xs-10
  {
    margin-left: 10px !important;
  }

  .mr-xs-10
  {
    margin-right: 10px !important;
  }

  .mt-xs-10
  {
    margin-top: 10px !important;
  }

  .mb-xs-10
  {
    margin-bottom: 10px !important;
  }

  .p-xs-15
  {
    padding: 15px !important;
  }

  .pl-xs-15
  {
    padding-left: 15px !important;
  }

  .pr-xs-15
  {
    padding-right: 15px !important;
  }

  .pt-xs-15
  {
    padding-top: 15px !important;
  }

  .pb-xs-15
  {
    padding-bottom: 15px !important;
  }

  .m-xs-15
  {
    margin: 15px !important;
  }

  .ml-xs-15
  {
    margin-left: 15px !important;
  }

  .mr-xs-15
  {
    margin-right: 15px !important;
  }

  .mt-xs-15
  {
    margin-top: 15px !important;
  }

  .mb-xs-15
  {
    margin-bottom: 15px !important;
  }
}

@media (min-width:576px) and (max-width:767.9px)
{
  .p-sm-0
  {
    padding: 0 !important;
  }

  .pl-sm-0
  {
    padding-left: 0 !important;
  }

  .pr-sm-0
  {
    padding-right: 0 !important;
  }

  .pt-sm-0
  {
    padding-top: 0 !important;
  }

  .pb-sm-0
  {
    padding-bottom: 0 !important;
  }

  .m-sm-0
  {
    margin: 0 !important;
  }

  .ml-sm-0
  {
    margin-left: 0 !important;
  }

  .mr-sm-0
  {
    margin-right: 0 !important;
  }

  .mt-sm-0
  {
    margin-top: 0 !important;
  }

  .mb-sm-0
  {
    margin-bottom: 0 !important;
  }

  .p-sm-5
  {
    padding: 5px !important;
  }

  .pl-sm-5
  {
    padding-left: 5px !important;
  }

  .pr-sm-5
  {
    padding-right: 5px !important;
  }

  .pt-sm-5
  {
    padding-top: 5px !important;
  }

  .pb-sm-5
  {
    padding-bottom: 5px !important;
  }

  .m-sm-5
  {
    margin: 5px !important;
  }

  .ml-sm-5
  {
    margin-left: 5px !important;
  }

  .mr-sm-5
  {
    margin-right: 5px !important;
  }

  .mt-sm-5
  {
    margin-top: 5px !important;
  }

  .mb-sm-5
  {
    margin-bottom: 5px !important;
  }

  .p-sm-10
  {
    padding: 10px !important;
  }

  .pl-sm-10
  {
    padding-left: 10px !important;
  }

  .pr-sm-10
  {
    padding-right: 10px !important;
  }

  .pt-sm-10
  {
    padding-top: 10px !important;
  }

  .pb-sm-10
  {
    padding-bottom: 10px !important;
  }

  .m-sm-10
  {
    margin: 10px !important;
  }

  .ml-sm-10
  {
    margin-left: 10px !important;
  }

  .mr-sm-10
  {
    margin-right: 10px !important;
  }

  .mt-sm-10
  {
    margin-top: 10px !important;
  }

  .mb-sm-10
  {
    margin-bottom: 10px !important;
  }

  .p-sm-15
  {
    padding: 15px !important;
  }

  .pl-sm-15
  {
    padding-left: 15px !important;
  }

  .pr-sm-15
  {
    padding-right: 15px !important;
  }

  .pt-sm-15
  {
    padding-top: 15px !important;
  }

  .pb-sm-15
  {
    padding-bottom: 15px !important;
  }

  .m-sm-15
  {
    margin: 15px !important;
  }

  .ml-sm-15
  {
    margin-left: 15px !important;
  }

  .mr-sm-15
  {
    margin-right: 15px !important;
  }

  .mt-sm-15
  {
    margin-top: 15px !important;
  }

  .mb-sm-15
  {
    margin-bottom: 15px !important;
  }
}

@media (min-width:768px) and (max-width:991.9px)
{
  .p-md-0
  {
    padding: 0 !important;
  }

  .pl-md-0
  {
    padding-left: 0 !important;
  }

  .pr-md-0
  {
    padding-right: 0 !important;
  }

  .pt-md-0
  {
    padding-top: 0 !important;
  }

  .pb-md-0
  {
    padding-bottom: 0 !important;
  }

  .m-md-0
  {
    margin: 0 !important;
  }

  .ml-md-0
  {
    margin-left: 0 !important;
  }

  .mr-md-0
  {
    margin-right: 0 !important;
  }

  .mt-md-0
  {
    margin-top: 0 !important;
  }

  .mb-md-0
  {
    margin-bottom: 0 !important;
  }

  .p-md-5
  {
    padding: 5px !important;
  }

  .pl-md-5
  {
    padding-left: 5px !important;
  }

  .pr-md-5
  {
    padding-right: 5px !important;
  }

  .pt-md-5
  {
    padding-top: 5px !important;
  }

  .pb-md-5
  {
    padding-bottom: 5px !important;
  }

  .m-md-5
  {
    margin: 5px !important;
  }

  .ml-md-5
  {
    margin-left: 5px !important;
  }

  .mr-md-5
  {
    margin-right: 5px !important;
  }

  .mt-md-5
  {
    margin-top: 5px !important;
  }

  .mb-md-5
  {
    margin-bottom: 5px !important;
  }

  .p-md-10
  {
    padding: 10px !important;
  }

  .pl-md-10
  {
    padding-left: 10px !important;
  }

  .pr-md-10
  {
    padding-right: 10px !important;
  }

  .pt-md-10
  {
    padding-top: 10px !important;
  }

  .pb-md-10
  {
    padding-bottom: 10px !important;
  }

  .m-md-10
  {
    margin: 10px !important;
  }

  .ml-md-10
  {
    margin-left: 10px !important;
  }

  .mr-md-10
  {
    margin-right: 10px !important;
  }

  .mt-md-10
  {
    margin-top: 10px !important;
  }

  .mb-md-10
  {
    margin-bottom: 10px !important;
  }

  .p-md-15
  {
    padding: 15px !important;
  }

  .pl-md-15
  {
    padding-left: 15px !important;
  }

  .pr-md-15
  {
    padding-right: 15px !important;
  }

  .pt-md-15
  {
    padding-top: 15px !important;
  }

  .pb-md-15
  {
    padding-bottom: 15px !important;
  }

  .m-md-15
  {
    margin: 15px !important;
  }

  .ml-md-15
  {
    margin-left: 15px !important;
  }

  .mr-md-15
  {
    margin-right: 15px !important;
  }

  .mt-md-15
  {
    margin-top: 15px !important;
  }

  .mb-md-15
  {
    margin-bottom: 15px !important;
  }
}

@media (min-width:992px) and (max-width:1199.9px)
{
  .p-lg-0
  {
    padding: 0 !important;
  }

  .pl-lg-0
  {
    padding-left: 0 !important;
  }

  .pr-lg-0
  {
    padding-right: 0 !important;
  }

  .pt-lg-0
  {
    padding-top: 0 !important;
  }

  .pb-lg-0
  {
    padding-bottom: 0 !important;
  }

  .m-lg-0
  {
    margin: 0 !important;
  }

  .ml-lg-0
  {
    margin-left: 0 !important;
  }

  .mr-lg-0
  {
    margin-right: 0 !important;
  }

  .mt-lg-0
  {
    margin-top: 0 !important;
  }

  .mb-lg-0
  {
    margin-bottom: 0 !important;
  }

  .p-lg-5
  {
    padding: 5px !important;
  }

  .pl-lg-5
  {
    padding-left: 5px !important;
  }

  .pr-lg-5
  {
    padding-right: 5px !important;
  }

  .pt-lg-5
  {
    padding-top: 5px !important;
  }

  .pb-lg-5
  {
    padding-bottom: 5px !important;
  }

  .m-lg-5
  {
    margin: 5px !important;
  }

  .ml-lg-5
  {
    margin-left: 5px !important;
  }

  .mr-lg-5
  {
    margin-right: 5px !important;
  }

  .mt-lg-5
  {
    margin-top: 5px !important;
  }

  .mb-lg-5
  {
    margin-bottom: 5px !important;
  }

  .p-lg-10
  {
    padding: 10px !important;
  }

  .pl-lg-10
  {
    padding-left: 10px !important;
  }

  .pr-lg-10
  {
    padding-right: 10px !important;
  }

  .pt-lg-10
  {
    padding-top: 10px !important;
  }

  .pb-lg-10
  {
    padding-bottom: 10px !important;
  }

  .m-lg-10
  {
    margin: 10px !important;
  }

  .ml-lg-10
  {
    margin-left: 10px !important;
  }

  .mr-lg-10
  {
    margin-right: 10px !important;
  }

  .mt-lg-10
  {
    margin-top: 10px !important;
  }

  .mb-lg-10
  {
    margin-bottom: 10px !important;
  }

  .p-lg-15
  {
    padding: 15px !important;
  }

  .pl-lg-15
  {
    padding-left: 15px !important;
  }

  .pr-lg-15
  {
    padding-right: 15px !important;
  }

  .pt-lg-15
  {
    padding-top: 15px !important;
  }

  .pb-lg-15
  {
    padding-bottom: 15px !important;
  }

  .m-lg-15
  {
    margin: 15px !important;
  }

  .ml-lg-15
  {
    margin-left: 15px !important;
  }

  .mr-lg-15
  {
    margin-right: 15px !important;
  }

  .mt-lg-15
  {
    margin-top: 15px !important;
  }

  .mb-lg-15
  {
    margin-bottom: 15px !important;
  }
}

@media (min-width:1200px) and (max-width:1399.9px)
{
  .p-xl-0
  {
    padding: 0 !important;
  }

  .pl-xl-0
  {
    padding-left: 0 !important;
  }

  .pr-xl-0
  {
    padding-right: 0 !important;
  }

  .pt-xl-0
  {
    padding-top: 0 !important;
  }

  .pb-xl-0
  {
    padding-bottom: 0 !important;
  }

  .m-xl-0
  {
    margin: 0 !important;
  }

  .ml-xl-0
  {
    margin-left: 0 !important;
  }

  .mr-xl-0
  {
    margin-right: 0 !important;
  }

  .mt-xl-0
  {
    margin-top: 0 !important;
  }

  .mb-xl-0
  {
    margin-bottom: 0 !important;
  }

  .p-xl-5
  {
    padding: 5px !important;
  }

  .pl-xl-5
  {
    padding-left: 5px !important;
  }

  .pr-xl-5
  {
    padding-right: 5px !important;
  }

  .pt-xl-5
  {
    padding-top: 5px !important;
  }

  .pb-xl-5
  {
    padding-bottom: 5px !important;
  }

  .m-xl-5
  {
    margin: 5px !important;
  }

  .ml-xl-5
  {
    margin-left: 5px !important;
  }

  .mr-xl-5
  {
    margin-right: 5px !important;
  }

  .mt-xl-5
  {
    margin-top: 5px !important;
  }

  .mb-xl-5
  {
    margin-bottom: 5px !important;
  }

  .p-xl-10
  {
    padding: 10px !important;
  }

  .pl-xl-10
  {
    padding-left: 10px !important;
  }

  .pr-xl-10
  {
    padding-right: 10px !important;
  }

  .pt-xl-10
  {
    padding-top: 10px !important;
  }

  .pb-xl-10
  {
    padding-bottom: 10px !important;
  }

  .m-xl-10
  {
    margin: 10px !important;
  }

  .ml-xl-10
  {
    margin-left: 10px !important;
  }

  .mr-xl-10
  {
    margin-right: 10px !important;
  }

  .mt-xl-10
  {
    margin-top: 10px !important;
  }

  .mb-xl-10
  {
    margin-bottom: 10px !important;
  }

  .p-xl-15
  {
    padding: 15px !important;
  }

  .pl-xl-15
  {
    padding-left: 15px !important;
  }

  .pr-xl-15
  {
    padding-right: 15px !important;
  }

  .pt-xl-15
  {
    padding-top: 15px !important;
  }

  .pb-xl-15
  {
    padding-bottom: 15px !important;
  }

  .m-xl-15
  {
    margin: 15px !important;
  }

  .ml-xl-15
  {
    margin-left: 15px !important;
  }

  .mr-xl-15
  {
    margin-right: 15px !important;
  }

  .mt-xl-15
  {
    margin-top: 15px !important;
  }

  .mb-xl-15
  {
    margin-bottom: 15px !important;
  }
}

@media (min-width:1400px)
{
  .p-xxl-0
  {
    padding: 0 !important;
  }

  .pl-xxl-0
  {
    padding-left: 0 !important;
  }

  .pr-xxl-0
  {
    padding-right: 0 !important;
  }

  .pt-xxl-0
  {
    padding-top: 0 !important;
  }

  .pb-xxl-0
  {
    padding-bottom: 0 !important;
  }

  .m-xxl-0
  {
    margin: 0 !important;
  }

  .ml-xxl-0
  {
    margin-left: 0 !important;
  }

  .mr-xxl-0
  {
    margin-right: 0 !important;
  }

  .mt-xxl-0
  {
    margin-top: 0 !important;
  }

  .mb-xxl-0
  {
    margin-bottom: 0 !important;
  }

  .p-xxl-5
  {
    padding: 5px !important;
  }

  .pl-xxl-5
  {
    padding-left: 5px !important;
  }

  .pr-xxl-5
  {
    padding-right: 5px !important;
  }

  .pt-xxl-5
  {
    padding-top: 5px !important;
  }

  .pb-xxl-5
  {
    padding-bottom: 5px !important;
  }

  .m-xxl-5
  {
    margin: 5px !important;
  }

  .ml-xxl-5
  {
    margin-left: 5px !important;
  }

  .mr-xxl-5
  {
    margin-right: 5px !important;
  }

  .mt-xxl-5
  {
    margin-top: 5px !important;
  }

  .mb-xxl-5
  {
    margin-bottom: 5px !important;
  }

  .p-xxl-10
  {
    padding: 10px !important;
  }

  .pl-xxl-10
  {
    padding-left: 10px !important;
  }

  .pr-xxl-10
  {
    padding-right: 10px !important;
  }

  .pt-xxl-10
  {
    padding-top: 10px !important;
  }

  .pb-xxl-10
  {
    padding-bottom: 10px !important;
  }

  .m-xxl-10
  {
    margin: 10px !important;
  }

  .ml-xxl-10
  {
    margin-left: 10px !important;
  }

  .mr-xxl-10
  {
    margin-right: 10px !important;
  }

  .mt-xxl-10
  {
    margin-top: 10px !important;
  }

  .mb-xxl-10
  {
    margin-bottom: 10px !important;
  }

  .p-xxl-15
  {
    padding: 15px !important;
  }

  .pl-xxl-15
  {
    padding-left: 15px !important;
  }

  .pr-xxl-15
  {
    padding-right: 15px !important;
  }

  .pt-xxl-15
  {
    padding-top: 15px !important;
  }

  .pb-xxl-15
  {
    padding-bottom: 15px !important;
  }

  .m-xxl-15
  {
    margin: 15px !important;
  }

  .ml-xxl-15
  {
    margin-left: 15px !important;
  }

  .mr-xxl-15
  {
    margin-right: 15px !important;
  }

  .mt-xxl-15
  {
    margin-top: 15px !important;
  }

  .mb-xxl-15
  {
    margin-bottom: 15px !important;
  }
}

.bg-theme
{
  background-color: var(--theme-color, #f60) !important;
}

.btn-theme
{
  background-color: #f60;
  background-color: var(--theme-color, #f60) !important;
  border-color: var(--theme-color, #f60) !important;
  outline: none !important;
  color: #fff !important;
}

.btn-theme:hover
{
  opacity: .8;
  color: #fff;
}

.text-theme
{
  color: var(--theme-color, #f60) !important;
}

.text-white
{
  color: #fff !important;
}

.text-pink
{
  color: #fc2954 !important;
}

.text-blue
{
  color: #0000FF !important;
}

.text-red
{
  color: #FF0000 !important;
}

.text-orange
{
  color: #FF6600 !important;
}

/*辅助功能*/
.ewave-verify-img
{
  cursor: pointer;
}

.ewave-empty
{
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: var(--theme-color, #f60);
}

.ewave-sticky
{
  position: sticky;
  z-index: 0;
  top: 0;
}

.ewave-width-auto
{
  width: auto !important;
  max-width: 100%;
}

.ewave-absolute-center
{
  position: absolute !important;
  z-index: 0 !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  translate: -50% -50% !important;
}

.ewave-full-height
{
  min-height: 100vh;
}

@media(min-width:768px)
{
  .hide-pc
  {
    display: none !important;
  }
}

@media(max-width:767.9px)
{
  .hide-mobile
  {
    display: none !important;
  }
}

/*banner*/
.ewave-banner-box
{
  position: relative;
  z-index: 0;
  clear: both;
  line-height: 1;
  text-align: center;
  background-color: #ddd;
}

.ewave-banner-box img
{
  width: 100%;
}

.ewave-banner-close
{
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
  color: #fff !important;
  cursor: pointer;
}

.ewave-banner-box.float-bottom .ewave-banner-close
{
  left: 0;
  right: auto;
  top: 0;
  translate: 0 -50%;
}

.ewave-banner-close:hover
{
  background-color: var(--theme-color, #f60);
  color: #fff;
}

.ewave-banner-text
{
  font-size: 24px;
  line-height: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ewave-banner-box.float-top .ewave-banner-text, .ewave-banner-box.float-bottom .ewave-banner-text
{
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*用户*/
.ewave-dropdown
{
  position: relative;
}

.ewave-dropdown-box
{
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  line-height: 2;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 20%);
  display: none;
}

.ewave-dropdown-box::before
{
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 50%;
  rotate: 45deg;
  translate: -50% 0;
}

.ewave-dropdown:not(.ewave-click-dropdown):hover .ewave-dropdown-box, .ewave-click-dropdown .ewave-dropdown-box.active
{
  visibility: visible;
  opacity: 1;
  display: block;
}

.ewave-dropdown.ewave-click-dropdown
{
  cursor: pointer;
}

.ewave-user-dropdown .ewave-dropdown-box
{
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.ewave-user-dropdown .ewave-dropdown-box li + li
{}

.ewave-user-dropdown .ewave-dropdown-box li a
{
  display: block;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ewave-user-dropdown .ewave-dropdown-box li a .fa
{
  margin-right: 5px;
}

.ewave-user-avatar
{
  border-radius: 50%;
}

.ewave-user-name span
{
  margin-left: 5px;
}

.ewave-history-box
{
  width: 300px;
  text-align: left;
  line-height: 2.5;
}

.ewave-history-text span
{}

.ewave-history-box .ewave-dropdown-head
{
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.ewave-history-box .ewave-history-list
{
  padding-top: 10px;
  padding-bottom: 10px;
}

.ewave-history-box li
{
  overflow: hidden;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  z-index: 0;
}

.ewave-history-box li::before, .ewave-history-box li::after, .ewave-history-box li.ewave-history-head .fa
{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 15px;
}

.ewave-history-box li::before, .ewave-history-box li.ewave-history-head .fa
{
  top: 50%;
  translate: -50% -50%;
  background-color: #fff;
}

.ewave-history-box li::before
{
  height: 10px;
  width: 10px;
  border: 1px solid var(--theme-color, #f60);
  border-radius: 50%;
}

.ewave-history-box li:hover::before
{
  background-color: var(--theme-color, #f60);
}

.ewave-history-box li.ewave-history-head .fa
{
  color: var(--theme-color, #f60);
}

.ewave-history-box li::after
{
  height: 100%;
  width: 1px;
  background-color: #dbdee2;
  top: 0;
  z-index: 0;
}

.ewave-history-box li.ewave-history-head::after
{
  height: 50%;
  top: 50%;
}

.ewave-history-box li.ewave-history-head::before, .ewave-history-box li.ewave-history-foot::before, .ewave-history-box li.ewave-history-foot::after
{
  display: none;
}

.ewave-history-box li a
{
  display: block;
  border-top: 1px solid #f7f8f9;
}

.ewave-history-box li.ewave-history-foot
{
  padding-left: 10px;
  margin-top: 5px;
}

.ewave-history-box li.ewave-history-head a
{
  border: none;
}

.ewave-history-box li.ewave-history-foot a
{
  border: none;
  text-align: center;
  background-color: #f6f8fb;
  border-radius: 5px;
}

.ewave-history-box li.ewave-history-foot a:hover
{
  background-color: var(--theme-color, #f60);
  color: #fff;
}

.ewave-history-name
{
  /*  width: calc(100% - 30px);
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.ewave-history-play
{
  width: 30px;
  text-align: center;
  float: right;
}

.ewave-history-box em
{
  padding-left: 5px;
  padding-right: 5px;
}

.ewave-history-empty
{
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  color: #999;
  text-align: center;
}

/*登录页面*/
.other-login-box
{
  text-align: center;
  padding-bottom: 30px;
}

.other-login-box h5
{
  margin-bottom: 15px;
}

.user-login-icon
{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.user-login-icon.qq
{
  background-color: #68a5e1;
}

.user-login-icon.wechat
{
  background-color: #8dc81b;
}

.user-login-icon + .user-login-icon
{
  margin-left: 10px;
}

.user-login-icon img
{
  width: 100%;
}

.layui-layer-content .layer-hidden
{
  display: none !important;
}

.layui-layer-content .layer-col-12
{
  width: 100%;
}

.user-upload-btn
{
  text-align: center;
  width: 90px;
  padding: 100px 10px 0;
  margin: -90px auto 0;
  border: none;
  outline: none;
  background: none;
}

/*跳转信息*/
.ewave-jump-msg
{
  padding: 20px 50px;
  margin: 100px auto;
}

.ewave-jump-msg h3, .ewave-jump-msg h4
{
  margin-bottom: 10px;
}

@media(max-width:767.9px)
{
  .ewave-jump-msg
  {
    padding-left: var(--padding, 15px);
    padding-right: var(--padding, 15px);
  }

  .ewave-jump-msg.ewave-absolute-center
  {
    width: 90%;
  }
}

.mac_msg_jump .title
{
  margin-bottom: 11px;
}

.mac_msg_jump .text
{
  padding-left: 29px;
  margin-bottom: 11px;
}

.mac_msg._jump .jump
{}

.msg_jump_tit
{
  width: 100%;
  height: 35px;
  margin: 25px 0 10px;
  text-align: center;
  font-size: 25px;
  color: var(--theme-color, #f60);
  font-family: "黑体", "microsoft yahei";
  letter-spacing: 5px;
}

/*播放器*/
.ewave-player-box
{
  background-color: #000;
  position: relative;
  z-index: 0;
}

.ewave-player-footer
{
  background-color: #000;
}

.ewave-player-footer a
{
  display: block;
  text-align: center;
  line-height: 3;
  color: #ddd;
}

.ewave-player-footer a span
{
  margin-left: 5px;
}

.ewave-player-footer a.disabled
{
  cursor: not-allowed;
  color: #666;
}

.ewave-player-fixed-close
{
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  translate: 50% -50%;
  display: none;
  text-align: center;
  cursor: pointer;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
  background-color: var(--theme-color, #f60);
  color: #fff;
}

.ewave-player-fixed-close i
{
  width: 14px;
  height: 14px;
  display: block;
}

.ewave-player-fixed-close:hover
{
  opacity: .8;
  color: #fff;
}

.ewave-player-fixed-placeholder
{
  display: none;
}
.ewave-player-bg
{
  background: #000000;
  font-size: 14px;
  color: #F6F6F6;
  margin: 0px;
  padding: 0px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
@media(min-width:992px)
{
  .ewave-player-fixed.active
  {
    position: fixed;
    z-index: 3;
    bottom: 10px;
    right: 20px;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    width: 500px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
  }

  .ewave-player-fixed.active .ewave-player-fixed-close, .ewave-player-fixed.active + .ewave-player-fixed-placeholder
  {
    display: block;
  }
}

@media(max-width:767.9px)
{
  .ewave-player-footer
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ewave-player-footer a
  {
    line-height: 1.5;
  }

  .ewave-player-footer a span
  {
    display: block;
    margin-left: 0;
  }
}

.MacPlayer
{
  position: absolute !important;
  z-index: 0;
  left: 0;
  top: 0;
}

.MacPlayer iframe, .MacPlayer embed, .MacPlayer video, .MacPlayer object
{
  width: 100%;
  height: 100%;
}

.MacPlayer td
{
  border: none !important;
}

.ewave-player-popedom
{
  width: 500px;
  max-width: 100%;
  padding: 15px;
}

.ewave-player-popedom small
{
  display: block;
  margin-bottom: 15px;
  font-size: 1em;
}

.ewave-player-popedom p
{
  margin-bottom: 15px;
}

.ewave-player-popedom a
{
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  background-color: var(--theme-color, #f60);
  border-color: var(--theme-color, #f60);
}

.ewave-player-popedom a:hover,.ewave-player-popedom a:focus
{
  opacity: .8;
  color: #fff;
}

.ewave-copyright-notice, .ewave-copyright-notice a
{
  color: var(--theme-color, #f60);
  font-size: 1.3em;
  text-align: center;
  padding: 20px 0;
}

.ewave-copyright-notice p
{
  margin-top: 10px;
}

@media(max-width:767.9px)
{
  .ewave-copyright-notice
  {
    font-size: 1em;
    width: 90%;
  }

  .ewave-player-popedom a
  {
    padding: 3px 8px;
  }
}

/* 卡片样式 */

.card-list
{
  perspective: 1200px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 0;
  --card-item-offset: -60%;
  --card-item-index: 0;
}

.card-item
{
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  transform-style: preserve-3d;
  transform-origin: center bottom;
  transform: translate3d(calc(var(--card-item-offset) * var(--card-item-index)), 0px, calc(-100px * var(--card-item-index)));
  z-index: calc(10 - var(--card-item-index));
}

.card-item:nth-child(1)
{

  --card-item-index: 0;
}

.card-item:nth-child(2)
{

  --card-item-index: 1;
}

.card-item:nth-child(3)
{

  --card-item-index: 2;
}

.card-item:nth-child(4)
{

  --card-item-index: 3;
}

.card-item:nth-child(5)
{

  --card-item-index: 4;
}

.card-item:nth-child(6)
{

  --card-item-index: 5;
}

.card-item:nth-child(7)
{

  --card-item-index: 6;
}

.card-item:nth-child(8)
{

  --card-item-index: 7;
}

.card-item:nth-child(9)
{

  --card-item-index: 8;
}

.card-item:nth-child(10)
{

  --card-item-index: 9;
}

/* 分页 */
.ewave-page
{
  margin-bottom: 15px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ewave-page li
{}

.ewave-page li .num, .ewave-page li a, .ewave-page li .ewave-page-ellipsis
{
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
}

.ewave-page li a > span + span
{
  margin-left: 5px;
}

.ewave-page li:not(.disabled) a:not(.ewave-page-ellipsis):hover, .ewave-page li.active a, .ewave-page li.active .num
{
  background-color: var(--theme-color, #f60);
  color: #FFFFFF;
}

.ewave-page li.disabled a
{
  opacity: 0.6;
}

.ewave-page li.disabled a:hover
{
  cursor: not-allowed;
}

.ewave-page li .ewave-page-ellipsis
{
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.ewave-page-text
{
  padding: 0 20px 20px;
}

.ewave-page-text a, .ewave-page-text em, .ewave-page-text span
{
  font-style: normal;
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}

.ewave-page-text .pagego
{
  padding: 6px;
  margin-right: 5px;
  border-radius: 5;
  border: 1px solid #EEEEEE;
}

.ewave-page-text .pagebtn
{
  padding: 6px 12px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}

.ewave-page-text span.pagenow
{
  background-color: var(--theme-color, #f60);
  color: #FFFFFF;
  border: 1px solid #f80
}

/*表单组件*/
.ewave-input-item
{
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  font-size: 14px;
  width: 150px;
  height: 35px;
  line-height: 35px;
}

.ewave-submit-btn
{
  background-color: var(--theme-color, #f60);
  color: #fff;
  border: 1px solid var(--theme-color, #f60);
  cursor: pointer;
  text-align: center;
}

.ewave-submit-btn:hover, .ewave-submit-btn:active
{
  opacity: .8;
  color: #333;
}

.ewave-form-group
{
  overflow: hidden;
  text-align: right;
}

/*星级评分*/
.ewave-star
{}

.ewave-star-wrapper .ewave-star-item
{
  display: inline-block;
  color: var(--theme-color, #f60);
  margin-right: 1px;
  font-size: 1.6em;
  vertical-align: middle;
}

.ewave-star-box
{
  line-height: 30px;
}

.ewave-star-box .ewave-star-wrapper, .ewave-star-box .ewave-star-text, .ewave-star-box .ewave-star-num
{
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}

.ewave-star-box .ewave-star-wrapper
{}

.ewave-star-box .ewave-star-text, .ewave-star-box .ewave-star-num
{
  text-align: center;
  margin-bottom: 0;
}

.ewave-star-box .ewave-star-text
{
  font-size: 18px;
  font-weight: normal;
}

.ewave-star-box .ewave-star-num
{
  font-size: 24px;
  font-weight: normal;
  text-align: right;
}

@media(min-width:992px) and (max-width:1199.9px)
{
  .ewave-star-wrapper .ewave-star-item
  {
    font-size: 1.2em;
  }

  .ewave-star-box .ewave-star-text
  {
    font-size: 14px;
  }

  .ewave-star-box .ewave-star-num
  {
    font-size: 18px;
  }
}

.ewave-star-box .ewave-qrcode
{
  height: 120px;
}

.ewave-detail-tool a + a
{
  margin-left: 15px;
}

.ewave-ulog-get.active
{
  color: var(--theme-color, #f60);
}

/*播放列表*/
.ewave-playlist-tab, .ewave-downlist-tab
{
  overflow-x: hidden;
}

.ewave-playlist-tab li, .ewave-downlist-tab li
{
  display: inline-block;
  width: auto;
  margin-right: 30px;
  position: relative;
}

.ewave-playlist-tab li a, .ewave-downlist-tab li a
{
  display: block;
  font-size: 16px;
  padding: 5px 0;
}

.ewave-playlist-tab li.active a, .ewave-downlist-tab li.active a
{
  color: var(--theme-color, #f60);
}

.ewave-playlist-tab li.active::after, .ewave-downlist-tab li.active::after
{
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--theme-color, #f60);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.ewave-playlist-item a
{
  line-height: 2.4;
  text-align: center;
  border-radius: 3px;
  background-image: linear-gradient(to right, #eeeeee 0, #f0f0f0 100%)
}

.ewave-playlist-item.ewave-width-auto a
{
  padding-left: var(--padding, 15px);
  padding-right: var(--padding, 15px);
}

.ewave-playlist-item.active a, .ewave-downlist-item a:hover
{
  background-color: var(--theme-color);
  color: #fff;
}

.ewave-download-item-full
{
  line-height: 34px;
  margin-bottom: 10px;
}

.ewave-download-checkbox
{}

.ewave-download-name
{
  display: flex;
  overflow: hidden;
}

.ewave-download-name > *
{}

.ewave-download-ep
{
  max-width: 100%;
  width: auto;
  flex-shrink: 0;
}

.ewave-download-url
{
  margin-left: calc(var(--padding, 15px)*2);
  flex-grow: 1;
  flex-shrink: 1;
}

.ewave-download-btn
{
  color: #fff;
}

.ewave-download-btn:hover
{
  color: #fff;
  opacity: .8;
}

.ewave-download-btn.ewave-download-checkall
{
  background-color: #f83355;
}

.ewave-download-btn.ewave-copy, .ewave-download-btn.ewave-download-copyall
{
  background-color: #ffa41b;
}

.ewave-download-btn.ewave-download-download,
.ewave-download-btn.ewave-download-downall
{
  background-color: var(--theme-color, #f60);
}

.ewave-download-btns .ewave-download-btn
{
  width: 49%;
  float: left;
  outline: none;
}

.ewave-download-btns .ewave-download-btn:last-child
{
  float: right;
}

.ewave-download-tools
{
  padding-top: 10px;
}

.ewave-download-tools .ewave-download-btn
{
  width: auto;
  display: inline-block;
  margin-right: 15px;
}

@media(max-width:767.9px)
{
  .ewave-download-tip
  {
    margin-top: 10px;
  }
}

/*评论*/
.ewave-comment-form
{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.ewave-comment-item-list
{
  padding: 10px;
}

.ewave-comment-reply-box .ewave-comment-form, .ewave-comment-reply-box .ewave-comment-item-list
{
  padding-left: 0;
  padding-right: 0;
}

.ewave-comment-item
{
  display: flex;
  clear: both;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}

.ewave-comment-avatar
{
  width: 60px;
}

.ewave-comment-avatar img
{
  border-radius: 50%;
  width: 100%;
}

.ewave-comment-body
{
  flex: 1;
  padding-left: 10px;
}

.ewave-comment-head
{
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ewave-comment-head h3
{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
}

.ewave-comment-head span
{
  color: #999;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.ewave-comment-foot
{
  padding: 5px 0;
  text-align: left;
}

.ewave-comment-text
{
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  word-break: break-all;
}

.ewave-comment-btn
{
  margin-right: 15px;
  color: #666;
}

.ewave-comment-item .ewave-comment-bar
{
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  left: 30px;
  top: 80px;
  background-color: #eee;
}

.ewave-comment-item .ewave-comment-gap
{
  display: block;
  width: calc(100% - 60px);
  height: 3px;
  position: absolute;
  right: 0px;
  bottom: 0;
  background-color: #eee;
  display: none;
}

.gbook-panel .ewave-comment-item + .ewave-comment-item
{
  border-top: 1px solid #eee;
}

.ewave-comment-reply-box
{
  margin-top: 10px;
  margin-left: -10px;
}

.ewave-comment-reply-form
{
  display: none;
}

.ewave-comment-reply-box .ewave-comment-item-list
{
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
  border-radius: 4px;
}

.ewave-comment-reply-box .ewave-comment-item
{
  position: relative;
  z-index: 0;
}

.ewave-comment-reply-box .ewave-comment-item:not(:last-child)
{
  border-bottom: 1px solid #fff;
}

.ewave-comment-reply-box .ewave-comment-item .ewave-comment-bar
{
  height: calc(100% - 40px);
  left: 20px;
  top: 40px;
  display: none;
}

.ewave-comment-item .ewave-comment-reply-box .ewave-comment-gap
{
  height: 2px;
}

.ewave-comment-item .ewave-comment-reply-box .ewave-comment-head
{
  border-color: #fff;
}

.ewave-comment-item .ewave-comment-reply-box .ewave-comment-head h3, .ewave-comment-item .ewave-comment-reply-box .ewave-comment-head span
{
  height: 40px;
  line-height: 40px;
}

.ewave-comment-reply-box .ewave-comment-avatar
{
  width: 40px;
}

.ewave-comment-reply-box .ewave-comment-body
{
  width: calc(100% - 40px);
}

.ewave-comment-item:last-child .ewave-comment-bar, .ewave-comment-item:last-child .ewave-comment-gap, .ewave-comment-item:last-child .ewave-comment-reply-box .ewave-comment-item:last-child .ewave-comment-bar, .ewave-comment-item:last-child .ewave-comment-reply-box .ewave-comment-item:last-child .ewave-comment-gap, .ewave-comment-gap
{
  display: none;
}

.ewave-gap
{
  margin-bottom: var(--margin, 15px);
}

@media(max-width:767.9px)
{

  /* page */
  .ewave-page li
  {
    margin: 0;
  }

  .ewave-page li a
  {
    display: block;
    padding: 5px 10px;
    text-align: center
  }

  .ewave-page li.page-item
  {
    width: auto;
    margin-bottom: 5px;
  }

  .ewave-page li.page-item a
  {
    padding: 5px 15px;
  }

  /*页码*/
  .ewave-comment-form
  {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ewave-comment-item-list
  {
    padding: 5px;
  }

  .ewave-comment-avatar
  {
    width: 40px;
  }

  .ewave-comment-item .ewave-comment-bar
  {
    left: 20px;
    top: 60px;
  }

  .ewave-comment-item .ewave-comment-gap
  {
    width: calc(100% - 40px);
  }

  .ewave-comment-body
  {
    width: calc(100% - 40px);
  }

  .ewave-comment-head h3, .ewave-comment-head span
  {
    height: 20px;
    line-height: 20px;
  }

  .ewave-comment-foot
  {
    font-size: 12px;
  }

  .ewave-comment-reply-box
  {
    margin-left: -5px;
  }

  .ewave-comment-reply-box .ewave-comment-avatar
  {
    width: 30px;
  }

  .ewave-comment-reply-box .ewave-comment-body
  {
    width: calc(100% - 30px);
  }

  .ewave-comment-item .ewave-comment-reply-box .ewave-comment-head h3, .ewave-comment-item .ewave-comment-reply-box .ewave-comment-head span
  {
    height: 30px;
    line-height: 30px;
  }

  .ewave-comment-verify, .ewave-comment-verify-img, .ewave-comment-submit
  {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-left: 0;
  }

  .ewave-comment-submit
  {
    margin-right: 0;
  }

  .ewave-detail-tool
  {
    margin-top: 20px;
  }

  .ewave-banner-text
  {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ewave-banner-box.float-top .ewave-banner-text, .ewave-banner-box.float-bottom .ewave-banner-text
  {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media(max-width:575.9px)
{
  .ewave-page li
  {
    width: 33.33%;
    float: left;
  }

  .ewave-page li a
  {
    padding-left: 5px;
    padding-right: 5px;
  }
}