* {
  box-sizing: border-box !important;
  word-break:normal !important;
  word-wrap: normal !important;
}
body,
html {
  overflow-x: hidden !important;
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before{
 box-shadow:none!important;
}
/*导航样式*/
#c_static_001-1642049907718{
  transition:all 0.5s;
}
.yx_Fixed{
  background: #fff !important;
  box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.yx_Fixed .e_navigationA-5 .p_level1Item a{
  color: #333 !important;
}
.yx_Fixed .e_form-10{
  background:#f7f7f7 !important;
}
.yx_Fixed .e_input-8 .s_form-control{
  background:transparent !important;
}

/*结束*/
::-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_Color);
}
/*Font_Css*/
@font-face {
  font-family: 'yx_iconfont';
  src: url('//at.alicdn.com/t/font_2650718_vxcztyrc3m.woff2?t=1638898957793') format('woff2'),
    url('//at.alicdn.com/t/font_2650718_vxcztyrc3m.woff?t=1638898957793') format('woff'),
    url('//at.alicdn.com/t/font_2650718_vxcztyrc3m.ttf?t=1638898957793') format('truetype');
}
.yx_iconfont{
  font-family: 'yx_iconfont' !important;
}
:root {
  --yx_F36:32px;
  --yx_F34:30px;
  --yx_F30:30px;
  --yx_F24:24px;
  --yx_F20:20px;
  --yx_F18:18px;
  --yx_F16:16px;
  --yx_Color: #0555b6;
}
/*end*/
a:active,
a:hover,
a:focus,
a:visited{
  outline: none !important;
  text-decoration: none;
}
a {
  cursor: pointer;
}
i {
  font-style: normal;
}
/*面包屑*/
.p_breadcrumbItem .p_icon{
 color:var(--yx_Color);
}
.p_breadcrumbItem .p_title{
 color:#666;
}
.p_breadcrumbItem span{
 color:#666;
}
/*页码*/
.page_a.current {
    background: var(--yx_Color);
    color: #fff;
}
/*General Style*/
h1, h1 *{
  font-size:var(--yx_F36) !important;
  font-weight:bold;
}
h2, h2 *{
  font-size:var(--yx_F34) !important;
  margin-bottom:0;
}
h3, h3 *{
  font-size:var(--yx_F30) !important;
}
h4,h4 *{
  font-size:var(--yx_F24) !important;
}
h5, h5 *{
  font-size:var(--yx_F20) !important;
}
h6, h6 *{
  font-size:var(--yx_F16) !important;
}
.s_templatesum{
	font-size:var(--yx_F16) !important;
}
/*end*/
/*media*/
@media only screen and (max-width:1440px) and (min-width:1025px){
  :root {
    --yx_F34:30px;
    --yx_F36:32px;
    --yx_F30:28px;
    --yx_F24:22px;
    --yx_F20:20px;
    --yx_F18:18px;
    --yx_F16:16px;
  }
}
/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px){
  :root {
    --yx_F34:26px;
    --yx_F36:28px;
    --yx_F30:24px;
    --yx_F24:20px;
    --yx_F20:18px;
    --yx_F18:16px;
    --yx_F16:14px;
  }
}
/*phone*/
@media only screen and (max-width:768px) {
  :root {
    --yx_F34:22px;
    --yx_F36:24px;
    --yx_F30:20px;
    --yx_F24:18px;
    --yx_F20:16px;
    --yx_F18:16px;
    --yx_F16:14px;
  }
}
/*end*/
/*分类高亮*/
.s_button5.yx_Click{
  color:var(--yx_Color)!important;
}
.s_button5.yx_Click:after{
 width:100%!important;
}
@media only screen and (min-width: 769px){
  .wy_Pchide{
   display:none;
  }
  .wy_Mohide{
   display:block;
  }
}
@media only screen and (max-width: 768px){
  .wy_Pchide{
   display:block;
  }
  .wy_Mohide{
   display:none;
  }
  .wy_CateList{
    position: fixed!important;
    left: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
  .wy_CateList .s_button5{
    width: 100%!important;
    margin: 0!important;
    max-width: 100%!important;
    text-align: left!important;
    padding: 0 20px!important;
  }
}
.wy_Cate{
 width:100%;
 height:45px;
 line-height:45px;
 text-align:center;
 font-size:14px;
 color:#fff;
 background:var(--yx_Color);
}
.wy_backBtn {
    background: #f5f5f5;
    text-align: right;
    padding: 6px 14px;
    color: #000;
    font-size: 24px;
}
/*end*/