
@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.h2-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.carousel-indicators {
    bottom: -14px;
}
@media (min-width: 640px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

/*========================================================
                         共同設定
=========================================================*/
.all_bg{
	background: url("../img/index/all_bg.jpg") no-repeat center top;
	background-size: cover;
	overflow: hidden;	
}
/*@media (min-width: 992px) {
	.all_bg{
		background: url("../img/index/all_bg.jpg") no-repeat center top;
	}
}*/



.img-w-b{
	padding: 10px 0;
}

/* 電腦版,手機版關開設定 */
.pc-wp {
    position: relative;
    display: none;
    /*border-bottom: 1px solid #919191;*/
}
.m-wp {
    position: relative;
    display: block;
    /*border-bottom: 1px solid #919191;*/
}



@media (min-width: 992px) {
    .pc-wp {
        display: block;
    }
    .m-wp {
        display: none;
    }
}
/*========================================================
                    區塊1
=========================================================*/
.section1 {
    position: relative;
    /*background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
	overflow: hidden;
}
.section1.pc-wrap {
    background: url("../img/index/section1-m-bg.jpg") no-repeat center top;
	margin-top: 56px;
	background-size: cover;
}

.pos-style1 {
    position: relative;
    z-index: 1;
}
.pos-style2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/*@media (min-width: 720px) {
	.section1.pc-wrap {
		background: url("../img/index/section1-pc-bg.jpg") no-repeat center top;
		margin-top: 55px;
	}
}*/

@media (min-width: 1200px) {
	.section1.pc-wrap {
		
		margin-top: 190px;
	}
}

/*========================================================
                     下雨特效
=========================================================*/
.rain {
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 50px;
  position: absolute;
  width: 5px;
}

.rain:nth-of-type(1) {
  animation-name: rain-1;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 25%;
  opacity: 0.48;
  top: -75%;
}

@Keyframes rain-1 {
  from {
    left: 25%;
    opacity: 0.48;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}
.rain:nth-of-type(2) {
  animation-name: rain-2;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 19%;
  opacity: 0.54;
  top: -80%;
}

@Keyframes rain-2 {
  from {
    left: 19%;
    opacity: 0.54;
    top: -80%;
  }

  to {
    opacity: 0;
    top: 120%;
  }
}
.rain:nth-of-type(3) {
  animation-name: rain-3;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 23%;
  opacity: 0.53;
  top: -71%;
}

@Keyframes rain-3 {
  from {
    left: 23%;
    opacity: 0.53;
    top: -71%;
  }

  to {
    opacity: 0;
    top: 111%;
  }
}
.rain:nth-of-type(4) {
  animation-name: rain-4;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 4%;
  opacity: 0.52;
  top: -89%;
}

@Keyframes rain-4 {
  from {
    left: 4%;
    opacity: 0.52;
    top: -89%;
  }

  to {
    opacity: 0;
    top: 129%;
  }
}
.rain:nth-of-type(5) {
  animation-name: rain-5;
  animation-delay: 2s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 92%;
  opacity: 0.44;
  top: -96%;
}

@Keyframes rain-5 {
  from {
    left: 92%;
    opacity: 0.44;
    top: -96%;
  }

  to {
    opacity: 0;
    top: 136%;
  }
}
.rain:nth-of-type(6) {
  animation-name: rain-6;
  animation-delay: 6s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 8%;
  opacity: 0.58;
  top: -62%;
}

@Keyframes rain-6 {
  from {
    left: 8%;
    opacity: 0.58;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}
.rain:nth-of-type(7) {
  animation-name: rain-7;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 74%;
  opacity: 0.39;
  top: -80%;
}

@Keyframes rain-7 {
  from {
    left: 74%;
    opacity: 0.39;
    top: -80%;
  }

  to {
    opacity: 0;
    top: 120%;
  }
}
.rain:nth-of-type(8) {
  animation-name: rain-8;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 86%;
  opacity: 0.36;
  top: -68%;
}

@Keyframes rain-8 {
  from {
    left: 86%;
    opacity: 0.36;
    top: -68%;
  }

  to {
    opacity: 0;
    top: 108%;
  }
}
.rain:nth-of-type(9) {
  animation-name: rain-9;
  animation-delay: 13s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 19%;
  opacity: 0.46;
  top: -100%;
}

@Keyframes rain-9 {
  from {
    left: 19%;
    opacity: 0.46;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}
.rain:nth-of-type(10) {
  animation-name: rain-10;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 11%;
  opacity: 0.32;
  top: -94%;
}

@Keyframes rain-10 {
  from {
    left: 11%;
    opacity: 0.32;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}
.rain:nth-of-type(11) {
  animation-name: rain-11;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 59%;
  opacity: 0.48;
  top: -66%;
}

@Keyframes rain-11 {
  from {
    left: 59%;
    opacity: 0.48;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}
.rain:nth-of-type(12) {
  animation-name: rain-12;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 13%;
  opacity: 0.36;
  top: -82%;
}

@Keyframes rain-12 {
  from {
    left: 13%;
    opacity: 0.36;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}
.rain:nth-of-type(13) {
  animation-name: rain-13;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 94%;
  opacity: 0.6;
  top: -68%;
}

@Keyframes rain-13 {
  from {
    left: 94%;
    opacity: 0.6;
    top: -68%;
  }

  to {
    opacity: 0;
    top: 108%;
  }
}
.rain:nth-of-type(14) {
  animation-name: rain-14;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 61%;
  opacity: 0.37;
  top: -69%;
}

@Keyframes rain-14 {
  from {
    left: 61%;
    opacity: 0.37;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}
.rain:nth-of-type(15) {
  animation-name: rain-15;
  animation-delay: 18s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 64%;
  opacity: 0.38;
  top: -100%;
}

@Keyframes rain-15 {
  from {
    left: 64%;
    opacity: 0.38;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}
.rain:nth-of-type(16) {
  animation-name: rain-16;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 81%;
  opacity: 0.39;
  top: -90%;
}

@Keyframes rain-16 {
  from {
    left: 81%;
    opacity: 0.39;
    top: -90%;
  }

  to {
    opacity: 0;
    top: 130%;
  }
}
.rain:nth-of-type(17) {
  animation-name: rain-17;
  animation-delay: 12s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 74%;
  opacity: 0.55;
  top: -99%;
}

@Keyframes rain-17 {
  from {
    left: 74%;
    opacity: 0.55;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}
.rain:nth-of-type(18) {
  animation-name: rain-18;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 59%;
  opacity: 0.47;
  top: -66%;
}

@Keyframes rain-18 {
  from {
    left: 59%;
    opacity: 0.47;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}
.rain:nth-of-type(19) {
  animation-name: rain-19;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 33%;
  opacity: 0.57;
  top: -95%;
}

@Keyframes rain-19 {
  from {
    left: 33%;
    opacity: 0.57;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}
.rain:nth-of-type(20) {
  animation-name: rain-20;
  animation-delay: 12s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 39%;
  opacity: 0.39;
  top: -94%;
}

@Keyframes rain-20 {
  from {
    left: 39%;
    opacity: 0.39;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}
.rain:nth-of-type(21) {
  animation-name: rain-21;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 1%;
  opacity: 0.42;
  top: -75%;
}

@Keyframes rain-21 {
  from {
    left: 1%;
    opacity: 0.42;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}
.rain:nth-of-type(22) {
  animation-name: rain-22;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 9%;
  opacity: 0.59;
  top: -66%;
}

@Keyframes rain-22 {
  from {
    left: 9%;
    opacity: 0.59;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}
.rain:nth-of-type(23) {
  animation-name: rain-23;
  animation-delay: 11s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 15%;
  opacity: 0.59;
  top: -72%;
}

@Keyframes rain-23 {
  from {
    left: 15%;
    opacity: 0.59;
    top: -72%;
  }

  to {
    opacity: 0;
    top: 112%;
  }
}
.rain:nth-of-type(24) {
  animation-name: rain-24;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 54%;
  opacity: 0.51;
  top: -88%;
}

@Keyframes rain-24 {
  from {
    left: 54%;
    opacity: 0.51;
    top: -88%;
  }

  to {
    opacity: 0;
    top: 128%;
  }
}
.rain:nth-of-type(25) {
  animation-name: rain-25;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.34;
  top: -79%;
}

@Keyframes rain-25 {
  from {
    left: 99%;
    opacity: 0.34;
    top: -79%;
  }

  to {
    opacity: 0;
    top: 119%;
  }
}
.rain:nth-of-type(26) {
  animation-name: rain-26;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 48%;
  opacity: 0.37;
  top: -67%;
}

@Keyframes rain-26 {
  from {
    left: 48%;
    opacity: 0.37;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}
.rain:nth-of-type(27) {
  animation-name: rain-27;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 92%;
  opacity: 0.36;
  top: -70%;
}

@Keyframes rain-27 {
  from {
    left: 92%;
    opacity: 0.36;
    top: -70%;
  }

  to {
    opacity: 0;
    top: 110%;
  }
}
.rain:nth-of-type(28) {
  animation-name: rain-28;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 56%;
  opacity: 0.51;
  top: -56%;
}

@Keyframes rain-28 {
  from {
    left: 56%;
    opacity: 0.51;
    top: -56%;
  }

  to {
    opacity: 0;
    top: 96%;
  }
}
.rain:nth-of-type(29) {
  animation-name: rain-29;
  animation-delay: 18s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 93%;
  opacity: 0.48;
  top: -53%;
}

@Keyframes rain-29 {
  from {
    left: 93%;
    opacity: 0.48;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}
.rain:nth-of-type(30) {
  animation-name: rain-30;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 34%;
  opacity: 0.46;
  top: -55%;
}

@Keyframes rain-30 {
  from {
    left: 34%;
    opacity: 0.46;
    top: -55%;
  }

  to {
    opacity: 0;
    top: 95%;
  }
}
.rain:nth-of-type(31) {
  animation-name: rain-31;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 14%;
  opacity: 0.37;
  top: -82%;
}

@Keyframes rain-31 {
  from {
    left: 14%;
    opacity: 0.37;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}
.rain:nth-of-type(32) {
  animation-name: rain-32;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 66%;
  opacity: 0.31;
  top: -52%;
}

@Keyframes rain-32 {
  from {
    left: 66%;
    opacity: 0.31;
    top: -52%;
  }

  to {
    opacity: 0;
    top: 92%;
  }
}
.rain:nth-of-type(33) {
  animation-name: rain-33;
  animation-delay: 7s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.6;
  top: -66%;
}

@Keyframes rain-33 {
  from {
    left: 47%;
    opacity: 0.6;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}
.rain:nth-of-type(34) {
  animation-name: rain-34;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 10%;
  opacity: 0.58;
  top: -85%;
}

@Keyframes rain-34 {
  from {
    left: 10%;
    opacity: 0.58;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}
.rain:nth-of-type(35) {
  animation-name: rain-35;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 12%;
  opacity: 0.36;
  top: -92%;
}

@Keyframes rain-35 {
  from {
    left: 12%;
    opacity: 0.36;
    top: -92%;
  }

  to {
    opacity: 0;
    top: 132%;
  }
}
.rain:nth-of-type(36) {
  animation-name: rain-36;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 80%;
  opacity: 0.34;
  top: -64%;
}

@Keyframes rain-36 {
  from {
    left: 80%;
    opacity: 0.34;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(37) {
  animation-name: rain-37;
  animation-delay: 17s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 33%;
  opacity: 0.37;
  top: -74%;
}

@Keyframes rain-37 {
  from {
    left: 33%;
    opacity: 0.37;
    top: -74%;
  }

  to {
    opacity: 0;
    top: 114%;
  }
}
.rain:nth-of-type(38) {
  animation-name: rain-38;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 31%;
  opacity: 0.47;
  top: -67%;
}

@Keyframes rain-38 {
  from {
    left: 31%;
    opacity: 0.47;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}
.rain:nth-of-type(39) {
  animation-name: rain-39;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 7%;
  opacity: 0.44;
  top: -89%;
}

@Keyframes rain-39 {
  from {
    left: 7%;
    opacity: 0.44;
    top: -89%;
  }

  to {
    opacity: 0;
    top: 129%;
  }
}
.rain:nth-of-type(40) {
  animation-name: rain-40;
  animation-delay: 9s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 43%;
  opacity: 0.32;
  top: -55%;
}

@Keyframes rain-40 {
  from {
    left: 43%;
    opacity: 0.32;
    top: -55%;
  }

  to {
    opacity: 0;
    top: 95%;
  }
}
.rain:nth-of-type(41) {
  animation-name: rain-41;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 90%;
  opacity: 0.49;
  top: -78%;
}

@Keyframes rain-41 {
  from {
    left: 90%;
    opacity: 0.49;
    top: -78%;
  }

  to {
    opacity: 0;
    top: 118%;
  }
}
.rain:nth-of-type(42) {
  animation-name: rain-42;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 35%;
  opacity: 0.5;
  top: -95%;
}

@Keyframes rain-42 {
  from {
    left: 35%;
    opacity: 0.5;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}
.rain:nth-of-type(43) {
  animation-name: rain-43;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 83%;
  opacity: 0.32;
  top: -73%;
}

@Keyframes rain-43 {
  from {
    left: 83%;
    opacity: 0.32;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}
.rain:nth-of-type(44) {
  animation-name: rain-44;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 19%;
  opacity: 0.43;
  top: -77%;
}

@Keyframes rain-44 {
  from {
    left: 19%;
    opacity: 0.43;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}
.rain:nth-of-type(45) {
  animation-name: rain-45;
  animation-delay: 5s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.57;
  top: -68%;
}

@Keyframes rain-45 {
  from {
    left: 47%;
    opacity: 0.57;
    top: -68%;
  }

  to {
    opacity: 0;
    top: 108%;
  }
}
.rain:nth-of-type(46) {
  animation-name: rain-46;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 26%;
  opacity: 0.42;
  top: -76%;
}

@Keyframes rain-46 {
  from {
    left: 26%;
    opacity: 0.42;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}
.rain:nth-of-type(47) {
  animation-name: rain-47;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 63%;
  opacity: 0.34;
  top: -60%;
}

@Keyframes rain-47 {
  from {
    left: 63%;
    opacity: 0.34;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}
.rain:nth-of-type(48) {
  animation-name: rain-48;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 84%;
  opacity: 0.39;
  top: -99%;
}

@Keyframes rain-48 {
  from {
    left: 84%;
    opacity: 0.39;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}
.rain:nth-of-type(49) {
  animation-name: rain-49;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.38;
  top: -100%;
}

@Keyframes rain-49 {
  from {
    left: 47%;
    opacity: 0.38;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}
.rain:nth-of-type(50) {
  animation-name: rain-50;
  animation-delay: 6s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 62%;
  opacity: 0.57;
  top: -73%;
}

@Keyframes rain-50 {
  from {
    left: 62%;
    opacity: 0.57;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}
.rain:nth-of-type(51) {
  animation-name: rain-51;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 58%;
  opacity: 0.42;
  top: -66%;
}

@Keyframes rain-51 {
  from {
    left: 58%;
    opacity: 0.42;
    top: -66%;
  }

  to {
    opacity: 0;
    top: 106%;
  }
}
.rain:nth-of-type(52) {
  animation-name: rain-52;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 17%;
  opacity: 0.59;
  top: -71%;
}

@Keyframes rain-52 {
  from {
    left: 17%;
    opacity: 0.59;
    top: -71%;
  }

  to {
    opacity: 0;
    top: 111%;
  }
}
.rain:nth-of-type(53) {
  animation-name: rain-53;
  animation-delay: 4s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 71%;
  opacity: 0.5;
  top: -93%;
}

@Keyframes rain-53 {
  from {
    left: 71%;
    opacity: 0.5;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}
.rain:nth-of-type(54) {
  animation-name: rain-54;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 46%;
  opacity: 0.57;
  top: -87%;
}

@Keyframes rain-54 {
  from {
    left: 46%;
    opacity: 0.57;
    top: -87%;
  }

  to {
    opacity: 0;
    top: 127%;
  }
}
.rain:nth-of-type(55) {
  animation-name: rain-55;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 71%;
  opacity: 0.34;
  top: -57%;
}

@Keyframes rain-55 {
  from {
    left: 71%;
    opacity: 0.34;
    top: -57%;
  }

  to {
    opacity: 0;
    top: 97%;
  }
}
.rain:nth-of-type(56) {
  animation-name: rain-56;
  animation-delay: 5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 86%;
  opacity: 0.58;
  top: -99%;
}

@Keyframes rain-56 {
  from {
    left: 86%;
    opacity: 0.58;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}
.rain:nth-of-type(57) {
  animation-name: rain-57;
  animation-delay: 13s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 20%;
  opacity: 0.59;
  top: -54%;
}

@Keyframes rain-57 {
  from {
    left: 20%;
    opacity: 0.59;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}
.rain:nth-of-type(58) {
  animation-name: rain-58;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 2%;
  opacity: 0.57;
  top: -60%;
}

@Keyframes rain-58 {
  from {
    left: 2%;
    opacity: 0.57;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}
.rain:nth-of-type(59) {
  animation-name: rain-59;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 63%;
  opacity: 0.41;
  top: -76%;
}

@Keyframes rain-59 {
  from {
    left: 63%;
    opacity: 0.41;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}
.rain:nth-of-type(60) {
  animation-name: rain-60;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.6;
  top: -94%;
}

@Keyframes rain-60 {
  from {
    left: 96%;
    opacity: 0.6;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}
.rain:nth-of-type(61) {
  animation-name: rain-61;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 73%;
  opacity: 0.46;
  top: -57%;
}

@Keyframes rain-61 {
  from {
    left: 73%;
    opacity: 0.46;
    top: -57%;
  }

  to {
    opacity: 0;
    top: 97%;
  }
}
.rain:nth-of-type(62) {
  animation-name: rain-62;
  animation-delay: 6s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 20%;
  opacity: 0.56;
  top: -90%;
}

@Keyframes rain-62 {
  from {
    left: 20%;
    opacity: 0.56;
    top: -90%;
  }

  to {
    opacity: 0;
    top: 130%;
  }
}
.rain:nth-of-type(63) {
  animation-name: rain-63;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.37;
  top: -73%;
}

@Keyframes rain-63 {
  from {
    left: 99%;
    opacity: 0.37;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}
.rain:nth-of-type(64) {
  animation-name: rain-64;
  animation-delay: 14s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.31;
  top: -91%;
}

@Keyframes rain-64 {
  from {
    left: 96%;
    opacity: 0.31;
    top: -91%;
  }

  to {
    opacity: 0;
    top: 131%;
  }
}
.rain:nth-of-type(65) {
  animation-name: rain-65;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 5%;
  opacity: 0.57;
  top: -60%;
}

@Keyframes rain-65 {
  from {
    left: 5%;
    opacity: 0.57;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}
.rain:nth-of-type(66) {
  animation-name: rain-66;
  animation-delay: 2s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 13%;
  opacity: 0.6;
  top: -63%;
}

@Keyframes rain-66 {
  from {
    left: 13%;
    opacity: 0.6;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}
.rain:nth-of-type(67) {
  animation-name: rain-67;
  animation-delay: 19s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 49%;
  opacity: 0.59;
  top: -88%;
}

@Keyframes rain-67 {
  from {
    left: 49%;
    opacity: 0.59;
    top: -88%;
  }

  to {
    opacity: 0;
    top: 128%;
  }
}
.rain:nth-of-type(68) {
  animation-name: rain-68;
  animation-delay: 6s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 10%;
  opacity: 0.36;
  top: -53%;
}

@Keyframes rain-68 {
  from {
    left: 10%;
    opacity: 0.36;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}
.rain:nth-of-type(69) {
  animation-name: rain-69;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 79%;
  opacity: 0.47;
  top: -95%;
}

@Keyframes rain-69 {
  from {
    left: 79%;
    opacity: 0.47;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}
.rain:nth-of-type(70) {
  animation-name: rain-70;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 69%;
  opacity: 0.41;
  top: -96%;
}

@Keyframes rain-70 {
  from {
    left: 69%;
    opacity: 0.41;
    top: -96%;
  }

  to {
    opacity: 0;
    top: 136%;
  }
}
.rain:nth-of-type(71) {
  animation-name: rain-71;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 8%;
  opacity: 0.35;
  top: -63%;
}

@Keyframes rain-71 {
  from {
    left: 8%;
    opacity: 0.35;
    top: -63%;
  }

  to {
    opacity: 0;
    top: 103%;
  }
}
.rain:nth-of-type(72) {
  animation-name: rain-72;
  animation-delay: 14s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 89%;
  opacity: 0.46;
  top: -90%;
}

@Keyframes rain-72 {
  from {
    left: 89%;
    opacity: 0.46;
    top: -90%;
  }

  to {
    opacity: 0;
    top: 130%;
  }
}
.rain:nth-of-type(73) {
  animation-name: rain-73;
  animation-delay: 4s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 86%;
  opacity: 0.53;
  top: -83%;
}

@Keyframes rain-73 {
  from {
    left: 86%;
    opacity: 0.53;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}
.rain:nth-of-type(74) {
  animation-name: rain-74;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 67%;
  opacity: 0.31;
  top: -64%;
}

@Keyframes rain-74 {
  from {
    left: 67%;
    opacity: 0.31;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(75) {
  animation-name: rain-75;
  animation-delay: 19s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 38%;
  opacity: 0.38;
  top: -67%;
}

@Keyframes rain-75 {
  from {
    left: 38%;
    opacity: 0.38;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}
.rain:nth-of-type(76) {
  animation-name: rain-76;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 97%;
  opacity: 0.48;
  top: -56%;
}

@Keyframes rain-76 {
  from {
    left: 97%;
    opacity: 0.48;
    top: -56%;
  }

  to {
    opacity: 0;
    top: 96%;
  }
}
.rain:nth-of-type(77) {
  animation-name: rain-77;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 4%;
  opacity: 0.32;
  top: -85%;
}

@Keyframes rain-77 {
  from {
    left: 4%;
    opacity: 0.32;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}
.rain:nth-of-type(78) {
  animation-name: rain-78;
  animation-delay: 8s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 79%;
  opacity: 0.47;
  top: -76%;
}

@Keyframes rain-78 {
  from {
    left: 79%;
    opacity: 0.47;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}
.rain:nth-of-type(79) {
  animation-name: rain-79;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 52%;
  opacity: 0.56;
  top: -51%;
}

@Keyframes rain-79 {
  from {
    left: 52%;
    opacity: 0.56;
    top: -51%;
  }

  to {
    opacity: 0;
    top: 91%;
  }
}
.rain:nth-of-type(80) {
  animation-name: rain-80;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 81%;
  opacity: 0.47;
  top: -54%;
}

@Keyframes rain-80 {
  from {
    left: 81%;
    opacity: 0.47;
    top: -54%;
  }

  to {
    opacity: 0;
    top: 94%;
  }
}
.rain:nth-of-type(81) {
  animation-name: rain-81;
  animation-delay: 2s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.5;
  top: -51%;
}

@Keyframes rain-81 {
  from {
    left: 47%;
    opacity: 0.5;
    top: -51%;
  }

  to {
    opacity: 0;
    top: 91%;
  }
}
.rain:nth-of-type(82) {
  animation-name: rain-82;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 96%;
  opacity: 0.54;
  top: -83%;
}

@Keyframes rain-82 {
  from {
    left: 96%;
    opacity: 0.54;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}
.rain:nth-of-type(83) {
  animation-name: rain-83;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 81%;
  opacity: 0.51;
  top: -57%;
}

@Keyframes rain-83 {
  from {
    left: 81%;
    opacity: 0.51;
    top: -57%;
  }

  to {
    opacity: 0;
    top: 97%;
  }
}
.rain:nth-of-type(84) {
  animation-name: rain-84;
  animation-delay: 19s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 72%;
  opacity: 0.32;
  top: -90%;
}

@Keyframes rain-84 {
  from {
    left: 72%;
    opacity: 0.32;
    top: -90%;
  }

  to {
    opacity: 0;
    top: 130%;
  }
}
.rain:nth-of-type(85) {
  animation-name: rain-85;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 86%;
  opacity: 0.57;
  top: -72%;
}

@Keyframes rain-85 {
  from {
    left: 86%;
    opacity: 0.57;
    top: -72%;
  }

  to {
    opacity: 0;
    top: 112%;
  }
}
.rain:nth-of-type(86) {
  animation-name: rain-86;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 74%;
  opacity: 0.31;
  top: -88%;
}

@Keyframes rain-86 {
  from {
    left: 74%;
    opacity: 0.31;
    top: -88%;
  }

  to {
    opacity: 0;
    top: 128%;
  }
}
.rain:nth-of-type(87) {
  animation-name: rain-87;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 79%;
  opacity: 0.42;
  top: -76%;
}

@Keyframes rain-87 {
  from {
    left: 79%;
    opacity: 0.42;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}
.rain:nth-of-type(88) {
  animation-name: rain-88;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 15%;
  opacity: 0.48;
  top: -75%;
}

@Keyframes rain-88 {
  from {
    left: 15%;
    opacity: 0.48;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}
.rain:nth-of-type(89) {
  animation-name: rain-89;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 34%;
  opacity: 0.42;
  top: -51%;
}

@Keyframes rain-89 {
  from {
    left: 34%;
    opacity: 0.42;
    top: -51%;
  }

  to {
    opacity: 0;
    top: 91%;
  }
}
.rain:nth-of-type(90) {
  animation-name: rain-90;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 91%;
  opacity: 0.42;
  top: -77%;
}

@Keyframes rain-90 {
  from {
    left: 91%;
    opacity: 0.42;
    top: -77%;
  }

  to {
    opacity: 0;
    top: 117%;
  }
}
.rain:nth-of-type(91) {
  animation-name: rain-91;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 52%;
  opacity: 0.32;
  top: -64%;
}

@Keyframes rain-91 {
  from {
    left: 52%;
    opacity: 0.32;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(92) {
  animation-name: rain-92;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 33%;
  opacity: 0.41;
  top: -76%;
}

@Keyframes rain-92 {
  from {
    left: 33%;
    opacity: 0.41;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}
.rain:nth-of-type(93) {
  animation-name: rain-93;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 51%;
  opacity: 0.45;
  top: -100%;
}

@Keyframes rain-93 {
  from {
    left: 51%;
    opacity: 0.45;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}
.rain:nth-of-type(94) {
  animation-name: rain-94;
  animation-delay: 18s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 64%;
  opacity: 0.41;
  top: -53%;
}

@Keyframes rain-94 {
  from {
    left: 64%;
    opacity: 0.41;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}
.rain:nth-of-type(95) {
  animation-name: rain-95;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 64%;
  opacity: 0.59;
  top: -76%;
}

@Keyframes rain-95 {
  from {
    left: 64%;
    opacity: 0.59;
    top: -76%;
  }

  to {
    opacity: 0;
    top: 116%;
  }
}
.rain:nth-of-type(96) {
  animation-name: rain-96;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 64%;
  opacity: 0.41;
  top: -61%;
}

@Keyframes rain-96 {
  from {
    left: 64%;
    opacity: 0.41;
    top: -61%;
  }

  to {
    opacity: 0;
    top: 101%;
  }
}
.rain:nth-of-type(97) {
  animation-name: rain-97;
  animation-delay: 4s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 62%;
  opacity: 0.51;
  top: -67%;
}

@Keyframes rain-97 {
  from {
    left: 62%;
    opacity: 0.51;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}
.rain:nth-of-type(98) {
  animation-name: rain-98;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 31%;
  opacity: 0.53;
  top: -94%;
}

@Keyframes rain-98 {
  from {
    left: 31%;
    opacity: 0.53;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}
.rain:nth-of-type(99) {
  animation-name: rain-99;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 93%;
  opacity: 0.35;
  top: -95%;
}

@Keyframes rain-99 {
  from {
    left: 93%;
    opacity: 0.35;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}
.rain:nth-of-type(100) {
  animation-name: rain-100;
  animation-delay: 4s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 81%;
  opacity: 0.56;
  top: -67%;
}

@Keyframes rain-100 {
  from {
    left: 81%;
    opacity: 0.56;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}
.rain:nth-of-type(101) {
  animation-name: rain-101;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 69%;
  opacity: 0.48;
  top: -70%;
}

@Keyframes rain-101 {
  from {
    left: 69%;
    opacity: 0.48;
    top: -70%;
  }

  to {
    opacity: 0;
    top: 110%;
  }
}
.rain:nth-of-type(102) {
  animation-name: rain-102;
  animation-delay: 17s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 15%;
  opacity: 0.46;
  top: -85%;
}

@Keyframes rain-102 {
  from {
    left: 15%;
    opacity: 0.46;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}
.rain:nth-of-type(103) {
  animation-name: rain-103;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 6%;
  opacity: 0.35;
  top: -69%;
}

@Keyframes rain-103 {
  from {
    left: 6%;
    opacity: 0.35;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}
.rain:nth-of-type(104) {
  animation-name: rain-104;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 14%;
  opacity: 0.37;
  top: -83%;
}

@Keyframes rain-104 {
  from {
    left: 14%;
    opacity: 0.37;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}
.rain:nth-of-type(105) {
  animation-name: rain-105;
  animation-delay: 17s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.31;
  top: -86%;
}

@Keyframes rain-105 {
  from {
    left: 47%;
    opacity: 0.31;
    top: -86%;
  }

  to {
    opacity: 0;
    top: 126%;
  }
}
.rain:nth-of-type(106) {
  animation-name: rain-106;
  animation-delay: 10s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 42%;
  opacity: 0.47;
  top: -96%;
}

@Keyframes rain-106 {
  from {
    left: 42%;
    opacity: 0.47;
    top: -96%;
  }

  to {
    opacity: 0;
    top: 136%;
  }
}
.rain:nth-of-type(107) {
  animation-name: rain-107;
  animation-delay: 16s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 43%;
  opacity: 0.39;
  top: -64%;
}

@Keyframes rain-107 {
  from {
    left: 43%;
    opacity: 0.39;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(108) {
  animation-name: rain-108;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 50%;
  opacity: 0.56;
  top: -60%;
}

@Keyframes rain-108 {
  from {
    left: 50%;
    opacity: 0.56;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}
.rain:nth-of-type(109) {
  animation-name: rain-109;
  animation-delay: 15s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 9%;
  opacity: 0.43;
  top: -95%;
}

@Keyframes rain-109 {
  from {
    left: 9%;
    opacity: 0.43;
    top: -95%;
  }

  to {
    opacity: 0;
    top: 135%;
  }
}
.rain:nth-of-type(110) {
  animation-name: rain-110;
  animation-delay: 11s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 79%;
  opacity: 0.35;
  top: -69%;
}

@Keyframes rain-110 {
  from {
    left: 79%;
    opacity: 0.35;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}
.rain:nth-of-type(111) {
  animation-name: rain-111;
  animation-delay: 11s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 12%;
  opacity: 0.39;
  top: -78%;
}

@Keyframes rain-111 {
  from {
    left: 12%;
    opacity: 0.39;
    top: -78%;
  }

  to {
    opacity: 0;
    top: 118%;
  }
}
.rain:nth-of-type(112) {
  animation-name: rain-112;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 28%;
  opacity: 0.39;
  top: -97%;
}

@Keyframes rain-112 {
  from {
    left: 28%;
    opacity: 0.39;
    top: -97%;
  }

  to {
    opacity: 0;
    top: 137%;
  }
}
.rain:nth-of-type(113) {
  animation-name: rain-113;
  animation-delay: 14s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 85%;
  opacity: 0.39;
  top: -84%;
}

@Keyframes rain-113 {
  from {
    left: 85%;
    opacity: 0.39;
    top: -84%;
  }

  to {
    opacity: 0;
    top: 124%;
  }
}
.rain:nth-of-type(114) {
  animation-name: rain-114;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 22%;
  opacity: 0.41;
  top: -85%;
}

@Keyframes rain-114 {
  from {
    left: 22%;
    opacity: 0.41;
    top: -85%;
  }

  to {
    opacity: 0;
    top: 125%;
  }
}
.rain:nth-of-type(115) {
  animation-name: rain-115;
  animation-delay: 19s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 38%;
  opacity: 0.42;
  top: -100%;
}

@Keyframes rain-115 {
  from {
    left: 38%;
    opacity: 0.42;
    top: -100%;
  }

  to {
    opacity: 0;
    top: 140%;
  }
}
.rain:nth-of-type(116) {
  animation-name: rain-116;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 66%;
  opacity: 0.54;
  top: -78%;
}

@Keyframes rain-116 {
  from {
    left: 66%;
    opacity: 0.54;
    top: -78%;
  }

  to {
    opacity: 0;
    top: 118%;
  }
}
.rain:nth-of-type(117) {
  animation-name: rain-117;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 19%;
  opacity: 0.38;
  top: -64%;
}

@Keyframes rain-117 {
  from {
    left: 19%;
    opacity: 0.38;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(118) {
  animation-name: rain-118;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 82%;
  opacity: 0.32;
  top: -98%;
}

@Keyframes rain-118 {
  from {
    left: 82%;
    opacity: 0.32;
    top: -98%;
  }

  to {
    opacity: 0;
    top: 138%;
  }
}
.rain:nth-of-type(119) {
  animation-name: rain-119;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 26%;
  opacity: 0.36;
  top: -60%;
}

@Keyframes rain-119 {
  from {
    left: 26%;
    opacity: 0.36;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}
.rain:nth-of-type(120) {
  animation-name: rain-120;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 32%;
  opacity: 0.53;
  top: -94%;
}

@Keyframes rain-120 {
  from {
    left: 32%;
    opacity: 0.53;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}
.rain:nth-of-type(121) {
  animation-name: rain-121;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 47%;
  opacity: 0.34;
  top: -93%;
}

@Keyframes rain-121 {
  from {
    left: 47%;
    opacity: 0.34;
    top: -93%;
  }

  to {
    opacity: 0;
    top: 133%;
  }
}
.rain:nth-of-type(122) {
  animation-name: rain-122;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 97%;
  opacity: 0.35;
  top: -71%;
}

@Keyframes rain-122 {
  from {
    left: 97%;
    opacity: 0.35;
    top: -71%;
  }

  to {
    opacity: 0;
    top: 111%;
  }
}
.rain:nth-of-type(123) {
  animation-name: rain-123;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 36%;
  opacity: 0.39;
  top: -82%;
}

@Keyframes rain-123 {
  from {
    left: 36%;
    opacity: 0.39;
    top: -82%;
  }

  to {
    opacity: 0;
    top: 122%;
  }
}
.rain:nth-of-type(124) {
  animation-name: rain-124;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 94%;
  opacity: 0.32;
  top: -94%;
}

@Keyframes rain-124 {
  from {
    left: 94%;
    opacity: 0.32;
    top: -94%;
  }

  to {
    opacity: 0;
    top: 134%;
  }
}
.rain:nth-of-type(125) {
  animation-name: rain-125;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 30%;
  opacity: 0.39;
  top: -61%;
}

@Keyframes rain-125 {
  from {
    left: 30%;
    opacity: 0.39;
    top: -61%;
  }

  to {
    opacity: 0;
    top: 101%;
  }
}
.rain:nth-of-type(126) {
  animation-name: rain-126;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 31%;
  opacity: 0.58;
  top: -86%;
}

@Keyframes rain-126 {
  from {
    left: 31%;
    opacity: 0.58;
    top: -86%;
  }

  to {
    opacity: 0;
    top: 126%;
  }
}
.rain:nth-of-type(127) {
  animation-name: rain-127;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  opacity: 0.54;
  top: -73%;
}

@Keyframes rain-127 {
  from {
    left: 80%;
    opacity: 0.54;
    top: -73%;
  }

  to {
    opacity: 0;
    top: 113%;
  }
}
.rain:nth-of-type(128) {
  animation-name: rain-128;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 4%;
  opacity: 0.35;
  top: -53%;
}

@Keyframes rain-128 {
  from {
    left: 4%;
    opacity: 0.35;
    top: -53%;
  }

  to {
    opacity: 0;
    top: 93%;
  }
}
.rain:nth-of-type(129) {
  animation-name: rain-129;
  animation-delay: 6s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 71%;
  opacity: 0.41;
  top: -62%;
}

@Keyframes rain-129 {
  from {
    left: 71%;
    opacity: 0.41;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}
.rain:nth-of-type(130) {
  animation-name: rain-130;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 66%;
  opacity: 0.35;
  top: -97%;
}

@Keyframes rain-130 {
  from {
    left: 66%;
    opacity: 0.35;
    top: -97%;
  }

  to {
    opacity: 0;
    top: 137%;
  }
}
.rain:nth-of-type(131) {
  animation-name: rain-131;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 29%;
  opacity: 0.33;
  top: -60%;
}

@Keyframes rain-131 {
  from {
    left: 29%;
    opacity: 0.33;
    top: -60%;
  }

  to {
    opacity: 0;
    top: 100%;
  }
}
.rain:nth-of-type(132) {
  animation-name: rain-132;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 6%;
  opacity: 0.35;
  top: -59%;
}

@Keyframes rain-132 {
  from {
    left: 6%;
    opacity: 0.35;
    top: -59%;
  }

  to {
    opacity: 0;
    top: 99%;
  }
}
.rain:nth-of-type(133) {
  animation-name: rain-133;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 10%;
  opacity: 0.39;
  top: -65%;
}

@Keyframes rain-133 {
  from {
    left: 10%;
    opacity: 0.39;
    top: -65%;
  }

  to {
    opacity: 0;
    top: 105%;
  }
}
.rain:nth-of-type(134) {
  animation-name: rain-134;
  animation-delay: 10s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 26%;
  opacity: 0.53;
  top: -59%;
}

@Keyframes rain-134 {
  from {
    left: 26%;
    opacity: 0.53;
    top: -59%;
  }

  to {
    opacity: 0;
    top: 99%;
  }
}
.rain:nth-of-type(135) {
  animation-name: rain-135;
  animation-delay: 3s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 87%;
  opacity: 0.35;
  top: -69%;
}

@Keyframes rain-135 {
  from {
    left: 87%;
    opacity: 0.35;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}
.rain:nth-of-type(136) {
  animation-name: rain-136;
  animation-delay: 19s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 100%;
  opacity: 0.55;
  top: -69%;
}

@Keyframes rain-136 {
  from {
    left: 100%;
    opacity: 0.55;
    top: -69%;
  }

  to {
    opacity: 0;
    top: 109%;
  }
}
.rain:nth-of-type(137) {
  animation-name: rain-137;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 20%;
  opacity: 0.51;
  top: -64%;
}

@Keyframes rain-137 {
  from {
    left: 20%;
    opacity: 0.51;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(138) {
  animation-name: rain-138;
  animation-delay: 11s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 22%;
  opacity: 0.51;
  top: -75%;
}

@Keyframes rain-138 {
  from {
    left: 22%;
    opacity: 0.51;
    top: -75%;
  }

  to {
    opacity: 0;
    top: 115%;
  }
}
.rain:nth-of-type(139) {
  animation-name: rain-139;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 75%;
  opacity: 0.47;
  top: -67%;
}

@Keyframes rain-139 {
  from {
    left: 75%;
    opacity: 0.47;
    top: -67%;
  }

  to {
    opacity: 0;
    top: 107%;
  }
}
.rain:nth-of-type(140) {
  animation-name: rain-140;
  animation-delay: 4s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 80%;
  opacity: 0.35;
  top: -62%;
}

@Keyframes rain-140 {
  from {
    left: 80%;
    opacity: 0.35;
    top: -62%;
  }

  to {
    opacity: 0;
    top: 102%;
  }
}
.rain:nth-of-type(141) {
  animation-name: rain-141;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 4%;
  opacity: 0.51;
  top: -98%;
}

@Keyframes rain-141 {
  from {
    left: 4%;
    opacity: 0.51;
    top: -98%;
  }

  to {
    opacity: 0;
    top: 138%;
  }
}
.rain:nth-of-type(142) {
  animation-name: rain-142;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 32%;
  opacity: 0.57;
  top: -64%;
}

@Keyframes rain-142 {
  from {
    left: 32%;
    opacity: 0.57;
    top: -64%;
  }

  to {
    opacity: 0;
    top: 104%;
  }
}
.rain:nth-of-type(143) {
  animation-name: rain-143;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 64%;
  opacity: 0.45;
  top: -83%;
}

@Keyframes rain-143 {
  from {
    left: 64%;
    opacity: 0.45;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}
.rain:nth-of-type(144) {
  animation-name: rain-144;
  animation-delay: 10s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 50%;
  opacity: 0.45;
  top: -96%;
}

@Keyframes rain-144 {
  from {
    left: 50%;
    opacity: 0.45;
    top: -96%;
  }

  to {
    opacity: 0;
    top: 136%;
  }
}
.rain:nth-of-type(145) {
  animation-name: rain-145;
  animation-delay: 9s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 25%;
  opacity: 0.51;
  top: -83%;
}

@Keyframes rain-145 {
  from {
    left: 25%;
    opacity: 0.51;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}
.rain:nth-of-type(146) {
  animation-name: rain-146;
  animation-delay: 7s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 88%;
  opacity: 0.36;
  top: -99%;
}

@Keyframes rain-146 {
  from {
    left: 88%;
    opacity: 0.36;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}
.rain:nth-of-type(147) {
  animation-name: rain-147;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 6%;
  opacity: 0.59;
  top: -99%;
}

@Keyframes rain-147 {
  from {
    left: 6%;
    opacity: 0.59;
    top: -99%;
  }

  to {
    opacity: 0;
    top: 139%;
  }
}
.rain:nth-of-type(148) {
  animation-name: rain-148;
  animation-delay: 11s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 99%;
  opacity: 0.39;
  top: -83%;
}

@Keyframes rain-148 {
  from {
    left: 99%;
    opacity: 0.39;
    top: -83%;
  }

  to {
    opacity: 0;
    top: 123%;
  }
}
.rain:nth-of-type(149) {
  animation-name: rain-149;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 100%;
  opacity: 0.38;
  top: -87%;
}

@Keyframes rain-149 {
  from {
    left: 100%;
    opacity: 0.38;
    top: -87%;
  }

  to {
    opacity: 0;
    top: 127%;
  }
}
.rain:nth-of-type(150) {
  animation-name: rain-150;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 52%;
  opacity: 0.38;
  top: -51%;
}

@Keyframes rain-150 {
  from {
    left: 52%;
    opacity: 0.38;
    top: -51%;
  }

  to {
    opacity: 0;
    top: 91%;
  }
}


/*.home_banner_pic{}
.meteor-1 {
  position: absolute;
  top: 90px;
  left: 75%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 6.8s linear infinite;

  animation-delay: -2s;
}
.meteor-1:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-2 {
  position: absolute;
  top: 135px;
  left: 75%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 9s linear infinite;

  animation-delay: -2s;
}
.meteor-2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-3 {
  position: absolute;
  top: 74px;
  left: 41%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 6.2s linear infinite;

  animation-delay: -2s;
}
.meteor-3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-4 {
  position: absolute;
  top: 106px;
  left: 32%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 7.7s linear infinite;

  animation-delay: -2s;
}
.meteor-4:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-5 {
  position: absolute;
  top: 294px;
  left: 17%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 8.8s linear infinite;

  animation-delay: -2s;
}
.meteor-5:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-6 {
  position: absolute;
  top: 275px;
  left: 68%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 7.4s linear infinite;

  animation-delay: -2s;
}
.meteor-6:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-7 {
  position: absolute;
  top: 146px;
  left: 28%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 8.7s linear infinite;

  animation-delay: -2s;
}
.meteor-7:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-8 {
  position: absolute;
  top: 279px;
  left: 62%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 6.3s linear infinite;

  animation-delay: -2s;
}
.meteor-8:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-9 {
  position: absolute;
  top: 283px;
  left: 72%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 7s linear infinite;

  animation-delay: -2s;
}
.meteor-9:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-10 {
  position: absolute;
  top: 154px;
  left: 35%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 3.5s linear infinite;

  animation-delay: -2s;
}
.meteor-10:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-11 {
  position: absolute;
  top: 132px;
  left: 98%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 7.8s linear infinite;

  animation-delay: -2s;
}
.meteor-11:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-12 {
  position: absolute;
  top: 191px;
  left: 17%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 9.4s linear infinite;

  animation-delay: -2s;
}
.meteor-12:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-13 {
  position: absolute;
  top: 201px;
  left: 23%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 3.6s linear infinite;

  animation-delay: -2s;
}
.meteor-13:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-14 {
  position: absolute;
  top: 101px;
  left: 96%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 3.5s linear infinite;

  animation-delay: -2s;
}
.meteor-14:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-15 {
  position: absolute;
  top: 82px;
  left: 79%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 7.3s linear infinite;

  animation-delay: -2s;
}
.meteor-15:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

@keyframes meteor {
  0% {
    opacity: 1;
    margin-top: -300px;
    margin-right: -300px;
  }
  12% {
    opacity: 0;
  }
  15% {
    margin-top: 300px;
    margin-left: -600px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
*/


/*========================================================
                         最新消息
=========================================================*/

/* 框架 */
.news{
	padding-top: 60px;
	padding-bottom: 60px;
}
.news-titleBox{
	text-align: center;
	padding-bottom: 2vh;
}
.news-titleBox h3{
	font-family: "Chonburi", serif;
	font-weight: bold;
}
.news-pic-test a{
	display: inline-block;
	
}
.news-pic-test{
	color: #555;
}
.news-pic-test h3{
	color: #333;
	font-weight: bold;
	margin: 0;
	font-size: 1.2rem;
}

.news-pic-test p{
	color: #555;
	font-size: 0.85rem;
}

.titleBox--line {
    background: #4d4d4d;
    display: block;
    height: 50px;
    margin: 5px auto 10px;
    width: 1px;
}
.news-day{
	color: #333;
	text-align: center;
}
.news-day .day{
	padding: 0 2px;
	font-weight: bold;
}
.news-item-img{
	background: #bfbfbf;
    border-bottom: 1px solid #423f3f;
    transition: all .5s;
}
.newsItem--img>a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.newsItem--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: grayscale(1); */
    /* -webkit-filter: grayscale(1); */
    padding-top: 60%;
    position: relative;
    transition: all .5s;
}
.news-item-img:hover .news-pic-img a .pic:before {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.news-item-img .news-pic-img a .pic:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    content: '';
    display: inline-block;
	/*background: url(../img/link-symbol.png) no-repeat center center;*/
	background-color: rgba(10,10,10,0.6);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 2s;
	z-index: 99;
}
.news-item-img .news-pic-img a .pic:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	content: "";
	width: 100%;
	height: 100%;
}

.news-bnt{
	text-align: center;
    padding: 3vh 0;
}
.news-button{
	background: #4d4d4d;
    border-radius: 0;
    color: #c6c6c6;
    font-size: .75rem;
    padding: 13px;
    overflow: hidden;
}
.news-button:hover {
  background: #7f7d7d;
  color: #141414;

}

@media (max-width: 767.98px) {
	.news-item-img{
		border-bottom:none; 
	}
	.news-pic-box{
		color: #fff;
        display: flex;
        font-size: .875rem;
	} 
	.news-pic-box .news-day {
        display: block;
        flex: 0 0 auto;
        font-family: Mukta Mahee, sans-serif;
        margin-right: 15px;
    }
	.news-pic-box .news-day span{
        font-weight: bold;
		font-size: 1rem;
        padding: 0 2px;
    }
	.news-pic-box .news-pic-test {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        flex: 1;
        overflow: hidden;
    }
    .news-item-img {
        background: none;
    }
	.newsItem--img {
        padding-top: 35%;
    }
	.news-pic-box{
		color: #fff !important;
        font-size: .875rem;
        padding: 0 0 1vh;
	}
	.news-pic-test p{
		display: none;
	}
	.news-titleBox p{
		font-size: 0.9rem;
	}
	.news-pic-test h3 {
		font-size: 1rem;
		line-height: inherit;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media (min-width: 768px) {
	.news-day .day{
		font-size: 2rem;
	}
}

/*========================================================
                         熱銷
=========================================================*/

/* 框架 */
.hot-wrap{
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.hot .row{
	background: #333;
	margin: 1vh -1px;
	position: relative;
}

.hot-item{
	color: #fff;
	text-align: center;
	padding: 2vh 0;
}

.hot-item h3 {
    font-size: 1.2rem;
	padding-bottom: 2vh;
}
.hot-item p {
    font-size: 0.9rem;
}
.hot-bnt i{
	color: #fff;
	padding-right: 1vh;
}
.hot-button,.hot-button:hover{
	color: #fff;
	font-size: 0.9rem;
}
.hot-phone{
	padding-top: 2vh;
}
.hot-phone a{
	color: #b3926f!important;
	font-family: "Chonburi", serif;
	font-weight: bold;
}
.hot-info-b{
	align-items: center;
    background: #333;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
.hot-txt{
	color: #b3926f;
    font-size: .75rem;
    left: 0;
    padding-left: 32px;
    padding-top: 32px;
    position: absolute;
    top: 0;
	line-height: 1rem;
	/*z-index: 99;*/
}

.hot-txt:after {
    border-color: #b3926f transparent transparent;
    border-style: solid;
    border-width: 36px 36px 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
	/*z-index: 99;*/
}
.hot a{
	color: #fff;
}


@media (min-width: 768px) {
	.hot-item{
		padding: 0;
	}
	.hot-item h3 {
		padding-bottom: 1vh;
	}
	.hot-phone{
		padding-top: 1vh;
	}
}


@media (max-width: 767.98px) {
	.hot-txt {
        padding-left: 5px;
        padding-top: 3px;
		z-index: 1;
    }
    .hot-txt span {
        color: #333;
        display: block;
        opacity: 1;
        position: relative;
        transform: scale(.8);
        transform-origin: top left;
        z-index: 3;
    }
	.hot-txt:after {
        border-width: 56px 56px 0 0;
        opacity: 2;
    }
}


/*========================================================
                     背景特效
=========================================================*/
.section8[data-v-88684262] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0;
    padding: 4vw 0 0;
    z-index: 1;
}
.angle1{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.angle2{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.w1[data-v-88684262] {
    bottom: 4.0416666667vw;
    left: 0;
    width: 100vw;
    z-index: 2;
    height: 13.0208333333vw;
}
.absolute {
    position: absolute!important;
}

.w .wave[data-v-62b6d640] {
    background-image: url(../img/index/line.svg);
    background-size: 50% 100%;
}
.w div[data-v-62b6d640] {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-animation: wave-data-v-62b6d640 15s linear infinite;
    animation: wave-data-v-62b6d640 15s linear infinite;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}
.w div[data-v-62b6d640]:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.w div[data-v-62b6d640]:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.w div[data-v-62b6d640]:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.w div[data-v-62b6d640]:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.w div[data-v-62b6d640]:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.w div[data-v-62b6d640]:nth-child(7) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.w div[data-v-62b6d640]:nth-child(8) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.w div[data-v-62b6d640]:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.w div[data-v-62b6d640]:nth-child(10) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@-webkit-keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}



/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}
/*========================================================
                         按鈕效果
=========================================================*/

.btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    position: relative;
    transition: all .3s linear;
    float: left;
    margin: 0px auto;
    margin-top: 0px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%; 
    left: 50%;
    transform: translate(-50%,30%);
    z-index: 9;
	font-family: 'Noto Serif TC', serif;
}
.btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 30px;
	color: #fff;
    border: 1px solid #fff;
}
.btn-1{
	color: #555;
    border: 1px solid #555;
}
.btn-1 > a{
	color: #555;
}

.btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width: 1200px) {
	.btn-back{
		top: -60%; 
		transform: translate(-50%,-60%);
	}
}
.rd-navbar-static .rd-navbar-dropdown{
	margin-top: 20px!important;
}
/*========================================================
                         左側選單
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    /*background-color: #620000;
    border-color: #620000;*/
	background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}

@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
  		padding-top: 1px;
    }
    .icon_img {
        display: block;
        background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 13px 10px 7px;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background: linear-gradient(to bottom, #9d9d9d 0%, #3f3f3f 100%);
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 22px;
        bottom: 92px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}
