@charset 'UTF-8';
/**
 * @authors Elong (yangxinglong@126.com)
 * @date    2016-08-01 14:27:10
 */
.home_preferential_list li {
  float: left;
  width: 256px;
  height: 120px;
  margin: 0 20px 28px 0;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
.home_preferential_list li a {
  display: inline-block;
  width: 256px;
  height: 120px;
}
.home_preferential_list li div {
  float: left;
}
.home_preferential_list li .home_preferential_list_discount {
  font-size: 24px;
  font-weight: 600;
  width: 94px;
  height: 52px;
  line-height: 52px;
  margin-top: 34px;
  text-align: center;
  vertical-align: bottom;
  color: #ff6891;
  border-right: 1px dashed #ededed;
}
.home_preferential_list li .home_preferential_list_discount span {
  font-size: 24px;
}
.home_preferential_list li .home_preferential_list_time {
  width: 108px;
  margin-top: 34px;
  padding-left: 14px;
}
.home_preferential_list li .home_preferential_list_time h3 {
  font-size: 16px;
  line-height: 28px;
  color: #606060;
}
.home_preferential_list li .home_preferential_list_time p {
  font-size: 12px;
  color: #909090;
}
.home_preferential_list li .home_preferential_list_now_use {
  font-size: 12px;
  width: 12px;
  height: 90px;
  padding: 30px 12px 0 15px;
  text-align: center;
  color: #fff;
  background: url(/dev/product/www_v3/imgs/preferential/home_preferential_list_now_use.png) 0 0 no-repeat;
}
.home_preferential_list li .home_preferential_list_now_nouse {
  font-size: 12px;
  width: 12px;
  height: 105px;
  padding: 15px 12px 0 15px;
  text-align: center;
  color: #777;
  background: url(/dev/product/www_v3/imgs/preferential/home_preferential_list_now_nouse.png) 0 0 no-repeat;
}
@media screen and (max-width: 640px) {
  .home_preferential_list li {
    display: block;
    float: none;
    margin: 34px auto 0;
  }
}
.right_main_box {
  overflow: hidden;
}
.get_preferential {
  width: 640px;
  margin: 60px auto 0;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 640px) {
  .get_preferential {
    width: 280px;
  }
}
.get_preferential_title {
  height: 82px;
  text-align: center;
}
.get_preferential_title h3 {
  font-size: 20px;
  line-height: 82px;
  color: #303030;
}
@media screen and (max-width: 640px) {
  .get_preferential_title {
    height: 50px;
  }
  .get_preferential_title h3 {
    font-size: 14px;
    line-height: 50px;
  }
}
.get_preferential_info {
  height: 320px;
  background: url(/dev/product/www_v3/imgs/preferential/get_preferential_info_1366.png) 0 0 no-repeat;
}
@media screen and (max-width: 640px) {
  .get_preferential_info {
    height: 210px;
    background-image: url(/dev/product/www_v3/imgs/preferential/get_preferential_info_320.png);
  }
}
.get_preferential_value {
  font-size: 48px;
  line-height: 100px;
  height: 105px;
  padding-top: 41px;
  text-align: center;
  vertical-align: bottom;
  color: #ff6891;
}
.get_preferential_value span {
  font-size: 100px;
}
@media screen and (max-width: 640px) {
  .get_preferential_value {
    font-size: 24px;
    line-height: 50px;
    height: 56px;
    padding-top: 28px;
  }
  .get_preferential_value span {
    font-size: 50px;
  }
}
.get_preferential_condition {
  font-size: 24px;
  line-height: 24px;
  height: 60px;
  text-align: center;
  color: #606060;
}
@media screen and (max-width: 640px) {
  .get_preferential_condition {
    font-size: 14px;
    line-height: 14px;
    height: 35px;
  }
}
.get_preferential_validity {
  font-size: 14px;
  height: 33px;
  text-align: center;
  color: #606060;
}
@media screen and (max-width: 640px) {
  .get_preferential_validity {
    font-size: 12px;
    height: 24px;
  }
}
.get_preferential_btn {
  text-align: center;
}
.get_preferential_btn a {
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #ff6891;
}
@media screen and (max-width: 640px) {
  .get_preferential_btn a {
    font-size: 14px;
    width: 100px;
  }
}
.get_preferential_list_title {
  height: 76px;
  padding-top: 11px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.get_preferential_list_title h3 {
  font-size: 16px;
  line-height: 76px;
  color: #303030;
}
@media screen and (max-width: 640px) {
  .get_preferential_list_title {
    height: 54px;
    padding-top: 0;
  }
  .get_preferential_list_title h3 {
    font-size: 12px;
    line-height: 54px;
  }
}
.get_preferential_list_all {
  overflow: hidden;
}
.get_preferential_list_all li {
  height: 205px;
  text-align: center;
}
.get_preferential_list_all li:hover {
  background-color: #fbfbfb;
}
.get_preferential_list_all li a {
  display: inline-block;
  width: 560px;
  height: 165px;
  padding-top: 40px;
  border-bottom: 1px solid #fbfbfb;
}
.get_preferential_list_all li a .img {
  float: left;
  width: 200px;
  height: 125px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.get_preferential_list_all li a .img img {
  width: 100%;
  height: 100%;
}
.get_preferential_list_all li a .info {
  float: right;
  width: 334px;
}
.get_preferential_list_all li a .info h3 {
  font-size: 18px;
  display: block;
  clear: both;
  height: 100px;
  text-align: left;
  color: #303030;
}
.get_preferential_list_all li a .info p {
  line-height: 24px;
  height: 24px;
  vertical-align: bottom;
}
.get_preferential_list_all li a .info p .left {
  font-size: 24px;
  color: #f51e55;
}
.get_preferential_list_all li a .info p .right {
  font-size: 12px;
  color: #909090;
}
.get_preferential_list_all li a .info p .right font {
  font-weight: 400;
  color: #606060;
}
@media screen and (max-width: 640px) {
  .get_preferential_list_all li {
    height: 100px;
  }
  .get_preferential_list_all li:last-child {
    margin-bottom: 30px;
  }
  .get_preferential_list_all li a {
    width: 242px;
    height: 82px;
    padding-top: 19px;
  }
  .get_preferential_list_all li a .img {
    width: 100px;
    height: 63px;
  }
  .get_preferential_list_all li a .info {
    width: 128px;
  }
  .get_preferential_list_all li a .info h3 {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
  }
  .get_preferential_list_all li a .info p .left {
    font-size: 14px;
  }
  .get_preferential_list_all li a .info p .right {
    font-size: 12px;
  }
}
.get_preferential_list_class {
  overflow: hidden;
  padding-top: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .get_preferential_list_class {
    padding-left: 0;
  }
}
.get_preferential_list_class li {
  float: left;
  width: 265px;
  height: 170px;
  margin-bottom: 30px;
  margin-left: 30px;
  border: 1px solid #fbfbfb;
}
.get_preferential_list_class li:hover {
  box-shadow: 0 0 10px #ccc;
}
.get_preferential_list_class li a {
  display: inline-block;
  width: 265px;
  height: 205px;
}
.get_preferential_list_class li a .img {
  float: left;
  width: 80px;
  height: 170px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.get_preferential_list_class li a .img img {
  width: 100%;
  height: 100%;
}
.get_preferential_list_class li a .info {
  float: right;
  width: 150px;
  margin-right: 15px;
  padding-top: 14px;
}
.get_preferential_list_class li a .info h3 {
  font-size: 14px;
  display: block;
  clear: both;
  height: 100px;
  text-align: left;
  color: #303030;
}
.get_preferential_list_class li a .info p {
  line-height: 24px;
  height: 24px;
  vertical-align: bottom;
}
.get_preferential_list_class li a .info p .left {
  font-size: 18px;
  display: block;
  float: none;
  color: #f51e55;
}
.get_preferential_list_class li a .info p .right {
  font-size: 12px;
  display: block;
  float: none;
  color: #909090;
}
.get_preferential_list_class li a .info p .right font {
  font-weight: 400;
  color: #606060;
}
@media screen and (max-width: 640px) {
  .get_preferential_list_class li {
    display: block;
    float: none;
    width: 240px;
    height: 170px;
    margin: 30px auto 0;
  }
  .get_preferential_list_class li:last-child {
    margin-bottom: 30px;
  }
  .get_preferential_list_class li a {
    width: 240px;
    height: 170px;
  }
  .get_preferential_list_class li a .img {
    width: 80px;
  }
  .get_preferential_list_class li a .info {
    width: 128px;
  }
  .get_preferential_list_class li a .info h3 {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
  }
  .get_preferential_list_class li a .info p .left {
    font-size: 14px;
  }
  .get_preferential_list_class li a .info p .right {
    font-size: 12px;
  }
}
.preferential_select_title {
  font-size: 12px;
  line-height: 18px;
  width: 72px;
  height: 18px;
  margin: 36px 0 28px 0;
  padding-left: 27px;
  cursor: pointer;
  color: #606060;
  background: url(/dev/product/www_v3/imgs/preferential/preferential_select_title.png) 1px 2px no-repeat;
}
.preferential_select_title span {
  line-height: 18px;
  display: inline-block;
  height: 10px;
  padding-right: 20px;
  background: url(/dev/product/www_v3/imgs/preferential/preferential_select_title.png) 5px -29px no-repeat;
}
.preferential_select_title.no_use span {
  background-position: 5px -49px;
}
.use_preferential {
  display: none;
}
.preferential_select_info {
  width: 256px;
  height: 120px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.preferential_select_info div {
  float: left;
}
.preferential_select_info .home_preferential_list_discount {
  font-size: 24px;
  font-weight: 600;
  width: 94px;
  height: 52px;
  line-height: 52px;
  margin-top: 34px;
  text-align: center;
  color: #ff6891;
  border-right: 1px dashed #ededed;
}
.preferential_select_info .home_preferential_list_discount span {
  font-size: 24px;
}
.preferential_select_info .home_preferential_list_time {
  width: 108px;
  margin-top: 34px;
  padding-left: 14px;
}
.preferential_select_info .home_preferential_list_time h3 {
  font-size: 16px;
  line-height: 28px;
  color: #606060;
}
.preferential_select_info .home_preferential_list_time p {
  font-size: 12px;
  color: #909090;
}
.preferential_select_info .home_preferential_list_now_use {
  font-size: 12px;
  width: 12px;
  height: 90px;
  padding: 30px 12px 0 15px;
  text-align: center;
  color: #fff;
  background: url(/dev/product/www_v3/imgs/preferential/home_preferential_list_now_use.png) 0 0 no-repeat;
}
.preferential_select_info .home_preferential_list_now_nouse {
  font-size: 12px;
  width: 12px;
  height: 107px;
  padding: 13px 12px 0 15px;
  text-align: center;
  color: #777;
  background: url(/dev/product/www_v3/imgs/preferential/home_preferential_list_now_nouse.png) 0 0 no-repeat;
}
.use_preferential_select {
  padding-top: 20px;
}
.use_preferential_select select {
  font-size: 14px;
  width: 256px;
  height: 30px;
  color: #606060;
  border-color: #e0e0e0;
}
.use_preferential_num {
  font-size: 14px;
  margin-bottom: -30px;
  padding-top: 14px;
  text-align: right;
  color: #303030;
}
.use_preferential_num span {
  padding-left: 6px;
  color: #f00;
}
@media screen and (max-width: 746px) {
  .preferential_select {
    padding-left: 18px;
  }
  .use_preferential_num {
    padding-right: 20px;
  }
}
