/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  font-family: Source Han Sans CN!important;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 'Microsoft YaHei';
  color: #333;
  outline: 0;
}
body {
  background: #fff;
  font-size: 14px;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
span:focus {
  outline: none;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清除浮动*/
/************************公共************************************/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
/*行高*/
.lh-16 {
  line-height: 16px;
}
/*16像素行距*/
.lh-18 {
  line-height: 18px;
}
/*18像素行距*/
.lh-20 {
  line-height: 20px;
}
/*20像素行距*/
.lh-22 {
  line-height: 22px;
}
/*22像素行距*/
.lh-24 {
  line-height: 24px;
}
/*24像素行距*/
.lh-26 {
  line-height: 26px;
}
/*26像素行距*/
.lh-28 {
  line-height: 28px;
}
/*28像素行距*/
.lh-30 {
  line-height: 30px;
}
/*30像素行距*/
/*内边距*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*外边距*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}
#caseLabel .wlbanner {
  width: 100%;
  height: 318px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/casebwl.png) center center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #FFFFFF;
}
#caseLabel .wlbanner .wl1 {
  font-size: 60px;
  padding-top: 63px;
}
#caseLabel .wlbanner .wl2 {
  font-size: 18px;
}
#caseLabel .wlbanner .input {
  margin: 32px auto 0;
  width: 661px;
  height: 41px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E5ECFF;
  position: relative;
}
#caseLabel .wlbanner .input input {
  width: 606px;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  box-sizing: border-box;
  font-size: 12px;
  background: none;
  border: none;
  float: left;
  color: #BDC6D7;
}
#caseLabel .wlbanner .input input::placeholder {
  color: #BDC6D7;
}
#caseLabel .wlbanner .input .banners {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 46px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #E5ECFF;
}
#caseLabel .wlbanner .input .banners img {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
#caseLabel .label_banner {
  width: 100%;
  height: 318px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/caseb1.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
#caseLabel .label_banner .label_banner_box {
  position: relative;
  height: 318px;
}
#caseLabel .label_banner .label_banner_box .label_banner_tit {
  font-size: 42px;
  color: #FFFFFF;
  padding-top: 70px;
  margin-bottom: 2px;
}
#caseLabel .label_banner .label_banner_box .label_banner_con {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
}
#caseLabel .label_banner .label_banner_box .input {
  margin-top: 16px;
  margin-bottom: 10px;
  width: 331px;
  height: 41px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  position: relative;
}
#caseLabel .label_banner .label_banner_box .input input {
  width: 268px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  background: none;
  border: none;
}
#caseLabel .label_banner .label_banner_box .input .banners {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 46px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #E5ECFF;
}
#caseLabel .label_banner .label_banner_box .input .banners img {
  width: 20px;
  height: 20px;
}
#caseLabel .label_banner .label_banner_box .bannera {
  font-size: 12px;
  text-align: left;
}
#caseLabel .label_banner .label_banner_box .bannera .label {
  color: #fff;
  display: inline-block;
}
#caseLabel .label_banner .label_banner_box .bannera .ahref {
  color: #fff;
  margin-left: 8px;
}
#caseLabel .label_banner .label_banner_box .bannera .ahref:hover {
  color: #DD041D;
}
#caseLabel .label_banner .label_banner_box .zxa {
  width: 116px;
  height: 40px;
  background: #FFFFFF;
  margin-top: 41px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #5A70A1;
  display: block;
}
#caseLabel .label_banner .label_banner_box .zxa:hover {
  background: #DD041D;
  color: #fff;
}
#caseLabel .label_banner .label_banner_box .casezxbox {
  position: absolute;
  right: 40px;
  top: 45px;
  width: 361px;
  height: 235px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  padding: 20px 40px;
  box-sizing: border-box;
}
#caseLabel .label_banner .label_banner_box .casezxbox .z1 {
  color: #FFFFFF;
  font-size: 24px;
}
#caseLabel .label_banner .label_banner_box .casezxbox input {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: #B0AFAF;
  font-size: 12px;
  padding-left: 9px;
  box-sizing: border-box;
  height: 32px;
}
#caseLabel .label_banner .label_banner_box .casezxbox input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #B0AFAF;
}
#caseLabel .label_banner .label_banner_box .casezxbox input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #B0AFAF;
}
#caseLabel .label_banner .label_banner_box .casezxbox input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #B0AFAF;
}
#caseLabel .label_banner .label_banner_box .casezxbox input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #B0AFAF;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in1 {
  width: 280px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 .in3 {
  width: 160px;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 .yzm {
  width: 115px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #DD041D;
  font-size: 12px;
  background: #FFFFFF;
  cursor: pointer;
}
#caseLabel .label_banner .label_banner_box .casezxbox .in2 .yzm:hover {
  opacity: .8;
}
#caseLabel .label_banner .label_banner_box .casezxbox .submitzx {
  width: 280px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #DD041D;
  font-size: 12px;
  background: #FFFFFF;
  cursor: pointer;
  margin-top: 22px;
  margin-bottom: 6px;
  transition: all .2s;
}
#caseLabel .label_banner .label_banner_box .casezxbox .submitzx:hover {
  background: #DD041D;
  color: #fff;
}
#caseLabel .label_banner .label_banner_box .casezxbox .z2 {
  font-size: 12px;
  color: #fff;
}
#caseLabel .search-second {
  width: 1200px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 25px 20px;
  box-shadow: 0px 0px 13px 0px #F0F2F5;
}
#caseLabel .search-second .anli_fw {
  margin-bottom: 13px;
}
#caseLabel .search-second .anli_fw,
#caseLabel .search-second .anli_hy {
  display: flex;
  line-height: 30px;
}
#caseLabel .search-second .title {
  width: 103px;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  height: auto;
  margin-left: 2px;
  height: 30px;
  line-height: 31px;
}
#caseLabel .search-second .all {
  float: left;
  display: block;
  width: 53px;
  height: 30px;
  color: #666666;
  text-align: center;
  font-size: 16px;
}
#caseLabel .search-second .all:hover {
  color: #d51716;
}
#caseLabel .search-second .all.allon {
  color: #D7141E;
  background: #FCE7EA;
}
#caseLabel .search-second .on {
  height: auto;
}
#caseLabel .search-second .industry {
  width: 1000px;
  float: right;
  display: table;
  position: relative;
}
#caseLabel .search-second .industry li {
  text-align: left;
  color: #666;
  padding: 0 8px;
  margin: 0 5px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#caseLabel .search-second .industry li:hover {
  color: #d51716;
}
#caseLabel .search-second .industry li.slide_on {
  color: #D7141E;
  background: #FCE7EA;
}
#caseLabel .search-second .show_ul {
  height: auto;
  display: none;
  background: #F5F5F6;
  margin-top: 4px;
}
#caseLabel .search-second .show_ul li {
  color: #999;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px;
}
#caseLabel .search-second .show_ul li a {
  color: #999;
}
#caseLabel .search-second .show_ul li a:hover {
  color: #DD041D;
}
#caseLabel .search-second .show_ul.slide_block {
  display: inherit;
}
#caseLabel .search-second .show_ul.slide_block .slide_on {
  color: #DD041D;
}
#caseLabel .caselabelbox,
#caseLabel .casepblbox {
  background: #F9F9F9;
  padding-bottom: 51px;
}
#caseLabel .caselabelbox .casenull,
#caseLabel .casepblbox .casenull {
  text-align: center;
  margin: 0 auto;
}
#caseLabel .caselabelbox .casenull p,
#caseLabel .casepblbox .casenull p {
  color: #999999;
  font-size: 14px;
  margin-top: -28px;
  margin-bottom: 20px;
}
#caseLabel .caselabelbox .lists,
#caseLabel .casepblbox .lists {
  padding-top: 51px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
#caseLabel .caselabelbox .lists .items,
#caseLabel .casepblbox .lists .items {
  position: relative;
  display: inline-block;
  margin: 0 13px 20px 0;
  width: 290px;
  height: 373px;
  background: #F6F7FB;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .lists .items:nth-child(4n),
#caseLabel .casepblbox .lists .items:nth-child(4n) {
  margin-right: 0;
}
#caseLabel .caselabelbox .lists .items:hover,
#caseLabel .casepblbox .lists .items:hover {
  background: #fff;
  border: none;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
#caseLabel .caselabelbox .lists .items:hover .img,
#caseLabel .casepblbox .lists .items:hover .img {
  transition: all .3s;
  transform: scale(1.1);
}
#caseLabel .caselabelbox .lists .items .img-box,
#caseLabel .casepblbox .lists .items .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
#caseLabel .caselabelbox .lists .items .img-box .img,
#caseLabel .casepblbox .lists .items .img-box .img {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
#caseLabel .caselabelbox .lists .items .label,
#caseLabel .casepblbox .lists .items .label {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 62px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #5B5B5B;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 99;
}
#caseLabel .caselabelbox .lists .items .bottom-box,
#caseLabel .casepblbox .lists .items .bottom-box {
  display: flex;
  position: relative;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l,
#caseLabel .casepblbox .lists .items .bottom-box .bot-l {
  width: 100%;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .big,
#caseLabel .casepblbox .lists .items .bottom-box .bot-l .big {
  width: 199px;
  margin-left: 20px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .anli-label-box,
#caseLabel .casepblbox .lists .items .bottom-box .bot-l .anli-label-box {
  margin: 9px 0 0 14px;
  overflow: hidden;
  width: 215px;
  white-space: nowrap;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .anli-label-box .anli-label,
#caseLabel .casepblbox .lists .items .bottom-box .bot-l .anli-label-box .anli-label {
  padding: 0 13px;
  background: #fff;
  margin-right: 9px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #EAECF2;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
}
#caseLabel .caselabelbox .lists .items .bottom-box .bot-l .anli-label-box .anli-label:hover,
#caseLabel .casepblbox .lists .items .bottom-box .bot-l .anli-label-box .anli-label:hover {
  color: #b14a4a;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z,
#caseLabel .casepblbox .lists .items .bottom-box .z {
  position: absolute;
  top: 27px;
  right: 31px;
  cursor: pointer;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z span,
#caseLabel .casepblbox .lists .items .bottom-box .z span {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -9px;
  text-align: center;
  color: #D6D6D6;
  font-size: 12px;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z p,
#caseLabel .casepblbox .lists .items .bottom-box .z p {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -10px;
  text-align: center;
  color: #DB0024;
  font-size: 12px;
  display: none;
}
#caseLabel .caselabelbox .lists .items .bottom-box .z.on,
#caseLabel .casepblbox .lists .items .bottom-box .z.on {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz1.png) center center no-repeat;
  -webkit-animation: xs .3s infinite linear;
  -moz-animation: xs .3s infinite linear;
  animation: xs .3s infinite linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
@keyframes xs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#caseLabel .caselabelbox .lists .items .bottom-box .z.on span,
#caseLabel .casepblbox .lists .items .bottom-box .z.on span {
  color: #DB0024;
}
#caseLabel .caselabelbox .caselebelmore,
#caseLabel .casepblbox .caselebelmore {
  margin: 0 auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #CF000E;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 40px;
}
#caseLabel .caselabelbox .caselebelmore:hover,
#caseLabel .casepblbox .caselebelmore:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
#caseLabel .caselabelbox .callbox,
#caseLabel .casepblbox .callbox {
  width: 100%;
  border: 1px solid #EEEEEE;
}
#caseLabel .caselabelbox .callbox .logo-call,
#caseLabel .casepblbox .callbox .logo-call {
  width: 1200px;
  height: 296px;
  padding: 13px;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .callbox .logo-call .fl,
#caseLabel .casepblbox .callbox .logo-call .fl {
  float: left;
}
#caseLabel .caselabelbox .callbox .logo-call .public-title,
#caseLabel .casepblbox .callbox .logo-call .public-title {
  margin-top: 10px;
  font-size: 30px;
  color: #333;
  margin-bottom: 2px;
}
#caseLabel .caselabelbox .callbox .logo-call .des,
#caseLabel .casepblbox .callbox .logo-call .des {
  font-size: 16px;
  color: #666;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left,
#caseLabel .casepblbox .callbox .logo-call .call-left {
  width: 48%;
  height: 270px;
  margin-right: 2%;
  color: #5f4444;
  border-right: 1px solid #E5E5EA;
  box-sizing: border-box;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left img,
#caseLabel .casepblbox .callbox .logo-call .call-left img {
  width: 77px;
  height: 103px;
  margin-top: 15px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left .phone,
#caseLabel .casepblbox .callbox .logo-call .call-left .phone {
  font-family: PingFang SC !important;
  font-weight: 300;
  font-size: 36px;
  color: #333;
  letter-spacing: 3.5px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-left .time,
#caseLabel .casepblbox .callbox .logo-call .call-left .time {
  font-size: 14px;
  line-height: 8px;
  color: #999;
  margin-top: 2px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right,
#caseLabel .casepblbox .callbox .logo-call .call-right {
  width: 50%;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right img,
#caseLabel .casepblbox .callbox .logo-call .call-right img {
  width: 149px;
  height: 189px;
  margin-top: 36px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right input,
#caseLabel .casepblbox .callbox .logo-call .call-right input {
  width: 410px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #EEEEEE;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #999;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right input.name,
#caseLabel .casepblbox .callbox .logo-call .call-right input.name {
  margin-top: 20px;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right .now,
#caseLabel .casepblbox .callbox .logo-call .call-right .now {
  display: block;
  width: 410px;
  height: 40px;
  line-height: 40px;
  background: #DC0702;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 18px auto 0;
  cursor: pointer;
}
#caseLabel .caselabelbox .callbox .logo-call .call-right .now:hover,
#caseLabel .casepblbox .callbox .logo-call .call-right .now:hover {
  background: #B10009;
}
#caseLabel .paging {
  display: flex;
  margin: 26px 0 60px;
  flex-direction: row-reverse;
}
#caseLabel .paging .layui-laypage a,
#caseLabel .paging .layui-laypage span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  height: 51px;
  width: 51px;
  line-height: 51px;
  margin: 0 0 0 15px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  border-radius: 4px;
}
#caseLabel .paging .layui-laypage-em {
  background: #D61518;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  border-radius: 4px;
}
#caseLabel .con2 .boxlistmain {
  display: flex;
  justify-content: space-between;
  margin: 0px auto !important;
  height: 47px;
  line-height: 47px;
  width: 1200px;
}
#caseLabel .con2 .boxlistmain .boxlist-tablist {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: #F1F2F4;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
}
#caseLabel .con2 .boxlistmain .boxlist-tablist .boxlist-item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  margin: 0 12px 0 0px;
  transition: all .1s;
  white-space: nowrap;
  text-align: center;
}
#caseLabel .con2 .boxlistmain .boxlist-tablist .boxlist-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
#caseLabel .con2 .boxlistmain .boxlist-tablist .boxlist-item.on {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
#caseLabel .con2 .boxlistmain .boxlist-tablist .boxlist-item.on::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #DD041D;
}
#caseLabel .con2 .boxmain .outer {
  display: none;
}
#caseLabel .con2 .boxmain .outer.show {
  display: block;
}
#caseLabel .con2 .boxlist {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 327px;
  background: #F9F9F9;
  border: 1px solid #DCDEE3;
  padding: 28px 18px;
  box-sizing: border-box;
}
#caseLabel .con2 .boxlist .itemnew {
  width: 371px;
  height: 133px;
  display: flex;
  align-items: center;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid #F9F9F9;
  transition: all .3s;
  position: relative;
  margin-bottom: 5px;
  margin-right: 22px;
}
#caseLabel .con2 .boxlist .itemnew:nth-child(3n) {
  margin-right: 0;
}
#caseLabel .con2 .boxlist .itemnew:nth-child(4),
#caseLabel .con2 .boxlist .itemnew:nth-child(5),
#caseLabel .con2 .boxlist .itemnew:nth-child(6) {
  margin-bottom: 0;
}
#caseLabel .con2 .boxlist .itemnew:nth-child(4)::before,
#caseLabel .con2 .boxlist .itemnew:nth-child(5)::before,
#caseLabel .con2 .boxlist .itemnew:nth-child(6)::before {
  display: none;
}
#caseLabel .con2 .boxlist .itemnew::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 359px;
  height: 1px;
  background: #DDDDDD;
}
#caseLabel .con2 .boxlist .itemnew:hover {
  border: 1px solid #C7141D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .con2 .boxlist .itemnew:hover::before {
  display: none;
}
#caseLabel .con2 .boxlist .itemnew:hover .r .tomore {
  background: #C7141D;
  color: #fff;
}
#caseLabel .con2 .boxlist .itemnew img {
  width: 98px;
  height: 98px;
  margin-right: 14px;
}
#caseLabel .con2 .boxlist .itemnew .r {
  max-width: 220px;
  min-width: 220px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
#caseLabel .con2 .boxlist .itemnew .r .p1 {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
  line-height: initial;
}
#caseLabel .con2 .boxlist .itemnew .r .p2 {
  color: #999;
  font-size: 12px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 18px;
}
#caseLabel .con2 .boxlist .itemnew .r .p3 {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: initial;
}
#caseLabel .con2 .boxlist .itemnew .r .p3 .i {
  color: #C7141D;
  font-size: 14px;
  position: relative;
  left: auto;
  overflow: initial;
}
#caseLabel .con2 .boxlist .itemnew .r .tomore {
  position: absolute;
  width: 91px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #C7141D;
  bottom: 3px;
  right: 0px;
  color: #C7141D;
  font-size: 12px;
  transition: all .3s;
}
#caseLabel .con2 .boxlist .itemnew .r .tomore:hover {
  background: #C7141D;
  color: #fff;
}
#caseLabel .con3 {
  background: #F9F9F9;
}
#caseLabel .con3 .study {
  width: 100%;
  height: 686px;
  margin-top: 46px;
}
#caseLabel .con3 .study .dymain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#caseLabel .con3 .study .dymain .left {
  width: 832px;
  min-width: 832px;
  overflow: hidden;
}
#caseLabel .con3 .study .dymain .left .study_tab {
  display: flex;
  justify-content: space-between;
  margin: 0px auto !important;
  height: 47px;
  line-height: 47px;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist {
  display: flex;
  width: 832px;
  overflow: hidden;
  background: #F1F2F4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DCDEE3;
  box-sizing: border-box;
  position: relative;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .study-item {
  width: 82px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  margin: 0 12px 0 0px;
  transition: all .1s;
  white-space: nowrap;
  text-align: center;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .study-item:last-child {
  padding-right: 0;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .study-item.on {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .study-item.on::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #DD041D;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 25px;
  color: #DD041D;
  font-size: 12px;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .more i {
  font-size: 12px;
  margin-left: 3px;
}
#caseLabel .con3 .study .dymain .left .study_tab .fwanli-tablist .more:hover {
  opacity: .5;
}
#caseLabel .con3 .study .dymain .left .study_tab .anli_right_more {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  padding: 0 0px 0 5px;
  transition: all .1s;
  white-space: nowrap;
}
#caseLabel .con3 .study .dymain .left .study_tab .anli_right_more:hover {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show {
  width: 832px;
  height: 440px;
  background: #FFFFFF;
  overflow: hidden;
  padding: 15px 20px;
  box-sizing: border-box;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw {
  display: none;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw.show {
  display: block;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 15px 9px;
  margin: 0 22px 15px 0;
  width: 385px;
  height: 124px;
  background: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item:nth-child(2n) {
  margin-right: 0;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item::before {
  width: 384px;
  height: 1px;
  background: #F5F5F6;
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item img {
  width: 162px;
  min-width: 162px;
  height: 97px;
  margin-right: 9px;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item:nth-child(5)::before {
  display: none;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item:nth-child(6)::before {
  display: none;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item .r {
  height: 97px;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item .r .p1 {
  color: #333333;
  font-size: 14px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item .r .p2 {
  height: 22px;
  padding: 0 12px;
  background: #F2F4F9;
  border-radius: 11px;
  color: #999999;
  line-height: 22px;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item .r .p3 {
  font-family: Arial !important;
  color: #999999;
  margin-top: 18px;
  position: absolute;
  bottom: 10px;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item:hover .p1 {
  color: #DD041D;
}
#caseLabel .con3 .study .dymain .left .study-fwcase-show .outerFw .studys .item:hover .p2 {
  background: #DD041D;
  color: #fff;
}
#caseLabel .con3 .study .dymain .right {
  width: 350px;
  height: 487px;
  background: #FFFFFF;
}
#caseLabel .con3 .study .dymain .right .top {
  width: 350px;
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #F1F2F4;
  border-top: 1px solid #FFFFFF;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
#caseLabel .con3 .study .dymain .right .item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed #ddd;
  margin: 0 auto;
  padding: 15px 30px 1px 20px;
}
#caseLabel .con3 .study .dymain .right .item:nth-child(4) {
  border-bottom: none;
}
#caseLabel .con3 .study .dymain .right .item:nth-child(3) {
  background: #FAFAFA;
}
#caseLabel .con3 .study .dymain .right .item:hover .span1 {
  font-weight: bold;
  color: #DD041D;
}
#caseLabel .con3 .study .dymain .right .item:hover .span2 {
  color: #333333;
  text-decoration: underline;
}
#caseLabel .con3 .study .dymain .right .item p {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  font-size: 16px;
  margin-bottom: 12px;
}
#caseLabel .con3 .study .dymain .right .item p img {
  margin-top: -3px;
}
#caseLabel .con3 .study .dymain .right .item p .span1 {
  font-weight: bold;
  color: #999999;
  margin-left: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#caseLabel .con3 .study .dymain .right .item p .span2 {
  font-size: 12px;
  margin-left: 7px;
  color: #999999;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 20px;
}
#caseLabel .con3 .study .dymain .right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#caseLabel .con3 .study .dymain .right .btn .haveq {
  width: 94px;
  height: 32px;
  background: #DD041D;
  line-height: 32px;
  margin-right: 13px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
#caseLabel .con3 .study .dymain .right .btn .haveq:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
#caseLabel .con3 .study .dymain .right .btn .havet {
  width: 95px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DD041D;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #DD041D;
}
#caseLabel .con3 .study .dymain .right .btn .havet:hover {
  background: #C7141D;
  color: #fff;
}
#caseLabel .con4 {
  padding: 34px 0;
}
#caseLabel .con4 .cartbox {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#caseLabel .con4 .cartbox a,
#caseLabel .con4 .cartbox div {
  transition: all .3s;
}
#caseLabel .con4 .cartbox a:hover,
#caseLabel .con4 .cartbox div:hover {
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
#caseLabel .con4 .cartbox .zhitemimg2 {
  cursor: pointer;
}
