@charset "utf-8"; /* CSS Document */ a:hover { color: var(--main-color); text-decoration: none; } a:focus { color: var(--main-color); text-decoration: underline; } :root { --border: #eee solid 1px; --wrapper: 1620px; --main-color: #0193de; --main2-color: #0193de; --main3-color:#0193de; --linearX: linear-gradient(#481c87, #8cbc61); --linearY: linear-gradient(90deg, #481c87, #009944); --listbg: #f4f8fa; --tit-color: #2a2a29; --sum-color: #7d7772; } .swiper-slide.p_rollSlide { padding: 0 100px 50px; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 18px; line-height: 1; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 60px; height: 60px; background: var(--main-color); color: #fff; border-radius: 40px; z-index: 1001; cursor: pointer; display: flex; align-items: center; justify-content: center; } .swiper-pagination-bullet-active { opacity: 1; background: var(--main-color); } input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color : #cccccc } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color : #cccccc; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color : #cccccc; } input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color : #cccccc; } input::-ms-input-placeholder { /* Microsoft Edge */ color : #cccccc; } .btn-primary { color: #fff; background-color: var(--main-color); border-color: var(--main-color); } :root { --padding: 80px 10px; --margin: 90px auto; --m80: 80px 0; --m50: 50px 0; --f80: 80px; --f70: 70px; --f60: 60px; --f50: 50px; --f48: 48px; --f40: 40px; --f36: 36px; --f30: 30px; --f28: 28px; --f26: 26px; --f24: 24px; --f22: 22px; --f20: 20px; --f18: 18px; } .btn-primary { color: #fff; background-color: var(--main-color); border-color: var(--main-color); } @media only screen and (max-width: 1400px) and (min-width: 1200px){ } @media only screen and (max-width: 1200px) and (min-width: 768px){ } @media screen and (max-width:768px){ } @media screen and (min-width:768px){ }