@charset "UTF-8"; :root { --theme-color:#d81416; } * { word-break: break-word; font-family: '鑻规柟' !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(--theme-color); } /*鍥剧墖灞呬腑瀹氫綅*/ .L_img{ overflow: hidden; display-radio: 1; position: relative; height: 0; padding-bottom: 60%; } .L_img img{ width: 100%; min-height:100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all .5s ease; } .p_list>div:hover .L_img img{ transform: translate(-50%,-50%) scale(1.05); } /*缈婚〉*/ body .page_a { border: none; font-size: 18px; color: #333; font-weight: 700; width: 32px; height: auto; line-height: 32px; vertical-align: middle; } body .page_prev , body .page_next { font-size: 32px; font-family: '瀹嬩綋' !important; font-weight: normal; vertical-align: middle; } body .page_a:hover, body .page_a.current { background: var(--theme-color); border-radius: 0; border: none; color:#fff; } body .page_a.disabled { background: transparent; border: none; cursor: no-drop; } .yx_BN_Img.yx_Pc_Img img { max-width: 100%; } .yx_BN_Img.yx_Pc_Img:nth-of-type(2) { display: none; } @media screen and (max-width:768px){ .yx_BN_Img.yx_Pc_Img:nth-of-type(1) { display: none; } .yx_BN_Img.yx_Pc_Img:nth-of-type(2) { display: block; } body .page_a { border: none; font-size: 16px; color: #333; font-weight: 700; width: 24px; height: auto; line-height: 24px; vertical-align: middle; } body .page_prev, body .page_next { font-size: 24px; font-weight: 500; } } /*鎼滅储杈撳叆妗?/ .s_form_layout1 .s_input:focus, .s_form_layout1 .e_label .p_labelItem label:hover, .s_form_layout1 .e_address .cascader-wrap:not(.is-disabled):hover .zd-input__inner, .s_form_layout1 .e_uploadImg .p_uploadBtn:hover { background: transparent; outline: 0; box-shadow: none; border: 1px solid #9fceff; color: #666666; } /*swiper*/ .swiper { overflow: hidden; }