@charset "UTF-8";
body {
  font-family: Arial,"微軟正黑體";
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  background-color: #fff; }
hr{
    margin: 0;
    height: 8px;
    background-color: #1982c7 ;
    
}
.comment{
    font-size: 13px;
    color: #dadada;
}
h1,.h1{
    color: #fff;
    font-weight: bold;
    font-size: 60px;

}
.t-larg {
    font-size: 135%;
    font-weight: 700
}
.h1{
    font-weight: normal;
    font-size: 65px;
    margin-bottom: 50px;
}
.h1>span{
    vertical-align: -webkit-baseline-middle;
}
.h2{
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.text-box{
    font-size: 25px;
    color: #fff;
}
.c_blue{color: #3dc3ec;}
.c_yallow{color:#ffd900}
.wrapper{
    width: 1600px;
}
.container {
    max-width: 1600px;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.btn {
    border-radius: 0;
    color: #1671af;
    border: 2px solid #1671af;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.8;
}
.btn:hover{
    background-color: #1671af;
    color: #fff;
    transition: all 0.3s ease-out;

}
.bt_video{
    /* float: left; */
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 0.2em;
    height: 42px;
    line-height: 40px;
    padding: 0px 5px 0px 48px;
    text-align: center;
    position: relative;
}
.bt_video:before {
    position: absolute;
    content: '';
    background: url(../images/iconmonstr-care-right-thin.svg) no-repeat center center;
    background-size: 18px 18px;
    width: 40px;
    height: 42px;
    left: 0;
    top: -2px;
    border-right: 2px solid #fff;
}
.bt_video:hover {
	background: #fff;
    color:#000;
    text-decoration: none;
}
.bt_video:hover:before {
	background: #fff;
	border-right: 2px solid #000;
	background: url(../images/iconmonstr-arrow-37.svg) no-repeat center center;
	background-size: 18px 18px;
}
/* loading  */
.loading_overlay {
    background: #1982c7;
    background-image: radial-gradient(circle at 52% 52%, #1982c7, #014f92);
    color: #fff;
}
.loading_overlay h5 {color:#fff;}
.loading_overlay .raleigh_logo .icon {
    max-width: 400px;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
/* intro */
.intro {padding-top: 0;}
.intro .scene {
   background-image: url(../images/bg_top_01.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: right;
}
.intro .scene:before {
    background: #056dce;
    background-image: url(../images/bg_top_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.intro .scene .inner.wrapper {
    z-index: 1;
}
.intro .content {
    max-width: 70%;
    left: inherit;
    right: 43%;
}
.intro h1{
    font-size: 60px;
    letter-spacing: 3px;
}
.intro h2{
    display: none;
}
.intro h1 .small{
    font-size: 70%;
}
.intro .bt_video{
    margin-top: 50px;
}
.intro .image {
    transform: translate3d(140%, 0, 0);
    width: 50%;
}
.intro .image .text-center{
    display: none;
    color: #fff;
    position: absolute;
    line-height: 1.8;
}
.intro .image img {
    max-width: 100%;
    width: auto;
}
.intel_icon_wrap{
    color: #fff;
    position: absolute;
    z-index: 3;
    left: -80%;
    bottom: 16px;
}
.intel_icon_wrap img{
    vertical-align: baseline;
    margin-left: 10px;
}
.intro .image img.img2 {
    z-index: 2;
    bottom: 0px;
    left:-50%;
    position: absolute;
}
.intro.animated .image img.img1,.intro.animated .content h1.heading_animation,
.intro.animated .bt_video,
.intro.animated .intel_icon_wrap {
    display: none;
    animation-fill-mode: forwards;
}
.intro.animated h2{
    display: block;
    animation-fill-mode: forwards;
}
.intro.animated .image{
    top: 44%;
    transform: translate3d(50%, 0, 0);
}
.intro.animated .image img.img2 {
    position: relative;
    left: inherit;
}
.intro.animated .image .text-center{
    display: block;
    width: 100%;
    max-width: 615px;
    margin: auto;
    top: 39%;
    left: 0;
    right: 0;
    bottom: 0;

}
.intro.animated .content{
    width: 100%;
    max-width: 100%;
    left: initial;
}
.intro.animated .content h2{
    color: #fff;
    text-align: center
}
.content h2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.8;
}
.content h2 .small{
    display: block;
    font-weight: initial
}
@keyframes content_reverse_start{0%{transform:translate3d(-100%, 0, 0);opacity:0}100%{transform:translate3d(-150%, 0, 0);opacity:0}}
@keyframes content{0%{transform:translate3d(45%, 10%, 0);opacity:0}30%{opacity:0}100%{transform:translate3d(45%, 20%, 0);opacity:0}}
@keyframes content_after{0%{transform:translate3d(45%, 10%, 0);opacity:0}100%{transform:translate3d(45%, -58%, 0);opacity:1}}
/* section2 */
.section2{
    border-top: 8px solid #1982c7 ; 
}
/* menuBox */
.menuBox{
    width: 100%;
    height: 90px;
    background-color: #1A1A1A;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}
.menuWrapper{
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.logoBox{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    height: 70px;
    margin-right: 100px;
    margin: 10px 100px 10px 0;
}

.logo_dell {
	/* width: 160px; */
    margin-right: 20px;
}

.logo_mircosoft {
	width: 160px;
}
/* easy */
.easy{
    background-image: url(../images/bg_04_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #1A1A1A;
    padding-top: 4%;
    padding-bottom: 4%;
}
.lifestyle .video_section {
    position: relative;
    background: initial;
    overflow: hidden;
}
.easy .sst1 .image-wrap{
    position: relative;
    width: 100%;
    padding-bottom: 42%;
    height: 0;
    overflow: hidden;
    margin-top:20px;
}
.easy img{
    width:auto;
}
.easy .sst1 .image-wrap img{
    position: relative;
    width: 100%;
    /* left: -50%; */
}
.easy .sst1 .icon-wrap{
    position: absolute;
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    z-index: 2;
    top: 0;
}
.easy .sst1 .icon-wrap>li{
    list-style: none;
    position: absolute;
}
.easy .sst1 .icon-wrap>li p{
    text-align: center;
}
.easy .sst1 .icon-wrap img{
    width: auto;
}
.easy .sst1 .icon-wrap .con1{
    left: 175px;
}
.easy .sst1 .icon-wrap .con2{
    left: 137px;
    top: 188px;
}
.easy .sst1 .icon-wrap .con3{
    top: 380px;
    left: 100px;
}
.easy .sst1 .icon-wrap .con4{
    right: 352px;
}
.easy .sst1 .icon-wrap .con5{
    right: 300px;
    top: 204px;
}
.easy .sst1 .icon-wrap .con6{
   right: 311px;
   top: 408px;
}
.easy .sst2 .video-wrap a{
    position: relative;
    display: block;
}
.easy .sst2 .video-wrap img{
    width: 100%;
}
.easy .sst2 .video-name{
    position: absolute;
    width: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    bottom: 0;
    opacity: 0.8;
    z-index: 1;
    padding: 15px 5px;
    margin-bottom:0;
}
.easy .sst2 .text-con{
    padding-left:50px;
}
.easy .sst3{
    position: relative;
    margin-top:100px;
}
.easy .sst3 .bg-img-wrap{
    position: relative;
    margin-top: 50px;
}
.easy .sst3 .bg-img-wrap {
    position: relative;
}
.easy .sst3 .bg-img{
    width: 143%;
    position: relative;
    right: 40%;
    top:-70px;
}
/* powerful */
.powerful{
    background-color: #000;
    color: #fff;
    padding: 4% 0 0;
    padding-bottom:4%;
    background-image: url(../images/bg7.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
.powerful img{
    width: auto;
}
.powerful .text-box{
    max-width: 60%;;
    margin: 0 auto;
}
.powerful .ssr1{
    background-image: url(../images/bg06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
/* cloud */
.cloud{
    background-color: #000;
    padding-top:4%;
    padding-bottom:4%;
    color:#fff;
    background-image: url(../images/bg_top_05.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
.cloud img{
    width: auto;
}
.cloud .stc1{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.cloud .stc2 ul>li{
    margin-left:20px;
}
.cloud .text-box{
    max-width:35%;
}
.cloud .stc3 .text-box{
    max-width: 100%;
}
.cloud-img-wrap{
    position: relative;
    left: -150px;
    top:-285px;
}
.cloud-text{
    position: relative;
    top: 357px;
    font-size: 25px;
}
.cloud-text .c_yallow{
    font-size: 80px;
    position: relative
}
.cloud-text .c_yallow>i{
    font-size: 30px;
    position: absolute;
    top: 0;
    right:-42px;
    font-style: inherit;
}
/* cost */
.cost{
    background-color: #000;
    padding-top:4%;
    padding-bottom:4%;
    background-image: url(../images/bg_02.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
/* guarantee */
.guarantee{
    background-color: #000;
    padding-top:4%;
    padding-bottom:4%;
    background-image: url(../images/bg_04.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.guarantee img{
    width:auto;
}
.guarantee .box{
    border: 5px solid #2f829b;
    background: rgba(0, 0, 0, 0.6);
    padding:30px;
    color: #fff;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
}
.guarantee .box .dot {
    font-size: 50px;
    line-height: 1;
}
.guarantee .box i{
    color: #dadada;
    font-size: 13px;
}
/* family */
.family{
    background-color:#000;
    padding-top:4%;
    padding-bottom:4%;
    background-image: url(../images/bg_06.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.family table{
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;

}
/* gift */
.gift img{ width: auto;}
.gift .wrap-image {
    padding-top:25px;
}
.gift .text {
    font-size: 20px;
    border-left:1px solid #0d79ad;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
    text-align: left;
}
.gift .text b {
    color:#0d79ad;
}
/* lightbox */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.LightBoxInside embed {
  height: 80vh; }
#lightbox-panel .scrollable-element {
  width: 100%;
  overflow-y: scroll; }
  .close_bar {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background: #444; }

#close-panel {
  /*position: fixed;
	right: -1px;
	top:-1px;*/
  float: right;
  width: 50px;
  height: 50px;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  text-decoration: none; }
.LightBoxInside {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #505050;
  max-height: 80vh;
  height: auto;
  text-shadow: none; }
.LightBoxInside::-webkit-scrollbar-track {
  border-radius: 3px;
  overflow: hidden; }

.LightBoxInside::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden; }

.LightBoxInside::-webkit-scrollbar-thumb {
  background-color: #ffb56e;
  border-radius: 3px;
  overflow: hidden; }
  #lightbox-panel {
  display: none;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw; }
@media (max-width: 1200px){
  .intro.animated h2{
      line-height: 1.5;
  }
}
  @media (max-width: 1050px){
.intel_icon_wrap {
    left: -30%;
    bottom: 20%;
}
      .cloud .text-box{
    max-width:100%;
}
.cloud-img-wrap {top: -197px;left: -100px;}
.cloud-text {top: 248px;}
      .intro .content {
          max-width: 60%;
          top:80%;
          left: 0;
      }
      .intro.animated .image{
          position: absolute;
      }
      .intro.animated .content {
    /* animation: content 1.5s ease-in-out forwards,content_after 800ms ease-in-out 1s forwards; */
    animation: none;
    top: -10%;
}
.intro.animated .image .text-center {
    top: 26%;
}
.powerful .text-box {max-width: 100%;}
  }
  @media (max-width: 864px){
      .cloud .stc1{
    background-size: cover;
}
      .cloud .text-box{
    max-width:100%;
}
      .intro .content {
          max-width: 80%;
          top:50%;
      }
  }
  @media (max-width: 767px){
      .gift .text {border-left:none;}
  }
    @media (max-width: 750px){
        .cloud-text {top: 160px;}
        .cloud-text .c_yallow {font-size: 65px;}
        .cloud-text .c_yallow>i {font-size: 25px;}
        .cloud-img-wrap img {max-width: 113%;}
        .text-box{font-size: 20px;}
        .intel_icon_wrap {
         left: -30%;
        bottom: 28%;
        }
        .animations .intel_icon_wrap span img{width: 8%;}
      .intro h1,.intro.animated h2,.h1{
          font-size: 48px;
      }
      .h2{font-size: 35px;}
      .intro .content {
          max-width: 100%;
          top:15%;
      }
            .intro .bt_video{
    margin-top: 10px;}
      .intro .image {
    transform: translate3d(130%, 0, 0);
      }
    .intro.animated .inner.wrapper {
        margin: 0 auto;
        top:-23%;
    }
    .intro.animated .content {
        top:0;
        left:0%;
    }

    .intro.animated .image .text-center {
    margin: 0 auto;
    width: 85%;
}
.intro.animated .image{
    width: 100%;
    transform: translate3d(0, 0, 0);
    text-align:center;
}
.intro.animated .image img.img2{
    transform: translate3d(0, 0, 0) scale(1.3);
}
.easy .sst2 .text-con{
    padding-left:initial;
    margin-top: 40px
}
.easy .sst3 .bg-img-wrap {
    margin-top: 110px;
}
.easy .sst3 .bg-img {
    right: 24%;
    top: -70px;
}
  }
   @media (max-width: 640px){
       .text-box{font-size: 18px;}
       .container {
 padding-left: 30px;
    padding-right: 30px;
}
       .intro .content {
           text-align: center;
       }
      .intro h1,.h1{
          font-size: 40px;
          text-align: center;
      }
      .h2{font-size: 28px;}
      .intro .image {
    transform: translate3d(110%, -24%, 0);
    width: 46%;      
}
  }

  @media (max-width: 480px){
      .cloud-text {top:100px; font-size: 18px;}
        .cloud-text .c_yallow {font-size: 50px;}
        .cloud-img-wrap { top: -170px;}
        .cloud-img-wrap img {max-width: 123%;}
      .intro h1,.intro.animated h2,.h1{
          font-size: 38px;
      }
      .h2{font-size: 25px;}
       .intro .image {
    transform: translate3d(110%, -32%, 0);
    width: 50%;      
}
    .animations .intro .intel_icon_wrap{
        bottom:70px;
    }
     .animations .intro .intel_icon_wrap img{
        width: 10%;
    }
  }
@media (max-width: 375px){
    .intro h1, .intro.animated h2, .h1 {
    font-size: 32px;
}
    .intro .content {
    top: 2%;
}
.animations .intro .image img {
    transform: translate3d(0, 0, 0) scale(1.3);
}
   .intro .image img.img2 {
    transform:translate3d(0, 0, 0) scale(1.6);
   }
   .cloud-img-wrap {top: -160px;}
   .intel_icon_wrap {left: -64%;}
}