/** Banner **/
.banner {
  background: linear-gradient(103deg, #060526, #2E065E, #0A0010);
  color: #F4F4F4; }
  .banner h1 {
    margin-top: 190px;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 30px; }
  .banner a {
    display: block;
    color: #F4F4F4;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    transition: all .4s ease-in;
    margin-bottom: 100px; }
    .banner a:hover {
      background: #1D2784; }
  .banner img {
    margin-top: 30px;
    margin-bottom: 14px; }
  .banner .left {
    padding-left: 100px; }

/** content **/
.main-content {
  text-align: center;
  padding-bottom: 80px; }
  .main-content img {
    padding-top: 80px; }
  .main-content div {
    padding: 0 30px; }
  .main-content h3 {
    font-size: 24px;
    color: #08182B;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px; }
  .main-content p {
    font-size: 18px;
    color: #6D737A; }

/** section **/
.section-one {
  min-height: 500px;
  background: url("../images/advertiser/sec1-bg.png") center;
  background-size: cover; }
  .section-one .left {
    text-align: right; }
    .section-one .left img {
      padding-top: 20px; }
  .section-one .right {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px; }
  .section-one h2 {
    font-size: 38px;
    color: #2699FB;
    font-weight: bold;
    padding: 180px 0 20px; }
  .section-one p {
    font-size: 18px;
    color: #F4F4F4;
    line-height: 30px; }

/** section **/
.section-two .right {
  text-align: right; }

.section-two img {
  padding-top: 50px;
  padding-bottom: 200px; }

.section-two .left {
  padding-left: 160px;
  padding-bottom: 20px; }

.section-two h2 {
  font-size: 38px;
  color: #2699FB;
  font-weight: bold;
  padding: 180px 0 20px; }

.section-two p {
  font-size: 18px;
  color: #08182B;
  line-height: 30px; }

.floater-bg {
  min-height: 359px;
  background: #2699FB; }

/** floter **/
.floater {
  background: #08182B;
  box-shadow: 3px 3px 6px #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 380px; }
  .floater .container {
    min-height: 469px;
    color: #F4F4F4;
    font-size: 18px;
    text-align: center; }
  .floater .left {
    padding-left: 80px;
    padding-top: 30px; }
  .floater .right {
    text-align: left;
    padding-top: 150px;
    padding-right: 80px; }
    .floater .right h2 {
      font-size: 38px;
      font-weight: bold;
      padding-bottom: 30px;
      color: #2699FB; }
    .floater .right p {
      line-height: 30px; }

/******************************* Phone ************************************/
@media (max-width: 768px) {
  .banner .left {
    padding: 0 15px; }
  .section-one .right {
    padding: 30px 15px; }
    .section-one .right h2 {
      padding-top: 30px; }
  .section-two .left {
    padding: 0px 15px; }
    .section-two .left h2 {
      padding-top: 100px; }
  .section-two img {
    padding-bottom: 100px; }
  .floater-bg {
    display: none; }
  .floater {
    position: static;
    transform: translateX(0); }
    .floater .left {
      padding-left: 0; }
    .floater .right {
      padding: 50px 15px; }
  /** footer **/
  footer.qy-footer .container {
    padding-top: 60px; } }
