*{
  box-sizing: border-box !important;
  word-break:normal !important;
  word-wrap: normal !important;
}
*,p,span,a{
    font-family: 'MiSans','Microsoft JhengHei',sans-serif !important;
}
body,
html {
  overflow-x: hidden !important;
}
:root {
  --yx_FS72: 66px;
  --yx_FS60: 60px;
  --yx_FS48: 46px;
  --yx_FS40: 40px;
  --yx_FS36: 36px;
  --yx_FS30: 30px;
  --yx_FS24: 24px;
  --yx_FS20: 20px;
  --yx_FS18: 18px;
  --yx_FS16: 16px;
  --yx_FS14: 14px;
  --yx_Color: #9a7d4f;
  --yx_CTwo:#b7965c;
  --yx_Grad: linear-gradient(120deg, #9a7d4f, #bd995e);
}
h1,h1 span{
  font-size: var(--yx_FS72) !important;
}
h2,h2 span{
  font-size:var(--yx_FS48) !important;
}
h3,h3 span {
  font-size: var(--yx_FS36) !important;
}
h4,h4 span {
  font-size: var(--yx_FS24) !important;
}
h5,h5 span {
  font-size: var(--yx_FS18) !important;
}
h6,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{
  color: #2a2a2a;
  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:1620px;
  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*/

.yx_PageNav a{
  display:inline-block;
  position:relative;
  padding:10px var(--yx_FS36);
  border:1px solid #e1e0e0;
  font-size:14px;
  color:#58595b;
  margin:0 var(--yx_FS18);
  transition:all 0.6s;
}
.yx_PageNav a img{
  width:22px;
  position:absolute;
  height:22px;
  left:50%;
  transform:translateX(-50%);
  top:50%;
  opacity:0;
  object-fit:contain;
  transition:all 0.6s;
}
.yx_PageNav a:hover{
  background:#58595b;
  color:#fff;
}
.yx_PageNav a:hover img{
  top:-80%;
  opacity:1;
}


@media only screen and (max-width:1440px){
  :root {
    --yx_FS72: 56px;
    --yx_FS60: 48px;
    --yx_FS48: 38px;
    --yx_FS40: 32px;
    --yx_FS20: 18px;
    --yx_FS36: 30px;
    --yx_FS30: 26px;
  }
}
@media only screen and (max-width:1366px){
  :root {
    --yx_FS72:48px;
    --yx_FS40: 32px;
    --yx_FS20: 18px;
    --yx_FS36: 26px;
    --yx_FS24: 20px;
    --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_FS18)*3)) / 4) !important;
    margin-right: var(--yx_FS18) !important;
    margin-bottom: var(--yx_FS18) !important;
  }
  .yx_List4:nth-child(4n) {
    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 ;
  }
}
/*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 ;
    margin-bottom:12px;
  }
  .p_btn-hide{
    background:var(--yx_CTwo);
  }
  .p_problemCategory .p_image{
    display:none !important;
  }
  .p_problemCategory .btn-primary{
    margin:0;
    background:#e60012;
    color:#fff;
    text-align:center;
    border-radius:0px;
    width:100%;
    padding:10px 0;
    font-size:0px;
    border-color:#e60012;
  }
  .p_problemCategory .btn-primary:before{
    content:'ç‚¹å‡»æŸ¥çœ‹å…¨éƒ¨åˆ†ç±»';
    font-size:12px;
    color:#fff;
  }
  .p_categoryBox .p_linkBox.click,.mouse_bac:hover{
    background:#fafafa;
    color:#e60012;
  }
  .p_categoryBox .p_linkBox.click .color_assist, .p_categoryBox .p_linkBox.click a{
    color:#e60012;
  }
  .p_problemCategory .p_title{
    padding:14px 0;
  }
  .p_problemCategory .p_linkBox{
    padding:5px 16px;
    border-bottom:1px solid #eee;
  }
  .p_problemCategory .btn-primary .iconfont{
    font-size:12px;
  }
  .yx_PageNav_Box{
    display:none !important;
  }
  .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;
  }
  :root {
    --yx_FS72:30px;
    --yx_FS60: 32px;
    --yx_FS48: 28px;
    --yx_FS40: 26px;
    --yx_FS20: 16px;
    --yx_FS36: 26px;
    --yx_FS30: 24px;
    --yx_FS24:18px;
    --yx_FS18:16px;
    --yx_FS16:14px;
    --yx_FS14:12px;
  }
}
/*end*/
/*å†…é¡µåˆ†ç±»*/
.yx_PageNav_Box{
  position:relative;
  z-index:9;
}
.yx_PageNav_Box .yx_PageNav .yx_PYj{
  display:inline-block;
  padding:0 var(--yx_FS16);
  font-size:var(--yx_FS16);
  color:#333;
  line-height:60px;
  position:relative;
  transition:all 0.6s;
}
.yx_PageNav_Box .yx_PYjBox{
  position:relative;
  margin-left:var(--yx_FS14);
}
.yx_PageNav_Box  .yx_PEjBox{
  position:absolute;
  background:#eee;
  width:100%;
  transition:all 0.6s;
  height:0px;
  overflow:hidden;
}
.yx_PageNav_Box  .yx_PEjBox a:hover{
  color:#fff;
  background:var(--yx_CTwo);
}
.yx_PageNav_Box  .yx_PEjBox a{
  display:block;
  line-height:var(--yx_FS42);
  font-size:var(--yx_FS14);
  color:#4a4a4a;
  text-align:center;
}
.yx_PageNav_Box .yx_PageNav .yx_PYj:before{
  content:'';
  display:block;
  width:0px;
  height:2px;
  background:#e60012;
  transition:all 0.6s;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
}
.yx_PageNav_Box .yx_PYjBox:hover .yx_PEjBox{
  height:auto;
}
.yx_PageNav_Box .yx_PageNav .yx_PYjBox:hover .yx_PYj:before{
  width:100%;
}
.yx_PageNav_Box .yx_PageNav .yx_PYjBox:hover .yx_PYj{
  color:#e60012;
}
.yx_PageNav_Box .yx_Click{
  background: #58595b !important;
}
.yx_PageNav_Box .yx_Click img{
  top: -80% !important;
  opacity: 1 !important;
}
.yx_PageNav_Box .yx_Click:before{
  width:100% !important;
}
.yx_PageNav_Box .yx_Click{
  color:#fff !important;
}
/*ç»“æŸ*/
@keyframes yx_ZoomOut {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes w1 {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
@keyframes w2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}


.yx_NavTwoBtn {
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.yx_NavTwoBtn .yx_NavTwo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022090915142134917/cms/image/73abbac4-ef5e-4b27-8c48-f6a75c44f8c4.jpg) center center;
    z-index: 4;
    transform: translateX(-100%);
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background-size: cover;
}

.yx_NavTwoBtn .yx_NTC_Left {
    width: 100%;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 60vh !important;
    opacity: 0.3;
}

.yx_NavTwoBtn .erdong.yx_NavTwoBtn:after {
    border-color: transparent !important;
    background: #e60012 !important;
}

.yx_NavTwoBtn .yx_NTCN_EjBox {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 40vw;
    display: flex;
    flex-wrap: wrap;
}

.yx_NavTwoBtn .yx_NTC_Right {
    width: 90%;
    max-width: 1520px;
    position: absolute;
    left: 50%;
    top: 35%;
    z-index: 99;
    transform: translate(-50%,-50%);
}

.yx_NavTwoBtn .yx_NTCN_Yj {
    transform: translateY(150px);
    transition: all 0.6s;
    opacity: 0;
}

.yx_NavTwoBtn .yx_NTCN_Yj_Tit {
    font-size: var(--yx_FS36);
    padding: var(--yx_FS18) 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    font-weight: normal;
}

.yx_NavTwoBtn .yx_NTCN_Yj_Tit > span {
    font-size: 16px;
    margin: 0 var(--yx_FS30) 3px 0;
    color: rgba(0,0,0,0.5);
}

.yx_NavTwoBtn .yx_NTCN_Yj {
    color: #3c3c3c;
    font-weight: bold !important;
}

.yx_NavTwoBtn .lin {
    width: 0;
    height: 1px;
    background: #3c3c3c;
    left: 24px;
    margin-left: 36px;
    transition: all 0.6s;
}

.yx_NavTwoBtn .yx_NTCN_Yj_Tit:hover .lin {
    width: 54px;
    transition: all 0.6s;
}

.yx_NavTwoBtn .yx_NTCN_Yj:hover .yx_NTCN_Ej {
    opacity: 1;
    transform: translateY(0px);
    transiiton: all 0.6s;
}

.yx_NavTwoBtn .yx_NTCN_Yj:hover {
    position: relative;
    z-index: 9999999999999;
}

.yx_NavTwoBtn a:hover {
    color: #3c3c3c;
    padding-left: 3%;
    transition: all 0.6s;
}

.yx_NavTwoBtn .yx_NTCN_Ej {
    display: block;
    width: 50%;
    font-size: var(--yx_FS30);
    color: rgba(255,255,255,1);
    line-height: 240%;
    opacity: 0;
    font-weight: normal;
    transform: translateY(150px);
    transition: all 0.6s;
}

.yx_NavTwoBtn .yx_NTB {
    width: 18px;
    height: 12px;
    cursor: pointer;
    position: relative;
}

.yx_NavTwoBtn .yx_NTB > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.6s;
}

.yx_NavTwoBtn .yx_NTB_Cen {
    top: 50%;
    right: 0;
    left: auto !important;
    transform: translateY(-50%);
}

.yx_NavTwoBtn .yx_NTB_Bot {
    bottom: 0;
}

.yx_VisibleBtn {
    background: #3c3c3c !important;
}

.yx_NTBtn {
    position: fixed;
    top: var(--yx_FS30);
    right: calc(3% + 10px);
    width: var(--yx_FS48);
    border-radius: 50%;
    background: #e60012;
    height: var(--yx_FS48);
    color: #fff;
    z-index: 9999;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: Center;
}

.yx_Visible {
    transform: translateX(0%) !important;
}

.yx_Visible .yx_NTCN_Yj {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    line-height: 100%;
}

.yx_VisibleBtn .yx_NTB .yx_NTB_Bot {
    transform: rotate(-45deg);
    bottom: 5px;
}

.yx_VisibleBtn .yx_NTB .yx_NTB_Top {
    transform: rotate(45deg);
    top: 5px;
}

.yx_VisibleBtn .yx_NTB .yx_NTB_Cen {
    transform: translate(-100px,-50%);
    opacity: 0;
}

.yx_VisibleBtn p {
    opacity: 0;
}

@media only screen and (max-width: 1440px) {
    .yx_NavTwoBtn .yx_NTCN_Yj_Tit {
        font-size:24px;
    }

    .yx_NavTwoBtn .yx_NTB {
        /* width:36px; margin-right:1vw;*/
    }

    .yx_NavTwoBtn .yx_NTB span {
        /* width:30px;*/
    }

    .yx_NavTwoBtn .yx_NavTwoBtn p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .yx_NavTwoBtn .yx_NavTwoBtn {
        display:none;
    }

    .yx_NavTwoBtn .yx_NavTwo {
        display: none;
    }
}
