.text-red {
  color: #ff646f;
}
a.text-red:hover {
  color: #fc3644;
}
.text-green {
  color: #18b88c;
}
a.text-green:hover {
  color: #19c395;
}
.text-orange {
  color: #f66301;
}
a.text-orange:hover {
  color: #ff8635;
}
.text-yellow {
  color: #ff0;
}
a.text-yellow:hover {
  color: #ff3;
}
.text-blue {
  color: #3399ff;
}
a.text-blue:hover {
  color: #4fa4f9;
}
.text-purple {
  color: #9933ff;
}
a.text-purple:hover {
  color: #a247fd;
}
/* å¼¹æ€§å¸ƒå±€ */
/* flewå¸ƒå±€ */
.flex-column {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}
.flex-row {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}
.flex {
  flew: 1;
  -ms-flew: 1;
  -moz-flew: 1;
  -webkit-flew: 1;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
}
.flex-shrink {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-grow: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #5e5e5e;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  resize: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
body.theme-red a:hover,
body.theme-red a:focus {
  color: #ff4200;
  text-decoration: none;
}
body.theme-orange a:hover,
body.theme-orange a:focus {
  color: #ff4200;
  text-decoration: none;
}
body.theme-green a:hover,
body.theme-green a:focus {
  color: #bd1010;
  text-decoration: none;
}
body.theme-blue a:hover,
body.theme-blue a:focus {
  color: #1276ff;
  text-decoration: none;
}
body.theme-purple a:hover,
body.theme-purple a:focus {
  color: #5320de;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:after,
.row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-gray {
  color: #999 !important;
}
.text-gray-light {
  color: #ccc !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.main {
  width: 100%;
  max-width: 1230px;
  margin: auto;
}
.show-xs {
  display: none;
}
@media (max-width: 768px) {
  .main {
    overflow-x: hidden;
  }
  .hidden-xs {
    display: block !important;
  }
  .hidden-xsw {
    display:  none!important;
  }
  .show-xs {
    display: block !important;
  }
}
/* GRID */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.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%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .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%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .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%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .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%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.full-link {
  display: block;
  width: 100%;
  height: 100%;
}
.page-container {
  min-height: 500px;
}
@media (max-width: 768px) {
  #container {
    padding-top: 0px;
  }
  .page-index #container {
    padding-top: 0;
  }
  #footer {
    padding-bottom: 55px;
  }
}
/* HEADER */
.site-header {
  height: 75px;
}
.site-header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.site-header > .main {
  position: relative;
  z-index: 1;
  padding: 16px 15px;
}
.site-header .header-logo {
  display: block;
}
.site-header .header-logo img {
  max-width: 240px;
  height: 45px;
}
.site-header .header-logo.shadow:after {
  bottom: -20px;
}
.site-header .header-btn {
  margin: 4px 35px;
  border-radius: 50px;
  padding: 10px;
  line-height: 16px;
  height: 36px;
  background: #fff;
}
.site-header .header-btn a {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.site-header .header-btn a:first-child {
  border-left: 0 !important;
}
.site-header .header-nav > a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
}
.site-header .header-nav > a.active {
  color: #ff0;
  font-weight: 750;
}
.site-header .header-nav > a:hover {
  color: #ff0;
}
.site-header .header-group {
  margin: 4px 35px;
  padding: 7px;
  height: 36px;
}
.site-header .header-group a {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 12px;
  line-height: 20px;
  height: 28px;
  background-color: #f3f3f3;
  color: #ef3304;
  margin: 0 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header .header-group a:hover {
  background-color: #fff;
}
.site-header .header-group a.reg-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8e43), to(#ff492c));
  background-image: linear-gradient(to bottom, #ff8e43 0, #ff492c 100%);
  background-image: -o-linear-gradient(to bottom, #ff8e43 0, #ff492c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff8e43, endColorstr=#ff492c);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.site-header .header-group a.reg-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc300), to(#ff8800));
  background-image: linear-gradient(to bottom, #ffc300 0, #ff8800 100%);
  background-image: -o-linear-gradient(to bottom, #ffc300 0, #ff8800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc300, endColorstr=#ff8800);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
}
.site-header .header-group a.shadow:after {
  bottom: -20px;
}
.site-header .shadow {
  position: relative;
}
.site-header .shadow:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 30px;
  border-radius: 50%;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(0.6, 0.2);
          transform: scale(0.6, 0.2);
}
body.theme-red .site-header .bg {
  background: #ff1738;
}
body.theme-red .site-header .header-btn a {
  color: #ff1738;
}
body.theme-red .site-header .header-btn a:hover {
  color: #ff637a;
}
body.theme-orange .site-header .bg {
  background: #ff4200;
}
body.theme-orange .site-header .header-btn a {
  color: #ff4200;
}
body.theme-orange .site-header .header-btn a:hover {
  color: #ff7b4d;
}
body.theme-orange .site-header .header-group a.reg-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc500), to(#ff8700));
  background-image: linear-gradient(to bottom, #ffc500 0, #ff8700 100%);
  background-image: -o-linear-gradient(to bottom, #ffc500 0, #ff8700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc500, endColorstr=#ff8700);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
}
body.theme-orange .site-header .header-group a.reg-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffde70), to(#feac51));
  background-image: linear-gradient(to bottom, #ffde70 0, #feac51 100%);
  background-image: -o-linear-gradient(to bottom, #ffde70 0, #feac51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffde70, endColorstr=#feac51);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
}
body.theme-orange .site-header .shadow {
  position: relative;
}
body.theme-orange .site-header .shadow:after {
  background-color: rgba(225, 42, 23, 0.7);
}
body.theme-green .site-header .bg {
  background: #e74223;
}
body.theme-green .site-header .header-btn a {
  color: #e74223;
}
body.theme-green .site-header .header-btn a:hover {
  color: #49d456;
}
body.theme-green .site-header .shadow {
  position: relative;
}
 
body.theme-blue .site-header .bg {
  background: #1276ff;
}
body.theme-blue .site-header .header-btn a {
  color: #1276ff;
}
body.theme-blue .site-header .header-btn a:hover {
  color: #5fa2ff;
}
body.theme-purple .site-header .bg {
  background: #5320de;
}
body.theme-purple .site-header .header-btn a {
  color: #5320de;
}
body.theme-purple .site-header .header-btn a:hover {
  color: #8662e8;
}
@media (max-width: 768px) {
  .site-header {
    height: 60px;
  }
  .site-header .main {
    padding: 8px 5px;
  }
  .site-header .header-logo {
    padding: 8px;
  }
  .site-header .header-logo img {
    max-width: 160px;
    max-height: 30px;
  }
  .site-header .header-nav {
    display: none;
  }
  .site-header .header-btn {
    margin: 10px !important;
    padding: 6px;
    height: 30px;
    background: #fff;
  }
  .site-header .header-btn a {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
  }
  .site-header .header-group {
    margin: 0 0 0 -150px;
    padding-top: 10px;
  }
  .site-header .shadow:after {
    display: none;
  }
}
.page-title {
  /* height: 280px; */
  color: #fff;
  padding-top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/1590216207489pxvs8fsclxfecdn.png);
}
.page-title canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.page-title h1 {
  padding: 0 30px;
  font-size: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-title .inner {
  margin: 0 -30px;
  padding-top: 140px;
  height: 280px;
  position: relative;
}
.page-title .inner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  margin: -10px;
  height: 40px;
  width: 100%;
  background: #fff;
}
body.theme-red .page-title {
  background-color: #ff1738;
}
body.theme-orange .page-title {
  background-color: #ff4200;
}
body.theme-green .page-title {
  background-color: #e74223;
}
body.theme-blue .page-title {
  background-color: #1276ff;
}
body.theme-purple .page-title {
  background-color: #5320de;
}
/* FOOTER */
.site-footer {
  background-color: #000;
  color: #777777;
}
.site-footer .footer-panel {
  padding: 40px 15px 15px 15px;
}
.site-footer a {
  color: #999;
}
.site-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.site-footer h3 {
  font-size: 18px;
  color: #fff;
}
.site-footer .qrcode {
  text-align: center;
}
.site-footer .qrcode > img {
  border: 5px #fff solid;
  height: 120px;
  text-align: center;
}
.site-footer .friends > a {
  display: inline-block;
  margin-left: 6px;
}
.site-footer .copyright {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #303030;
}
#navbar {
  display: none;
  z-index: 99;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 55px;
  background-color: #fff;
  position: fixed;
  padding-bottom: env(safe-area-inset-bottom);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px #ddd solid;
}
#navbar > a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  text-align: center;
  padding: 6px;
  line-height: 1.1;
  color: #919191;
}
#navbar > a.active .icon-home:before {
  content: '\e600' !important;
}
#navbar > a.active .icon-price:before {
  content: '\e6cf' !important;
}
#navbar > a.active .icon-cube:before {
  content: '\e64c' !important;
}
#navbar > a.active .icon-message:before {
  content: '\e613' !important;
}
#navbar .icon {
  font-size: 24px !important;
  display: block;
  margin: 0 auto;
}
#navbar span {
  font-size: 0.8em;
}
body.theme-red #navbar > a.active {
  color: #ff1738;
}
body.theme-orange #navbar > a.active {
  color: #ff4200;
}
body.theme-green #navbar > a.active {
  color: #e74223;
}
body.theme-blue #navbar > a.active {
  color: #1276ff;
}
body.theme-purple #navbar > a.active {
  color: #5320de;
}
@media (max-width: 768px) {
  #navbar {
    flew: 1;
    -ms-flew: 1;
    -moz-flew: 1;
    -webkit-flew: 1;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row;
  }
}
.footer-user {
  color: #fff;
  text-align: center;
  background-repeat: repeat-x;
  background-position: center 0;
  background-image: url(../images/15902979324900olqnere7g4smlt.png);
}
.footer-user h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-user h3 {
  font-size: 18px;
  text-align-last: justify;
  margin-bottom: 15px;
}
.footer-user > .main {
  width: 650px;
  padding: 140px 0 40px 0;
}
.footer-user .tags {
  text-align-last: justify;
  font-size: 16px;
}
.footer-user .tags > span {
  background: #000;
  padding: 6px 30px;
  border-radius: 30px;
}
.footer-user .btn-wrap {
  padding-top: 40px;
  text-align: center;
}
.footer-user .btn-wrap .btn {
  display: inline-block;
  font-size: 22px;
  padding: 12px 80px;
  border-radius: 30px;
}
.footer-user .btn-wrap .btn:hover {
  background: #fec84d;
}
body.theme-red .footer-user {
  background-color: #ff1738;
}
body.theme-orange .footer-user {
  background-color: #ff4200;
}
body.theme-green .footer-user {
  background-color: #e74223;
}
body.theme-blue .footer-user {
  background-color: #1276ff;
}
body.theme-purple .footer-user {
  background-color: #5320de;
}
@media (max-width: 768px) {
  .footer-user > .main {
    padding: 25px 0;
    background-size: auto 100%;
  }
  .footer-user h2 {
    font-size: 1.1em;
  }
  .footer-user h3 {
    font-size: 0.85em;
  }
  .footer-user .btn-wrap {
    padding-top: 25px;
  }
  .footer-user .btn-wrap .btn {
    padding: 3px 45px;
    border-radius: 2px;
  }
}
.side-contact {
  position: fixed;
  top: 280px;
  right: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  width: 68px;
  z-index: 2;
}
.side-contact li {
  width: 70px;
  text-align: center;
  line-height: 1.2;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 6px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.side-contact li > .icon {
  font-size: 32px;
}
.side-contact .link {
  height: 80px;
}
.side-contact .link .icon {
  color: #fff;
}
.side-contact .link span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.side-contact .link .fix {
  padding: 0 10px;
  position: absolute;
  left: -210px;
  top: 0;
  text-align: center;
}
.side-contact .link:hover .block {
  display: block;
}
.side-contact .block {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  width: 190px;
  height: 252px;
  padding: 15px 0;
  border-radius: 3px;
  display: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.side-contact .block:after {
  width: 16px;
  height: 16px;
  display: block;
  content: '';
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: -15px;
}
.side-contact .link-qq {
  background-color: #03bbff;
}
.side-contact .link-qq .block:after {
  top: 35px;
}
.side-contact .link-qq p {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.side-contact .link-qq img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.side-contact .link-qq .time {
  color: #999999;
  margin-bottom: 15px;
}
.side-contact .link-qq .qq-btn {
  display: inline-block;
  color: #fff;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: #FF4711;
  margin-bottom: 15px;
}
.side-contact .link-wechat {
  background-color: #ff2708;
}
.side-contact .link-wechat .block:after {
  top: 111px;
}
.side-contact .link-wechat h6 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.side-contact .link-wechat p {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.side-contact .link-wechat p span {
  color: #ff4546;
}
.side-contact .link-wechat img {
  width: 140px;
  height: 140px;
}
.side-contact .link-top {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
.side-contact .link-top .icon-top {
  color: #c6c6c6;
}
.side-contact .link-top span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
}
.page-section {
  float: left;
  width: 100%;
}
.page-section-inner {
  /* padding-right: 300px; */
}

.page-side h2 {
  padding: 20px 0;
  border-bottom: #ddd solid 1px;
}
.page-side .comment-box p {
  line-height: 1.5;
  color: #333;
  margin-bottom: 6px;
}
.page-side .comment-box div {
  color: #ccc;
  font-size: 0.8em;
}
.page-crumbs {
  padding: 20px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-crumbs > em {
  color: #ccc;
  font-style: normal;
  margin: 0 6px;
}
.line {
  border-top: 1px #eee solid;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-crumbs {
    padding: 10px 0;
  }
  .page-section {
    float: none;
  }
  .page-section-inner {
    padding-right: 0;
  }
}
.page-task .task-timer .item {
  background-color: #f6f6f6;
  margin: 5px -10px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.page-task .task-timer .title {
  color: #ccc;
  background-color: #eee;
}
.page-task .task-table {
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 6px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group:after {
  content: '';
  display: block;
  clear: both;
}
.form-group .form-label {
  text-align: right;
  color: #aaa;
  padding-top: 7px;
}
.form-group .form-control-static {
  padding-top: 7px;
}
.side-daoshi {
  padding: 12px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
}
.side-daoshi .daoshi-body {
  width: auto;
  padding: 25px 0;
  color: #000;
  background-color: #fff;
}
.side-daoshi .daoshi-pic {
  font-size: 0.9em;
  letter-spacing: 3px;
}
.side-daoshi .daoshi-pic .icon {
  vertical-align: middle;
}
.side-daoshi .daoshi-pic > img {
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
}
.side-daoshi .daoshi-title {
  font-size: 16px;
}
.side-daoshi .daoshi-footer {
  font-size: 18px;
  padding-top: 12px;
}
.side-daoshi .daoshi-footer i.icon {
  margin-right: 10px;
}
body.theme-red .side-daoshi {
  background-color: #ff1738;
}
body.theme-orange .side-daoshi {
  background-color: #ff4200;
}
body.theme-orange .side-daoshi .daoshi-pic {
  color: #ffb399;
}
body.theme-green .side-daoshi {
  background-color: #e74223;
}
body.theme-green .side-daoshi .daoshi-pic {
  color: #87e390;
}
body.theme-blue .side-daoshi {
  background-color: #1276ff;
}
body.theme-blue .side-daoshi .daoshi-pic {
  color: #abceff;
}
body.theme-purple .side-daoshi {
  background-color: #5320de;
}
body.theme-purple .side-daoshi .daoshi-pic {
  color: #baa5f2;
}
/* INDEX PAGE*/
.index-slide {
  width: 100%;
  height: 830px;
  overflow: hidden;
  position: relative;
  background-position: center 0;
}
.index-slide .full-link {
  position: absolute;
  left: 0;
  top: 0;
}
.index-slide .btn-wrap {
  padding-top: 680px;
}
.index-slide .btn-wrap .btn {
  background: #000 !important;
}
.index-slide-mobile {
  background-position: center 0;
  background-size: 100% 100%;
  display: none;
}
@media (max-width: 768px) {
  .index-slide-mobile {
    display: block;
  }
}
.site-title {
  text-align: center;
  padding: 60px;
}
.site-title h2 {
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 800;
  color: #262626;
}
.site-title small {
  font-size: 20px;
  color: #666;
}
.site-title.white h2 {
  color: #fff;
}
.site-title.white small {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .site-title {
    padding: 15px;
  }
  .site-title h2 {
    font-size: 1.45em;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .site-title small {
    font-size: 0.8em;
  }
}
.btn-wrap {
  padding: 55px;
  text-align: center;
}
.btn-wrap .btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 70px;
  font-size: 30px;
  top: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
}
.btn-wrap .btn:hover {
  top: -8px;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-wrap .btn.btn-outerline {
  background: #fff !important;
}
body.theme-red .btn-wrap .btn {
  background-color: #ff1738;
}
body.theme-red .btn-wrap .btn.btn-outerline {
  color: #ff1738;
}
body.theme-orange .btn-wrap .btn {
  background-color: #ff4200;
}
body.theme-orange .btn-wrap .btn.btn-outerline {
  color: #ff4200;
}
body.theme-green .btn-wrap .btn {
  background-color: #e74223;
}
body.theme-green .btn-wrap .btn.btn-outerline {
  color: #e74223;
}
body.theme-blue .btn-wrap .btn {
  background-color: #1276ff;
}
body.theme-blue .btn-wrap .btn.btn-outerline {
  color: #1276ff;
}
body.theme-purple .btn-wrap .btn {
  background-color: #5320de;
}
body.theme-purple .btn-wrap .btn.btn-outerline {
  color: #5320de;
}
@media (max-width: 768px) {
  .btn-wrap {
    padding: 15px;
    text-align: center;
  }
  .btn-wrap .btn {
    padding: 0.15em 2.5em;
    font-size: 1.05em;
  }
}
.index-section-1 {
  padding: 60px 0;
  height: 1110px;
  background: url(../images/1590039756566bagn0xjxewtu43t.png) no-repeat center bottom;
}
.index-section-1 .card {
  margin: 0 -15px;
  padding: 60px 15px;
  height: 210px;
  position: relative;
  padding-left: 140px;
}
.index-section-1 .card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.index-section-1 .card .d-icon {
  height: 90px;
  width: 90px;
  border-radius: 30px;
  position: absolute;
  left: 20px;
  top: 60px;
  text-align: center;
}
.index-section-1 .card .d-icon.d-icon-purple {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0a7ff), to(#7050f9));
  background-image: linear-gradient(to bottom, #d0a7ff 0, #7050f9 100%);
  background-image: -o-linear-gradient(to bottom, #d0a7ff 0, #7050f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d0a7ff, endColorstr=#7050f9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(112, 80, 249, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(112, 80, 249, 0.3);
}
.index-section-1 .card .d-icon.d-icon-aqua {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21eee7), to(#01a1db));
  background-image: linear-gradient(to bottom, #21eee7 0, #01a1db 100%);
  background-image: -o-linear-gradient(to bottom, #21eee7 0, #01a1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#21eee7, endColorstr=#01a1db);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(7, 176, 222, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(7, 176, 222, 0.3);
}
.index-section-1 .card .d-icon.d-icon-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #30c0ff), to(#018bff));
  background-image: linear-gradient(to bottom, #30c0ff 0, #018bff 100%);
  background-image: -o-linear-gradient(to bottom, #30c0ff 0, #018bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#30c0ff, endColorstr=#018bff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(12, 151, 255, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(12, 151, 255, 0.3);
}
.index-section-1 .card .d-icon.d-icon-green {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #27f391), to(#01bc8d));
  background-image: linear-gradient(to bottom, #27f391 0, #01bc8d 100%);
  background-image: -o-linear-gradient(to bottom, #27f391 0, #01bc8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#27f391, endColorstr=#01bc8d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(15, 208, 143, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(15, 208, 143, 0.3);
}
.index-section-1 .card .d-icon.d-icon-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd101), to(#ffa13a));
  background-image: linear-gradient(to bottom, #ffd101 0, #ffa13a 100%);
  background-image: -o-linear-gradient(to bottom, #ffd101 0, #ffa13a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd101, endColorstr=#ffa13a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(255, 193, 21, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(255, 193, 21, 0.3);
}
.index-section-1 .card .d-icon.d-icon-orange {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa65f), to(#ff8058));
  background-image: linear-gradient(to bottom, #ffa65f 0, #ff8058 100%);
  background-image: -o-linear-gradient(to bottom, #ffa65f 0, #ff8058 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffa65f, endColorstr=#ff8058);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(253, 204, 0, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(253, 204, 0, 0.3);
}
.index-section-1 .card .d-icon .icon {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index-section-1 .card .d-text {
  font-size: 14px;
  line-height: 20px;
}
body.theme-purple .index-section-1 {
  background: #fff;
}
@media (max-width: 768px) {
  .index-section-1 {
    padding: 0 12px;
    height: auto;
  }
  .index-section-1 .inner {
    padding: 0 20px;
  }
  .index-section-1 .card {
    padding: 8px;
    height: 180px;
    margin: 0 -12px 6px -12px;
  }
  .index-section-1 .card h3 {
    font-size: 1.2em;
    margin-bottom: 6px;
  }
  .index-section-1 .card .d-icon {
    position: static;
    padding-top: 10px;
    margin-bottom: 6px;
    height: 60px;
    width: 60px;
    border-radius: 12px;
  }
  .index-section-1 .card .d-icon .icon {
    font-size: 36px;
    line-height: 42px;
  }
  .index-section-1 .card .d-text {
    font-size: 0.75em;
  }
}
.index-section-2 {
  padding: 60px 0;
  height: 1131px;
  background: url(../images/1590039814551q06wnjrcwzx18vm.png) no-repeat center 0;
}
.index-section-2 .section-box {
  position: relative;
  background: url(../images/1590057706475tfhgyzy4q1mvjde.png) no-repeat center center;
  margin: auto;
  width: 1056px;
  height: 1056px;
}
.index-section-2 .section-center {
  width: 220px;
  height: 120px;
  position: absolute;
  top: 468px;
  left: 418px;
  text-align: center;
  text-align-last: justify;
}
.index-section-2 .section-center h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 0;
}
.index-section-2 .section-center h4 {
  font-size: 26px;
  color: #444;
}
.index-section-2 .section-list h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.index-section-2 .section-list .inner {
  position: relative;
}
.index-section-2 .section-list li {
  position: absolute;
  height: 130px;
  width: 420px;
}
.index-section-2 .section-list li:nth-child(1) {
  left: 30px;
  top: 232px;
}
.index-section-2 .section-list li:nth-child(2) {
  left: 600px;
  top: 232px;
}
.index-section-2 .section-list li:nth-child(3) {
  left: -100px;
  top: 456px;
}
.index-section-2 .section-list li:nth-child(4) {
  left: 730px;
  top: 456px;
}
.index-section-2 .section-list li:nth-child(5) {
  left: 30px;
  top: 690px;
}
.index-section-2 .section-list li:nth-child(6) {
  left: 600px;
  top: 690px;
}
.index-section-2 .section-list li.side-right .inner {
  padding-right: 180px;
}
.index-section-2 .section-list li.side-right .d-icon {
  right: 0px;
  top: 0;
}
.index-section-2 .section-list li.side-left .inner {
  padding-left: 180px;
}
.index-section-2 .section-list li.side-left .d-icon {
  left: 0;
  top: 0;
}
.index-section-2 .section-list .d-icon {
  position: absolute;
  height: 130px;
  width: 130px;
  border-radius: 65px;
  line-height: 130px;
  text-align: center;
}
.index-section-2 .section-list .d-icon.d-icon-purple {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0a7ff), to(#7050f9));
  background-image: linear-gradient(to bottom, #d0a7ff 0, #7050f9 100%);
  background-image: -o-linear-gradient(to bottom, #d0a7ff 0, #7050f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d0a7ff, endColorstr=#7050f9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(112, 80, 249, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(112, 80, 249, 0.3);
}
.index-section-2 .section-list .d-icon.d-icon-aqua {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21eee7), to(#01a1db));
  background-image: linear-gradient(to bottom, #21eee7 0, #01a1db 100%);
  background-image: -o-linear-gradient(to bottom, #21eee7 0, #01a1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#21eee7, endColorstr=#01a1db);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(7, 176, 222, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(7, 176, 222, 0.3);
}
.index-section-2 .section-list .d-icon.d-icon-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #30c0ff), to(#018bff));
  background-image: linear-gradient(to bottom, #30c0ff 0, #018bff 100%);
  background-image: -o-linear-gradient(to bottom, #30c0ff 0, #018bff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#30c0ff, endColorstr=#018bff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(12, 151, 255, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(12, 151, 255, 0.3);
}
.index-section-2 .section-list .d-icon.d-icon-green {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #27f391), to(#01bc8d));
  background-image: linear-gradient(to bottom, #27f391 0, #01bc8d 100%);
  background-image: -o-linear-gradient(to bottom, #27f391 0, #01bc8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#27f391, endColorstr=#01bc8d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(15, 208, 143, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(15, 208, 143, 0.3);
}
.index-section-2 .section-list .d-icon.d-icon-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd101), to(#ffa13a));
  background-image: linear-gradient(to bottom, #ffd101 0, #ffa13a 100%);
  background-image: -o-linear-gradient(to bottom, #ffd101 0, #ffa13a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd101, endColorstr=#ffa13a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(255, 193, 21, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(255, 193, 21, 0.3);
}
.index-section-2 .section-list .d-icon.d-icon-orange {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa65f), to(#ff8058));
  background-image: linear-gradient(to bottom, #ffa65f 0, #ff8058 100%);
  background-image: -o-linear-gradient(to bottom, #ffa65f 0, #ff8058 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffa65f, endColorstr=#ff8058);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=@start, endColorstr=@end)";
  -webkit-box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(253, 204, 0, 0.3);
          box-shadow: 0 0 2px #ffffff, 0 15px 15px rgba(253, 204, 0, 0.3);
}
.index-section-2 .section-list .d-icon .icon {
  font-size: 64px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index-section-2 .section-list .d-text {
  font-size: 16px;
  line-height: 1.8;
}
.index-section-2 .btn-wrap {
  position: absolute;
  top: 860px;
  width: 100%;
}
body.theme-red .index-section-2 .section-center h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #ff1738;
  margin-bottom: 0;
}
body.theme-orange .index-section-2 .section-center h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #ff4200;
  margin-bottom: 0;
}
body.theme-green .index-section-2 .section-center h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #e74223;
  margin-bottom: 0;
}
body.theme-blue .index-section-2 .section-center h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #1276ff;
  margin-bottom: 0;
}
body.theme-purple .index-section-2 {
  background: #fff;
}
body.theme-purple .index-section-2 .section-center h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #5320de;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .index-section-2 {
    padding: 15px 0;
    height: auto;
    background: none;
  }
  .index-section-2 .section-box {
    width: 100%;
    height: auto;
    background: none;
  }
  .index-section-2 .section-list {
    padding: 0 40px;
  }
  .index-section-2 .section-list h3 {
    font-size: 1.25em;
  }
  .index-section-2 .section-list .inner {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .index-section-2 .section-list li {
    position: static;
    height: 100px;
    width: 100%;
  }
  .index-section-2 .section-list li.side-right .inner,
  .index-section-2 .section-list li.side-left .inner {
    padding-left: 100px;
  }
  .index-section-2 .section-list li.side-right .d-icon,
  .index-section-2 .section-list li.side-left .d-icon {
    left: 0;
    top: 0;
  }
  .index-section-2 .section-list .d-icon {
    position: absolute;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
  }
  .index-section-2 .section-list .d-icon .icon {
    font-size: 42px;
  }
  .index-section-2 .section-list .d-text {
    font-size: 0.9em;
  }
}
.index-section-3 {
  padding: 60px 0;
  height: 1120px;
  background-position: center 0;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.index-section-3 .section-item {
  border-radius: 6px;
  height: 520px;
  margin: 0 -3px;
  padding: 30px;
  background: #fff;
}
.index-section-3 .section-header {
  text-align: center;
  height: 100px;
}
.index-section-3 .section-list {
  max-width: 180px;
  margin: auto;
  height: 320px;
}
.index-section-3 .section-list li {
  height: 36px;
  line-height: 36px;
}
.index-section-3 .section-list .icon {
  margin-right: 12px;
  vertical-align: middle;
  color: #5ad5ac;
}
.index-section-3 .section-footer {
  text-align: center;
}
.index-section-3 .section-footer a {
  color: #fff;
  padding: 6px 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index-section-3 .section-footer a:hover {
  color: #fff;
}
body.theme-red .index-section-3 {
  background-image: url(../images/1590038992146lmwnbxotbk4c7dy.png);
}
body.theme-red .index-section-3 .section-footer a {
  background-color: #ff1738;
}
body.theme-red .index-section-3 .section-footer a:hover {
  background-color: #ff5e75;
}
body.theme-orange .index-section-3 {
  background-image: url(../images/15902959619776ojzvofh3qcdihr.png);
}
body.theme-orange .index-section-3 .section-footer a {
  background-color: #ff4200;
}
body.theme-orange .index-section-3 .section-footer a:hover {
  background-color: #ff7747;
}
body.theme-green .index-section-3 {
  background-image: url(../images/15902959997085yrfakxrsb93rn0.png);
}
body.theme-green .index-section-3 .section-footer a {
  background-color: #e74223;
}
body.theme-green .index-section-3 .section-footer a:hover {
  background-color: #45d353;
}
body.theme-blue .index-section-3 {
  background-image: url(../images/1590296024827rfktj7zma0j0xl2.png);
}
body.theme-blue .index-section-3 .section-footer a {
  background-color: #1276ff;
}
body.theme-blue .index-section-3 .section-footer a:hover {
  background-color: #599fff;
}
body.theme-purple .index-section-3 {
  background-color: #5320de;
}
body.theme-purple .index-section-3 .section-footer a {
  background-color: #5320de;
}
body.theme-purple .index-section-3 .section-footer a:hover {
  background-color: #835ee8;
}
@media (max-width: 768px) {
  .index-section-3 {
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto;
  }
  .index-section-3 .section-box {
    padding: 22px 22px 0 22px;
  }
  .index-section-3 .section-item {
    margin: 0 -14px;
    padding: 12px 10px;
    height: 320px;
  }
  .index-section-3 .section-header {
    height: 42px;
  }
  .index-section-3 .section-header img {
    height: 32px;
    width: auto;
  }
  .index-section-3 .section-list {
    margin: auto;
    height: 15em;
  }
  .index-section-3 .section-list li {
    font-size: 0.7em;
    height: 2.5em;
    line-height: 2em;
  }
  .index-section-3 .section-list .icon {
    margin-right: 0.245em;
    font-size: 1.1em;
  }
  .index-section-3 .section-footer {
    text-align: center;
  }
  .index-section-3 .section-footer a {
    padding: 0.25em 1.5em;
    font-size: 0.75em;
  }
  body.theme-red .index-section-3 {
    background: #ff1738;
  }
  body.theme-orange .index-section-3 {
    background: #ff4200;
  }
  body.theme-green .index-section-3 {
    background: #e74223;
  }
  body.theme-blue .index-section-3 {
    background: #1276ff;
  }
  body.theme-purple .index-section-3 {
    background: #5320de;
  }
}
.index-section-4 {
  padding-top: 60px;
  overflow-x: hidden;
  height: 1300px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.index-section-4 .section-box {
  height: 730px;
  background-color: #dcdde5;
  position: relative;
  border-radius: 15px;
}
.index-section-4 .section-box:after {
  position: absolute;
  top: -34px;
  left: 57%;
  margin-left: -53px;
  display: block;
  content: '';
  width: 103px;
  height: 132px;
  background: url(../images/1590037349855b5cg6mcchtnly2f.png) no-repeat;
}
.index-section-4 .section-list h3 {
  font-size: 34px;
  padding: 0;
  font-weight: 800;
  height: 106px;
  line-height: 106px;
  text-align: center;
}
.index-section-4 .section-list ul {
  background-color: #fff;
  padding: 40px 60px;
  height: 600px;
}
.index-section-4 .section-list h4 {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #000;
  margin: 0;
}
.index-section-4 .section-list p {
  margin: 0;
  font-size: 13px;
  color: #474747;
}
.index-section-4 .section-list li {
  height: 88px;
  position: relative;
}
.index-section-4 .number-icon {
  position: absolute;
  display: block;
  height: 46px;
  width: 46px;
  border-radius: 23px;
  left: -83px;
  top: 10px;
  background-image: url(../images/1590038518984p2eij6tw0pzfkpl.png);
  background-repeat: no-repeat;
}
.index-section-4 .number-icon.number-2 {
  background-position: 0 -50px;
}
.index-section-4 .number-icon.number-3 {
  background-position: 0 -100px;
}
.index-section-4 .number-icon.number-4 {
  background-position: 0 -150px;
}
.index-section-4 .number-icon.number-5 {
  background-position: 0 -200px;
}
.index-section-4 .number-icon.number-6 {
  background-position: 0 -250px;
}
.index-section-4 .section-left-list {
  padding-left: 30px;
  background-color: #1f6fff;
  border-radius: 15px 0 0 15px;
  border-right: 1px #1f6fff solid;
  height: 100%;
  width: 57%;
  float: left;
}
.index-section-4 .section-left-list h3 {
  color: #fff;
}
.index-section-4 .section-left-list ul {
  border-radius: 10px 0 0 80px;
}
.index-section-4 .section-right-list {
  padding-right: 30px;
  height: 100%;
  width: 43%;
  float: right;
}
.index-section-4 .section-right-list h3 {
  color: #515469;
}
.index-section-4 .section-right-list ul {
  border-radius: 0 80px 10px 0;
  background-color: #f5f6fa;
}
body.theme-red .index-section-4 {
  background-image: url(../images/1590033687093zfbu10w2qnfsndc.png);
}
body.theme-red .index-section-4 .section-left-list {
  background-color: #ff1738;
  border-right: 1px #ff1738 solid;
}
body.theme-red .index-section-4 .number-icon {
  background-color: #ff1738;
}
body.theme-orange .index-section-4 {
  background-image: url(../images/15902963086560fshvdhb6ifib4j.png);
}
body.theme-orange .index-section-4 .section-left-list {
  background-color: #ff4200;
  border-right: 1px #ff4200 solid;
}
body.theme-orange .index-section-4 .number-icon {
  background-color: #ff4200;
}
body.theme-green .index-section-4 {
  background-image: url(../images/1590296295341olw7kobo5eydhba.png);
}
body.theme-green .index-section-4 .section-left-list {
  background-color: #e74223;
  border-right: 1px #e74223 solid;
}
body.theme-green .index-section-4 .number-icon {
  background-color: #e74223;
}
body.theme-blue .index-section-4 {
  background-image: url(../images/1590296278505npsvmzpyofykusn.png);
}
body.theme-blue .index-section-4 .section-left-list {
  background-color: #1276ff;
  border-right: 1px #1276ff solid;
}
body.theme-blue .index-section-4 .number-icon {
  background-color: #1276ff;
}
body.theme-purple .index-section-4 .section-left-list {
  background-color: #5320de;
  border-right: 1px #5320de solid;
}
body.theme-purple .index-section-4 .number-icon {
  background-color: #5320de;
}
@media (max-width: 768px) {
  .index-section-4 {
    padding: 20px 10px 0 10px;
    height: auto;
    background: #fff;
  }
  .index-section-4 .section-box {
    height: 265px;
    border-radius: 5px;
  }
  .index-section-4 .section-box:after {
    top: -17px;
    left: 55%;
    margin-left: -26px;
    width: 50px;
    height: 66px;
    background-size: 100% auto;
  }
  .index-section-4 .section-list h3 {
    font-size: 1.1em;
    padding: 0;
    height: 46px;
    line-height: 46px;
  }
  .index-section-4 .section-list ul {
    padding: 20px 15px;
    height: 210px;
  }
  .index-section-4 .section-list h4 {
    font-size: 0.9em;
    font-style: normal;
  }
  .index-section-4 .section-list p {
    display: none;
  }
  .index-section-4 .section-list li {
    height: 30px;
    text-align: center;
    position: relative;
  }
  .index-section-4 .section-list .number-icon {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    left: -25px;
    top: 0px;
    background-size: 21px auto;
  }
  .index-section-4 .section-list .number-icon.number-2 {
    background-position: 0 -23px;
  }
  .index-section-4 .section-list .number-icon.number-3 {
    background-position: 0 -46px;
  }
  .index-section-4 .section-list .number-icon.number-4 {
    background-position: 0 -69px;
  }
  .index-section-4 .section-list .number-icon.number-5 {
    background-position: 0 -92px;
  }
  .index-section-4 .section-list .number-icon.number-6 {
    background-position: 0 -115px;
  }
  .index-section-4 .section-left-list {
    padding-left: 8px;
    border-radius: 5px 0 0 5px;
    width: 55%;
  }
  .index-section-4 .section-left-list ul {
    border-radius: 5px 0 0 32px;
  }
  .index-section-4 .section-right-list {
    padding-right: 8px;
    width: 45%;
  }
  .index-section-4 .section-right-list ul {
    border-radius: 0 32px 5px 0;
  }
}
.index-section-5 {
  height: 1370px;
  padding: 50px 0 300px 0;
  margin-bottom: -250px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(../images/1590028942485zhzsvtwv8lptl1w.png);
  background-color: #fff;
}
.index-section-5 .section-box {
  width: 100%;
  height: 570px;
  border-width: 30px;
  border-style: solid;
  border-radius: 15px;
  padding-bottom: 80px;
}
.index-section-5 .section-img {
  position: relative;
  border-radius: 4px 0 0 4px;
  width: 63%;
  height: 510px;
  float: left;
}
.index-section-5 .section-img .img {
  width: 100%;
  height: 510px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.index-section-5 .section-contain {
  width: 100%;
  height: 510px;
  border-radius: 4px;
}
.index-section-5 .section-list {
  width: 37%;
  height: 100%;
  margin-left: -50px;
  float: right;
  background: #fff;
}
.index-section-5 .section-list li {
  position: relative;
  padding: 20px 30px 20px 80px;
  height: 170px;
  border-style: solid;
  border-width: 0 1px;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-section-5 .section-list li i {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-image: url(../images/1590038518984p2eij6tw0pzfkpl.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.index-section-5 .section-list li i.number-2 {
  background-position: 3px -47px;
}
.index-section-5 .section-list li i.number-3 {
  background-position: 3px -97px;
}
.index-section-5 .section-list li h3 {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 36px;
  font-weight: bold;
}
.index-section-5 .section-list li h4 {
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
.index-section-5 .section-list li span {
  display: inline-block;
  margin-left: 16px;
  width: 64px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  margin-top: 7px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.index-section-5 .section-list li p {
  font-size: 13px;
  color: #999;
  line-height: 22px;
}
.index-section-5 .section-list li:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.index-section-5 .section-list li.on {
  border-left-width: 12px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}
.index-section-5 .section-list li.on span {
  color: #fff !important;
}
.index-section-5 .section-list li.on:after {
  position: absolute;
  top: 77px;
  left: -7px;
  display: inline-block;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 5px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.index-section-5 .section-list li:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
body.theme-red .index-section-5 .section-box {
  border-color: #ff1738;
}
body.theme-red .index-section-5 .section-list li {
  border-color: #ff1738;
}
body.theme-red .index-section-5 .section-list li i {
  background-color: #ff1738;
}
body.theme-red .index-section-5 .section-list li span {
  border-color: #ff1738;
  color: #ff1738;
}
body.theme-red .index-section-5 .section-list li.on {
  background-color: #fffbe7;
}
body.theme-red .index-section-5 .section-list li.on span {
  background-color: #ff1738;
}
body.theme-red .index-section-5 .section-list li.on:after {
  border-color: #fffbe7 #fffbe7 transparent transparent;
}
body.theme-orange .index-section-5 .section-box {
  border-color: #ff4200;
}
body.theme-orange .index-section-5 .section-list li {
  border-color: #ff4200;
}
body.theme-orange .index-section-5 .section-list li i {
  background-color: #ff4200;
}
body.theme-orange .index-section-5 .section-list li span {
  border-color: #ff4200;
  color: #ff4200;
}
body.theme-orange .index-section-5 .section-list li.on {
  background-color: #fffbe7;
}
body.theme-orange .index-section-5 .section-list li.on span {
  background-color: #ff4200;
}
body.theme-orange .index-section-5 .section-list li.on:after {
  border-color: #fffbe7 #fffbe7 transparent transparent;
}
body.theme-green .index-section-5 .section-box {
  border-color: #e74223;
}
body.theme-green .index-section-5 .section-list li {
  border-color: #e74223;
}
body.theme-green .index-section-5 .section-list li i {
  background-color: #e74223;
}
body.theme-green .index-section-5 .section-list li span {
  border-color: #e74223;
  color: #e74223;
}
body.theme-green .index-section-5 .section-list li.on {
  background-color: #fffbe7;
}
body.theme-green .index-section-5 .section-list li.on span {
  background-color: #e74223;
}
body.theme-green .index-section-5 .section-list li.on:after {
  border-color: #fffbe7 #fffbe7 transparent transparent;
}
body.theme-blue .index-section-5 .section-box {
  border-color: #1276ff;
}
body.theme-blue .index-section-5 .section-list li {
  border-color: #1276ff;
}
body.theme-blue .index-section-5 .section-list li i {
  background-color: #1276ff;
}
body.theme-blue .index-section-5 .section-list li span {
  border-color: #1276ff;
  color: #1276ff;
}
body.theme-blue .index-section-5 .section-list li.on {
  background-color: #fffbe7;
}
body.theme-blue .index-section-5 .section-list li.on span {
  background-color: #1276ff;
}
body.theme-blue .index-section-5 .section-list li.on:after {
  border-color: #fffbe7 #fffbe7 transparent transparent;
}
body.theme-purple .index-section-5 .section-box {
  border-color: #5320de;
}
body.theme-purple .index-section-5 .section-list li {
  border-color: #5320de;
}
body.theme-purple .index-section-5 .section-list li i {
  background-color: #5320de;
}
body.theme-purple .index-section-5 .section-list li span {
  border-color: #5320de;
  color: #5320de;
}
body.theme-purple .index-section-5 .section-list li.on {
  background-color: #fffbe7;
}
body.theme-purple .index-section-5 .section-list li.on span {
  background-color: #5320de;
}
body.theme-purple .index-section-5 .section-list li.on:after {
  border-color: #fffbe7 #fffbe7 transparent transparent;
}
.index-section-6 {
  width: 100%;
  height: 1200px;
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0;
}
.index-section-6 .section-list {
  width: 720px;
  height: 45px;
  margin-bottom: 40px;
  -webkit-box-shadow: inset -1px 0 0 0 #ffffff, inset 0 -1px 0 0 #ffffff, inset 0 1px 0 0 #ffffff, inset 1px 0 0 0 #ffffff;
          box-shadow: inset -1px 0 0 0 #ffffff, inset 0 -1px 0 0 #ffffff, inset 0 1px 0 0 #ffffff, inset 1px 0 0 0 #ffffff;
  border-radius: 50px;
  margin: 0 auto 32px;
  overflow: hidden;
}
.index-section-6 .section-list li {
  float: left;
  width: 180px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  position: relative;
  -webkit-box-shadow: inset -1px 0 0 0 #ffffff;
          box-shadow: inset -1px 0 0 0 #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index-section-6 .section-list li .icon {
  margin-right: 6px;
  font-size: 20px;
  vertical-align: middle;
}
.index-section-6 .section-list li.active {
  background: #fff;
  color: #1f6fff;
}
.index-section-6 .section-box {
  width: 1320px;
  height: 552px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  display: none;
}
.index-section-6 .section-box .section-img {
  margin-bottom: 16px;
  overflow: hidden;
}
.index-section-6 .section-box .section-img .section-left-img {
  width: 49%;
  height: 450px;
  border: 2px solid #ccc;
  float: left;
}
.index-section-6 .section-box .section-img .section-left-img .before_use {
  background: #ccc;
}
.index-section-6 .section-box .section-img .section-left-img .sycm_b {
  background: url(../images/1576040639200hlpmdwgoh9fnqqr.png) no-repeat -15px 0;
  padding: 75px 0 0 83px;
}
.index-section-6 .section-box .section-img .section-left-img .qn_b {
  background: url(../images/1576040671070awpysrit8maejgw.png) no-repeat -35px 0;
}
.index-section-6 .section-box .section-img .section-left-img .jd_b {
  background: url(../images/1576040681697bwwx7cdpkzcyzqh.png) no-repeat -15px 0;
  padding: 22px 0;
}
.index-section-6 .section-box .section-img .section-left-img .pdd_b {
  padding: 104px 0 83px 18px;
  background: url(../images/1576040692948pffc0sei7dq8xyq.png) no-repeat -15px 0;
}
.index-section-6 .section-box .section-img .before_img {
  width: 100%;
  height: 360px;
}
.index-section-6 .section-box .section-img .use {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: -1px;
}
.index-section-6 .section-box .section-img .browse_val {
  width: 100%;
  height: 70px;
  margin-bottom: 39px;
}
.index-section-6 .section-box .section-img .browse_val li {
  float: left;
  width: 133px;
  height: 70px;
}
.index-section-6 .section-box .section-img .browse_val li .number {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.85);
  height: 40px;
}
.index-section-6 .section-box .section-img .browse_val li .number span {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
}
.index-section-6 .section-box .section-img .browse_val li .small {
  font-size: 9px;
  color: #ff4546;
  line-height: 12px;
}
.index-section-6 .section-box .section-img .browse_val li .small span {
  font-size: 9px;
  color: #ff4546;
  line-height: 12px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(2) {
  padding-left: 20px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(3) {
  padding-left: 33px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(4) {
  padding-left: 46px;
  width: 100px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(1) .small {
  padding-left: 48px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(2) .small {
  padding-left: 40px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(3) .small {
  padding-left: 40px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(4) .small {
  padding-left: 40px;
  width: 100px;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(3) {
  margin-bottom: 0;
}
.index-section-6 .section-box .section-img .browse_val li:nth-child(2) {
  margin-bottom: 37px;
}
.index-section-6 .section-box .section-img .qn_val {
  width: 100%;
  height: 120px;
  padding: 38px 10px;
}
.index-section-6 .section-box .section-img .qn_val li {
  float: left;
  width: 182px;
  text-align: center;
}
.index-section-6 .section-box .section-img .qn_val li span {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.index-section-6 .section-box .section-img .qn_val:nth-child(1) li {
  line-height: 120px;
}
.index-section-6 .section-box .section-img .qn_val:nth-child(2) li {
  line-height: 65px;
}
.index-section-6 .section-box .section-img .qn_val:nth-child(3) li {
  line-height: 30px;
}
.index-section-6 .section-box .section-img .jd_val {
  width: 100%;
  height: 92px;
}
.index-section-6 .section-box .section-img .jd_val li {
  float: left;
  width: 150px;
  height: 92px;
  padding-left: 15px;
  line-height: 26px;
}
.index-section-6 .section-box .section-img .jd_val li .num {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  padding-top: 14px;
}
.index-section-6 .section-box .section-img .jd_val li .sam {
  font-size: 10px;
  color: #333333;
  padding-left: 65px;
}
.index-section-6 .section-box .section-img .jd_val li .samll {
  font-size: 10px;
  color: #333333;
  padding-left: 65px;
  line-height: 4px;
}
.index-section-6 .section-box .section-img .pdd_val {
  width: 100%;
  height: 44px;
}
.index-section-6 .section-box .section-img .pdd_val li {
  width: 119px;
  float: left;
  height: 44px;
}
.index-section-6 .section-box .section-img .pdd_val li .num {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  height: 29px;
}
.index-section-6 .section-box .section-img .pdd_val li .sam {
  font-size: 9px;
  color: #ff4546;
  line-height: 12px;
  letter-spacing: 0px;
  padding-left: 45px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(1) .num {
  padding-left: 6px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(1) .sam {
  padding-left: 45px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(2) .num {
  padding-left: 15px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(2) .sam {
  padding-left: 50px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(3) .num {
  padding-left: 21px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(3) .sam {
  padding-left: 56px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(4) .num {
  padding-left: 25px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(4) .sam {
  padding-left: 60px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(5) .num {
  padding-left: 32px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(1) li:nth-child(5) .sam {
  padding-left: 65px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) {
  margin-top: 90px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li .num {
  height: 28px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(1) .num {
  padding-left: 6px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(1) .sam {
  padding-left: 45px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(2) .num {
  padding-left: 15px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(2) .sam {
  padding-left: 50px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(3) .num {
  padding-left: 21px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(3) .sam {
  padding-left: 56px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(4) .num {
  padding-left: 25px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(4) .sam {
  padding-left: 65px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(5) .num {
  padding-left: 30px;
}
.index-section-6 .section-box .section-img .pdd_val:nth-child(2) li:nth-child(5) .sam {
  padding-left: 70px;
}
.index-section-6 .section-box .section-img .section-right-img {
  width: 49%;
  height: 450px;
  border: 2px solid #ff4546;
  float: right;
}
.index-section-6 .section-box .section-img .section-right-img .after_use {
  background: #ff4546;
  margin-left: -1px;
}
.index-section-6 .section-box .section-img .section-right-img .sycm_a {
  background: url(../images/1576040728414te7axzxjgq4ad5i.png) no-repeat -15px 0;
  padding: 75px 0 0 83px;
}
.index-section-6 .section-box .section-img .section-right-img .sycm_a .browse_val .small {
  color: #ff4546;
}
.index-section-6 .section-box .section-img .section-right-img .sycm_a .browse_val .small span {
  color: #ff4546;
}
.index-section-6 .section-box .section-img .section-right-img .sycm_a .browse_val:nth-child(3) li:nth-child(1) .small {
  padding-left: 48px;
}
.index-section-6 .section-box .section-img .section-right-img .sycm_a .browse_val:nth-child(3) li:nth-child(3) .small {
  padding-left: 40px;
}
.index-section-6 .section-box .section-img .section-right-img .qn_a {
  background: url(../images/1576040739950tcrtjkiuxbw0wnr.png) no-repeat -35px 0;
}
.index-section-6 .section-box .section-img .section-right-img .jd_a {
  background: url(../images/1576040749088bhe8jtpidozqdpf.png) no-repeat -15px 0;
  padding: 22px 0;
}
.index-section-6 .section-box .section-img .section-right-img .pdd_a {
  background: url(../images/1576040758614qsukamhqyrijmjh.png) no-repeat -15px 0;
  padding: 104px 0 83px 18px;
}
.index-section-6 .section-box .section-img .section-right-img .pdd_a .pdd_val li .sam {
  color: #ff4546;
}
.index-section-6 .section-box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.36);
  text-align: right;
  line-height: 22px;
}
.index-section-6 .section-box p a {
  color: #ff4546;
}
body.theme-red .index-section-6 {
  background-image: url(../images/1590029114347cl3bjg2bv0hibbv.png);
}
body.theme-red .index-section-6 .section-list li.active {
  color: #ff1738;
}
body.theme-orange .index-section-6 {
  background-image: url(../images/159029641041428q6nxatlryldlj.png);
}
body.theme-orange .index-section-6 .section-list li.active {
  color: #ff4200;
}
body.theme-green .index-section-6 {
  background-image: url(../images/1590296423282hpw2qropyiqcdur.png);
}
body.theme-green .index-section-6 .section-list li.active {
  color: #e74223;
}
body.theme-blue .index-section-6 {
  background-image: url(../images/1590296436161twbv4ncdgn8zrfv.png);
}
body.theme-blue .index-section-6 .section-list li.active {
  color: #1276ff;
}
body.theme-purple .index-section-6 {
  background: #5320de;
}
body.theme-purple .index-section-6 .section-list li.active {
  color: #5320de;
}
.index-section-7 {
  padding: 30px 0;
  text-align: center;
}
.index-section-7 .img {
  position: relative;
  display: block;
  height: 120px;
}
.index-section-7 .img:after {
  width: 100px;
  height: 100px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -50px;
  top: 10px;
  position: absolute;
  background-image: url(../images/15903093565743fgeudfnpnbpigt.png);
  background-size: 100px 100px;
  border-radius: 50%;
}
.index-section-7 .text {
  display: block;
}

.index-section-7 .text b {
  font-weight: 1000;
  display: inline-block;
  color: #000;
  font-size: 22px;
  font-style: italic;
  vertical-align: middle;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
body.theme-red .index-section-7 .img:after {
  background-color: #ff1738;
}
body.theme-orange .index-section-7 .img:after {
  background-color: #ff4200;
}
body.theme-green .index-section-7 .img:after {
  background-color: #e74223;
}
body.theme-blue .index-section-7 .img:after {
  background-color: #1276ff;
}
body.theme-purple .index-section-7 .img:after {
  background-color: #5320de;
}
.index-news {
  padding: 60px 0;
}
.index-news .news-box {
  height: auto;
  margin: 0 30px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.index-news .left-list {
  width: 66.66%;
  float: left;
  padding-bottom: 0px;
}
.index-news .left-list ul {
  padding: 10px 30px 0 30px;
}
.index-news .left-list li {
  height: 168px;
  position: relative;
  padding-left: 240px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.index-news .left-list li img {
  width: 220px;
  height: 148px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/1590203914151m12xidjltwq6pvb.png") #eeeeee no-repeat center center;
  transition: 0.2s ease-in-out;
  background-size: 100% 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.index-news .left-list li .info {
  height: 120px;
}
.index-news .left-list li h4 {
  width: 100%;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.index-news .left-list li p {
  width: 100%;
  height: 64px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  display: block;
}
.index-news .left-list li .time {
  width: 100%;
  font-size: 12px;
  color: #ccc;
}
.index-news .left-list li a {
  color: inherit;
}
.index-news .left-list li a:hover {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.index-news .left-list li a:hover h4 {
  color: #ff5021;
}
.index-news .left-list li a:hover img {
  left: -10px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.index-news .right-list {
  width: 33.33%;
  float: right;
}
.index-news .qustion-list {
  height: 236px;
  margin: 0 30px;
}
.index-news .qustion-list li {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzgnIGhlaWdodD0nOCc+PHBhdGggZD0nTTAgNTEyYTUxMiA1MTIgMCAxIDAgMTAyNCAwQTUxMiA1MTIgMCAxIDAgMCA1MTJ6JyBmaWxsPScjZTZlNmU2Jz48L3BhdGg+PHBhdGggZD0nTTI3OS4yNzMgNTEyYTIzMi43MjcgMjMyLjcyNyAwIDEgMCA0NjUuNDU0IDAgMjMyLjcyNyAyMzIuNzI3IDAgMSAwLTQ2NS40NTQgMHonIGZpbGw9JyNlNmU2ZTYnPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 0 6px;
  line-height: 18px;
  margin-bottom: 15px;
  padding-left: 16px;
}
.index-news .comment-list {
  position: relative;
  height: 266px;
  margin: 0 30px;
  overflow: hidden;
}
.index-news .comment-list .title {
  color: #b8b8b8;
  margin-bottom: 10px;
}
.index-news .comment-list li {
  margin-bottom: 20px;
  font-size: 14px;
}
.index-news .comment-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.index-news .news-title {
  padding: 20px 0;
  margin: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}
.index-news .news-title > h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding-left: 12px;
  border-style: solid;
  border-width: 0 0 0 3px;
}
body.theme-red .index-news .news-title > h3 {
  border-color: #ff1738;
}
body.theme-orange .index-news .news-title > h3 {
  border-color: #ff4200;
}
body.theme-green .index-news .news-title > h3 {
  border-color: #e74223;
}
body.theme-blue .index-news .news-title > h3 {
  border-color: #1276ff;
}
body.theme-purple .index-news .news-title > h3 {
  border-color: #5320de;
}
.index-task {
  padding: 80px 0 30px 0;
  color: #000;
}
.index-task .site-tag {
  font-size: 12px;
  color: #f00;
  border: 1px solid #f00;
  padding: 0 3px;
}
.index-task .time {
  color: #aaa;
}
.index-task .sider {
  height: 72px;
  padding-top: 15px;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.index-task .sider:before {
  display: block;
  content: '';
  margin: 0 auto 5px auto;
  background: url('../images/dongtai.png') no-repeat center center;
  width: 126px;
  height: 27px;
}
.index-task h3 {
  margin: 12px 8px 12px 0;
  border: 2px solid #ff4546;
  color: #ff4546;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 5px 0 5px 2px;
  border-radius: 5px;
}
.index-task .viewer {
  height: 72px;
  overflow: hidden;
}
.index-task .viewer li {
  height: 72px;
  line-height: 20px;
  padding: 6px;
  padding-left: 80px;
  background-image: url(../images/159014840696452s38jxsm3k5rxj.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.index-task .viewer li.task-site-taobao {
  background-position: 0 -80px;
}
.index-task .viewer li.task-site-pinduoduo {
  background-position: 0 -240px;
}
.index-task .viewer li.task-site-tmall {
  background-position: 0 -160px;
}
.index-task .viewer .time,
.index-task .viewer .name {
  font-size: 12px;
  color: #999;
}
/* PRICE PAGE*/
.page-price {
  text-align: center;
}
.page-price .price-title {
  padding-top: 80px;
  height: 360px;
}
.page-price .price-title h1 {
  font-size: 40px;
}
.page-price .price-title small {
  font-size: 16px;
  margin-bottom: 10px;
}
.page-price .main {
  padding-bottom: 60px;
}
.page-price .main:after {
  display: none;
}
.price-nav {
  text-align: center;
  padding: 30px;
}
.price-nav > a {
  display: inline-block;
  margin: 0 -1px;
  padding: 6px 25px;
  background: #fff;
}
.price-nav > a.active {
  color: #fff !important;
  background-color: #000;
}
.price-nav > a:first-child {
  border-radius: 25px 0 0 25px;
}
.price-nav > a:last-child {
  border-radius: 0 25px 25px 0;
}
body.theme-red .price-nav > a {
  color: #ff1738;
}
body.theme-red .price-nav > a:hover,
body.theme-red .price-nav > a:active {
  color: #ff1738;
}
body.theme-orange .price-nav > a {
  color: #ff4200;
}
body.theme-orange .price-nav > a:hover,
body.theme-orange .price-nav > a:active {
  color: #ff4200;
}
body.theme-green .price-nav > a {
  color: #e74223;
}
body.theme-green .price-nav > a:hover,
body.theme-green .price-nav > a:active {
  color: #e74223;
}
body.theme-blue .price-nav > a {
  color: #1276ff;
}
body.theme-blue .price-nav > a:hover,
body.theme-blue .price-nav > a:active {
  color: #1276ff;
}
body.theme-purple .price-nav > a {
  color: #5320de;
}
body.theme-purple .price-nav > a:hover,
body.theme-purple .price-nav > a:active {
  color: #5320de;
}
@media (max-width: 768px) {
  .page-price .price-title {
    padding: 0;
    height: 60px;
    background: #fff;
  }
  .page-price .main {
    padding-bottom: 0;
  }
  .price-nav {
    padding: 10px;
    position: fixed;
    top: 60px;
    width: 100%;
  }
}
.price-grid {
  margin-top: -81px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.price-grid th,
.price-grid td {
  vertical-align: middle;
}
.price-grid .grid-side {
  width: 20%;
  color: #fff;
  border-width: 0 0 0 1px;
  border-style: solid;
}
.price-grid .grid-main {
  border-width: 0 1px 0 0;
  border-style: solid;
  width: 80%;
}
.price-grid tr:last-child .grid-main {
  border-bottom-width: 1px;
}
.price-grid .grid-row {
  flew: 1;
  -ms-flew: 1;
  -moz-flew: 1;
  -webkit-flew: 1;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}
.price-grid .grid-cell {
  padding: 5px;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.price-grid .grid-cell:last-child {
  border-width: 0 !important;
}
.price-grid .grid-cell span {
  display: none;
  text-align: right;
}
.price-grid .grid-cell span > i {
  font-style: normal;
  background-color: #5F728B;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.85em;
  color: #fff;
}
.price-grid thead .grid-side,
.price-grid thead .grid-main,
.price-grid thead .grid-cell {
  background-color: #fff;
  border-color: #fff;
  color: inherit;
  height: 80px;
}
.price-grid thead .grid-cell {
  padding-top: 20px;
}
.price-grid thead small {
  font-size: 1.1em;
}
body.theme-red .price-grid .grid-side {
  border-color: #fc0024;
  background: #ff1738;
}
body.theme-red .price-grid .grid-main {
  border-color: #ffc9d1;
}
body.theme-red .price-grid .grid-cell {
  border-color: #ffc9d1;
}
body.theme-red .price-grid .grid-cell b.deep {
  color: #ff1738;
}
body.theme-red .price-grid .deep .grid-side {
  background: #fc0024;
}
body.theme-red .price-grid .deep .grid-main {
  background-color: #ffedf0;
}
body.theme-red .price-grid thead h3.deep {
  color: #ff1738;
}
body.theme-orange .price-grid .grid-side {
  border-color: #e63b00;
  background: #ff4200;
}
body.theme-orange .price-grid .grid-main {
  border-color: #ffc6b3;
}
body.theme-orange .price-grid .grid-cell {
  border-color: #ffc6b3;
}
body.theme-orange .price-grid .grid-cell b.deep {
  color: #ff4200;
}
body.theme-orange .price-grid .deep .grid-side {
  background: #e63b00;
}
body.theme-orange .price-grid .deep .grid-main {
  background-color: #ffe1d6;
}
body.theme-orange .price-grid thead h3.deep {
  color: #ff4200;
}
body.theme-green .price-grid .grid-side {
  border-color: #fab14a;
  background: #edd0ab;
}
body.theme-green .price-grid .grid-main {
  border-color: #fab14a;
}
body.theme-green .price-grid .grid-cell {
  border-color: #fab14a;
}
body.theme-green .price-grid .grid-cell b.deep {
  color: #e74223;
}
body.theme-green .price-grid .deep .grid-side {
  background: #fab14a;
}
body.theme-green .price-grid .deep .grid-main {
  background-color: #e6e1da;
}
body.theme-green .price-grid thead h3.deep {
  color: #e74223;
}
body.theme-blue .price-grid .grid-side {
  border-color: #0068f8;
  background: #1276ff;
}
body.theme-blue .price-grid .grid-main {
  border-color: #c4ddff;
}
body.theme-blue .price-grid .grid-cell {
  border-color: #c4ddff;
}
body.theme-blue .price-grid .grid-cell b.deep {
  color: #1276ff;
}
body.theme-blue .price-grid .deep .grid-side {
  background: #0068f8;
}
body.theme-blue .price-grid .deep .grid-main {
  background-color: #e8f2ff;
}
body.theme-blue .price-grid thead h3.deep {
  color: #1276ff;
}
body.theme-purple .price-grid .grid-side {
  border-color: #4b1dc8;
  background: #5320de;
}
body.theme-purple .price-grid .grid-main {
  border-color: #cbbbf5;
}
body.theme-purple .price-grid .grid-cell {
  border-color: #cbbbf5;
}
body.theme-purple .price-grid .grid-cell b.deep {
  color: #5320de;
}
body.theme-purple .price-grid .deep .grid-side {
  background: #4b1dc8;
}
body.theme-purple .price-grid .deep .grid-main {
  background-color: #e3dafa;
}
body.theme-purple .price-grid thead h3.deep {
  color: #5320de;
}
@media (max-width: 768px) {
  .price-grid {
    margin-top: 0;
    border-radius: 0;
  }
  .price-grid .grid-side {
    width: 30%;
  }
  .price-grid .grid-main {
    width: 70%;
  }
  .price-grid .grid-row {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .price-grid .grid-row .grid-cell {
    text-align: left;
  }
  .price-grid thead {
    display: none;
  }
  .price-grid .grid-cell {
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .price-grid .grid-cell span.name {
    display: inline-block;
    width: 42%;
  }
}
.page-contact .box {
  min-height: 380px;
  margin: 50px 0;
  padding: 30px 120px;
  border-right: 1px solid #eee;
}
.page-contact .box h2 {
  margin-bottom: 30px;
}
.kefu-dialog {
  position: fixed;
  z-index: 1009;
  right: 100px;
  top: 50%;
  background: url('../images/1521194187378mjhnsygwiez4tw3.png') no-repeat;
  background-position: -100px 0;
  height: 103px;
  width: 190px;
  margin-top: -51px;
  margin-right: -100px;
  cursor: pointer;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow: hidden;
}
.kefu-dialog.close {
  -webkit-animation-name: dialogOut;
  animation-name: dialogOut;
}
.kefu-dialog > .kefu-content {
  top: 100px;
}
.kefu-dialog.open {
  cursor: inherit;
  -webkit-animation-name: dialogIn;
  animation-name: dialogIn;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.kefu-dialog.open > .kefu-content {
  top: 0;
}
.kefu-content {
  position: relative;
  width: 400px;
  height: 280px;
}
.kefu-footer {
  padding: 30px;
  text-align: center;
}
.kefu-footer > a {
  display: inline-block;
  margin: 0 10px;
  padding: 6px 30px;
  color: #fff;
  border: 1px #fff solid;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kefu-footer > a:hover {
  background: #fff;
  color: #000;
}
.kefu-text {
  padding-top: 138px;
  padding-left: 220px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.kefu-dialog-marker {
  position: fixed;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*.kefu-dialog{
	position: fixed;
	z-index: 1009;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 280px;
	border-radius: 10px;
	background: url('../images/1521193347777dmp1egbhcbee0vp.png') no-repeat #fff;
	margin-left: -200px;
	margin-top: -150px;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	&.out{
		-webkit-animation-name: bounceOutDown;
		animation-name: bounceOutDown;
	}
}*/
.kefu-close {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #ff6700;
  padding: 6px;
  cursor: pointer;
}
.kefu-close:before {
  content: 'Ã—';
  font-size: 30px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
@-webkit-keyframes dialogIn {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    width: 198px;
    height: 103px;
    right: 100px;
    background-position: center 0;
    margin-right: -100px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    width: 400px;
    height: 280px;
    right: 50%;
    margin-right: -200px;
    margin-top: -160px;
    background-position: center -102px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dialogIn {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    width: 198px;
    height: 103px;
    right: 100px;
    background-position: center 0;
    margin-right: -100px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    width: 400px;
    height: 280px;
    right: 50%;
    margin-right: -200px;
    margin-top: -160px;
    background-position: center -102px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dialogOut {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    width: 198px;
    height: 103px;
    right: 100px;
    background-position: center 0;
    margin-right: -100px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  from {
    width: 400px;
    height: 280px;
    right: 50%;
    margin-right: -200px;
    margin-top: -160px;
    background-position: center -102px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dialogOut {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    width: 198px;
    height: 103px;
    right: 100px;
    background-position: center 0;
    margin-right: -100px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  from {
    width: 400px;
    height: 280px;
    right: 50%;
    margin-right: -200px;
    margin-top: -160px;
    background-position: center -102px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.kefu-wrap {
  min-height: calc(93.4%);
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}
.kefu-container {
  text-align: center;
  margin: auto;
  padding-bottom: 60px;
  width: 66%;
  max-width: 400px;
}
.kefu-container .pic {
  padding: 2.5rem 0;
  background: url(../images/headpic.svg) no-repeat center center;
  background-size: 6.35rem 6.35rem;
}
.kefu-container .pic > img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
.kefu-container h2 {
  text-align: justify;
  font-size: 1.1rem;
  text-align-last: justify;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.kefu-container .sub {
  text-align: justify;
  text-align-last: justify;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #959595;
}
.kefu-container .sub > i {
  color: #ff6700;
}
.kefu-container .title {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.kefu-container .title .icon {
  font-size: 1.2rem;
  color: #00c93c;
}
.kefu-container .title .name {
  float: left;
}
.kefu-container .title .id {
  float: right;
}
.kefu-container .copy-btn {
  display: block;
  margin: 0 -0.5rem;
  background: #00c93c;
  font-size: 1rem;
  border-radius: 1.125rem;
  padding: 0.625rem;
  color: #fff;
  line-height: 1;
}
.kefu-modal {
  visibility: hidden;
  position: fixed;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
}
.kefu-modal .inner {
  margin: auto;
  padding: 0.25rem 0;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.kefu-modal .title {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #ddd;
}
.kefu-modal .title > i {
  margin: 0 0.25rem;
  color: #ff6700;
}
.kefu-modal .bottom {
  padding: 1rem;
  color: #00c93c;
}
.page-article h2 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.page-article .list {
 
}
.page-article .list li {
  position: relative;
  padding: 20px 20px 0 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.page-article .list li:hover {
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0px, -2px);
  transform: translate3d(0, 1px, -2px);
}
.page-article .list .box {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 25px;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}
.page-article .list .img {
  width: 240px;
  height: 145px;
  vertical-align: top;
  float: left;
  position: relative;
}
.page-article .list .img img {
  width: 240px;
  height: 145px;
  vertical-align: top;
}
.page-article .list .word {
  padding-left: 22px;
  overflow: hidden;
}
.page-article .list .des {
  height: 90px;
  color: #868282;
  line-height: 24px;
font-size: 13px;
}
.page-article .list .time {
  color: #909090;
  padding-top: 10px;
}
.page-article .quesion-list {
  padding: 25px;
}
.page-article .quesion-list .title {
  padding: 15px 0;
}
.page-article .quesion-list .title:before {
  content: 'é—®ï¼š';
  color: #fc8d65;
}
.page-article .quesion-list .content {
  text-indent: -2em;
  padding-left: 2em;
  padding-bottom: 15px;
  border-bottom: 1px #eee solid;
}
.page-article .quesion-list .content:before {
  content: 'ç­”ï¼š';
  color: #1f6fff;
}
.page-article .quesion-list .content:last-child {
  border-bottom: 0;
}
.page-article .paginate {
  margin-right: 40px;
}
.page-article .article-box {
  border: 1px #ddd solid;
  margin-bottom: 20px;
}
.page-article .article-box ul {
  background-color: #fff;
  padding: 20px 0;
}
.page-article .article-box li {
  font-size: 13px;
  margin: 10px 15px 0 15px;
  line-height: 130%;
  padding-bottom: 10px;
  border-bottom: 1px #eee dashed;
}
.page-article .article-box li:last-child {
  border-bottom: 0;
}
.page-article .article-box .more {
  float: right;
  font-size: 12px;
  color: #999;
  padding-top: 4px;
}
.page-article .article-box .more > .icon {
  font-size: 12px;
}
.page-article .tags {
  padding: 20px 12px 0 12px;
  margin-bottom: 20px;
}
.page-article .tags a {
  background-color: #f3f3f3;
  white-space: nowrap;
  margin: 1px;
  text-align: center;
  padding: 4px 15px;
  border: 1px solid #ddd;
  font-size: 13px;
}
.page-article .article-content {
  padding-right: 30px;
  /* padding-top: 69px; */
}
.page-article .article-sub {
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.page-article .article-sub > span {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .page-article .list {
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  .page-article .list li {
    left: 0px;
    padding: 12px 0 0 0;
  }
  .page-article .list .box {
    padding-bottom: 0;
  }
  .page-article .list .img {
    width: 120px;
    height: 85px;
  }
  .page-article .list .img img {
    width: 120px;
    height: 80px;
  }
  .page-article .list .des {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .page-article .list .time {
    display: none;
  }
  .page-article .paginate {
    position: fixed;
    width: 40px;
    bottom: 6px;
    right: -10px;
    height: auto;
    background: transparent;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .page-article .paginate a {
    margin-bottom: 6px;
    background: #fff;
  }
  .page-article .paginate .pagination-box a {
    display: none;
  }
  .page-article .paginate .pagination-box a.active {
    display: inline-block;
  }
  .page-article .paginate i.icon-arrow-left:before {
    content: '\e616';
  }
  .page-article .paginate i.icon-arrow-right:before {
    content: '\e645';
  }
  .page-article .page-container {
    padding-bottom: 60px;
  }
  .page-article .article-sub {
    display: block;
  }
  .page-article .article-content {
    padding: 10px 10px;
  }
}
.paginate {
  height: 50px;
  background-color: #f6f6f6;
  padding: 7px 20px;
  margin-bottom: 50px;
  flew: 1;
  -ms-flew: 1;
  -moz-flew: 1;
  -webkit-flew: 1;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}
.paginate a {
  width: 36px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
}
.paginate a.disabled {
  color: #ddd;
}
.paginate a.disabled:hover {
  border-color: #ddd;
}
.paginate > a {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-grow: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  border: 2px solid #ddd;
}
.paginate .pagination-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 90%;
  text-align: center;
}
.paginate .pagination-box a {
  display: inline-block;
  line-height: 36px;
}
.paginate .pagination-box a:hover {
  background: #eee;
}
.paginate .pagination-box a.active {
  color: #fff;
}
body.theme-red .paginate a:hover {
  border-color: #ff1738;
}
body.theme-red .paginate .pagination-box a.active {
  background: #ff1738;
}
body.theme-orange .paginate a:hover {
  border-color: #ff4200;
}
body.theme-orange .paginate .pagination-box a.active {
  background: #ff4200;
}
body.theme-green .paginate a:hover {
  border-color: #e74223;
}
body.theme-green .paginate .pagination-box a.active {
  background: #e74223;
}
body.theme-blue .paginate a:hover {
  border-color: #1276ff;
}
body.theme-blue .paginate .pagination-box a.active {
  background: #1276ff;
}
body.theme-purple .paginate a:hover {
  border-color: #5320de;
}
body.theme-purple .paginate .pagination-box a.active {
  background: #5320de;
}
.page-login .login-bg {
  min-height: 810px;
  padding: 130px 0;
  background-repeat: no-repeat;
  background-position: center 0;
}
.page-login .right-panel {
  width: 380px;
  margin: auto;
}
.page-login .left-panel {
  text-align: center;
  color: #fff;
}
.page-login .left-panel h2 {
  font-size: 40px;
  font-weight: 700;
}
.page-login .left-panel p {
  font-size: 16px;
}
.page-login .login-box {
  background: #fff;
  padding: 60px 50px;
  height: auto;
  min-height: 510px;
  border-radius: 6px;
}
.page-login .login-title h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.page-login .ll-form .ll-form-input {
  border-radius: 3px;
}
.page-login .ll-form .ll-input-group-addon {
  margin-left: 3px;
}
.page-login .ll-form .ll-btn {
  background: #008cff;
  border: 0;
  border-radius: 3px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.page-login .ll-form .ll-btn:active,
.page-login .ll-form .ll-btn:hover {
  background: #007ee6;
}
body.theme-red .login-bg {
  background-color: #d7042f;
}
body.theme-red .ll-form .ll-btn {
  background: #ff1738;
}
body.theme-red .ll-form .ll-btn:active,
body.theme-red .ll-form .ll-btn:hover {
  background: #fc0024;
}
body.theme-orange .login-bg {
  background-color: #fc4d08;
}
body.theme-orange .ll-form .ll-btn {
  background: #ff4200;
}
body.theme-orange .ll-form .ll-btn:active,
body.theme-orange .ll-form .ll-btn:hover {
  background: #e63b00;
}
body.theme-green .login-bg {
  background-color: #1b9930;
}
body.theme-green .ll-form .ll-btn {
  background: #e74223;
}
body.theme-green .ll-form .ll-btn:active,
body.theme-green .ll-form .ll-btn:hover {
  background: #fab14a;
}
body.theme-blue .login-bg {
  background-color: #1170ff;
}
body.theme-blue .ll-form .ll-btn {
  background: #1276ff;
}
body.theme-blue .ll-form .ll-btn:active,
body.theme-blue .ll-form .ll-btn:hover {
  background: #0068f8;
}
body.theme-purple .login-bg {
  background-color: #4e1ae2;
}
body.theme-purple .ll-form .ll-btn {
  background: #5320de;
}
body.theme-purple .ll-form .ll-btn:active,
body.theme-purple .ll-form .ll-btn:hover {
  background: #4b1dc8;
}
@media (max-width: 768px) {
  .page-login .login-bg {
    min-height: 0;
    padding: 0;
    background: #fff;
    background-size: 0 0;
  }
}
.anniu{color: #c5c5c5; width: 140px;
	height: 40px;
	line-height: 40px;
	border: #c5c5c5 solid 1px;
	display: block;
	text-align: center;
	margin: 0 auto;
	  margin-top: 0px;
	font-size: 14px;
	margin-top: 30px;}

  .mainPage {
    margin: 20px 0;
    text-align: center;
  }

  .mainPage ul {
    height: 32px;
    margin: 0 auto;
    text-align: center
  }

  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }

  .pagination>li {
    display: inline;
  }

  .pagination>li>a,
  .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }

  .pagination>li:first-child>a,
  .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }

  .pagination>li:last-child>a,
  .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }

  .pagination>li>a:hover,
  .pagination>li>a:focus,
  .pagination>li>span:hover,
  .pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
  }

  .pagination>.active>a,
  .pagination>.active>a:hover,
  .pagination>.active>a:focus,
  .pagination>.active>span,
  .pagination>.active>span:hover,
  .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
  }
  .wrap342 .location {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .nyb342 {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
  }

  .wrap342 {
    width: 100%;
    margin: 0 auto;
    padding: 2px 0 39px;
  }

  .wrap342 .recomcon {
    margin-top: 20px;
  }

  .wrap342 .recomcon .recom-tit {
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0;
  }

  .wrap342 .recomcon .recom-tit .more {
    float: right;
    font-size: 16px;
    width: 120px;
    height: 30px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
  }

  .wrap342 .recomcon .recom-tit .more:hover {
    width: 150px;
  }

  .wrap342 .recomcon .recom-tit s {
    width: 4px;
    height: 23px;
    margin-right: 15px;
    background: #c9974c;
    display: inline-block;
    vertical-align: middle;
  }

  .wrap342 .recomcon .txtimglist {
    width: 100%;
  }

  .wrap342 .recomcon .txtimglist .item {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #dddddd;
  }

  .wrap342 .recomcon .txtimglist .item:nth-child(2n) {
    margin-right: 0;
  }

  .wrap342 .recomcon .txtimglist .item a {
    width: 100%;
    height: 120px;
    display: block;
  }

  .wrap342 .recomcon .txtimglist .item img {
    width: 161px;
    height: 120px;
    float: left;
    margin-right: 10px;
  }

  .wrap342 .recomcon .txtimglist .item h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
  }

  .wrap342 .recomcon .txtimglist .item .txt {
    padding: 0;
  }

  .wrap342 .recomcon .txtimglist .item:hover h3 {
    color: #c9974c;
    text-indent: 0;
  }

  .wrap342 .showinfo .title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding: 10px 0 16px;
  }

  .wrap342 .showinfo .mark {
    color: #666;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .wrap342 .showinfo .mark span {
    margin: 0 10px;
    font-size: 12px;
  }

  .wrap342 .showinfo .img {
    width: 500px;
    display: block;
    margin: 10px auto 20px;
  }

  .wrap342 .showinfo .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .wrap342 .showinfo .showcontxt {
    color: #666;
    padding: 0 2px 30px;
    line-height: 30px;
    text-align: justify;
  }

  .wrap342 .showinfo .showcontxt .t {
    position: relative;
    display: inline-block;
    color: #333;
    padding: 0 2px 5px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .wrap342 .showinfo .showcontxt .t:after {
    width: 20px;
    height: 2px;
    content: "\20";
    background: #c21d24;
    display: block;
    position: absolute;
    left: 2px;
    bottom: -1px;
  }

  .wrap342 .showinfo .showcontxt img {
    max-width: 100%;
    height: auto !important;
  }

  .wrap342 .relink {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
  .txt{text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;display: -webkit-box;}
