.select .select-tab,
.select .select-tabs,
.select .select-selected,
.select .select-title .select-label,
.select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.obelisk-form .input-text,
.ob-form .input-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #ced3d9;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  background-color: #fff;
  margin-right: 10px;
  height: 30px;
  *height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.obelisk-form .input-text:hover,
.ob-form .input-text:hover {
  border-color: #a1aab2;
  outline: 0;
}
.obelisk-form .input-text:focus,
.ob-form .input-text:focus {
  border-color: #1470cc;
  outline: 0;
}
.obelisk-form .input-text.error,
.ob-form .input-text.error {
  border-color: #e64545;
}
.obelisk-form .input-text[disabled],
.obelisk-form .input-text.disabled,
.ob-form .input-text[disabled],
.ob-form .input-text.disabled {
  border-color: #ced3d9;
  background-color: #edf0f2;
  cursor: not-allowed;
}
.obelisk-form .text-item,
.ob-form .text-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.obelisk-form .text-item .input-wrap,
.ob-form .text-item .input-wrap {
  overflow: hidden;
}
.obelisk-form .text-item .input-wrap button,
.ob-form .text-item .input-wrap button {
  background-color: transparent;
}
.obelisk-form .text-item .input-head,
.ob-form .text-item .input-head {
  padding: 0px 10px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #555;
  float: left;
  border-right: 1px solid #ced3d9;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  position: relative;
  z-index: 9;
  top: 1px;
  *top: 0;
}
.obelisk-form .text-item .input-ctnr,
.ob-form .text-item .input-ctnr {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #ced3d9;
  background-color: #f5f7fa;
  position: absolute;
  left: 0;
  top: 0;
  *height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.obelisk-form .text-item .input-cnt,
.ob-form .text-item .input-cnt {
  overflow: hidden;
}
.obelisk-form .text-item .input-cnt input,
.ob-form .text-item .input-cnt input {
  width: 100%;
}
.obelisk-form .text-item .input-text,
.ob-form .text-item .input-text {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  float: right;
  border-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 9;
}
.obelisk-form .text-item .input-text:hover + .input-ctnr,
.ob-form .text-item .input-text:hover + .input-ctnr {
  border-color: #a1aab2;
}
.obelisk-form .text-item .input-text:focus + .input-ctnr,
.ob-form .text-item .input-text:focus + .input-ctnr {
  border-color: #1470cc;
}
.obelisk-form .text-item .input-text.error + .input-ctnr,
.ob-form .text-item .input-text.error + .input-ctnr {
  border-color: #e64545;
}
.obelisk-form .text-item .input-text[disabled] + .input-ctnr,
.obelisk-form .text-item .input-text.disabled + .input-ctnr,
.ob-form .text-item .input-text[disabled] + .input-ctnr,
.ob-form .text-item .input-text.disabled + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
  cursor: not-allowed;
}
.obelisk-form .text-item.text-item-r .input-head,
.ob-form .text-item.text-item-r .input-head {
  float: right;
  border-right: none;
  border-left: 1px solid #ced3d9;
  border-radius: 0 3px 3px 0;
}
.obelisk-form .text-item.text-item-r .input-text,
.ob-form .text-item.text-item-r .input-text {
  border-radius: 3px 0 0 3px;
  float: left;
  border-right: 0;
  margin-left: 0;
  border-left: 1px solid #ced3d9;
}
.obelisk-form .text-item.text-item-r .input-text:hover,
.ob-form .text-item.text-item-r .input-text:hover {
  border-color: #a1aab2;
}
.obelisk-form .text-item.text-item-r .input-text:focus,
.ob-form .text-item.text-item-r .input-text:focus {
  border-color: #1470cc;
}
.obelisk-form .text-item.text-item-r .input-text.error,
.ob-form .text-item.text-item-r .input-text.error {
  border-color: #e64545;
}
.obelisk-form .text-item.text-item-r .input-text[disabled],
.obelisk-form .text-item.text-item-r .input-text.disabled,
.ob-form .text-item.text-item-r .input-text[disabled],
.ob-form .text-item.text-item-r .input-text.disabled {
  border-color: #ced3d9;
}
.obelisk-form .input-checkbox,
.obelisk-form .input-radio,
.obelisk-form .input-toggle,
.obelisk-form .input-tag,
.ob-form .input-checkbox,
.ob-form .input-radio,
.ob-form .input-toggle,
.ob-form .input-tag {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.obelisk-form .input-checkbox .input-wrap,
.obelisk-form .input-radio .input-wrap,
.obelisk-form .input-toggle .input-wrap,
.obelisk-form .input-tag .input-wrap,
.ob-form .input-checkbox .input-wrap,
.ob-form .input-radio .input-wrap,
.ob-form .input-toggle .input-wrap,
.ob-form .input-tag .input-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: normal;
  margin: 6px 10px 6px 0;
  vertical-align: middle;
  position: relative;
}
.obelisk-form .input-checkbox input[type="checkbox"],
.obelisk-form .input-checkbox input[type="radio"],
.obelisk-form .input-radio input[type="checkbox"],
.obelisk-form .input-radio input[type="radio"],
.obelisk-form .input-toggle input[type="checkbox"],
.obelisk-form .input-toggle input[type="radio"],
.obelisk-form .input-tag input[type="checkbox"],
.obelisk-form .input-tag input[type="radio"],
.ob-form .input-checkbox input[type="checkbox"],
.ob-form .input-checkbox input[type="radio"],
.ob-form .input-radio input[type="checkbox"],
.ob-form .input-radio input[type="radio"],
.ob-form .input-toggle input[type="checkbox"],
.ob-form .input-toggle input[type="radio"],
.ob-form .input-tag input[type="checkbox"],
.ob-form .input-tag input[type="radio"] {
  vertical-align: middle;
}
.obelisk-form .input-checkbox input[type="checkbox"] + .input-ctnr,
.obelisk-form .input-checkbox input[type="radio"] + .input-ctnr,
.obelisk-form .input-radio input[type="checkbox"] + .input-ctnr,
.obelisk-form .input-radio input[type="radio"] + .input-ctnr,
.obelisk-form .input-toggle input[type="checkbox"] + .input-ctnr,
.obelisk-form .input-toggle input[type="radio"] + .input-ctnr,
.obelisk-form .input-tag input[type="checkbox"] + .input-ctnr,
.obelisk-form .input-tag input[type="radio"] + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"] + .input-ctnr,
.ob-form .input-checkbox input[type="radio"] + .input-ctnr,
.ob-form .input-radio input[type="checkbox"] + .input-ctnr,
.ob-form .input-radio input[type="radio"] + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"] + .input-ctnr,
.ob-form .input-toggle input[type="radio"] + .input-ctnr,
.ob-form .input-tag input[type="checkbox"] + .input-ctnr,
.ob-form .input-tag input[type="radio"] + .input-ctnr {
  display: none;
}
@media only screen and (max-width: 1000000px) {
  .obelisk-form .input-checkbox input[type="checkbox"],
  .obelisk-form .input-checkbox input[type="radio"],
  .obelisk-form .input-radio input[type="checkbox"],
  .obelisk-form .input-radio input[type="radio"],
  .obelisk-form .input-toggle input[type="checkbox"],
  .obelisk-form .input-toggle input[type="radio"],
  .obelisk-form .input-tag input[type="checkbox"],
  .obelisk-form .input-tag input[type="radio"],
  .ob-form .input-checkbox input[type="checkbox"],
  .ob-form .input-checkbox input[type="radio"],
  .ob-form .input-radio input[type="checkbox"],
  .ob-form .input-radio input[type="radio"],
  .ob-form .input-toggle input[type="checkbox"],
  .ob-form .input-toggle input[type="radio"],
  .ob-form .input-tag input[type="checkbox"],
  .ob-form .input-tag input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .obelisk-form .input-checkbox input[type="checkbox"] + .input-ctnr,
  .obelisk-form .input-checkbox input[type="radio"] + .input-ctnr,
  .obelisk-form .input-radio input[type="checkbox"] + .input-ctnr,
  .obelisk-form .input-radio input[type="radio"] + .input-ctnr,
  .obelisk-form .input-toggle input[type="checkbox"] + .input-ctnr,
  .obelisk-form .input-toggle input[type="radio"] + .input-ctnr,
  .obelisk-form .input-tag input[type="checkbox"] + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"] + .input-ctnr,
  .ob-form .input-checkbox input[type="checkbox"] + .input-ctnr,
  .ob-form .input-checkbox input[type="radio"] + .input-ctnr,
  .ob-form .input-radio input[type="checkbox"] + .input-ctnr,
  .ob-form .input-radio input[type="radio"] + .input-ctnr,
  .ob-form .input-toggle input[type="checkbox"] + .input-ctnr,
  .ob-form .input-toggle input[type="radio"] + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"] + .input-ctnr,
  .ob-form .input-tag input[type="radio"] + .input-ctnr {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    vertical-align: middle;
    margin-top: -2px;
  }
}
.obelisk-form .input-checkbox .input-wrap,
.ob-form .input-checkbox .input-wrap {
  color: #222;
}
.obelisk-form .input-checkbox input[type="checkbox"] + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"] + .input-ctnr {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #a1aab3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 5px;
}
.obelisk-form .input-checkbox input[type="checkbox"]:hover + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"]:hover + .input-ctnr {
  border-color: #1470cc;
  background-color: #d9ecff;
}
.obelisk-form .input-checkbox input[type="checkbox"][disabled] + .input-ctnr,
.obelisk-form .input-checkbox input[type="checkbox"].disabled + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"][disabled] + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"].disabled + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
  cursor: not-allowed;
}
.obelisk-form .input-checkbox input[type="checkbox"]:checked + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"]:checked + .input-ctnr {
  border-color: #1470cc;
  background-color: #fff;
  position: relative;
}
.obelisk-form .input-checkbox input[type="checkbox"]:checked + .input-ctnr:after,
.ob-form .input-checkbox input[type="checkbox"]:checked + .input-ctnr:after {
  content: "";
  display: block;
  width: 9px;
  height: 4px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #1470cc;
  position: absolute;
  left: 2px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.obelisk-form .input-checkbox input[type="checkbox"][disabled]:checked + .input-ctnr,
.obelisk-form .input-checkbox input[type="checkbox"].disabled:checked + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"][disabled]:checked + .input-ctnr,
.ob-form .input-checkbox input[type="checkbox"].disabled:checked + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
}
.obelisk-form .input-checkbox input[type="checkbox"][disabled]:checked + .input-ctnr:after,
.obelisk-form .input-checkbox input[type="checkbox"].disabled:checked + .input-ctnr:after,
.ob-form .input-checkbox input[type="checkbox"][disabled]:checked + .input-ctnr:after,
.ob-form .input-checkbox input[type="checkbox"].disabled:checked + .input-ctnr:after {
  border-color: #a1aab3;
}
.obelisk-form .input-radio .input-wrap,
.ob-form .input-radio .input-wrap {
  color: #222;
}
.obelisk-form .input-radio input[type="radio"] + .input-ctnr,
.ob-form .input-radio input[type="radio"] + .input-ctnr {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #a1aab3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
}
.obelisk-form .input-radio input[type="radio"]:hover + .input-ctnr,
.ob-form .input-radio input[type="radio"]:hover + .input-ctnr {
  border-color: #1470cc;
  background-color: #d9ecff;
}
.obelisk-form .input-radio input[type="radio"][disabled] + .input-ctnr,
.obelisk-form .input-radio input[type="radio"].disabled + .input-ctnr,
.ob-form .input-radio input[type="radio"][disabled] + .input-ctnr,
.ob-form .input-radio input[type="radio"].disabled + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
  cursor: not-allowed;
}
.obelisk-form .input-radio input[type="radio"]:checked + .input-ctnr,
.ob-form .input-radio input[type="radio"]:checked + .input-ctnr {
  border-color: #1470cc;
  background-color: #fff;
  position: relative;
}
.obelisk-form .input-radio input[type="radio"]:checked + .input-ctnr:after,
.ob-form .input-radio input[type="radio"]:checked + .input-ctnr:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #1470cc;
  margin-left: 4px;
  margin-top: 4px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.obelisk-form .input-radio input[type="radio"][disabled]:checked + .input-ctnr,
.obelisk-form .input-radio input[type="radio"].disabled:checked + .input-ctnr,
.ob-form .input-radio input[type="radio"][disabled]:checked + .input-ctnr,
.ob-form .input-radio input[type="radio"].disabled:checked + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
}
.obelisk-form .input-radio input[type="radio"][disabled]:checked + .input-ctnr:after,
.obelisk-form .input-radio input[type="radio"].disabled:checked + .input-ctnr:after,
.ob-form .input-radio input[type="radio"][disabled]:checked + .input-ctnr:after,
.ob-form .input-radio input[type="radio"].disabled:checked + .input-ctnr:after {
  background-color: #a1aab3;
}
.obelisk-form .input-toggle input[type="checkbox"] + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"] + .input-ctnr {
  width: 38px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #cfdae6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.obelisk-form .input-toggle input[type="checkbox"] + .input-ctnr:after,
.ob-form .input-toggle input[type="checkbox"] + .input-ctnr:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: -1px;
  margin-top: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #cfdae6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 33, 66, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 33, 66, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 33, 66, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 33, 66, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 33, 66, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.obelisk-form .input-toggle input[type="checkbox"][disabled] + .input-ctnr,
.obelisk-form .input-toggle input[type="checkbox"].disabled + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"][disabled] + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"].disabled + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
  cursor: not-allowed;
}
.obelisk-form .input-toggle input[type="checkbox"][disabled] + .input-ctnr:after,
.obelisk-form .input-toggle input[type="checkbox"].disabled + .input-ctnr:after,
.ob-form .input-toggle input[type="checkbox"][disabled] + .input-ctnr:after,
.ob-form .input-toggle input[type="checkbox"].disabled + .input-ctnr:after {
  border-color: #ced3d9;
  background-color: #edf0f2;
  margin-left: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.obelisk-form .input-toggle input[type="checkbox"]:checked + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"]:checked + .input-ctnr {
  background-color: #1470cc;
  border-color: #1470cc;
}
.obelisk-form .input-toggle input[type="checkbox"]:checked + .input-ctnr:after,
.ob-form .input-toggle input[type="checkbox"]:checked + .input-ctnr:after {
  border-color: #1470cc;
  background-color: #fff;
  margin-left: 19px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.obelisk-form .input-toggle input[type="checkbox"][disabled]:checked + .input-ctnr,
.obelisk-form .input-toggle input[type="checkbox"].disabled:checked + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"][disabled]:checked + .input-ctnr,
.ob-form .input-toggle input[type="checkbox"].disabled:checked + .input-ctnr {
  border-color: #ced3d9;
  background-color: #edf0f2;
}
.obelisk-form .input-toggle input[type="checkbox"][disabled]:checked + .input-ctnr:after,
.obelisk-form .input-toggle input[type="checkbox"].disabled:checked + .input-ctnr:after,
.ob-form .input-toggle input[type="checkbox"][disabled]:checked + .input-ctnr:after,
.ob-form .input-toggle input[type="checkbox"].disabled:checked + .input-ctnr:after {
  border-color: #ced3d9;
  background-color: #edf0f2;
}
.obelisk-form .input-textarea,
.ob-form .input-textarea {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ced3d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  outline: 0;
  overflow: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.obelisk-form .input-textarea:hover,
.ob-form .input-textarea:hover {
  border-color: #a1aab2;
  outline: 0;
}
.obelisk-form .input-textarea:focus,
.ob-form .input-textarea:focus {
  border-color: #1470cc;
  outline: 0;
}
@media only screen and (max-width: 1000000px) {
  .obelisk-form .input-tag .input-wrap,
  .ob-form .input-tag .input-wrap {
    margin-top: 0;
  }
}
.obelisk-form .input-tag input[type="checkbox"] + .input-ctnr,
.obelisk-form .input-tag input[type="radio"] + .input-ctnr,
.ob-form .input-tag input[type="checkbox"] + .input-ctnr,
.ob-form .input-tag input[type="radio"] + .input-ctnr {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
@media only screen and (max-width: 1000000px) {
  .obelisk-form .input-tag input[type="checkbox"] + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"] + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"] + .input-ctnr,
  .ob-form .input-tag input[type="radio"] + .input-ctnr {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    border: 1px solid #ced3d9;
    color: #888;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
  }
  .obelisk-form .input-tag input[type="checkbox"] + .input-ctnr.cut,
  .obelisk-form .input-tag input[type="radio"] + .input-ctnr.cut,
  .ob-form .input-tag input[type="checkbox"] + .input-ctnr.cut,
  .ob-form .input-tag input[type="radio"] + .input-ctnr.cut {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
  }
  .obelisk-form .input-tag input[type="checkbox"]:hover + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"]:hover + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"]:hover + .input-ctnr,
  .ob-form .input-tag input[type="radio"]:hover + .input-ctnr {
    border: 1px solid #a1aab3;
    color: #555;
  }
  .obelisk-form .input-tag input[type="checkbox"]:checked + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"]:checked + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"]:checked + .input-ctnr,
  .ob-form .input-tag input[type="radio"]:checked + .input-ctnr {
    border: 1px solid #1470cc;
  }
  .obelisk-form .input-tag input[type="checkbox"]:checked + .input-ctnr:after,
  .obelisk-form .input-tag input[type="radio"]:checked + .input-ctnr:after,
  .ob-form .input-tag input[type="checkbox"]:checked + .input-ctnr:after,
  .ob-form .input-tag input[type="radio"]:checked + .input-ctnr:after {
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    content: "";
    width: 2px;
    height: 4px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
    transform: rotate(32deg);
  }
  .obelisk-form .input-tag input[type="checkbox"]:checked + .input-ctnr:before,
  .obelisk-form .input-tag input[type="radio"]:checked + .input-ctnr:before,
  .ob-form .input-tag input[type="checkbox"]:checked + .input-ctnr:before,
  .ob-form .input-tag input[type="radio"]:checked + .input-ctnr:before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #1470cc #1470cc transparent;
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    -ms-border-radius: 0 0 2px 0;
    -o-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
  }
  .obelisk-form .input-tag input[type="checkbox"][disabled] + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"][disabled] + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"][disabled] + .input-ctnr,
  .ob-form .input-tag input[type="radio"][disabled] + .input-ctnr {
    border-color: #ced3d9;
    color: #b2b2b2;
    background: #edf0f2;
    cursor: not-allowed;
  }
  .obelisk-form .input-tag input[type="checkbox"][disabled]:checked + .input-ctnr,
  .obelisk-form .input-tag input[type="checkbox"].disabled:checked + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"][disabled]:checked + .input-ctnr,
  .obelisk-form .input-tag input[type="radio"].disabled:checked + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"][disabled]:checked + .input-ctnr,
  .ob-form .input-tag input[type="checkbox"].disabled:checked + .input-ctnr,
  .ob-form .input-tag input[type="radio"][disabled]:checked + .input-ctnr,
  .ob-form .input-tag input[type="radio"].disabled:checked + .input-ctnr {
    background: #fff;
    color: #888;
    border-color: #8ab8e5;
  }
  .obelisk-form .input-tag input[type="checkbox"][disabled]:checked + .input-ctnr:before,
  .obelisk-form .input-tag input[type="checkbox"].disabled:checked + .input-ctnr:before,
  .obelisk-form .input-tag input[type="radio"][disabled]:checked + .input-ctnr:before,
  .obelisk-form .input-tag input[type="radio"].disabled:checked + .input-ctnr:before,
  .ob-form .input-tag input[type="checkbox"][disabled]:checked + .input-ctnr:before,
  .ob-form .input-tag input[type="checkbox"].disabled:checked + .input-ctnr:before,
  .ob-form .input-tag input[type="radio"][disabled]:checked + .input-ctnr:before,
  .ob-form .input-tag input[type="radio"].disabled:checked + .input-ctnr:before {
    border-color: transparent #8ab8e5 #8ab8e5 transparent;
  }
}
@media only screen and (max-width: 1000000px) {
  .obelisk-form .input-tag .input-wrap-small input[type="checkbox"] + .input-ctnr,
  .obelisk-form .input-tag .input-wrap-small input[type="radio"] + .input-ctnr,
  .ob-form .input-tag .input-wrap-small input[type="checkbox"] + .input-ctnr,
  .ob-form .input-tag .input-wrap-small input[type="radio"] + .input-ctnr {
    padding: 0 10px;
  }
}
.obelisk-form .textarea-field,
.ob-form .textarea-field {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.obelisk-form .textarea-field .input-textarea,
.ob-form .textarea-field .input-textarea {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  min-height: 88px;
}
.obelisk-form .textarea-field .input-textarea:hover,
.ob-form .textarea-field .input-textarea:hover {
  border-color: #a1aab2;
  outline: 0;
}
.obelisk-form .textarea-field .input-textarea:focus,
.ob-form .textarea-field .input-textarea:focus {
  border-color: #1470cc;
  outline: 0;
}
.obelisk-form .textarea-field .field,
.ob-form .textarea-field .field {
  padding: 8px 10px;
  background: #f5f7fa;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ced3d9;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.obelisk-form .textarea-field .upload,
.ob-form .textarea-field .upload {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #1470cc;
  overflow: hidden;
  position: relative;
  height: 18px;
  vertical-align: top;
}
.obelisk-form .textarea-field .upload .micon,
.ob-form .textarea-field .upload .micon {
  line-height: 18px;
  vertical-align: top;
}
.obelisk-form .textarea-field .file,
.ob-form .textarea-field .file {
  position: absolute;
  top: -10px;
  left: -820px;
  border: 0 none;
  display: block;
  font-size: 200px;
  left: -70px \9;
  width: 650px \9;
  height: 210px \9;
  line-height: 230px;
  opacity: 0;
  filter: alpha(opacity=0) !important;
  cursor: pointer;
  *vertical-align: baseline !important;
}
.obelisk-form .textarea-field .edit,
.ob-form .textarea-field .edit {
  float: right;
  position: relative;
}
.obelisk-form .textarea-field .edit-hd,
.ob-form .textarea-field .edit-hd {
  padding: 0 5px;
}
.obelisk-form .textarea-field .edit-hd .micon,
.ob-form .textarea-field .edit-hd .micon {
  vertical-align: top;
  margin-right: 0;
  margin-top: 1px;
}
.obelisk-form .textarea-field .edit-bd,
.ob-form .textarea-field .edit-bd {
  position: absolute;
  right: 0px;
  top: 100%;
  border: 1px solid #ced3d9;
  -webkit-box-shadow: 3px 3px 3px rgba(210, 110, 26, 0.1);
  -moz-box-shadow: 3px 3px 3px rgba(210, 110, 26, 0.1);
  -ms-box-shadow: 3px 3px 3px rgba(210, 110, 26, 0.1);
  -o-box-shadow: 3px 3px 3px rgba(210, 110, 26, 0.1);
  box-shadow: 3px 3px 3px rgba(210, 110, 26, 0.1);
  background: #fff;
  z-index: 109;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -ms-border-radius: 3px 0 3px 3px;
  -o-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  padding: 5px 0;
  display: none;
}
.obelisk-form .textarea-field .edit-bd a,
.ob-form .textarea-field .edit-bd a {
  display: block;
  width: 180px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.3;
  color: #555;
  text-decoration: none;
}
.obelisk-form .textarea-field .edit-bd a:hover,
.ob-form .textarea-field .edit-bd a:hover {
  background: #e6ecf2;
  text-decoration: none;
}
.obelisk-form .textarea-field .edit.selected .edit-hd,
.ob-form .textarea-field .edit.selected .edit-hd {
  background: #fff;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ced3d9;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.obelisk-form .textarea-field .edit.selected .edit-bd,
.ob-form .textarea-field .edit.selected .edit-bd {
  display: block;
}
.obelisk-form .textarea-field .file-list,
.ob-form .textarea-field .file-list {
  margin-top: 10px;
  padding-top: 1px;
}
.obelisk-form .textarea-field .file-block,
.ob-form .textarea-field .file-block {
  border: 1px solid #e6ecf2;
  background: #fff;
  padding: 5px 10px;
  margin-top: -1px;
  position: relative;
}
.obelisk-form .textarea-field .del,
.ob-form .textarea-field .del {
  float: right;
  color: #000;
  opacity: 0.3;
  line-height: 1;
  margin-top: 1px;
}
.obelisk-form .textarea-field .del:hover,
.ob-form .textarea-field .del:hover {
  opacity: 1;
}
.obelisk-form .textarea-field .del .micon,
.ob-form .textarea-field .del .micon {
  margin-right: 0;
}
.obelisk-form .textarea-field .preview,
.ob-form .textarea-field .preview {
  position: absolute;
  top: 28px;
  left: -1px;
  padding-top: 0;
  z-index: 105;
  width: 80px;
  height: 80px;
  background: #fff;
}
.obelisk-form .textarea-field .img-cnt,
.ob-form .textarea-field .img-cnt {
  width: 80px;
  height: 80px;
  display: table-cell;
  border: 1px solid #e6ecf2;
  background: #fff;
  font-size: 0;
  vertical-align: middle;
  zoom: 1;
  text-align: center;
  cursor: default;
}
.obelisk-form .textarea-field .img-cnt img,
.ob-form .textarea-field .img-cnt img {
  max-width: 80px;
  max-height: 80px;
  _width: 80px;
  _height: 80px;
}
.obelisk-form .textarea-field .file-loading,
.ob-form .textarea-field .file-loading {
  height: 18px;
  overflow: hidden;
  position: relative;
}
.obelisk-form .textarea-field .file-loading .loading,
.ob-form .textarea-field .file-loading .loading {
  position: relative;
  top: 6px;
  margin-right: 26px;
}
.obelisk-form .textarea-field .file-loading .cancel,
.ob-form .textarea-field .file-loading .cancel {
  position: absolute;
  right: 0px;
  top: 0px;
}
.obelisk-form .textarea-field .file-loading .cancel .micon,
.ob-form .textarea-field .file-loading .cancel .micon {
  vertical-align: top;
  color: #000;
  opacity: 0.3;
}
.obelisk-form .textarea-field .file-loading .cancel:hover .micon,
.ob-form .textarea-field .file-loading .cancel:hover .micon {
  vertical-align: top;
  opacity: 1;
}
.obelisk-form .loading,
.ob-form .loading {
  height: 5px;
  overflow: hidden;
  background-color: #e1e3e6;
}
.obelisk-form .loading .loading-bar,
.ob-form .loading .loading-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 0;
  background-color: #00b300;
  -webkit-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  -ms-transition: width 0.1s ease;
  -o-transition: width 0.1s ease;
  transition: width 0.1s ease;
}
.obelisk-form .feedback-block,
.ob-form .feedback-block {
  clear: left;
}
.obelisk-form .feedback-block .error,
.ob-form .feedback-block .error {
  margin-top: 5px;
  font-size: 12px;
  color: #e64545;
  display: inline-block;
}
.obelisk-form .feedback-block .warning,
.ob-form .feedback-block .warning {
  margin-top: 5px;
  font-size: 12px;
  color: #f73;
  display: inline-block;
}
.obelisk-form .prompt,
.ob-form .prompt {
  color: #888;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}
.obelisk-form .fields-text,
.ob-form .fields-text {
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0 10px 0 0;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.obelisk-form .upload-file,
.ob-form .upload-file {
  position: relative;
  margin: 0;
  padding-left: 20px;
  line-height: inherit;
  line-height: 18px;
  height: 18px;
  z-index: 1;
}
.obelisk-form .upload-file .ico,
.ob-form .upload-file .ico {
  top: 1px;
}
.obelisk-form .upload-file .uploading,
.ob-form .upload-file .uploading {
  vertical-align: top;
  margin-top: 1px;
}
.obelisk-form .upload-file .ico,
.ob-form .upload-file .ico {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  vertical-align: top;
  background: url("/assets/common/img/icon/ico_files_bd40fb09.png") no-repeat;
  background-position: 0px -270px;
}
.obelisk-form .upload-file .ico-pdf,
.ob-form .upload-file .ico-pdf {
  background-position: 0 0;
}
.obelisk-form .upload-file .ico-xls,
.obelisk-form .upload-file .ico-xlsx,
.ob-form .upload-file .ico-xls,
.ob-form .upload-file .ico-xlsx {
  background-position: 0 -54px;
}
.obelisk-form .upload-file .ico-doc,
.obelisk-form .upload-file .ico-docx,
.ob-form .upload-file .ico-doc,
.ob-form .upload-file .ico-docx {
  background-position: 0 -36px;
}
.obelisk-form .upload-file .ico-txt,
.ob-form .upload-file .ico-txt {
  background-position: 0 -18px;
}
.obelisk-form .upload-file .ico-jpg,
.ob-form .upload-file .ico-jpg {
  background-position: 0 -72px;
}
.obelisk-form .upload-file .ico-jpeg,
.ob-form .upload-file .ico-jpeg {
  background-position: 0 -72px;
}
.obelisk-form .upload-file .ico-gif,
.ob-form .upload-file .ico-gif {
  background-position: 0 -252px;
}
.obelisk-form .upload-file .ico-bmp,
.ob-form .upload-file .ico-bmp {
  background-position: 0 -270px;
}
.obelisk-form .upload-file .ico-png,
.ob-form .upload-file .ico-png {
  background-position: 0 -90px;
}
.obelisk-form .upload-file .uploading,
.ob-form .upload-file .uploading {
  display: inline-block;
  margin-left: 20px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/assets/common/img/icon/loading-small_368cc688.gif") no-repeat;
}
.obelisk-form .upload-file .upload-suc,
.ob-form .upload-file .upload-suc {
  display: inline-block;
  margin-left: 20px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("/assets/common/img/icon/ico_suc_ca8bb15f.png") no-repeat;
}
.obelisk-form .upload-file .file-name,
.ob-form .upload-file .file-name {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0;
}
.obelisk-form .upload-file .action,
.ob-form .upload-file .action {
  margin-left: 20px;
}
.obelisk-form .upload-file .icon-yes2,
.ob-form .upload-file .icon-yes2 {
  margin: 0 0 0 20px;
  font-size: 20px;
  color: #57ba56;
}
.obelisk-form .input-list,
.ob-form .input-list {
  margin-bottom: 10px;
}
.obelisk-form .input-list .del,
.ob-form .input-list .del {
  margin-top: 7px;
  margin-right: 5px;
  color: #222;
  opacity: 0.3;
  float: left;
}
.obelisk-form .input-list .del:hover,
.ob-form .input-list .del:hover {
  opacity: 1;
}
.obelisk-form .input-list .feedback-block,
.ob-form .input-list .feedback-block {
  clear: left;
}
.obelisk-form-horizontal-span-1 .form-label {
  width: 20px;
}
.obelisk-form-horizontal-span-1 .form-fields {
  margin-left: 30px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-2 .form-label {
  width: 50px;
}
.obelisk-form-horizontal-span-2 .form-fields {
  margin-left: 60px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-3 .form-label {
  width: 80px;
}
.obelisk-form-horizontal-span-3 .form-fields {
  margin-left: 90px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-4 .form-label {
  width: 110px;
}
.obelisk-form-horizontal-span-4 .form-fields {
  margin-left: 120px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-5 .form-label {
  width: 140px;
}
.obelisk-form-horizontal-span-5 .form-fields {
  margin-left: 150px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-6 .form-label {
  width: 170px;
}
.obelisk-form-horizontal-span-6 .form-fields {
  margin-left: 180px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-7 .form-label {
  width: 200px;
}
.obelisk-form-horizontal-span-7 .form-fields {
  margin-left: 210px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-8 .form-label {
  width: 230px;
}
.obelisk-form-horizontal-span-8 .form-fields {
  margin-left: 240px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-9 .form-label {
  width: 260px;
}
.obelisk-form-horizontal-span-9 .form-fields {
  margin-left: 270px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-10 .form-label {
  width: 290px;
}
.obelisk-form-horizontal-span-10 .form-fields {
  margin-left: 300px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-11 .form-label {
  width: 320px;
}
.obelisk-form-horizontal-span-11 .form-fields {
  margin-left: 330px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-12 .form-label {
  width: 350px;
}
.obelisk-form-horizontal-span-12 .form-fields {
  margin-left: 360px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-13 .form-label {
  width: 380px;
}
.obelisk-form-horizontal-span-13 .form-fields {
  margin-left: 390px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-14 .form-label {
  width: 410px;
}
.obelisk-form-horizontal-span-14 .form-fields {
  margin-left: 420px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-15 .form-label {
  width: 440px;
}
.obelisk-form-horizontal-span-15 .form-fields {
  margin-left: 450px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-16 .form-label {
  width: 470px;
}
.obelisk-form-horizontal-span-16 .form-fields {
  margin-left: 480px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-17 .form-label {
  width: 500px;
}
.obelisk-form-horizontal-span-17 .form-fields {
  margin-left: 510px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-18 .form-label {
  width: 530px;
}
.obelisk-form-horizontal-span-18 .form-fields {
  margin-left: 540px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-19 .form-label {
  width: 560px;
}
.obelisk-form-horizontal-span-19 .form-fields {
  margin-left: 570px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-20 .form-label {
  width: 590px;
}
.obelisk-form-horizontal-span-20 .form-fields {
  margin-left: 600px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-21 .form-label {
  width: 620px;
}
.obelisk-form-horizontal-span-21 .form-fields {
  margin-left: 630px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-22 .form-label {
  width: 650px;
}
.obelisk-form-horizontal-span-22 .form-fields {
  margin-left: 660px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-23 .form-label {
  width: 680px;
}
.obelisk-form-horizontal-span-23 .form-fields {
  margin-left: 690px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-24 .form-label {
  width: 710px;
}
.obelisk-form-horizontal-span-24 .form-fields {
  margin-left: 720px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-25 .form-label {
  width: 740px;
}
.obelisk-form-horizontal-span-25 .form-fields {
  margin-left: 750px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-26 .form-label {
  width: 770px;
}
.obelisk-form-horizontal-span-26 .form-fields {
  margin-left: 780px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-27 .form-label {
  width: 800px;
}
.obelisk-form-horizontal-span-27 .form-fields {
  margin-left: 810px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-28 .form-label {
  width: 830px;
}
.obelisk-form-horizontal-span-28 .form-fields {
  margin-left: 840px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-29 .form-label {
  width: 860px;
}
.obelisk-form-horizontal-span-29 .form-fields {
  margin-left: 870px;
  *margin-left: 0;
}
.obelisk-form-horizontal-span-30 .form-label {
  width: 890px;
}
.obelisk-form-horizontal-span-30 .form-fields {
  margin-left: 900px;
  *margin-left: 0;
}
.obelisk-form .form-item {
  margin-bottom: 15px;
}
.obelisk-form .form-label {
  line-height: 18px;
  float: left;
  padding-top: 6px;
  margin-bottom: 6px;
  padding-right: 10px;
  text-align: right;
}
.obelisk-form .form-label .must {
  color: #e64545;
  margin-right: 3px;
  font-style: normal;
}
.obelisk-form .form-fields {
  *zoom: 1;
}
.obelisk-form .form-fields:before,
.obelisk-form .form-fields:after {
  content: "";
  display: table;
}
.obelisk-form .form-fields:after {
  clear: both;
}
.obelisk-form.obelisk-form-view .form-item,
.obelisk-form .obelisk-form-view .form-item {
  margin-bottom: 10px;
}
.obelisk-form.obelisk-form-view .form-label,
.obelisk-form .obelisk-form-view .form-label {
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
}
.tag {
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  padding: 0 5px;
  border-color: #ced3d9;
  color: #888;
}
.tag.tag-with-delete {
  cursor: default;
  position: relative;
}
.tag.tag-with-delete .micon-delete,
.tag.tag-with-delete .icon-delete {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  color: #888;
}
.tag.tag-with-delete .micon-delete:hover,
.tag.tag-with-delete .icon-delete:hover {
  color: #222;
}
.tag.tag-with-delete:hover {
  padding-right: 25px;
  border-color: #7a8a99;
  color: #555;
  margin-right: -20px;
  background: #fff;
  z-index: 1;
}
.tag.tag-with-delete:hover .micon-delete,
.tag.tag-with-delete:hover .icon-delete {
  display: inline;
}
.tag.tag-with-delete.tag-large .micon-delete,
.tag.tag-with-delete.tag-large .icon-delete {
  right: 10px;
}
.tag.tag-with-delete.tag-large:hover {
  padding-right: 30px !important;
  margin-right: -20px;
}
.tag.tag-radio {
  padding: 0 5px;
  border-color: #ced3d9;
  color: #888;
}
.tag.tag-radio:hover {
  border-color: #7a8a99;
  color: #555;
  text-decoration: none;
}
.tag.tag-radio.selected {
  padding: 0 8px;
  border-color: #1470cc;
  color: #1470cc;
  position: relative;
}
.tag.tag-radio.selected:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-style: solid;
  font-size: 0;
  border-width: 6px 6px;
  border-color: transparent #1470cc #1470cc transparent;
  z-index: 1;
}
.tag.tag-radio.selected:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/assets/common/img/icon/tag-selected_86f46dd1.svg") no-repeat
    right bottom;
  background-size: 12px 12px;
  z-index: 2;
}
.tag.tag-color {
  padding: 0 5px;
}
.tag.tag-link {
  padding: 0 5px;
  border-color: #ced3d9;
  color: #888;
}
.tag.tag-link:hover {
  border-color: #7a8a99;
  color: #555;
  text-decoration: none;
}
.tag.tag-small {
  height: 18px;
  line-height: 18px;
}
.tag.tag-large {
  padding: 0 10px !important;
  height: 28px;
  line-height: 28px;
}
.tag.tag-blue {
  border-color: #3d85cc;
  color: #3d85cc;
}
.tag.tag-azure {
  border-color: #13a8bf;
  color: #13a8bf;
}
.tag.tag-grey {
  border-color: #ced3d9;
  color: #888;
}
.tag.tag-green {
  border-color: #32a632;
  color: #32a632;
}
.tag.tag-purple {
  border-color: #be60bf;
  color: #be60bf;
}
.tag.tag-red {
  border-color: #f25555;
  color: #f25555;
}
.tag.tag-yellow {
  border-color: #d99230;
  color: #d99230;
}
.tag.tag-slate-blue {
  border-color: #7373e6;
  color: #7373e6;
}
.tip {
  position: absolute;
  padding: 10px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  background: #fff;
  border: 1px solid #ced3d9;
  box-shadow: 2px 2px 3px rgba(0, 33, 66, 0.1);
}
.tip .tip-con .tip-para {
  margin: 0 0 10px 0;
}
.tip .tip-con .tip-para:last-child,
.tip .tip-con .tip-para.last-child {
  margin-bottom: 0;
}
.tip.icon-tip {
  box-shadow: none;
  padding: 3px 10px;
  border: none;
}
.tip.icon-tip .arrow {
  border: 6px dashed transparent;
}
.tip.icon-tip.tip-black {
  background: #222;
  color: #fff;
}
.tip.icon-tip.arrow-top .arrow {
  border-bottom: 6px solid #222;
  left: 50%;
  top: -11px;
  margin-left: -6px;
}
.tip.icon-tip.arrow-bottom .arrow {
  border-top: 6px solid #222;
  left: 50%;
  bottom: -11px;
  margin-left: -6px;
}
.tip.icon-tip.arrow-left .arrow {
  border-right: 6px solid #222;
  top: 50%;
  left: -11px;
  margin-top: -6px;
}
.tip.icon-tip.arrow-right .arrow {
  border-left: 6px solid #222;
  top: 50%;
  right: -11px;
  margin-top: -6px;
}
.tip .arrow {
  position: absolute;
  zoom: 1;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 8px dashed transparent;
}
.tip.arrow-top .arrow-out {
  border-bottom: 8px solid #ced3d9;
  left: 10px;
  top: -16px;
}
.tip.arrow-top .arrow-in {
  border-bottom: 8px solid #fff;
  margin: -7px 0 0 -8px;
}
.tip.arrow-bottom .arrow-out {
  border-top: 8px solid #ced3d9;
  left: 10px;
  bottom: -16px;
}
.tip.arrow-bottom .arrow-in {
  border-top: 8px solid #fff;
  margin: -9px 0 0 -8px;
}
.tip.arrow-left .arrow-out {
  border-right: 8px solid #ced3d9;
  top: 10px;
  left: -16px;
}
.tip.arrow-left .arrow-in {
  border-right: 8px solid #fff;
  margin: -8px 0 0 -7px;
}
.tip.arrow-right .arrow-out {
  border-left: 8px solid #ced3d9;
  top: 10px;
  right: -16px;
}
.tip.arrow-right .arrow-in {
  border-left: 8px solid #fff;
  margin: -8px 0 0 -9px;
}
.alert-new.full-col .alert-con,
.alert.full-col .alert-con {
  display: block;
}
.alert-new .alert-con,
.alert .alert-con {
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  display: inline-block;
  border-radius: 3px;
  padding: 8px 10px;
  position: relative;
}
.alert-new .alert-con.alert-state,
.alert .alert-con.alert-state {
  padding-left: 36px;
}
.alert-new .alert-con.alert-state .micon-state,
.alert .alert-con.alert-state .micon-state {
  left: 10px;
}
.alert-new .alert-con.alert-del,
.alert .alert-con.alert-del {
  padding-right: 36px;
}
.alert-new .alert-con.alert-del .micon-del,
.alert .alert-con.alert-del .micon-del {
  cursor: pointer;
  color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  right: 10px;
}
.alert-new .alert-con.alert-del .micon-del:hover,
.alert .alert-con.alert-del .micon-del:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-new .alert-con .micon-state,
.alert-new .alert-con .micon-del,
.alert .alert-con .micon-state,
.alert .alert-con .micon-del {
  position: absolute;
  top: 4px;
  font-size: 16px;
}
.alert-new .alert-con .micon-state .micon,
.alert-new .alert-con .micon-state .ob-icon,
.alert-new .alert-con .micon-del .micon,
.alert-new .alert-con .micon-del .ob-icon,
.alert .alert-con .micon-state .micon,
.alert .alert-con .micon-state .ob-icon,
.alert .alert-con .micon-del .micon,
.alert .alert-con .micon-del .ob-icon {
  margin-right: 0;
}
.alert-new .alert-err,
.alert .alert-err {
  background: #ffe5e5;
}
.alert-new .alert-err .micon-state,
.alert .alert-err .micon-state {
  color: #ff5959;
}
.alert-new .alert-warn,
.alert .alert-warn {
  background: #faf2c8;
}
.alert-new .alert-warn .micon-state,
.alert .alert-warn .micon-state {
  color: #ff9500;
}
.alert-new .alert-succ,
.alert .alert-succ {
  background: #d7f7d7;
}
.alert-new .alert-succ .micon-state,
.alert .alert-succ .micon-state {
  color: #00bf00;
}
.alert-new .alert-info,
.alert .alert-info {
  background: #d9efff;
}
.alert-new .alert-info .micon-state,
.alert .alert-info .micon-state {
  color: #2e8ae5;
}
.alert-new .alert-disappear,
.alert .alert-disappear {
  padding: 5px 10px;
}
.alert-new .alert-disappear.succ,
.alert .alert-disappear.succ {
  background: #00b200;
  color: #fff;
}
.alert-new .alert-disappear.err,
.alert .alert-disappear.err {
  background: #e64545;
  color: #fff;
}
.alert-new .alert-disappear.warn,
.alert .alert-disappear.warn {
  background: #f73;
  color: #fff;
}
.alert-new .alert-disappear.info,
.alert .alert-disappear.info {
  background: #000;
  color: #fff;
}
.dialog-alert {
  position: relative;
  margin-bottom: 20px;
}
.dialog-alert .dialog-alert-con {
  font-size: 14px;
  color: #555;
  display: inline-block;
  margin-left: 60px;
}
.dialog-alert .micon,
.dialog-alert .ob-icon {
  font-size: 32px;
  margin-right: 0;
}
.dialog-alert .dialog-micon-state {
  margin-right: 8px;
  position: absolute;
  left: 20px;
  top: -3px;
}
.dialog-alert.dialog-warn .dialog-micon-state {
  color: #ff9500;
}
.dialog-alert.dialog-succ .dialog-micon-state {
  color: #00bf00;
}
.dialog-alert.dialog-info .dialog-micon-state {
  color: #2e8ae5;
}
.dialog-alert.dialog-err .dialog-micon-state {
  color: #ff5959;
}
.select {
  min-width: 80px;
  padding-right: 26px;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  color: #222;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ced3d9;
  vertical-align: top;
}
.select-none-border {
  border: 0 none;
}
.select.hover,
.select:hover {
  border-color: #a1aab2;
}
.select.focus {
  border-color: #1470cc;
}
.select .select-title {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.select .select-title .hide {
  display: block;
}
.select .select-title .select-label {
  padding: 5px 10px;
  background: #f5f7fa;
  border-right: 1px solid #ced3d9;
  color: #555;
  border-radius: 3px 0 0 3px;
}
.select.search-selected .select-selected {
  color: #1470cc;
}
.select.disabled {
  cursor: not-allowed;
  color: #b2b2b2;
  border: 1px solid #ced3d9;
  background: #edf0f2;
}
.select.disabled.hover,
.select.disabled:hover {
  border-color: #ced3d9;
}
.select.disabled .select-title {
  cursor: not-allowed;
}
.select.disabled .select-title .select-label {
  background: #edf0f2;
  color: #b2b2b2;
}
.select .select-selected {
  padding: 5px 0 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.select .select-arrow {
  box-sizing: content-box;
  position: absolute;
  padding: 0 5px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.select .select-arrow .micon {
  margin-right: 0;
}
.select .select-list {
  display: none;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 100%;
  margin-top: 1px;
  min-width: 100%;
  *width: 100%;
  border: 1px solid #ced3d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 33, 66, 0.1);
  z-index: 66;
}
.select .select-list-wrap {
  overflow: auto;
  max-height: 300px;
  *height: 300px;
  padding: 5px 0;
  min-width: 100%;
  *width: 100%;
}
.select .select-opt {
  padding: 5px 10px;
  color: #555;
  display: block;
  word-wrap: break-word;
  text-decoration: none;
}
.select .select-opt.hide {
  display: none;
}
.select .select-opt:hover,
.select .select-opt.hover,
.select .select-opt.selected {
  color: #555;
  background: #e6ecf2;
}
.select .select-opt.disabled {
  border: 0 none;
  cursor: not-allowed;
  color: #b2b2b2;
  background: none;
}
.select .select-opt.disabled:hover {
  background: none;
}
.select .select-group {
  padding: 0 10px;
}
.select .select-group .select-opt {
  margin-left: -10px;
  margin-right: -10px;
}
.select .select-group:after {
  height: 0;
  content: "";
  display: block;
  padding: 0 10px;
  margin: 5px 0;
  border-bottom: 1px solid #dae0e6;
  box-sizing: border-box;
}
.select .select-group:last-of-type:after {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.select .select-opt-label {
  padding: 5px 0;
  font-weight: bold;
}
.select.open {
  z-index: 110;
}
.select.open .select-arrow {
  transform: rotate(180deg);
}
.select.open .select-list {
  display: block;
}
.select.top .select-list {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
  border: 1px solid #ced3d9;
  border-bottom: 0 none;
}
.select .select-tabs-wrap {
  text-align: center;
  border-bottom: 1px solid #dae0e6;
  margin: 0 10px;
  font-size: 0;
}
.select .select-tabs {
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 auto -9px -5px;
  white-space: nowrap;
}
.select .select-tab {
  color: #888;
  margin-right: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.select .select-tab.active {
  color: #222;
  border-bottom: 2px solid #e64545;
  cursor: default;
}
.select.select-auto-drop .select-list-wrap {
  width: auto !important;
  min-width: 80px;
}
.select.select-auto-drop .select-opt {
  white-space: nowrap;
}
.rich-text {
  font-size: 12px;
  word-wrap: break-word;
}
.rich-text h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
}
.rich-text h1 {
  font-size: 24px;
}
.rich-text h2 {
  font-size: 18px;
}
.rich-text h3 {
  font-size: 14px;
}
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-size: 12px;
}
.rich-text p {
  margin: 1em 0;
}
.rich-text ul {
  line-height: 1.5;
  padding-left: 2em;
  margin: 1em 0;
}
.rich-text ul > li {
  list-style-type: disc;
}
.rich-text ol {
  line-height: 1.5;
  padding-left: 2em;
  margin: 1em 0;
}
.rich-text ol > li {
  list-style-type: decimal;
}
.rich-text em {
  font-style: italic;
  font-weight: unset;
}
.rich-text ol ol,
.rich-text ul ul,
.rich-text ul ol,
.rich-text ol ul {
  margin: 0.4em 0;
}
.rich-text ul ul li,
.rich-text ol ul li {
  list-style-type: circle;
}
.rich-text-table {
  overflow: auto;
  clear: both;
}
.rich-text-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc;
}
.rich-text-table th,
.rich-text-table td {
  padding: 2px 5px;
  border: 1px solid #ccc;
  text-align: left;
}
.rich-text-table th {
  font-weight: bold;
  color: #555;
  background-color: #fdfdfd;
}
.pager a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #ced3d9;
  background: #f5f7fa;
  margin: 0 2px;
  border-radius: 3px;
  text-decoration: none;
  color: #222;
  vertical-align: top;
}
.pager a:hover {
  background: #e6ecf2;
  text-decoration: none;
}
.pager a .micon {
  cursor: pointer;
}
.pager a.main {
  background: #e64545;
  border-color: #e64545;
  color: #fff;
}
.pager a.main:hover {
  background: #d92121;
}
.pager .dot,
.pager .current {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
}
.pager .current {
  min-width: 18px;
  color: #e64545;
  text-align: center;
}
.pager .disClick {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 2px;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: top;
  cursor: not-allowed;
  background: #edf0f2;
  border: 1px solid #dae0e6;
  color: #b2b2b2;
}
.pager .disClick .micon {
  line-height: 28px;
}
.pager a[disabled] {
  cursor: not-allowed;
  background: #edf0f2;
  border: 1px solid #dae0e6;
  color: #b2b2b2;
}
.pager a[disabled] .micon {
  cursor: not-allowed;
}
.pager .micon {
  margin-right: 0;
  line-height: 28px;
}
.pager .page-main {
  background: #e64545;
  border: 1px solid #e64545;
  color: #fff;
}
.pager .page-main:hover {
  border-color: #d92121;
  background: #d92121;
}
.pager-simple .pager-box {
  display: inline-block;
  width: 67px;
  height: 28px;
  border: 1px solid #ced3d9;
  border-radius: 3px;
  vertical-align: top;
  overflow: hidden;
  font-size: 0;
}
.pager-simple .pager-box a,
.pager-simple .pager-box button {
  float: left;
  width: 33px;
  text-align: center;
  line-height: 28px;
  height: 28px;
  background: #f5f7fa;
  color: #555;
  border: 0;
}
.pager-simple .pager-box a:hover,
.pager-simple .pager-box button:hover {
  background: #e6ecf2;
}
.pager-simple .pager-box a:first-child,
.pager-simple .pager-box button:first-child {
  border-right: 1px solid #ced3d9;
}
.pager-simple .pager-box button:first-child {
  width: 34px;
}
.pager-simple .pager-box .micon,
.pager-simple .pager-box .ob-icon {
  margin-right: 0;
}
.pager-simple .page-num {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  color: #555;
  margin-right: 6px;
}
.sr-side-maylike-item {
  margin-bottom: 20px;
  *zoom: 1;
}
.sr-side-maylike-item:before,
.sr-side-maylike-item:after {
  content: "";
  display: table;
}
.sr-side-maylike-item:after {
  clear: both;
}
.sr-side-maylike-item:last-child {
  margin-bottom: 0;
}
.sr-side-maylike-pic {
  position: relative;
  font-size: 0;
  width: 42.0168067227%;
  padding-top: 42.0168067227%;
  float: left;
  margin-right: 10px;
  border: 1px solid #e9eef4;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.sr-side-maylike-pic img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.sr-side-maylike-txt {
  overflow: hidden;
}
.sr-side-maylike-name {
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sr-side-maylike-name a {
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .sr-side-maylike-name a:hover {
    color: #e64545;
    text-decoration: none;
  }
}
.sr-side-maylike-price {
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-side-maylike-num {
  color: #e64545;
  font-size: 14px;
  line-height: 21px;
}
.sr-side-maylike-unit {
  color: #888;
  font-size: 14px;
  line-height: 21px;
}
.sr-side-maylike-cnt {
  width: 50%;
  float: left;
}
.sr-side-maylike-wrap {
  width: 200%;
}
.sr-side-maylike-block {
  overflow: hidden;
}
.sr-side-contSupplier-info {
  *zoom: 1;
  margin-bottom: 15px;
}
.sr-side-contSupplier-info:before,
.sr-side-contSupplier-info:after {
  content: "";
  display: table;
}
.sr-side-contSupplier-info:after {
  clear: both;
}
.sr-side-contSupplier-pic {
  font-size: 0;
  float: left;
  margin-right: 15px;
}
.sr-side-contSupplier-pic a {
  cursor: default;
}
.sr-side-contSupplier-pic img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 3px;
}
.sr-side-contSupplier-txt {
  overflow: hidden;
}
.sr-side-contSupplier-name {
  color: #222;
  font-size: 14px;
}
.sr-side-contSupplier-position {
  color: #888;
  font-size: 14px;
  margin-bottom: 5px;
}
.sr-side-contSupplier-chat {
  color: #1470cc;
  font-size: 14px;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
}
.sr-side-contSupplier-chat .ob-icon {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: -1px;
}
.sr-side-contSupplier-chat .tm-status-on,
.sr-side-contSupplier-chat .tm-status-off {
  background-position: 0 0;
  white-space: pre-wrap;
}
.sr-side-contSupplier-btn {
  font-size: 12px;
}
.sr-side-contSupplier-btn .btn {
  width: 100%;
  margin-bottom: 10px;
}
.sr-side-contSupplier-field {
  margin-bottom: 10px;
}
.sr-side-contSupplier-field textarea.input-textarea {
  resize: none;
}
.sr-side-contSupplier-emailfield {
  display: none;
}
.sr-side-contSupplier-message {
  width: 100%;
  font-size: 12px;
}
.sr-side-contSupplier-email {
  width: 100%;
  font-size: 12px;
}
.sr-side-contSupplier-email.readonly {
  border-color: #ced3d9 !important;
  background-color: #edf0f2 !important;
}
.sr-side-searchBar {
  padding: 20px;
  margin-top: -10px;
  padding-bottom: 0;
  border-bottom: none;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 1280px) {
  .sr-side-searchBar {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sr-side-searchBar-wrap {
  position: relative;
  height: 36px;
  padding-right: 38px;
}
.sr-side-searchBar-input {
  border: 1px solid #ced3d9;
  height: 36px !important;
  padding: 0 10px 0 10px;
  border-radius: 3px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100%;
  margin-right: 38px;
  font-size: 14px !important;
}
.sr-side-searchBar-button {
  border: 1px solid #ced3d9;
  border-left: none;
  width: 38px;
  height: 36px;
  border-radius: 0 3px 3px 0;
  background: #f5f7fa;
  color: #222;
  position: absolute;
  top: 0;
  right: 0;
}
.sr-side-searchBar-button:hover {
  background: #e6ecf2;
}
.sr-side-searchBar-button .micon {
  margin-right: 0;
}
.sr-side-proGroup {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sr-side-proGroup-list {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 1280px) {
  .sr-side-proGroup-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sr-side-proGroup-list + .sr-side-proGroup-list {
  margin-top: 10px;
}
.sr-side-proGroup-list li {
  position: relative;
}
.sr-side-proGroup-list li a {
  line-height: 21px;
  padding: 10px 30px;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sr-side-proGroup-list li .icon-lock {
  margin-top: -2px;
  color: #888;
}
@media only screen and (min-width: 769px) {
  .sr-side-proGroup-list li:hover {
    background: #e6ecf2;
  }
  .sr-side-proGroup-list li:hover > .sr-side-proGroup-sublist {
    display: block;
  }
}
.sr-side-proGroup-list li.selected {
  background: #e6ecf2;
}
.sr-side-proGroup-list li.sr-side-proGroup-rightSpace {
  position: relative;
}
.sr-side-proGroup-list li.sr-side-proGroup-rightSpace > a {
  padding-right: 56px;
}
.sr-side-proGroup-list li.sr-side-proGroup-rightSpace i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sr-side-proGroup-more {
  margin-top: 20px;
}
.sr-side-proGroup-sublist {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -11px;
  border: 1px solid #ced3d9;
  background: #fff;
  z-index: 99;
  padding: 10px 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.sr-side-proGroup-sublist li a {
  padding: 10px 20px;
  white-space: nowrap;
}
.sr-side-proGroup-sublist li.sr-side-proGroup-rightSpace > a {
  padding-right: 46px;
}
.sr-side-proGroup-sublist li.sr-side-proGroup-rightSpace i {
  right: 20px;
}
.sr-side-proGroup-cat {
  padding-top: 15px;
  margin-bottom: -15px;
}
.sr-side-proGroup-cat a {
  color: #1470cc;
  text-decoration: none;
  font-size: 14px;
}
.sr-side-proGroup-cat a:hover {
  color: #e64545;
  text-decoration: none;
}
.sr-side-proGroup-cat a:hover i,
.sr-side-proGroup-cat a:hover span {
  color: #e64545;
}
.sr-side-proGroup-cat i {
  vertical-align: top;
}
.sr-side-proGroupR {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sr-side-proGroupR-list {
  margin: -10px -30px;
}
@media only screen and (max-width: 1280px) {
  .sr-side-proGroupR-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sr-side-proGroupR-list li {
  display: block;
}
.sr-side-proGroupR-list li a {
  padding: 10px 30px;
  color: #222;
  font-size: 14px;
  display: block;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: 0;
}
.sr-side-proGroupR-list li a:hover {
  background: #e6ecf2;
}
.sr-side-proGroupR-list li .icon-lock {
  margin-top: -2px;
  color: #888;
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace {
  position: relative;
  padding-right: 0;
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace a {
  padding-right: 86px;
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace i {
  width: 65px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace i:before {
  display: block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace .sr-side-proGroupR-sublist a {
  padding-left: 56px;
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace.selected > i:before {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.sr-side-proGroupR-list li.sr-side-proGroupR-rightSpace.selected > .sr-side-proGroupR-sublist {
  display: block;
}
.sr-side-proGroupR-sublist {
  display: none;
  padding-top: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-indent: 26px;
}
.sr-side-proGroupR-sublist > .selected {
  font-weight: bold;
}
.sr-side-product-info {
  *zoom: 1;
  margin-bottom: 10px;
}
.sr-side-product-info:before,
.sr-side-product-info:after {
  content: "";
  display: table;
}
.sr-side-product-info:after {
  clear: both;
}
.sr-side-product-img {
  border: 1px solid #e6ecf2;
  font-size: 0;
  float: left;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  position: relative;
}
.sr-side-product-img a {
  cursor: default;
}
.sr-side-product-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sr-side-product-txt {
  overflow: hidden;
}
.sr-side-product-name {
  line-height: 21px;
  height: 21px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sr-side-product-name a {
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .sr-side-product-name a:hover {
    color: #e64545;
    text-decoration: none;
  }
}
.sr-side-product-price {
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-side-product-num {
  color: #e64545;
  font-size: 14px;
  line-height: 21px;
}
.sr-side-product-unit {
  color: #888;
  font-size: 14px;
  line-height: 21px;
}
.sr-side-product-btn .btn {
  display: block;
  margin-bottom: 5px;
}
.sr-side-product-link {
  text-align: center;
}
.sr-side-product-link a {
  font-size: 12px;
}
.maylike-clone {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .maylike-clone {
    display: block;
  }
}
.maylike-clone .sr-side-maylike {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.maylike-clone .sr-side-maylike:before,
.maylike-clone .sr-side-maylike:after {
  content: "";
  display: table;
}
.maylike-clone .sr-side-maylike:after {
  clear: both;
}
.maylike-clone .sr-side-maylike-item {
  margin-bottom: 0;
  float: left;
  width: 20%;
  padding: 0 10px;
}
.maylike-clone .sr-side-maylike-pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  font-size: 0;
  float: none;
  margin-bottom: 10px;
  border: 0;
}
.maylike-clone .sr-side-maylike-txt {
  overflow: visible;
}
.sr-proSlide {
  position: relative;
  margin-bottom: 20px;
}
.sr-proSlide-left-open .sr-proSlide-btn-left {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sr-proSlide-left-open .sr-proSlide-btn-left {
    display: none;
  }
}
.sr-proSlide-right-open .sr-proSlide-btn-right {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sr-proSlide-right-open .sr-proSlide-btn-right {
    display: none;
  }
}
.sr-proSlide-btn-left,
.sr-proSlide-btn-right {
  display: none;
  z-index: 1;
  position: absolute;
  width: 36px;
  height: 60px;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sr-proSlide-btn-left:hover,
  .sr-proSlide-btn-right:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
.sr-proSlide-btn-left.disabled,
.sr-proSlide-btn-right.disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.sr-proSlide-btn-left {
  left: -30px;
}
.sr-proSlide-btn-right {
  right: -30px;
}
.sr-proSlide-pager {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 1;
}
.sr-proSlide-pager .swiper-pagination-bullet {
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  background: #e6ecf2;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.sr-proSlide-pager .swiper-pagination-bullet-active {
  background: #e64545;
}
.sr-proSlide .swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 1;
}
.sr-proSlide .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.sr-proSlide .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}
.sr-slidePre-wrapper {
  display: none;
}
.sr-slidePre-wrapper .slidePre-loading {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 199;
  background: #fff url("/assets/common/img/loading_e7ad1158.gif") no-repeat center;
  background-size: 100%;
}
.sr-slidePre-wrapper .slidePre-content {
  height: 100%;
  width: 100%;
}
.sr-slidePre-wrapper .slidePre-bg {
  zoom: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.65;
  z-index: 99;
}
.sr-slidePre-wrapper .slidePre-main {
  position: fixed;
  width: 900px;
  height: 616px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 100;
}
.sr-slidePre-wrapper .slidePre-slide {
  height: calc(100% - 58px);
}
.sr-slidePre-wrapper .slidePre-title {
  position: absolute;
  top: -20px;
}
.sr-slidePre-wrapper .slidePre-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 0;
  background: #f0f1f2;
  z-index: 1001;
}
.sr-slidePre-wrapper .icon-play,
.sr-slidePre-wrapper .icon-pause {
  cursor: pointer;
  font-size: 32px;
  color: #919599;
  border-radius: 16px;
}
@media only screen and (min-width: 769px) {
  .sr-slidePre-wrapper .icon-play:hover,
  .sr-slidePre-wrapper .icon-pause:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.sr-slidePre-wrapper .slidePre-prev,
.sr-slidePre-wrapper .slidePre-next {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 16px;
}
@media only screen and (min-width: 769px) {
  .sr-slidePre-wrapper .slidePre-prev:hover,
  .sr-slidePre-wrapper .slidePre-next:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.sr-slidePre-wrapper .slidePre-prev {
  margin-right: 25px;
  background: url("/assets/athena/2017/img/arrow-left_8a01f755.png");
}
.sr-slidePre-wrapper .slidePre-next {
  margin-left: 25px;
  background: url("/assets/athena/2017/img/arrow-right_a5342b79.png");
}
.sr-slidePre-wrapper .slidePre-close {
  cursor: pointer;
  background: #737373;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -50px;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .sr-slidePre-wrapper .slidePre-close:hover {
    background: #4c4c4c;
  }
}
.sr-slidePre-wrapper .icon-delete {
  font-size: 28px;
}
.sr-slidePre-wrapper .slidePre-image {
  float: left;
  width: 50%;
  height: 0px;
  font-size: 0;
  position: relative;
  padding-bottom: 506px;
  overflow: hidden;
  border: 1px solid #e6ecf2;
  box-sizing: border-box;
}
.sr-slidePre-wrapper .slidePre-image img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sr-slidePre-wrapper .slidePre-product {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}
.sr-slidePre-wrapper .slidePre-product-title {
  font-size: 18px;
  font-weight: bold;
}
.sr-slidePre-wrapper .slidePre-product-title a {
  color: #222;
}
.sr-slidePre-wrapper .slidePre-product-title a:hover {
  color: #e64545;
  text-decoration: none;
}
.sr-slidePre-wrapper .slidePre-product .special-flag,
.sr-slidePre-wrapper .slidePre-product .april-deals-simple-flag {
  margin-top: -15px;
}
.sr-slidePre-wrapper .slidePre-product-info {
  margin-top: 10px;
  padding: 10px;
  background: #f5f7fa;
  font-size: 14px;
}
.sr-slidePre-wrapper .slidePre-product-info .slidePre-product-col1 {
  width: 130px;
}
.sr-slidePre-wrapper .slidePre-product-info .slidePre-product-col2 {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
}
.sr-slidePre-wrapper .slidePre-product-label {
  color: #888;
}
.sr-slidePre-wrapper .slidePre-product-price {
  color: #e64545;
}
.sr-slidePre-wrapper .slidePre-product-row {
  margin-top: 10px;
  font-size: 14px;
  position: relative;
}
.sr-slidePre-wrapper .slidePre-product-col1 {
  width: 140px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #888;
  margin-right: 20px;
}
.sr-slidePre-wrapper .slidePre-product-col1.col-minorder {
  color: #222;
}
.sr-slidePre-wrapper .slidePre-product-col2 {
  width: 210px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sr-slidePre-wrapper .slidePre-product-btn {
  margin-top: 20px;
}
.sr-slidePre-wrapper .slidePre-product-btn a {
  display: block;
}
.sr-slidePre-wrapper .slidePre-product-btn .half {
  width: calc(50% - 5px);
  float: left;
  margin-top: 10px;
}
.sr-slidePre-wrapper .slidePre-product-btn .half:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .sr-slidePre-wrapper .slidePre-product-btn .half {
    width: 100%;
  }
  .sr-slidePre-wrapper .slidePre-product-btn .half:last-child {
    margin-left: 0px;
  }
}
.sr-slidePre-wrapper .act-item {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-bottom: 5px;
}
.sr-slidePre-wrapper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px 10px 20px 30px;
  height: 100%;
}
.sr-slidePre-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.sr-slidePre-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-right: 20px;
}
.sr-slidePre-wrapper .swiper-button-disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
@media only screen and (min-width: 769px) {
  .sr-slidePre-wrapper .swiper-button-disabled:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.sr-slidePre-wrapper .showLocation-content {
  top: 130%;
}
@media only screen and (max-width: 1023px) {
  .sr-slidePre-wrapper .slidePre-main {
    width: calc(100% - 130px);
  }
  .sr-slidePre-wrapper .slidePre-image {
    border: 0;
    height: auto;
    padding-bottom: 0;
  }
  .sr-slidePre-wrapper .slidePre-image img {
    position: relative;
  }
  .sr-slidePre-wrapper .swiper-container {
    padding: 20px;
  }
}
.showLocation .showLocation-content {
  position: absolute;
  padding: 15px;
  z-index: 1;
}
.showLocation .showLocation-content .showLocation-map {
  background: url("/assets/athena/2017/img/show-location-map_38014d1c.png?v=1111");
  background-size: cover;
  width: 200px;
  height: 161px;
  box-sizing: border-box;
}
.showLocation .showLocation-content .showLocation-mark {
  background: url("/assets/athena/2017/img/mark-for-map_8947702e.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 24px;
  margin-left: -3px;
  margin-top: -8px;
  position: absolute;
}
@-webkit-keyframes map-anim {
  0% {
    transform: scale(0, 0);
    transform-origin: center bottom;
    opacity: 0;
  }
  50% {
    transform: scale(0, 0);
    transform-origin: center bottom;
    opacity: 0;
  }
  80% {
    transform: scale(0.85, 1.2);
    transform-origin: center bottom;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: center bottom;
    opacity: 1;
  }
}
@keyframes map-anim {
  0% {
    transform: scale(0, 0);
    transform-origin: center bottom;
    opacity: 0;
  }
  50% {
    transform: scale(0, 0);
    transform-origin: center bottom;
    opacity: 0;
  }
  80% {
    transform: scale(0.85, 1.2);
    transform-origin: center bottom;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: center bottom;
    opacity: 1;
  }
}
.showLocation .showLocation-content .showLocation-mark.animate-start {
  opacity: 0;
  transform: scale(0, 0);
}
.showLocation .showLocation-content .showLocation-mark.animate-end {
  opacity: 1;
  -webkit-animation: map-anim 1s;
  animation: map-anim 1s;
  transform: scale(1, 1);
}
.showLocation .showLocation-content .showLocation-Xinjiang {
  left: 56px;
  top: 60px;
}
.showLocation .showLocation-content .showLocation-Tibet {
  left: 54px;
  top: 90px;
}
.showLocation .showLocation-content .showLocation-Qinghai {
  left: 82px;
  top: 80px;
}
.showLocation .showLocation-content .showLocation-Gansu {
  left: 104px;
  top: 80px;
}
.showLocation .showLocation-content .showLocation-InnerMongolia {
  left: 118px;
  top: 62px;
}
.showLocation .showLocation-content .showLocation-Ningxia {
  left: 109px;
  top: 75px;
}
.showLocation .showLocation-content .showLocation-Sichuan {
  left: 100px;
  top: 100px;
}
.showLocation .showLocation-content .showLocation-Yunnan {
  left: 96px;
  top: 118px;
}
.showLocation .showLocation-content .showLocation-Shaanxi {
  left: 116px;
  top: 86px;
}
.showLocation .showLocation-content .showLocation-Shanxi {
  left: 125px;
  top: 75px;
}
.showLocation .showLocation-content .showLocation-Chongqing {
  left: 113px;
  top: 100px;
}
.showLocation .showLocation-content .showLocation-Guizhou {
  left: 112px;
  top: 111px;
}
.showLocation .showLocation-content .showLocation-Guangxi {
  left: 120px;
  top: 120px;
}
.showLocation .showLocation-content .showLocation-Hainan {
  left: 122px;
  top: 136px;
}
.showLocation .showLocation-content .showLocation-Guangdong {
  left: 134px;
  top: 120px;
}
.showLocation .showLocation-content .showLocation-Macao {
  left: 136px;
  top: 127px;
}
.showLocation .showLocation-content .showLocation-Hongkong {
  left: 142px;
  top: 126px;
}
.showLocation .showLocation-content .showLocation-Taiwan {
  left: 156px;
  top: 117px;
}
.showLocation .showLocation-content .showLocation-Fujian {
  left: 146px;
  top: 110px;
}
.showLocation .showLocation-content .showLocation-Jiangxi {
  left: 138px;
  top: 106px;
}
.showLocation .showLocation-content .showLocation-Hunan {
  left: 126px;
  top: 106px;
}
.showLocation .showLocation-content .showLocation-Hubei {
  left: 126px;
  top: 95px;
}
.showLocation .showLocation-content .showLocation-Anhui {
  left: 142px;
  top: 91px;
}
.showLocation .showLocation-content .showLocation-Zhejiang {
  left: 150px;
  top: 100px;
}
.showLocation .showLocation-content .showLocation-Jiangsu {
  left: 149px;
  top: 87px;
}
.showLocation .showLocation-content .showLocation-Henan {
  left: 130px;
  top: 86px;
}
.showLocation .showLocation-content .showLocation-Shandong {
  left: 142px;
  top: 76px;
}
.showLocation .showLocation-content .showLocation-Shanghai {
  left: 156px;
  top: 90px;
}
.showLocation .showLocation-content .showLocation-Hebei {
  left: 133px;
  top: 72px;
}
.showLocation .showLocation-content .showLocation-Tianjin {
  left: 134px;
  top: 67px;
}
.showLocation .showLocation-content .showLocation-Beijing {
  left: 131px;
  top: 64px;
}
.showLocation .showLocation-content .showLocation-Liaoning {
  left: 153px;
  top: 57px;
}
.showLocation .showLocation-content .showLocation-Jilin {
  left: 161px;
  top: 48px;
}
.showLocation .showLocation-content .showLocation-Heilongjiang {
  left: 161px;
  top: 36px;
}
.showLocation-dynamic .showLocation-content {
  position: absolute;
  padding: 15px;
  z-index: 1;
}
.showLocation-dynamic .showLocation-content .showLocation-map {
  background: url("/assets/athena/2017/img/show-location-map_38014d1c.png?v=1111");
  background-size: cover;
  width: 200px;
  height: 161px;
  box-sizing: border-box;
}
.showLocation-dynamic .showLocation-content .showLocation-mark {
  background: url("/assets/athena/2017/img/mark-for-map_8947702e.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 24px;
  margin-left: -3px;
  margin-top: -8px;
  position: absolute;
}
@keyframes map-anim {
  0% {
    transform: scale(0, 0);
    transform-origin: center bottom;
    opacity: 0;
  }
  50% {
    transform: scale(0, 0);
    transform-origin: center bottom;
    opacity: 0;
  }
  80% {
    transform: scale(0.85, 1.2);
    transform-origin: center bottom;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: center bottom;
    opacity: 1;
  }
}
.showLocation-dynamic .showLocation-content .showLocation-mark.animate-start {
  opacity: 0;
  transform: scale(0, 0);
}
.showLocation-dynamic .showLocation-content .showLocation-mark.animate-end {
  opacity: 1;
  -webkit-animation: map-anim 1s;
  animation: map-anim 1s;
  transform: scale(1, 1);
}
.showLocation-dynamic .showLocation-content .showLocation-Xinjiang {
  left: 56px;
  top: 60px;
}
.showLocation-dynamic .showLocation-content .showLocation-Tibet {
  left: 54px;
  top: 90px;
}
.showLocation-dynamic .showLocation-content .showLocation-Qinghai {
  left: 82px;
  top: 80px;
}
.showLocation-dynamic .showLocation-content .showLocation-Gansu {
  left: 104px;
  top: 80px;
}
.showLocation-dynamic .showLocation-content .showLocation-InnerMongolia {
  left: 118px;
  top: 62px;
}
.showLocation-dynamic .showLocation-content .showLocation-Ningxia {
  left: 109px;
  top: 75px;
}
.showLocation-dynamic .showLocation-content .showLocation-Sichuan {
  left: 100px;
  top: 100px;
}
.showLocation-dynamic .showLocation-content .showLocation-Yunnan {
  left: 96px;
  top: 118px;
}
.showLocation-dynamic .showLocation-content .showLocation-Shaanxi {
  left: 116px;
  top: 86px;
}
.showLocation-dynamic .showLocation-content .showLocation-Shanxi {
  left: 125px;
  top: 75px;
}
.showLocation-dynamic .showLocation-content .showLocation-Chongqing {
  left: 113px;
  top: 100px;
}
.showLocation-dynamic .showLocation-content .showLocation-Guizhou {
  left: 112px;
  top: 111px;
}
.showLocation-dynamic .showLocation-content .showLocation-Guangxi {
  left: 120px;
  top: 120px;
}
.showLocation-dynamic .showLocation-content .showLocation-Hainan {
  left: 122px;
  top: 136px;
}
.showLocation-dynamic .showLocation-content .showLocation-Guangdong {
  left: 134px;
  top: 120px;
}
.showLocation-dynamic .showLocation-content .showLocation-Macao {
  left: 136px;
  top: 127px;
}
.showLocation-dynamic .showLocation-content .showLocation-Hongkong {
  left: 142px;
  top: 126px;
}
.showLocation-dynamic .showLocation-content .showLocation-Taiwan {
  left: 156px;
  top: 117px;
}
.showLocation-dynamic .showLocation-content .showLocation-Fujian {
  left: 146px;
  top: 110px;
}
.showLocation-dynamic .showLocation-content .showLocation-Jiangxi {
  left: 138px;
  top: 106px;
}
.showLocation-dynamic .showLocation-content .showLocation-Hunan {
  left: 126px;
  top: 106px;
}
.showLocation-dynamic .showLocation-content .showLocation-Hubei {
  left: 126px;
  top: 95px;
}
.showLocation-dynamic .showLocation-content .showLocation-Anhui {
  left: 142px;
  top: 91px;
}
.showLocation-dynamic .showLocation-content .showLocation-Zhejiang {
  left: 150px;
  top: 100px;
}
.showLocation-dynamic .showLocation-content .showLocation-Jiangsu {
  left: 149px;
  top: 87px;
}
.showLocation-dynamic .showLocation-content .showLocation-Henan {
  left: 130px;
  top: 86px;
}
.showLocation-dynamic .showLocation-content .showLocation-Shandong {
  left: 142px;
  top: 76px;
}
.showLocation-dynamic .showLocation-content .showLocation-Shanghai {
  left: 156px;
  top: 90px;
}
.showLocation-dynamic .showLocation-content .showLocation-Hebei {
  left: 133px;
  top: 72px;
}
.showLocation-dynamic .showLocation-content .showLocation-Tianjin {
  left: 134px;
  top: 67px;
}
.showLocation-dynamic .showLocation-content .showLocation-Beijing {
  left: 131px;
  top: 64px;
}
.showLocation-dynamic .showLocation-content .showLocation-Liaoning {
  left: 153px;
  top: 57px;
}
.showLocation-dynamic .showLocation-content .showLocation-Jilin {
  left: 161px;
  top: 48px;
}
.showLocation-dynamic .showLocation-content .showLocation-Heilongjiang {
  left: 161px;
  top: 36px;
}
.showLocation-dynamic .showLocation-content {
  display: none;
  position: absolute;
  border: 1px solid #ced3d9;
  box-shadow: 3px 3px 5px rgba(0, 33, 66, 0.2);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
}
.showLocation-dynamic .showLocation-content .showLocation-map {
  background: url("/assets/athena/2017/img/show-location-map_38014d1c.png?v=1111");
  background-size: cover;
  width: 200px;
  height: 161px;
  box-sizing: border-box;
}
.showLocation-dynamic .showLocation-content .showLocation-arrow:before,
.showLocation-dynamic .showLocation-content .showLocation-arrow:after {
  content: "";
  position: absolute;
  zoom: 1;
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0px;
  border-width: 8px;
  border-style: dashed;
  border-color: transparent;
  -o-border-image: initial;
  border-image: initial;
}
.showLocation-dynamic .showLocation-content .showLocation-arrow-left:before {
  top: 20px;
  left: -17px;
  border-right: 8px solid #ced3d9;
}
.showLocation-dynamic .showLocation-content .showLocation-arrow-left:after {
  top: 20px;
  left: -16px;
  border-right: 8px solid #fff;
}
.showLocation-dynamic .showLocation-content .showLocation-arrow-top:before {
  top: -17px;
  left: 20px;
  border-bottom: 8px solid #ced3d9;
}
.showLocation-dynamic .showLocation-content .showLocation-arrow-top:after {
  top: -16px;
  left: 20px;
  border-bottom: 8px solid #fff;
}
.showLocation-dynamic .showLocation-content .showLocation-mark {
  background: url("/assets/athena/2017/img/mark-for-map_8947702e.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 16px;
  position: absolute;
}
.showLocation-dynamic:hover .showLocation-content {
  display: block;
}
.sr-proMainInfo {
  *zoom: 1;
}
.sr-proMainInfo:before,
.sr-proMainInfo:after {
  content: "";
  display: table;
}
.sr-proMainInfo:after {
  clear: both;
}
.sr-proMainInfo-slide {
  width: 52.2%;
  float: left;
}
.sr-proMainInfo-slide-pic {
  border: 1px solid #e6ecf2;
  padding-top: calc(100% - 2px);
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.sr-proMainInfo-slide-picItem {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.sr-proMainInfo-slide-picItem .play-mark {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sr-proMainInfo-slide-picItem .play-mark .icon-play {
  font-size: 64px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sr-proMainInfo-slide-picInside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sr-proMainInfo-slide-picInside img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  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%);
}
.sr-proMainInfo-slide-picLarge {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 11;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .sr-proMainInfo-slide-picLarge:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
  }
}
.sr-proMainInfo-slide-page {
  *zoom: 1;
}
.sr-proMainInfo-slide-page:before,
.sr-proMainInfo-slide-page:after {
  content: "";
  display: table;
}
.sr-proMainInfo-slide-page:after {
  clear: both;
}
.sr-proMainInfo-slide-pageBtnL,
.sr-proMainInfo-slide-pageBtnR {
  width: calc(1 / 7 / 2 * 100%);
  padding-top: calc(1 / 7 * 100% - 10px);
  position: relative;
  cursor: pointer;
  background: #fff;
  z-index: 9;
  margin: 0 4px;
}
.sr-proMainInfo-slide-pageBtnL i,
.sr-proMainInfo-slide-pageBtnR i {
  position: absolute;
  top: 50%;
  color: #555;
  font-size: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .sr-proMainInfo-slide-pageBtnL:hover i,
  .sr-proMainInfo-slide-pageBtnR:hover i {
    color: #222;
  }
}
.sr-proMainInfo-slide-pageBtnL.disabled i,
.sr-proMainInfo-slide-pageBtnR.disabled i {
  color: #b2b2b2;
  cursor: not-allowed;
}
.sr-proMainInfo-slide-pageBtnL {
  float: left;
  text-align: left;
  margin-right: -6px;
}
.sr-proMainInfo-slide-pageBtnL i {
  left: 0;
}
.sr-proMainInfo-slide-pageBtnR {
  float: right;
  text-align: right;
}
.sr-proMainInfo-slide-pageBtnR i {
  right: 0;
}
.sr-proMainInfo-slide-pageMain {
  *zoom: 1;
}
.sr-proMainInfo-slide-pageMain:before,
.sr-proMainInfo-slide-pageMain:after {
  content: "";
  display: table;
}
.sr-proMainInfo-slide-pageMain:after {
  clear: both;
}
.sr-proMainInfo-slide-pageUl {
  *zoom: 1;
  font-size: 0;
  white-space: nowrap;
}
.sr-proMainInfo-slide-pageUl:before,
.sr-proMainInfo-slide-pageUl:after {
  content: "";
  display: table;
}
.sr-proMainInfo-slide-pageUl:after {
  clear: both;
}
.sr-proMainInfo-slide-pageUl li {
  display: inline-block;
  width: calc(1 / 7 * 100% - 10px);
  margin-left: 10px;
}
.sr-proMainInfo-slide-pageUl li.selected .sr-proMainInfo-slide-pageInside {
  border: 1px solid #e64545;
}
.sr-proMainInfo-slide-pageUl li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 769px) {
  .sr-proMainInfo-slide-pageUl.sroll {
    width: auto;
    overflow: hidden;
  }
  .sr-proMainInfo-slide-pageUl.sroll li {
    width: calc(1 / 6 * 100% - 10px);
  }
  .sr-proMainInfo-slide-pageUl.sroll li:first-child {
    margin-left: 10px;
  }
}
.sr-proMainInfo-slide-pageInside {
  width: 100%;
  height: 0;
  padding-top: calc(100% - 2px);
  cursor: pointer;
  position: relative;
  border: 1px solid #e6ecf2;
}
.sr-proMainInfo-slide-pageInside img {
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  position: absolute;
  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%);
}
.sr-proMainInfo-slide-pageInside .img-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.sr-proMainInfo-slide-pageInside .img-video .icon-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
}
.sr-proMainInfo-baseInfo {
  float: right;
  width: 47.8%;
  padding-left: 25px;
}
.sr-proMainInfo-baseInfoH1 a {
  color: #222;
}
@media only screen and (min-width: 769px) {
  .sr-proMainInfo-baseInfoH1 a:hover {
    color: #e64545;
  }
}
.sr-proMainInfo-baseInfo-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.sr-proMainInfo-baseInfo-name .mei-tip-box {
  padding-bottom: 10px;
}
.sr-proMainInfo-baseInfo-name .mei-tip-box div {
  display: inline-block;
}
.sr-proMainInfo-baseInfo-name .mei-tips {
  height: 32px;
  color: #faf8f4;
  line-height: 32px;
  padding: 2px 0 2px 24px;
  font-size: 12px;
  width: 164px;
}
.sr-proMainInfo-baseInfo-name .mei-tips.excellence-award-tip {
  background: url("/assets/athena/img/solution/mei/excellence-award_c5166444.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.individual-award-tip {
  background: url("/assets/athena/img/solution/mei/individual-award_e97aebdc.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.selected-award-tip {
  background: url("/assets/athena/img/solution/mei/selected-award_1dde36d8.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.top-award-tip {
  background: url("/assets/athena/img/solution/mei/top-award_a40ae200.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.gold-2018-award-tip {
  background: url("/assets/athena/img/solution/mei/individual-award_e97aebdc.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.silver-2018-award-tip {
  background: url("/assets/athena/img/solution/mei/individual-award_e97aebdc.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.individual-2018-award-tip {
  background: url("/assets/athena/img/solution/mei/individual-award_e97aebdc.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.nomination-2018-award-tip {
  background: url("/assets/athena/img/solution/mei/individual-award_e97aebdc.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-name .mei-tips.selected-2018-award-tip {
  background: url("/assets/athena/img/solution/mei/individual-award_e97aebdc.png")
    no-repeat top left;
}
.sr-proMainInfo-baseInfo-propertyGetPrice {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.sr-proMainInfo-baseInfo-propertyPrice {
  margin-bottom: 20px;
}
.sr-proMainInfo-baseInfo-propertyPrice table {
  width: 100%;
  word-break: break-word;
  background: #f5f7fa;
  font-size: 14px;
  line-height: 21px;
}
.sr-proMainInfo-baseInfo-propertyPrice th {
  color: #888;
  padding: 10px 10px 5px 10px;
  vertical-align: top;
}
.sr-proMainInfo-baseInfo-propertyPrice td {
  color: #222;
  padding: 0 10px 10px 10px;
  table-layout: fixed;
  vertical-align: top;
}
.sr-proMainInfo-baseInfo-propertyPrice .red {
  color: #e64545;
  font-size: 16px;
}
.sr-proMainInfo-baseInfo-propertyPrice .unit {
  color: #555;
}
.sr-proMainInfo-baseInfo-propertyAttr {
  margin-bottom: 10px;
}
.sr-proMainInfo-baseInfo-propertyAttr .attr-line {
  border-bottom: 1px solid #e9eef4;
  margin: 0 0 15px 0;
}
.sr-proMainInfo-baseInfo-propertyAttr table {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
  font-size: 14px;
  line-height: 21px;
}
.sr-proMainInfo-baseInfo-propertyAttr th {
  color: #888;
  padding-bottom: 15px;
  padding-right: 20px;
  vertical-align: top;
}
.sr-proMainInfo-baseInfo-propertyAttr td {
  color: #222;
  padding-bottom: 15px;
  vertical-align: top;
  word-break: keep-all;
  word-wrap: break-word;
}
.sr-proMainInfo-baseInfo-propertyAttr .address-wrap {
  position: relative;
}
.sr-proMainInfo-baseInfo-propertyAttr .address-wrap:hover .address-map {
  display: block;
}
.sr-proMainInfo-baseInfo-propertyAttr .address-wrap .address-map {
  width: 260px;
  height: 200px;
  top: -8px;
  left: 30px;
  display: none;
  z-index: 99;
}
.sr-proMainInfo-baseInfo-actBtns {
  *zoom: 1;
  margin-bottom: 10px;
  margin-left: -10px;
}
.sr-proMainInfo-baseInfo-actBtns:before,
.sr-proMainInfo-baseInfo-actBtns:after {
  content: "";
  display: table;
}
.sr-proMainInfo-baseInfo-actBtns:after {
  clear: both;
}
.sr-proMainInfo-baseInfo-actBtns a {
  text-decoration: none;
  overflow: hidden;
}
.sr-proMainInfo-baseInfo-actBtns .btn {
  float: left;
  margin-left: 9px;
  margin-bottom: 10px;
}
.sr-proMainInfo-baseInfo-actBtns .res {
  width: calc(100% - 10px);
}
.sr-proMainInfo-baseInfo-actBtns .half {
  width: calc(50% - 10px);
}
.sr-proMainInfo-baseInfo-actActs .act-item {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-bottom: 5px;
}
.sr-proMainInfo-baseInfo-actActs .act-item i {
  margin-right: 6px;
  line-height: 21px;
}
.sr-proMainInfo-baseInfo-actDload {
  margin-top: 15px;
  border-top: 1px solid #e6ecf2;
  padding-top: 15px;
}
.sr-proMainInfo-baseInfo-actDload .tip {
  width: 300px;
  left: 0;
  top: 30px;
  z-index: 99;
  display: none;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .sr-proMainInfo-baseInfo-actDload .link-wrap:hover .tip {
    display: block;
  }
}
.sr-proMainInfo-baseInfo-actDload .link-wrap .tip {
  padding: 10px 15px;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap dl {
  word-wrap: break-word;
  font-size: 14px;
  margin-bottom: 10px;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap dl:last-child {
  margin-bottom: 0;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap dt {
  font-weight: bold;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap dt:last-child {
  margin-bottom: 0;
}
.sr-proMainInfo-baseInfo-actDload .link-wrap dd {
  color: #555;
  word-wrap: break-word;
  font-size: 14px;
}
.sr-proMainInfo-baseInfo-actDload .link {
  line-height: 21px;
  font-size: 14px;
  color: #1470cc;
}
@media only screen and (min-width: 769px) {
  .sr-proMainInfo-baseInfo-actDload .link:hover {
    color: #e64545;
  }
}
.sr-proMainInfo-baseInfo-actDload .link i {
  line-height: 21px;
  width: 16px;
  margin-right: 5px;
}
.sr-proMainInfo-baseInfo-actDload p {
  margin: 0;
  color: #888;
  font-size: 14px;
  padding-left: 21px;
}
.sr-proMainInfo-baseInfo-actDload .tip.arrow-top .arrow-out {
  left: 189px;
}
.share-wrap {
  display: inline-block;
  position: relative;
}
.share-wrap .share-link {
  cursor: pointer;
}
.share-wrap .share-link:hover {
  color: #e64545;
  text-decoration: none;
}
.share-wrap .share-cnt {
  border: 1px solid #ced3d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(7, 10, 12, 0.1);
  position: absolute;
  z-index: 1;
  padding: 10px;
  background: #fff;
  white-space: nowrap;
  display: none;
  top: 28px;
  width: 130px;
  left: 0;
}
.share-wrap .share-cnt:before,
.share-wrap .share-cnt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.share-wrap .share-cnt:before {
  border-bottom-color: #ced3d9;
  top: -13px;
  left: 24px;
}
.share-wrap .share-cnt:after {
  border-bottom-color: #fff;
  top: -12px;
  left: 24px;
}
.share-wrap .share-cnt .sns-share {
  margin-bottom: 0;
  float: left;
}
.share-wrap .sns-share {
  margin: 0 0 10px;
}
.share-wrap .sns-share a {
  background-image: url(/assets/common/img/icon/sns-share_1f757e52.png);
  background-repeat: no-repeat;
}
.share-wrap .sns-share a.googleplus {
  width: 16px;
  margin-right: 0;
}
.share-wrap .sns-share .title {
  display: none;
}
.share-wrap .mail {
  height: 16px;
}
.share-wrap .mail a {
  background-image: url(/assets/common/img/icon/sns-email_129fdb8b.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
}
#picRoundBox img {
  transform: none;
  top: 0;
  left: 0;
}
.fav-share-wrap {
  color: #555;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .fav-share-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.fav-share-wrap .act-item {
  padding: 0 15px;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
}
.fav-share-wrap .act-item:last-child {
  border-right: 0 none;
}
.fav-share-wrap .act-item a {
  color: #555;
}
.fav-share-wrap .act-item a:hover {
  color: #e64545;
}
.fav-share-wrap .act-item .ob-icon,
.fav-share-wrap .act-item .icon {
  line-height: 21px;
}
.how-it-work2 {
  display: block;
  position: absolute;
  background: url("/assets/athena/2017/img/how-it-works_9ea47658.png") no-repeat 0
    0 transparent;
  width: 192px;
  height: 222px;
  z-index: 111;
}
.banner-layout-block {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.banner-layout-block .countdown {
  position: absolute;
  left: 32%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
}
.banner-layout-block .countdown-tip {
  font-size: 24px;
  margin-right: 21px;
}
@media only screen and (max-width: 1280px) {
  .banner-layout-block .countdown-tip span {
    display: none;
  }
}
.banner-layout-block .countdown-value {
  font-size: 72px;
  margin-right: 7px;
}
@media only screen and (max-width: 1400px) {
  .banner-layout-block .countdown-value {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1320px) {
  .banner-layout-block .countdown-value {
    font-size: 54px;
  }
}
.banner-layout-block .countdown em {
  opacity: 0.5;
  font-size: 23px;
  margin-top: 30px;
}
.banner-layout-block .countdown em:first-of-type {
  margin-right: 22px;
}
@media only screen and (max-width: 1320px) {
  .banner-layout-block .countdown em:first-of-type {
    margin-right: 18px;
  }
}
.spring-sale-dlg .dlg-dialog {
  height: 600px;
  border-radius: 10px;
  background-image: url("/assets/athena/2017/img/detail/dlg-bg_a540f6fa.png");
  background-repeat: no-repeat;
}
.spring-sale-dlg .dlg-close {
  width: 40px;
  height: 40px;
  background-image: url("/assets/athena/2017/img/detail/dlg-close_3456a0d7.png");
  background-position: 0 20px;
}
.spring-sale-dlg .dlg-close:hover {
  background-position: 0 20px;
}
.spring-sale-dlg .spring-sale-wrap .spring-sale-logo {
  width: 81px;
  height: 129px;
  margin: -30px 0 7px 40px;
}
.spring-sale-dlg .spring-sale-wrap .spring-sale-content {
  padding: 0 40px 30px;
  box-sizing: border-box;
  max-height: 477px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -ms-scroll-chaining: contain;
}
.spring-sale-dlg .spring-sale-wrap .qus-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 900;
}
.spring-sale-dlg .spring-sale-wrap .qus-cont {
  font-size: 14px;
  margin-bottom: 20px;
}
.spring-sale-dlg .spring-sale-wrap .qus-cont:nth-of-type(2) {
  margin-bottom: 40px;
}
.spring-sale-dlg .spring-sale-wrap .tag-item {
  padding: 15px 10px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  margin-bottom: 10px;
  color: #5c80c2;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-item-main {
  display: flex;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-item-main .tag-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-item-main .tag-txt {
  font-size: 14px;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-item-main .tag-txt .link {
  color: #1470cc;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-item-main img {
  width: 70px;
  height: 70px;
  margin-right: 5px;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-more {
  padding: 0 10px;
  margin-top: 15px;
}
.spring-sale-dlg .spring-sale-wrap .tag-item .tag-more strong {
  display: block;
  margin-bottom: 15px;
}
.spring-sale-dlg .spring-sale-wrap .tag-item p {
  margin: 0;
}
.spring-sale-dlg .spring-sale-wrap .tag-item em {
  color: #e64545;
  margin-right: 5px;
}
.sr-prod-quick-view {
  display: none;
}
.sr-prod-quick-view .sr-proMainInfo-baseInfoH1 a {
  color: #222;
}
.sr-prod-quick-view .sr-proMainInfo-baseInfoH1 a:hover {
  color: #e64545;
  text-decoration: none;
}
.sr-prod-quick-view .sr-proMainInfo-baseInfo {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}
.sr-prod-quick-view .sr-proMainInfo {
  padding: 30px;
  padding-right: 10px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 900px;
  height: 665px;
  background: #fff;
  z-index: 100;
}
.sr-prod-quick-view-bg {
  z-index: 99;
  zoom: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.65;
}
.sr-prod-quick-view-full {
  font-size: 14px;
  margin-bottom: 10px;
}
.sr-prod-quick-view-close {
  cursor: pointer;
  background: #737373;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -50px;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .sr-prod-quick-view-close:hover {
    background: #4c4c4c;
  }
}
.sr-prod-quick-view-loading {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 199;
  background: #fff url("/assets/common/img/loading_e7ad1158.gif") no-repeat center;
  background-size: 100%;
}
.sr-prod-quick-view-content {
  height: 100%;
  width: 100%;
}
.sr-prod-quick-view .icon-delete {
  font-size: 28px;
}
.sr-prod-quick-view .showLocation-dynamic {
  position: relative;
}
.sr-prod-quick-view .sr-proMainInfo-slide-pageUl {
  overflow: hidden;
}
.sr-prod-quick-view .showLocation-content {
  top: 30px;
  left: -10px;
}
.prod-tags,
.sr-proMainInfo-baseInfo-tags {
  margin-left: -10px;
  font-size: 0;
}
.prod-tags .tag,
.sr-proMainInfo-baseInfo-tags .tag {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 12px;
}
.prod-tags .tag-main,
.sr-proMainInfo-baseInfo-tags .tag-main {
  color: #f25555;
  border-color: #f25555;
}
.special-flag-img {
  display: inline-block;
  background-image: url("/assets/common/img/logo/special_sales_l_84b5738c.png");
  width: 120px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px;
}
.special-flag .special-flag-item {
  cursor: default;
  position: relative;
  display: inline-block;
  padding: 2px 14px 2px 5px;
  font-size: 12px;
  margin: 10px 10px 0 0;
  border-radius: 4px 2px 2px 4px;
}
.special-flag .special-flag-item:hover .tip {
  display: block;
}
.special-flag .special-flag-item::after {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #fff;
  border-bottom: 9px solid transparent;
}
.special-flag .special-flag-item.red {
  background: #ffefef;
  color: #e64545;
}
.special-flag .special-flag-item.orange {
  background: #fef2e1;
  color: #f19a37;
}
.special-flag .special-flag-item.green {
  background: #e4f8e4;
  color: #00b300;
}
.special-flag .special-flag-item.blue {
  background: #e6f1ff;
  color: #2e8ae6;
}
.special-flag .special-flag-item.purple {
  background: #f5efff;
  color: #b852cc;
}
.special-flag .special-flag-item.azure {
  background: #e8f9ff;
  color: #55b5d5;
}
.special-flag .special-flag-item .ob-icon {
  font-size: 14px;
  margin-right: 5px;
}
.special-flag .tip {
  font-weight: normal;
  z-index: 11;
  display: none;
  top: -50px;
  left: -24px;
  width: 222px;
  margin-left: -18px;
  font-size: 14px;
  box-sizing: content-box;
}
.special-flag .tip.tip-discount {
  width: 123px;
  left: 10px;
  top: -50px;
}
.special-flag .tip.tip-discount .arrow-out {
  left: 64px;
}
.special-flag .tip.tip-free {
  width: 135px;
  left: -9px;
  top: -50px;
}
.special-flag .tip.tip-free .arrow-out {
  left: 70px;
}
.special-flag .tip.tip-rapid {
  width: 151px;
  left: -7px;
  top: -50px;
}
.special-flag .tip.tip-rapid .arrow-out {
  left: 78px;
}
.special-flag .tip.tip-hot {
  width: 165px;
  left: -24px;
  top: -50px;
}
.special-flag .tip.tip-hot .arrow-out {
  left: 85px;
}
.special-flag .tip.tip-instant {
  width: 197px;
  left: -39px;
  top: -50px;
}
.special-flag .tip.tip-instant .arrow-out {
  left: 101px;
}
.live-flag {
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  background: #e54645;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  display: flex;
  align-items: center;
}
.live-flag i {
  display: inline-block;
  background: url("/assets/common/img/icon/live-dot_0db2e67a.gif");
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background-size: 8px 8px;
}
.deal-activity-flag-img {
  display: inline-block;
  background-image: url("/assets/common/img/logo/april_deals_l_2cefdb8b.png");
  width: 120px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px;
}
.deal-activity-simple-flag .deal-activity-flag-item {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  margin: 10px 10px 0 0;
  border-radius: 3px;
}
.deal-activity-simple-flag .deal-activity-flag-item.red {
  background-color: #ffe6e6;
}
.deal-activity-simple-flag .deal-activity-flag-item.red:hover {
  background-color: #feb7b7;
}
.deal-activity-simple-flag .deal-activity-flag-item.red:hover .tip {
  display: block;
}
.deal-activity-simple-flag .deal-activity-flag-item.purple {
  background-color: #f4e1fe;
}
.deal-activity-simple-flag .deal-activity-flag-item.purple:hover {
  background-color: #e8caf8;
}
.deal-activity-simple-flag .deal-activity-flag-item.purple:hover .tip {
  display: block;
}
.deal-activity-simple-flag .deal-activity-flag-item .ob-icon {
  font-size: 14px;
  margin-right: 5px;
}
.deal-activity-simple-flag .deal-activity-flag-coupons {
  display: flex;
  align-items: center;
  height: 22px;
  color: #ff6b6b;
  cursor: default;
}
.deal-activity-simple-flag .deal-activity-flag-coupons .icon-coupon {
  margin-top: 1px;
}
.deal-activity-simple-flag .deal-activity-flag-picked {
  display: flex;
  align-items: center;
  height: 22px;
  color: #c87bf0;
  cursor: default;
}
.deal-activity-simple-flag .tip {
  display: none;
  top: 33px;
  left: 0;
  white-space: nowrap;
  z-index: 11;
}
.deal-activity-simple-flag .tip .tip-text {
  font-size: 14px;
}
.deal-activity-flag .hide {
  display: none;
}
.deal-activity-flag .deal-activity-flag-item {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  margin: 10px 10px 0 0;
  border-radius: 3px;
}
.deal-activity-flag .deal-activity-flag-item.red {
  background-color: #ffe6e6;
}
.deal-activity-flag .deal-activity-flag-item.red:hover {
  background-color: #feb7b7;
}
.deal-activity-flag .deal-activity-flag-item.purple {
  background-color: #f4e1fe;
}
.deal-activity-flag .deal-activity-flag-item.purple:hover {
  background-color: #e8caf8;
}
.deal-activity-flag .deal-activity-flag-item .ob-icon {
  font-size: 14px;
  margin-right: 5px;
}
.deal-activity-flag .deal-activity-flag-coupons {
  display: flex;
  align-items: center;
  height: 22px;
  color: #ff6b6b;
  cursor: pointer;
}
.deal-activity-flag .deal-activity-flag-coupons .icon-coupon {
  margin-top: 1px;
}
.deal-activity-flag .deal-activity-flag-coupons .icon-down {
  display: none;
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.2s;
}
.deal-activity-flag .deal-activity-flag-picked {
  display: flex;
  align-items: center;
  height: 22px;
  color: #c87bf0;
  cursor: pointer;
}
.deal-activity-flag .tip {
  z-index: 11;
}
.deal-activity-flag .tip.tip-coupons {
  width: 294px;
  top: 33px;
  left: 0;
}
.deal-activity-flag .tip.tip-picked {
  top: 33px;
  left: 0;
  white-space: nowrap;
}
.deal-activity-flag .tip .tip-text {
  font-size: 14px;
}
.deal-activity-flag .tip .tip-coupons-list .tip-coupons-list-item {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  width: 272px;
  height: 72px;
}
.deal-activity-flag .tip .tip-coupons-list .tip-coupons-list-item.tip-coupons-yellow {
  background: url(/assets/athena/2017/img/detail/april_deals_coupons_yellow_58abb9c2.png)
    center center no-repeat;
  background-size: 100%;
}
.deal-activity-flag
  .tip
  .tip-coupons-list
  .tip-coupons-list-item.tip-coupons-yellow
  .item-right-info-copy {
  background: linear-gradient(180deg, #fff, #ffdca3);
  color: #d99f3f;
}
.deal-activity-flag .tip .tip-coupons-list .tip-coupons-list-item.tip-coupons-purple {
  background: url(/assets/athena/2017/img/detail/april_deals_coupons_purple_29c94478.png)
    center center no-repeat;
  background-size: 100%;
}
.deal-activity-flag
  .tip
  .tip-coupons-list
  .tip-coupons-list-item.tip-coupons-purple
  .item-right-info-copy {
  background: linear-gradient(180deg, #fff, #ddb8ff);
  color: #be7dfe;
}
.deal-activity-flag .tip .tip-coupons-list .tip-coupons-list-item.tip-coupons-red {
  background: url(/assets/athena/2017/img/detail/april_deals_coupons_red_c0389198.png)
    center center no-repeat;
  background-size: 100%;
}
.deal-activity-flag
  .tip
  .tip-coupons-list
  .tip-coupons-list-item.tip-coupons-red
  .item-right-info-copy {
  background: linear-gradient(180deg, #fff, #ffa6a6);
  color: #f37e7e;
}
.deal-activity-flag .tip .tip-coupons-list .item-left {
  padding: 12px 10px 0 10px;
  width: 64px;
  text-align: center;
  box-sizing: border-box;
}
.deal-activity-flag .tip .tip-coupons-list .item-left .item-left-num {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 32px;
  color: #fff;
}
.deal-activity-flag .tip .tip-coupons-list .item-left .item-left-text {
  font-weight: 400;
  color: #fff;
}
.deal-activity-flag .tip .tip-coupons-list .item-right {
  padding-top: 6px;
  padding-left: 20px;
}
.deal-activity-flag .tip .tip-coupons-list .item-right .item-right-title {
  font-weight: 400;
  color: #fff;
}
.deal-activity-flag .tip .tip-coupons-list .item-right .item-right-info {
  display: flex;
  align-items: center;
}
.deal-activity-flag .tip .tip-coupons-list .item-right .item-right-info .item-right-info-num {
  min-width: 100px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.deal-activity-flag .tip .tip-coupons-list .item-right .item-right-info .item-right-info-copy {
  margin-left: 15px;
  padding: 0 5px;
  border-radius: 3px;
  font-weight: 400;
  cursor: pointer;
}
.deal-activity-flag .tip .tip-coupons-list .item-right .item-right-text {
  line-height: 1;
  color: #fff;
}
.deal-activity-flag .tip .tip-coupons-info .tip-coupons-info-text {
  color: #888;
}
.deal-activity-flag .tip .tip-coupons-info .tip-coupons-info-link {
  text-decoration: underline;
}
.sr-prod-menu-btn {
  text-align: right;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .sr-prod-menu-btn {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .prod-result {
    margin-top: -10px;
  }
}
.prod-result .modify-word {
  margin-bottom: 15px;
  font-size: 14px;
}
.prod-result .modify-word .label {
  color: #e64545;
  font-weight: bold;
}
.prod-result .alert-safe-wrap {
  margin-top: 0;
}
.prod-result .sr-txt-title {
  float: left;
}
.prod-result .sr-txt-title span {
  font-size: 14px;
  color: #888;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: middle;
}
.prod-result .prod-list-title {
  padding-right: 280px;
  position: relative;
}
.prod-result .prod-result-options {
  position: absolute;
  right: 0;
  height: 30px;
  line-height: 30px;
  margin-top: -2px;
}
.prod-result .prod-result-options i {
  font-size: 16px;
  color: #555;
}
.prod-result .prod-result-options a {
  position: relative;
}
.prod-result .prod-result-options a .tip {
  top: -50px;
  width: 90px;
  left: -28px;
  display: none;
}
.prod-result .prod-result-options a .tip .arrow-out {
  left: 37px;
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-options a:hover .tip {
    display: block;
  }
}
.prod-result .prod-result-options .page-number {
  margin-left: 15px;
}
.prod-result .prod-result-option {
  border: 1px solid #ced3d9;
  width: 40px;
  text-align: center;
  background: #f5f7fa;
  margin-left: -1px;
  z-index: 1;
  position: relative;
}
.prod-result .prod-result-option a {
  width: 100%;
  height: 100%;
  display: block;
}
.prod-result .prod-result-option:first-child {
  border-radius: 3px 0 0 3px;
}
.prod-result .prod-result-option:nth-child(3) {
  border-radius: 0 3px 3px 0;
}
.prod-result .prod-result-option:nth-child(5) {
  border-radius: 3px 0 0 3px;
}
.prod-result .prod-result-option:last-child {
  border-radius: 0 3px 3px 0;
}
.prod-result .prod-result-option.selected i {
  color: #e64545;
}
.prod-result .prod-result-option.disabled {
  background: #edf0f2;
}
.prod-result .prod-result-option.disabled a {
  cursor: not-allowed;
}
.prod-result .prod-result-option.disabled i {
  color: #b2b2b2;
}
.prod-result .prod-result-option:hover {
  background: #e6ecf2;
}
.prod-result .page-number {
  color: #555;
  margin: 0 10px;
}
.prod-result .prod-result-list.prod-gallery-list {
  margin-right: -31px;
  margin-left: -30px;
  border-top: 1px solid #e9eef4;
}
.prod-result .prod-result-list.prod-gallery-list a {
  color: #222;
  text-decoration: none;
}
.prod-result .prod-result-list.prod-gallery-list a:hover {
  color: #e64545;
  text-decoration: none;
}
@media only screen and (max-width: 1280px) {
  .prod-result .prod-result-list.prod-gallery-list {
    margin-left: -20px;
    margin-right: -21px;
  }
}
.prod-result .prod-result-list.prod-gallery-list .prod-result-item {
  float: left;
  width: 25%;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #e9eef4;
  border-right: 1px solid #e9eef4;
}
@media only screen and (max-width: 1280px) {
  .prod-result .prod-result-list.prod-gallery-list .prod-result-item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-list.prod-gallery-list .prod-result-item:hover .quick-view {
    display: block;
  }
}
.prod-result .prod-result-list.prod-gallery-list .prod-item-inner {
  padding: 20px 29px;
  position: relative;
}
.prod-result .prod-result-list.prod-gallery-list .prod-video-mark,
.prod-result .prod-result-list.prod-gallery-list .prod-gif-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #7f7f7f;
  padding: 2px 5px;
  z-index: 2;
  font-size: 12px;
}
.prod-result .prod-result-list.prod-gallery-list .prod-image {
  width: 100%;
  height: 0px;
  font-size: 0;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.prod-result .prod-result-list.prod-gallery-list .prod-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-list.prod-gallery-list .prod-image img:hover {
    transform: scale(1.05);
  }
}
.prod-result .prod-result-list.prod-gallery-list .prod-img-gif img {
  transition: none;
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-list.prod-gallery-list .prod-img-gif img:hover {
    transform: none;
  }
}
.prod-result .prod-result-list.prod-gallery-list .quick-view {
  display: none;
  color: #555;
  font-size: 14px;
  text-align: center;
  background: rgba(229, 229, 229, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-list.prod-gallery-list .quick-view:hover {
    background: #c0c1c1;
  }
}
.prod-result .prod-result-list.prod-gallery-list .prod-info {
  font-size: 14px;
  height: 99px;
}
.prod-result .prod-result-list.prod-gallery-list.prod-list-include-expo .prod-info {
  height: 124px;
}
.prod-result .prod-result-list.prod-gallery-list .prod-title {
  height: 42px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prod-result .prod-result-list.prod-gallery-list .mei-tag {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 22px;
  height: 20px;
  background: url("/assets/athena/2017/img/home/mei-tag_053c2e58.png");
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-list.prod-gallery-list .mei-tag:hover .mei-tip-box {
    display: block;
  }
}
.prod-result .prod-result-list.prod-gallery-list .mei-tip-box {
  display: none;
  position: absolute;
  bottom: 130px;
  left: -30px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ced3d9;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 2;
}
.prod-result .prod-result-list.prod-gallery-list .mei-tip-box:before {
  content: "";
  position: absolute;
  zoom: 1;
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0;
  border: 8px dashed transparent;
  border-top: 8px solid #ced3d9;
  left: 60px;
  bottom: -16px;
}
.prod-result .prod-result-list.prod-gallery-list .mei-tip-box:after {
  content: "";
  position: absolute;
  zoom: 1;
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0;
  border: 8px dashed transparent;
  border-top: 8px solid #fff;
  left: 60px;
  bottom: -15px;
}
.prod-result .prod-result-list.prod-gallery-list .prod-price,
.prod-result .prod-result-list.prod-gallery-list .min-order {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #888;
}
.prod-result .prod-result-list.prod-gallery-list .prod-price {
  margin-top: 5px;
}
.prod-result .prod-result-list.prod-gallery-list .prod-price .value {
  font-weight: bold;
  color: #e64545;
}
.prod-result .prod-result-list.prod-gallery-list .more {
  text-align: center;
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  border: 1px solid #dae0e5;
  border-top: 0;
  box-shadow: 3px 3px 5px rgba(0, 33, 66, 0.2);
  background: #fff;
  z-index: 1;
  padding: 0 15px 15px;
  margin-top: 15px;
}
.prod-result .prod-result-list.prod-gallery-list .contact-btn {
  display: block;
  color: #fff;
}
.prod-result .prod-result-list.prod-gallery-list .contact-btn:hover {
  color: #fff;
  text-decoration: none;
}
.prod-result .prod-result-list.prod-gallery-list .inquiry {
  margin-top: 10px;
}
.prod-result .prod-result-list.prod-image-text-list {
  margin-right: -30px;
  margin-left: -30px;
}
.prod-result .prod-result-list.prod-image-text-list .prod-result-item {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #e6ecf2;
}
.prod-result .prod-result-list.prod-image-text-list .prod-result-item .sr-proSlide-pager {
  display: none;
}
@media only screen and (min-width: 769px) {
  .prod-result
    .prod-result-list.prod-image-text-list
    .prod-result-item:hover
    .sr-proSlide-btn-left {
    display: block;
  }
  .prod-result
    .prod-result-list.prod-image-text-list
    .prod-result-item:hover
    .sr-proSlide-btn-right {
    display: block;
  }
  .prod-result .prod-result-list.prod-image-text-list .prod-result-item:hover .sr-proSlide-pager {
    display: block;
  }
}
.prod-result .prod-result-list.prod-image-text-list .prod-item-inner {
  padding: 20px 30px;
}
.prod-result .prod-result-list.prod-image-text-list .prod-video-mark,
.prod-result .prod-result-list.prod-image-text-list .prod-gif-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #7f7f7f;
  padding: 2px 5px;
  z-index: 2;
  font-size: 12px;
}
.prod-result .prod-result-list.prod-image-text-list .live-flag {
  top: 10px;
  right: 10px;
}
.prod-result .prod-result-list.prod-image-text-list .prod-image {
  width: 100%;
  height: 0px;
  font-size: 0;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  float: left;
}
.prod-result .prod-result-list.prod-image-text-list .prod-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.prod-result .prod-result-list.prod-image-text-list .prod-image .prod-img-gif img {
  transition: none;
}
.prod-result .prod-result-list.prod-image-text-list .prod-info {
  font-size: 14px;
  float: left;
  width: 75%;
  padding-left: 20px;
}
.prod-result .prod-result-list.prod-image-text-list .prod-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
}
.prod-result .prod-result-list.prod-image-text-list .prod-title span {
  color: #f73;
}
.prod-result .prod-result-list.prod-image-text-list .prod-title a {
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .prod-result .prod-result-list.prod-image-text-list .prod-title a:hover {
    color: #e64545;
    text-decoration: none;
  }
}
.prod-result .prod-result-list.prod-image-text-list .label {
  color: #888;
}
.prod-result .prod-result-list.prod-image-text-list .prod-price {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.prod-result .prod-result-list.prod-image-text-list .prod-price .value {
  color: #e64545;
  font-weight: bold;
}
.prod-result .prod-result-list.prod-image-text-list .min-order {
  margin-bottom: 10px;
}
.prod-result .prod-result-list.prod-image-text-list .min-order .value {
  font-weight: bold;
}
.prod-result .prod-result-list.prod-image-text-list .row {
  position: relative;
}
.prod-result .prod-result-list.prod-image-text-list .row .col1,
.prod-result .prod-result-list.prod-image-text-list .row .col2 {
  float: left;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
}
.prod-result .prod-result-list.prod-image-text-list .btn-group {
  margin-top: 20px;
  font-size: 0;
}
.prod-result .prod-result-list.prod-image-text-list .btn-group .btn {
  margin-right: 20px;
}
.prod-result .prod-result-list.prod-image-text-list .add-to-basket,
.prod-result .prod-result-list.prod-image-text-list .already-in-basket {
  font-size: 14px;
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}
.prod-result .prod-result-list.prod-image-text-list .inquiry {
  margin-top: 10px;
}
.prod-result .prod-result-list.prod-image-text-list .icon-cart-add {
  margin-right: 5px;
}
.prod-result .prod-result-list.prod-image-text-list .mei-tag {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
.prod-result .prod-result-list.prod-image-text-list .mei-tag .mei-tip-box {
  color: #e64545;
}
.prod-result .prod-result-list.prod-image-text-list .top-award-tip,
.prod-result .prod-result-list.prod-image-text-list .excellence-award-tip,
.prod-result .prod-result-list.prod-image-text-list .individual-award-tip,
.prod-result .prod-result-list.prod-image-text-list .selected-award-tip,
.prod-result .prod-result-list.prod-image-text-list .gold-2018-award-tip,
.prod-result .prod-result-list.prod-image-text-list .silver-2018-award-tip,
.prod-result .prod-result-list.prod-image-text-list .individual-2018-award-tip,
.prod-result .prod-result-list.prod-image-text-list .nomination-2018-award-tip,
.prod-result .prod-result-list.prod-image-text-list .selected-2018-award-tip {
  padding-left: 15px;
  background: url("/assets/athena/2017/img/home/mei_5b5c05a1.png") no-repeat;
}
.prod-result .prod-result-list.prod-image-text-list .sr-proSlide {
  margin-bottom: 0px;
  width: 25%;
  max-width: 250px;
  height: 0px;
  font-size: 0;
  position: relative;
  padding-bottom: 25%;
  overflow: hidden;
  float: left;
}
.prod-result .prod-result-list.prod-image-text-list .sr-proSlide-btn-left {
  left: 0;
  width: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
}
.prod-result .prod-result-list.prod-image-text-list .sr-proSlide-btn-right {
  right: 0;
  width: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
}
.prod-result .prod-result-list.prod-image-text-list .sr-proSlide-pager .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border-radius: 50%;
  background: #e3e3e3;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  position: relative;
}
.prod-result
  .prod-result-list.prod-image-text-list
  .sr-proSlide-pager
  .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #ddd;
  border: 2px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 50%;
}
.prod-result
  .prod-result-list.prod-image-text-list
  .sr-proSlide-pager
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.prod-result
  .prod-result-list.prod-image-text-list
  .sr-proSlide-pager
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 2px solid #8a8a8a;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.prod-result-footer {
  margin-top: 20px;
  margin-bottom: 0;
  *zoom: 1;
}
.prod-result-footer:before,
.prod-result-footer:after {
  content: "";
  display: table;
}
.prod-result-footer:after {
  clear: both;
}
.prod-result-footer .show-option {
  color: #888;
  float: left;
  height: 30px;
  line-height: 30px;
}
.prod-result-footer .show-option span {
  margin-right: 10px;
}
.prod-result-footer .show-option .page-gap {
  border-left: 1px solid #dae0e6;
  margin: 2px;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
}
.prod-result-footer .show-option .page-select-option {
  padding: 0 8px;
  color: #555;
}
.prod-result-footer .show-option .page-select-option.selected {
  font-weight: bold;
  color: #e64545;
}
.prod-result-footer .pager {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .sr-layout-wrap .prodlist-page-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
    visibility: hidden;
    width: auto;
    margin: 0;
  }
  .sr-layout-wrap .prodlist-page-nav .contact-block {
    display: none;
  }
  .sr-layout-wrap .prodlist-page-nav .prod-menu-bg {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .sr-layout-wrap .prodlist-page-nav .prod-menu {
    position: absolute;
    z-index: 2;
    width: 260px;
    height: 100%;
    overflow: auto;
    padding-top: 0;
    transform: translate(-260px, 0);
    transition: all 0.2s;
  }
  .sr-layout-wrap .prodlist-page-nav .icon-right:before {
    content: "\e006";
  }
  .sr-layout-wrap .prodlist-page-nav .sr-side-proGroup-list li .sr-side-proGroup-sublist {
    position: relative;
    left: 0;
  }
  .sr-layout-wrap .prodlist-page-nav .sr-side-proGroup-list li:hover .sr-side-proGroup-sublist {
    display: none;
  }
  .sr-layout-wrap .prodlist-page-nav .sr-side-proGroup-list li.sr-side-proGroup-rightSpace i {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    transform: translateY(0);
  }
  .sr-layout-wrap .prodlist-page-nav .sr-side-proGroup-list li.subList-show {
    background: #e6ecf2;
  }
  .sr-layout-wrap
    .prodlist-page-nav
    .sr-side-proGroup-list
    li.subList-show
    .sr-side-proGroup-sublist {
    display: block;
    margin-top: 0;
    border: 0;
    background: #e6ecf2;
    box-shadow: none;
    padding: 0;
  }
  .sr-layout-wrap
    .prodlist-page-nav
    .sr-side-proGroup-list
    li.subList-show
    .sr-side-proGroup-sublist
    li {
    padding-left: 30px;
  }
  .sr-layout-wrap
    .prodlist-page-nav
    .sr-side-proGroup-list
    li.subList-show
    .sr-side-proGroup-sublist
    li.selected {
    background: #ced3d9;
  }
  .sr-layout-wrap .prodlist-page-nav .sr-side-proGroup-list li.subList-show .icon-right:before {
    content: "\e007";
  }
  .sr-layout-wrap .prodlist-page-nav.prodList-page-nav-show {
    visibility: visible;
  }
  .sr-layout-wrap .prodlist-page-nav.prodList-page-nav-show .prod-menu-bg {
    opacity: 0.7;
    visibility: visible;
  }
  .sr-layout-wrap .prodlist-page-nav.prodList-page-nav-show .prod-menu {
    transform: translate(0, 0);
  }
  .sr-layout-wrap .prodlist-page-nav.prodList-page-nav-show .sr-side-searchBar,
  .sr-layout-wrap .prodlist-page-nav.prodList-page-nav-show .sr-side-proGroup-cat,
  .sr-layout-wrap .prodlist-page-nav.prodList-page-nav-show .contact-supplier {
    display: none;
  }
}
.sr-side-proGroup-cat {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.sr-prodTool-nav {
  display: none;
  width: 100%;
  z-index: 9;
  height: 55px;
  margin-bottom: -1px;
}
@media only screen and (max-width: 1023px) {
  .sr-prodTool-nav {
    display: block;
  }
}
.sr-prodTool-nav .sr-prodTool-menu {
  float: left;
  height: 33px;
  line-height: 33px;
}
.sr-prodTool-nav .sr-prodTool-search {
  float: right;
  width: 260px;
}
.sr-prodTool-nav .sr-prodTool-search .sr-side-searchBar-wrap {
  height: 33px;
}
.sr-prodTool-nav .sr-prodTool-search .sr-side-searchBar-input,
.sr-prodTool-nav .sr-prodTool-search .sr-side-searchBar-button {
  height: 33px !important;
}
.sr-prodTool-nav .sr-prodTool-search .sr-side-searchBar {
  padding-right: 20px;
}
.sr-prodTool-nav .sr-layout-block {
  margin-bottom: -1px;
  padding: 10px 20px;
}
.sr-prodTool-nav .sr-side-searchBar {
  margin-top: 0;
}
#faptcha_widget {
  float: left;
}
#faptcha_widget input {
  border-radius: 3px 0 0 3px;
  margin-right: -1px;
}
#faptcha_widget #faptcha_image_img {
  height: 33px;
  border: solid 1px #e5e5e5;
}
#faptcha_widget #faptcha_reload_btn {
  display: inline-block;
  height: 33px;
  line-height: 0;
  opacity: 0.5;
  width: 21px;
  background: url("/assets/athena/2017/img/faptcha-sprite_b9e5c90a.png") no-repeat -63px
    50% !important;
}
#faptcha_widget #faptcha_reload_btn:hover {
  opacity: 1;
}
#faptcha_widget:hover {
  border-color: #a1aab2;
  outline: 0;
}
#faptcha_widget:focus {
  border-color: #1470cc;
  outline: 0;
}
#faptcha_widget #faptcha_input {
  float: left;
}
#faptcha_widget #faptcha_input #faptcha_response_field {
  width: 180px;
}
#faptcha_widget #faptcha_main {
  float: right;
  height: 33px;
  border: none;
}
.form-password.obelisk-form input,
.form-password.obelisk-form .input-text {
  padding: 5px 10px;
  border: 1px solid #ced3d9;
  border-radius: 3px;
  color: #222;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  width: 180px;
}
.locked-group-page .alert-new {
  margin-bottom: 30px;
}
.locked-group-page .alert-new .alert-con {
  margin-bottom: 10px;
  font-size: 14px;
}
.locked-group-page .alert-new .alert-con:last-child {
  margin-bottom: 0;
}
.locked-group-page .obelisk-form .form-item:last-child {
  margin-bottom: 20px;
}
.locked-group-page .obelisk-form .form-item .form-label {
  width: 170px;
}
.locked-group-page .th {
  width: 100px;
}
.locked-group-page p {
  color: #555;
}
.locked-group-page .input-text {
  width: 122px;
}
.no-result .modify-word {
  margin-bottom: 15px;
  font-size: 14px;
}
.no-result .modify-word .label {
  color: #e64545;
  font-weight: bold;
}
.no-result .alert-tip {
  margin-bottom: 20px;
}
.no-result .alert-tip .icon-caution {
  font-size: 28px;
  color: #f60;
  margin-left: 5px;
}
.no-result .alert-tip h3 {
  display: inline-block;
  font-size: 16px;
}
.no-result .suggest li {
  padding: 5px 0;
}
.no-result .hook {
  color: #1470cc;
  position: relative;
}
.no-result .hook .tip {
  display: none;
  left: 175px;
  width: 330px;
  top: -15px;
}
.no-result .hook:hover .tip {
  display: block;
}
.pro-catalogs .ob-icon {
  margin-right: 5px;
}
.sr-prodTool-fix {
  width: 100%;
  background: #fff;
  z-index: 9;
}
.sr-proMainInfo-baseInfo-tags {
  font-weight: normal;
}
.prod-list-sub-title {
  padding: 15px 30px;
  border-bottom: 1px solid #e6ecf2;
  clear: both;
}
.prod-list-sub-title ~ .prod-list-sub-title {
  border-top: 1px solid #e6ecf2;
  transform: translate(0, -1px);
}
.prod-list-sub-title .prod-list-sub-title-txt {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
}
.prod-list-sub-title a.btn {
  padding: 5px 15px;
  height: auto;
  line-height: 1.5;
}
.prod-list-sub-title a.btn.btn-main {
  color: #fff;
}
.prod-list-sub-title a.btn.btn-main:hover {
  color: #fff;
}
.prod-list-sub-title .pull-right {
  float: right;
}
.prod-list-sub-title .pull-left {
  float: left;
}
.prod-list-sub-title .already-reservation {
  padding: 6px 0;
  color: #888;
}
.sr-layout-block-exhibits {
  padding-bottom: 0;
}
.prod-image-text-list .prod-list-sub-title {
  border-top: 1px solid #e6ecf2;
}
/*# sourceMappingURL=../../../../../__sources__/athena/2017/css/pages/product/prodList_1102cd00.css.map */
