@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: #ca1013;
  --main2-color: #ca1013;
  --main3-color:#ca1013;
  --linearX: linear-gradient(#ca1013, #8cbc61);
  --linearY: linear-gradient(90deg, #1d933b, #009944);
  --listbg: #f4f8fa;
  --tit-color: #2a2a29;
  --sum-color: #7d7772;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--main-color);
}
.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: rgba(0,0,0,0.2);
    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){
 .swiper-slide.p_rollSlide {
     padding: 0 ;
}
  .swiper-button-next, .swiper-button-prev {
    display: none;
}
}

@media screen and (min-width:768px){


}