@charset "UTF-8";
.focusBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 377px; }

.focusBox .pic img {
  display: block;
  width: 100%;
  height: 377px; }

.focusBox .hd {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 5px;
  overflow: hidden;
  zoom: 1; }

.focusBox .hd li {
  font-size: 12px;
  line-height: 15px;
  float: left;
  overflow: hidden;
  width: 25px;
  height: 10px;
  margin-left: 4px;
  cursor: pointer;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  text-align: center;
  opacity: .8;
  background: #919191;
  filter: alpha(opacity=80); }

.focusBox .hd .on {
  opacity: 1;
  background: #fff;
  filter: alpha(opacity=100); }

.focusBox .prev, .focusBox .next {
  position: absolute;
  z-index: 3;
  top: 143px;
  width: 45px;
  height: 99px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  opacity: .2;
  filter: alpha(opacity=20);
  -moz-opacity: .2; }

.focusBox .prev {
  left: 0;
  background: url(../images/index.png) -112px 0; }

.focusBox .next {
  right: 0;
  background: url(../images/index.png) -158px 0; }

.focusBox .prev:hover, .focusBox .next:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -moz-opacity: .6; }

.select, .selectNext {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  width: 212px;
  height: 28px;
  padding-left: 6px;
  cursor: pointer;
  color: #666;
  border: 1px solid #e0e0e0; }

.xl-icon, .xl-iconNext {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/xl-icon.png") no-repeat 4px 0; }

.select:hover, .selectNext:hover {
  background-color: #f7f7f7; }

.sq-icon {
  background-position: 4px -33px; }

/*--下拉选择列表样式--*/
.selectList, .selectListNext {
  position: absolute;
  z-index: 999;
  top: 28px;
  left: -1px;
  display: none;
  width: 218px;
  border: 1px solid #e0e0e0; }

.listA, .listANext {
  font-size: 14px;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #545454;
  background-color: #fff; }

.listA:hover, .listANext:hover {
  color: #00c1de;
  background-color: #f7f7f7; }

.listA:first-child, .listANext:first-child {
  border-radius: 6px 6px 0 0; }

.listA:last-child, .listANext:last-child {
  border-radius: 0 0 6px 6px; }

/*-------------------------------------------------------------------------------------------------*/
.frameTriangle {
  position: absolute;
  top: -10px;
  left: 95px;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff url(../images/xl-icon.png) no-repeat -1px -35px; }

.dropDown {
  position: relative; }

.selectListNext {
  top: 58px; }

.txtScroll-top {
  position: relative;
  overflow: hidden;
  width: 460px; }

.txtScroll-top .hd {
  overflow: hidden;
  height: 30px;
  text-align: center; }

.txtScroll-top .hd ul {
  width: 84px;
  margin: 10px auto 0 auto; }

.txtScroll-top .hd ul li {
  float: left;
  overflow: hidden;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  cursor: pointer;
  text-indent: -999px;
  background: url("../images/icoCircle.gif") 0 -9px no-repeat; }

.txtScroll-top .hd ul li.on {
  background-position: 0 0; }

.txtScroll-top .bd {
  padding-top: 9px; }

.txtScroll-top .infoList li {
  line-height: 24px;
  height: 24px;
  padding-left: 16px;
  background: url("../images/liicon.png") no-repeat;
  background-position-y: 12px;
  -ms-background-position-y: 12px; }

.txtScroll-top .infoList li a {
  color: #999; }

.txtScroll-top .infoList li .date {
  float: right;
  color: #999; }

.pc-product, .m-product {
  position: relative;
  overflow: hidden; }

.pc-product.hover, .m-product.hover {
  bottom: 0; }

.pcbox, .mbox, .m2box, .m3box {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%; }

.pc-product.hover .pcbox, .m-product.hover .mbox, .m-product.hover .m2box, .m-product.hover .m3box {
  display: block;
  background-color: rgba(0, 0, 0, 0.5); }

.Spinner {
  display: block;
  overflow: hidden;
  width: 100px; }

.Spinner .Amount {
  line-height: 17px;
  float: left;
  width: 36px;
  height: 17px;
  padding: 4px 5px;
  text-align: center;
  color: #565656;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  outline: 0; }

.Spinner a {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  outline: 0;
  background-color: #f7f7f7; }

.Spinner a i {
  font-style: normal;
  display: block;
  overflow: hidden;
  width: 9px;
  height: 9px;
  margin: 8px;
  text-indent: 999999%;
  background: url(../images/BuynBtn.png) no-repeat; }

.Spinner .Decrease i {
  background-position: -9px -9px; }

.Spinner .Increase i {
  background-position: -9px -0; }

.Spinner .DisDe i {
  background-position: -0 -9px; }

.Spinner .DisIn i {
  background-position: -0 -0; }

.cation-middle {
  font-size: 14px;
  line-height: 48px;
  padding: 10px 20px 10px 30px;
  background: #fff; }

.cation-list {
  position: relative;
  overflow: hidden; }

.cation-list dt {
  font-weight: 400;
  line-height: 48px;
  position: relative;
  float: left;
  width: 64px;
  color: #999; }

.cation-list dt:after {
  position: absolute;
  top: 22px;
  right: 12px;
  width: 4px;
  height: 4px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid #333;
  border-width: 0 1px 1px 0; }

.cation-list dd {
  overflow: hidden;
  height: 49px;
  margin-left: 64px;
  border-bottom: 1px dotted #e0e0e0; }

.cation-list dd a {
  font-size: 1em;
  line-height: 14px;
  float: left;
  height: 14px;
  margin: 17px 0;
  padding: 0 18px;
  color: #8d8d91;
  border-right: 1px solid #e0e0e0; }

.cation-list dd a.on, .cation-list a:hover {
  color: #fc8080; }

.cation-list dd a:last-child {
  border-right: 0 none; }

.cation-list:last-of-type dd {
  border-bottom: 0 none; }

.cation-list i {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  background: url("../images/search.ele.png ") no-repeat 4px 7px; }

.cation-list i:hover {
  -webkit-transition: background-position .5s;
  -moz-transition: background-position .5s;
  -ms-transition: background-position .5s;
  -o-transition: background-position .5s;
  transition: background-position .5s;
  background-position: 4px 10px; }

.service-list {
  position: relative;
  height: 78px;
  margin: 46px 0 72px; }

.service-list:before {
  position: absolute;
  right: 0;
  left: 0;
  height: 8px;
  content: '';
  border-radius: 4px;
  background: #eee; }

.service-list:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 38px;
  margin: -19px 0 0 0;
  content: '';
  background: url(../images/service-arrow.png) no-repeat; }

.service-item {
  position: relative;
  width: 100%;
  cursor: pointer; }

.service-txt {
  line-height: 68px;
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  transition: all .2s;
  text-align: center;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50px;
  background: #20b09f;
  box-shadow: 0 0 8px #e4e6c8; }

.service-tag {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: -34px;
  width: 68px;
  min-height: 20px;
  transform: translate(0, -50%);
  text-align: center;
  border-radius: 40px;
  background: #eee; }

.service-pop {
  position: absolute;
  bottom: 102px;
  left: 50%;
  width: 136px;
  margin: 0 0 0 -78px;
  padding: 8px 10px 16px;
  transition: transform .3s;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 8px #e4e6c8; }

.service-pop:before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 19px;
  height: 17px;
  margin: 0 0 0 -9px;
  content: ''; }

.service-pop-title {
  font-size: 14px;
  line-height: 38px; }

.service-pop p {
  font-size: 12px;
  line-height: 20px;
  color: #666; }

.service-txt:hover {
  font-size: 16px;
  line-height: 84px;
  width: 84px;
  height: 84px;
  transform: scale(1.1);
  transform-origin: center center;
  border: 0 none;
  background: #40dac8;
  box-shadow: none; }

.service-txt:hover + .service-pop {
  transition: transform .3s;
  transform: translateY(0%);
  opacity: 1; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

/* 管家服务 */
.steward-list > div {
  font-size: 18px;
  line-height: 98px;
  box-sizing: border-box;
  height: 98px;
  padding-left: 110px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  flex: 1; }

.steward-list > div:first-child {
  border-left: 0 none; }

.steward-list:nth-child(3) > div {
  border-bottom: 0 none; }

.steward-list > div:before {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 0 25px 0 0;
  content: '';
  vertical-align: middle; }

.steward-list > div:hover {
  box-shadow: 0 0 4px #d1d1d1; }

.steward-list > .steward-1:before {
  background-image: url(../images/service/steward-icons-2.png); }

.steward-list > .steward-1:hover:before {
  background-image: url(../images/service/steward-icons-1-hover.png); }

.steward-list > .steward-2:before {
  background-image: url(../images/service/steward-icons-2.png); }

.steward-list > .steward-2:hover:before {
  background-image: url(../images/service/steward-icons-2-hover.png); }

.steward-list > .steward-3:before {
  background-image: url(../images/service/steward-icons-3.png); }

.steward-list > .steward-3:hover:before {
  background-image: url(../images/service/steward-icons-3-hover.png); }

.steward-list > .steward-4:before {
  background-image: url(../images/service/steward-icons-4.png); }

.steward-list > .steward-4:hover:before {
  background-image: url(../images/service/steward-icons-4-hover.png); }

.steward-list > .steward-5:before {
  background-image: url(../images/service/steward-icons-5.png); }

.steward-list > .steward-5:hover:before {
  background-image: url(../images/service/steward-icons-5-hover.png); }

.steward-list > .steward-6:before {
  background-image: url(../images/service/steward-icons-6.png); }

.steward-list > .steward-6:hover:before {
  background-image: url(../images/service/steward-icons-6-hover.png); }

#explain-1 .item {
  box-sizing: border-box;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #f0f0f1; }

#explain-1 .item .item-block {
  height: 100%; }

#explain-1 .item-info {
  box-sizing: border-box;
  width: 50%;
  padding-left: 50px; }

#explain-1 .item-title {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  color: #686b6d; }

#explain-1 .item-subtitle {
  font-size: 18px;
  position: relative;
  margin-top: 12px;
  padding-bottom: 10px;
  color: #20b09f; }

#explain-1 .item-subtitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  content: '';
  border-bottom: 1px solid #20b09f; }

#explain-1 .item-p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
  text-align: justify;
  color: #666; }

.img-block {
  display: block;
  margin: 0 auto; }

.img-block img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/*# sourceMappingURL=function.css.map */
