| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 | 
							- page {
 
-   min-height: 100%;
 
-   display: flex;
 
- }
 
- .wrapper {
 
-   background: #000;
 
- }
 
- .logo {
 
-   padding: 5.5px 0 8.68px;
 
- }
 
- .logo-img {
 
-   display: block;
 
-   margin: 0 auto;
 
- }
 
- swiper {
 
-   height: 250px;
 
- }
 
- .swiper-item {
 
-   position: relative;
 
-   width: 100%;
 
-   height: 600px;
 
- }
 
- .swiper-item__text {
 
-   position: absolute;
 
-   top: 0;
 
-   left: 0;
 
-   margin-top: 63.88px;
 
-   margin-left: 11.8px;
 
-   font-family: PingFangSC-Semibold;
 
-   color: #fff;
 
- }
 
- .swiper-item__title {
 
-   display: block;
 
-   font-size: 24.3px;
 
- }
 
- .swiper-item__subtitle {
 
-   display: block;
 
-   font-size: 18.75px;
 
- }
 
- .swiper-item__desc {
 
-   margin-top: 23px;
 
-   display: block;
 
-   font-size: 14.58px;
 
-   font-family: PingFangSC-Thin;
 
- }
 
- .time {
 
-   margin-top: 28.82px;
 
-   height: 50px;
 
-   position: relative;
 
-   padding-top: 20px;
 
- }
 
- .time-clock {
 
-   position: absolute;
 
-   top: 0;
 
-   left: 0;
 
-   right: 0;
 
-   bottom:0;
 
-   display: block;
 
-   margin: auto;
 
-   width: 195px;
 
-   height: 50px; 
 
-   background-size: 195px 50px;
 
-   background-repeat: no-repeat;
 
-   background-position: center;
 
-   line-height: 50px;
 
-   text-align: center;
 
-   color: #fff;
 
-   font-size: 18px;
 
-   font-family: HYQiHei-DES;
 
- }
 
- .time-bg {
 
-   position: absolute;
 
-   left: 0;
 
-   right: 0;
 
-   margin: auto;
 
-   width: 195px;
 
-   height: 50px;
 
- }
 
- .time-icon {
 
-   position: relative;
 
-   z-index: 1;
 
-   width: 18px;
 
-   height: 18px;
 
-   vertical-align: middle;
 
- }
 
- .time-text {
 
-   position: relative;
 
-   z-index: 2;
 
-   font-size: 18px;
 
-   margin-left: 10px;
 
-   vertical-align: middle;
 
- }
 
- .line {
 
-   height: 5px;
 
-   border-top: 1px solid #B1B1B1;
 
- }
 
- .start {
 
-   position: relative;
 
-   /*height: calc(100% - 434px);
 
-   line-height: calc(100% - 434px);*/
 
-   background-repeat: no-repeat;
 
-   background-position: center;
 
-   text-align: center;
 
- }
 
- .start-bg {
 
-   position: absolute;
 
-   left: 0;
 
-   right: 0;
 
-   top: 0;
 
-   bottom: 0;
 
-   margin: auto;
 
-   width: 86.88px;
 
-   height: 86.88px
 
- }
 
- .start-btn {
 
-   position: relative;
 
-   z-index: 1;
 
-   overflow: initial;
 
-   margin: auto;
 
-   display: inline-block;
 
-   width: 86.88px;
 
-   height: 86.88px;
 
-   background: none;
 
-   color: #fff;
 
-   line-height: 86.88px;
 
-   border: none;
 
- }
 
- .share-btn {
 
-   position: absolute;
 
-   left: 0;
 
-   right: 0;
 
-   margin: auto;
 
-   bottom: 24px;
 
-   width: 80%;
 
- }
 
 
  |