/* 0_Reset
-------------------------------------------------------------------*/
*{margin:0;padding:0;} ol, ul{list-style:none;} a img{border:none;}
body{
	line-height:normal;
	color:#333;
	font:400 12px "Microsoft YaHei", "SimSun", Arial, Tahoma, Simsun;
	/*line-height:150%;*/
	background:white;
}
img{
	width: 100%;
}

/* 1_Class
-------------------------------------------------------------------*/
.float-left   {float:left;}
.float-right  {float:right;}
.text-left    {text-align:left;}
.text-right   {text-align:right;}
.text-center  {text-align:center;}
.no-margin    {margin:0;}
.no-padding   {padding:0;}
.hide         {display:none !important;}
.clear        {clear:both;}
.box_img img{display:block;}
/*clearfix*/
.clearFF:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFF {
	display: inline-table;
	min-height: 1%;
}
/*Hides from MacIE \*/
* html .clearFF {height: 1%;}
.clearFF {display: block;}
/* 2_Link
-------------------------------------------------------------------*/
a:link    {color:#83705e; text-decoration:underline;}
a:visited {color:#83705e; text-decoration:none;}
a:hover   {color:#83705e; text-decoration:none;}
a:active  {color:#83705e; text-decoration:none;}

canvas {
	position: absolute;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#loading{
	display:block;
	background:url(../img/loadingSP_forcex.jpg) repeat-x center top;
	background-size:cover;
}
.load_main{
	position:relative;
	background:url(../img/loadingSP_forcex-.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(11,30,47);
}
.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: rgb(11,30,47,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:before {
  /*content: "\32";*/
}

.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{
	font-size: 0
}

.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%;
}



/* .modal
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
.modal .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal .modal-inner
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 1024px;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
} */
.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-image: url(../img/SP_360.jpg);
    position: relative;
    background-size: 100% 100%;
    height: 360px;
}
.target{
    /* width: 95%;
    margin: 0px auto;
    padding: 10% 0; */
}
.icon_360{
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 5%;
}
.card{
    margin-bottom: 10px;
}
.btn-link{
    color: black;
}
.col-1{
    width: 25%;
    font-weight: bold;
    background-color: rgb(221, 221, 221);
}

.col-2{
    width: 58%;
    background-color: white;
    color: black;
}

.col-3{
    width: 25%;
    background-color: rgb(221, 221, 221);
    font-weight: bold;
}

.col-4{
    width: 58%;
    background-color: white;
    color: black;
}
.col{

    height: 42px;
    border-top: 1px solid rgb(241, 241, 241);
    line-height: 20px;
    text-align: left;
    padding:0 5px;
    font-size: 13px;
    
}
.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: flex!important;
}
.swiper-button-prev{
    left: 0px;
    top: 48%;
    /* background-image:url(img/JT-L.svg) */
  }
  .swiper-button-next{
    right: 0px;
    top: 48%;
    /* background-image:url(img/JT-R.svg) */
  }
  :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: 45px 45px;
}
.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-color: rgb(136, 136, 136);
    padding: 45px 0;
    /* margin-bottom: 55px; */
    justify-content: center;
    -webkit-justify-content: center;
    height: 300px;
}

.play {
    background: url(../img/vedio_bg.png) no-repeat center;
    background-size: 100% 100%;
    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%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#play-inner {
    background: url(../img/vedio_play.png) no-repeat center;
    height: 120px;
    width: 120px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-top: 11%;
    margin-left: -60px;
   
    }
    .btn-link:focus, .btn-link:hover{
        color: black;
    }
/* @media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-inner
    {
        width: 90%;
    }
}
.modal #player
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 90%;
    padding-top: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
} */
/* @media screen and (min-width: 0) and (max-width: 568px)
{
    .modal #player
    {
        min-width: 0;
        padding-top: 50%;
    }
}
.modal #player .video-js
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}
.modal #player video
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}
.modal .modal-close
{
    position: absolute;
    z-index: 10;
    top: -70px;
    right: 0;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close
    {
        top: -50px;
        right: 0;

        width: 40px;
        height: 40px;
    }
}
.modal .modal-close:hover
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal .modal-close:before
{
    position: absolute;
    top: 25px;
    right: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close:before
    {
        top: 20px;
    }
}
.modal .modal-close:after
{
    position: absolute;
    top: 0;
    left: 25px;

    width: 2px;
    height: 100%;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close:after
    {
        left: 20px;
    }
} */
.color_show{
    background-image: url(../img/bg_02.png);
    background-size: 100%;
    position: relative;
    transition: all 1s;
    display: flex;
}
.img_title{
    display: block;
    max-width: 250px;
    margin: 0px auto;
    padding-top: 30px;
}
.color_show_box{
    
}

.color_box{
    max-width: 670px;
    width: 57%;
    /* margin-top: 30px; */
}
.bg-set{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.download_box{
    background-color: white;
    padding: 45px 0;
    margin-bottom: 55px;
    justify-content: center;
    -webkit-justify-content: center;
    height: 250px;
}
.activity{
    background-image: url(../img/activebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size:100% 100%;
    height: 180px;
}
.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-repeat: no-repeat;
    background-size: contain;
}
.details_show_box{
    /* margin-top: 10px; */
}
.design_show{
    background-color: rgb(241, 241, 241);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
}
.design_table{
    width: 90%;
}
.design_table div table{
    border-collapse:collapse;
    font-size: xx-small;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 10px;
}
.design_table img{
    width: 10%;
}
.design_table .design_right{
    position: absolute;
    right: 2px;
    bottom: 2px;
}
.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;

}
.table_style table :first-child tr {

}
.table_style tr:nth-of-type(2n-1){
    background-color: rgb(242,246,255);
}
.shop{
    text-align: center;
    /* background-image: url(../img/07bg.png); */
    background-color: black;
    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%;
    /* margin-right: 40px; */
}

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

@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;
}

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