* {
  box-sizing: border-box !important;
  font-family: 'Poppins',"Microsoft Yahei" !important;
  word-break:normal !important;
  word-wrap: normal !important;
}
body,
html {
  font-family: 'Poppins',"Microsoft Yahei" !important;
  overflow-x: hidden !important;
}
/*Font_Css*/
@font-face {
  font-family: 'Poppins';
  src:  url('https://fonts.font.im/css?family=Poppins:300,400,600,700');
}
@font-face {
  font-family: 'yx_icon';
  /* Project id 3404934 */
  src: url('../../t/font_3404934_eptqxmgxsjh.woff2') format('woff2'),
    url('../../t/font_3404934_eptqxmgxsjh.woff') format('woff'),
    url('../../t/font_3404934_eptqxmgxsjh.ttf') format('truetype'),
    url('../../t/font_3404934_eptqxmgxsjh.svg') format('svg');
}
.yx_icon{
  font-family: 'yx_icon' !important;
}
.yx_Hide{
  display:none !important;
}
.btn-primary{
  transition:all 0.6s;
}
@keyframes scroll-icon{
  0% {
    -webkit-transform:translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--yx_CTwo);
}
:root {
  --yx_FS72: 72px;
  --yx_FS60: 60px;
  --yx_FS54: 54px;
  --yx_FS48: 48px;
  --yx_FS45: 46px;
  --yx_FS42: 40px;
  --yx_FS38: 38px;
  --yx_FS36: 36px;
  --yx_FS30: 30px;
  --yx_FS28: 28px;
  --yx_FS24: 24px;
  --yx_FS22: 22px;
  --yx_FS18: 18px;
  --yx_FS16: 16px;
  --yx_FS14: 14px;
  --yx_Color: #e1252c;
  --yx_CTwo: #282828;
  --yx_Grad: linear-gradient(to top, #f42e3f 0%, #c93021 100%);
}
h2 span {
  font-size: var(--yx_FS42) !important;
  text-transform: uppercase;
}
h3 span {
  font-size: var(--yx_FS30) !important;
}
h4 span {
  font-size: var(--yx_FS24) !important;
}
h5 span {
  font-size: var(--yx_FS18) !important;
}
h6 span {
  font-size: var(--yx_FS16) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}
/*end*/
a:active,
a:hover,
a:focus,
a:visited{
  outline: none !important;
  text-decoration: none;
}
a {
  cursor: pointer;
}
i {
  font-style: normal;
}
/*yx_Css*/
.yx_Width{
  width:94%;
  padding-left:10px !important;
  padding-right:10px !important;
  max-width:1520px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.yx_Clear:before,
.yx_Clear:after {
  display: table;
  clear: both;
  content: "";
}
.yx_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.yx_flexWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.yx_flexJB {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.yx_flexJA {
  -webkit-box-pack: justify;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.yx_flexJE {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.yx_flexJC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.yx_flexAE {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.yx_flexAC {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.yx_ImgContain,
.yx_ImgCover {
  position: relative;
  height: 0;
  overflow: hidden;
}
.yx_ImgContain img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.yx_ImgCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.yx_Title {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yx_Summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.yx_More {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*end*/
/*media*/
@media only screen and (max-width:1440px){
  :root {
    --yx_FS72: 54px;
    --yx_FS60: 48px;
    --yx_FS54: 42px;
    --yx_FS48: 45px;
    --yx_FS45: 42px;
    --yx_FS42: 38px;
    --yx_FS38: 30px;
    --yx_FS36: 28px;
    --yx_FS30: 26px;
    --yx_FS28: 24px;
    --yx_FS24: 22px;
    --yx_FS22: 18px;
    --yx_FS18: 16px;
    --yx_FS16: 14px;
  }
}
@media only screen and (max-width:1366px){
  :root {
    --yx_FS72: 42px;
    --yx_FS60: 45px;
    --yx_FS54: 42px;
    --yx_FS48: 45px;
    --yx_FS45: 38px;
    --yx_FS42: 36px;
    --yx_FS38: 28px;
    --yx_FS36: 26px;
    --yx_FS30: 24px;
    --yx_FS28: 22px;
    --yx_FS24: 20px;
    --yx_FS22: 16px;
    --yx_FS18:16px;
    --yx_FS16:14px;
    --yx_FS14:12px;
  }
}
@media only screen and (min-width:1025px) {
  .yx_List4 {
    display: block;
    width: calc((100% - (var(--yx_FS22)*3)) / 4) !important;
    margin-right: var(--yx_FS22) !important;
    margin-bottom: var(--yx_FS22) !important;
  }
  .yx_List4:nth-child(4n) {
    margin-right: 0 !important;
  }
  .yx_List3 {
    display: block;
    width: calc((100% - (var(--yx_FS54)*2)) / 3) !important;
    margin-right: var(--yx_FS54) !important;
    margin-bottom: var(--yx_FS54) !important;
  }
  .yx_List3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p_problemCategory{
    display:none ;
  }
}
/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px){
  .yx_List4 {
    display: block;
    width: calc((100% - (var(--yx_FS24)*2)) / 3) !important;
    margin-right: var(--yx_FS24) !important;
    margin-bottom: var(--yx_FS24) !important;
  }
  .yx_List4:nth-child(3n) {
    margin-right: 0 !important;
  }
  .yx_List3 {
    display: block;
    width: calc((100% - (var(--yx_FS30)*2)) / 3) !important;
    margin-right: var(--yx_FS30) !important;
    margin-bottom: var(--yx_FS30) !important;
  }
  .yx_List3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p_problemCategory{
    display:none ;
  }
}
/*phone*/
@media only screen and (max-width:768px) {
  .p_problemCategory{
    display:block ;
  }
  .p_problemCategory .btn-primary{
    margin:6px 0;
    background:var(--yx_Color);
    color:#fff;
    text-align:center;
    border-radius:0px;
    width:100%;
    border-color:var(--yx_Color);
  }
  .yx_PageNav_Box{
    display:none !important;
  }
  :root {
    --yx_FS72: 36px;
    --yx_FS60: 42px;
    --yx_FS54: 38px;
    --yx_FS48: 32px;
    --yx_FS42: 28px;
    --yx_FS30: 20px;
  }
  .yx_List3 {
    display: block;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 18px !important;
  }
  .yx_List4 {
    display: block;
    width: calc((100% - 10px) / 2) !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  .yx_List4:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/*end*/

.yx_Bottom *{
  color:rgba(255,255,255,0.5);
  font-size:var(--yx_FS14);
}

@media only screen and (max-width:768px){
  .yx_Bottom > div{
    text-align:center !important;
  }
  .yx_Bottom{
    justify-content:center !important;
  }
}

@keyframes fa_span01_ani
{
  0% {
    width:6px;
  }
  100% {
    width:var(--yx_FS48);
  }
}
@keyframes fa_span02_ani
{
  0% {
    width:var(--yx_FS48);
  }
  100% {
    width:6px;
  }
}
.yx_InLine p span{
  display:inline-block;
  margin:0 6px 0 0;
  height:6px;
  border-radius:6px;
  margin-top:14px;
}
.yx_InLine p span:nth-child(1){
  width:6px;
  background:var(--yx_Color);
  animation:fa_span01_ani 1.2s linear infinite alternate;
}
.yx_InLine p span:nth-child(2){
  width:var(--yx_FS48);
  background:var(--yx_Color);
  animation:fa_span02_ani 1.2s linear infinite alternate;
}
.yx_Num{
  width:72px;
  height:72px;
  border-radius:50%;
  background:rgba(194,48,28,0.2);
  border-radius:50%;
  position:relative;
}
.yx_Num:before{
  content:'';
  width:60%;
  height:60%;
  background: linear-gradient(0deg,#f62e40,#c2301c); 
  position:absolute;
  top:50%;
  border-radius:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.yx_Num span{
  font-size:var(--yx_FS16);
  font-weight:bold;
  color:#fff;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:2;
}
.yx_INB_List dt{
  font-size:var(--yx_FS16);
  font-weight:bold;
  color:#282828;
  margin-bottom:6px;
}
.yx_INB_List dd{
  font-size:var(--yx_FS14);
  color:#999999;
  line-height:180%;
  margin-bottom:0;
}
.yx_INB_List{
  align-items:center;
  justify-content:space-between;
  width:100%;
}
.yx_InNumCon{
  width:50%;
}
.yx_INB_List dl{
  width:calc(94% - 72px);
  margin-bottom:0px;
}
.yx_InNumBox .yx_Line{
  width:2px;
  height:var(--yx_FS18);
  background:var(--yx_Color);
  margin:var(--yx_FS18) calc((72px - 2px)/2);
}
@media only screen and (max-width:1024px){
  .yx_InNumBox .yx_Line{
    margin:var(--yx_FS18) calc((60px - 2px)/2);
  }
  .yx_Num{
    width:60px;
    height:60px;
  }
  .yx_INB_List dl{
    width:calc(94% - 60px);
  }
}

.yx_IMoreTwo::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 30%;
  transition: all 0.6s;
  border-radius: 0 6px 6px 0px;
  top: 0;
  transform: skewX(-30deg);
  display: block;
  background: var(--yx_Color);
}
.yx_IMoreTwo span {
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.yx_IMoreTwo {
  position: relative;
  z-index: 2;
  transition: all 0.6s;
  font-size: var(--yx_FS14);
  color: #fff;
  line-height: var(--yx_FS54);
  display:inline-block;
  border-radius: 6px 0 0 6px;
  padding: 0 var(--yx_FS18) 0 var(--yx_FS36);
  background: var(--yx_Color);
  margin:var(--yx_FS72) 0 0;
}
.yx_IMoreTwo:hover{
  background:#282828;
}
.yx_IMoreTwo:hover::before{
  background:#282828;
}