*,
*::before,
*::after {
  box-sizing: inherit;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
textarea {
  resize: none;
  appearance: none;
}
input {
  appearance: none;
}
select {
  appearance: none;
}
em {
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #333;
  background: #f5f5f5;
}
[v-cloak] {
  display: none;
}
#app {
  padding-top: 140px;
}
.el-badge__content {
  background-color: #FF9000;
}
.hand {
  cursor: pointer;
}
.hand:hover {
  color: #0094D9 !important;
}
.center-box {
  /* width: 1440px; */
  /* height: 400px; */
  margin: 0 auto;
}
.column-item {
  width: 1320px;
  margin: 0 auto;
}
.title {
  font-size: 16px;
  font-weight: 600;
}
.label-width {
  width: 424px !important;
}
.right-box {
  background: #fff;
  border-radius: 4px;
  padding: 16px 24px;
}
.img-style {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}
.done {
  color: #999;
}
.wait,
.focus {
  /* color: #e53439 !important; */
}
.el-icon-star-on:before,
.el-icon-star-off:before {
  font-size: 26px;
}
.head-box {
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #032963;
}
.head-box .head {
  width: 1400px;
  margin: 0 auto;
  /*background: #fff;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 0 47px;*/
  /*-webkit-box-shadow: 0px -1px #f9f9f9 inset;*/
  /*box-shadow: 0px -1px #f9f9f9 inset;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
}
.head-box .head .nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 900px;
  color: #222328;
}


.head-box .head .nav-box .logo-wrap {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.head-box .head .nav-box .logo {
  width: 66px;
  height: 37px;
  display: inline-block;
  margin-right: 4px;
}

.head-box .head .nav-box .logo-name {
  width: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.head-box .head .nav-box .nav:first-child {
  margin-left: 0;
}
.head-box .head .nav-box .nav {
  font-size: 14px;
  display: inline-block;
  margin-left: 32px;
}
.nav-box a{color:white;}
.nav-box a:hover{cursor:pointer;color:#666;}
.head-box .head .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*width:600px;*/
  color: white;
}
.head-box .head .search-box .search {
  width: 448px;
  height: 48px;
  border: 1px solid #0094D9;
  border-radius: 24px;
  margin-right: 32px;
  position: relative;
  display: flex;
  align-items: center;
  background: white;
}

.head-box .head .search-box .icon-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: unset!important;
}
.el-dropdown-menu__item a{color:#000; cursor:pointer;}
.el-dropdown-menu__item a:hover{color:#0094D9;}
.nav-list-box .nav-list a{color:#fff;text-decoration:none;}
/* .nav-list-box .nav-list a:hover{color:#0094D9;} */
.head-box .head .search-box .search .search-icon {
  color: #999;
  width: 10px;
  margin-left: 13px;
  display: inline-block;
}
.head-box .head .search-box .search .input {
  /*width: 135px;*/
  /* height: 100%; */
  width: 90%;
  border: none;
  margin-left: 20px;
  font-size: 15px;
}
.head-box .head .search-box .search .button {
  background: #0094D9;
  color: #fff;
  border-radius: 0px 18px 18px 0;
  float: right;
  height: 100%;
  border: none;
  width: 82px;
}
.head-box .head .search-box .shop-car,
.head-box .head .search-box .member {
  width: 24px;
  height: 24px;
}
.head-box .head .search-box .shop-car {
  background: url("../image/shop.png") no-repeat top left / 100%;
}
.head-box .head .search-box .member {
  margin: 0 24px;
  background: url("../image/member.png") no-repeat top left / 100%;
}
.head-box .head .search-box .lang-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  background: url("../image/lang.png") no-repeat top left / 100%;
}
.config-dropdown-wrap {
  padding: 0 18px;
  width: 270px;
}
.config-dropdown-item {
  padding: 8px 0;
}
.config-dropdown__border {
  border-bottom: 1px solid #F3F2F1;
}
.config-dropdown-item-title {
  color: #8A8886!important;
  margin-bottom: 10px;
}

.config-dropdown-item-row {
  display: flex;
  flex-wrap: wrap;
}
.config-dropdown-item-row > a{
  flex-direction: column;
  display: flex;
  padding-right: 2px;
  color: #1B1B1B;
  margin-right: 18px;
  font-size: 12px;
  margin-bottom: 8px;
  &:last-child{
    margin-bottom: 0;
  }
}

.config-dropdown-item-row > .active,
.config-dropdown-item-row > a:hover {
  color: #3F4FFF;
  font-weight: 700;
}



/*.head-box .config-dropdown-item .row {*/
/*  */
/*}*/

.head-box .classify-home {
  height: 154px;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 999;
}
.head-box .classify-home .pull-down {
  padding-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head-box .classify-home .pull-down > div {
  font-size: 14px;
  text-align: center;
}
.head-box .classify-home .pull-down > div > img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.module-slideshow-wheel-wrap .swiper-pagination  {
  padding-left: 60px;
}

.footer {
  height: 335px;
  background: #fff;
}
.footer .explain {
  border-bottom: 2px solid #e6e6e6;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .explain > div {
  height: 36px;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
}
.footer .explain > div:last-child {
  border-right: none;
}
.footer .explain > div .explain-icon1,
.footer .explain > div .explain-icon2,
.footer .explain > div .explain-icon3,
.footer .explain > div .explain-icon4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.footer .explain > div .explain-icon1 {
  background: url("../image/wxtx.png") no-repeat top left / 100%;
}
.footer .explain > div .explain-icon2 {
  background: url("../image/kf.png") no-repeat top left / 100%;
}
.footer .explain > div .explain-icon3 {
  background: url("../image/zz.png") no-repeat top left / 100%;
}
.footer .explain > div .explain-icon4 {
  background: url("../image/room.png") no-repeat top left / 100%;
}
.footer .explain > div .title > div:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
}
.footer .explain > div .title > div:nth-child(2) {
  color: #999;
  font-size: 10px;
}
.footer .explain-nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .explain-nav .explain-nav-left {
  font-size: 10px;
  color: #666;
  width: 300px;
}
.footer .explain-nav .explain-nav-left .logo {
  margin-bottom: 8px;
  width: 94px;
  height: 50px;
}
.footer .explain-nav .explain-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer .explain-nav .explain-nav-right > div {
  font-size: 10px;
  color: #666;
  margin-left: 113px;
}
.footer .explain-nav .explain-nav-right > div .nav_title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}
.footer .explain-nav .explain-nav-right > div > div {
  margin-bottom: 12px;
}
.order-title {
  margin: 44px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.order-title > div:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
}
.order-title > div:nth-child(1) > span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
}
.order-title > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #e53439;
}
.el-drawer {
  -webkit-box-shadow: 0 25px 25px 1px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 25px 25px 1px rgba(0, 0, 0, 0.3) !important;
}
.el-drawer__wrapper {
  z-index: 999 !important;
}
.el-drawer__container {
  top: 100px !important;
}
.el-drawer.ttb {
  width: 411px !important;
  height: 650px !important;
  left: initial !important;
  right: 18% !important;
  z-index: 1 !important;
}
.shop-car-drawer {
  padding: 0 5px 0 24px;
  position: relative;
}
.check-out {
  background: #f9f9fa;
  height: 91px;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.check-out > div:nth-child(1) > div:nth-child(1) {
  font-size: 14px;
  color: #999;
}
.check-out > div:nth-child(1) > div:nth-child(2) {
  color: #e53439;
  font-size: 28px;
  font-weight: 600;
}
.scrollbar-style-y,
body,
.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: scroll;
}
.scrollbar-style-y::-webkit-scrollbar,
body::-webkit-scrollbar,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar {
  width: 2px;
  background: #fff;
}
.scrollbar-style-y::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}

.custom-dropdown-wrapper {
}
.custom-dropdown-wrapper-dropdown {
  position: relative;
}

.custom-dropdown-wrapper-dropdown .dropdown-content-mask {
  display: none;
  right: 0;
  position: absolute;
  z-index: 2003;
  padding-top: 10px;
}
.custom-dropdown-wrapper-dropdown .dropdown-content{
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}




.custom-dropdown-wrapper-dropdown .dropdown-content .dropdown-content-item {
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-dropdown-wrapper-dropdown .dropdown-content .dropdown-content-item a:hover  {
  color: #0094D9;

}
.custom-dropdown-wrapper-dropdown .dropdown-content .dropdown-content-item a {
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* min-width: 180px; */
  white-space: nowrap;
}
.custom-dropdown-wrapper-dropdown .dropdown-content .dropdown-content-item a i {
  margin-right: 5px;
}

.custom-dropdown-wrapper-dropdown:hover .dropdown-content-mask{
  display: block;
  /* width: 180px; */
}
