@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.four {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.cus {
  cursor: pointer;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.flexend {
  display: flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.border {
  border: solid 1px #e6e6e6;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f34 {
  font-size: 34px;
}
.f30 {
  font-size: 30px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f17 {
  font-size: 17px;
}
.f15 {
  font-size: 15px;
}
.f14 {
  font-size: 14px;
}
.f13 {
  font-size: 13px;
}
.f12 {
  font-size: 12px;
}
.black {
  color: #161616;
}
.gray6 {
  color: #666 !important;
}
.gray8 {
  color: #888 !important;
}
.gray9 {
  color: #999 !important;
}
.pad20 {
  padding: 20px 0;
}
.mar_r5 {
  margin-right: 5px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_r30 {
  margin-right: 30px;
}
.mar_t5 {
  margin-top: 5px;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t15 {
  margin-top: 15px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_t60 {
  margin-top: 60px;
}
.red {
  color: #e7000e !important;
}
.white {
  color: #fff;
}
.orange {
  color: #f38f64;
}
.bgg {
  background: #f9f9f9;
}
.bgw {
  background: #fff;
}
.bgred {
  background: #e7000e;
}
.none {
  display: none;
}
/*banner*/
.flexslider {
  position: relative;
  overflow: hidden;
  height: 502px;
}
.flexslider .slides {
  position: relative;
  z-index: 1;
}
.flexslider .slides li {
  height: 502px;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: none;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.flexslider .flex-control-nav li a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer;
}
.flexslider .flex-control-nav .flex-active {
  background: #002fa7;
}
.flexslider .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flexslider .flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flexslider .flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../../images/prev.png) center center no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../../images/next.png) center center no-repeat;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.top_bg {
  background: #eaeaea;
  color: #7a7a7a;
  height: 35px;
  line-height: 34px;
}
.link {
  font-size: 12px;
  color: #9b9b9b;
}
.link a,
.link span {
  font-size: 14px;
  padding: 0 10px;
  color: #7a7a7a;
}
.phone_code {
  width: 100px;
  height: 100px;
  z-index: 99;
  top: 25px;
  right: 0;
  display: none;
}
.phone_link:hover .phone_code {
  display: block;
}
.header {
  height: 140px;
  padding: 35px 0 0;
}
.logo {
  padding: 10px 0 0;
}
.search_box {
  width: 546px;
  margin-left: 200px;
}
.search {
  border: solid 2px #e7000e;
  height: 44px;
}
.ss_txt {
  width: 440px;
  background: url(../../images/ss.png) no-repeat 12px center;
  padding: 0 10px 0 40px;
  height: 40px;
  border: none;
}
.ss_btn {
  width: 102px;
  height: 40px;
  background: #e7000e;
  border: none;
  color: #fff;
}
.header_car {
  width: 148px;
  height: 39px;
  border: solid 1px #d4d4d4;
  background: #f9f9f9;
  color: #5a5959;
}
.header_car img {
  margin-right: 10px;
}
.key a {
  margin-right: 15px;
}
.type {
  width: 210px;
  background: #e7000e;
  line-height: 40px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
}
.type img {
  margin-right: 10px;
}
.type:hover .type_list {
  display: block;
}
.nav {
  width: 975px;
  color: #1a1a1a;
}
.type_list {
  width: 100%;
  top: 40px;
  left: 0;
  height: 502px;
  background: rgba(245, 245, 245, 0.75);
  padding: 7px 0 0;
}
.type_list.none {
  background: #fff;
}
.type_list li {
  line-height: 45px;
  padding-left: 35px;
  color: #333;
  position: relative;
}
.type_list li a {
  display: block;
}
.type_list li:hover {
  background: rgba(255, 255, 255, 0.74);
}
.type_list li:hover::after {
  width: 2px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #e7000e;
  content: "";
}
.seckill_tit {
  height: 50px;
}
.time1_icon {
  margin: 0 10px 0 20px;
}
.time span {
  width: 26px;
  height: 24px;
  border: solid 1px #c8c8c8;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}
.seckill_time_list {
  width: 840px;
  margin-right: 55px;
}
.seckill_time_list li {
  font-size: 20px;
  cursor: pointer;
}
.seckill_box {
  border-left: solid 1px #e6e6e6;
  border-top: solid 2px #3c3c3c;
}
.seckill_list li {
  width: 16.66666667%;
  height: 230px;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 10px 15px 0;
  float: left;
}
.seckill_list li img {
  width: 140px;
  height: 140px;
}
.progress1 {
  width: 150px;
  height: 8px;
  background: #ffb7b7;
  border-radius: 4px;
}
.progress_on {
  height: 8px;
  background: #fc2c3a;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.progress_txt {
  width: 76px;
  height: 20px;
  background: #fe8d91;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -7px;
  line-height: 20px;
}
.index1 {
  background: #f4f4f4;
  padding: 15px;
}
.index1_con {
  width: 580px;
  height: 340px;
  padding: 0 15px;
}
.index1_tit {
  color: #161616;
  font-size: 26px;
  background: url(../../images/more1.png) no-repeat right center;
  display: block;
  line-height: 55px;
}
.index1_big {
  width: 174px;
  height: 265px;
  background: #f8f8f9;
  padding: 30px 10px 0;
}
.index1_big img {
  width: 154px;
  height: 154px;
}
.index1_list {
  width: 365px;
  height: 220px;
  align-content: space-between;
}
.index1_list li {
  width: 176px;
}
.index1_list li img {
  width: 90px;
  height: 90px;
}
.index1_list_con {
  width: 80px;
  line-height: 20px;
}
.hot_num {
  width: 27px;
  height: 33px;
  background: url(../../images/tab.png) no-repeat;
  font-size: 19px;
  color: #fff;
  line-height: 26px;
  top: 0;
  left: 0;
}
.shop_tit {
  background: url(../../images/tit1.png) no-repeat center center;
}
.shop_tit span {
  color: #9a0615;
}
.more2 {
  right: 0;
  top: 0;
}
.shop_list li {
  width: 277px;
  margin: 0 30px 0 0;
  color: #1a1a1a;
  text-align: center;
}
.shop_list li:nth-child(4n+4) {
  margin-right: 0;
}
.shop_list li img {
  border: solid 1px #e6e6e6;
  width: 100%;
  height: 219px;
}
.index2 {
  width: 910px;
}
.tit_box {
  border-bottom: solid 2px #000000;
  line-height: 44px;
}
.sub_type {
  color: #d2d2d2;
  margin-right: 20px;
}
.sub_type a {
  color: #5b5b5b;
  padding: 0 30px;
}
.sub_type a:hover {
  color: #000;
  font-weight: bold;
}
.index2_left {
  width: 240px;
  border-right: solid 1px #e6e6e6;
  height: 440px;
}
.bg1 {
  background: #e5f5dd;
  padding: 20px 15px 0;
  height: 326px;
}
.bg1 img {
  width: 100%;
  height: 210px;
}
.index2_type {
  color: #484646;
  padding: 5px 10px 0;
}
.index2_type a {
  width: 70px;
  display: inline-block;
  line-height: 26px;
}
.index2_right {
  width: 670px;
}
.index2_right li {
  width: 167px;
  height: 220px;
  border-right: solid 1px #e6e6e6;
  padding: 13px 13px 0;
}
.index2_right li:nth-child(3),
.index2_right li:nth-child(7) {
  border-right: none;
}
.index2_right li:first-child {
  width: 334px;
  border-bottom: solid 1px #e6e6e6;
}
.index2_right li:first-child img {
  height: 220px;
}
.index2_right li:nth-child(2),
.index2_right li:nth-child(3) {
  border-bottom: solid 1px #e6e6e6;
}
.index2_right li img {
  width: 100%;
  height: 140px;
}
.index2_big {
  width: 100%;
  bottom: 0;
  left: 0;
  background: #a5da88;
  line-height: 42px;
  padding: 0 10px;
}
.side {
  width: 280px;
}
.side_tit {
  height: 45px;
}
.side_tit li {
  line-height: 43px;
  color: #666;
  cursor: pointer;
}
.side_tit li.current {
  color: #0f0f0f;
  border-bottom: solid 2px #0f0f0f;
}
.side_list li {
  color: #646464;
}
.side_list_num {
  padding-left: 14px;
  line-height: 32px;
}
.side_list_con {
  border-bottom: solid 1px #e6e6e6;
  width: 240px;
  padding-right: 10px;
  cursor: pointer;
}
.side_list_tit1 {
  line-height: 32px;
}
.side_list_pic {
  width: 80px;
  height: 80px;
}
.side_list_con2 {
  width: 135px;
  padding: 10px 0;
}
.side_list_con2_box {
  display: none;
}
.index_tips span {
  background: #f59f70;
  padding: 0 10px;
}
.bg2 {
  background: #fff7f3;
}
.bg2 img {
  height: 180px;
}
.index3_right {
  width: 959px;
}
.wenju {
  width: 382px;
  height: 342px;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.wenju .swiper-slide img {
  width: 100%;
  height: 341px;
}
.wenju .swiper-slide p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(245, 159, 112, 0.8);
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.wenju .swiper-pagination {
  bottom: 0;
}
.wenju .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  background: #5e5e5e;
  border-radius: 0;
  opacity: 1;
}
.wenju .swiper-pagination-bullet-active {
  background: #fff;
}
.wenju_list {
  width: 191px;
  border-right: solid 1px #e6e6e6;
  padding: 10px 15px 0;
  height: 180px;
}
.wenju_list:nth-of-type(4),
.wenju_list:nth-of-type(9) {
  border-right: none;
}
.wenju_list:nth-of-type(2),
.wenju_list:nth-of-type(3),
.wenju_list:nth-of-type(4) {
  border-bottom: solid 1px #e6e6e6;
}
.wenju_list1 {
  height: 342px;
}
.wenju_list1 .wenju_pic {
  width: 160px;
  height: 160px;
  margin: 60px 0 0;
}
.wenju_list2 .wenju_pic {
  width: 100px;
  height: 100px;
  margin: 5px auto 0;
}
.index3_left {
  height: 520px;
}
.index4 {
  width: 33.3333%;
}
.index4_list li {
  width: 50%;
  height: 170px;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 10px 15px 0;
  line-height: 22px;
}
.index4_list li img {
  width: 100px;
  height: 100px;
}
.index4_list li:nth-child(2),
.index4_list li:nth-child(4) {
  border-right: none;
}
.index4_list li:nth-child(3),
.index4_list li:nth-child(4) {
  border-bottom: none;
}
.index4_con {
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px;
}
.index4_con h4 {
  font-size: 22px;
}
.index4_pic {
  width: 100%;
  height: 340px;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
}
.tuijian_tit {
  background: url(../../images/tit1.png) no-repeat center center;
  color: #5b5b5b;
  font-size: 30px;
  margin: 50px 0 20px;
}
.sub_tj_tit {
  background: #f6f6f6;
  height: 80px;
}
.sub_tj_tit li {
  width: 25%;
  text-align: center;
  background: url(../../images/line1.png) no-repeat right center;
}
.sub_tj_tit li:last-child {
  background: none;
}
.sub_tj_tit li h2 {
  font-size: 20px;
  color: #161616;
}
.sub_tj_tit li p {
  color: #8f8f8f;
}
.sub_tj_tit li.current p span {
  background: #eaa000;
  color: #fff;
  border-radius: 20px;
  padding: 0 12px;
  line-height: 30px;
}
.tj_list {
  padding-bottom: 48px;
}
.tj_list li {
  width: 230px;
  height: 327px;
  border: solid 1px #e6e6e6;
  margin: 0 12px 10px 0;
}
.tj_list li:nth-child(5n+5) {
  margin-right: 0;
}
.tj_list li a {
  display: block;
  padding: 20px 20px 0;
}
.tj_list li a img {
  width: 190px;
  height: 190px;
}
.tj_list_tit {
  line-height: 24px;
  height: 48px;
  margin: 15px 0 5px;
}
.service1 {
  padding: 35px 0;
}
.service1 li {
  width: 20%;
  background: url(../../images/line2.png) no-repeat right center;
}
.service1 li:last-child {
  background: none;
}
.service1 li img {
  margin-right: 10px;
  float: left;
}
.footer_bg {
  background: #333334;
  padding: 35px 0 0;
  color: #fff;
}
.footer_nav {
  width: 650px;
}
.footer_nav li {
  width: 130px;
}
.footer_nav li h4 {
  font-size: 15px;
  margin-bottom: 12px;
}
.footer_nav li p a {
  display: block;
  font-size: 14px;
  color: #b1b1b1;
  line-height: 28px;
}
.footer_tel h4 {
  font-size: 19px;
}
.footer_tel h2 {
  font-size: 28px;
}
.footer_code {
  width: 220px;
}
.footer_code img {
  width: 100px;
  height: 100px;
}
.footer_code p {
  width: 70px;
  height: 19px;
  margin: 8px auto 0;
  border-radius: 10px;
  font-size: 12px;
  background: #000000;
  text-align: center;
  line-height: 19px;
}
.copyright {
  color: #959595;
  padding: 40px 0 20px;
}
.reg_top {
  border-bottom: solid 1px #eeeeee;
  height: 112px;
}
.reg_tit {
  color: #8c8c8c;
  font-size: 20px;
  margin-left: 20px;
}
.registered-box {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 50px;
  height: 565px;
}
.registered-box .registered-box-center {
  width: 400px;
  margin: 0px auto;
  height: 565px;
}
.registered-box .registered-box-center .reg_progress {
  overflow: hidden;
}
.registered-box .registered-box-center .reg_progress .step {
  float: left;
  text-align: center;
}
.registered-box .registered-box-center .reg_progress .step .progress-box {
  float: left;
  color: #999;
}
.registered-box .registered-box-center .reg_progress .step .bor {
  float: left;
  position: relative;
  top: 6px;
}
.registered-box .registered-box-center .reg_progress .step .bor span {
  float: left;
  width: 3px;
  height: 3px;
  background: #CFCFCF;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.registered-box .registered-box-center .reg_progress .step .bor .triangle {
  background: none !important;
  top: 0px;
  margin-right: 3px;
}
.registered-box .registered-box-center .reg_progress .step .bor .triangle .color {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 4.5px solid transparent;
  border-left: 4.5px solid #CFCFCF;
  position: absolute;
  top: 0px;
  left: 0px;
}
.registered-box .registered-box-center .reg_progress .step .bor .triangle .withe {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 4.5px solid transparent;
  border-left: 4.5px solid #fff;
  position: absolute;
  top: 0px;
  left: -1px;
}
.registered-box .registered-box-center .reg_progress .step .first {
  display: inline-block;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  border: 1px solid #CFCFCF;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  color: #CFCFCF;
  margin-bottom: 14px;
}
.registered-box .registered-box-center .reg_progress .step .first i {
  font-style: initial;
}
.registered-box .registered-box-center .reg_progress .step .bg {
  background: url("../imgs/registerd/dg.png") no-repeat center;
}
.registered-box .registered-box-center .progreg_progressress .step p {
  color: #969696;
}
.registered-box .registered-box-center .reg_progress .active .progress-box .first {
  color: #fff;
}
.registered-box .registered-box-center .reg_progress .active .progress-box .primary-color {
  color: #e7000e;
}
.registered-box .registered-box-center .input-group {
  padding-top: 20px;
}
.registered-box .registered-box-center .input-box {
  width: 398px;
  height: 50px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin-top: 35px;
}
.registered-box .registered-box-center .input-box .area-code {
  float: left;
  width: 107px;
  height: 48px;
  border-right: 1px solid #DDDDDD;
  position: relative;
}
.registered-box .registered-box-center .input-box .area-code:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top: 4px solid #727272;
  position: absolute;
  top: 22px;
  right: 5px;
}
.registered-box .registered-box-center .input-box .area-code:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  position: absolute;
  top: 21px;
  right: 5px;
}
.registered-box .registered-box-center .input-box .area-code a {
  display: block;
  width: 107px;
  height: 48px;
  color: #666666;
  text-align: center;
  line-height: 48px;
}
.registered-box .registered-box-center .input-box .pas_tit {
  float: left;
  width: 107px;
  height: 48px;
  position: relative;
}
.registered-box .registered-box-center .input-box .pas_tit a {
  display: block;
  width: 107px;
  height: 48px;
  font-size: 13px;
  color: #666666;
  text-align: center;
  line-height: 48px;
}
.pas_tips {
  font-size: 12px;
  margin-top: 3px;
  color: #969696;
}
.registered-box .registered-box-center .input-box input {
  width: 288px;
  height: 48px;
  float: left;
  border: none;
  text-indent: 12px;
  outline: none;
}
.registered-box .registered-box-center .input-box .pass {
  width: 248px;
}
.registered-box .registered-box-center .input-box .get-code {
  float: left;
  width: 107px;
  height: 48px;
  border-left: 1px solid #DDDDDD;
  background: #F4F5F6;
}
.registered-box .registered-box-center .input-box .get-code a {
  display: block;
  width: 107px;
  height: 48px;
  color: #666666;
  text-align: center;
  line-height: 48px;
}
.registered-box .registered-box-center .input-box img {
  position: relative;
  top: 15px;
  left: 5px;
  cursor: pointer;
}
.registered-box .registered-box-center .gift-bag {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #666666;
  cursor: pointer;
}
.registered-box .btn {
  display: block;
  width: 398px;
  height: 52px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  margin-top: 50px;
  border: none;
  cursor: pointer;
}
.registered-box .bottom {
  overflow: hidden;
  margin-top: 35px;
}
.registered-box .bottom .agreement {
  float: left;
  line-height: 20px;
}
.registered-box .bottom .agreement label {
  display: block;
  float: left;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}
.registered-box .bottom .agreement label img {
  display: none;
}
.registered-box .bottom .agreement .checked .bor {
  display: none;
}
.registered-box .bottom .agreement .checked img {
  display: block;
}
.registered-box .bottom .agreement a {
  display: block;
  float: left;
  color: #666666;
  cursor: pointer;
}
.registered-box .bottom .agreement .bor {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #B2B2B2;
  margin-right: 5px;
}
.registered-box .bottom .agreement img {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}
.registered-box .bottom .agreement a {
  float: left;
  margin-left: 5px;
}
.registered-box .bottom .reg_service {
  float: right;
  font-size: 12px;
  line-height: 20px;
}
.registered-box .bottom .service img {
  float: left;
  margin-right: 5px;
}
.registered-box .success {
  text-align: center;
}
.registered-box .success .tit {
  font-size: 20px;
  color: #666666;
  margin-bottom: 10px;
}
.registered-box .success .registered-success {
  font-size: 14px;
  color: #969696;
  margin-bottom: 60px;
}
.registered-box .success .btn {
  display: block;
  width: 168px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0px auto;
  border-radius: 20px;
  margin-bottom: 50px;
}
.primary-background-color {
  background: #e7000e !important;
}
.border-color {
  border-color: #e7000e !important;
}
.reg_copyright {
  padding: 45px 0 0;
  color: #959595;
}
::-webkit-input-placeholder {
  color: #ccc;
}
.reg_phone {
  margin: 76px 0 0;
}
.reg_user {
  width: 100%;
  height: 52px;
  border: solid 1px #dddddd;
  padding: 0 15px;
}
.reg_yzm {
  margin: 35px 0 0;
}
.wan {
  background: url(../../images/dg.png) no-repeat center;
}
.login {
  background: #fff;
}
.login .top {
  background: #fff;
  height: 110px;
}
.login .top .top-center {
  width: 1200px;
  margin: 0px auto;
  line-height: 110px;
}
.login .top .top-center img {
  width: 140px;
  position: relative;
  top: 10px;
  margin-right: 10px;
}
.login .top .top-center span {
  font-size: 14px;
}
.login_bg {
  background: url("../images/login.jpg") no-repeat center;
}
.content-center {
  width: 1200px;
  height: 495px;
  margin: 0px auto;
}
.content-center .login-bor {
  background: rgba(0, 0, 0, 0.05);
  width: 417px;
  height: 475px;
  float: right;
  margin-right: 99px;
  margin-top: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4px;
}
.content-center .login-bor .login-box {
  width: 409px;
  height: 466px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 32px;
}
.content-center .login-bor .login-box .table {
  display: flex;
}
.content-center .login-bor .login-box .table a {
  display: block;
  height: 20px;
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 20px;
}
.content-center .login-bor .login-box .table a:last-child {
  border-left: 1px solid #F4F4F4;
}
.content-center .login-bor .login-box .input-group {
  width: 306px;
  margin: 0px auto;
  margin-top: 90px;
}
.content-center .login-bor .login-box .input-group .input {
  height: 40px;
  width: 306px;
  box-sizing: border-box;
  border: 1px solid #BDBDBD;
  margin-bottom: 20px;
}
.content-center .login-bor .login-box .input-group .input span {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  border-right: 1px solid #BDBDBD;
}
.content-center .login-bor .login-box .input-group .input input {
  height: 38px;
  width: 265px;
  border: none;
  text-indent: 10px;
}
.content-center .login-bor .login-box .input-group .account span {
  background: #F4F4F4 url("../images/account.png") no-repeat center;
}
.content-center .login-bor .login-box .input-group .password span {
  background: #F4F4F4 url("../images/password.png") no-repeat center;
}
.content-center .login-bor .login-box .input-group p {
  text-align: right;
}
.content-center .login-bor .login-box .input-group p a {
  font-size: 12px;
  color: #666666;
}
.content-center .login-bor .login-box .btn {
  display: block;
  height: 40px;
  width: 306px;
  color: #fff;
  letter-spacing: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin: 0px auto;
  margin-top: 20px;
}
.login .login-method {
  width: 306px;
  margin: 25px auto 0;
  height: 20px;
}
.login .login-method .left {
  float: left;
}
.login .login-method .left a {
  font-size: 12px;
  color: #010101;
}
.login .login-method .left a img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
.login .login-method .left span {
  margin: 0px 10px;
  color: #D6CCD6;
  font-size: 12px;
}
.login .login-method .right {
  float: right;
}
.login .login-method .right a {
  font-size: 12px;
}
.login .login-method .right a img {
  width: 19px;
  height: 19px;
}
.login .scan-code {
  width: 173px;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 85px;
  display: none;
}
.login .scan-code .img-box {
  width: 173px;
  height: 165px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  padding: 8px;
}
.login .scan-code img {
  width: 150px;
  height: 150px;
}
.login .scan-code .scan-code-bottom {
  overflow: hidden;
  font-size: 12px;
  margin-top: 25px;
}
.login .scan-code .scan-code-bottom .left {
  float: left;
}
.login .scan-code .scan-code-bottom .right {
  float: right;
}
.login_copyright {
  padding: 45px 0 30px;
}
.path {
  background: url(../../images/path.png) no-repeat left center;
  padding-left: 20px;
  color: #808080;
}
.pro_list_type li {
  border-bottom: solid 1px #dddddd;
  background: #f8f8f8;
}
.pro_list_type li:last-child {
  border-bottom: none;
}
.pro_list_type li h4 {
  width: 160px;
  padding-left: 50px;
  color: #707070;
  font-size: 14px;
}
.sub_pro_list_type {
  width: 1038px;
  padding: 15px 20px;
}
.sub_pro_list_type a {
  color: #34709f;
  margin-right: 60px;
  line-height: 30px;
  display: inline-block;
}
.handsome {
  background: #f7f7f7;
  width: 317px;
  float: left;
}
.handsome li {
  float: left;
  width: 105px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border-right: solid 1px #d9d9d9;
}
.handsome .selected {
  background: #fff;
  height: 39px;
  margin: -1px 0 0 -1px;
  border-top: 1px solid #e7000e;
  width: 107px;
}
.handsome .clear {
  clear: both;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.handsome-list {
  height: 48px;
  border: 1px solid #eee;
  background: #f7f7f7;
}
.price-range {
  width: 120px;
  float: left;
  margin: 8px 10px ;
  position: relative;
}
.price-range .price {
  padding-left: 4px;
  width: 48px;
  line-height: 21px;
  height: 21px;
  border: 1px solid #dfdfdf;
  float: left;
}
.price-range p {
  float: left;
  width: 12px;
  text-align: center;
  height: 21px;
  line-height: 21px;
}
.handsome li img {
  margin-left: 5px;
}
.switch-page span {
  line-height: 48px;
  margin: 0 15px;
}
.pagination {
  text-align: center;
}
.pagination li {
  height: 38px;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  background: #F6F5F5;
  text-align: center;
  line-height: 38px;
  color: #333333;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.pagination li.active {
  color: #e7000e;
  background: none;
  border: none;
}
.main {
  padding-bottom: 60px;
}
.nav_bg {
  border-bottom: solid 2px #f13d01;
}
.my_bg {
  background: #f9f9f9;
  padding: 30px 0 75px;
}
.my_left {
  width: 170px;
  height: 688px;
}
.my_left li {
  padding: 15px 0;
}
.my_left li h3 {
  padding-left: 10px;
  color: #222222;
  font-size: 16px;
  line-height: 36px;
}
.my_left li h3 img {
  margin-right: 10px;
}
.my_left li a {
  display: block;
  padding-left: 40px;
  line-height: 24px;
  color: #777;
}
.my_left li a:hover {
  color: #e7000e;
}
.my_left li a.active {
  color: #e7000e;
}
.my_right {
  width: 1010px;
  min-height: 688px;
}
.jf_tit {
  height: 55px;
  padding: 0 20px;
}
.jf_tit li {
  margin-right: 55px;
  line-height: 55px;
}
.jf_tit li.on {
  color: #e7000e;
  border-bottom: solid 2px #e7000e;
}
.right_tit {
  line-height: 56px;
  padding: 0 20px;
  border-bottom: solid 1px #f9f9f9;
}
.my_jf_con {
  padding: 20px;
}
.my_jf_con b {
  font-size: 30px;
  margin: 0 10px;
}
.minh1 {
  min-height: 623px;
  padding-bottom: 30px;
}
.jf_list li {
  border-bottom: solid 1px #eeeeee;
  padding: 15px 25px 15px 0;
}
.chongzhi_suss {
  height: 590px;
  padding: 185px 0 0;
}
.book_list {
  padding: 25px 0 45px;
}
.book_list li {
  width: 287px;
  height: 375px;
  background: #fff;
  padding: 15px 20px 0;
  margin: 0 17px 20px 0;
}
.book_list li:nth-child(4n+4) {
  margin-right: 0;
}
.book_list_pic {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.book_list_pic img {
  width: 100%;
  height: 100%;
}
.book_list_tit {
  line-height: 24px;
  height: 48px;
}
.book_xx {
  border-radius: 10px;
  padding: 25px;
  min-height: 220px;
}
.book_xx_tit {
  padding-bottom: 20px;
}
.book_xx_tit::after {
  width: 44px;
  height: 2px;
  background: #e7000e;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}
.my_right_tit {
  line-height: 55px;
  padding: 0 20px;
}
.my_talk {
  min-height: 613px;
  padding: 20px 20px 0;
}
.my_talk_list {
  border: solid 1px #e5e5e5;
  border-bottom: none;
}
.my_talk_tit {
  background: #f9f9f9;
  line-height: 32px;
}
.my_talk_tit li:first-child {
  padding-left: 140px;
  width: 530px;
}
.my_talk_tit li:nth-child(2) {
  width: 230px;
}
.my_talk_tit li:nth-child(3) {
  width: 206px;
}
.my_talk_list li {
  border-bottom: solid 1px #e5e5e5;
  height: 92px;
}
.my_talk_list li img {
  width: 62px;
  height: 62px;
  border: solid 1px #e5e5e5;
  margin-right: 20px;
}
.my_talk_list li:last-child {
  border-bottom: none;
}
.my_talk_list_con {
  padding-left: 10px;
  width: 530px;
}
.my_talk_list_date {
  width: 230px;
}
.my_talk_list_btn {
  width: 206px;
}
.my_coupon {
  padding: 20px;
}
.my_coupon li {
  width: 234px;
  margin: 0 11px 40px 0;
}
.my_coupon li:nth-child(4n+4) {
  margin-right: 0;
}
.my_coupon_con {
  background: url(../../images/c1.png) no-repeat;
  height: 174px;
  padding: 30px 0 0;
}
.my_coupon_tips {
  margin: 10px 10px 20px;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
}
.my_coupon_tips div:first-child {
  width: 50px;
}
.my_coupon_tips div:last-child {
  width: 160px;
}
.my_coupon_btn {
  width: 114px;
  height: 30px;
  border: solid 1px #e7000e;
  line-height: 28px;
  border-radius: 20px;
  margin: 0 auto;
}
.guoqi {
  top: 0;
  left: 0;
}
.close1 {
  right: 0;
  top: 0;
}
.my_coupon_guoqi .my_coupon_con {
  background: url(../../images/c2.png) no-repeat;
}
.my_coupon_guoqi .orange {
  color: #969696;
}
.my_coupon_guoqi .my_coupon_tips {
  margin: 10px 10px 0;
}
.hundred_tit {
  padding: 10px 0;
}
.hundred_tit a {
  border: solid 1px #eeeeee;
  border-radius: 15px;
  background: #fff;
  padding: 0 10px;
  margin: 0 20px 10px 0;
  display: inline-block;
  color: #444;
}
.hundred_tit a.on {
  color: #e7000e;
  border: solid 1px #e7000e;
}
.pin_num {
  width: 52px;
  height: 18px;
  border-radius: 0 7px 7px 7px;
  background: #e7000e;
  line-height: 18px;
  margin-left: 20px;
}
.shop_search_box {
  width: 526px;
  margin-left: 125px;
}
.shop_search_box .search {
  width: 412px;
}
.shop_search_box .ss_txt {
  width: 320px;
}
.header_shop_box {
  width: 265px;
  margin-left: 45px;
}
.header_shop_btn {
  width: 110px;
  height: 39px;
  border: solid 1px #d4d4d4;
  background: #f9f9f9;
  color: #5a5959;
}
.header_shop_btn img {
  margin-right: 10px;
}
.shop_header_bg {
  background: #fafafa;
  height: 32px;
  line-height: 32px;
  color: #5a5959;
}
.shop_header {
  padding: 30px 0;
}
.shop_logo {
  width: 180px;
  height: 60px;
}
.gzme {
  width: 71px;
  height: 23px;
}
.gzme {
  width: 70px;
  height: 24px;
  border: solid 1px #999;
  color: #999;
  border-radius: 20px;
}
.gzme_on {
  background: #b1191a;
  color: #fff;
  border: none;
}
.shop_nav_bg {
  background: #e31c1c;
  height: 43px;
}
.shop_nav {
  width: 960px;
  line-height: 43px;
}
.shop_search {
  width: 188px;
  height: 24px;
  border-radius: 12px;
}
.shop_search_txt {
  width: 142px;
  border: none;
  padding: 0 20px;
}
.shop_search_btn {
  width: 46px;
  height: 24px;
  background: #333333 url(../../images/ss1.png) no-repeat center center;
  border: none;
}
.shop_coupon {
  padding: 60px 0 80px;
}
.shop_coupon li {
  width: 350px;
  background: url(../../images/c3.png) no-repeat;
  height: 140px;
  padding: 0 25px;
  line-height: 1.4;
  margin-right: 75px;
  float: left;
}
.shop_coupon li:nth-child(3n+3) {
  margin-right: 0;
}
.shop_coupon_price {
  font-size: 24px;
}
.shop_coupon_price span {
  font-family: Impact;
  font-size: 88px;
}
.shop_tj_tit {
  padding-bottom: 55px;
}
.shop_left {
  width: 192px;
}
.shop_right {
  width: 1000px;
}
.shop_type {
  border: solid 1px #eeeeee;
}
.shop_type_tit {
  line-height: 33px;
  padding: 0 10px;
  background: #f4f4f4;
  border-bottom: solid 1px #eeeeee;
}
.shop_type_list li h3 {
  padding: 0 10px;
  line-height: 33px;
  border-bottom: solid 1px #eeeeee;
  background: #f4f4f4;
}
.shop_type_open {
  width: 15px;
  height: 16px;
  background: url(../../images/type1.jpg) no-repeat center center;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.shop_type_list li.current .shop_type_open {
  background: url(../../images/type2.jpg) no-repeat center center;
}
.sub_type_list a {
  border-bottom: solid 1px #eeeeee;
  display: block;
  line-height: 33px;
  padding: 0 35px;
}
.shop_type_pro {
  padding: 20px 15px;
}
.shop_type_pro li {
  width: 230px;
  height: 245px;
  float: left;
  border: solid 1px #f0f0f0;
  padding: 12px 12px 0;
  margin: 0 16px 18px 0;
}
.shop_type_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.shop_type_pro_pic {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
}
.my_right_bg {
  width: 252px;
  height: 225px;
  background: url(../../images/my_bg.png) no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 40px 30px 0 16px;
}
.my_photo {
  width: 94px;
  margin-right: 20px;
}
.my_photo_pic {
  width: 94px;
  height: 94px;
  border: solid 4px #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.vip_icon {
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: -5px;
}
.my_active {
  width: 92px;
  height: 27px;
  border-radius: 20px;
  color: #fa5c27;
  background: #fff;
}
.book_left {
  width: 242px;
  border: solid 1px #e6e6e6;
}
.book_left_tit {
  line-height: 44px;
  padding: 0 20px;
}
.book_left_list {
  height: 1117px;
  padding: 0 17px;
  overflow-y: auto;
}
.book_left_list li {
  padding: 7px 0;
}
.book_left_list li h4 {
  background: url(../../images/nar1.png) no-repeat right center;
  color: #454545;
  font-size: 16px;
  line-height: 36px;
}
.book_left_list li p a {
  color: #62605b;
  display: inline-block;
  margin-right: 13px;
  line-height: 20px;
}
.book_right {
  width: 932px;
}
.book1 {
  padding: 0;
}
.book1 li {
  width: 226px;
  height: 323px;
  border: none;
  background: #fff;
  margin: 0 9px 0 0;
  float: left;
}
.book1 li:nth-child(4n+4) {
  margin-right: 0;
}
.book2 {
  padding: 0;
}
.book2 li {
  padding: 0;
  border: none;
  background: #fff;
  float: left;
}
.goodbook_type a {
  width: 126px;
  height: 52px;
  color: #393939;
  line-height: 52px;
  display: inline-block;
  text-align: center;
}
.goodbook_type a.on {
  background: #e7000e;
  color: #fff;
}
.goodbook_type a:hover {
  background: #e7000e;
  color: #fff;
}
.book_box {
  padding: 20px 0 60px;
}
.rank_nav {
  width: 896px;
}
.pin_bg {
  background: url(../../images/pin_bg.png) no-repeat center top;
  padding: 35px 0 0;
}
.pin_list {
  padding: 45px 0;
}
.pin_list li {
  width: 287px;
  height: 390px;
  background: #fff;
  float: left;
  margin: 0 17px 18px 0;
}
.pin_list li:nth-child(4n+4) {
  margin-right: 0;
}
.pin_list_con {
  padding: 15px;
  border-bottom: solid 1px #ececec;
  display: block;
}
.pin_list_con img {
  width: 200px;
  height: 200px;
}
.pin_bot {
  padding: 10px 0 0 20px;
}
.pin_bot .pin_num {
  margin: 0 10px 0 0;
}
.pin_btn {
  width: 80px;
  height: 40px;
  right: 0;
  top: 30px;
  line-height: 40px;
}
.kill_head {
  background: url(../../images/kill_bg.png) no-repeat center top;
  height: 59px;
}
.kill_active {
  width: 335px;
  line-height: 20px;
}
.kill_time_list {
  width: 850px;
}
.kill_time_list li {
  margin-right: 96px;
}
.kill_time_list li span {
  width: 80px;
  height: 28px;
  border: solid 1px #666666;
  border-radius: 14px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  color: #767676;
  margin-left: 10px;
}
.kill_progress {
  width: 90px;
  height: 8px;
  border-radius: 4px;
  background: #e6e6e6;
  margin-left: 9px;
}
.kill_progress_on {
  background: #e7000e;
  height: 8px;
}
.jf_pro_box {
  padding: 40px 0 30px;
}
.jf_pro {
  padding: 30px 0 20px;
}
.jf_pro li {
  width: 294px;
  height: 395px;
  background: #fff;
  padding: 20px 12px 0;
  margin: 0 8px 10px 0;
}
.jf_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.jf_pro_pic {
  width: 270px;
  height: 270px;
}
.jf_pro_pic img {
  width: 100%;
  height: 100%;
}
.th_jf {
  width: 95px;
  height: 41px;
  background: url(../../images/tuihuan.png) no-repeat;
  line-height: 34px;
  font-size: 20px;
  top: 0;
  right: 0;
}
.jf_type >a {
  line-height: 52px;
  color: #393939;
  display: inline-block;
  margin: 10px 0 0;
  min-width: 126px;
  padding: 0 10px;
  text-align: center;
}
.jf_type a.active {
  background: #e7000e;
  color: #fff;
}
.jf_tj {
  padding: 0 20px;
  height: 60px;
}
.jf_tj li {
  margin-right: 90px;
}
.nar3 {
  margin: 1px 0 1px 10px;
}
.jifen_area input {
  width: 130px;
  height: 38px;
  border: solid 1px #d9d9d9;
  text-align: center;
  line-height: 36px;
  margin: 0 10px;
}
.jifen_area_btn {
  width: 90px;
  height: 38px;
  border-radius: 5px;
  background: #e7000e;
  line-height: 38px;
  margin-left: 10px;
}
