.init-a {
  text-decoration: none;
  color: inherit;
}
.word-break {
  word-break: break-all;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
.reversal {
  transform: rotate(-180deg);
}
.header .form-inline {
  flex: 0 0 15%;
  margin: 0;
}
.header .form-inline .iconfont {
  font-size: 1.2rem;
  color: #ababab;
}
.header .form-inline input {
  flex: 1;
  height: 2rem;
}
.header .form-inline > button.btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2rem;
}
.header .form-inline > button.btn:hover,
.header .form-inline > button.btn:active {
  background-color: #ce5605;
}
.header .form-inline > button.btn:active:focus,
.header .form-inline > button.btn:focus {
  box-shadow: 0 0 0 3px rgba(206, 86, 5, 0.5);
}
.header .video-wrap {
  height: 100%;
}
.header .video-wrap > video {
  vertical-align: top;
}
.header #collapseNav:checked ~ .navbtn {
  background-color: #cc5c0a;
  color: #fff;
  box-shadow: 0 0 5px #000;
}
.header #collapseNav:checked ~ .navbtn > .icon-quxiao {
  color: #eee;
}
.header #collapseNav {
  position: absolute;
}
@media (min-width: 576px) {
  .header .navbtn,
  .header .icon-btn-wrap {
    display: none;
  }
  .header .logo {
    display: inline-block;
    width: 350px;
  }
  .header .drop-menu a {
    transition: 0.5s;
  }
  .header .main-nav {
    justify-content: space-between;
    align-items: center;
    background-color: #222;
    color: #fff;
    padding: 0 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
  .header .main-nav .navItem-wrap {
    flex-wrap: wrap;
  }
  .header .main-nav .navItem-wrap > div {
    padding: 0 1rem;
  }
  .header .main-nav .dropdown {
    line-height: 3rem;
  }
  .header .main-nav .dropdown:not(:first-child) {
    margin-left: 1rem;
  }
  .header .main-nav .dropdown > a {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .header .main-nav .dropdown > a > label {
    margin: 0;
  }
  .header .main-nav .dropdown:hover > a {
    color: #fd7006;
  }
  .header .main-nav .dropdown:hover > .drop-menu {
    transform: translateY(-1%);
    opacity: 1;
    z-index: 1;
  }
  .header .main-nav .dropdown .icon-xiala2 {
    font-size: 14px;
  }
  .header .main-nav .drop-menu {
    position: absolute;
    transition: all 0.5s;
    box-shadow: 0 0 5px 0 #666;
    border-radius: 5px;
    background-color: #fff;
    color: #888;
    transform: translateY(20%);
    opacity: 0;
    z-index: -1;
  }
  .header .main-nav .drop-menu > a {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    color: #000;
    font-size: 1rem;
  }
  .header .main-nav .drop-menu > a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .header .main-nav .drop-menu > a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .header .main-nav .drop-menu > a:hover {
    background-color: #fd7006;
    color: #fff;
    text-shadow: 0 0 2px #888;
  }
  .header .xiala-icon {
    padding-bottom: 2px;
  }
  .header .dropdown-item {
    color: #666;
  }
  .header .dropdown-item:hover {
    background-color: #eee;
  }
}
.header input {
  overflow: hidden;
  width: 0;
  height: 0;
}
@media (max-width: 576px) {
  .header {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
    flex-direction: initial;
    overflow: hidden;
  }
  .header .form-inline {
    display: none;
  }
  .header .banner-wrap {
    border-top: 1px solid 0.5rem;
  }
  .header .icon-btn-wrap {
    align-self: stretch;
    text-align: right;
    padding: 0.5rem 1rem;
  }
  .header .logo {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0 1rem;
  }
  .header .navbtn {
    position: absolute;
    z-index: 100;
    top: 6vw;
    right: 3vw;
    background-color: #fd7006;
    color: #fff;
  }
  .header .navbtn:active {
    background-color: #e46508;
    color: #fff;
  }
  .header .main-nav {
    order: 1;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    height: 0;
    overflow: visible !important;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .header .main-nav a {
    text-transform: capitalize;
  }
  .header .main-nav .iconfont {
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  .header .main-nav .navItem-wrap {
    align-self: stretch;
    flex-direction: column;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .header .main-nav .dropdown {
    line-height: 2.5rem;
  }
  .header .main-nav .dropdown > input:focus-within ~ .drop-menu,
  .header .main-nav .dropdown > input:focus ~ .drop-menu {
    opacity: 1;
    left: 100%;
    transform: scale(1);
  }
  .header .main-nav .dropdown > input {
    position: absolute;
  }
  .header .main-nav .dropdown a {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: initial;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header .main-nav .dropdown label {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .header .main-nav.mobel .drop-menu {
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #666;
    font-size: 0.8rem;
    background-color: #fff;
    color: #fff;
  }
  .header .main-nav.mobel .drop-menu a {
    background-color: transparent;
    color: #888;
  }
  .header .main-nav.mobel .drop-menu > a:active {
    background-color: #fd7006;
    color: #fff;
  }
}
footer {
  overflow: hidden;
  border-bottom: 1.5rem solid #fd7006;
  background: url(https://image.pushauction.com/0/0/7e8fa801-d99d-4020-9562-ec403e1bc99f/c5e6f146-6c6e-4a16-982f-0dc8af370f91.png) no-repeat center / 100% 100%;
}
footer > input {
  display: none;
}
@media (max-width: 576px) {
  footer .tabs {
    flex-direction: column;
    box-shadow: 0 0 5px 0 #666;
  }
  footer .tabs > label {
    text-align: center;
    margin: 0;
    padding: 0.375rem 0.75rem;
  }
}
@media (min-width: 576px) {
  footer .tabs {
    font-size: 1rem;
    justify-content: space-around;
  }
  footer .tabs > label {
    margin: 0;
    text-align: center;
  }
}
footer .tabs label,
footer .tabs i {
  transition: all 0.6s;
}
footer .tabs > label {
  position: relative;
  line-height: 2.5rem;
  font-weight: 600;
  font-size: 1.3em;
  cursor: pointer;
}
footer .tabs > label > i {
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #fd7006;
  color: #fff;
}
footer .tab-content {
  display: none;
  overflow-y: auto;
}
@media (max-width: 576px) {
  footer .tab-content {
    max-height: 400px;
  }
}
@media (min-width: 576px) {
  footer .tab-content {
    height: 350px;
    padding: 2%;
  }
}
footer .tab-content > div {
  display: none;
  animation-duration: 0.5s;
}
footer .tab-content .animated.fadeInRight > span {
  font-size: inherit !important;
}
footer .table-wrap {
  color: #fff;
  margin-bottom: 3%;
  border: 1px solid #ccc;
}
@media (min-width: 576px) {
  footer .table-wrap {
    width: 60%;
  }
}
footer .table-wrap ul,
footer .table-wrap li {
  list-style: none;
  box-sizing: border-box;
}
footer .table-wrap .tr {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: initial;
}
footer .table-wrap .tr:not(:first-child) {
  border-top: 1px solid #fff;
}
footer .table-wrap .tr > .td:first-child {
  flex: 0 0 28%;
}
footer .table-wrap .td {
  padding: 0.5em;
  width: 0;
  flex: 1;
  align-self: stretch;
}
footer .table-wrap .td:first-child {
  border-right: 1px solid #fff;
}
@media (min-width: 576px) {
  footer .table-wrap .td {
    text-indent: 1em;
  }
}
@media (max-width: 576px) {
  footer .table-wrap .td {
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: initial;
  }
}
footer .table-wrap .full {
  border: none !important;
  flex: 1 !important;
}
footer .table-wrap td {
  border-collapse: collapse;
}
footer > input:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
footer > input:nth-of-type(1):checked ~ .tab-content:nth-of-type(1) > div,
footer > input:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
footer > input:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) > div,
footer > input:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
footer > input:nth-of-type(3):checked ~ .tab-content:nth-of-type(3) > div,
footer > input:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
footer > input:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) > div,
footer > input:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
footer > input:nth-of-type(5):checked ~ .tab-content:nth-of-type(5) > div {
  display: block;
}
footer > input:nth-of-type(1):checked ~ .tabs > label:nth-of-type(1),
footer > input:nth-of-type(2):checked ~ .tabs > label:nth-of-type(2),
footer > input:nth-of-type(3):checked ~ .tabs > label:nth-of-type(3),
footer > input:nth-of-type(4):checked ~ .tabs > label:nth-of-type(4),
footer > input:nth-of-type(5):checked ~ .tabs > label:nth-of-type(5) {
  color: #fd7006;
  text-shadow: 0 0 2px #fd7006;
}
footer > input:nth-of-type(1):checked ~ .tabs > label:nth-of-type(1) > i,
footer > input:nth-of-type(2):checked ~ .tabs > label:nth-of-type(2) > i,
footer > input:nth-of-type(3):checked ~ .tabs > label:nth-of-type(3) > i,
footer > input:nth-of-type(4):checked ~ .tabs > label:nth-of-type(4) > i,
footer > input:nth-of-type(5):checked ~ .tabs > label:nth-of-type(5) > i {
  width: 70%;
}
@media (min-width: 576px) {
  .ee-footer {
    height: 462px;
    padding: 1rem;
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
    flex-direction: initial;
  }
  .ee-footer > img {
    width: 26%;
    height: auto;
    margin-top: 1rem;
  }
  .ee-footer .tabs {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .ee-footer .tabs > label {
    color: #fff;
  }
  .ee-footer .tabs > label > i {
    left: 15%;
  }
  .ee-footer .tab-content {
    flex: 0 0 100%;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .ee-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ee-footer > img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
  }
  .ee-footer .tabs {
    padding: 2rem 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #f8f8f8;
  }
  .ee-footer .tabs > label {
    align-self: baseline;
    margin: 0 auto;
  }
  .ee-footer .tabs > label > i {
    left: 50%;
    transform: translateX(-50%);
  }
  .ee-footer .tab-content {
    text-align: center;
    color: #fff;
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .ee-container .list-big {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .ee-container .list-big {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .ee-container .slider-wrap {
    margin-top: 30px;
    margin-left: 100px;
    margin-right: 100px;
  }
}
.ee-container .list-sm {
  margin: 0;
}
@media (min-width: 576px) {
  .ee-container .list-sm {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 576px) {
  .ee-container .list-sm {
    justify-content: space-around;
  }
  .ee-container .list-sm > div {
    padding: 0;
    flex: 40%;
  }
  .ee-container .list-sm > div a {
    display: block;
  }
  .ee-container .list-sm > div a img {
    width: 80%;
  }
}
/*# sourceMappingURL=./changeStyle.css.map */