常用移动端 CSS 无边距全屏样式

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img, i {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Helvetica Neue","PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

li {
  list-style: none;
}

img {
  border: 0;
  display: block;
}

em, i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #404040;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

input, select, textarea {
  border: 0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

a, button, input, optgroup, select, textarea, label, li {
  -webkit-tap-highlight-color: transparent;
}

input, button {
  border: 0px;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

img {
  pointer-events: none;
}

/*:focus{outline: none;border: none;}*/
input:focus {
  outline: none;
  box-shadow: none;
}

h6, h5, h4 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Helvetica Neue","PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

a, img {
  /* -webkit-touch-callout:none */
}

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a, button, input, textarea {
  -webkit-tap-highlight-color: transparent;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

*[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

img {
  display: block;
  pointer-events: none;
}

input {
  -webkit-user-select: auto;
}

.clear {
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both;
}

body {
  line-height: 1.5;
  font-size: 12px;
  font-family: 'fz';
  color: #fff;
  background: #fff;
}

select {
  -webkit-border-radius: 0px;
}

.treasure .gift_group .gift_pic img, .login .main, .record .main .record_box .prize img, .notStart .main, .end .main, .thankyou .main, .thePrize .main, .secretBox .main, .secretBox .car_text p, .addressBox .main, .epBox .main, .publicWindow .main, .copyLink .main, .LuckDrawCount .main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo, .slg, .btn_tpi, .btn_rules, .face, .notStart4 .main:after, .end .main:after, .thankyou .main:after, .thePrize .prize_box, .thePrize .info_personal, .secretBox .box_name, .secretBox .box_wrap, .addressBox .info_address, .abox2 .main:after, .epBox .title, .publicWindow .main .face, .publicWindow .main p, .LuckDrawCount .main .face, .LuckDrawCount .main p, .LuckDrawCount .btn_getCount {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.welfare_box li .btn_complete {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treasure .gift_group .gift_pic, .treasure .gift_group .gift_info, .treasure .gift_group .btn_donate, .login .main .info span, .login .main .info input, .login .main .agree input, .login .main .agree label, .ranking .main .ranking_box .ranking_list li .ranking_prize img, .ranking .main .btns div, .record .main .record_box .prize, .record .main .record_box .prize_info, .info_window .main .content .info span, .info_window .main .content .info input, .info_window .main .content .info select, .info_window .main .content .sexGroup .sex, .info_window .main .content .sexGroup .sex label, .info_window .main .agree input, .info_window .main .agree label, .info_box span, .info_box input, .info_box select {
  display: inline-block;
  vertical-align: middle;
}

.treasure_box ul, .treasure_box .box_group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box {
  width: 100%;
  height: 100%;
  background: #000 url(../images/bg.jpg?v=0308203) no-repeat center center;
  background-size: cover;
}

.logo {
  top: 3%;
}

.slg {
  top: 15%;
  width: 520px;
  height: 430px;
  background: url(../images/slg.png?v=0308203) no-repeat center center;
}

.slg .people_total {
  width: 345px;
  height: 62px;
  background: url(../images/bg_total.png?v=0308203) no-repeat center center;
  position: absolute;
  top: 324px;
  left: 92px;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.slg .people_total div {
  width: 300px;
  height: 62px;
  position: absolute;
  left: 10px;
  top: 14px;
  transform: rotate(-4deg);
}

.slg .people_total div span {
  margin: 0 3px;
}

.btn_tpi {
  bottom: 12%;
}

.btn_rules {
  bottom: 5%;
}

/*lottery*/
.lottery {
  background: url(../images/bg_lottery.jpg?v=0308203) no-repeat;
  width: 100%;
  height: 2660px;
}

.lottery .lottery_top {
  height: 157px;
  width: 100%;
}

.lottery_box {
  background: url(../images/bg_nine.png?v=0308203) no-repeat;
  width: 677px;
  height: 608px;
  margin: 0 auto;
  position: relative;
}

.lottery_box .count {
  width: 240px;
  font-size: 24px;
  color: #fefefe;
  text-align: center;
  position: absolute;
  left: 219px;
  top: 4px;
}

.lottery_box .count span {
  font-size: 36px;
  color: #13f6fe;
  display: inline-block;
  vertical-align: sub;
  margin-right: 3px;
}

.lottery_box .lottery_text {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.lottery_group {
  width: 596px;
  position: absolute;
  left: 40px;
  top: 75px;
}

.lottery_group li {
  width: 188px;
  height: 160px;
  position: absolute;
}

.lottery_group li:nth-of-type(1) {
  left: 0;
  top: 0;
}

.lottery_group li:nth-of-type(2) {
  left: 202px;
  top: 0;
}

.lottery_group li:nth-of-type(3) {
  left: 404px;
  top: 0;
}

.lottery_group li:nth-of-type(4) {
  left: 404px;
  top: 167px;
}

.lottery_group li:nth-of-type(5) {
  left: 404px;
  top: 334px;
}

.lottery_group li:nth-of-type(6) {
  left: 202px;
  top: 334px;
}

.lottery_group li:nth-of-type(7) {
  left: 0;
  top: 334px;
}

.lottery_group li:nth-of-type(8) {
  left: 0px;
  top: 167px;
}

.lottery_group li:nth-of-type(9) {
  left: 202px;
  top: 167px;
  cursor: pointer;
}

.lottery_group li.active:after {
  position: absolute;
  top: -6px;
  left: -6px;
  content: "";
  width: 201px;
  height: 176px;
  background: url(../images/nine_focus.png?v=0308203) no-repeat;
}

.treasure_box {
  width: 677px;
  height: 638px;
  background: url(../images/treasure_box.png?v=0308203) no-repeat center center;
  margin: 310px auto 0 auto;
}

.treasure_box ul {
  height: 178px;
  padding-top: 64px;
}

.treasure_box li {
  width: 20%;
  height: 178px;
}

.treasure_box .box_group {
  padding-top: 142px;
}

.treasure_box .box_group div {
  width: 25%;
  height: 220px;
}

.btn_record {
  margin: 65px auto;
}

.btn_record img {
  margin: 0 auto;
}

.welfare_box {
  width: 677px;
  height: 630px;
  background: url(../images/bg_welfare.png?v=0308203) no-repeat;
  margin: 0 auto;
}

.welfare_box ul {
  padding: 83px 0 0 0;
}

.welfare_box li {
  width: 566px;
  height: 124px;
  position: relative;
  margin: 0 auto;
}

.welfare_box li:nth-of-type(2) {
  height: 150px;
}

.welfare_box li.active .icon_get {
  display: block;
}

.welfare_box li .icon_get {
  width: 82px;
  height: 81px;
  background: url(../images/icon_get.png?v=0308203) no-repeat left top;
  position: absolute;
  left: -40px;
  top: -20px;
  display: none;
}

.welfare_box li h3 {
  color: #15dcf6;
  font-size: 24px;
  padding-top: 15px;
}

.welfare_box li p {
  width: 426px;
  color: #d5f6fa;
  font-size: 20px;
}

.welfare_box li .btn_complete {
  right: 0;
  z-index: 11;
}

.treasure {
  background: url(../images/bg_treasure.jpg?v=0308203) no-repeat center bottom;
  background-size: cover;
  position: fixed;
}

.treasure .title {
  width: 414px;
  height: 59px;
  margin: 0 auto 48px auto;
  padding-top: 126px;
}

.treasure .icon_group {
  margin: 0 auto 50px auto;
  text-align: center;
}

.treasure .icon_group .icon {
  width: 275px;
  height: 233px;
  margin: 0 auto;
}

.treasure .icon_group p {
  color: #fff;
  font-size: 24px;
}

.treasure .icon_group p span {
  color: #00fcfc;
  font-size: 30px;
}

.treasure .rules_con {
  width: 643px;
  height: 254px;
  background: url(../images/bg_rules.png?v=0308203) no-repeat;
  margin: 0 auto 20px auto;
  text-align: center;
  padding-top: 23px;
  box-sizing: border-box;
  display: none;
}

.treasure .rules_con p {
  color: #fff;
  font-size: 24px;
}

.treasure .rules_con p:nth-of-type(2) {
  color: #00fcfc;
  padding-bottom: 20px;
}

.treasure .gift_group {
  width: 662px;
  margin: 0 auto;
  display: none;
}

.treasure .gift_group li {
  width: 662px;
  height: 215px;
  background: url(../images/bg_thing.png?v=0308203) no-repeat center center;
  margin-bottom: 14px;
}

.treasure .gift_group .gift_pic {
  width: 220px;
  height: 215px;
  overflow: hidden;
  position: relative;
}

.treasure .gift_group .gift_info {
  width: 240px;
  height: 215px;
}

.treasure .gift_group .gift_info h3 {
  font-size: 30px;
  font-weight: bold;
  color: #00fcfc;
  padding-top: 55px;
  padding-bottom: 15px;
}

.treasure .gift_group .gift_info p {
  color: #fff;
  font-size: 24px;
}

.treasure .gift_group .btn_donate {
  width: 152px;
  height: 49px;
  background: url(../images/btn_donate.png?v=0308203) no-repeat center center;
}

.treasure .gift_group .btn_donate.active {
  background: url(../images/btn_nothing.png?v=0308203) no-repeat center center;
  pointer-events: none;
}

.treasure .gift_group .btn_donate.gary {
  filter: grayscale(100%);
}

.treasure1 .rules1, .treasure1 .group1 {
  display: block;
}

.treasure1 .rules_con {
  margin: 0 auto 40px auto;
}

.treasure1 .title {
  background: url(../images/title_ep.png?v=0308203) no-repeat center bottom;
}

.treasure1 .icon_group {
  margin: 100px auto;
}

.treasure1 .icon_group .icon {
  width: 348px;
  height: 288px;
  background: url(../images/icon_ep.png?v=0308203) no-repeat center bottom;
}

.treasure2 .rules2, .treasure2 .group2 {
  display: block;
}

.treasure2 .title {
  background: url(../images/title_pw.png?v=0308203) no-repeat center bottom;
}

.treasure2 .icon {
  background: url(../images/icon_pw.png?v=0308203) no-repeat center bottom;
}

.treasure3 .rules3, .treasure3 .group3 {
  display: block;
}

.treasure3 .title {
  background: url(../images/title_godness.png?v=0308203) no-repeat center bottom;
}

.treasure3 .icon {
  background: url(../images/icon_godness.png?v=0308203) no-repeat center bottom;
}

.treasure4 .rules4, .treasure4 .group4 {
  display: block;
}

.treasure4 .rules4 {
  width: 602px;
  height: 367px;
  background: url(../images/rules_secret.png?v=0308203) no-repeat;
  margin: 150px auto 20px auto;
  padding-top: 90px;
}

.treasure4 .title {
  background: url(../images/title_secret.png?v=0308203) no-repeat center bottom;
}

.treasure4 .icon_group .icon {
  width: 339px;
  height: 291px;
  background: url(../images/icon_secret.png?v=0308203) no-repeat center bottom;
  margin-bottom: 10px;
}

.close {
  width: 35px;
  height: 35px;
  background: url(../images/close.png?v=0308203) no-repeat;
  position: absolute;
  z-index: 9;
}

/**/
.login .main {
  width: 608px;
  height: 617px;
  background: url(../images/bg_login.png?v=0308203) no-repeat;
}

.login .main h3 {
  font-size: 36px;
  color: #1b3e82;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

.login .main .info {
  width: 467px;
  height: 66px;
  line-height: 66px;
  border: 2px solid #b8d2e4;
  box-sizing: border-box;
  margin: 0 auto 34px auto;
  position: relative;
}

.login .main .info span {
  width: 150px;
  height: 66px;
  font-size: 24px;
  color: #1b3e82;
  text-indent: 50px;
}

.login .main .info input {
  height: 60px;
  width: 64%;
  background: transparent;
  font-size: 24px;
  color: #333;
}

.login .main .info .getCode {
  width: 152px;
  background: #6dc5f7;
  height: 64px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}

.login .main .phone span {
  background: url(../images/icon_phone.png?v=0308203) no-repeat 10% center;
}

.login .main .phoneCode span {
  background: url(../images/icon_code.png?v=0308203) no-repeat 10% 55%;
}

.login .main .phoneCode input {
  width: 30%;
}

.login .main .agree {
  width: 467px;
  margin: 0 auto 45px auto;
}

.login .main .agree input {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  background: url(../images/icon_agree.png?v=0308203) no-repeat;
}

.login .main .agree input:checked {
  background: url(../images/icon_focus.png?v=0308203) no-repeat;
  content: "";
}

.login .main .agree label {
  font-size: 24px;
  color: #1b3e82;
}

.login .main .btn_login {
  width: 207px;
  height: 63px;
  line-height: 63px;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
}

.login .close {
  top: 31px;
  right: 41px;
}

/*排行榜*/
.ranking {
  background: url(../images/bg.jpg?v=0308203) no-repeat center center;
  background-size: cover;
}

.ranking .main {
  width: 100%;
  padding-top: 112px;
}

.ranking .main .title_ranking {
  width: 253px;
  height: 164px;
  background: url(../images/mine_ranking.png?v=0308203) no-repeat;
  margin: 0 auto 30px auto;
}

.ranking .main .title_ranking .ranking_level {
  color: #fff;
  font-size: 24px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.ranking .main .ranking_mine {
  width: 617px;
  height: 80px;
  margin: 0 auto 40px auto;
}

.ranking .main .ranking_mine .title {
  text-align: center;
}

.ranking .main .ranking_mine .title span {
  width: 33.33%;
  float: left;
  font-size: 24px;
  color: #1be1fc;
}

.ranking .main .ranking_mine .mine_info div {
  width: 33.33%;
  float: left;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.ranking .main .ranking_box {
  width: 617px;
  height: 719px;
  margin: 0 auto 50px auto;
  background: url(../images/bg_record.png?v=0308203) no-repeat;
}

.ranking .main .ranking_box .ranking_group {
  width: 530px;
  margin: 0 auto;
  padding-top: 76px;
}

.ranking .main .ranking_box .ranking_title {
  height: 46px;
  border-bottom: 1px solid #1be1fc;
}

.ranking .main .ranking_box .ranking_title span {
  width: 25%;
  float: left;
  color: #1be1fc;
  font-size: 24px;
  text-align: center;
}

.ranking .main .ranking_box .ranking_title span:nth-of-type(1) {
  width: 15%;
  text-align: left;
}

.ranking .main .ranking_box .ranking_title span:nth-of-type(3) {
  width: 30%;
}

.ranking .main .ranking_box .ranking_title span:nth-of-type(4) {
  width: 30%;
}

.ranking .main .ranking_box .ranking_list {
  width: 100%;
  overflow: hidden;
}

.ranking .main .ranking_box .ranking_list li {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #1be1fc;
  overflow: hidden;
}

.ranking .main .ranking_box .ranking_list li:nth-of-type(1) .ranking_num {
  background: url(../images/num1.png?v=0308203) no-repeat left center;
}

.ranking .main .ranking_box .ranking_list li:nth-of-type(1) .ranking_km {
  color: darkorange;
}

.ranking .main .ranking_box .ranking_list li:nth-of-type(2) .ranking_num {
  background: url(../images/num2.png?v=0308203) no-repeat left center;
}

.ranking .main .ranking_box .ranking_list li:nth-of-type(2) .ranking_km {
  color: #ffe400;
}

.ranking .main .ranking_box .ranking_list li:nth-of-type(3) .ranking_num {
  background: url(../images/num3.png?v=0308203) no-repeat left center;
}

.ranking .main .ranking_box .ranking_list li:nth-of-type(3) .ranking_km {
  color: #05f597;
}

.ranking .main .ranking_box .ranking_list li div {
  width: 25%;
  height: 58px;
  float: left;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.ranking .main .ranking_box .ranking_list li .ranking_num {
  width: 15%;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  text-align: left;
  text-indent: 15px;
}

.ranking .main .ranking_box .ranking_list li .ranking_prize {
  width: 25%;
}

.ranking .main .ranking_box .ranking_list li .ranking_prize img {
  width: 70px;
  margin: 0 auto;
}

.ranking .main .ranking_box .ranking_list li .ranking_name {
  letter-spacing: 5px;
  width: 30%;
}

.ranking .main .ranking_box .ranking_list li .ranking_km {
  width: 30%;
}

.ranking .main .btns {
  width: 100%;
  text-align: center;
}

.ranking .main .btns div {
  width: 206px;
  height: 63px;
  line-height: 63px;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  color: #fff;
  margin: 0 40px;
  font-size: 30px;
}

.record {
  background: url(../images/bg.jpg?v=0308203) no-repeat center center;
  background-size: cover;
}

.record .main {
  width: 100%;
  padding-top: 112px;
}

.record .main .title_record {
  padding-bottom: 83px;
}

.record .main .title_record img {
  margin: 0 auto;
}

.record .main .record_box {
  width: 661px;
  height: 263px;
  background: url(../images/record_box.png?v=0308203) no-repeat;
  margin: 0 auto 68px auto;
}

.record .main .record_box .prize {
  width: 200px;
  height: 263px;
  overflow: hidden;
  position: relative;
}

.record .main .record_box .prize_info {
  width: 62%;
  color: #fff;
  font-size: 20px;
}

.record .main .record_box .prize_info .prize_name {
  color: #00fcfc;
  font-size: 24px;
  padding-bottom: 10px;
}

.record .main .record_box .prize_info .address {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.record .main .record_box .prize_info .btn_edit {
  width: 202px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: url(../images/bg_btn2.png?v=0308203) no-repeat;
  font-size: 24px;
  margin-top: 20px;
}

/*预约试驾   推荐购车*/
.info_window {
  background: url(../images/bg.jpg?v=0308203) no-repeat center center;
  background-size: cover;
}

.info_window .main {
  width: 100%;
  padding-top: 112px;
}

.info_window .main .title {
  width: 414px;
  height: 59px;
  margin: 0 auto;
}

.info_window .main .testdrive_con {
  width: 662px;
  height: 976px;
  margin: 30px auto 0 auto;
  background: url(../images/bg_dearler.png?v=0308203) no-repeat;
  background-size: 100% 100%;
}

.info_window .main .content {
  width: 520px;
  margin: 0 auto;
  padding-top: 50px;
}

.info_window .main .content .info {
  width: 520px;
  height: 66px;
  line-height: 66px;
  background: #1e2d56;
  border-radius: 5px;
  margin-bottom: 20px;
}

.info_window .main .content .info span {
  margin-left: 26px;
  padding-left: 40px;
  height: 66px;
  font-size: 24px;
  color: #fff;
}

.info_window .main .content .info input {
  color: #fff;
  width: 65%;
  height: 20px;
  padding: 10px 0;
  font-size: 24px;
  background: transparent;
}

.info_window .main .content .info select {
  color: #fff;
  width: 55%;
  height: 60px;
  font-size: 24px;
  background: transparent;
}

.info_window .main .content #dealer {
  width: 50%;
}

.info_window .main .content .name span {
  background: url(../images/info_name.png?v=0308203) no-repeat left center;
}

.info_window .main .content .sexGroup {
  background: transparent;
}

.info_window .main .content .sexGroup .sex {
  color: #fff;
  font-size: 24px;
}

.info_window .main .content .sexGroup .sex label {
  margin: 0 50px;
}

.info_window .main .content .sexGroup .sex input {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/info_choose.png?v=0308203) no-repeat center center;
  margin-right: 10px;
}

.info_window .main .content .sexGroup .sex input:checked {
  background: url(../images/choose_focus.png?v=0308203) no-repeat center center;
}

.info_window .main .content .tel span {
  background: url(../images/info_phone.png?v=0308203) no-repeat left center;
}

.info_window .main .content .tel input {
  width: 55%;
}

.info_window .main .content .province span {
  background: url(../images/info_address.png?v=0308203) no-repeat left center;
}

.info_window .main .content .city span {
  background: url(../images/info_address.png?v=0308203) no-repeat left center;
}

.info_window .main .content .dealer span {
  background: url(../images/info_dealer.png?v=0308203) no-repeat left center;
}

.info_window .main .content .cartype span {
  background: url(../images/info_cartype.png?v=0308203) no-repeat left center;
}

.info_window .main .content .testTime span {
  background: url(../images/info_time.png?v=0308203) no-repeat left center;
}

.info_window .main .content .testTime input {
  width: 50%;
}

.info_window .main .agree {
  margin: 0 auto 45px auto;
}

.info_window .main .agree input {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  background: url(../images/info_choose.png?v=0308203) no-repeat;
}

.info_window .main .agree input:checked {
  background: url(../images/choose_focus.png?v=0308203) no-repeat;
  content: "";
}

.info_window .main .agree label {
  font-size: 24px;
  color: #00e6e6;
}

.info_window .btn_confirm {
  display: none;
}

.testDrive .main .title {
  background: url(../images/title_testdrive.png?v=0308203) no-repeat;
}

.testDrive .confirm_testdrive, .testDrive .sexGroup, .testDrive .testTime {
  display: block;
}

.buyCar .main .title {
  background: url(../images/title_buycar.png?v=0308203) no-repeat;
}

.buyCar .main .testdrive_con {
  height: 900px;
}

.buyCar .main .content {
  padding-top: 80px;
}

.buyCar .main .content .info {
  margin-bottom: 36px;
}

.buyCar .main .content .cartype span {
  background: url(../images/icon_recom.png?v=0308203) no-repeat left center;
}

.buyCar .sexGroup, .buyCar .testTime {
  display: none;
}

.buyCar .confirm_buyCar {
  display: block;
}

input::-webkit-input-placeholder {
  color: #fff;
}

.btn_confirm {
  width: 207px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  color: #fff;
  font-size: 36px;
  margin: 0 auto;
}

.face {
  top: -30px;
  z-index: 3;
}

.notStart .main, .end .main, .thankyou .main {
  width: 527px;
  height: 442px;
  background: url(../images/bg_pbw.png?v=0308203) no-repeat;
}

.notStart .close, .end .close, .thankyou .close {
  right: 40px;
  top: 30px;
}

.notStart h3, .end h3, .thankyou h3 {
  color: #1b3e82;
  font-size: 36px;
  text-align: center;
  padding-top: 90px;
  font-weight: bold;
}

.notStart .content, .end .content, .thankyou .content {
  color: #1b3e82;
  font-size: 24px;
  text-align: center;
  display: none;
  margin-top: 50px;
}

.notStart .content p, .end .content p, .thankyou .content p {
  margin-bottom: 30px;
}

.notStart .content span, .end .content span, .thankyou .content span {
  display: block;
  font-weight: bold;
}

.notStart1 .con1 {
  display: block;
}

.notStart2 .con2 {
  display: block;
}

.notStart3 .con3 {
  display: block;
  margin-top: 30px;
}

.notStart3 p:nth-of-type(1) {
  margin-bottom: 10px;
}

.notStart4 .main, .end .main, .thankyou .main {
  height: 330px;
  background-size: 100% 100%;
}

.notStart4 .main:after, .end .main:after, .thankyou .main:after {
  content: "";
  width: 474px;
  height: 50px;
  background: url(../images/gary.jpg?v=0308203) repeat;
  top: 120px;
}

.notStart4 .face, .end .face, .thankyou .face {
  top: 40px;
}

.notStart4 h3, .end h3, .thankyou h3 {
  padding-top: 200px;
}

.notStart4 .con4, .end .con4, .thankyou .con4 {
  display: block;
}

.thePrize .main {
  width: 527px;
  height: 985px;
  background: url(../images/bg_successs.png?v=0308203) no-repeat;
}

.thePrize .main:after {
  content: "";
  width: 527px;
  height: 327px;
  background: url(../images/window_after.png?v=0308203) no-repeat;
  position: absolute;
  top: 16px;
  pointer-events: none;
}

.thePrize .close {
  top: 200px;
  right: 40px;
}

.thePrize .prize_box {
  width: 165px;
  height: 154px;
  top: 18px;
}

.thePrize .cong {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 140px;
  z-index: 9;
}

.thePrize h3 {
  width: 100%;
  color: #1b3e82;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 250px;
  z-index: 1;
}

.thePrize .info_personal {
  width: 427px;
  top: 360px;
}

.thePrize .info_personal .get_phone {
  width: 50%;
}

.thePrize .info_confirm {
  width: 207px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 40px auto 0 auto;
}

.info_box li {
  width: 427px;
  height: 66px;
  line-height: 66px;
  border: 2px solid #b8d2e4;
  box-sizing: border-box;
  margin-bottom: 14px;
}

.info_box li:nth-of-type(1) span {
  background: url(../images/modify1.png?v=0308203) no-repeat 12% center;
}

.info_box li:nth-of-type(2) span {
  background: url(../images/modify2.png?v=0308203) no-repeat 12% center;
}

.info_box li:nth-of-type(3) span {
  background: url(../images/modify3.png?v=0308203) no-repeat 12% center;
}

.info_box li:nth-of-type(4) span {
  background: url(../images/modify3.png?v=0308203) no-repeat 12% center;
}

.info_box li:nth-of-type(5) {
  height: 148px;
}

.info_box li:nth-of-type(5) span {
  height: 40px;
  line-height: 40px;
  background: url(../images/modify4.png?v=0308203) no-repeat 12% center;
  display: inline-block;
  vertical-align: top;
}

.info_box span {
  color: #101e38;
  font-size: 24px;
  padding-left: 60px;
}

.info_box input, .info_box select {
  width: 55%;
  height: 58px;
  font-size: 24px;
  background: transparent;
}

.info_box select {
  background: url(../images/icon_down.png?v=0308203) no-repeat right center;
}

.info_box input::-webkit-input-placeholder {
  color: #999;
}

.info_box textarea {
  background: transparent;
  display: block;
  width: 90%;
  height: 80px;
  margin: -20px auto 0 auto;
  font-size: 24px;
}

.prize1 .prize_box {
  background: url(../images/wp1.png?v=0308203) no-repeat;
}

.prize2 .prize_box {
  background: url(../images/wp2.png?v=0308203) no-repeat;
}

.prize3 .prize_box {
  background: url(../images/wp3.png?v=0308203) no-repeat;
}

.prize4 .main {
  height: 689px;
  background: url(../images/bg_physical.png?v=0308203) no-repeat;
}

.prize4 li:nth-of-type(3), .prize4 li:nth-of-type(4), .prize4 li:nth-of-type(5) {
  display: none;
}

.prize4 .prize_box {
  background: url(../images/wp4.png?v=0308203) no-repeat;
}

.prize5 .prize_box {
  background: url(../images/wp5.png?v=0308203) no-repeat;
}

.prize6 .prize_box {
  background: url(../images/wp6.png?v=0308203) no-repeat;
}

.prize7 .main {
  height: 689px;
  background: url(../images/bg_physical.png?v=0308203) no-repeat;
}

.prize7 li:nth-of-type(3), .prize7 li:nth-of-type(4), .prize7 li:nth-of-type(5) {
  display: none;
}

.prize7 .prize_box {
  background: url(../images/wp7.png?v=0308203) no-repeat;
}

.secretBox .main {
  width: 580px;
  height: 773px;
  background: url(../images/box_window.png?v=0308203) no-repeat;
}

.secretBox .close {
  right: 50px;
  top: 70px;
}

.secretBox .box_name {
  font-size: 30px;
  font-weight: bold;
  color: #00fcfc;
  top: 10px;
}

.secretBox .box_wrap {
  width: 472px;
  height: 600px;
  top: 120px;
}

.secretBox .swiper-container {
  width: 100%;
  height: 100%;
}

.secretBox .swiper-pagination {
  bottom: auto;
  top: 340px;
}

.secretBox .car_pic {
  width: 472px;
}

.secretBox .car_pic img {
  width: 100%;
}

.secretBox .car_text {
  width: 100%;
  height: 300px;
  line-height: 35px;
  color: #1b3e82;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.secretBox .car_text p {
  width: 100%;
}

.addressBox .main {
  width: 528px;
  height: 809px;
  background: url(../images/bg_address.png?v=0308203) no-repeat;
}

.addressBox h3 {
  color: #1b3e82;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.addressBox .info_address {
  width: 427px;
  top: 190px;
}

.addressBox .address_confirm {
  width: 207px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 30px auto 0 auto;
}

.addressBox .close {
  top: 40px;
  right: 40px;
}

.abox2 .main {
  height: 511px;
  background-size: 100% 100%;
}

.abox2 .main:after {
  content: "";
  width: 474px;
  height: 50px;
  background: url(../images/gary.jpg?v=0308203) repeat;
  top: 100px;
  z-index: 0;
}

.abox2 li:nth-of-type(3), .abox2 li:nth-of-type(4), .abox2 li:nth-of-type(5) {
  display: none;
}

.epBox {
  z-index: 999999;
}

.epBox .main {
  width: 527px;
  height: 517px;
  background: url(../images/bg_ep.png?v=0308203) no-repeat;
  text-align: center;
}

.epBox .title {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  top: 140px;
}

.epBox .close {
  right: 40px;
  top: 220px;
}

.epBox h3 {
  color: #1b3e82;
  font-size: 30px;
  font-weight: bold;
  padding-top: 260px;
}

.epBox .text {
  color: #1b3e82;
  font-size: 24px;
  padding-top: 90px;
}

.return {
  width: 59px;
  height: 75px;
  position: absolute;
  left: 30px;
  top: 100px;
  background: url(../images/return.png?v=0308203) no-repeat center center;
  z-index: 1;
}

.rules {
  overflow-y: auto;
}

.rules .main {
  width: 100%;
  height: 4820px;
  background: url(../images/rules.jpg?v=0308203) no-repeat;
}

.rules .logopic img {
  margin: 0 auto;
  padding-top: 41px;
  padding-bottom: 40px;
}

.rules .btn_returnHome {
  display: block;
  padding-top: 134px;
}

.rules .btn_returnHome img {
  margin: 0 auto;
}

.publicWindow {
  z-index: 999999999;
}

.publicWindow .main {
  width: 527px;
  height: 442px;
  background: url(../images/bg_pbw.png?v=0308203) no-repeat;
}

.publicWindow .main .face {
  top: 40px;
}

.publicWindow .main p {
  width: 90%;
  text-align: center;
  font-size: 30px;
  color: #1b3e82;
  top: 260px;
}

.publicWindow .close {
  right: 50px;
  top: 40px;
}

.share img {
  width: 558px;
  float: right;
  padding-top: 100px;
}

.copyLink .main {
  width: 608px;
  height: 617px;
  background: url(../images/bg_login.png?v=0308203) no-repeat;
  text-align: center;
}

.copyLink .main h3 {
  font-size: 36px;
  color: #1b3e82;
  font-weight: bold;
  padding-top: 77px;
}

.copyLink .main p {
  color: #1b3e82;
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.copyLink .main .link {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
  color: #1b3e82;
  word-break: break-all;
}

.copyLink .main span {
  font-size: 22px;
  color: #1b3e82;
}

.copyLink .main .btn_copy {
  width: 207px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 40px auto 0 auto;
}

.copyLink .close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.LuckDrawCount {
  z-index: 999999999;
}

.LuckDrawCount .main {
  width: 527px;
  height: 442px;
  background: url(../images/bg_pbw.png?v=0308203) no-repeat;
}

.LuckDrawCount .main .face {
  top: 40px;
}

.LuckDrawCount .main p {
  width: 90%;
  text-align: center;
  font-size: 30px;
  color: #1b3e82;
  top: 220px;
  font-weight: bold;
}

.LuckDrawCount .btn_getCount {
  width: 207px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: url(../images/bg_btn1.png?v=0308203) no-repeat;
  bottom: 60px;
}

.LuckDrawCount .close {
  right: 50px;
  top: 40px;
}

/*animate*/
.breath {
  animation: breath 1s linear infinite alternate;
}

@keyframes breath {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.flashAni {
  animation: flashAni 0.5s linear infinite alternate;
}

@keyframes flashAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeUpAni {
  animation: fadeUpAni .8s linear infinite alternate;
}

@keyframes fadeUpAni {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

/*animate*/
@media screen and (max-height: 1800px) {
  .testDrive .main, .buyCar .main {
    padding-top: 200px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

@media screen and (max-height: 1282px) {
  .treasure .main {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

@media screen and (max-height: 1217px) {
  .treasure .main {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .ranking .main {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .testDrive .main {
    padding-top: 112px;
  }
  .buyCar .main {
    padding-top: 112px;
  }
}

@media screen and (max-height: 1180px) {
  .treasure .main {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .record .main {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .testDrive .main {
    padding-top: 112px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .ranking .main {
    -webkit-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 218,525评论 6 507
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 93,203评论 3 395
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 164,862评论 0 354
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,728评论 1 294
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,743评论 6 392
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,590评论 1 305
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,330评论 3 418
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,244评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,693评论 1 314
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,885评论 3 336
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 40,001评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,723评论 5 346
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,343评论 3 330
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,919评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,042评论 1 270
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,191评论 3 370
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,955评论 2 355

推荐阅读更多精彩内容