@charset "UTF-8";
/* 一些表单控件 */
/* 单选复选按钮 */
.selBtn {
  display: inline-block;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}

.bgColorMain {
  background: #cc0000;
}

.colorMain {
  color: #fc6121;
}

/* 文字颜色大小 */
.fcm {
  color: #cc0000;
}

.fcp {
  color: #fc6121;
}

.fc3 {
  color: #333;
}

.fc6 {
  color: #666;
}

.fc9 {
  color: #999;
}

.fcg {
  color: #23b93d;
}

.fcr {
  color: #cc0000;
}

/* 灰色背景 */
.bgf0 {
  background-color: #f0f1ef;
}

/* 溢出 */
.fheight {
  min-height: calc(100vh - 154px);
  min-height: -webkit-calc(100vh - 154px);
}

/* 按钮 */
.blankBtn, .greenBtn, .grayShadowBtn {
  display: inline-block;
  border-radius: 36px;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
}

.blankBtn, .blankBtn:link, .blankBtn:visited {
  border: 1px solid #23b93d;
  color: #23b93d;
}

.greenBtn, .greenBtn:link, .greenBtn:visited, .blankBtn:hover {
  background-color: #6c0a8c;
  color: #fff;
}

.greenBtn:hover {
  background-color: #6c0a8c;
}

.grayShadowBtn, .grayShadowBtn:link, .grayShadowBtn:visited {
  border: 1px solid #e1e1e1;
  color: #333;
  background: -ms-linear-gradient(top, #fff, #e1e1e1);
  background: -moz-linear-gradient(top, #fff, #e1e1e1);
  background: -webkit-linear-gradient(top, #fff, #e1e1e1);
}

.grayShadowBtn:hover {
  box-shadow: none;
  border-color: #23b93d;
  color: #23b93d;
  background: #fff;
  background: #fff;
  background: #fff;
}

.fixedToolbar {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 999;
}

.fixedToolbar li {
  border-bottom: 1px solid #fff;
  width: 60px;
  height: 60px;
}

.fixedToolbar li:nth-last-of-type(1) {
  border-bottom: none;
}

.fixedToolbar li a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixedToolbar li:nth-of-type(1) {
  background: url("../png/1.png");
}

.fixedToolbar li:nth-of-type(2) {
  background: url("../png/2.png");
}

.fixedToolbar li:nth-of-type(3) {
  background: url("../png/3.png");
}

.fixedToolbar li:nth-of-type(1):hover {
  background: url("../png/1-1.png");
}

.fixedToolbar li:nth-of-type(2):hover {
  background: url("../png/2-2.png");
}

.fixedToolbar li:nth-of-type(3):hover {
  background: url("../png/3-3.png");
}

/* 全局功能 */
.usd {
  margin-right: 2px;
  font-style: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.vue-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: auto !important;
  height: auto !important;
  background: #fff;
  text-align: center;
}

.vue-loading p {
  padding-top: 12%;
}

/* 页码 */
.pager_form {
  margin: 20px 0;
  text-align: center;
}

.pager_form .p_box {
  display: inline-block;
}

.pager_form .prev, .pager_form .next {
  font-size: 12px;
  vertical-align: top;
  padding: 0 10px;
}

.pager_form .current, .pager_form a {
  margin: 0 3px;
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 2px;
}

.pager_form .current {
  /*background:#6c0a8c;
	color: #fff;*/
  border: 1px solid #C00;
}

.pager_form a {
  background-color: #fff;
  border: 1px solid #ccc;
}

.pager_form a:hover {
  background: #e6e6e6;
}

.pager_form input {
  margin-right: 4px;
  width: 24px;
  padding: 0 5px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.pager_form button {
  background-color: transparent;
  border: none;
  outline: none;
}

/* 页码 end*/
/* 美化下拉框 */
.selectpick_div {
  background-color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: solid 1px #999;
  line-height: 30px;
  text-indent: 5px;
  padding-left: 5px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9060;
}

.selectpick_icon {
  float: right;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  border-width: 7px 4px 0;
  border-style: solid dashed dashed;
  border-left-color: transparent;
  border-right-color: transparent;
  margin: 12px 5px 0 0;
  cursor: pointer;
}

.selectpick_div:hover {
  border: 1px solid #cc0000;
  box-shadow: 0px 0px 6px 0px rgba(211, 41, 61, 0.4);
}

.selectpick_div:active {
  -moz-box-shadow: 0px 0px 6px 0px rgba(211, 41, 61, 0.4);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(211, 41, 61, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(211, 41, 61, 0.4);
  border: 1px solid #cc0000;
}

/*下拉框的主体*/
.selectpick_options,
.optionsNew {
  padding: 4px 4px;
  box-sizing: border-box;
  border: solid 1px #cc0000;
  position: absolute;
  z-index: 9060;
  font-size: 12px;
  text-indent: 15px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}

.selectpick_options ul {
  list-style: none;
  height: auto;
  margin: 0px;
  padding: 0px;
  z-index: 9060;
  font-size: 12px;
}

.selectpick_options li {
  border-radius: 2px;
  display: block;
  font-size: 12px;
  z-index: 9060;
  background-color: #F6F6F6;
  width: 100%;
}

.selectpick_options li:hover {
  background-color: #cc0000;
  color: #fff;
}

.selectpick_options ul li.selectpick_options_selected {
  background-color: #cc0000;
  color: #fff;
  z-index: 9060;
  border-radius: 3px;
}

/*设置为disabled的时候*/
.selectpick_no_select {
  cursor: default;
  color: #9a9898;
  background-color: #F5F5F5;
}

/*设置下拉框的不透明度*/
.select_hide {
  display: none;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}

/*其他*/
.selectpick_options li {
  cursor: pointer;
}

.selectpick_options li label {
  cursor: pointer;
}

.selectpick_div_box {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  vertical-align: top;
}

/*下拉框美化 end*/
/* 美化下拉框end */
.optionsNew {
  width: 265px;
  left: 0px;
  top: 30px;
}

.optionsNew .li {
  float: left;
  width: 60px;
  text-align: center;
  text-indent: 0;
  line-height: 27px;
  margin: 0 3px  4px 0;
  cursor: pointer;
  background: #F6F6F6;
}

.optionsNew .optionsSelectedNew {
  background-color: #cc0000;
  color: #fff;
  z-index: 9060;
  border-radius: 3px;
}

.otherQuantities {
  float: left;
  padding: 0 5px 5px;
}

.otherQuantities input {
  line-height: 28px;
  padding: 0 5px;
  width: 160px;
}

.otherQuantities input:focus {
  outline: none;
  border: 1px solid #cc0000;
  box-shadow: 0px 0px 6px 0px rgba(211, 41, 61, 0.4);
}

.otherQuantities #btnInputCount {
  width: 62px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  background: #cc0000;
  text-align: center;
  text-indent: 0;
  border-radius: 3px;
}

.otherQuantities .qitashul {
  text-indent: 105px;
  line-height: 18px;
  margin-bottom: 6px;
  position: relative;
}

.otherQuantities .jieshi {
  font-weight: bold;
  color: #cc0000;
  position: absolute;
  left: -105px;
}

.optionsNew .li:hover {
  background: #cc0000;
  color: #fff;
  border-radius: 3px;
}

.quickQuotePannel_new .bcount_box .selectpick_div_box .selectpick_options ul li {
  float: left;
  width: 60px;
  text-align: center;
  text-indent: 0;
  margin: 0 3px  4px 0;
}

.quickQuotePannel_new .sizeBox label {
  cursor: pointer;
}

.quickQuotePannel_new .radioBox [type=radio] {
  position: absolute;
  height: 0;
  z-index: -1;
}

.quickQuotePannel_new .radioBox .tick {
  position: relative;
  margin: 0 3px;
  display: inline-block;
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
}

.quickQuotePannel_new .radioBox .text {
  color: #999;
}

.quickQuotePannel_new .radioBox .tick::before {
  display: none;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
  content: "";
}

.quickQuotePannel_new .radioBox .tick::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 7px;
  height: 1px;
  transform: rotate(-45deg);
  content: "";
}

.quickQuotePannel_new .radioBox [type=radio]:checked ~ .tick {
  background-color: #c00;
  border-color: #c00;
}

.quickQuotePannel_new .radioBox [type=radio]:checked ~ .tick::before,
.quickQuotePannel_new .radioBox [type=radio]:checked ~ .tick::after {
  display: block;
  background-color: #fff;
}

.quickQuotePannel_new .sizeBox,
.quickQuotePannel_new .sizeBox input,
.quickQuotePannel_new .selectpick_div {
  background: #f6f6f6;
}

.quickQuotePannel_new .sizeBox input {
  border: 1px solid #999999;
}

/* 新快速计价组件end */
/* 弹窗模块 */
.popWindowBg {
  /* position: fixed; */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 1024; */
}

.popWindow {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.popWindow > table > tbody > tr > td {
  padding: 0;
}

.popWindow .ui-header {
  position: relative;
  /* border-bottom: 1px solid #e1e1e1; */
  /* line-height: 50px; */
}

.popWindow .ui-dialog-title {
  padding-right: 40px;
}

.popWindow .ui-dialog-close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-weight: 100;
  font-style: inherit;
}

.popWindow .ui-dialog-close:hover {
  color: #838383;
}

.loginDialog .ui-dialog-close {
  font-size: 36px;
  opacity: .6;
}

.loginDialog .ui-dialog-close:hover {
  opacity: .9;
}

/* 弹窗模块end */
/* 登录弹窗 */
.loginDialog .login-form .msg-error {
  margin-bottom: 5px;
}

.loginDialog {
  padding-bottom: 30px;
  z-index: 999999 !important;
}

.loginDialog {
  border: none;
}

.loginDialog .ui-header {
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
}

.loginDialog .title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  border-bottom: 1px solid #ebebeb;
}

.loginDialog .title a {
  padding: 0 10px;
  display: inline-block;
  height: 100%;
  cursor: pointer;
}

.loginDialog .title a.active {
  border-bottom: 2px solid #6c0a8c;
  margin-bottom: -1px;
  color: #6c0a8c;
}

.loginDialog .fcontentBox {
  padding: 20px;
}

.loginDialog .iptText {
  display: block;
  margin-bottom: 10px;
  line-height: 42px;
  height: 42px;
  width: 280px;
  padding-left: 10px;
  border: 1px solid #e8e8e8e8;
  box-sizing: border-box;
}

.loginDialog .titleTips {
  padding: 0 40px;
  height: 86px;
  background: #6c0a8c url("../png/logintipbg.png") no-repeat;
  color: #fff;
  padding-top: 40px;
}

.loginDialog .titleTips h2 {
  font-size: 19px;
}

.loginDialog .titleTips h2 b {
  color: #c8984e;
}

.loginDialog .titleTips p {
  font-size: 12px;
  margin-top: 6px;
}

#registerSubmit {
  margin: 20px 0 20px 0;
}

.loginDialog .greenBtn {
  display: block;
  margin: 40px 0;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  border-radius: 2px;
}

.loginDialog .greenBtn:hover {
  text-decoration: underline;
}

.loginDialog .speArea {
  font-size: 13px;
  text-align: center;
  color: #6c0a8c;
}

.loginDialog .speArea a {
  color: #999;
  cursor: pointer;
}

.loginDialog .speArea a:hover {
  color: #6c0a8c;
  text-decoration: underline;
}

.loginDialog .trTip {
  color: #909090;
  margin-bottom: 5px;
}

.loginDialog .sign {
  color: #6c0a8c;
}

.loginDialog .login-form {
  width: 320px;
  height: 500px;
}

.login-form .msg-warn, .login-form .msg-error {
  margin-bottom: 10px;
  height: 36px;
  padding: 0 10px;
  background: #fefcee;
  border: 1px solid #f3d995;
  border-radius: 2px;
  color: #999;
  line-height: 36px;
}

.login-form .msg-error {
  display: none;
  color: #c00;
  border-color: #c00;
  background: #fff6ed;
}

.login-form .msg-error i {
  margin-right: 3px;
}

/* 登录弹窗end */
.thirdLoginBox .line_box span {
  display: inline-block;
  position: relative;
}

.thirdLoginBox .line_box span::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  left: 30px;
  top: 10px;
}

.thirdLoginBox .line_box span::after {
  content: '';
  width: 100px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  right: 30px;
  top: 10px;
}

.thirdLoginLsit {
  text-align: center;
  padding: 30px 0;
}

.thirdLoginLsit a {
  display: inline-block;
  margin: 0 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  cursor: pointer;
}

.thirdLoginLsit .facebookItem {
  background: url("../png/facebook.png") center no-repeat;
}

.thirdLoginLsit .googleItem {
  background: url("../png/google.png") center no-repeat;
}

.thirdLoginLsit .facebookItem:hover {
  background: url("../png/facebookon.png") center no-repeat;
}

.thirdLoginLsit .googleItem:hover {
  background: url("../png/googleon.png") center no-repeat;
}

/*公共头部栏 */
/* 我的侧边导航 */
/* 个人中心公共顶部 */
.myTitle {
  margin-top: 20px;
  line-height: 30px;
  border-bottom: 1px solid #999999;
  font-size: 18px;
  font-weight: bold;
  color: #6c0a8c;
}

/* .addressCommon */
.addressList {
  margin-top: 20px;
}

.addressList ul {
  /*height: 200px;*/
  overflow: hidden;
}

.addressList li {
  width: 425px;
  height: 172px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  position: relative;
  padding: 5px 10px;
  color: #666;
  float: left;
  margin-bottom: 10px;
  margin-top: 6px;
  margin-right: 20px;
}

.addressList li:nth-of-type(2n) {
  margin-right: 0;
}

.addressList li p {
  line-height: 20px;
}

.addressList li .leftBox {
  display: block;
  width: 232px;
  overflow: hidden;
  height: 24px;
}

.addressList li .lable {
  color: #333;
}

.addressList li i img {
  margin: 0 5px;
}

.addressList li a {
  color: #6C0A8C;
  margin-right: 10px;
}

.addressList li .default {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 72px;
  height: 49px;
  background: url("../png/c_default.png") center no-repeat;
  background-size: 100%;
}

.addressList li:hover .action {
  display: block;
}

.addressList li .action {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
  text-align: right;
}

.addressList li .action .edit {
  display: inline-block;
  margin-right: 30px;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #FC6121;
  border-radius: 4px;
  color: #fff;
  z-index: 9;
}

.addressList li .action .edit:hover {
  text-decoration: underline;
}

.addressList li.active {
  border-color: #FC6121;
  background: #FFF7F3;
}

.addressList li .defaultImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.addAddress {
  padding: 0 16px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 12px;
}

.addPopcontent {
  width: 500px;
  margin: 20px auto 0;
}

.addPopcontent li {
  margin-bottom: 10px;
}

.addPopcontent .lable {
  display: inline-block;
  width: 106px;
  line-height: 30px;
  text-align: right;
  padding-right: 5px;
}

.addPopcontent .item {
  float: left;
  position: relative;
}

.addPopcontent .item .downIconBox {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f8f8f8;
  text-align: center;
  top: 0;
  right: 0;
}

.addPopcontent input {
  text-indent: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.addPopcontent input:focus {
  border: 1px solid #6c0a8c !important;
  box-shadow: 0px 0px 6px 0px rgba(113, 18, 143, 0.4) !important;
}

.addPopcontent input {
  width: 370px;
  height: 26px;
  margin-left: 3px;
  padding: 0;
  line-height: 30px;
}

.addPopcontent select {
  width: 374px;
  margin-left: 3px;
  padding: 0 5px;
  height: 32px;
}

.addPopcontent textarea {
  margin-left: 3px;
  width: 350px;
  padding: 5px 10px;
  float: left;
  height: 50px;
  border: 1px solid #ddd;
}

.addPopcontent textarea:focus {
  border: 1px solid #6c0a8c !important;
  box-shadow: 0px 0px 6px 0px rgba(113, 18, 143, 0.4) !important;
}

.addPopcontent .tip {
  color: #f22023;
  margin-top: 20px;
}

.addPopcontent .arBtn {
  width: 80px;
  line-height: 28px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin: 5px 0;
  background: #ccc;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.addPopcontent .arBtn:hover {
  text-decoration: underline;
}

.addPopcontent .submitBtn {
  background: #6c0a8c;
  border-color: #6c0a8c;
  margin-left: 115px;
}

.addPopcontent .cancelBtn {
  margin-left: 10px;
}

.selectEleList {
  position: absolute;
  width: 370px;
  height: 120px;
  left: 114px;
  top: 28px;
  background: #fff;
  border: 1px solid #6c0a8c;
  overflow-y: auto;
  z-index: 9;
  display: none;
}

.addPopcontent .selectEleList li {
  margin: 0;
  padding: 0 5px;
  line-height: 30px;
  margin-bottom: 0;
}

.selectEleList li:hover {
  background: #6c0a8c;
  color: #fff;
}

/* 弹性布局 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_align_items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_space_around {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.flex_start {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_last_end {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

/* 弹窗样式调整 */
.popwindonBoxStyle {
  border-radius: 6px !important;
  overflow: hidden;
}

.popwindonBoxStyle .layui-layer-title {
  background-color: #ebebeb;
  padding: 0 30px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.popwindonBoxStyle .layui-layer-setwin {
  right: 0;
  top: 8px;
}

.popwindonBoxStyle .layui-layer-setwin a {
  /*width: 26px;
	height: 26px;
	background: url('/static/images/closeIcon.png') no-repeat;*/
  margin-right: 10px;
}

.popwindonBox {
  width: 990px;
  padding: 10px;
  box-sizing: border-box;
  margin: auto;
}

.addressBoxStyle {
  padding: 10px;
  border: none;
}

.addressBoxStyle .layui-layer-title {
  padding: 0 30px;
  height: 38px;
  border-color: #fff;
  font-weight: normal;
  color: #333;
}

.addressBoxStyle .layui-layer-setwin {
  right: 10px;
  top: 12px;
}

/* icon */
.iconRight {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../png/downbig.png) no-repeat;
  background-size: 100%;
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: #c00 !important;
  border-color: #c00 !important;
}

.iti-flag {
  display: inline-block;
  margin-right: 2px;
  background-color: #fff;
  box-shadow: none;
}

/* 分享 */
.s_menu {
  position: absolute;
  top: 48px;
  left: 0;
  right: -15px;
  height: 0;
  height: auto;
  box-shadow: 0 0 5px #ccc;
  background-color: #fff;
}

.item:hover .s_menu {
  height: auto;
}

.item:hover::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  content: "";
  /* background-color: rgba(0, 0, 0, .1); */
}

.s_menu::before,
.s_menu::after {
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -2.5px;
  height: 0;
  content: "";
  border: 5px solid;
  border-color: transparent transparent #eee transparent;
  line-height: 0;
}

.s_menu::after {
  border-bottom-color: #fff;
  top: -9.5px;
}

.s_menu a {
  display: block;
  line-height: 34px;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #e4e4e4;
  transition: border-left-color .3s, color .3s;
}

.s_menu a:hover {
  border-left-color: #6c0a8c;
  color: #6c0a8c;
}

.s_menu i {
  display: inline-block;
  margin: 0 5px 0 15px;
  width: 22px;
  height: 22px;
  vertical-align: -7px;
  background: url("../png/sns_icons.png");
}

.s_menu a:nth-child(2) i {
  background-position: -22px 0;
}

.s_menu a:nth-child(3) i {
  background-position: -88px 0;
}

.s_menu a:nth-child(1):hover i {
  background-position: 0 22px;
}

.s_menu a:nth-child(2):hover i {
  background-position: -22px 22px;
}

.s_menu a:nth-child(3):hover i {
  background-position: -88px 22px;
}

.s_menu a i {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 1px;
}

/* 优化劵样式 双201911 */
.couponList {
  margin: 50px auto;
}

.couponList ul {
  overflow: hidden;
}

.couponList li {
  width: 580px;
  height: 170px;
  background: url("../png/couponbg1.png") no-repeat;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

.couponList li:nth-of-type(2n) {
  margin-right: 0;
}

.couponList li .leftBox {
  float: left;
  width: 360px;
  height: 100%;
  color: #ed6f09;
}

.couponList li .couponPrice {
  padding-left: 90px;
  overflow: hidden;
}

.couponPrice span {
  float: left;
}

.couponPrice .coupon {
  display: inline-block;
  margin-top: 26px;
  font-size: 36px;
  font-weight: bold;
}

.couponPrice .num {
  font-size: 100px;
  font-weight: bold;
}

.couponPrice .off {
  display: inline-block;
  width: 66px;
  margin-top: 33px;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}

.couponPrice .off b {
  font-size: 50px;
}

.leftBox p {
  text-align: center;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
}

.couponList li .rightBox {
  width: 220px;
  height: 100%;
  float: right;
  padding: 20px;
  box-sizing: border-box;
}

.couponList li .rightBox h3 {
  line-height: 45px;
  color: #333;
}

.couponList li .rightBox p {
  font-size: 12px;
  color: #6c0a8c;
  font-weight: bold;
  margin-bottom: 30px;
}

.couponList li .rightBox .btnBox {
  text-align: center;
}

.couponList li .rightBox .btnBox a {
  display: inline-block;
  width: 172px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #6c0a8c;
  border-radius: 5px;
  border: 1px solid #6c0a8c;
}

.couponList li .rightBox .btnBox a:hover {
  background: #6c0a8c;
  color: #fff;
}

.couponList li .rightBox .btnBox a.disable {
  background: #999999;
  cursor: inherit;
  color: #fff;
  border: 1px solid #fff;
}

.couponList li .rightBox p a:hover {
  color: #333;
}

.couponList li .rightBox p .statusColor1:hover {
  color: #fc6121;
}

.couponList li .rightBox p .statusColor2:hover {
  color: #6c0a8c;
}

.couponList li .rightBox p .statusColor3:hover {
  color: #666666;
}

.p_m {
  display: none;
}

@media (max-width: 1200px) {
  .p_m {
    display: block;
    position: fixed;
    right: 20px;
    top: 70%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: url("../gif/m_p.gif") center no-repeat;
    background-size: 102%;
    opacity: 0.8;
    z-index: 9999999;
    cursor: pointer;
  }
}

/* 圣诞节 */
.showScoreTips {
  width: 495px;
  height: 484px !important;
  background: url("../png/showtippoint.png") no-repeat;
  background-color: transparent !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}

.showScoreTips .layui-layer-title {
  width: 0px;
  height: 40px;
  padding: 0;
}

.showScoreTips .layui-layer-setwin a {
  width: 40px !important;
  height: 40px !important;
  top: 423px;
  right: 232px;
  background: none !important;
}

.showScoreTips .shearBox h2 {
  margin-top: 60px;
  font-size: 40px;
  font-weight: bold;
  text-indent: 45px;
  margin-bottom: 10px;
}

.showScoreTips .shearBox p {
  text-align: center;
  margin-right: 30px;
  font-size: 16px;
  line-height: 26px;
}

.abBox .abImgBox {
  position: relative;
  height: 80px;
  background: url(../gif/ad1.gif) center;
}

/* 支付页面活动 */
.activityAd {
  position: relative;
}

.activityAd .statuBtn {
  display: block;
  background: #ffe945;
  width: 94px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  position: absolute;
  right: 20px;
  top: 33px;
  border: 1px solid #ffe945;
}

.activityAd .statuBtn:hover {
  background: transparent;
  color: #ffe945;
}

.activityAd .statuBtn.statugay {
  background: #ccc;
  color: #fff;
  border-color: #ccc;
}

/* 下拉框样式美化 */
.searchable-select {
  width: 298px;
  border-radius: 4px;
}

.searchable-select-holder {
  border-radius: 4px;
  border-color: #ccc;
}

.searchable-select-holder.active {
  border: 1px solid #6c0a8c;
}

.searchable-select-dropdown {
  border: 1px solid #6c0a8c;
  border-radius: 4px;
  top: 33px;
  padding: 0;
}

.searchable-scroll {
  margin: 0;
}

.searchable-select-item.hover,
.searchable-select-item.selected {
  background: #6c0a8c;
}

/* layerUi confirm修改 */
.delConfirmBtn .layui-layer-content {
  padding-bottom: 0px !important;
  text-align: center;
}

.delConfirmBtn .layui-layer-btn a {
  width: 80px;
  border-radius: 4px;
  border: none;
}

.delConfirmBtn .layui-layer-btn a:hover {
  text-decoration: underline;
}

.delConfirmBtn .layui-layer-btn .layui-layer-btn1 {
  background: #ccc;
  color: #fff;
}

.stepImg {
  position: relative;
  overflow: hidden;
}

.stepImg li {
  width: 140px;
  height: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  background: url("../png/step_bg2.png");
  margin-right: 15px;
  position: relative;
  z-index: 11;
}

.stepImg ul {
  width: 1228px;
  margin-left: -10px;
}

.stepImg li.active {
  background: url("../png/step_bg_on2.png");
}

.stepImg li:nth-last-of-type(1) {
  margin-right: 0;
}

.stepImg .step_arrow {
  position: absolute;
  top: 14px;
  left: 143px;
}

.bompcbawin2 .layui-layer-btn .layui-layer-btn0 {
  background: #fff !important;
  border-color: #dedede !important;
  color: #333;
  cursor: pointer;
}

.bompcbawin2 .layui-layer-btn .layui-layer-btn1 {
  background: #c00;
  border-color: #c00;
  min-width: 60px;
  text-align: center;
  color: #FFF !important;
  cursor: pointer;
}

.el-message1 {
  min-width: 280px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #FFF;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #FFF;
  transition: opacity .3s, transform .4s, top .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: none;
  align-items: center;
}

.el-message1 p {
  margin: 0;
}

.el-message1__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.el-message1--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-message1--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
