/* 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;
}
h1 {
  margin-top: 56px!important;
  text-align: center;
  font-size: 38px!important;
  font-weight: bold!important;
  color: #333333;
}
.title {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 31px 0;
  text-align: center;
  color: #333333;
}
.title h3 {
  font-size: 36px;
  margin-bottom: 8px;
}
.title .p {
  color: #333333;
  font-size: 16px;
}
.banner {
  width: 100%;
  height: 826px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/indexbanner.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.banner .title {
  color: #fff;
  padding-top: 58px;
}
.banner .title h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.banner .title p {
  color: #fff;
  font-size: 18px;
}
.banner .title p span {
  font-weight: bold;
  font-size: 24px;
}
.banner .bannermain {
  margin-top: 20px;
}
.banner .bannermain .mainbox {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  position: relative;
  margin-bottom: 35px;
}
.banner .bannermain .bannermain {
  width: 1199px;
  height: 21px;
}
.banner .bannermain .left {
  width: 188px;
  height: 486px;
  background: rgba(12, 25, 62, 0.8);
}
.banner .bannermain .left .item {
  width: 100%;
  height: 60.75px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
.banner .bannermain .left .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 172px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
}
.banner .bannermain .left .item:last-child::before {
  display: none;
}
.banner .bannermain .left .item span {
  font-size: 16px;
  color: #FFFFFF;
  left: 20px;
  position: absolute;
  white-space: nowrap;
  max-width: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.banner .bannermain .left .item i {
  position: absolute;
  color: #FFFFFF;
  font-size: 16px;
  right: 16px;
}
.banner .bannermain .left .item:hover {
  background: #fff;
}
.banner .bannermain .left .item:hover span {
  font-weight: bold;
  color: #1F2648;
}
.banner .bannermain .left .item:hover i {
  color: #1F2648;
}
.banner .bannermain .left .item:nth-child(2) .hidemain.on {
  top: -60.75px;
}
.banner .bannermain .left .item:nth-child(3) .hidemain.on {
  top: -121.5px;
}
.banner .bannermain .left .item:nth-child(4) .hidemain.on {
  top: -182.25px;
}
.banner .bannermain .left .item:nth-child(5) .hidemain.on {
  top: -243px;
}
.banner .bannermain .left .item:nth-child(6) .hidemain.on {
  top: -303.75px;
}
.banner .bannermain .left .item:nth-child(7) .hidemain.on {
  top: -364.5px;
}
.banner .bannermain .left .item:nth-child(8) .hidemain.on {
  top: -425.25px;
}
.banner .bannermain .left .item .hidemain {
  width: 768px;
  height: 486px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px #D0D0D0;
  left: 188px;
  top: 0;
  position: absolute;
  padding: 19px 11px;
  box-sizing: border-box;
  display: none;
  z-index: 33;
}
.banner .bannermain .left .item .hidemain::nth-child(2).on {
  top: -50px;
}
.banner .bannermain .left .item .hidemain.on {
  display: block;
}
.banner .bannermain .left .item .hidemain .top {
  font-size: 16px;
  font-weight: bold;
  color: #CF000E;
  display: flex;
  align-items: center;
  height: 20px;
  position: relative;
}
.banner .bannermain .left .item .hidemain .top img {
  margin-right: 3px;
}
.banner .bannermain .left .item .hidemain .top .more {
  position: absolute;
  right: 20px;
  top: 0;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #C7141D;
  font-size: 12px;
}
.banner .bannermain .left .item .hidemain .top .more:hover {
  text-decoration: underline;
}
.banner .bannermain .left .item .hidemain .top .more i {
  font-size: 12px;
  color: #C7141D;
  position: absolute;
  right: -10px;
  top: 1px;
}
.banner .bannermain .left .item .hidemain .leftlingbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew {
  width: 359px;
  height: 128px;
  display: flex;
  align-items: center;
  padding: 14px 12px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
  position: relative;
  margin-bottom: 12px;
  margin-right: 14px;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:nth-child(2n) {
  margin-right: 0;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:nth-child(2) {
  margin-right: 0;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:nth-child(5) {
  margin-bottom: 0;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:nth-child(5)::before {
  display: none;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:nth-child(6) {
  margin-bottom: 0;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:nth-child(6)::before {
  display: none;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 359px;
  height: 1px;
  background: #D8D8D8;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:hover {
  border: 1px solid #C7141D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew:hover .r .tomore {
  background: #C7141D;
  color: #fff;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew img {
  width: 98px;
  height: 98px;
  margin-right: 14px;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew .r {
  max-width: 220px;
  min-width: 220px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew .r .p1 {
  font-size: 14px;
  color: #2D2D2D;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
  line-height: initial;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew .r .p2 {
  color: #5B5B5B;
  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;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew .r .p3 {
  color: #8E8E8E;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: initial;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew .r .p3 .i {
  color: #C7141D;
  font-size: 14px;
  position: relative;
  left: auto;
  overflow: initial;
}
.banner .bannermain .left .item .hidemain .leftlingbox .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;
}
.banner .bannermain .left .item .hidemain .leftlingbox .boxlist .itemnew .r .tomore:hover {
  background: #C7141D;
  color: #fff;
}
.banner .bannermain .left .item .hidemain .leftlingbox .toimg {
  width: 214px;
  min-width: 214px;
  height: 264px;
  margin-right: 15px;
}
.banner .bannermain .left .item .hidemain .leftlingbox .toimg img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.banner .bannermain .right {
  width: 1012px;
  height: 486px;
}
.banner .bannermain .right .banner-tablist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner .bannermain .right .banner-tablist .indexbanner-item {
  width: 336.5px;
  height: 50px;
  background: #f5f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .bannermain .right .banner-tablist .indexbanner-item p {
  font-weight: bold;
  color: #2D2D2D;
  font-size: 18px;
}
.banner .bannermain .right .banner-tablist .indexbanner-item span {
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  margin-left: 8px;
}
.banner .bannermain .right .banner-tablist .indexbanner-item.on {
  height: 66px;
  background: #FFFFFF;
}
.banner .bannermain .right .banner-tablist .indexbanner-item:hover {
  height: 66px;
  background: #FFFFFF;
}
.banner .bannermain .right .rightbox {
  width: 1012px;
  height: 420px;
  background: #FFFFFF;
}
.banner .bannermain .right .rightbox .outerFw {
  display: none;
}
.banner .bannermain .right .rightbox .outerFw.show {
  display: block;
}
.banner .bannermain .right .rightbox .for1 {
  padding: 24px 20px ;
  box-sizing: border-box;
}
.banner .bannermain .right .rightbox .for1 .linght {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner .bannermain .right .rightbox .for1 .linght input {
  width: 662px;
  height: 50px;
  line-height: 50px;
  background: #F0F2F6;
  color: #8E8E8E;
  font-size: 12px;
  padding-left: 14px;
  box-sizing: border-box;
  border: none;
}
.banner .bannermain .right .rightbox .for1 .linght .tosearch {
  width: 86px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #C7141D;
  font-size: 14px;
  cursor: pointer;
}
.banner .bannermain .right .rightbox .for1 .linght .tosearch:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.banner .bannermain .right .rightbox .for1 .linght .tocall {
  width: 186px;
  height: 50px;
  background: #ED5F14;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.banner .bannermain .right .rightbox .for1 .linght .tocall:hover {
  background: linear-gradient(90deg, #ff8748 0%, #cd4700 100%);
}
.banner .bannermain .right .rightbox .for1 .linght span {
  color: #5B5B5B;
  font-size: 14px;
  margin: 0 14px;
}
.banner .bannermain .right .rightbox .for1 .lingtit {
  color: #2D2D2D;
  font-size: 18px;
  margin: 24px 0 10px 0;
  text-align: left;
}
.banner .bannermain .right .rightbox .for1 .lingbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item {
  width: 359px;
  height: 128px;
  display: flex;
  align-items: center;
  padding: 14px 12px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
  position: relative;
  margin-bottom: 12px;
  margin-right: 16px;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:nth-child(2) {
  margin-right: 0;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:nth-child(3) {
  margin-bottom: 0;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:nth-child(3)::before {
  display: none;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:nth-child(4) {
  margin-right: 0;
  margin-bottom: 0;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:nth-child(4)::before {
  display: none;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 359px;
  height: 1px;
  background: #D8D8D8;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:hover {
  border: 1px solid #C7141D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item:hover .r .tomore {
  background: #C7141D;
  color: #fff;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item img {
  width: 98px;
  height: 98px;
  margin-right: 14px;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .r {
  max-width: 215px;
  min-width: 215px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .r .p1 {
  font-size: 14px;
  color: #2D2D2D;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .r .p2 {
  color: #5B5B5B;
  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;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .r .p3 {
  color: #8E8E8E;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 8px;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .r .p3 span {
  color: #C7141D;
  font-size: 14px;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .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;
}
.banner .bannermain .right .rightbox .for1 .lingbox .boxlist .item .r .tomore:hover {
  background: #C7141D;
  color: #fff;
}
.banner .bannermain .right .rightbox .for1 .lingbox .toimg {
  width: 214px;
  min-width: 214px;
  height: 264px;
  margin-right: 15px;
}
.banner .bannermain .right .rightbox .for1 .lingbox .toimg img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.banner .bannermain .right .rightbox .for2 .fortwolist {
  padding: 4px 21px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: start;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item {
  position: relative;
  padding: 8px 13px;
  margin: 16px 33px 16px 0;
  width: 295px;
  height: 115px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
  text-align: left;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item:nth-child(3n) {
  margin-right: 0;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item::before {
  width: 294px;
  height: 1px;
  background: #D8D8D8;
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item:nth-child(4)::before {
  display: none;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item:nth-child(5)::before {
  display: none;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item:nth-child(6)::before {
  display: none;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item:hover .b a {
  background: #DD041D;
  color: #fff;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .top {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .top img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-left: 39px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .top .l {
  height: 68px;
  max-width: 160px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .top .l .r1 {
  color: #2D2D2D;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .top .l .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: #5B5B5B;
  line-height: 19px;
  font-size: 12px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .b p {
  color: #8E8E8E;
  font-size: 12px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .b p span {
  color: #DD041D;
  font-size: 14px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .b a {
  width: 97px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #DD041D;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #DD041D;
  margin-top: -2px;
}
.banner .bannermain .right .rightbox .for2 .fortwolist .item .b a:hover {
  background: #C7141D;
  color: #fff;
}
.banner .bannermain .right .rightbox .for3 {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.banner .bannermain .right .rightbox .for3 .l {
  width: 643px;
  padding-left: 19px;
  margin-right: 32px;
  padding-top: 10px;
}
.banner .bannermain .right .rightbox .for3 .l .titor {
  text-align: left;
  color: #2D2D2D;
  font-size: 14px;
  border-top: 1px dashed #C0C0C0;
  padding-top: 8px;
}
.banner .bannermain .right .rightbox .for3 .l .titor:first-child {
  border: none;
}
.banner .bannermain .right .rightbox .for3 .l .connectbox {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  margin-bottom: 14px;
  height: 100px;
}
.banner .bannermain .right .rightbox .for3 .l .connectbox.show {
  display: flex;
}
.banner .bannermain .right .rightbox .for3 .l .connectbox .item {
  width: 114px;
  height: 36px;
  background: #F1F4F7;
  line-height: 36px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
  margin-right: 15px;
  margin-top: 12px;
  border: 1px solid #F1F4F7;
}
.banner .bannermain .right .rightbox .for3 .l .connectbox .item:nth-child(5n) {
  margin-right: 0;
}
.banner .bannermain .right .rightbox .for3 .l .connectbox .item:hover,
.banner .bannermain .right .rightbox .for3 .l .connectbox .item.on {
  background: #FFFFFF;
  border: 1px solid #CF000E;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
  color: #CF000E;
}
.banner .bannermain .right .rightbox .for3 .l .textarea {
  width: 644px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #F1F4F7;
  padding: 12px;
  box-sizing: border-box;
  line-height: 20px;
  color: #8E8E8E;
  margin: 10px 0;
}
.banner .bannermain .right .rightbox .for3 .l .inputbox {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.banner .bannermain .right .rightbox .for3 .l .inputbox input {
  width: 176px;
  height: 50px;
  line-height: 50px;
  color: #8E8E8E;
  padding-left: 14px;
  box-sizing: border-box;
  background: #F0F2F6;
  border: none;
  margin-right: 12px;
}
.banner .bannermain .right .rightbox .for3 .l .inputbox input.phone {
  width: 288px;
}
.banner .bannermain .right .rightbox .for3 .l .inputbox .for3submit {
  width: 158px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #CF000E;
  font-size: 14px;
  cursor: pointer;
}
.banner .bannermain .right .rightbox .for3 .l .inputbox .for3submit:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.banner .bannermain .right .rightbox .for3 .r {
  margin-top: 48px;
}
.banner .bannermain .right .rightbox .for3 .r .rsimg {
  width: 277px;
  height: 332px;
}
.banner .bannermain .right .rightbox .for3 .r a {
  width: 290px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  background: #ED5F14;
  display: none;
}
.banner .bannermain .right .rightbox .for3 .r a:hover {
  background: linear-gradient(90deg, #ff8748 0%, #cd4700 100%);
}
.timebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.timebox .items {
  width: 290px;
  height: 210px;
  border-top: 2px solid #FF3518;
  background: #F9F9F9;
  position: relative;
}
.timebox .items:nth-child(2) {
  border-top: 2px solid #FF914E;
}
.timebox .items:nth-child(3) {
  border-top: 2px solid #2CAA97;
}
.timebox .items:nth-child(4) {
  border-top: 2px solid #2257C9;
}
.timebox .items .p1 {
  margin: 21px 21px 6px 21px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timebox .items .p2 {
  margin: 0px 21px 13px 21px;
  height: 35px;
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
.timebox .items .p3 {
  margin: 0px 21px 8px 21px;
  color: #DD041D;
  font-size: 14px;
}
.timebox .items .date {
  margin-left: 21px;
}
.timebox .items .b1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #DD041D;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
}
.timebox .items .b1:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.timebox .items .b2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #EBEBEB;
  color: #666666;
  font-size: 14px;
  display: inline-block;
}
.timebox .items .b2:hover {
  color: #C7141D;
}
.ydmain {
  height: 872px;
  background: #F5F5F6;
}
.ydmain .ydbox {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.ydmain .ydbox .left {
  width: 224px;
  height: 686px;
  border: 1px solid #DCDEE3;
  display: inline-block;
}
.ydmain .ydbox .left .yind-item {
  width: 100%;
  height: 152px;
  background: #fff;
  border-bottom: 1px solid #DCDEE3;
  transition: height .5s;
  position: relative;
  overflow: hidden;
}
.ydmain .ydbox .left .yind-item img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 224px;
  height: 225px;
  z-index: -1;
}
.ydmain .ydbox .left .yind-item:last-child {
  border: none;
}
.ydmain .ydbox .left .yind-item.on {
  height: 225px;
}
.ydmain .ydbox .left .yind-item.on img {
  animation: cardFadeImg 1s ease;
  opacity: 1;
}
@keyframes cardFadeImg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ydmain .ydbox .left .yind-item.on .rbtn {
  left: 28px;
  bottom: 28px;
}
.ydmain .ydbox .left .yind-item.on .rbtn .a1 {
  opacity: 1;
}
.ydmain .ydbox .left .yind-item .t1 {
  padding-top: 25px;
  margin-left: 28px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}
.ydmain .ydbox .left .yind-item .t2 {
  margin-left: 28px;
  padding-top: 3px;
  color: #595959;
  line-height: 19px;
  font-size: 14px;
}
.ydmain .ydbox .left .yind-item .rbtn {
  position: absolute;
  bottom: 16px;
  display: flex;
  align-items: center;
  left: -72px;
  transition: all .3s;
}
.ydmain .ydbox .left .yind-item .rbtn .a1 {
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #DD041D;
  margin-right: 17px;
  opacity: 0;
}
.ydmain .ydbox .left .yind-item .rbtn .a1:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.ydmain .ydbox .left .yind-item .rbtn .a2 {
  color: #DD041D;
  font-size: 12px;
}
.ydmain .ydbox .left .yind-item .rbtn .a2 i {
  font-size: 12px;
}
.ydmain .ydbox .left .yind-item .rbtn .a2:hover {
  text-decoration: underline;
}
.ydmain .ydbox .yindright {
  width: 968px;
  height: 686px;
  border: 1px solid #DCDEE3;
  border-left: none;
  display: inline-block;
  background: #fff;
}
.ydmain .ydbox .yindright .dytop {
  height: 47px;
  line-height: 47px;
  padding-left: 24px;
  box-sizing: border-box;
  background: #F5F5F6;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #DCDEE3;
}
.ydmain .ydbox .yindright .outerFw {
  display: none;
}
.ydmain .ydbox .yindright .outerFw.show {
  display: block;
}
.ydmain .ydbox .yindright .yindsdys {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 21px 24px 12px 24px;
  border-bottom: 1px dashed #C7C7C7;
}
.ydmain .ydbox .yindright .yindsdys .item {
  position: relative;
  padding: 8px 11px;
  margin: 6px 20px 12px 0;
  width: 293px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all .3s;
}
.ydmain .ydbox .yindright .yindsdys .item:nth-child(3n) {
  margin-right: 0;
}
.ydmain .ydbox .yindright .yindsdys .item::before {
  width: 293px;
  height: 1px;
  background: #DDDDDD;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
}
.ydmain .ydbox .yindright .yindsdys .item:nth-child(4)::before {
  display: none;
}
.ydmain .ydbox .yindright .yindsdys .item:nth-child(5)::before {
  display: none;
}
.ydmain .ydbox .yindright .yindsdys .item:nth-child(6)::before {
  display: none;
}
.ydmain .ydbox .yindright .yindsdys .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.ydmain .ydbox .yindright .yindsdys .item:hover .b a {
  background: #DD041D;
  color: #fff;
}
.ydmain .ydbox .yindright .yindsdys .item .top {
  display: flex;
  align-items: center;
  justify-content: start;
}
.ydmain .ydbox .yindright .yindsdys .item .top img {
  width: 86px;
  height: 86px;
  margin-right: 7px;
}
.ydmain .ydbox .yindright .yindsdys .item .top .r {
  height: 86px;
  max-width: 177px;
}
.ydmain .ydbox .yindright .yindsdys .item .top .r .p1 {
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ydmain .ydbox .yindright .yindsdys .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;
}
.ydmain .ydbox .yindright .yindsdys .item .b {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ydmain .ydbox .yindright .yindsdys .item .b p {
  color: #999999;
  font-size: 12px;
}
.ydmain .ydbox .yindright .yindsdys .item .b p span {
  color: #DD041D;
  font-size: 14px;
}
.ydmain .ydbox .yindright .yindsdys .item .b a {
  width: 85px;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #DD041D;
  line-height: 29px;
  text-align: center;
  font-size: 12px;
  color: #DD041D;
}
.ydmain .ydbox .yindright .yindsdys .item .b a:hover {
  background: #C7141D;
  color: #fff;
}
.ydmain .ydbox .yindright .yindsdys2 {
  background: #fff;
  padding: 22px 24px;
}
.ydmain .ydbox .yindright .yindsdys2 .tit {
  color: #333333;
  font-size: 16px;
}
.ydmain .ydbox .yindright .yindsdys2 .lintbox {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 23px;
}
.ydmain .ydbox .yindright .yindsdys2 .lintbox .linitems {
  width: 148px;
  height: 180px;
  background: #F5F5F6;
  margin-right: 6px;
  transition: all .3s;
}
.ydmain .ydbox .yindright .yindsdys2 .lintbox .linitems:nth-child(6) {
  margin-right: 0;
}
.ydmain .ydbox .yindright .yindsdys2 .lintbox .linitems:hover {
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
  background: #fff;
}
.ydmain .ydbox .yindright .yindsdys2 .lintbox .linitems img {
  width: 148px;
  height: 148px;
}
.ydmain .ydbox .yindright .yindsdys2 .lintbox .linitems p {
  color: #999999;
  font-size: 12px;
  padding-left: 8px;
  box-sizing: border-box;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anli_tab {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin: 0px auto 19px  !important;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #E7E7E7;
}
.anli_tab .fwanli-tablist {
  display: flex;
  width: 1085px;
  overflow-x: hidden;
}
.anli_tab .fwanli-tablist .controller-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  padding: 0  60px 0 5px;
  transition: all .1s;
  white-space: nowrap;
}
.anli_tab .fwanli-tablist .controller-item:last-child {
  padding-right: 0;
}
.anli_tab .fwanli-tablist .controller-item.on {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
.anli_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;
}
.anli_tab .anli_right_more:hover {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
.categories-fwcase-show {
  margin-top: 20px!important;
}
.categories-fwcase-show .outerFw {
  display: none;
}
.categories-fwcase-show .outerFw.show {
  display: block;
}
.categories-fwcase-show .outerFw .lists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .lists .items:nth-child(4n) {
  margin-right: 0;
}
.categories-fwcase-show .outerFw .lists .items:hover {
  background: #fff;
  border: none;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
.categories-fwcase-show .outerFw .lists .items:hover .img {
  transition: all .3s;
  transform: scale(1.1);
}
.categories-fwcase-show .outerFw .lists .items .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.categories-fwcase-show .outerFw .lists .items .img-box .img {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .lists .items .bottom-box {
  display: flex;
  position: relative;
}
.categories-fwcase-show .outerFw .lists .items .bottom-box .bot-l {
  width: 100%;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .lists .items .bottom-box .bot-l .anli-label-box {
  margin: 9px 0 0 14px;
  overflow: hidden;
  width: 215px;
  white-space: nowrap;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .lists .items .bottom-box .bot-l .anli-label-box .anli-label:hover {
  color: #b14a4a;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .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;
}
.categories-fwcase-show .outerFw .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);
  }
}
.categories-fwcase-show .outerFw .lists .items .bottom-box .z.on span {
  color: #DB0024;
}
.study {
  width: 100%;
  height: 706px;
  background: #F5F5F6;
  margin-top: 46px;
}
.study .dymain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.study .dymain .left {
  width: 832px;
  min-width: 832px;
  overflow: hidden;
}
.study .dymain .left .study_tab {
  display: flex;
  justify-content: space-between;
  margin: 0px auto!important;
  height: 47px;
  line-height: 47px;
}
.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;
}
.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;
}
.study .dymain .left .study_tab .fwanli-tablist .study-item:last-child {
  padding-right: 0;
}
.study .dymain .left .study_tab .fwanli-tablist .study-item.on {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
.study .dymain .left .study_tab .fwanli-tablist .study-item.on::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #DD041D;
}
.study .dymain .left .study_tab .fwanli-tablist .more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 25px;
  color: #DD041D;
  font-size: 12px;
}
.study .dymain .left .study_tab .fwanli-tablist .more i {
  font-size: 12px;
  margin-left: 3px;
}
.study .dymain .left .study_tab .fwanli-tablist .more:hover {
  opacity: .5;
}
.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;
}
.study .dymain .left .study_tab .anli_right_more:hover {
  font-size: 16px;
  font-weight: bold;
  color: #DE001D;
}
.study .dymain .left .study-fwcase-show {
  width: 832px;
  height: 440px;
  background: #FFFFFF;
  overflow: hidden;
  padding: 15px 20px;
  box-sizing: border-box;
}
.study .dymain .left .study-fwcase-show .outerFw {
  display: none;
}
.study .dymain .left .study-fwcase-show .outerFw.show {
  display: block;
}
.study .dymain .left .study-fwcase-show .outerFw .studys {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.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;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item:nth-child(2n) {
  margin-right: 0;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item::before {
  width: 384px;
  height: 1px;
  background: #F5F5F6;
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item img {
  width: 162px;
  min-width: 162px;
  height: 97px;
  margin-right: 9px;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item:nth-child(5)::before {
  display: none;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item:nth-child(6)::before {
  display: none;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item .r {
  height: 97px;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item .r .p1 {
  height: 38px;
  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;
}
.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;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item .r .p3 {
  font-family: Arial!important;
  color: #999999;
  margin-top: 18px;
  position: absolute;
  bottom: 10px;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item:hover .p1 {
  color: #DD041D;
}
.study .dymain .left .study-fwcase-show .outerFw .studys .item:hover .p2 {
  background: #DD041D;
  color: #fff;
}
.study .dymain .right {
  width: 350px;
  height: 487px;
  background: #FFFFFF;
}
.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;
}
.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;
}
.study .dymain .right .item:nth-child(4) {
  border-bottom: none;
}
.study .dymain .right .item:nth-child(3) {
  background: #FAFAFA;
}
.study .dymain .right .item:hover .span1 {
  font-weight: bold;
  color: #DD041D;
}
.study .dymain .right .item:hover .span2 {
  color: #333333;
  text-decoration: underline;
}
.study .dymain .right .item p {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  font-size: 16px;
  margin-bottom: 12px;
}
.study .dymain .right .item p img {
  margin-top: -3px;
}
.study .dymain .right .item p .span1 {
  font-weight: bold;
  color: #999999;
  margin-left: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
}
.study .dymain .right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.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;
}
.study .dymain .right .btn .haveq:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.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;
}
.study .dymain .right .btn .havet:hover {
  background: #C7141D;
  color: #fff;
}
.rymain {
  text-align: center;
}
.rymain .rybox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
.rymain .rybox .ljitem {
  text-align: center;
  margin-right: 9px;
}
.rymain .rybox .ljitem img {
  width: 192px;
  height: 116px;
}
.rymain .rybox .ljitem:last-child {
  margin-right: 0;
}
.rymain .rybox .ljitem .l1 {
  margin-top: 13px;
  font-weight: bold;
  color: #EC001F;
  font-size: 18px;
  margin-bottom: 3px;
}
.rymain .rybox .ljitem .l2 {
  color: #999;
  font-size: 14px;
}
.rymain .tued {
  margin: 69px auto;
}
.swiper_box {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 60px;
  -webkit-mask-image: linear-gradient(to right, transparent, #ffffff 150px, #ffffff calc(90%), transparent);
}
.swiper_box .swiper-slide {
  width: 776px!important;
}
.swiper_box .swiper-container-hzhb .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.new2sdbox {
  padding-top: 71px;
  position: relative;
}
.new2sdbox .ne2box {
  position: absolute;
  left: 31px;
  bottom: 36px;
}
.new2sdbox .ne2box .itemnew2 {
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #D21A33;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s;
  display: inline-block;
  margin-right: 16px;
}
.new2sdbox .ne2box .itemnew2:hover {
  opacity: .9;
}
.service_network {
  width: 100%;
  background: #F5F5F6;
  padding-bottom: 40px;
}
.service_network .tit1 {
  color: #FFFFFF;
}
.service_network .site_swiperbig {
  width: 1200px;
  height: 450px;
  overflow: hidden;
}
.service_network .site_swipersmall {
  overflow: hidden;
  width: 140px;
  position: absolute;
  right: 22px;
  top: 42px;
  height: 365px;
  z-index: 9;
}
.service_network .site_swipersmall .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide {
  position: relative;
  width: 140px;
  height: 53px;
  background: #182435;
  cursor: pointer;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide .mask .mask-name {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide-thumb-active {
  box-sizing: border-box;
  background: #fff;
  opacity: 1;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide-thumb-active img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
}
.service_network .site_swipersmall .swiper-wrapper .swiper-slide-thumb-active .mask {
  display: none;
}
.maplocal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.maplocal .item {
  position: relative;
  width: calc((100% - 20px)/2);
  margin-bottom: 20px;
}
.maplocal .item img {
  width: 100%;
}
.maplocal .item .kirs {
  position: absolute;
  width: 94px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  bottom: 20px;
  right: 28px;
  color: #fff;
  font-size: 12px;
  background: #DD041D;
  cursor: pointer;
}
.maplocal .item .kirs:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.detail-banner-swiper-wrap {
  position: relative;
}
.detail-banner-swiper-wrap .swiper-container {
  width: 100%;
  height: 100%;
  position: initial;
}
.detail-banner-swiper-wrap .swiper-container .item {
  position: relative;
  width: 100%;
}
.detail-banner-swiper-wrap .swiper-container .item img {
  width: 100%;
}
.detail-banner-swiper-wrap .swiper-container .item .kirs {
  position: absolute;
  width: 135px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  bottom: 33px;
  right: 38px;
  color: #fff;
  font-size: 18px;
  background: #DD041D;
  cursor: pointer;
}
.detail-banner-swiper-wrap .swiper-container .item .kirs:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.detail-banner-swiper-wrap .swiper-button-black {
  width: 33px;
  color: #999;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  background-size: 15px 15px;
  font-weight: 700;
  margin-top: -16.5px;
}
.detail-banner-swiper-wrap .swiper-button-black:hover {
  background-color: #f0f0f0;
}
.detail-banner-swiper-wrap .swiper-button-prev {
  left: 27px;
}
.detail-banner-swiper-wrap .swiper-button-next {
  right: 27px;
}
.detail-banner-swiper-wrap .swiper-button-black:focus {
  outline: none;
}
