 /**
  * 【声明】
  *  作者 Author: Hardys Hu <hardys1206@gmail.com>
  *  版权 Copyright: Hardys Hu, 该代码和知识产权于2019年6月完成发表和声明。
  *  授权 Authorization: 未经原作者书面授权不可修改、署名、再转发或用作商业用途。
  */

*,
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

a {
  cursor: pointer;
  color: #305166;
  text-decoration: none;
}

#banner {
  background:url("../../img/space.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#banner-canvas {
  opacity: .8;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 10%;
}

.shooting-star {
  opacity: .8;
  display: none;
  position: absolute;
  top: 0;
  left: 10%;
  color: #fff;
  z-index: 900;
}

#intro-text {
  opacity: .8;
  position: absolute;
  font-size: 24px;
  left: 0;
  color: #fff;
  padding: 5% 10%;
}

#pattern {
  opacity: 0;
  position: absolute;
  left: 0;
  width: fit-content;
  color: #fff;
  padding: 8% 10%;
}

.section {
  width: 80%;
  height: 750px;
  padding: 5% 10%;
}

.section:nth-child(odd) {
  background: linear-gradient(
    225deg,
    #5986a3 0%,
    #305166  100%
  );
  height: 450px;
}

.section:nth-child(even) {
  z-index: 1001;
  background: linear-gradient( 
    225deg,
    #ffffff 0%,
    #e6e6e6 100% 
  );
}

.section-line {
  width: 2%;
  min-width: 40px;
  margin: 0 auto;
  padding: 40px 49% 100px;
}

.section-title {
  color: #444;
  padding-bottom: 30px;
}

.section-content {
  font-size: 1.2rem;
  color: #666;
  padding: 25px 0;
  line-height: 2.5rem;
}

.section-quote {
  display: flex;
}

.section-quote-content {
  opacity: 0;
}

.section-30day {
  font-size: 10rem;
  color: #305166 ;
  padding: 50px 0 50px 40px;
  line-height: 2.5rem;
  font-weight: bolder;
  float: right;
  opacity: 0;
}

.section-quote-name {
  opacity: 0;
  float: right;
  color: #888;
  padding: 50px 0px;
}

.color-white {
  color: #fff;
}

.section-quote-image1, .section-quote-image2 {
  opacity: 0;
  width: 80px;
}

.section-quote-image1 {
  margin-left: -5px;
  margin-bottom: -25px;
}

.section-quote-image2 {
  float: right;
  margin-top: -70px;
  margin-right: 0px;
}

.section-procedure {
  margin-top: 40px;
}

.section-5steps {
  opacity: 0;
  padding-left: 80px;
}

.section-5steps-icon {
  opacity: 0;
  position: absolute;
  width: 40px;
  margin-top: 180px;
  margin-left: -150px;
}

.section-wantToSale {
  padding: 10px 0;
  color: #666;
  font-size: 1.2rem;
}

.wantToSale-button {
  background: linear-gradient(
    225deg,
    #5986a3 0%,
    #305166  100%
  );
  max-width: fit-content;
  margin-top: 20px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 20px;
  width: auto;
}

.wantToSale-button:hover {
  background: linear-gradient(
    225deg,
    #5986a3 0%,
    #27465b 100%
  );
  transition: all 0.4s ease-in-out;
}

.section-category {
  opacity: 0;
  width: 400px;
  padding: 0 50px;
}

.section-cont-logo {
  opacity: 0;
  position: absolute;
  margin-top: 80px;
  width: 120px;
  margin-left: -300px;
}

/** Media Rules**/
@media only screen and (max-device-width: 667px) {
  #content {
    margin-top: 10%;
  }
  #pattern {
    margin-top: 25%;
    padding: 5%;
    width: 90%;
  }
  #banner-canvas {
    top: 150px;
    right: 0;
    margin-top: 25%;
    width: 80px;
    height: 80px;
  }
  .width-50 {
    width: 100%;
  }
  .section-5steps {
    padding-left: 0;
  }
  .section-quote {
    display: block;
  }
  .section {
    padding: 5% 5%;
    width: 90%;
    height: 1400px;
  }
  .section-30day {
    font-size: 8rem;
  }
  .section:nth-child(odd) {
    height: 850px;
  }
  .section-contact {
    height: 1000px;
  }
  .section-category {
    width: 280px;
    padding: 20px 20px;
    margin: 0 auto;
  }
  .section-cont-logo {
    margin-top: 60px;
    width: 100px;
    margin-left: -210px;
  }
}