/*filename=device.css*/
@charset "UTF-8";
.nomal-hide .__solution{
  display:none!important;
}
.ui-step {
  position: relative;
  text-align: left;
  font-size: 0px;
}
.ui-step .ui-step-item {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 24px;
  border-top: 1px solid #DDDDDD;
  vertical-align: top;
  color: #999999;
}
.ui-step .ui-step-item .ui-text {
  display: inline-block;
  position: absolute;
  width: 100px;
  right: -50px;
  bottom: -14px;
  text-align: center;
  font-size: 12px;
  z-index: 2;
}
.ui-step .ui-step-item .__status {
  position: absolute;
  display: inline-block;
  padding: 6px;
  top: -12px;
  right: -12px;
  background: #fff;
  z-index: 3;
}
.ui-step .ui-step-item .__radiusbtn {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #DDDDDD;
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.ui-step .ui-step-item:first-child {
  width: 0px;
}
.ui-step .ui-step-item._active {
  color: #ff5b2c;
  border-color: #ff5b2c;
}
.ui-step .ui-step-item._active .__status {
  top: -16px;
  right: -16px;
}
.ui-step .ui-step-item._active .__status .__radiusbtn {
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: #ff5b2c;
  border: 4px solid #fcefea;
}
#pc-login {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
}
#pc-login .login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 400px;
  height: 504px;
  margin: 0 auto;
  padding: 40px 30px 45px;
  background: #FFFFFF;
  -moz-border-radius: 5px;
       border-radius: 5px;
}
#pc-login .login-container .__hd {
  text-align: center;
}
#pc-login .login-container .__hd .ui-img {
  display: inline-block;
  width: 150px;
  height: 70px;
}
#pc-login .login-container .__hd .__close {
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}
#pc-login .login-container .__bd {
  padding-top: 29px;
}
#pc-login .login-container .__bd .ui-form-item {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 5px;
  height: 83px;
}
#pc-login .login-container .__bd .ui-form-item .ui-form-label {
  position: absolute;
  top: 29px;
  left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 16px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  cursor: text;
}
#pc-login .login-container .__bd .ui-form-item .ui-input-block .ui-input {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 53px;
  padding-top: 12px;
  padding-left: 15px;
  border: none;
  font-size: 16px;
  color: #333333;
  caret-color: #ff5b2c;
  outline: none;
}
#pc-login .login-container .__bd .ui-form-item .mobile-block .ui-input {
  width: 307px;
}
#pc-login .login-container .__bd .ui-form-item .mobile-block .icon_clear {
  display: none;
  font-size: 18px;
  color: #ccc;
}
#pc-login .login-container .__bd .ui-form-item .img-block .ui-input {
  width: 210px;
}
#pc-login .login-container .__bd .ui-form-item .img-block .ui-img {
  display: inline-block;
  width: 118px;
  height: 44px;
  margin-top: 12px;
  cursor: pointer;
}
#pc-login .login-container .__bd .ui-form-item .short-block .ui-input {
  width: 246px;
}
#pc-login .login-container .__bd .ui-form-item .short-block .ui-input_active {
  width: 214px;
}
#pc-login .login-container .__bd .ui-form-item .short-block .login-short {
  font-size: 16px;
  font-weight: 400;
  color: #FF5B2C;
  line-height: 16px;
  white-space: nowrap;
  cursor: pointer;
}
#pc-login .login-container .__bd .ui-form-item .short-block .login-short_active {
  color: #CCCCCC;
  cursor: default;
}
#pc-login .login-container .__bd .ui-form-item .ui-input-border {
  overflow: hidden;
  height: 5px;
}
#pc-login .login-container .__bd .ui-form-item .ui-input-border .__border {
  position: relative;
  top: -8px;
  height: 10px;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 5px;
       border-radius: 5px;
}
#pc-login .login-container .__bd .ui-form-item .ui-input-border .__border_active {
  border-color: #FF5B2C;
}
#pc-login .login-container .__bd .ui-form-item .ui-form-tips {
  display: none;
  margin-top: 8px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #FF5B2C;
  line-height: 12px;
}
#pc-login .login-container .__bd .ui-form-item .ui-short-tips {
  float: right;
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
  text-decoration: none;
}
#pc-login .login-container .__bd .ui-form-active .ui-form-label {
  top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
#pc-login .login-container .__ft {
  margin: 26px auto 0;
}
#pc-login .login-container .__ft .__account {
  width: 340px;
  height: 48px;
  background: #CCCCCC;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  cursor: not-allowed;
}
#pc-login .login-container .__ft .__account_active {
  background: #FF5B2C;
  cursor: pointer;
}
#all-sl-container .__price_active .icon_repairs {
  color: #333333;
}
#all-sl-container .__all {
  z-index: 100;
  display: none;
  position: absolute;
  top: -375px;
  left: -205px;
  background: #f5f5f5;
  -moz-border-radius: 10px;
       border-radius: 10px;
  cursor: default;
}
#all-sl-container .__all .__all_before {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -10px;
  left: 215px;
  content: ' ';
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
}
#all-sl-container .__all .__all_after {
  position: absolute;
  bottom: -29px;
  width: 100%;
  height: 29px;
  opacity: 0;
  background: #7a43b6;
}
#all-sl-container .__all .__all_context {
  width: 462px;
  height: 369px;
  -moz-border-radius: 10px !important;
       border-radius: 10px !important;
  overflow: hidden;
}
#all-sl-container .__all .__all_context .__all_sl {
  width: 462px;
  height: 369px;
  overflow-y: auto;
  overflow-x: hidden;
}
#all-sl-container .__all .__all_context .__all_sl .zl-scrollBarBox {
  display: none;
  right: 9px !important;
}
#all-sl-container .__all .__all_context .__all_sl:hover .zl-scrollBarBox {
  display: block !important;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container {
  width: 398px;
  padding: 0 32px;
  color: #333333;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__title {
  margin-bottom: 24px;
  padding-top: 17px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__title_first {
  padding-top: 29px;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item {
  position: relative;
  margin-bottom: 25px;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_lf {
  display: inline-block;
  max-width: 280px;
  font-size: 14px;
  line-height: 14px;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_lf .ui-text {
  margin-bottom: 10px;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_lf .__des {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_lf .__des .icon_trash {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22PX;
  font-size: 22px;
  color: #ff5b2c;
  cursor: pointer;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_ct {
  display: none;
  position: relative;
  top: 2px;
  font-size: 22px;
  color: #ff5b2c;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_rf {
  position: absolute;
  height: 34px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  display: inline-block;
  font-size: 16px;
  color: #FE5E23;
  text-align: right;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_rf .__rmb {
  font-size: 12px;
  color: #FE5E23;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_rf .__pro_price {
  line-height: 14px;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_rf .__pro_price .__tag {
  display: inline-block;
  width: 31px;
  height: 15px;
  background: -webkit-linear-gradient(45deg, #eb197a, #fc6a21);
  background: -moz- oldlinear-gradient(45deg, #eb197a, #fc6a21);
  background: linear-gradient(45deg, #eb197a, #fc6a21);
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 15px;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item .__item_rf .__price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
  color: #AAAAAA;
}
#all-sl-container .__all .__all_context .__all_sl .sl-container .__sl_item .__item:hover .icon_trash {
  display: inline-block !important;
}
#all-sl-container .__all_active {
  display: block;
}
#all-sl-container .zl-scrollBarBox {
  background: transparent;
}
#all-sl-container .zl-scrollBar {
  background: #dfdedf;
  cursor: default;
}
#all-sl-container .zl-scrollBar:hover {
  background: #dfdedf;
}
.w-selector .__category, .w-selector .__brand, .w-selector .__attr {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 42px;
}
.w-selector .__category:after, .w-selector .__brand:after, .w-selector .__attr:after {
  display: table;
  content: '';
  clear: both;
}
.w-selector .__category .ui-repeater-item, .w-selector .__brand .ui-repeater-item, .w-selector .__attr .ui-repeater-item {
  margin-right: 48px;
  color: #333333;
  float: left;
}
.w-selector .__category .ui-repeater-item li:hover, .w-selector .__brand .ui-repeater-item li:hover, .w-selector .__attr .ui-repeater-item li:hover {
  cursor: pointer;
  color: #999999;
}
.w-selector .__category .ui-repeater-item ._active, .w-selector .__brand .ui-repeater-item ._active, .w-selector .__attr .ui-repeater-item ._active {
  color: #ff5b2c;
}
.w-selector .__category .ui-repeater-item ._disable, .w-selector .__brand .ui-repeater-item ._disable, .w-selector .__attr .ui-repeater-item ._disable {
  color: #999999;
}
.w-selector .__category .__value, .w-selector .__brand .__value, .w-selector .__attr .__value {
  width: 938px;
}
.w-selector .__category .ui-title, .w-selector .__brand .ui-title, .w-selector .__attr .ui-title {
  margin-right: 48px;
  color: #999999;
  float: left;
}
.w-selector .__category .__value:after, .w-selector .__brand .__value:after, .w-selector .__attr .__value:after {
  display: table;
  content: '';
  clear: both;
}
.w-selector .__attr {
  position: relative;
  margin-bottom: 0;
}
.w-selector .__attr .__value {
  margin-right: 133px;
}
.w-selector .__attr .__value .ui-repeater-item {
  margin-bottom: 25px;
}
.w-selector .__attr .ui-more {
  position: relative;
  top: -2px;
  float: left;
  color: #4662a5;
}
.w-selector .__attr .ui-more:hover {
  cursor: pointer;
}

.icon_question {
  position: relative;
  color: #cccccc;
  font-size: 20px;
  top: 2px;
}
.icon_question .tip-content {
  display: none;
  z-index: 1000;
  position: absolute;
  top: -138px;
  left: -127px;
}

.icon_question:hover .tip-content {
  display: block;
}
/*
 * @author: neo-z
 * @time: 2019-7-17
*/
.page-repairs_device .header {
  clear: both;
}
.page-repairs_device .container {
  clear: both;
  padding: 64px 0 63px 0;
  background: #fff;
}
.page-repairs_device .container .wrapper {
  width: 1200px;
  margin: 0 auto;
}
.page-repairs_device .container .w-step .ui-step {
  text-align: center;
}
.page-repairs_device .container .w-deviceinfo {
  position: relative;
  min-height: 480px;
  margin-top: 108px;
  padding-left: 426px;
}
.page-repairs_device .container .w-deviceinfo .__pic {
  position: absolute;
  width: 285px;
  height: 285px;
  left: 26px;
  overflow: hidden;
  background: #f5f5f5;
}
.page-repairs_device .container .w-deviceinfo .__pic .ui-img {
  width: auto;
  height: 100%;
}
.page-repairs_device .container .w-deviceinfo .__pic .no-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 96px;
  height: 96px;
}
.page-repairs_device .container .w-deviceinfo .__faults {
  width: 713px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd {
  padding-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd .__name {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 40px;
  font-size: 30px;
  color: #333333;
  margin-bottom: 16px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd .__name .ui-link {
  display: block;
  position: absolute;
  right: -32px;
  top: 14px;
  color: #4662a5;
  font-size: 13px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd .__name .ui-link:hover {
  color: #ff5b2c;
  text-decoration: none;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd .__name .ui-link .ui-icon {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd .__services .ui-text {
  display: inline-block;
  color: #999999;
  margin-right: 32px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__hd .__services .ui-text .ui-icon {
  display: inline-block;
  position: relative;
  font-size: 20px;
  top: 3px;
  margin-right: 4px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__bd {
  padding-top: 35px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__bd .w-attributes .__hd {
  border-bottom: none;
  padding: 0;
}
.page-repairs_device .container .w-deviceinfo .__faults .__bd .w-attributes .__hd .faults-hint{
  font-size: 12px;
  color: #ff5b2c;
  margin-left: 20px;
  opacity: 0;
}
.page-repairs_device .container .w-deviceinfo .__faults .__bd .w-attributes .__bd {
  padding-top: 16px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft {
  z-index: 1000;
  display: none;
  position: fixed;
  bottom: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 712px;
  height: 118px;
  padding: 27px 0;
  background: #fff;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount {
  position: relative;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price {
  display: inline-block;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__amount {
  display: inline-block;
  position: relative;
  color: #ff5b2c;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__amount .ui-uint {
  font-size: 16px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__amount .ui-rmb {
  font-size: 24px;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__amount .__nums {
  display: inline-block;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__amount .__nums .ui-icon {
  width: 30px;
  height: 30px;
  font-size: 40px;
  color: #ccc;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__amount .__nums .ui-numic {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #ff5b2c;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__price .__desc {
  margin-top: 10px;
  font-size: 13px;
  color: #999999;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__operate {
  position: absolute;
  top: 50%;
  left: 222px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .w-totalamount .__operate #placeOrder {
  cursor: pointer;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .ui-btn-normal {
  width: 158px;
  height: 50px;
  line-height: 50px;
  background: #ff5b2c;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  text-decoration: none;
}
.page-repairs_device .container .w-deviceinfo .__faults .__ft .ui-btn-normal:hover {
  opacity: 0.8;
}
.page-repairs_device .container .w-deviceinfo .__faults .device_hint{
  background-color: #F2F2F2;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  margin-top: 20px;
}
.page-repairs_device .container .w-deviceinfo .__faults .device_hint .ui-icon{
  float: left;
  color: #999;
  margin-top: 1px;
}
.page-repairs_device .container .w-deviceinfo .__faults .device_hint  ._txt{
  width: 660px;
  float: left;
  margin-left: 2px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}





.page-repairs_device .container .w-attributes {
  display: inline-block;
  width: 713px;
  margin-bottom: 23px;
}
.page-repairs_device .container .w-attributes .__hd .ui-title {
  font-size: 16px;
  color: #333333;
}
.page-repairs_device .container .w-attributes .__bd {
  font-size: 0px;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item {
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 163px;
  height: 45px;
  line-height: 45px;
  line-height: 45px;
  margin: 0 20px 20px 0;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 5px;
       border-radius: 5px;
  cursor: pointer;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item:hover {
  border-color: #333333;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item:nth-child(4n) {
  margin-right: 0;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item._selected {
  border-color: #ff5b2c;
  color: #ff5b2c;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item._selected .ui-text {
  position: relative;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item._selected .ui-num {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
  line-height: 20px;
  font-family: 'PingFang-SC-Medium';
  background-color: #ff5b2c;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-size: 13px;
  color: #fff;
  z-index: 2;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item._selected_active {
  border-color: #ff5b2c;
  color: #ff5b2c;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item._selected_active .ui-text {
  position: relative;
}
.page-repairs_device .container .w-attributes .__bd .attrs-item._selected_active .ui-num {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
  line-height: 20px;
  font-family: 'PingFang-SC-Medium';
  background-color: #ff5b2c;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-size: 13px;
  color: #fff;
  z-index: 2;
}
.page-repairs_device .container .w-attributes .__bd .attrs-line._close {
  display: none;
}
.page-repairs_device .container .w-attributes .__bd .attrs-line._open {
  display: block;
}
.page-repairs_device .container .w-attributes._faults .__bd {
  position: relative;
}
.page-repairs_device .container .w-attributes._faults .__bd .attrs-line {
  position: relative;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding-top: 16px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  font-size: 0;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions:before {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -8px;
  left: 70px;
  content: ' ';
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item {
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 216px;
  height: 173px;
  margin: 0 0 19px 16px;
  padding: 14px 11px 0 11px;
  background: #fff;
  -moz-border-radius: 10px;
       border-radius: 10px;
  font-size: 12px;
  vertical-align: middle;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__title {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
  border-top-right-radius: 18px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__desc {
  max-height: 32px;
  overflow: hidden;
  color: #999999;
  line-height: 16px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__price {
  position: absolute;
  bottom: 13px;
  right: 10px;
  text-align: right;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__price .ui-rmb {
  display: block;
  height: 16px;
  color: #ff5b2c;
  font-size: 16px;
  line-height: 16px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__price .ui-rmb .ui-text {
  font-size: 12px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__price .ui-rmb .__tag {
  position: relative;
  top: -1px;
  display: none;
  width: 31px;
  height: 16px;
  background: -webkit-linear-gradient(45deg, #eb197a, #fc6a21);
  background: -moz- oldlinear-gradient(45deg, #eb197a, #fc6a21);
  background: linear-gradient(45deg, #eb197a, #fc6a21);
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__price .ui-rmb._mark {
  margin-top: 5px;
  text-decoration: line-through;
  font-size: 12px;
  color: #999999;
  font-size: 12px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion {
  display: none;
  position: absolute;
  height: 30px;
  line-height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #ff5b2c;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion:before, .page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion:after {
  content: " ";
  display: table;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion:after {
  clear: both;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion .ui-label {
  display: block;
  float: left;
  margin-left: 14px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion .ui-label.font-zbb-web {
  font-size: 12px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion .ui-label.font-zbb-web:before {
  font-size: 14px;
  vertical-align: middle;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__promotion .ui-date {
  display: block;
  float: right;
  text-align: right;
  margin-right: 12px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__status {
  display: block;
  position: absolute;
  width: 26px;
  height: 23px;
  right: 0;
  top: 0px;
  z-index: 2;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item .__status .ui-icon {
  display: block;
  position: relative;
  font-size: 34px;
  top: -6px;
  left: -3px;
  color: #d3d3d3;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item:hover {
  cursor: pointer;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item:hover .__status .ui-icon {
  color: #999;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item_sel:before {
  content:'' ;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ff5b2c;
  border-radius: 10px;
  box-sizing: border-box;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item_sel .__status .ui-icon {
  color: #ff5b2c !important;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item_promo .__price {
  bottom: 43px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item_promo .__price .__tag {
  display: inline-block !important;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions .sl-item_promo .__promotion {
  display: block;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions-1:before {
  left: 251px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions-2:before {
  left: 432px;
}
.page-repairs_device .container .w-attributes._faults .__bd .w-solutions-3:before {
  left: 613px;
}
.page-repairs_device .container .hide-attr {
  display: none;
}
.page-repairs_device .container #load-img {
  display: none;
}
.page-repairs_device .container #load-img .load-img {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.page-repairs_device .online-kf{
  position: fixed;
  width: 114px;
  right: 58px;
  bottom: 226px;
  overflow: hidden;
  z-index: 9999;
  display: none;
  opacity: 0;
  cursor: pointer;
}
.page-repairs_device .online-kf ._bottom{
  height: 152px;
  width:100% ;
  float: left;
  position: relative;
}
.page-repairs_device .online-kf ._bottom img{
  height: 100%;
  width: auto;
}
.page-repairs_device .online-kf ._top{
  float: right;
  width: 100%;
  height: 68px;
  /* margin-bottom: 8px; */
  position: relative;
  overflow: hidden;
  text-align: right;
}
.page-repairs_device .online-kf ._top img{
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0px;
  transform:scale(1);
  right:0;
  opacity: 1;
  display: none;
}
@keyframes likes {
  0% {
    transform:scale(0);
    bottom: -29px;
    opacity: 0;
  }
  100% {
    transform:scale(1);
    bottom: 1px;
    opacity: 1;
  }
}
@keyframes likes1 {
  0% {
    opacity: 1;
  }
  50%{
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes likes2 {
  0% {
    transform: scale(1);
    top: 0;
  }
  100% {
    transform: scale(.8);
    top: -20px;
  }
}
.anima1 {
  animation-name: likes;   
  animation-timing-function: linear;  
  animation-delay: 0s;   
  animation-duration: 0.4s;   
}
.anima2 {
  animation-name: likes1;   
  animation-timing-function: linear;  
  animation-delay: 0s;   
  animation-iteration-count: infinite; 
  animation-duration: 0.5s;   
}

.anima3 {
  animation-name: likes2;   
  animation-timing-function: linear;  
  animation-delay: 0s;   
  animation-duration: 0.6s;   
}