body,
h1,
h2,
h3,
div,
ul,
li,
table,
tbody,
tr,
td,
input,
textarea,
i,
span,
section,
p,
select,
a {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", "宋体", "Arial", "黑体", "sans-serif";
}
body,
html,
.main {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
body {
  -webkit-tap-highlight-color: transparent;
  font-family: "PMingLiU-ExtB", "Microsoft YaHei", "PingFang SC", "宋体", "Arial", "黑体", "sans-serif";
}
button {
  border: none;
  outline: none;
}
input[type='text'],
input[type='textarea'],
input[type='password'],
select {
  outline: none;
  border-style: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
textarea {
  font-family: "Microsoft YaHei", "PingFang SC", "宋体", "Arial", "黑体", "sans-serif";
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.main {
  overflow: hidden;
  min-width: 1300px;
}
.main .middle {
  padding-top: 130px;
  padding-bottom: 288px;
}
.inner {
  width: 1180px;
  margin: 0 auto;
}
/*高度80的导航*/
#header {
  position: fixed;
  width: 100%;
  height: 130px;
  min-width: 1300px;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(37, 12, 72, 0.08);
  -moz-box-shadow: 0px 1px 4px rgba(37, 12, 72, 0.08);
  box-shadow: 0px 1px 4px rgba(37, 12, 72, 0.08);
}
#header .inner {
  position: relative;
  width: 1180px!important;
  height: 100%;
  padding-left: 0;
}
#header .inner .logo {
  display: inline-block;
  width: 68px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -34px;
  background: url("../img/logo.png") no-repeat center center / contain;
}
#header .inner .header-search-part2 {
  position: relative;
  display: block!important;
  left: 0;
  top: 25px;
  width: 360px;
  height: 30px;
}
#header .inner .header-search-part2 .search-inner {
  width: 100%;
  height: 100%;
}
#header .inner .header-search-part2 .search-inner .search-input {
  background: #f5f5f5 url("../img/theme/theme_search_icon.png") no-repeat 17px center / 18px 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 10px 0 55px;
  font-size: 16px;
}
#header .inner .header-search-part2 .search-item-box {
  display: none;
  width: 100%;
  line-height: normal;
  padding: 10px 20px 20px;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
#header .inner .header-search-part2 .search-item-box .search-title {
  font-size: 16px;
  line-height: 2em;
  color: #333;
}
#header .inner .header-search-part2 .search-item-box .search-title .clear_historySearch {
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url("../img/address_delete_icon.png") no-repeat center center / 14px auto;
  cursor: pointer;
}
#header .inner .header-search-part2 .search-item-box .search-type {
  margin-top: 20px;
}
#header .inner .header-search-part2 .search-item-box .search-type:first-of-type {
  margin-top: 0;
}
#header .inner .header-search-part2 .search-item-box .search-type .search-items a {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  color: #888;
  cursor: pointer;
  margin-left: 20px;
  text-wrap: none;
}
#header .inner .nav {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
}
#header .inner .nav .nav-items > li {
  float: left;
  padding: 0 20px;
  line-height: 50px;
}
#header .inner .nav .nav-items > li:last-child {
  padding-right: 0;
}
#header .inner .nav .nav-items > li a {
  font-size: 16px;
  color: #000;
}
#header .inner .nav .nav-items > li a.shopping-cart {
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  background: url("../img/shoppingCart_other_icon.png") no-repeat center center / 100% 100%;
}
#header .inner .nav .nav-items > li a.avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header .inner .nav .nav-items > li.currency-item {
  position: relative;
}
#header .inner .nav .nav-items > li.currency-item .currency i {
  vertical-align: middle;
}
#header .inner .nav .nav-items > li.currency-item .currency-type {
  display: none;
  position: absolute;
  min-width: 116px;
  left: 20px;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#header .inner .nav .nav-items > li.currency-item .currency-type li {
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 33px;
  cursor: pointer;
}
#header .inner .nav .nav-items > li.shopping-item .shopping-cart {
  position: relative;
}
#header .inner .nav .nav-items > li.shopping-item .shopping-cart .shoping-num {
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  right: -5px;
  bottom: -5px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background-color: #e1251b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header .subnav-main {
  background-color: #72F6DD;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#header .subnav-main .inner {
  width: 1180px!important;
  height: 100%;
}
#header .subnav-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
}
#header .subnav-box .subnav-ul {
  line-height: 44px;
  font-size: 16px;
}
#header .subnav-box .subnav-ul li {
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: large;
}
#header .subnav-box .subnav-ul li a {
  color: #fff;
}
#header .subnav-box .subnav-ul li .subnav-list-box {
  display: none;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  text-align: center;
  border-top: 1px solid #dadada;
  -webkit-box-shadow: 0px 2px 6px rgba(50, 16, 97, 0.1);
  -moz-box-shadow: 0px 2px 6px rgba(50, 16, 97, 0.1);
  box-shadow: 0px 2px 6px rgba(50, 16, 97, 0.1);
  overflow: hidden;
}
#header .subnav-box .subnav-ul li .subnav-list-box .subnav-item {
  margin-bottom: 20px;
  line-height: 1.4;
}
#header .subnav-box .subnav-ul li .subnav-list-box .subnav-item:hover {
  text-decoration: underline;
}
#header .subnav-box .subnav-ul li .subnav-list-box .subnav-item a {
  color: #333;
}
#header .subnav-box .subnav-ul li .subnav-list-box .subnav-item:first-of-type {
  font-weight: bold;
}
#header .subnav-box .subnav-layer {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #dadada;
  -webkit-box-shadow: 0px 2px 6px rgba(50, 16, 97, 0.1);
  -moz-box-shadow: 0px 2px 6px rgba(50, 16, 97, 0.1);
  box-shadow: 0px 2px 6px rgba(50, 16, 97, 0.1);
}
#header .subnav-box .subnav-layer li {
  padding-left: 95px;
}
#header .subnav-box .subnav-layer li .subnav-item {
  margin-bottom: 20px;
}
#header .subnav-box .subnav-layer li .subnav-item:hover {
  text-decoration: underline;
}
#header .subnav-box .subnav-layer li .subnav-item a {
  color: #333;
}
#header .subnav-box .subnav-layer li .subnav-item:first-of-type {
  font-weight: bold;
}
#footer {
  background: white;
  border-top: 1px solid #cccccc;
  z-index: 9;
}
#footer .container {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .container ul li {
  margin-top: 10px;
}
#footer .container ul li a {
  font-size: 14px;
  color: #333333;
}
#footer .container ul:first-of-type {
  margin-top: 0;
}
#footer .container .footer-right {
  font-size: 14px;
  color: #333333;
}
#footer .container .footer-right a {
  display: inline-table;
  vertical-align: middle;
}
#footer .container .footer-right a:first-of-type {
  margin-left: 24px;
}
#footer .container .footer-right .call-us span,
#footer .container .footer-right .footer-pay-method span {
  vertical-align: middle;
}
#footer .container .footer-right .call-us a {
  color: #666666;
  margin-right: 40px;
}
#footer .container .footer-right .call-us a i {
  line-height: 42px;
}
#footer .container .footer-right a:hover {
  color: #d0d0d0;
}
#footer .container .footer-right .footer-pay-method {
  margin-top: 46px;
}
#footer .container .footer-right .footer-pay-method span {
  line-height: 20px;
  vertical-align: top;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box {
  display: inline-block;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a {
  vertical-align: top;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a.pay-VisaMaster {
  width: 79px;
  height: 20px;
  background: url("../img/footer_paytype3.png?v=1") no-repeat center center / 100% 100%;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a.pay-paytype4 {
  width: 93px;
  height: 20px;
  background: url("../img/footer_paytype4.png?v=1") no-repeat center center / 100% 100%;
  margin-left: 56px;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a.pay-alipay {
  width: 56px;
  height: 20px;
  background: url("../img/footer_alipay.png?v=1") no-repeat center center / 100% 100%;
  margin-left: 24px;
  margin-top: 12px;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a.pay-wechatpa {
  width: 67px;
  height: 20px;
  background: url("../img/footer_wechatpay.png?v=1") no-repeat center center / 100% 100%;
  margin-left: 20px;
  margin-top: 12px;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a.pay-unionpay {
  width: 33px;
  height: 20px;
  background: url("../img/footer_unionpay.png?v=1") no-repeat center center / 100% 100%;
  margin-left: 18px;
  margin-top: 12px;
}
#footer .container .footer-right .footer-pay-method .pay-icon-box a.pay-paytype5 {
  width: 25px;
  height: 25px;
  background: url("../img/footer_paytype5.png?v=1") no-repeat center center / 100% 100%;
  margin-left: 22px;
  margin-top: 9px;
}
#footer .copyright {
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  border-top: 1px solid #cccccc;
}
#footer2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: white;
  border-top: 1px solid #cccccc;
  z-index: 9;
}
#footer2 .container {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer2 .container ul li {
  margin-top: 10px;
}
#footer2 .container ul li a {
  font-size: 14px;
  color: #333333;
}
#footer2 .container ul:first-of-type {
  margin-top: 0;
}
#footer2 .container .footer-right {
  font-size: 14px;
  color: #333333;
}
#footer2 .container .footer-right a {
  display: inline-table;
  margin-left: 10px;
  vertical-align: middle;
}
#footer2 .container .footer-right a:first-of-type {
  margin-left: 20px;
}
#footer2 .container .footer-right .call-us span,
#footer2 .container .footer-right .footer-pay-method span {
  vertical-align: middle;
}
#footer2 .container .footer-right .call-us a {
  color: #666666;
  margin-right: 10px;
}
#footer2 .container .footer-right .call-us a i {
  line-height: 42px;
}
#footer2 .container .footer-right a:hover {
  color: #d0d0d0;
}
#footer2 .container .footer-right .footer-pay-method {
  margin-top: 46px;
}
#footer2 .container .footer-right .footer-pay-method a {
  width: 42px;
  height: 25px;
  background: url("../img/footer_alipay.png?v=1") no-repeat center center / cover;
}
#footer2 .container .footer-right .footer-pay-method a.pay-method2 {
  background-image: url("../img/footer_paytype3.png?v=1");
}
#footer2 .container .footer-right .footer-pay-method a.pay-wechatpay {
  background-image: url("../img/footer_wechatpay.png?v=1");
}
#footer2 .container .footer-right .footer-pay-method a.pay-method4 {
  background-image: url("../img/footer_paytype4.png?v=1");
}
#footer2 .copyright {
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  border-top: 1px solid #cccccc;
}
/* 大圖瀏覽 */
#view-bigImg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#view-bigImg .container {
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#view-bigImg .close {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -60px;
  top: -60px;
  padding-top: 55px;
  padding-left: 25px;
  font-size: 40px;
  font-weight: bold;
  background: #333;
  color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
#view-bigImg .close:hover {
  color: #fff;
}
/* 提示條 */
#tip {
  display: none;
  position: fixed;
  min-width: 15em;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 2.5em;
  padding: 0 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.showVideo,
.showLiveVideo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.showVideo .videoplay-btn,
.showLiveVideo .videoplay-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showVideo .videoplay-btn:hover,
.showLiveVideo .videoplay-btn:hover {
  opacity: 0.8;
}
.play-part {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.play-part:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: url("../img/loading.png") no-repeat center center / 100% 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: loading 1.5s linear infinite;
  -o-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
}
.play-part #my-video2 {
  position: absolute;
  width: 85%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-part #my-video2 .vjs-big-play-button {
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.play-part .vjs-youtube .vjs-poster {
  -webkit-background-size: contain;
  background-size: contain;
}
.play-part .close {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -60px;
  top: -60px;
  padding-top: 55px;
  padding-left: 25px;
  font-size: 40px;
  font-weight: bold;
  background: #333;
  color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.play-part .close:hover {
  color: #fff;
}
.play-part iframe {
  position: absolute;
  width: 85%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.play-part .prism-player {
  position: absolute;
  width: 85%!important;
  height: 80%!important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
/* loading */
#loading {
  display: none;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}
#loading span {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  background: url("../img/loading.png") no-repeat center center / 50% 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: loading 1.5s linear infinite;
  -o-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* flex布局 */
/* 子元素-平均分栏 */
.flex1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 父元素-横向排列（主轴） */
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/* 父元素-横向换行 */
.flex-hw {
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 其它取值如下：
    align-items     主轴原点方向对齐
    flex-end        主轴延伸方向对齐
    space-between   等间距排列，首尾不留白
    space-around    等间距排列，首尾留白
   */
}
.flex-sa {
  /* 12版 */
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.flex-sb {
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex-aic {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
/* 父元素-纵向排列（主轴） */
.flex-v {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
/* 父元素-纵向换行 */
.flex-vw {
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
/* 子元素-显示在从左向右（从上向下）第1个位置，用于改变源文档顺序显示 */
.flex-1 {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* TWEENER - IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 子元素-显示在从左向右（从上向下）第2个位置，用于改变源文档顺序显示 */
.flex-2 {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.paging {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}
.layui-laypage {
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
  font-size: 0;
}
.layui-laypage > a:first-child,
.layui-laypage > a:first-child em {
  border-radius: 2px 0 0 2px;
}
.layui-laypage > a:last-child,
.layui-laypage > a:last-child em {
  border-radius: 0 2px 2px 0;
}
.layui-laypage > :first-child {
  margin-left: 0!important;
}
.layui-laypage > :last-child {
  margin-right: 0!important;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: 1px solid #e2e2e2;
}
.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  margin: 0 -1px 5px 0;
  padding: 0 15px;
  height: 28px;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  font-size: 12px;
  line-height: 28px;
}
.layui-flow-more a *,
.layui-laypage input,
.layui-table-view select[lay-ignore] {
  display: inline-block;
}
.layui-laypage a:hover {
  color: #009688;
}
.layui-laypage em {
  font-style: normal;
}
.layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700;
}
.layui-laypage a {
  text-decoration: none;
}
.layui-laypage .layui-laypage-curr {
  position: relative;
}
.layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #009688;
}
.layui-laypage-em {
  border-radius: 2px;
}
.layui-laypage-next em,
.layui-laypage-prev em {
  font-size: 16px;
  font-family: Sim sun;
}
.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border: none;
}
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
  vertical-align: top;
}
.layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer;
}
.layui-laypage select {
  padding: 3px;
  height: 22px;
  border-radius: 2px;
  cursor: pointer;
}
.layui-laypage .layui-laypage-skip {
  height: 30px;
  color: #999;
  line-height: 30px;
}
.layui-laypage button,
.layui-laypage input {
  box-sizing: border-box;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: top;
  line-height: 30px;
}
.layui-laypage input {
  margin: 0 10px;
  padding: 0 3px;
  width: 40px;
  text-align: center;
}
.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #009688 !important;
}
.layui-laypage button {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
}
/*# sourceMappingURL=common.css.map */