.searchnav {
  padding-top: 30px;
  box-sizing: border-box;
  height: 110px;
}
.searchnav .linght {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 890px;
}
.searchnav .linght .roplistbox {
  width: 108px;
  height: 50px;
  background: #F1F4F7;
  line-height: 50px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  z-index: 999;
}
.searchnav .linght .roplistbox i {
  vertical-align: middle;
  margin-left: 2px;
}
.searchnav .linght .roplistbox span {
  margin: 0;
}
.searchnav .linght .roplistbox .roplist {
  margin-top: -1px;
  display: none;
}
.searchnav .linght .roplistbox .roplist .item {
  width: 108px;
  height: 50px;
  background: #F1F4F7;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.searchnav .linght .roplistbox .roplist .item:hover,
.searchnav .linght .roplistbox .roplist .item.on {
  color: #DD041D;
  background: #E6EAED;
}
.searchnav .linght input {
  width: 465px;
  height: 50px;
  line-height: 50px;
  background: #F0F2F6;
  color: #8E8E8E;
  font-size: 12px;
  padding-left: 13px;
  box-sizing: border-box;
  border: none;
}
.searchnav .linght .tosearch {
  width: 86px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #C7141D;
  font-size: 14px;
  cursor: pointer;
}
.searchnav .linght .tosearch:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.searchnav .linght .tocall {
  width: 186px;
  height: 50px;
  background: #ED5F14;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.searchnav .linght .tocall:hover {
  background: linear-gradient(90deg, #ff8748 0%, #cd4700 100%);
}
.searchnav .linght span {
  color: #5B5B5B;
  font-size: 14px;
  margin: 0 14px;
}
.searchnav .flexright {
  position: fixed;
  margin-left: 935px;
  width: 265px;
  height: 293px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(206, 217, 223, 0.5);
  border-top: 2px solid #D00A21;
  margin-top: -49px;
  z-index: 991;
  padding: 16px 25px;
  box-sizing: border-box;
  text-align: center;
}
.searchnav .flexright .p1 {
  font-size: 18px;
  color: #333333;
}
.searchnav .flexright .p2 {
  font-size: 14px;
  color: #999999;
}
.searchnav .flexright .box .input_box,
.searchnav .flexright .box input {
  width: 216px;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E5EBF0;
  margin-top: 8px;
  color: #ADADAD;
  padding-left: 10px;
  box-sizing: border-box;
}
.searchnav .flexright .box .input_box p,
.searchnav .flexright .box input p {
  width: 22%;
  float: left;
  font-size: 12px;
  text-align: left;
  color: #666;
}
.searchnav .flexright .box .input_box select,
.searchnav .flexright .box input select {
  color: #ADADAD;
  float: left;
  width: 64%;
  border: none;
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  -moz-appearance: none;
}
.searchnav .flexright .box .submit_sqr {
  width: 216px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  background: #DD041D;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  margin: 16px auto 22px auto;
}
.searchnav .flexright .box .submit_sqr:hover {
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
}
.searchnav .flexright img {
  margin-left: -18px;
}
.search_null {
  width: 888px;
  text-align: center;
}
.search_null p {
  color: #999999;
  font-size: 14px;
  margin-top: -28px;
  margin-bottom: 50px;
}
.searchnavnews {
  width: 888px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #E2E2E2;
}
.searchnavnews .item {
  font-size: 16px;
  margin-right: 50px;
  color: #333333;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.searchnavnews .item.on::before,
.searchnavnews .item:hover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background: #DD041D;
  content: '';
}
.outer {
  display: none;
}
.outer.show {
  display: block;
}
.searchhead {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.lists {
  width: 888px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.lists .items {
  position: relative;
  display: inline-block;
  width: 290px;
  margin-right: 9px;
  margin-bottom: 20px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
.lists .items:nth-child(3n) {
  margin-right: 0;
}
.lists .items:hover {
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
.lists .items:hover .img-box {
  transition: all .3s;
  transform: scale(1.1);
}
.lists .items:hover .bottom-box {
  background: #fff;
}
.lists .items .img {
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.lists .items .img-box {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.lists .items .label {
  position: absolute;
  top: 12px;
  left: 11px;
  line-height: 18px;
  text-align: center;
  height: 18px;
  background: #1A1A1A;
  opacity: 0.7;
  border-radius: 9px;
  padding: 0 6px;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 99;
}
.lists .items .bottom-box {
  position: relative;
  height: 82px;
  background: #F6F7FB;
  padding: 12px 15px;
  box-sizing: border-box;
}
.lists .items .bottom-box .t1 {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
}
.lists .items .bottom-box .but {
  width: 103px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #EFF2FB;
  border-radius: 14px;
  padding-left: 15px;
  font-size: 12px;
  color: #DE001D;
  margin-top: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
  background: #fff;
}
.lists .items .bottom-box .but:hover {
  background: #DD041D;
  box-shadow: 0px 3px 8px 0px #FFBDBD;
  color: #fff;
  border: 1px solid #DD041D;
}
.lists .items .bottom-box .but:hover .iconbox {
  background: #fff;
  color: #DD041D;
}
.lists .items .bottom-box .but .iconbox {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  background: #EFF2FB;
  border-radius: 50%;
  margin-right: 2px;
  float: right;
  color: #B6BCD0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.lists .items .bottom-box .car {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E5E9F6;
  border-radius: 6px;
  color: #9A9DA5;
  z-index: 9999999;
  transition: all .3s;
}
.lists .items .bottom-box .car span {
  font-size: 28px;
}
.lists .items .bottom-box .car:hover {
  transform: scale(1.1);
  background: #DD041D;
  color: #fff;
}
.lists .items .bottom-box .car:hover .pop {
  display: block;
}
.lists .items .bottom-box .car .pop {
  display: none;
  position: absolute;
  padding: 17px 25px 10px 25px;
  box-sizing: border-box;
  bottom: 65px;
  right: 0%;
  margin-right: -96px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 4px 9px 0px #C5C5C5;
  transition: all .3s;
  z-index: 9999;
}
.lists .items .bottom-box .car .pop::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  z-index: 10;
}
.lists .items .bottom-box .car .pop::after {
  position: absolute;
  content: '';
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
}
.lists .items .bottom-box .car .pop .popover_arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -6px;
  border-width: 6px;
  border-color: transparent #fff #fff transparent;
  background: transparent;
  border-style: solid;
  box-shadow: 3px 3px 7px #C5C5C5;
  z-index: 2;
}
.lists .items .bottom-box .car .pop .p1 {
  text-align: left;
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.lists .items .bottom-box .car .pop li {
  width: 180px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #E5EBF0;
  box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.39);
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 28px;
  color: #333333;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: border .3s;
  cursor: pointer;
}
.lists .items .bottom-box .car .pop li.on {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/jt_on.png);
  background-position: 100% 100%;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
.lists .items .bottom-box .car .pop li:hover {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
}
.lists .items .bottom-box .car .pop .gocar {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #ff422e 0%, #b10009 100%);
  border-radius: 17px;
  margin: 24px auto;
  cursor: pointer;
}
.lists .items .bottom-box .car .pop .gocar:hover {
  background: #A30000;
}
.more {
  margin-left: 383px;
  width: 122px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
  font-size: 14px;
  display: block;
  margin-top: 23px;
  cursor: pointer;
}
.more:hover {
  background: #A30000;
  color: #FFFFFF;
}
.categories-fwcase-show {
  background: #F8F9FB;
  padding-bottom: 40px;
}
.searchcase {
  margin-bottom: 20px!important;
  color: #333333;
  font-size: 24px;
  text-align: left;
  padding-top: 40px;
}
.caseboxlists {
  width: 888px;
}
.callbox {
  width: 888px;
  border-top: 20px solid #F9F9F9;
  padding-top: 26px;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: #ffffff;
  margin-top: 20px;
}
.callbox .logo-call {
  height: 250px;
  text-align: center;
  box-sizing: border-box;
}
.callbox .logo-call .fl {
  float: left;
}
.callbox .logo-call .public-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 2px;
}
.callbox .logo-call .des {
  font-size: 16px;
  color: #333;
}
.callbox .logo-call .call-left {
  width: 48%;
  height: 270px;
  margin-right: 2%;
  color: #333333;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.callbox .logo-call .call-left img {
  width: 77px;
  height: 103px;
  margin-top: 20px;
}
.callbox .logo-call .call-left .phone {
  font-size: 36px;
  color: #333;
  margin-top: 10px;
  font-family: PingFang SC!important;
  font-weight: 400;
  letter-spacing: 1px;
}
.callbox .logo-call .call-left .time {
  font-size: 14px;
  line-height: 8px;
  color: #999;
  margin-top: 2px;
}
.callbox .logo-call .call-right {
  width: 50%;
}
.callbox .logo-call .call-right img {
  width: 149px;
  height: 189px;
  margin-top: 36px;
}
.callbox .logo-call .call-right input {
  width: 336px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #EEEEEE;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #999;
  padding: 0 19px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.callbox .logo-call .call-right input.name {
  margin-top: 30px;
}
.callbox .logo-call .call-right .now {
  display: block;
  width: 336px;
  height: 46px;
  line-height: 46px;
  background: #CF000E;
  font-size: 16px;
  text-align: center;
  color: #F8F8F8;
  margin: 18px auto 0;
  cursor: pointer;
  transition: all .3s;
}
.callbox .logo-call .call-right .now:hover {
  background: #B10009;
}
