/* 0_Reset
-------------------------------------------------------------------*/
*{margin:0;padding:0;} 
ol, ul{list-style:none;} a img{border:none;}
body{
	line-height:normal;
	color:#333;
}
img{
	width: 100%;
}

#loading{
	display:block;
	background:url(../img/loading_sp.jpg) repeat-x center top;
	background-size:cover;
}
.load_main{
	position:relative;
	background:url(../img/loading_sp.jpg) no-repeat center top;
	background-size:cover;
}
.load_main img.wechat{
	position:absolute;
	left:50%;
	top:16%;
	margin-left:-11%;
	width:22%;
}
.load_text{
	position:absolute;
	left:0px;
	bottom:13%;
	width:100%;
	font-size:1.6em;
	color:#ff0000;
	text-align:center;
}
.load_text #loading_text{
	font-size:1.3em;
}
.load_line{
	position:absolute;
	left:50%;
	bottom:10%;
	margin-left:-33%;
	width:66%;
	height:6px;
	background:#000;
}
.load_line span{
	display:block;
	text-indent:-9999px;
	width:0px;
	height:6px;
	background:#ff0000;
}
#wapper{
	display:block;
}
#header{
    position: relative;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;    height: 71px;
  z-index: 103;
  background-repeat: repeat-x;
  background-color: rgb(39, 95, 146);
}
.mobile-header .mobile-header-inner {
  display: table;
  width: 100%;
  /* padding: 0.5em 0; */
}


.mobile-header .mobile-menu-toggle {
  display: table-cell;
  vertical-align: middle;
}

.mobile-header .logo {
    position: absolute;
    width: 30%;
    z-index: 104;
    left: 19%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
  }
  .mobile-header .logo a{
  display: block;
  }
  .mobile-header .mobile-menu-toggle {
    position: absolute;
  top: 15px;
  right: 8px;
  width: 47px;
  height: 35px;
  display: block;
}

#toggle-nav {
  padding: 3px 5px;
  position: absolute;
  z-index: 9999;
  width: 17px;
  height: 17px;
  background: transparent;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  left: 50%;top: 50%;
  transform: translate(-50%, -50%)
}

#toggle-nav > span {
  background: #fff;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

#toggle-nav .top-line {
  top: 0;
}

#toggle-nav .middle-line {
  top: 50%;
  margin-top: -1px;
}

#toggle-nav .bottom-line {
  bottom: 0;
}

#toggle-nav.active .top-line {
  top: 50%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

#toggle-nav.active .middle-line {
  opacity: 0;
}

#toggle-nav.active .bottom-line {
  top: 50%;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.mobile-navigation {
	display: none;
	position: fixed;
	z-index: 100;
    left: 0;
	-webkit-overflow-scrolling: touch;
}
.mobile-nav-content{
	background-color: rgb(1,35,106,0.8);
}
.mobile-navigation ul li {
  position: relative;
  z-index: 10;
}

.mobile-navigation ul li span.arrow_carrot-right{
	position: absolute;
    right: 4%; top: 50%;
    transform: translateY(-50%);
    font-size: 2em;    color: #fff;
}


.mobile-navigation ul li .sub-menu {
  display: none;
  padding-left: 20px;
}


.mobile-navigation ul li .sub-menu li{
  width: 49%; float: left;
}
.mobile-navigation ul li .sub-menu li a{
  border-bottom: 0px none;font-size: 12px;color: #616161
}


.mobile-navigation ul li.dropdown-open .expander > i{
  -webkit-transform: rotateZ(180deg) translate3d(-2px,0px,0) ;
          transform: rotateZ(180deg) translate3d(-2px,0px,0);
}

.mobile-navigation .expander {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: right;
  color: #000
}

.mobile-navigation .expander i{
  display: inline-block;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}


.mobile-navigation a {
  font-size: 16px;
  /*border-bottom: 1px solid #efefef;*/
  color: #fff;
  padding: 10px 20px;
  display: block;
  position: relative;
  line-height: 18px;
  text-decoration: none;
}


.kv,
.details,
.color_selection,
.download,
.specifications,
.event,
.jd,
footer{
	position: relative;
	margin: auto;
	width: 100%;
}
.kv{ margin-top:51px  }
.kv img,
.details img,
.color_selection img,
.download img,
.specifications img,
.event img,
.jd img{
	width: 100%
}


footer{
	padding: 0.5em 0;
	color: #fff;
	text-align: center;
}
footer address{
	color: #000;
	text-align: center;
    font-style: normal;font-size: 12px;
}
footer address a.link{
	color: #000;text-decoration: none;
}

.kv{position: relative;font-size: 0;}
.kv_price{
	position: absolute;
    left: 5%; top: 51%;
    opacity: 0;
    transform: scale(2);
    width: 31% !important;
}
.kv_tmax{
    position: absolute;
    left: 5%; top: 19%;
    opacity: 0;
    transform: scale(2);
    width: 30% !important;
}


@keyframes kvShow {
	0% {
		opacity: 0;  transform: scale(2);
	}

	100% {
		opacity: 1;  transform: scale(1);
	}
}

.kv.is_shown .kv_tmax{
	-webkit-animation-name: kvShow;
	animation-name: kvShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.kv.is_shown .kv_price{
	-webkit-animation-name: kvShow;
	animation-name: kvShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}


.color_selection{
	position: relative;font-size: 0;
}

.color_selection_content_1{
	position: absolute;
    left: 30.4%; top: 24.4%;
    width: 39%;
    opacity: 0;
}
.color_selection_content_2{
	position: absolute;
    left: 30.4%; top: 58.6%;
    width: 39%;
    opacity: 0;
}



.color_selection_content_1 img,
.color_selection_content_2 img{
}

.color_selection_content img{
}

.details .image{
	display: block;
	position: absolute;
	transform: skewX(-30deg);
    width: 31%;
    opacity: 0;
}
.details .image .mask{
	display: block;
	position: absolute;
    left: 0;  top: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;height: 100%;
	transition: all 0.25s;
}
.details .image.selected .mask{
	opacity: 0;
}
.details .text{
	position: absolute;
	left: 0;top: 73.6%;
	opacity: 0;
}
.details .image:nth-of-type(1){
    left: 18%;
    top: 24%;
}
.details .image:nth-of-type(2){
	top: 24%;
    left: 51%;
}
.details .image:nth-of-type(3){
	left: 18%;    top: 41%;
}
.details .image:nth-of-type(4){
	left: 51%;    top: 41%;
}
.details .image:nth-of-type(5){
    left: 25%;
    top: 58%;
}

.details.is_shown .text{
	-webkit-animation-name: detailsShow;
	animation-name: detailsShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}
.details.is_shown .image:nth-of-type(1){
	-webkit-animation-name: detailsShow;
	animation-name: detailsShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.details.is_shown .image:nth-of-type(2){
	-webkit-animation-name: detailsShow;
	animation-name: detailsShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.details.is_shown .image:nth-of-type(3){
	-webkit-animation-name: detailsShow;
	animation-name: detailsShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.details.is_shown .image:nth-of-type(4){
	-webkit-animation-name: detailsShow;
	animation-name: detailsShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.details.is_shown .image:nth-of-type(5){
	-webkit-animation-name: detailsShow;
	animation-name: detailsShow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}


.details_2 .text{
	top: 73%;
}
.details_2 .image:nth-of-type(1){
    top: 26%;
}
.details_2 .image:nth-of-type(2){
	top: 26%;
}
.details_2 .image:nth-of-type(3){
	top: 42%;
}
.details_2 .image:nth-of-type(4){
	top: 42%;
}
.details_2 .image:nth-of-type(5){
    top: 58%;
}

.details_3 .text{
	top: 64.5%;
}
.details_3 .image:nth-of-type(1){
    top: 30%;
}
.details_3 .image:nth-of-type(2){
	top: 30%;
}
.details_3 .image:nth-of-type(3){
	top: 47%;
}
.details_3 .image:nth-of-type(4){
	top: 47%;
}

.details_4 .text{
	top: 69%;
}
.details_4 .image:nth-of-type(1){
    top: 32%;
}
.details_4 .image:nth-of-type(2){
	top: 32%;
}
.details_4 .image:nth-of-type(3){
	top: 51%;
}
.details_4 .image:nth-of-type(4){
	top: 51%;
}
@keyframes detailsShow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


.download{
}
.download ul{
	position: absolute;
	left: 50%; top: 34%;
	transform: translateX(-50%);
	width: 92%;
}
.download ul li{
	display: inline-block;
	width: 49%
}
.download ul li:nth-of-type(1){
	margin-right: 1%;
}
.download ul li a{
	display: inline-block;
	font-size: 0;
	text-align: center;
}
.download ul li img{
	width: 100%;
}
.download ul li .download_picture{
	width: 97.5%;opacity: 0;
}
.download ul li .download_picture_btn{
    width: 59%;
    margin-top:7%
}
.download #slides ul{
	z-index:999;
	position:absolute;
	left:0px; bottom:2em;
	width:100%;
	text-align:center;
	transform: none;
}
.download #slides ul li{
	float:none;
	display:inline-block;
	margin-left: 5px;
	width: 12px;
}
.download #slides ul li a{
	display:block;
	 height: 10px; width: 10px; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -9999px; background:#FFF; border-radius:6px;
}
.download #slides ul li a.active{background-color: #ccc;}


.specifications{
	overflow: hidden;
}

.specifications .picture{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%, -45%);
	width: 89%;
}
.specifications .picture img{opacity: 0}

.event .image{
	position: absolute;
    left: 16%;  top: 28%;
    width: 67%;
	cursor: pointer;
}

.jd a{
	position: absolute;
    top: 21%;  left: 31%;
    width: 39%;  height: 34%;
}
#back-to-top{
	display:none;
	position:fixed;
	right:0px;
	bottom:7%;
	width:40px;
	z-index:999;
}
#back-to-top img{
	width:100%;
}

.card-body{
    font-size: 17px;
    background-color: white;
}
.mb-0{
    background-color: white;
}
.h1, .h2, .h3, h1, h2, h3{
    margin: 0;
}
.btn-link:focus, .btn-link:hover{
    text-decoration: none;
}
.btn-style1 {
    background-image: url(../img/blue.png);
}
.btn-style1-active {
    background-image: url(../img/blue_act.png);
}

.btn-style2{
    background-image: url(../img/yellow.png);
}
.btn-style2-active{
    background-image: url(../img/yellow_act.png);
}
.btn-style3{
    background-image: url(../img/black.png);
}
.btn-style3-active{
    background-image: url(../img/black_act.png);
}
.btn-style4{
    background-image: url(../img/green.png);
}
.btn-style4-active{
    background-image: url(../img/green_act.png);
}
.btn-style5{
    background-image: url(../img/gray.png);
}
.btn-style5-active{
    background-image: url(../img/gray_act.png);
}
.btn-style6{
    background-image: url(../img/white.png);
}
.btn-style6-active{
    background-image: url(../img/white_act.png);
}
.details_point>p{
    margin-top: 10px;
    font-size: 18px;
    padding: 0 10%;
}
.details_point>p>span{
    font-size: 18px;
    font-weight: bolder;
}
.card-body{
    padding: 1% 10%;
}
.text-left{
    padding: 0;
}
.details_pointshow{
    display: flex;
    align-items: center;
    padding: 1% 10%;
}
.details_pointshow>img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: #fff;
}
.design_360{
    background: url(../../img/bg_02.jpg) no-repeat center;
    position: relative;
    height: 400px;
}
.design_360 .target img{
    object-fit: cover;
    height: 400px;
}
.target{
    /* width: 95%;
    margin: 0px auto;
    padding: 10% 0; */
}
.icon_360{
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 5%;
}
.card{
    margin-bottom: 10px;
}
.btn-link{
    color: black;
}
.col-1{
    width: 40%;
    font-weight: bold;
    background-color: #073f72;
    color: #ffffff;
    border-top: 1px solid rgb(241, 241, 241,0.5);
    font-size: 12px;
    padding: 10px;
}

.col-2{
    width: 58%;
    background-color: #7b797d;
    color: #ffffff;
    border-top: 1px solid rgb(241, 241, 241,0.5);
    font-size: 12px;
    padding: 10px;
}

.btn_main{
    width: 95px;
    height: 30px;
    background-size: 100% 100%;
    border: 0;
    border-radius: 27px;
}
.color_choose_box {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 0px;
    padding: 15px 0;
    background-color: rgb(241, 241, 241);
}
.hidden-xs{
    display: block!important;
}
.swiper-button-prev{
    left: 10px;
    top: 48%;
    background-image:url(../img/downloadleft.png)
  }
  .swiper-button-next{
    right: 10px;
    top: 48%;
    background-image:url(../img/downloadright.png)
  }
  :root {
  --swiper-theme-color: rgb(0,0,0,0);
}
.swiper-button-next, .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 45 * 45);
}
.swiper-button-next, .swiper-button-prev{
    background-size: 20px 25px;
}
/* .swiper-button-prev {
    background-image: url(../img/left.png)
  }

  .swiper-button-next {
    background-image: url(../img/right.png)
  } */
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
      content: none;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: none;
  }
.modal-close {
    position: absolute;
    width: 4%;
    margin-top: 2%;
    margin-right: 2%;
    z-index: 1111;
    right: 0;
}

.vedio_part {
    background-image: url(../img/img_standard00.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 0;
    /* margin-bottom: 55px; */
    justify-content: center;
    -webkit-justify-content: center;
    height: 250px;
}

    .btn-link:focus, .btn-link:hover{
        color: black;
    }

    .img_title{
        display: block;
    max-width: 250px;
    margin: 0px auto;
    padding-top: 30px;
}


.color_box{
    max-width: 670px;
    width: 57%;
    /* margin-top: 30px; */
}
.bg-set{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.color_show{
    width: 100%;
    position: relative;
    transition: all 1s;
    text-align: center;
    height: 350px;
}
.colorselectmain{
    height: 100%;
    width: 100%;
}
#color_select{
    position:relative;
  }
.colorimg{
    object-fit: cover;
    height: 350px;
}
.color{
    position: absolute;
    left: 1%;
    top: 30px;
    width: 60px;
}
  .color>div{
    cursor: pointer;
  }
  .color h2{
    position: absolute;
    bottom: 6%;
    left: 5%;
    margin-left: 15%;
    text-align: center;
    font-size: 6.2vw;
    line-height: 10vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .color img {
    width: 100%;
}
  .color_name{
    text-align: center;
    position: absolute;
    left: 70%;
    top: 30%;
}
.color-item{
    position: absolute;
    right: 0;
    bottom: -5%;
}
.color-box{
  position: relative;
}
.download_box{
    background-color: white;
    justify-content: center;
    -webkit-justify-content: center;
    height: 570px;
    background-image: url(../../img/bg-05.jpg);
}
.activity img{
   object-fit: cover;
   height: 350px;
}
.flex-set{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-set div{
    vertical-align: middle;
    text-align: center;
}
.flex-set div img{
    width: 90%;
}
.text_style{
    padding: 20px 15px;
    width: 81.5%;
    padding: 30px 15px;
    background-image: url(../img/detail_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
.text_style .p1{
    color: #FFF;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}
.text_style .p2{
    color: #FFF;
    text-align: left;
    font-size: 12px;
}
.details_show{
    background-image: url(../../img/bg-03.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 410px;
}

.design_show{
    background-image: url(../../img/bg-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    position: relative;
    height: 1050px;
}
.design-text{
    width: 100%;
    padding: 3%;
    /* text-align: center; */
    display: block;
    margin: 0 auto;
    text-align: left;
    margin-top: 40px;
}

.swiper-slide{
    padding: 1%;
}
.download_box .swiper-slide{
    padding: 0;
}
.table_style{
    padding: 1px 5px;
}
.table_style tr{
    text-align: left;
    border: 0px;
    /* border-bottom: 5px solid rgb(241, 241, 241); */
}
/* .table_style tr :first-child{
    width: 40%;
    padding:3px 10px;
    line-height: 25px;

} */

.play {
    background: url(../img/vedio_bg.png) no-repeat center;
    height: 100%;
    float: unset;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vedio_playicon {
    background-image: url(../img/vedio_play.png);
    background-size: 100% 100%;
    background-color: unset;
    border: unset;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.shop{
    text-align: center;
    /* background-image: url(../img/07bg.png); */
    background-color: rgb(0, 28, 42);
    padding: 20px;
}

.mobile-navigation{
    display: none;
    position: fixed;
    top: 71px;
    height: 100%;
    width: 100%;
    background-color: rgb(11,30,47,0.9);
  }
  .mobile-navigation ul li{
    padding: 10px 20px;
    border-bottom: 1px solid rgba(242,242,242,0.15);
  }
  .mobile-navigation ul li a{
    font-weight: normal;
    color:#fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }
  .color_choose_box_c {
    cursor: pointer;
    padding: 5px;
    width: 30%;
}

.color_choose_box_c:last-child {
    margin-right: 0px;
}

.details_select{
    font-weight: bold;
    opacity: 1!important;
}
.pageicon{
    position: absolute;
    right: 5px;
    bottom: 50px;
    width: 170px;
  }
.downloadicon{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 50px;
    height: 50px;
}
.slide_text{
    height: auto;
    color: white;
    padding: 7%;
    background-image: url('../img/img_standard00.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}
.slide_text h3{
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    padding: 20px 0;
}
.slide_text p{
    font-size: 14px;
    line-height: 22px;
}
.color_name{
    text-align: center;
    margin: 0;
}
.activity-item{
    position: absolute;
    padding: 10% 10%;
    top: 0;
    width: 100%;
    height: 100%;
}
.activity-item img{
    width: 70%;
}
.activity_txt{
    color: white;
    font-size: 3.8vw;
    /* letter-spacing: 25px; */
    padding: 0 5%;
    margin-top: 0;
}
@media screen  and (max-width: 320px){
    .details_show_box {
        height: 380px;
    }
}
.color_img{
    width: 77%;
    text-align: center;
    margin: auto;
}
.color_selection{
   overflow: hidden;
   background-image: url('../img/02bg.png');
   background-position: top center;
   background-repeat: no-repeat;
   /* background-repeat: repeat-y; */
   background-size: 450% 100%;
}
.color_selection ul {
/* 	position: absolute;
   left: 50%; top: 10%; */
   font-size: 0;
   width: 89%;
   margin: auto;margin-top: 18%;
   transform: translateX(145%);
   transition: all 0.4s;
}
.color_selection ul li{ 
   display: inline-block;
   position: relative;
   font-size: 12px;
   cursor: pointer;
   width: 80%
}
.color_selection ul li img{
   display: none;
   /* position: absolute; */
   left: 0;top: 0;
}


.swiper-pagination-bullet {
    background: rgba(81, 81, 81,0);
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid rgb(25, 46, 111);
    margin: 0 10px;
    position: relative;
  }
  /* .swiper-pagination-bullet::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: rgb(25, 46, 111);
    left: 50%;
    top:50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    border-radius: 50%;
  } */

  .swiper-pagination-bullet-active {
    background-color: rgb(25, 46, 111);
  }


  .swiper-slide span{
    display: block;
    text-align: center;
    color: rgb(25, 46, 111);
    font-weight: bold; 
    font-size: 16px;
    margin:10px auto;
    opacity: inherit;
}
.swiper-slide em{
    display: block;
    font-style: normal;
    text-align: center;
    color: #111;
    font-weight: bold; 
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    opacity: inherit;
}
.color-1.active{
    border: 3px solid rgb(228, 42, 30);
}
.color-2.active{
    border: 3px solid rgb(25, 73, 119);
}
.color-3.active{
    border: 3px solid rgb(209, 144, 56);
}
.color-4.active{
    border: 3px solid rgb(27, 40, 82);
}
.color-5.active{
    border: 3px solid rgb(80, 79, 85);
}
.color-6.active{
    border: 3px solid rgb(186, 72, 135);
}

.download a{
    margin-top: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
}

/* @media screen  and (max-width: 320px){
    .design_360 {
        height: 295px;
    }
} */