@charset "utf-8";
/* CSS Document */
/*-------------------ani-----------------*/
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
#banner {
  animation: fadein 1s ease-in;
}
@keyframes fadeinBtn {
  0% {
    opacity: 0
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#textWrapper {
  animation: fadeinBtn 1.3s ease-in;
}
#indexBtn li:first-child {
  animation: fadeinBtn 1.8s ease-in;
}
#indexBtn li:last-child {
  animation: fadeinBtn 2.3s ease-in;
}
/*----------- indexBtn ---------------*/
#indexBtn .btn {
  width: 100%;
  text-align: center;
}
#indexBtn a {
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px 20px;
}
#indexBtn a.fb {
  background-color: #004499;
  background-image: url(../images/fb.svg);
}
#indexBtn a.vote {
  background-image: url(../images/vote.svg);
}
#textWrapper h1 {
  color: #0d5e4d
}
#textWrapper h2 {
  color: #88bd43
}
#textWrapper h3 {
  color: #39ac4b
}
h2 {
  color: #4D9800
}
body {
/*  background: url("../images/bg.png") repeat;
  background-size: 100%;
    background-position: top center;*/
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*------------------bannerWrapper------------------------*/
  #bannerWrapper {
    width: 100%;
    min-width: 900px;
    min-height: 750px;
    background: url( "../images/bg.png") ;
    background-repeat: repeat;
    background-size: 100%;
    background-position: center top;
    position: relative;
  }
  #banner {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin: 0 auto;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
  }
  #sponsorLogo {
    position: absolute;
    left: 30px;
    top: 45px;
    z-index: 9999;
  }
  /*--------------textWrapper----------------*/
  #textWrapper {
    width: 65%;
    margin: 0px auto;
    padding: 40px;
 /*   font-size: 17px;*/
    font-weight: normal;
    line-height: 150%;
    /*background: #fff;*/
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  /*----------- indexBtn ---------------*/
  #indexBtn {
    width: 40%;
    margin: 20px auto 0 auto;
  }
  #indexBtn li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #indexBtn li:last-child {
    margin-right: 0;
  }
  /*---------------index step-------------*/
  .tab_contentr {
    width: 60%;
    margin: 0 auto;
  }
  .step li div.setpLeft {
    width: 100px;
    height: 100px;
    float: left;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 17px;
  }
  .step li div.setpLeft span {
    font-size: 41px;
    display: block;
    padding: 25px 0 5px 0;
    font-weight: bold;
  }
  .step li div.setpRight {
    width: auto;
    margin-left: 120px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
  }
  /*------------------sponsor------------------------*/
  .sponsor {
    text-align: center;
  }
  .sponsor li {
    display: inline-block;
    margin-right: 10px;
    width: 200px;
  }
  /*------------------sponsor------------------------*/
  .prize {
    overflow: auto;
  }
  .prize li {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .prize li:nth-child(4n) {
    margin-right: 0;
  }
  .prize li h4 {
    text-align: center;
    margin-top: 5px;
    color: #D73158;
  }
  .prize li p {
    text-align: center;
    margin-top: 3px;
  }
  /*-------prizeFinal-----------*/
  .prizeFinal {
    margin: 15px 0;
  }
  .prizeFinal li {
    /*float: left;
	width: 49%;*/
    margin: 0 0 2% 0;
  }
  .prizeFinal li:last-child {
    margin-bottom: 0;
  }
  .prizeFinal li h4 {
    margin: 10px 0 3px 0;
    font-size: 19px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
  }
  .prizeFinal li h2 {
    margin-bottom: 15px;
  }
  .prizeFinal div.prizeFinalLeft {
    width: 380px;
    height: 380px;
    float: left;
  }
  .prizeFinal div.prizeFinalRight {
    margin-left: 400px;
    height: 380px;
    width: auto;
    /*垂直致中*/
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
    #textWrapper h1 { font-size:30px;}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*------------------bannerWrapper------------------------*/
  #bannerWrapper {
    width: 100%;
   /* background-color: #e6f1d9;*/
    background: url(../images/bgM.png) #e6f1d9;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center top;
    position: relative;
    /*padding: 20px;*/
  }
  #banner {
    width: 100%;
    height: 0;
    padding-bottom: 125%;
    background-image: url(../images/titleM.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
  }
  #sponsorLogo {
    display: none;
  }
  /*--------------textWrapper----------------*/
  #textWrapper {
    padding: 20px;
    font-size: 17px;
    font-weight: normal;
    line-height: 150%;
    /*background: #fff;*/
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  /*----------- indexBtn ---------------*/
  #indexBtn {
    margin: 0 20px;
  }
  #indexBtn li:last-child {
    margin-top: 10px;
  }
  /*---------------index step-------------*/
  .step li div.setpLeft {
    width: 100px;
    height: 100px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 17px;
    margin: 0 auto 10px auto;
  }
  .step li div.setpLeft span {
    font-size: 41px;
    display: block;
    padding: 25px 0 10px 0;
    font-weight: bold;
  }
  .step li div.setpRight {
    width: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
  }
  /*------------------sponsor------------------------*/
  .sponsor {
    text-align: center;
    overflow: auto;
  }
  .sponsor li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .sponsor li:last-child {
    margin-right: 0;
  }
  /*------------------prize------------------------*/
  .prize {
    overflow: auto;
  }
  .prize li {
    float: left;
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .prize li:nth-child(2n) {
    margin-right: 0;
  }
  .prize li p {
    text-align: center;
  }
  .prize li .squareThumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    opacity: 0;
  }
  /*-------prizeFinal-----------*/
  .prizeFinal {}
  .prizeFinal li {
    margin: 0 0 20px 0;
  }
  .prizeFinal li:last-child {
    margin-bottom: 0;
  }
  .prizeFinal li h4 {
    margin: 10px 0 3px 0;
    font-size: 19px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
  }
  .prizeFinal li h2 {
    margin-bottom: 15px;
  }
  .prizeFinal div.prizeFinalLeft {
    width: 70%;
    margin: 0 auto;
  }
  .prizeFinal div.prizeFinalRight {}
    
        #textWrapper h1 { font-size:30px;}
}
