@charset "utf-8"; @font-face { font-family: "DINAlternate-bold"; src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023022820402934489/cms/file/602cb49d-94db-4b95-9f16-ad0635fd1e45.ttf); } @font-face { font-family: "SourceHanSansCN-Medium"; src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023022820402934489/cms/file/736e08da-5678-4352-82dd-54c79ced911f.otf); } .sy_mb{ font-family: "SourceHanSansCN-Medium"; } /* scrollbar css */ /* width */ ::-webkit-scrollbar { width: 5px; } /* Track */ ::-webkit-scrollbar-track { background: #d7d7d7; border-radius: 6px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #888; border-radius: 6px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: var(--main-color); } :root { --main-color: #f4bb41; --main-colorT: #10398b; } body{ overflow-x:hidden; } .wy_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; } .wy_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; } .wy_flexJbetween { -webkit-box-pack: justify; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; } .wy_flexJend { -webkit-box-pack: end; -moz-justify-content: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end; } .wy_flexJcenter { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } .wy_flexAend { -webkit-align-items: flex-end; align-items: flex-end; } .wy_flexAcenter { -webkit-box-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center; } /*鍙鍖哄煙*/ .w1440 { width: 75%; margin: 0 auto; } .w1680{ width:87.5%; margin:0 0 0 auto; } @media screen and (max-width: 1600px){ .w1440 { width: 80%; } .w1680{ width:90%; } } @media screen and (max-width: 1200px){ .w1440 { width: 90%; } .w1680{ width:90%; margin:0 auto; } } /*棣栭〉鎸夐挳*/ .yn_more{ display:block; width:175px; height:57px; border-radius:29px; background:#fff; box-shadow:3px 0px 30px rgba(0,0,0,.06); position:relative; color:#333; line-height:57px; text-align:center; padding-left:50px; padding-right:30px; transition:all .6s; overflow:hidden; } .yn_more:before{ content:"+"; position:absolute; top:10px; left:14px; width:39px; height:39px; border-radius:50%; text-align:center; line-height:32px; background:var(--main-colorT); font-size:32px; color:#fff; transition:all .6s; } .yn_more:hover{ background:var(--main-colorT); color:#fff; padding-left:30px; } .yn_more:hover:before{ left:-100%; } /*闈㈠寘灞?/ .yoko_bread .p_breadcrumbItem *{ color:#666; } .yoko_bread .p_breadcrumbItem:not(:first-child){ padding:0 3px 0 45px!important; } .yoko_bread .p_breadcrumbItem:not(:first-child)::before{ content:"/"!important; color:#ccc!important; position:absolute; left:20px!important; } /*椤电爜*/ .page_con{ display:flex; align-items:center; justify-content:center; } .page_num,.page_a{ width:38px; height:38px; line-height:38px; border:1px solid #d4d4d4; border-radius:50%!important; font-size:16px!important; color:#333; } .page_a.current{ background:var(--main-color); } .page_prev,.page_next{ width:100px; height:38px; line-height:38px; border-radius:24px!important; font-size:16px!important; color:#333; } .page_a.disabled{ border-radius:24px; } .page_a:hover{ color:#fff; border-color:var(--main-color); background-color: var(--main-color); } .page_a.current:hover{ color:#fff; border-color:var(--main-color); background-color: var(--main-color); } @media screen and (max-width: 768px){ .yn_more{ height: 50px; line-height: 50px; width: 150px;font-size: 14px; } .yn_more:before{ width: 31px; height: 31px;font-size: 26px; line-height: 24px; } }