
#body_inner { 
    background-color: #fff;
}
css-icon {
  display: inline-block;
  height: 1em; width: 1em;
  font-size: 20px;
  box-sizing: border-box;
  text-indent: -9999px;
  vertical-align: middle;
  position: relative;
}
css-icon::before,
css-icon::after {
  content: '';
  box-sizing: inherit;
  position: absolute;
  left: 50%; top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-menu::before {
  box-shadow: 0 -.35em, 0 .35em;
  border-top: 2px solid;
  width: 100%;
}
.icon-close::before {
  width: 90%;
  border-top: 2px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-close::after {
  height: 90%;
  border-left: 2px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-caret::before {
  border: .3em solid transparent;
  border-top-color: currentColor;
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

body{}
body.is-loading {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#Head {
    /*position: relative;
    z-index: 9999;*/
}
.ld-pc{display: block!important;}
.ld-sp{display: none!important;}
@media screen and (min-width: 0) and (max-width: 640px){
  .ld-pc{display: none!important;}
  .ld-sp{display: block!important;}  
}
#loading
{
    position: fixed;
    z-index: 0;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    opacity: 1;
    background: #f0f0f0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    /* Luminous Circles */
}
#loading.is-load
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#loading.is-ready
{
    -webkit-transition: opacity 1s ease;
            transition: opacity 1s ease; 

    opacity: 0 !important;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#loading .pl-circles
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    text-align: center;
}
#loading .pl-circles .loader
{
    position: absolute;
    top: 45%;
    left: 50%;

    width: 100px;
    height: 60px; 

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#loading .pl-circles .loader span,
#loading .pl-circles .loader:before,
#loading .pl-circles .loader:after
{
    position: absolute;

    display: block;

    width: 15px;
    height: 15px;

    opacity: .2;
    border-radius: 50%;
    background: #a0a0a0; 

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
#loading .pl-circles .loader span
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: lightUp 1.5s linear infinite .5s;
            animation: lightUp 1.5s linear infinite .5s;
}
#loading .pl-circles .loader:before,
#loading .pl-circles .loader:after
{
    content: '';
}
#loading .pl-circles .loader:before
{
    top: 50%;
    left: 0;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: lightUp 1.5s linear infinite;
            animation: lightUp 1.5s linear infinite;
}
#loading .pl-circles .loader:after
{
    top: 50%;
    right: 0;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: lightUp 1.5s linear infinite 1s;
            animation: lightUp 1.5s linear infinite 1s;
}

@-webkit-keyframes lightUp
{
    0%
    {
        opacity: .2;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    }
    40%
    {
        opacity: 1;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    60%
    {
        opacity: .2;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    }
    100%
    {
        opacity: .2;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
    }
}


.loading{
    position: fixed;
    top: 0;left: 0; bottom: 0;right: 0;
    background-color: rgba(255,255,255,0.9);
    font-size: 1.6em;color: #666; 
    text-align: center;vertical-align: middle;
    z-index: 9999;
}
.loading #loading_text{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;transform: translateY(-50%);
}



.ld-menu{/*  height: 78px;  */     margin-bottom: 80px;font-size: 16px;z-index:99;background-color: rgba(1,1,1,0.5); color: #fff;position: relative;text-align: center }
.ld-menu-container{
  display: inline-block; 
  width: 38rem; 
  text-align: left; 
}
.ld-menu a{color: #fff}
.ld-menu-item{cursor: pointer; display: inline-block;    vertical-align: middle; text-decoration: none;}
.ld-menu-item:hover{ text-decoration: none;}
.ld-menu-item.ld-menu-item-0,
.ld-menu-item.ld-menu-item-2,
.ld-menu-item.ld-menu-item-4,
.ld-menu-item.ld-menu-item-5{margin-right: 3rem;position: relative}
.ld-menu-item.ld-menu-item-0:before,
.ld-menu-item.ld-menu-item-2:before,
.ld-menu-item.ld-menu-item-4:before,
.ld-menu-item.ld-menu-item-5:before{content: '';  display: inline-block;  position: absolute; bottom: -2px;
    left: 50%; width: 0; height: 2px;  background: #fff; -webkit-transition: all 0.3s ease;  
    transition: all 0.3s ease;}
.ld-menu-item.ld-menu-item-0:hover:before,
.ld-menu-item.ld-menu-item-2:hover:before,
.ld-menu-item.ld-menu-item-4:hover:before,
.ld-menu-item.ld-menu-item-5:hover:before{width: 100%;
    margin-left: -50%;}
.ld-menu-item.ld-menu-item-1{margin-right: 3rem; position: relative;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;overflow: hidden;}
.ld-menu-item.ld-menu-item-1 .ld-sub-menu{    
  z-index: 11;opacity: 0;
  display: block; position: absolute;left: -1rem;;top: 80px;
  background-color: rgba(1,1,1,0.5); 
  width: 23rem;padding: 1rem;
  -webkit-transition: all 0.3s ease;  transition: all 0.3s ease;
}
.ld-menu-item.ld-menu-item-1 .ld-sub-menu .ld-sub-menu-left,
.ld-menu-item.ld-menu-item-1 .ld-sub-menu .ld-sub-menu-right{display: inline-block;width: 34%;vertical-align: top}
.ld-menu-item.ld-menu-item-1 .ld-sub-menu .ld-sub-menu-right{border-left: 1px solid #fff; padding-left: 1rem;width: 60%;}
.ld-menu-item.ld-menu-item-1 .ld-sub-menu .ld-sub-menu-right a{display: block; margin: 0.2rem 0}
.ld-menu-item.ld-menu-item-1 span{ display: inline-block; position: relative;  padding: 27px 0 26px; /*    line-height: 78px; */}
.ld-menu-item.ld-menu-item-1 span:before{content: '';  display: inline-block;  position: absolute; bottom: 24px;
    left: 50%; width: 0; height: 2px;  background: #fff; -webkit-transition: all 0.3s ease;  transition: all 0.3s ease;}
.ld-menu-item.ld-menu-item-1:hover{overflow: inherit;}
.ld-menu-item.ld-menu-item-1:hover .ld-sub-menu{display: block;opacity: 1;}
.ld-menu-item.ld-menu-item-1 .icon-caret{
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.ld-menu-item.ld-menu-item-1:hover .icon-caret{transform: rotate(180deg);}
.ld-menu-item.ld-menu-item-1:hover span:before{width: 100%;
    margin-left: -50%;}
.ld-menu-item.ld-menu-item-2,
.ld-menu-item.ld-menu-item-4,
.ld-menu-item.ld-menu-item-5{
  /*width: 4rem;*/
  display: inline-block;
}
.ld-menu-item.ld-menu-item-3{
  padding: 6px;
  border: 1px solid;position: absolute; right: 5%;top: 50%;transform: translateY(-50%);
}


.ld-menu-item.ld-menu-item-4{display:none}

.download-pdf{text-align: center;background-color: #212121;padding-top: 1rem;}
.download-pdf .button{width: 20%;}

.ld-menu-headfix{position: absolute; width: 100%; top: 0; background-color: rgba(1,1,1,0.5);}
.is-sticky .ld-menu-headfix{position: fixed; width: 100%; top: 0; background-color: rgba(1,1,1,0.5);}

@media screen and (min-width: 0) and (max-width: 640px){
  .ld-menu{ background-color: rgba(0, 0, 0, 0.75);position: relative;text-align: left; margin-bottom: 0;}
  .ld-menu.is-sticky .ld-menu-headfix{position: fixed;top: 0; width: 100%;background-color: rgba(0, 0, 0, 0.75);}
  .ld-menu .logo{line-height: 50px;display: inline-block;margin-left: 1rem;font-size: 1.1rem;}
  .ld-menu .menu-burger {
    display: block;
    position: absolute;
    top: 0;
    right: -17px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ld-menu .menu-burger {
    right : 0;
    width : 72px;
    height : 50px;
  }
  .ld-menu  .menu-burger > span {
  }
  .ld-menu .menu-burger > span {
    position : absolute;
    top : 50%;
    left : 50%; 
    background-color : #fff;
    display : inline-block;
    transform: translateX(-50%);
    -webkit-transition : all 0.3s ease-in-out;
            transition : all 0.3s ease-in-out;
    width : 24px;
    height : 2px; 
  }
  .ld-menu .menu-burger > span:nth-of-type(1) {
    margin-top : -7px;
  }
  .ld-menu .menu-burger > span:nth-of-type(2) {
    margin-top : -1px;
  }
  .ld-menu .menu-burger > span:nth-of-type(3) {
    margin-top : 5px;
  }

  .ld-menu .menu-burger.is-active > span:nth-of-type(1) {
    margin-top : 0 !important;
    -webkit-transform : translateX(-50%) rotateZ(45deg);
        -ms-transform : translateX(-50%) rotate(45deg);
            transform : translateX(-50%) rotateZ(45deg);
    transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  }
  .ld-menu .menu-burger.is-active > span:nth-of-type(2) {
    -webkit-transition : 0.2s ease 0.1s;
            transition : 0.2s ease 0.1s;
    opacity : 0;
    -ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
  .ld-menu .menu-burger.is-active > span:nth-of-type(3) {
    margin-top : 0 !important;
/*     -webkit-transform : rotate(-45deg) translateY(-12px) translateX(-5px);
        -ms-transform : rotate(-45deg) translateY(-12px) translateX(-5px);
            transform : rotate(-45deg) translateY(-12px) translateX(-5px); */
    -webkit-transform : translateX(-50%) rotateZ(-45deg);
        -ms-transform : translateX(-50%) rotate(-45deg);
            transform : translateX(-50%) rotateZ(-45deg);
    -webkit-transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
            transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
            transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
            transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }
  .ld-menu-headfix{top: 0;left: 0;width: 100%;    position: absolute; background-color: rgba(0, 0, 0, 0.75);}
  .download-pdf .button{width: 45%;}
} 


.ld-menu .menu-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list {
    display : none;
    /* margin : 0 -20px; */
    max-height : calc(100vh - 150px);
    overflow : auto;
  }
}
.ld-menu .menu-list > li.storage{display: none}
.ld-menu .menu-list > li + li {
  margin-left : 80px;
} 
@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li + li {
    margin-left : 30px;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li + li {
    margin-left : 0;
    border-top : 1px solid #fff;
  }
}

.ld-menu .menu-list > li .menu-item {
  display : block;
  color : #fff;
  padding : 27px 0 26px;
  position : relative;
  font-size : 16px;
  font-size : 1rem;
  cursor : pointer;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-item {
    padding : 10px 0px;
    font-size : 0.9375rem;
  }
}

.ld-menu .menu-list > li .menu-item:before {
  content : '';
  display : inline-block;
  position : absolute;
  bottom : 24px;
  left : 50%;
  width : 0;
  height : 2px;
  background : #fff;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-item:before {
    display : none;
  }
}

.ld-menu .menu-list > li .menu-item:hover {
  text-decoration : none;
}

@media screen and (min-width: 1024px) {
  .ld-menu .menu-list > li .menu-item:hover:before {
    width : 100%;
    margin-left : -50%;
  }
}

.ld-menu .menu-list > li .menu-item.is-current:before {
  width : 100%;
  margin-left : -50%;
}

.ld-menu .menu-list > li .menu-item.border {
  padding-right : 14px;
  padding-left : 14px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-item.border {
    padding : 10px 20px;
  }
}

.ld-menu .menu-list > li .menu-item.border:before {
  background : transparent;
  border : 1px solid #fff;
  top : 20px;
  left : 0;
  right : 0;
  bottom : 20px;
  width : auto;
  height : auto;
}

.ld-menu .menu-list > li .menu-item.border:after {
  content : '';
  display : inline-block;
  position : absolute;
  top : 20px;
  left : 0;
  bottom : 20px;
  width : 0;
  background : #fff;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-item.border:after {
    display : none;
  }
}

.ld-menu .menu-list > li .menu-item.border span {
  display : inline-block;
  position : relative;
  z-index : +1;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-item.border span {
    display : block;
    text-align : center;
    border : 1px solid #fff;
    padding : 5px;
  }
}

.ld-menu .menu-list > li .menu-item.border:hover {
  color : #262626;
}

.ld-menu .menu-list > li .menu-item.border:hover:before {
  width : auto;
  margin-left : 0;
}

.ld-menu .menu-list > li .menu-item.border:hover:after {
  width : 100%;
}
.ld-menu .menu-list > li .menu-haslink,
.ld-menu .menu-list > li .menu-hasdrop {
  display : block;
  position : relative;
  padding-left : 18px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

.ld-menu .menu-list > li .menu-hasdrop:after {
  content : '';
  display : inline-block;
  width : 1px;
  height : 1px;
  border-top : 6px solid #fff;
  border-left : 5px solid transparent;
  border-right : 5px solid transparent;
  position : absolute;
  right : 0;
  top : 50%;
  margin-top : -3px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-hasdrop:after {
    width : 12px;
    height : 2px;
    border : none;
    background : #fff;
    left : auto;
    right : 29px;
    margin-top : -1px;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-hasdrop:before {
    content : '';
    display : inline-block;
    width : 2px;
    height : 12px;
    background : #fff;
    position : absolute;
    right : 34px;
    top : 50%;
    margin-top : -6px;
  }
}

.ld-menu .menu-list > li .menu-hasdrop.is-open:after {
  -webkit-transform : rotate(180deg);
      -ms-transform : rotate(180deg);
          transform : rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-hasdrop.is-open {
    background : #626262;
  }
  .ld-menu .menu-list > li .menu-hasdrop.is-open:before {
    display : none;
  }
}

.ld-menu .menu-list > li .menu-hasdrop.is-open .menu-item:before {
  width : 100%;
  margin-left : -50%;
}

.ld-menu .menu-list > li .menu-drop {
  position : absolute;
  top : 80px;
  width : 740px;
  left : 50%;
  margin-left : -370px;
  z-index : +1;
  display : none;
  max-height : calc(100vh - 300px);
  overflow : auto;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop {
    position : relative;
    top : auto;
    width : auto;
    left : auto;
    margin : 0;
    padding : 0;
    max-height : none;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area {
  background : rgba(0, 0, 0, 0.85);
  padding : 40px 85px 40px 50px;
  font-size : 14px;
  font-size : 0.875rem;
  position : relative;
  *zoom : 1;
}

.ld-menu .menu-list > li .menu-drop .drop-area:after {
  content : ' ';
  display : table;
  clear : both;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area {
    padding : 10px 0;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area:before {
  content : '';
  display : inline-block;
  position : absolute;
  top : 40px;
  left : 370px;
  width : 1px;
  bottom : 40px;
  background : rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area:before {
    display : none;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl {
  float : left;
  width : 300px;
  padding-top : 10px;
  font-size : 16px;
  font-size : 1rem;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl {
    float : none;
    width : auto;
    padding : 11px 25px 11px 40px;
    font-size : 0.75rem;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl a {
  color : #fff;
  display : inline-block;
  padding-right : 20px;
  position : relative;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl a {
    display : block;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl a:after {
  content : '';
  display : inline-block;
  width : 8px;
  height : 8px;
  border-top : 2px solid #fff;
  border-right : 2px solid #fff;
  -webkit-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
          transform : rotate(45deg);
  position : absolute;
  right : 2px;
  top : 50%;
  margin-top : -6px;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl a:after {
    display : none;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-ttl.no-link {
    display : none;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu {
  float : right;
  width : 260px;
  font-size : 14px;
  font-size : 0.875rem;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu {
    float : none;
    width : auto;
    font-size : 0.75rem;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul {
  position : relative;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li {
  margin : 0;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li + li {
  margin : 0;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li + li {
    border : none;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li a {
  display : block;
  color : #fff;
  padding : 11px 20px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li a {
    float : none;
    width : auto;
    padding : 11px 40px;
    font-size: 0.8rem;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li a:hover {
  background : #626262;
  text-decoration : none !important;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub {
  display : block;
  color : #fff;
  padding : 11px 30px 11px 20px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
  cursor : pointer;
  position : relative;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub {
    padding : 11px 45px 11px 40px;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub:after {
  content : '';
  display : inline-block;
  width : 1px;
  height : 1px;
  border-left : 6px solid #fff;
  border-top : 4px solid transparent;
  border-bottom : 4px solid transparent;
  position : absolute;
  right : 10px;
  top : 50%;
  margin-top : -4px;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub:after {
    right : 25px;
    width : 10px;
    height : 2px;
    background : #fff;
    border : none;
    margin-top : -1px;
    -webkit-transition : all 0.3s ease;
            transition : all 0.3s ease;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub:before {
    content : '';
    display : inline-block;
    width : 2px;
    height : 10px;
    background : #fff;
    position : absolute;
    right : 29px;
    top : 50%;
    margin-top : -5px;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub:hover {
  background : #626262;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub.is-open {
  background : #626262;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub.is-open:before {
    display : none;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-hassub.is-open:after {
    -webkit-transform : rotate(180deg);
        -ms-transform : rotate(180deg);
            transform : rotate(180deg);
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub {
  position : absolute;
  top : 0;
  right : -335px;
  width : 310px;
  display : none;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub {
    position : relative;
    right : auto;
    width : auto;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub > li a {
    padding-left : 60px;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl {
  display : block;
  color : #fff;
  padding : 11px 30px 11px 20px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
  cursor : pointer;
  position : relative;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl {
    padding : 11px 45px 11px 60px;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl:after {
  content : '';
  display : inline-block;
  width : 1px;
  height : 1px;
  border-top : 6px solid #fff;
  border-left : 4px solid transparent;
  border-right : 4px solid transparent;
  position : absolute;
  right : 10px;
  top : 50%;
  margin-top : -3px;
  -webkit-transition : all 0.3s ease;
          transition : all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl:after {
    width : 10px;
    height : 2px;
    background : #fff;
    right : 25px;
    margin-top : -1px;
    border : none;
  }
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl:before {
    content : '';
    display : inline-block;
    width : 2px;
    height : 10px;
    background : #fff;
    position : absolute;
    right : 29px;
    top : 50%;
    margin-top : -5px;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl:hover {
  background : #626262;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl.is-open {
  background : #626262;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl.is-open:after {
  -webkit-transform : rotate(180deg);
      -ms-transform : rotate(180deg);
          transform : rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-sttl.is-open:before {
    display : none;
  }
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-menu ul li .menu-sub .sub-smenu {
  display : none;
  padding-left : 20px;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-close {
  width : 20px;
  height : 20px;
  position : absolute;
  top : 20px;
  right : 20px;
  cursor : pointer;
  -webkit-transition : all 0.5s ease;
          transition : all 0.5s ease;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-close:before {
  content : '';
  display : inline-block;
  position : absolute;
  top : 50%;
  left : 50%;
  -webkit-transform : translate(-50%, -50%) rotate(45deg);
      -ms-transform : translate(-50%, -50%) rotate(45deg);
          transform : translate(-50%, -50%) rotate(45deg);
  width : 28px;
  height : 2px;
  background : #fff;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-close:after {
  content : '';
  display : inline-block;
  position : absolute;
  top : 50%;
  left : 50%;
  -webkit-transform : translate(-50%, -50%) rotate(-45deg);
      -ms-transform : translate(-50%, -50%) rotate(-45deg);
          transform : translate(-50%, -50%) rotate(-45deg);
  width : 28px;
  height : 2px;
  background : #fff;
}

.ld-menu .menu-list > li .menu-drop .drop-area .drop-close:hover {
  -webkit-transform : rotate(90deg);
      -ms-transform : rotate(90deg);
          transform : rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .ld-menu .menu-list > li .menu-drop .drop-area .drop-close {
    display : none;
  }
}



.modal {
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  z-index : 99999;
  display : none;
}

.modal .modal-bg {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background : #000;
  opacity : 0.8;
  -ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.modal .modal-inner {
  position : absolute;
  top : 50%;
  left : 50%;
  width : 100%;
  height : 100%;
  max-width : 1024px;
  -webkit-transform : translate(-50%, -50%);
      -ms-transform : translate(-50%, -50%);
          transform : translate(-50%, -50%);
  z-index : 1;
}

@media screen and (min-width: 1600px) {
  .modal .modal-inner {
    max-width : 1280px;
  }
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .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: 640px) {
  .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;
  top : -70px;
  right : 0;
  width : 50px;
  height : 50px;
  z-index : 10;
  -webkit-transform : rotate(45deg);
      -ms-transform : rotate(45deg);
          transform : rotate(45deg);
  cursor : pointer;
  -webkit-transition : all 0.5s ease;
          transition : all 0.5s ease;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .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 {
  content : '';
  position : absolute;
  top : 25px;
  right : 0;
  width : 100%;
  height : 2px;
  background : #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal .modal-close:before {
    top : 20px;
  }
}

.modal .modal-close:after {
  content : '';
  position : absolute;
  top : 0;
  left : 25px;
  width : 2px;
  height : 100%;
  background : #fff;
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .modal .modal-close:after {
    left : 20px;
  }
}

.swiper-button-next, .swiper-button-prev{width:27px; height:44px}
.swiper-button-prev.swiper-button-gray{
    animation:arrow-move-left 2s infinite;
}
.swiper-button-next.swiper-button-gray{
    animation:arrow-move-right 2s infinite;
}

@keyframes arrow-move-left
{
    0%{transform: translateX(25%);opacity: 0.4}
    50%{transform: translateX(0%);opacity: 1}
    100% {transform: translateX(25%);opacity: 0.4}
}
@keyframes arrow-move-right
{
    0%{transform: translateX(0%);opacity: 0.4}
    50%{transform: translateX(25%);opacity: 1}
    100% {transform: translateX(0%);opacity: 0.4}
}

/* 产品颜色选择 */
.product-list .color-list{text-align: center; font-size: 0;}
.product-list .color-list:before{content: '可选颜色';display: block; width: 100%;font-size: 0.6rem; font-weight: bolder; padding: 6px 0;}
.product-list .color-list .color:nth-of-type(1){margin-left: 0}
.product-list .color-list .color{cursor: pointer; margin-left: 12px;  width: 40px; border: 1px solid #000;  height: 40px; display: inline-block;}
 
.product-list .model{display: none; font-size: 0.6rem; position: absolute;left: 50%;transform: translateX(-50%);  padding:0.3rem;border: 1px solid #a0a0a0;background-color: #fff;}
.product-list .product-item:hover .model{display: block}
/*.product-list .swiper-slide:hover .model*/

@media screen and (min-width: 0) and (max-width: 640px) {  
  .product-list .product-item .model,
  .product-list .model{display: block;padding: 2px 4px;background-color: rgba(255,255,255,0.4);} 
  .product-series .color-list{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-around;width: 72%;
		margin: auto;
	}
	.product-series .color-list .color:nth-of-type(1),
	.product-series .color-list .color{
		margin-left:0;margin-bottom: 1.8rem;
	} 
}

/*跳动的红点*/
.dot{
  display: block;position: relative;  width: 30px;height: 30px;border-radius: 50%;
  border: 2px solid rgba(188,41,68,0.4); 
  background-color: rgba(188,41,68,0.8);background-clip: padding-box;
}
.dot:after,.dot:before{
  content: '';
  width: 60%;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dot:before{
  transform: translate(-50%,-50%) rotate(90deg);
}
@keyframes heartbeat {
  0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  14% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
} 