@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 1;
  }
}
.breadcrumb-cl {
  padding-top: 20px;
  text-align: left;
}
.breadcrumbs {
  padding-left: 40px;
  font-size: 14px;
  /* font-weight: 700; */
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-breadcrumb__separator[class*="icon"] {
  margin: 0 6px 0 0;
}
.breadcrumbs a {
  color: #fcfbfb;
  text-decoration: none;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  color: #fcfbfb;
  font-weight: 700;
}
.el-breadcrumb__inner,
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  color: #fcfbfb;
}
.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #fcfbfb;
}
.anim_fade_image {
  /*opacity: 1;
    transition: opacity 1s;*/

  /*position: absolute;
    left: 50%;*/
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  opacity: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  transition: background-image, opacity 1s;
  background-size: cover;
  background-position: 50%;
  height: 500px;
}
.listBox {
  background: #f5f5f5;
}
.listBox .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 99;
}
.list-banner {
  position: relative;
  width: 100%;
  text-align: center;
}

.list-banner img {
  width: 100%;
  margin: 0 auto;
}

.list-banner-name {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.list-banner-name div {
  margin-top: 10%;
}

/* 机型图标 */

.list-icon {
  background: white;
}

.list-icon-center {
  margin: 0 auto;
  display: flex;
  background: white;
  justify-content: space-around;
  padding: 0 6%;
}

.list-icon-center:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.list-pang-line {
  width: 1px;
  height: 60px;
  background: #e0e0e0;
  float: left;
}

.list-icon-outer {
  /* width: 140px; */
  float: left;
  flex-shrink: 0;
}

.list-icon-one {
  color: #333333;
  /* border-right: 1px solid #E0E0E0; */
  padding: 0px 15px;
  margin: 19px 0 15px 0;
  text-align: center;
  font-size: 1.6rem;
}
.list-icon-line-right {
  width: 1px;
  position: relative;
  margin: 25px 0 35px 0;
  display: none;
}
.list-icon-line-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}
.list-icon-center-flex:last-child .list-icon-outer .list-icon-one {
  border-right: 0px solid #e0e0e0;
}

.list-icon-one-line {
  width: calc(100% - 40px);
  height: 2px;
  margin-top: 14px;
  background-color: white;
  margin-left: 20px;
  transition-duration: 0.5s;
}

.list-icon-one:hover {
  cursor: pointer;
  color: #dc000c;
}

.list-icon-one:hover + .list-icon-one-line {
  background-color: #dc000c;
}

.list-icon-one img {
  /*width: 99px;*/
  height: 70px;
}

.list-icon-one span {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition-duration: 0.5s;
  height: 45px;
}

.phone-list-icon-center {
  width: 100%;
  background: rgb(248, 248, 248);
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.phone-icon-one {
  width: 82px;
  float: left;
  background: rgb(252, 252, 252);
  text-align: center;
  padding: 15px 0;
  columns: #333;
  font-size: 13px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 400;
}

.phone-icon-one:hover {
  color: #dc000c;
  border-bottom: 2px solid #dc000c;
}

.phone-filter {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 100, 217, 1);
  background: white;
  padding: 22px 0;
}

.activeClass .list-icon-outer .list-icon-one span {
  color: #dc000c !important;
}

.activeClass .list-icon-outer .list-icon-one-line {
  background-color: #dc000c !important;
}

/* .phone-icon-one:nth-of-type(2),.phone-icon-one:nth-of-type(3),.phone-icon-one:nth-of-type(6),.phone-icon-one:nth-of-type(7){
  margin-left: 8px;
} */

/* 筛选项+筛选内容 */

.select-box {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  /*padding-bottom: 10px;*/
  padding-right: 3px;
  position: relative;
}
.select-left {
  width: 23.93%;
  float: left;
  /* background: white; */
  position: relative;
  z-index: 1;
}
.select-box::after {
  content: '';
  position: absolute;
  left: 0;
  width: 23.93%;
  height: calc(100% - 6px);
  background: white;
  z-index: 0;
}
.select-left-warp {
  padding-bottom: 30px;
}

.select-right {
  width: 74.65%;
  float: right;
  padding-bottom: 6px;
}
.select-right-list-1 {
  display: none;
}
.show-filter .select-right-list{
  display: none;
}
.show-filter .select-right-list-1{
  display: block;
}
.sl-button {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 3px solid #f8f8f8;
}

.sl-button-filter {
  color: #1d1d1d;
  float: left;
  font-size: 1.8rem;
}
.sl-button-reset {
  font-size: 1.8rem;
}
.sl-button-reset {
  cursor: pointer;
  color: #0064d9;
  float: right;
  display: flex;
  align-items: center;
}

.sl-lists {
  margin: 0px 20px;
}

.sl-lists-one {
}

.sllo-title {
  padding: 10px 0;
  color: #3e3e3e;
  border-bottom: 1px solid #d9d9d9;
  margin: 20px 0 15px 0;
  font-weight: bold;
  font-size: 2rem;
}

.sllo-check {
}

.el-checkbox {
  display: block;
}

.select-right-one {
  width: 100%;
  background: white;
  margin-bottom: 20px;
  padding: 25px;
}

.select-right-one:last-child {
  margin-bottom: 0px;
}

/* .select-right-one:last-child{
  margin-bottom: 0px;
  padding-bottom: 60px;
} */

.select-right-one:hover {
  /*cursor: pointer;*/
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.15);
}

.sro-title {
  display: block;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

.sro-value {
  /*overflow: hidden;*/
  position: relative;
}
.sro-value::after {
  display: block;
  content: "";
  clear: both;
}

.sro-value img {
  width: 51.5%;
  float: left;
  cursor: pointer;
}

.sro-right {
  float: right;
  width: 41.5%;
  /* position: absolute;right: 0; */
}

.sro-right-word1 {
  color: rgba(51, 51, 51, 1);
}
.sro-right-word1 div{
  white-space: normal;
  line-height: 1.4;
  margin-bottom: 8px;
}
.sro-right-word2 {
  margin-top: 20px;
  line-height: 20px;
  color: rgba(118, 118, 118, 1);
  overflow: hidden;
}
.sro-right-word2 a {
  color: rgba(118, 118, 118, 1) !important;
  position: relative;
  padding-right: 35px;
}
.sro-right-word2-span {
  cursor: pointer;
  display: inline-block;
  margin: 6px 0px 3px 0;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}

.sro-right-word2-span:hover {
  color: #0064d9 !important;
}

/* 筛选-已经点击筛选项 */

.selectEd-box {
  /*background: #f8f8f8;*/
  width: 100%;
  height: auto;
}

/* pc 端 */

.selected-one {
  margin-top: 20px;
  width: calc((100% - 40px) / 3);
  color: #333333;
  background: white;
  text-align: center;
  float: left;
  padding: 20px;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.3s;
}

.selected-one:nth-of-type(3n + 1) {
  margin-left: 0px;
}

.selected-one:nth-of-type(1) {
  margin-top: 0px;
}

.selected-one:nth-of-type(2) {
  margin-top: 0px;
}

.selected-one:nth-of-type(3) {
  margin-top: 0px;
}

.selected-one:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.selected-one img {
  width: 100%;
}
.selected-one-title {
  font-weight: 400;
  line-height: 2.6rem;
  text-align: left;
  margin-bottom: 10px;
  color: #333333;
  font-size: 2rem;
}

.selected-one-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-align: left;
  color: #333333;
  padding-bottom: 20px;
}

/* service start */

.service {
  margin: 70px 0 60px 0;
}

.service-title {
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.service-content {
  display: flex;
  justify-content: space-between;
}

.service-content-item {
  width: 23.93%;
  background: white;
  cursor: pointer;
  position: relative;
  height: 0;
  padding-bottom: 23.93%;
  overflow: hidden;
}

.service-content-item .service-pic {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 100%;
  width: auto;
  z-index: 1;
}
.service-content-item .text-container {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 4%;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(0, -60px);
  z-index: 2;
  width: 100%;
  color: #fff;
  transition: all 0.2s;
}
.service-content-item .text-container .title {
  line-height: 50px;
  font-size: 24px;
  margin-bottom: 6px;
}
.service-content-item .text-container .desc {
  line-height: 24px;
  font-size: 18px;
  padding-bottom: 16px;
}
.service-content-item:hover .text-container {
  transform: translate(0, -100%);
}
.service-content-item .phone-service-name {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 2;
  background: rgba(0, 0, 0, 0.5);
}
.service-content-one {
  width: 23.93%;
  background: white;
  cursor: pointer;
  transition: all 0.3s;
}

.service-content-one:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sco-top {
  width: calc(100% - 20px);
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.sco-top img {
  width: 100%;
  text-align: center;
  transition-duration: 0.5s;
}

.sco-top img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  /*Safari 和 Chrome*/
  -moz-transform: scale(1.1);
  /*Firefox*/
  -ms-transform: scale(1.1);
  /*IE9*/
  -o-transform: scale(1.1);
  /*Opera*/
}

.sco-top div {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.sco-bottom {
  color: #828282;
  margin: 5px 10px 25px 10px;
}

/* service end  */

.sl-button-reset img {
  width: 15px;
  margin-top: -2px;
  transition-duration: 0.5s;
  margin-right: 4px;
}

.sl-button-reset:hover .sl-button-reset-img {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #767676;
}

.el-checkbox__label {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 0;
  width: 100%;
  padding-left: 10px;
}
.el-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 2px solid #dcdfe6;
  border-radius: 0px;
}
.el-checkbox.is-disabled, .el-checkbox.is-disabled * {
  cursor: not-allowed;
}
.el-checkbox input[type=checkbox]::after {
  width: 12px;
  height: 12px;
  border: 2px solid #dcdfe6;
  border-radius: 0px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: '';
}
.el-checkbox input[type=checkbox]:checked:after{
  border: 2px solid #007aff;
  background: #007aff;
  color: #fff;
  content: '✔';
  line-height: 12px;
}
.sllo-check {
  line-height: 35px;
}

.product-jt-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 12px;
  margin-top: 4px;
  /* margin-left: 5px; */
  /* float: right; */
  /* display: inline-block; */
  background-size: 6px 11px;
  background-repeat: no-repeat;
  background-image: url("../img/list-product.svg");
}

.sro-right-word2-span:hover .product-jt-img {
  background-image: url("../img/list-product-blue.svg");
}

.sro-title img {
  width: 10px;
}
.select-right-one .sro-title:hover {
  color: #333333 !important;
}

.selected-one-desc-div {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selected-one-title img {
  width: 8px;
  margin-top: -2px;
}

.selected-big-Pic {
  margin: 10px 0;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.selected-big-Pic img{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);

  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sort-list {
  float: right;
  width: 135px;
}

.model-name img {
  width: 7px;
}

.el-input__inner::-webkit-input-placeholder {
  color: #999;
}

.el-input__inner::-moz-input-placeholder {
  color: #999;
}

.el-input__inner::-ms-input-placeholder {
  color: #999;
}

.el-select .el-input .el-select__caret {
  color: #999;
}
.el-checkbox__inner {
  width: 16px;
  height: 16px;
  border: 2px solid #dcdfe6;
  border-radius: 0px;
}
.el-radio__input.is-checked + .el-radio__label {
  color: #1d1d1d !important;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #1d1d1d !important;
  background: #1d1d1d !important;
}
.el-radio {
  line-height: 40px !important;
  display: block;
}
.hidden-small {
  display: block;
} /*pc端*/
.visible-small {
  display: none;
} /*手机端*/
/* Small devices (portrait tablets and large phones, 600px and up)  0px < y < 992px */
.sro-title {
  font-size: 24px !important;
}
.service-content-item .mobile-service-name {
  width: 100%;
  position: absolute;
  left: 0%;
  z-index: 3;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.service-content-item .mobile-service-name img {
  width: 12px;
}
.service-content-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.sku-top-outer .breadcrumbs .el-breadcrumb__separator[class*="icon"] {
  color: #333;
}
.phone-filter-popup {
  display: none;
}
.el-radio,
.el-radio__input {
  display: flex;
  align-items: center;
  outline: none;
}
.el-avatar,
.el-cascader-panel,
.el-radio,
.el-radio--medium.is-bordered .el-radio__label,
.el-radio__label {
  font-size: 14px;
}
.el-radio__label {
  padding-left: 10px;
}
@media screen and (min-width: 1921px) {
  .list-banner {
    background-size: contain !important;
    height: 600px;
  }
}
@media screen and (min-width: 1441px) {
  .font-16 {
    font-size: 16px;
  }
  .sl-button-reset img {
    width: 20px;
  }
  .el-checkbox__label {
    font-size: 16px;
  }
  .sllo-check {
    line-height: 40px;
  }
  .sro-right-word2 {
    margin-top: 40px;
    /*width: 80%;*/
  }
  .sro-title img {
    width: 10px;
  }
  .sro-title {
    font-size: 30px;
  }
  .selected-one-title img {
    width: 10px;
    margin-top: -3px;
  }
  .selected-one-desc {
    line-height: 3.5rem;
  }
  .selected-one {
    padding: 25px;
  }
  .model-name img {
    width: 10px;
  }
  .list-icon-one-line {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .select-right-one {
    padding: 35px;
  }
  .list-banner {
    height: 500px;
    overflow: hidden;
  }
  .list-banner img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 1920px;
    height: 500px;
  }
}
.sro-right-word1 .colon{
  display: none;
}
@media screen and (max-width: 1920px) and (min-width: 1441px) {
  .sro-right-word2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 1440px) {
  .list-banner {
    height: 26vw;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  .service-content-item .text-container {
    transform: translate(0, -42px);
  }
  .service-content-item .text-container .title {
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2px;
  }
  .service-content-item .text-container .desc {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .service-content-item .mobile-service-name {
    font-size: 20px;
  }
  .service-content-item .mobile-service-name img {
    width: 9px;
  }
}
@media screen and (min-width: 1025px) {
  .el-breadcrumb__separator[class*="icon"] {
    color: #fff;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .service-content-item .text-container {
    transform: translate(0, -40px);
  }
  .service-content-item .text-container .title {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 2px;
    padding-top: 6px;
  }
  .service-content-item .text-container .desc {
    line-height: 18px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .sro-right-word2 {
    margin-top: 10px;
  }
  .sro-right-word2-span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .service-title.font-2 {
    font-size: 32px;
  }
  .service-content {
    flex-wrap: wrap;
    display: flex;
  }
  .service-content-item {
    width: 48%;
    margin-bottom: 4%;
    padding-bottom: 48%;
  }
  .service-content-item .mobile-service-name {
    width: 100%;
    position: absolute;
    left: 0%;
    z-index: 3;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  /*0829*/
  .list-banner img {
    width: auto;
    /* height: 280px; */
  }
  .breadcrumb-category .breadcrumb-top {
    background: #f5f5f5;
  }
  .sku-breadcrumb .breadcrumb-top {
    background: #f8f8f8;
  }
  /* .breadcrumb-top{background: #fff;} */
  .breadcrumb-cl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.8;
  }
  .breadcrumbs a {
    color: #555;
  }
  .breadcrumbs a.current {
    display: block;
    color: #e60012;
  }
  /* span.el-breadcrumb__separator{margin: 0 6px 0 0;display: inline-block;} */
}
@media screen and (max-width: 1180px) {
  .selected-one-title {
    font-size: 1.8rem;
  }
  .selected-one-desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .selected-one-title {
    height: 5.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: calc(100% - 30px);
    white-space: normal;
    word-break: break-all;
  }
  .list-icon-one {
    padding: 0 12px;
  }
  .sro-right-word1 {
    font-size: 16px;
  }
  .sro-right-word2{
    opacity: 0;
  }
  .sro-right-word1 .colon{
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .select-box::after{
    display: none;
  }
  .hidden-small {
    display: none;
  } /*pc端*/
  .visible-small {
    display: block;
  } /*手机端*/
  .hidden-992 {
    display: none !important;
  }
  .phone-filter-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .phone-category-icon {
    width: 120px;
    display: flex;
    text-align: center;
    background: white;
    box-shadow: -1px -1px 1px 0px #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
    flex-direction: column;
  }
  .phone-category-icon img {
    width: auto;
    height: 45px;
    margin: 0 auto;
    display: block;
  }
  .phone-category-icon-div {
    font-size: 13px;
    color: #333;
    white-space: pre-wrap;
  }
  .activeClass .phone-category-icon-div {
    color: #dc000c;
  }
  .phone-icon-onea {
    width: 100%;
    line-height: 1;
  }
  .phone-filter {
    border-top: 1px solid rgb(248, 248, 248);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    transition: all 0s;
  }
  .phone-icon-one {
  }
  .phone-icon-one img {
    height: 45px;
    margin-bottom: -20px;
  }
  .sl-lists-one-outer {
    /*overflow-y: auto;overflow-x: hidden;height: 100vh; */ /*height: 75%;*/
    padding: 0 20px; /*padding: 126px 20px 0; position: absolute; top: 0; left: 0;*/
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .select-left {
    display: none;
  }
  .select-right {
    width: 100%;
  }
  .select-right-one .sro-title {
    font-size: 17px !important;
  }
  .list-icon {
    background: rgb(245, 245, 245);
  }
  .sro-right-word1 {
    margin-top: 16px;
    font-size: 12px;
  }
  .sro-right-word1 div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
  }
  .sro-right-word2 {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    max-height: 120px;
    overflow: hidden;
  }
  .select-right-one {
    padding: 22px 17px;
    margin: 17px;
    width: calc(100% - 34px);
  }
  .sro-right-word2-span {
    margin-right: 0px;
  }
  .select-right-one:first-child {
    margin-top: 0;
  }
  .select-box {
    margin-top: 20px;
  }
  .service {
    margin: 20px 0 30px 0;
  }
  .service-content {
    overflow: hidden;
    margin: 0 20px;
  }
  .service-content-one {
    width: calc(50% - 5px);
    background: rgba(0, 0, 0, 0.3);
  }
  .service-content-one:nth-child(odd) {
    float: left;
  }
  .service-content-one:nth-child(even) {
    float: right;
  }
  .service-content-one:nth-of-type(1),
  .service-content-one:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .phone-service-name {
    color: white;
    font-size: 17px;
    position: absolute;
    line-height: 120px;
    left: 0px !important;
    width: 100%;
  }
  .sco-top img {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .overflow_x {
    overflow-x: scroll;
    background: white;
  }
  .phone-list-icon-center {
    overflow-x: scroll;
    /*添加横向滚动条*/
    white-space: nowrap;
    /*不换行*/
    margin: 0 2vw;
    background: white;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
  /* 谷歌浏览器 隐藏滚动条 */
  .phone-list-icon-center::-webkit-scrollbar {
    display: none;
  }
  /*  火狐浏览器 隐藏滚动条 IE浏览器 隐藏滚动条 */
  .phone-list-icon-center {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
  }
  .phone-icon-one {
    width: 120px;
    background: white;
    box-shadow: -1px -1px 1px 0px #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
    float: none;
    display: inline-block;
    white-space: pre-wrap;
    display: flex;
  }
  .phone-icon-one-div {
    padding: 10px 0px;
    line-height: 15px;
    align-self: center;
    text-align: center;
    width: 100%;
    line-height: 1.4;
  }
  .phone-icon-one:last-child {
    margin-right: 17px;
  }
  .phone-icon-one.activeClass .phone-icon-one-div {
    color: #dc000c !important;
    /*border-bottom: 2px solid #DC000C;*/
  }
  .phone-icon-one:hover {
    color: #3e3e3e;
    border-bottom: none;
  }
  .sco-top {
    width: 100%;
    margin: 0 0;
  }
  .sro-title img {
    width: 7px;
  }
  .product-jt-img {
    margin-top: 9px;
    background-size: 5px 9px;
    width: 25px;
  }
  .gray {
    color: #767676;
  }
  .el-checkbox__label {
    font-size: 14px;
  }
  .sllo-title {
    font-size: 17px;
  }
  .sl-lists {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: white;
    margin-left: 0px;
    /* position: relative; */
    /* -webkit-overflow-scrolling: touch; */
  }
  .sllo-title {
    padding: 20px 0 15px 0;
    margin: 0 0 0 0;
  }
  .phone-filter-popup-btns {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 15px 20px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .phone-filter-popup-btns div {
    width: calc((100% - 12px) / 2);
    padding: 10px 0;
    text-align: center;
  }
  .phone-filter-popup-btns div:nth-of-type(1) {
    background: #ffffff;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
  }
  .no-choose {
    border: 1px solid #e0e0e0 !important;
    color: #e0e0e0 !important;
  }
  .phone-filter-popup-btns-addClass {
    background: #1d1d1d !important;
    color: white !important;
    transition: all 0.3s !important;
  }
  .phone-filter-popup-btns div:nth-of-type(2) {
    background: #dc000c;
    color: #ffffff;
  }
  .list-banner-name div {
    text-align: center;
    margin-top: 22%;
  }
  .selectEd-box {
    width: auto;
    margin: 0 20px;
  }
  .selected-one {
    width: 100%;
    padding: 20px 17px;
    margin-left: 0px !important;
  }
  .selected-one:nth-of-type(2n + 1) {
    float: left;
  }
  .selected-one:nth-of-type(2n) {
    float: right;
  }
  .selected-one-title img {
    width: 7px;
    margin-top: -3px;
    margin-left: 4px;
  }
  .selected-one-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
  }
  .selected-one-desc {
    font-size: 14px;
    line-height: 35px;
    padding-bottom: 10px;
  }
  .phone-page {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    background: white;
    padding: 0 20px;
    margin-top: 20px;
  }
  .phone-page img {
    width: 10px;
    margin-top: 13px;
    height: 18px;
  }
  .phone-page img:nth-of-type(1) {
    float: left;
  }
  .phone-page img:nth-of-type(2) {
    float: right;
  }
  .phone-page div {
    width: calc(100% - 20px);
    float: left;
    text-align: center;
  }
  .phone-page div span:nth-of-type(1) {
    color: #0064d9;
  }
  .phone-page div span:nth-of-type(2) {
    color: #1d1d1d;
  }
  .list-banner {
    overflow: hidden;
  }
  .phone-filter-sort {
    width: 100%;
    background: white;
    height: 60px;
    line-height: 60px;
    display: none;
  }
  .phone-filter-sort .phone-filter {
    float: left;
    width: 30%;
    padding: 0;
    line-height: 60px;
    margin-top: 0px;
    text-align: left;
    padding-left: 20px;
  }
  .phone-filter-sort .sort-list {
    float: right;
    width: 70%;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 20px;
    color: #1d1d1d;
    position: relative;
    font-size: 14px;
    border-top: 1px solid rgb(248, 248, 248);
  }
  .phone-filter .phone-filter-img {
    width: 15px;
  }
  .sort-list .sort-list-default {
    position: absolute;
    top: 0px;
    right: 40px;
  }
  .phone-filter-sort .sort-list .el-select .el-input .el-input__inner {
    color: #1d1d1d;
  }
  .phone-filter-sort .sort-list .el-select .el-input .el-select__caret {
    color: #1d1d1d;
  }
  .has-choose .phone-filter {
    display: none;
  }
  .has-choose .phone-filter-sort {
    display: block;
  }
  .selected-one:nth-of-type(2) {
    margin-top: 20px;
  }
  .selected-one:nth-of-type(3) {
    margin-top: 20px;
  }
  .selected-one:last-child {
    margin-bottom: 20px;
  }
  .select-right-one:last-child {
    margin-bottom: 20px;
  }
  .service-title {
    margin: 45px 0 25px 0;
  }
  .sro-value img,
  .sro-right {
    width: 100%;
    position: relative;
  }
  .mobile-service-cha {
    width: 7px;
  }
  .phone-page .phone-page-left {
    width: 30%;
    float: left;
  }
  .phone-page .phone-page-center {
    width: 40%;
    float: left;
  }
  .phone-page .phone-page-right {
    width: 30%;
    float: left;
  }
  .phone-page .phone-page-right img {
    float: right;
  }

  .list-banner {
    max-width: 800px;
    height: 50vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .service-content-item .mobile-service-name img {
    width: 6px;
  }
  /*.service-content-item:after{position: absolute; left: 0; top:0; width: 100%; z-index: 2; height: 100%; background:rgba(0,0,0,0.5); content: "";}*/
  .service-content-item .mobile-service-name {
    font-size: 18px;
    padding: 5%;
  }
  .list-banner {
    height: 61.6vw;
  }
}
@media screen and (max-width: 414px) and (min-width: 375px) {
  .service-title.font-2 {
    font-size: 22px;
  }
  .service-content-item .mobile-service-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) and (min-width: 320px) {
  .service-title.font-2 {
    font-size: 18px;
  }
  .service-content-item .mobile-service-name {
    font-size: 12px;
  }
}
