@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";
@import "theme.css";

/*********** reset start **************/
html {
  -webkit-text-size-adjust: none;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

fieldset,
img,
input,
button,
hr,
textarea {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,:visited ,
ins {
  text-decoration: none;
}

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

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


body {
  color: #666;
  font-size: 16px;
  font-family: var(--font-family);
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

/*********** reset end **************/

/*************** common class start ********************/
.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.cl {
  zoom: 1
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.pr {
  position: relative;
}

.fr, .float-right {
  float: right;
}

.fl, .float-left {
  float: left;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}
/*************** common class end ********************/


/***************** grid and size start ***********************/
.visible-xs,
.visible-xs-block,
.visible-lg {
    display: none !important
}

@media screen and (max-width: 992px) {
    .visible-lg {
        display: block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .visible-xs {
        display: block !important
    }

    .visible-xs-block {
        display: block !important
    }
}

@media screen and (max-width: 768px) {
    .hidden-xs {
        display: none !important
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media screen and (min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media screen and(min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}
/***************** grid and size end ***********************/



/******************* frame start ************************/
.wp {
  margin: 0 auto;
  width: 1440px;
}

@media screen and (max-width: 1500px) {
  .wp {
    width: 1200px
  }
}

@media screen and (max-width: 1280px) {
  .wp {
    width: 1050px
  }
}

@media screen and (max-width: 1199px) {
  .wp {
    width: 920px;
  }
}

@media screen and (max-width: 992px) {
  .wp {
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .wp {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-left: 20px
  }
}

@media screen and (max-width: 576px) {
  .wp {
    width: 100%;
    padding-right: 12px;
    box-sizing: border-box;
    padding-left: 12px
  }
}
/******************* frame end ************************/