@charset "UTF-8";

/*
 *
 * 全局变量
 *
 *
 * */
 [v-cloak] { 
  display:none;
}
#app {
  font-family: 'Arial', 'Tahoma', 'microsoft yahei';
  text-align: left;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  margin: 0px auto;
  padding: 0px;
  color: #333;
  line-height: 1.5;
  font-family: 'Arial', 'Tahoma', 'microsoft yahei';
  background-color: #F1F2F8;
  min-height: 100%;
  height: 100%;
  width: 100%;
  font-size: 12px;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li,
ol,
dl,
dt,
dd,
input,
button,
textarea,
form {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

dt,
dd {
  line-height: inherit;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul,
ol,
dl {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "microsoft yahei";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

textarea {
  resize: none
}

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

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

s,
em,
i {
  font-style: normal;
  text-decoration: none;
  list-style: none;
}

/*公共样式*/
.bg {
  background: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f-pr {
  position: relative;
}

.clearfix,
.g-box {
  zoom: 1;
}

.mt_20 {
  margin-top: 20px;
}

.clearfix:after,
.g-box:after {
  content: ".";
  line-height: 0;
  font-size: 0;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.h_100 {
  height: 100%
}

.h_100,
.h_100>body {
  height: 100%;
}

.d_none {
  display: none;
}

.d_block {
  display: block;
}

.o_auto {
  overflow: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 1200px;
}

.g-box {
  width: 1200px;
  margin: 0 auto;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:    #c1c5cd;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #c1c5cd;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #c1c5cd;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #c1c5cd;
}
/*输入框样式*/
.form_control {
  padding: 5px 5px 5px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  font-family: "microsoft YaHei";
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  *vertical-align: middle;
  box-sizing: border-box;
}

.form_control:focus {
  border-color: #14B7EE;
  outline: 0;
}
.form_control[disabled],
.form_control[readonly] {
  cursor: not-allowed;
  background-color: #f0f0f0;
}

textarea.form_control {
  height: auto;
}

select.form_control {
  height: 34px;
  *vertical-align: middle;
}

select.form_control option {
  padding: 4px 10px;
}
.t-l{
  text-align: left;
}
.t-c{
  text-align: center
}
img[lazy=loading] {
  background-color: #ddd;
  margin: 0 auto;
}
.y_label {
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  padding: 0 6px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background: #ff6633;
  border: 1px solid #ff6633;
}
.y_label.border {
  color: #ff6633;
  border-color: #ff6633;
  background: #fff;
}
.y_cartgift .y_giftname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.y_cartgift {
  overflow: hidden;
  zoom: 1;
}
.y_cartgift dt {
  float: left;
  width: 80px;
  text-align: right;
  margin-right: 15px;
}
.y_ordergift dt {
  margin-left: 5%;
}

.y_ordergift dt a {
  width: 40px;
  height: 40px;
  display: block;
}
.y_ordergift .width_1 {
  width: 40%;
  float: left;
}

.y_ordergift .width_2 {
  float: left;
  width: 20%;
}

.y_ordergift .width_3 {
  float: left;
  width: 20%;
}
.checked {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.checked.in {
  background: url("../../img/check.png") center center no-repeat;
  background-size: 100% 100%;
  border: none;
}

.btn {
  padding: 5px 13px;
  border: 1px solid;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0 none;
  display: inline-block;
  cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 none;
}

/*主色调的自定义按钮 蓝色背景*/
.btn-custom {
  color: #ffffff;
  background-color: #00AFEC;
  border-color: #00AFEC;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  color: #fff;
  background-color: #4acbf7;
  border-color: #4acbf7;
}

/*购买按钮 黄色背景*/
.btn-custom1 {
  color: #ffffff;
  background-color: #FF9A1F;
  border-color: #FF9A1F;
}

.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom1:active {
  color: #fff;
  background-color: #e5912a;
  border-color: #e5912a;
}

/*灰色背景*/
.btn-custom2 {
  color: #666;
  background-color: #EDEDED;
  border-color: #EDEDED;
}

.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2:active {
  color: #666;
  background-color: #e2e0e0;
  border-color: #e2e0e0;
}

/*白色背景 主色蓝边框*/
.btn-custom3 {
  color: #02A0E9;
  background-color: #fff;
  border-color: #02A0E9 !important;
}

.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3:active {
  color: #4acbf7;
  background-color: #fff;
  border-color: #4acbf7;
}

/*白色背景 黑字 黑边框*/
.btn-custom4 {
  color: #333;
  background-color: #fff;
  border-color: #333;
}

.btn-custom4:hover,
.btn-custom4:focus,
.btn-custom4:active {
  color: #333;
  background-color: #fff;
  border-color: #333;
}

.btn-block {
  display: block;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
.btn.disabled{
  background: #f5f5f5;
  border-color: #f5f5f5;
  color:#cdcaca;
}
/*首页组件*/
.m-topbanner {
  overflow: hidden;
  width: 100%;
  height: 100px;
}

.m-topbanner .g-box {
  position: relative;
}

.m-topbanner .top_close {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: url(../../img/index/img/top_close.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.m-topbanner .m-topbannerbox {
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}

/* // 面包屑样式 */
.el-breadcrumb {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}

.el-breadcrumb__inner {
  color: #666;
}

.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: normal;
  color: #666;
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #14B7EE;
}


/* // 翻页 */
.el-pagination .btn-prev,
.el-pagination .btn-next,
.el-pager li.number {
  width: 32px;
  height: 32px;
  background-color: #F3F5F8;
  margin-right: 14px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  color: #666;
}

.el-pager li.number.active,
.el-pager li.number:hover {
  background-color: #00AFEC;
  color: #fff;
}

.el-pagination button:disabled {
  background-color: #eee;
}

.disabled,
a[disabled] {
  pointer-events: none;
}

/* // 详情页放大境 */
#_magnifier_layer {
  position: absolute;
  z-index: 9999;
  background: #f9f9f9;
}

._magnifier {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

._magnifier img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

._magnifier_zoom {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}


/* //修改加载中的样式 */
.el-loading-mask {
  position: fixed;
}

/* // 购买权限弹框 */
.cla-permission .el-dialog__header {
  padding: 8px 20px 6px;
  text-align: left;
  background-color: #F5F5F5;
}

.el-dialog__title {
  font-size: 14px;
  color: #4A565B;
}

.cla-permission .el-dialog__headerbtn {
  top: 12px
}

.cla-permission p {
  text-align: center;
  font-size: 14px;
  line-height: 27px;
}

.cla-permission .dialog-footer {
  text-align: center;
}

.cla-permission .dialog-footer a {
  min-width: 96px;
}

.cla-permission .dialog-footer a+a {
  margin-left: 15px;
}

.quick-login .el-dialog {
  width: 440px;
}

.quick-login .el-dialog__body {
  padding-top: 10px;
}

.el-message.el-message--success p,
.el-message.el-message--success i {
  color: #00AFEC;
}

/* // 模态框输入框 */

.cla-permission.adr-permission .el-form-item__label {
  height: 34px;
  line-height: 34px;
  font-weight: lighter;
  font-size: 12px;
}

.cla-permission.adr-permission .el-form-item__content {
  line-height: 34px;
}

.cla-permission.adr-permission .el-input__inner {
  height: 34px;
  line-height: 34px;
  border-radius: 0;
}

.fixwidht-500 .el-dialog {
  width: 500px;
}

.fixwidht-300 .el-dialog {
  width: 300px;
}

/*找回密码的状态样式*/
.m-statetitle .big-box {
  width: 713px;
}

.m-statetitle .big-box .top-bar div>span {
  background: #eae3e3;
}

.m-statetitle .big-box .top-bar div>i span {
  width: 100px;
  left: -42px;
}


/*头部浮动*/
.m-nav-fixed .m_scrollnav {
  position: fixed;
  width: 100%;
  height: 60px;
  min-width: 990px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .2) 0 1px 5px;
  left: 0;
  top: 0;
  opacity: .95;
  z-index: 99;
}

.m-nav-fixed .m-categorys {
  position: fixed;
  top: 10px;
  left: 50%;
  margin-left: -600px;
  z-index: 100;
}

.m-nav-fixed .m-search {
  position: fixed;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -230px;
  z-index: 100;
}

.m-nav-fixed .m-topcart {
  position: fixed;
  top: 10px;
  right: 50%;
  margin: 0 -600px 0 0;
  z-index: 100;
}

.m-nav-fixed .m-search-hot {
  display: none;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-radio__input.is-checked .el-radio__inner {
  background-color: #4acbf7;
  border-color: #4acbf7;
}

.el-checkbox__input.is-checked+.el-checkbox__label,
.el-radio__input.is-checked+.el-radio__label {
  color: #4acbf7;
}

.t-tablebox .el-loading-mask {
  position: absolute;
}

.t-frombtm .el-date-editor .el-range__icon,
.t-frombtm .el-date-editor .el-range-separator,
.t-frombtm .el-date-editor .el-range__close-icon {
  line-height: 24px;
}

.t-frombtm .el-date-editor .el-range-separator {
  width: 7%;
}

.t-frombtm .el-date-editor--daterange.el-input__inner {
  width: 300px;
}

/*table 表格样式覆盖*/
.el-table th {
  background: #F4F4F4;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

/**/
.el-select-dropdown__item.selected {
  color: #409EFF;
  font-weight: normal;
  
}


/*首页组件样式*/
.m-banner{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.m-bannerOne{
  width: 100%;
  overflow: hidden;
}