.caseboxlists .items {
  margin-bottom: 0!important;
}
.arcttit {
  height: 47px;
  background: #F1F2F4;
  line-height: 47px;
  padding-left: 14px;
  box-sizing: border-box;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}
.arcttit img {
  vertical-align: sub;
  margin-right: 3px;
}
.main {
  background: #F8F9FB;
  padding-top: 40px;
}
.main .topnav {
  color: #999999;
  margin-bottom: 20px;
  font-size: 12px;
}
.main .topnav a {
  color: #999999;
  font-size: 12px;
}
.main .topnav a:hover {
  color: #DD041D;
}
.newscentent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newscentent .left {
  vertical-align: top;
  display: inline-block;
  width: 860px;
  box-sizing: border-box;
  background: #fff;
}
.newscentent .left .casetitle {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 24px 13px 10px 13px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #ddd;
}
.newscentent .left .casetitle .navl {
  position: relative;
}
.newscentent .left .casetitle h1 {
  font-size: 24px;
  color: #333;
  text-align: left;
  max-width: 800px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
  margin-bottom: 0;
}
.newscentent .left .casetitle .i {
  color: #999999;
  font-family: ArialMT!important;
  display: inline-block;
  font-size: 12px;
  margin-top: 8px;
}
.newscentent .left .casetitle .i .ks {
  margin: 0 26px;
  display: inline-block;
}
.newscentent .left .casetitle .i .ks a {
  margin: 0;
}
.newscentent .left .casetitle .i a {
  color: #999999;
  margin: 0 26px;
  cursor: pointer;
}
.newscentent .left .casetitle .i a:hover {
  text-decoration: underline;
  color: #DD041D;
}
.newscentent .left .casetitle .i a.ermmain .clearmain {
  display: none;
  position: absolute;
  right: -80px;
  top: -21px;
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  text-align: center;
}
.newscentent .left .casetitle .i a.ermmain .clearmain canvas {
  width: 80px;
  height: 80px;
}
.newscentent .left .casetitle .i a.ermmain .clearmain p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.newscentent .left .casetitle .i a.ermmain:hover .clearmain {
  display: block;
}
.newscentent .left .casetitle .ler {
  color: #999999;
  font-size: 12px;
  margin-top: 12px;
}
.newscentent .left .casetitle span {
  position: relative;
  padding-right: 88px;
  width: 36px;
  height: 36px;
  background-size: cover;
  cursor: pointer;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/about/zan1.png) center center no-repeat;
}
.newscentent .left .casetitle span.on {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/about/zan2.png) center center no-repeat;
}
.newscentent .left .casetitle span:hover {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/about/zan3.png) center center no-repeat;
}
.newscentent .left .casetitle span .zan_num {
  position: absolute;
  right: 0;
  top: 9px;
  color: #333;
}
.newscentent .left .content {
  padding: 0 17px 35px 17px;
  box-sizing: border-box;
  border-bottom: 20px solid #F8F9FB;
}
.newscentent .left .content img,
.newscentent .left .content video {
  margin: 6px 0;
  max-width: 100%;
}
.newscentent .left .content p {
  padding: 8px 13px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.newscentent .left .content .sm {
  width: 800px;
  background: #F8F9FB;
  margin: 15px auto;
  font-size: 12px;
  color: #BCBCBC;
  padding: 19px 14px;
  box-sizing: border-box;
}
.newscentent .left .content .sm span {
  cursor: pointer;
  color: #da1f35;
  text-decoration: underline;
}
.newscentent .left .content .zan {
  width: 116px;
  height: 74px;
  background: #FF5266;
  border-radius: 37px;
  text-align: center;
  overflow: hidden;
  margin: 40px auto;
  cursor: pointer;
}
.newscentent .left .content .zan:hover {
  opacity: .9;
}
.newscentent .left .content .zan.on {
  background: #DD041D;
}
.newscentent .left .content .zan.on img {
  -webkit-animation: xs .35s infinite linear;
  -moz-animation: xs .35s infinite linear;
  animation: xs .35s infinite linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
@keyframes xs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
.newscentent .left .content .zan img {
  width: 18px;
  height: 18px;
  margin-bottom: 8px;
  margin-top: 14px;
}
.newscentent .left .content .zan p {
  color: #FFFFFF;
  font-size: 12px;
  white-space: nowrap;
  padding: 0;
}
.newscentent .left .content .labelmain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #666666;
  font-size: 14px;
  margin: 18px 13px 18px 13px;
  margin-bottom: 18px;
}
.newscentent .left .content .labelmain span {
  margin-bottom: 18px;
}
.newscentent .left .content .labelmain .items {
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  text-align: center;
  background: #F2F4F9;
  border-radius: 11px;
  color: #666;
  font-size: 12px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.newscentent .left .content .labelmain .items:hover {
  background: #DD041D;
  color: #fff;
}
.newscentent .left .content .pre,
.newscentent .left .content .next {
  display: block;
  font-size: 14px;
  color: #25282C;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px;
  margin-left: 13px;
}
.newscentent .left .content .pre a,
.newscentent .left .content .next a {
  color: #999;
}
.newscentent .left .content .pre:hover a,
.newscentent .left .content .next:hover a {
  color: #25282C;
  text-decoration: underline;
}
.newscentent .left .callbox {
  width: 100%;
  border-top: 20px solid #F9F9F9;
  padding-top: 26px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.newscentent .left .callbox .logo-call {
  height: 250px;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
}
.newscentent .left .callbox .logo-call .fl {
  float: left;
}
.newscentent .left .callbox .logo-call .public-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 2px;
}
.newscentent .left .callbox .logo-call .des {
  font-size: 16px;
  color: #333;
}
.newscentent .left .callbox .logo-call .call-left {
  width: 48%;
  height: 270px;
  margin-right: 2%;
  color: #333333;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.newscentent .left .callbox .logo-call .call-left img {
  width: 77px;
  height: 103px;
  margin-top: 20px;
}
.newscentent .left .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;
}
.newscentent .left .callbox .logo-call .call-left .time {
  font-size: 14px;
  line-height: 8px;
  color: #999;
  margin-top: 2px;
}
.newscentent .left .callbox .logo-call .call-right {
  width: 50%;
}
.newscentent .left .callbox .logo-call .call-right img {
  width: 149px;
  height: 189px;
  margin-top: 36px;
}
.newscentent .left .callbox .logo-call .call-right input {
  width: 326px;
  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;
}
.newscentent .left .callbox .logo-call .call-right input.name {
  margin-top: 30px;
}
.newscentent .left .callbox .logo-call .call-right .now {
  display: block;
  width: 326px;
  height: 46px;
  line-height: 46px;
  background: #CF000E;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #F8F8F8;
  margin: 18px auto 0;
  cursor: pointer;
  transition: all .3s;
}
.newscentent .left .callbox .logo-call .call-right .now:hover {
  background: #B10009;
}
.newscentent .left .scmain {
  padding: 20px 30px 0 30px;
  background: #fff;
}
.newscentent .left .scmain p {
  color: #666666;
  font-size: 14px;
  margin-top: 8px;
  line-height: 22px;
}
.newscentent .left .scmain span {
  width: 800px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  box-sizing: border-box;
  background: #F9F8F8;
  color: #999999;
  font-size: 12px;
  display: block;
}
.newscentent .left .tslwbox {
  padding: 22px 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newscentent .left .tslwbox .l {
  min-width: 310px;
  height: 263px;
  background: #F8F9FB;
  padding-left: 30px;
  box-sizing: border-box;
}
.newscentent .left .tslwbox .l .ts1 {
  color: #333;
  font-size: 24px;
  margin: 14px 0 20px 0;
}
.newscentent .left .tslwbox .l .ts1 span {
  color: #DD041D;
}
.newscentent .left .tslwbox .l .ts2 {
  font-size: 16px;
  color: #666666;
  padding-left: 23px;
  position: relative;
  margin-top: 10px;
}
.newscentent .left .tslwbox .l .ts2::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/fdgfdgdfg.png) center center no-repeat;
}
.newscentent .left .tslwbox .l .bal {
  margin-top: 40px;
  color: #666666;
  font-size: 16px;
}
.newscentent .left .tslwbox .l .red {
  font-size: 40px;
  font-weight: bold;
  color: #DD041D;
  letter-spacing: -2px;
  line-height: 40px;
}
.newscentent .left .tslwbox .r {
  width: 484px;
  height: 263px;
  background: #F8F9FB;
  border-left: 2px solid  #DD041D;
  padding: 16px 33px;
  box-sizing: border-box;
}
.newscentent .left .tslwbox .r .rd1 {
  color: #DD041D;
  font-size: 16px;
}
.newscentent .left .tslwbox .r .input {
  margin-top: 10px;
}
.newscentent .left .tslwbox .r .input input {
  width: 114px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E5EBF0;
  font-size: 12px;
  color: #ADADAD;
  padding-left: 10px;
  box-sizing: border-box;
}
.newscentent .left .tslwbox .r .input .phone {
  width: 222px;
  margin-left: 12px;
}
.newscentent .left .tslwbox .r .radio {
  width: 100%;
  display: inline-block;
  margin: 18px 0;
}
.newscentent .left .tslwbox .r .radio p {
  font-size: 12px;
  line-height: 23px;
  width: 100%;
  color: #666666;
  cursor: pointer;
  margin: 0 0 0 22px;
  display: inline-block;
  position: relative;
}
.newscentent .left .tslwbox .r .radio p::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -21px;
  width: 12px;
  height: 13px;
  background: url(https://www.vipyidian.com/image/2020/news/icon3.png) center center no-repeat;
  background-size: cover;
}
.newscentent .left .tslwbox .r .radio p.on::before {
  background: url(https://www.vipyidian.com/image/2020/news/icon2.png) center center no-repeat;
  background-size: cover;
}
.newscentent .left .tslwbox .r .radio input {
  display: none;
  width: 299px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E5EBF0;
  font-size: 12px;
  color: #ADADAD;
  padding-left: 10px;
  box-sizing: border-box;
}
.newscentent .left .tslwbox .r .dsbtn {
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background: #DD041D;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}
.newscentent .left .tslwbox .r .dsbtn:hover {
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
}
.newscentent .left .newrankbox {
  margin-top: 20px;
}
.newscentent .left .newrankbox .rankbmain {
  background: #fff;
  padding: 20px 32px 0 32px;
  box-sizing: border-box;
}
.newscentent .left .newrankbox .rankbmain .aitem {
  width: 48%;
  margin-right: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 17px;
}
.newscentent .left .newrankbox .rankbmain .aitem:nth-child(2n) {
  margin-right: 0;
}
.newscentent .left .newrankbox .rankbmain .aitem:hover {
  color: #DD041D;
}
.newscentent .right {
  width: 319px;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
}
.newscentent .right .flexright {
  width: 320px;
  background: #FFFFFF;
  border-top: 2px solid #D00A21;
  padding: 16px 20px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 17px solid #F8F9FB;
}
.newscentent .right .flexright .p1 {
  font-size: 18px;
  color: #333333;
}
.newscentent .right .flexright .p2 {
  font-size: 14px;
  color: #999999;
}
.newscentent .right .flexright .box .input_box,
.newscentent .right .flexright .box input {
  width: 280px;
  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;
}
.newscentent .right .flexright .box .input_box p,
.newscentent .right .flexright .box input p {
  width: 22%;
  float: left;
  font-size: 12px;
  text-align: left;
  color: #666;
}
.newscentent .right .flexright .box .input_box select,
.newscentent .right .flexright .box input select {
  color: #ADADAD;
  float: left;
  width: 75%;
  border: none;
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  -moz-appearance: none;
}
.newscentent .right .flexright .box .submit_sqr {
  width: 280px;
  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;
}
.newscentent .right .flexright .box .submit_sqr:hover {
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
}
.newscentent .right .flexright img {
  width: auto;
}
.newscentent .right .ndsosbox {
  padding: 14px;
  background: #fff;
  border-bottom: 17px solid #F8F9FB;
}
.newscentent .right .ndsosbox .item {
  position: relative;
  padding: 12px;
  width: 293px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
  margin-bottom: 5px;
}
.newscentent .right .ndsosbox .item::before {
  width: 293px;
  height: 1px;
  background: #DDDDDD;
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
}
.newscentent .right .ndsosbox .item:last-child::before {
  display: none;
}
.newscentent .right .ndsosbox .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.newscentent .right .ndsosbox .item:hover .b a {
  background: #DD041D;
  color: #fff;
}
.newscentent .right .ndsosbox .item:hover::before {
  display: none;
}
.newscentent .right .ndsosbox .item .top {
  display: flex;
  align-items: center;
  justify-content: start;
}
.newscentent .right .ndsosbox .item .top img {
  width: 86px;
  height: 86px;
  margin-right: 7px;
}
.newscentent .right .ndsosbox .item .top .r {
  height: 86px;
  max-width: 177px;
}
.newscentent .right .ndsosbox .item .top .r .p1 {
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscentent .right .ndsosbox .item .top .r .r2 {
  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;
  color: #999999;
  margin-top: 3px;
}
.newscentent .right .ndsosbox .item .b {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newscentent .right .ndsosbox .item .b p {
  color: #999999;
  font-size: 12px;
}
.newscentent .right .ndsosbox .item .b p span {
  color: #DD041D;
  font-size: 14px;
}
.newscentent .right .ndsosbox .item .b a {
  width: 85px;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #DD041D;
  line-height: 29px;
  text-align: center;
  font-size: 12px;
  color: #DD041D;
}
.newscentent .right .ndsosbox .item .b a:hover {
  background: #C7141D;
  color: #fff;
}
.newscentent .right .rqabox {
  padding: 0px 24px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 17px solid #F8F9F8;
}
.newscentent .right .rqabox .items {
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
  display: block;
}
.newscentent .right .rqabox .items:nth-child(1) span {
  background: #DD041D;
}
.newscentent .right .rqabox .items:nth-child(2) span {
  background: #FF860F;
}
.newscentent .right .rqabox .items:nth-child(3) span {
  background: #FFD00F;
}
.newscentent .right .rqabox .items:last-child {
  border: none;
}
.newscentent .right .rqabox .items:hover .w {
  color: #E12339;
  text-decoration: underline;
}
.newscentent .right .rqabox .items span {
  width: 16px;
  height: 16px;
  background: #DADADA;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 8px;
  margin-top: 3px;
  position: absolute;
  left: -3px;
  top: 0;
}
.newscentent .right .rqabox .items .w {
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 23px;
  box-sizing: border-box;
  margin-bottom: 6px;
  margin-top: 15px;
}
.newscentent .right .rqabox .items .d {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 23px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.wdbox {
  background: #F8F9FB;
}
.wdbox .ldobox {
  width: 860px;
}
.wdbox .ldobox .items {
  display: block;
  width: 860px;
  height: 162px;
  background: #FFFFFF;
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
}
.wdbox .ldobox .items:hover {
  box-shadow: 0px 0px 9px 0px rgba(255, 170, 180, 0.5);
  border: 1px solid #DD041D;
}
.wdbox .ldobox .items:hover .w {
  color: #DD041D;
}
.wdbox .ldobox .items .w {
  padding-left: 30px;
  position: relative;
  color: #333333;
  font-size: 16px;
  max-width: 590px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  display: inline-block;
}
.wdbox .ldobox .items .w::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/wen.png) center center no-repeat;
  background-size: cover;
}
.wdbox .ldobox .items .d {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  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;
  margin-bottom: 18px;
}
.wdbox .ldobox .items .d::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/da.png) center center no-repeat;
  background-size: cover;
}
.wdbox .ldobox .items .label a {
  display: inline-block;
  height: 22px;
  line-height: 21px;
  background: #F2F4F9;
  border-radius: 11px;
  padding-left: 25px;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
  color: #999999;
  font-size: 12px;
  margin-right: 10px;
}
.wdbox .ldobox .items .label a:hover {
  background: #DD041D;
  color: #fff;
}
.wdbox .ldobox .items .label a span {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #FCD8D7;
  color: #DD041D;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
}
.wdbox .ldobox .items .r {
  position: absolute;
  right: 24px;
  top: 26px;
  color: #BBBBBB;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.wdbox .ldobox .items .r img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.wdbox .ldobox .items .r span {
  max-height: 14px;
  border-left: 1px solid #dadada;
  padding-left: 20px;
  margin-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  line-height: 14px;
}
.hot h3 {
  font-size: 24px;
  color: #333333;
  padding-top: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}
.hot .abox {
  width: 860px;
}
.hot .abox a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  background: #F1F4F7;
  border-radius: 19px;
  font-size: 14px;
  color: #666;
  margin-right: 23px;
  margin-bottom: 14px;
  transition: all .1s;
  padding: 0 15px;
}
.hot .abox a:hover {
  background: #CF000E;
  color: #fff;
}
.footcase {
  display: block;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.explain-more,
.footcasemore {
  color: #999;
  text-align: left;
  margin-top: 20px;
  margin-left: 15px;
  cursor: pointer;
}
.explain-more .layui-icon,
.footcasemore .layui-icon {
  font-size: 14px;
}
.explain-more:hover,
.footcasemore:hover {
  color: #D7141E;
}
.footcasemore {
  width: 900px;
  text-align: left;
}
.rankone {
  margin-bottom: 20px;
}
.rankone .ranktit {
  background: #fff;
  padding: 20px 18px;
}
.rankone .ranktit h2 {
  font-weight: bold;
  color: #333333;
  font-size: 24px;
}
.rankone .ranktit .tit {
  color: #666666;
  line-height: 22px;
  font-size: 14px;
  margin-top: 12px;
}
.rankone .ranktit .tit span {
  color: #D7141E;
}
.ranktwo {
  margin-bottom: 20px;
}
.ranktwo .ph {
  background: rgba(215, 20, 30, 0.05);
  font-size: 14px;
  color: #D7141E;
}
.ranktwo .ranklist .item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 6px;
  cursor: default;
  border: 1px solid #fff;
  overflow: hidden;
}
.ranktwo .ranklist .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.ranktwo .ranklist .item:hover .r h3 {
  color: #DD041D;
}
.ranktwo .ranklist .item:nth-child(1) span {
  left: 0;
  top: 0;
  width: 43px;
  height: 30px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/rank1.png) center center no-repeat;
  background-size: cover;
  color: #AD6A07;
}
.ranktwo .ranklist .item:nth-child(2) span {
  left: 0;
  top: 0;
  width: 43px;
  height: 30px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/rank2.png) center center no-repeat;
  background-size: cover;
  color: #999999;
}
.ranktwo .ranklist .item:nth-child(3) span {
  left: 0;
  top: 0;
  width: 43px;
  height: 30px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/rank3.png) center center no-repeat;
  background-size: cover;
  color: #CE8152;
}
.ranktwo .ranklist .item:nth-child(10) span {
  padding-left: 2px;
}
.ranktwo .ranklist .item span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 18px;
  color: #C5C5C5;
  width: 43px;
  height: 30px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/rank4.png) center center no-repeat;
  background-size: cover;
  padding-left: 8px;
  line-height: 30px;
  box-sizing: border-box;
}
.ranktwo .ranklist .item img {
  width: 160px;
  min-width: 160px;
  height: 160px;
  margin-right: 30px;
}
.ranktwo .ranklist .item .r p {
  font-weight: bold;
  color: #333333;
  max-width: 650px;
  font-size: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
}
.ranktwo .ranklist .item .r .tit {
  height: 88px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 30px;
}
.ranker {
  padding-bottom: 20px;
}
.ranknew {
  margin-bottom: 0!important;
  padding: 30px 0!important;
}
.ranknew .case_pt_list {
  margin: 0!important;
}
.ranknew .outer .case_pt_list ul li {
  border-radius: 0;
  margin-right: 16px;
}
