@charset "UTF-8";
/* top */
.top {
  height: auto;
  overflow: hidden;
  line-height: 50px;
  padding: 10px 0;
  color: #666;
  background: #fff;
}

.top .logo {
  height: 50px;
}

.top .splitLine {
  margin: 0 15px;
}

.top a {
  font-size: 16px;
}

/* banner */
.banner {
  width: 100%;
  height: 1072px;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: cover;
}

.block {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 150px;
  background: url(../images/bg-top.png) top no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
}

/* 抽奖 */
.block1 .main {
  width: 1269px;
  height: 867px;
  overflow: hidden;
  background: url(../images/block1-main.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 230px 100px 0;
  position: relative;
}

.block1 .main .zp {
  float: left;
  margin-top: 60px;
  margin-left: 40px;
  padding-bottom: 20px;
}

.block1 .main .zp .turntable-bg {
  width: 336px;
  height: 336px;
  overflow: hidden;
  background: url(../images/zhuanpan.png) no-repeat;
  position: relative;
}

.block1 .main .zp .turntable-bg .pointer {
  width: 105px;
  height: 121px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -53px;
  margin-top: -70px;
  z-index: 8;
  cursor: pointer;
  z-index: 2;
}

.block1 .main .zp .turntable-bg .rotate {
  width: 356px;
  height: 356px;
  position: absolute;
  left: 3px;
  top: 3px;
}

.block1 .main .zp .turntable-bg .rotate img {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.block1 .main .zp p {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}

.block1 .main .zp p span {
  color: #FD5539;
  cursor: pointer;
  margin-left: 10px;
}

.block1 .main .form {
  width: 544px;
  height: auto;
  overflow: hidden;
  float: right;
}

.block1 .main .form h1 {
  font-size: 26px;
  color: #FE5338;
  font-weight: bold;
  margin-bottom: 20px;
}

.block1 .main .form p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-bottom: 30px;
}

.block1 .main .form .row {
  width: 390px;
  height: auto;
  overflow: hidden;
  border: 1px solid #FE5438;
  margin-bottom: 20px;
}

.block1 .main .form .row input, .block1 .main .form .row select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  border: 0;
}

.block1 .main .form .row.code {
  width: 288px;
  float: left;
}

.block1 .main .form .btnCode {
  font-size: 16px;
  color: #FE5338;
  line-height: 45px;
  padding: 0 20px;
}

.block1 .main .form .btnSubmit {
  width: 390px;
  height: 45px;
  line-height: 45px;
  background: #ff8447;
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
}

.block1 .main .info-list {
  position: absolute;
  left: 50px;
  right: 9px;
  bottom: 70px;
  height: 80px;
  line-height: 80px;
  padding: 0 31px 0 54px;
}

.block1 .main .info-list img {
  position: relative;
  top: 20px;
  margin-right: 24px;
}

.block1 .main .info-list .info-list-srcoll {
  height: auto;
  overflow: hidden;
}

.block1 .main .info-list .info-list-srcoll .tempWrap {
  padding-right: 70px;
}

.block1 .main .info-list .info-list-srcoll li {
  padding-right: 30px;
  width: auto !important;
  padding-top: 5px;
}

.block1 .main .info-list .info-list-srcoll span {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 4px;
}

.block1 .main .info-list .info-list-srcoll span.tel {
  border: 1px solid #fff;
  padding: 0 5px;
  width: auto;
}

/* 政策 */
.block2 .main {
  width: 1269px;
  height: 802px;
  overflow: hidden;
  background: url(../images/block2-main.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.block2 .main .text {
  width: 468px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 140px;
  top: 470px;
}

.block2 .main .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  margin-bottom: 30px;
}

.block2 .main .text p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
}

/* 新款校车 */
.block3 .main {
  width: 1269px;
  height: 2401px;
  overflow: hidden;
  background: url(../images/block3-main.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.block3 .main ul {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 240px 0 25px 50px;
}

.block3 .main ul li {
  width: 389px;
  height: 496px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.block3 .main ul li .img {
  width: 100%;
  height: 280px;
}

.block3 .main ul li .img a {
  height: 100%;
  display: block;
}

.block3 .main ul li .text {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 300px;
}

.block3 .main ul li .text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #f54f82;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6549), to(#ff8447));
  background: linear-gradient(0deg, #ff6549 0%, #ff8447 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block3 .main ul li .text p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.block3 .main ul li .text .btn {
  width: 201px;
  height: 41px;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6547), to(#ff8447));
  background: linear-gradient(0deg, #ff6547, #ff8447);
  border-radius: 20px;
}

.block3 .main ul li .text .btn:hover {
  opacity: .8;
}

.block3 .main ul li.li1 {
  background-image: url(../images/p1.png);
}

.block3 .main ul li.li2 {
  background-image: url(../images/p2.png);
}

.block3 .main ul li.li3 {
  background-image: url(../images/p3.png);
}

.block3 .main ul li.li4 {
  background-image: url(../images/p4.png);
}

.block3 .main ul li.li5 {
  background-image: url(../images/p5.png);
}

.block3 .main ul li.li6 {
  background-image: url(../images/p6.png);
}

.block3 .main ul li.li7 {
  background-image: url(../images/p7.png);
}

.block3 .main ul li.li8 {
  background-image: url(../images/p8.png);
}

.block3 .main ul li.li9 {
  background-image: url(../images/p9.png);
}

.block3 .main ul li.li10 {
  background-image: url(../images/p10.png);
}

.block3 .main ul li.li11 {
  background-image: url(../images/p11.png);
}

.block3 .main ul li.li12 {
  background-image: url(../images/p12.png);
}

.block3 .main ul li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.block3 .main .btnMore {
  font-size: 24px;
  color: #FE553A;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* 二手校车 */
.block4 .main {
  width: 1269px;
  height: 1005px;
  overflow: hidden;
  background: url(../images/block4-main.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.block4 .main ul {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin: 260px 0 25px 70px;
}

.block4 .main ul li {
  width: 546px;
  height: 254px;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(255, 126, 102, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(255, 126, 102, 0.2);
  border-radius: 20px;
  background: #fff;
  margin-right: 28px;
  margin-bottom: 28px;
}

.block4 .main ul li .img {
  width: 254px;
  height: 254px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}

.block4 .main ul li .img a {
  height: 100%;
  display: block;
}

.block4 .main ul li .text {
  height: auto;
  overflow: hidden;
  padding: 40px 0;
}

.block4 .main ul li .text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.block4 .main ul li .text p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.block4 .main ul li .text h3 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6549), to(#ff8447));
  background: linear-gradient(0deg, #ff6549 0%, #ff8447 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block4 .main ul li .text .btn {
  width: 150px;
  height: 41px;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6547), to(#ff8447));
  background: linear-gradient(0deg, #ff6547, #ff8447);
  border-radius: 20px;
}

.block4 .main ul li .text .btn:hover {
  opacity: .8;
}

.block4 .main ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block4 .main .btnMore {
  font-size: 24px;
  color: #FE553A;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* 底部 */
.footer {
  height: auto;
  overflow: hidden;
  background: #ffbd59;
  padding: 80px 0 50px;
}

.footer p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 33px;
}

/* 右侧悬浮 */
.fixedRight {
  width: 221px;
  height: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 20%;
}

.fixedRight .btnClose {
  width: 20px;
  height: 20px;
  background: url(../images/icon-close2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.fixedRight .top {
  width: 221px;
  height: 96px;
  background: url(../images/fixedRightTop.png) center no-repeat;
  background-size: 100%;
  position: absolute;
}

.fixedRight ul {
  width: 160px;
  height: auto;
  overflow: hidden;
  margin: 78px auto 0;
}

.fixedRight ul li {
  width: 160px;
  height: 57px;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: url(../images/fixedRightBlock.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.fixedRight ul li a {
  height: 100%;
  color: #fff;
  display: block;
}

.fixedRight ul li a.active {
  background: url(../images/fixedRightBlock1.png) center no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 18px;
}

.fixedRight .bottom {
  width: 160px;
  height: auto;
  overflow: hidden;
  background: #FF8147;
  margin: 0 auto;
  padding-bottom: 32px;
}

.fixedRight .bottom .ewm {
  width: 102px;
  height: 102px;
  overflow: hidden;
  margin: 32px auto 10px;
}

.fixedRight .bottom .ewm img {
  width: 100%;
}

.fixedRight .bottom p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*中奖弹出*/
.prize_con {
  display: none;
  z-index: 50;
}

.pr_body {
  background: #363636;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 51;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  _position: absolute;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.pr_yt_yd {
  height: 476px;
  width: 892px;
  padding: 15px;
  border-top: 6px solid #FE5338;
  position: fixed;
  top: 43%;
  margin-top: -158px;
  left: 50%;
  margin-left: -445px;
  background: #fff;
  z-index: 52;
  display: block;
  text-align: center;
}

.pr_yt_yd .yt_yd_close {
  z-index: 53;
  width: 33px;
  height: 31px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  display: block;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.pr_yt_yd h2 {
  position: relative;
  font-size: 16px;
  color: #FE5338;
  margin-bottom: 25px;
  width: auto;
  text-align: center;
  font-weight: normal;
}

.pr_yt_yd h2 a {
  display: none;
  font-size: 28px;
  font-weight: bold;
}

.pr_yt_yd h2 a.active {
  display: inline-block !important;
}

.pr_yt_yd p {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
  line-height: 24px;
  margin-bottom: 15px;
}

.pr_yt_yd p.t {
  margin-top: 50px;
}

.pr_yt_yd p span {
  color: #FE5338;
  font-weight: bold;
  font-size: 20px;
}

.pr_yt_yd p span.prize {
  font-size: 18px;
  color: #FE5338;
}

.pr_yt_yd p span.code {
  font-size: 18px;
  color: #FE5338;
}

.pr_yt_yd p.p1 {
  color: #4b311e;
  font-weight: bold;
}

.pr_yt_yd img {
  width: 138px;
  margin: 10px 0;
}

.pr_yt_yd .use_but {
  width: 100px;
  height: 30px;
  display: block;
  margin: 55px auto 0;
  text-decoration: none;
  background: #FE5338;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.pr_yt_yd .pr_yt_yd_bot {
  width: 635px;
  height: 222px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin: 0 auto;
}

.pr_yt_yd .pr_yt_yd_bot .bot_1 {
  font-size: 14px;
  color: #999;
  line-height: 138px;
  padding-left: 130px;
}

.pr_yt_yd .pr_yt_yd_bot .bot_2 {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.pr_yt_yd .pr_yt_yd_bot .bot_3 {
  font-size: 14px;
  color: #FE5338;
  line-height: 24px;
  padding-top: 40px;
}

/*中奖弹出 end*/
/*温馨提示 */
.message {
  display: none;
  z-index: 50;
}

.me_body {
  background: #363636;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 51;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  _position: absolute;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.me_yt_yd {
  height: 276px;
  width: 506px;
  padding: 15px;
  border-top: 6px solid #FE5338;
  position: fixed;
  top: 50%;
  margin-top: -188px;
  left: 50%;
  margin-left: -253px;
  background: #fff;
  z-index: 52;
  display: block;
  text-align: center;
}

.me_yd_close {
  z-index: 53;
  width: 33px;
  height: 31px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  display: block;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.me_yt_yd h2 {
  font-size: 28px;
  color: #FE5338;
  margin-bottom: 25px;
  margin-top: 30px;
}

.me_yt_yd p {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
  line-height: 24px;
}

.me_yt_yd p.p1 {
  color: #4b311e;
  font-weight: bold;
}

.me_yt_yd span.prize {
  font-size: 18px;
  color: #FE5338;
}

.me_yt_yd span.code {
  font-size: 18px;
  color: #FE5338;
}

.me_yt_yd img {
  width: 120px;
  margin: 10px 0;
}

.me_yt_yd .use_but {
  width: 100px;
  height: 30px;
  display: block;
  margin: 55px auto 0;
  text-decoration: none;
  background: #FE5338;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.message1 h2, .message3 h2 {
  margin-top: 43px;
}

.message1 p, .message3 p {
  margin-top: 30px;
  font-size: 16px;
}

.message1 a {
  width: 100px;
  height: 32px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #FE5338;
  border: 1px solid #FE5338;
  line-height: 32px;
  margin: 30px auto 0;
}

.message1 a:hover {
  background: #FE5338;
  color: #fff;
}

/*温馨提示 end*/
/*询价*/
.body1 {
  background: #363636;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 51;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  _position: absolute;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.yt_yd1 {
  height: 496px;
  width: 706px;
  padding: 15px;
  border-top: 6px solid #FBE1BE;
  position: fixed;
  top: 50%;
  margin-top: -298px;
  left: 50%;
  margin-left: -403px;
  background: #fff;
  z-index: 101;
  display: none;
}

.yt_yd1 h1 {
  font-size: 23px;
  color: #FE5338;
  font-weight: normal;
  position: absolute;
  display: block;
  left: 25px;
  top: 15px;
}

.yt_yd1 .title1 {
  color: #303030;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  position: absolute;
  top: 70px;
  left: 80px;
}

.yt_yd1 .title1 span {
  color: #FE5338;
  font-size: 24px;
  font-weight: bold;
  margin: 0 8px;
}

.yt_yd1 .p_name {
  padding-top: 80px;
}

.yt_yd1 .yt_i {
  width: 470px;
  height: auto;
  overflow: hidden;
  margin-left: 110px;
  margin-top: 100px;
}

.yt_yd1 .yt_in1 {
  width: 470px;
  overflow: hidden;
  margin: 10px auto 0;
  text-align: center;
  position: relative;
}

.yt_yd1 .yt_in1 span {
  line-height: 43px;
  width: 64px;
  text-align: right;
}

.yt_yd1 .yt_in1 span i {
  color: red;
}

.yt_yd1 a {
  z-index: 999;
  width: 33px;
  height: 31px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  display: block;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.yt_yd1 p {
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  position: relative;
}

.yt_yd1 input, .yt_yd1 textarea {
  width: 394px;
  border: 1px solid #efece5;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  padding-left: 10px;
}

.yt_yd1 textarea {
  height: 140px;
  resize: none;
  overflow: hidden;
}

.yt_yd1 .buttons1 {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
}

.yt_yd1 input.submit1 {
  line-height: 43px;
  width: 214px;
  line-height: 43px;
  margin: 0px auto 0px;
  background-color: #FE5338;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -107px;
  border: 0;
}

.yt_yd1 input.submit1:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}

.login_bg2 .login_cen .login_form .login_but {
  margin-top: 0px;
  width: 255px;
  height: 44px;
  color: #fff;
  background: #FE5338;
  line-height: 44px;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

/*询价 end*/
.login_bg2 .login_cen .login_form .login_but {
  margin-top: 0px;
  width: 255px;
  height: 44px;
  color: #fff;
  background: #FE5338;
  line-height: 44px;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

/*预约 end*/
.win_layer {
  width: 400px;
  height: 200px;
}

.win {
  margin-top: 40px;
}

.win .xl {
  margin-left: 40px;
  width: 35px;
  margin-right: 10px;
  margin-top: 5px;
}

.win .dh {
  margin-left: 50px;
  width: 35px;
  margin-right: 15px;
  margin-top: 5px;
}

.win .xl_p {
  margin-top: 13px;
  font-size: 14px;
}

.win .dh_p {
  margin-top: 0px;
  font-size: 14px;
  line-height: 22px;
}

.win a {
  color: #FE5338;
  margin-left: 5px;
  text-decoration: underline;
}

.win a:hover {
  text-decoration: none;
}

/*11.16新增验证码样式*/
.yzm {
  position: relative;
  margin: 10px 0;
}

.yzm .yzm-btn {
  display: block;
  float: right;
  width: 120px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: #ffca3d;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
}

.yzm .yt_yzm {
  width: 270px;
  height: 40px;
  line-height: 40px;
  position: relative;
  left: -63px;
}

/*中奖名单公示*/
.body1 {
  background: #363636;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 51;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  _position: absolute;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.7;
}

.yt_yd2 {
  height: 496px;
  width: 706px;
  padding: 15px;
  border: 1px solid #B41822;
  position: fixed;
  top: 56%;
  margin-top: -298px;
  left: 50%;
  margin-left: -403px;
  background: #fff;
  z-index: 101;
  display: none;
  border-radius: 5px;
}

.yt_yd2 h1 {
  font-size: 23px;
  color: #B41822;
  font-weight: normal;
  position: absolute;
  display: block;
  left: 34%;
  top: 15px;
  text-align: center;
}

.yt_yd2 .title1 {
  color: #303030;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 58px;
  left: 0;
}

.yt_yd2 .title1 a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 8px;
  padding: 2px 10px;
  display: inline-block;
  background: #f03a16;
  border-radius: 5px;
}

.yt_yd2 .p_name {
  padding-top: 80px;
}

.yt_yd2 .yt_i {
  width: 100%;
  margin-top: 70px;
  height: 390px;
  overflow: auto;
}

.yt_yd2 .yt_yd_close1 {
  z-index: 999;
  width: 33px;
  height: 31px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  display: block;
  right: 110px;
  top: 16px;
  cursor: pointer;
}

.yt_yd2 .title1 p {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  padding: 0 27px;
  display: inline-block;
  line-height: 24px;
}

.yt_yd2 .title1 p span.hr {
  display: block;
  margin-left: 84px;
}

.yt_yd2 .title1 p span.hr t {
  color: #f03a16;
  font-weight: bold;
  padding-left: 10px;
}

.yt_yd2 table {
  width: 97%;
  text-align: center;
  overflow: hidden;
  margin-left: 11px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.yt_yd2 table tr {
  height: 40px;
  background: #f1f1f1;
}

.yt_yd2 table tr:nth-child(2n) {
  height: 40px;
  background: #f5f9f8;
}

.yt_yd2 table tr td {
  border: 1px solid #B41822;
  color: #B41822;
  width: 147px;
}

.tjbd {
  width: 770px;
  height: 500px;
  border-top: 3px solid #FE5338;
  background: #fff;
  position: fixed !important;
  /*ie7 ff*/
  top: 50%;
  margin-top: -235px;
  left: 50%;
  margin-left: -385px;
  z-index: 9999;
}

.tjbd .title {
  font-size: 23px;
  height: 70px;
  line-height: 70px;
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
  color: #FE5338;
  *margin-bottom: 10px;
}

.tjbd .close {
  background: url("../images/close.png") no-repeat;
  height: 30px;
  width: 33px;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}

.body {
  display: none;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  height: 5200px;
  width: 100%;
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
}

.tjbd .label {
  display: inline-block;
  width: 70px;
}

.tjbd p {
  width: 500px;
  margin: 10px auto;
  font-size: 16px;
  color: #4d4d4d;
  position: relative;
}

.tjbd input {
  font-size: 15px;
  *line-height: 30px;
}

.tjbd select {
  width: 250px;
  height: 40px;
  margin-left: -5px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  *line-height: 35px;
  padding: 0 10px;
}

.tjbd .name, .tel {
  width: 250px;
  height: 35px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
}

.tjbd textarea {
  width: 410px;
  height: 135px;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  padding: 10px;
  font-size: 15px;
}

.tjbd .tj {
  width: 160px;
  height: 40px;
  background: #FE5338;
  color: #fff;
  border: 0;
  font-size: 18px;
  margin-left: 77px;
  cursor: pointer;
}

.tjbd .cz {
  width: 160px;
  height: 40px;
  background: #ababab;
  color: #fff;
  border: 0;
  font-size: 18px;
  margin-left: 20px;
  cursor: pointer;
}

.tjbd .smsCodeBtn {
  background: #FE5338;
  color: #fff;
  border-radius: 0;
  margin-left: 20px;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  width: 115px;
  text-align: center;
  cursor: pointer;
}

.tjbd .smsCodeBtn2 {
  background: #e5e5e5;
  color: #999 !important;
  border-radius: 4px;
  margin-left: 40px;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  width: 110px;
  text-align: center;
}

.hide {
  display: none !important;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #FE5338 !important;
  background-color: #FE5338 !important;
}

/* 活动规则 */
.ruleBox {
  width: 770px;
  height: 450px;
  border-top: 3px solid #FE5338;
  background: #fff;
  position: fixed !important;
  top: 50%;
  margin-top: -235px;
  left: 50%;
  margin-left: -385px;
  z-index: 9999;
  display: none;
}

.ruleBox .title {
  font-size: 23px;
  height: 70px;
  line-height: 70px;
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
  color: #FE5338;
  *margin-bottom: 10px;
}

.ruleBox .close {
  background: url("../images/close.png") no-repeat;
  height: 30px;
  width: 33px;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}

.ruleBox .box {
  height: auto;
  overflow: hidden;
  padding: 40px;
}

.ruleBox .box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #333;
}
/*# sourceMappingURL=style.css.map */