.box {
  position: relative;
  overflow: hidden;
  /*background-color: #fff;*/
  background: url("https://www.walldrift.com/zt/xdzt/images/box_bg.png") no-repeat fixed center top / cover;
}
.box01 {
 /*  background: url("https://www.walldrift.com/zt/xdzt/images/left_bg.png") no-repeat left top, url("https://www.walldrift.com/zt/xdzt/images/right_bg.png") no-repeat right top; */
 margin-top: 5px;
}

.box01 .wrap01 {
  display: flex;
  justify-content: space-between;
}

.lb_list {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin: 0 !important;
}

.swiper-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 3px !important;
  background: #cccccc !important;
  border-radius: 2px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}
.lb_img{height: 100%;}
.lb_list img {
  width: 100%;
  height: 100%;
}

.box01_r {
  width: 550px;
}

.box01_r h3 {
  width: 550px;
  height: 73px;
  background: #F8F8FC;
  border-radius: 10px;
  color: #333333;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  align-items: center;
}

.box01_bottom {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
}

.box01_bottom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.box01_bottom p {
  color: #666666;
  font-size: 17px;
  margin-bottom: 30px;
}

.red {
  color: #D02D26;
}

.box01_bottom .a_btn {
  display: flex;
  justify-content: space-between;
}

.box01_bottom .a_btn a {
  width: 230px;
  height: 66px;
  background: linear-gradient(0, #DB3736, #EF5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.box01_bottom .a_btn .online_look {
  background: rgba(208, 45, 38, 0.06);
  border: 1px solid #D02D26;
  border-radius: 5px;
  color: #D02D26;
}

.title {
  padding: 25px 0 20px;
  border-bottom: 1px solid #E9E9F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title02{ justify-content: flex-start;}
.title h2 {
  color: #333333;
  font-size: 30px;
}

.title h2 img, .tab01_container div .more_btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.title ul {
  display: flex;
}

.title ul li {
  height: 30px;
  line-height: 30px;
  margin: 0 23px;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
}

.title ul li.active {
  color: #D02E26;
  font-size: 20px;
}

.tab01_container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.tab01_container div {
  width: 560px;
}

.tab01_container div li {
  height: 48px;
}

.tab01_container div li .new_title {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  width: 490px;
}

.tab01_container div li.hot::before {
  content: '热门';
  display: inline-block;
  vertical-align: middle;
  background: url("https://www.walldrift.com/zt/xdzt/images/hot_bg.png") no-repeat center center;
  width: 57px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 3px;
}

.tab01_container div li.hot .new_title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  width: 424px;
}

.tab01_container div li .new_time {
  float: right;
  color: #CCCCCC;
  font-size: 16px;
  vertical-align: middle;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab01_container div .more_btn {
  display: block;
  width: 560px;
  height: 50px;
  background: #F8F8FC;
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}

.box02, .box04 {
  /*background: #F8F8FC;*/
  padding-bottom: 60px;
}
.box02{
  background: none;
  margin:20px auto 0;
  padding-bottom: 0;
}
.box02 .title {
  border-bottom: 0;
}

.data_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.data_item_bottom {
  width: 100px;
  height: 130px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.data_item_bottom img {
  width: 100px;
  height: 100px;
}

.data_item_container {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  cursor: pointer;
  height: 130px;
  width: 100px;
}

.data_item {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.box02 .title span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
}

.data_item img {
  margin: 0 auto;
}

.data_item p, .data_item_bottom p {
  margin: 22px 0 0;
  color: #333333;
  font-size: 20px;
  text-align: center;
}
.data_item_bottom p {
  margin-top: 3px;
}

.data_item a {
  display: block;
  width: 94px;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  background: rgba(208, 45, 38, 0.06);
  border: 1px solid #D02D26;
  border-radius: 16px;
  color: #D02D26;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.data_item a:hover {
  color: #fff;
  background: linear-gradient(90deg, #DB3736, #EF5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
}

.tab02_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.book_item {
  width: 280px;
  padding-bottom: 30px;
  border: 1px solid #999;
  margin: 10px 0;
  box-shadow: 5px 5px 5px #999;
    border-radius: 5px;
}

.tab02_container .book_img {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab02_container .book_img img {
  width: 134px;
  height: auto;
}
.tab02_container .book_imgs img {
  width: 100%;
  height: 100%;
}

.tab02_container p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  color: #333333;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.tab02_container p.book_0,.tab03_container p.book_0{
  width: 100%;
  margin: 50px auto 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.price {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-bottom:15px;
}

.price .red {
  font-size: 24px;
}

.price .big {
  font-size: 20px;
  font-weight: bold;
}

.buy_btn {
  display: block;
  width: 160px;
  height: 40px;
  background: linear-gradient(90deg, #DB3736, #EF5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
  border-radius: 24px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}

.buy_btn:hover {
  transform: translateY(-5px);
}

.online_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.online_item {
  margin-right: 50px;
  background-color: #fff;
  width: 366px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.online_item:nth-child(3n) {
  margin-right: 0;
}

.online_img {
  width: 366px;
  height: 230px;
}

.online_img img {
  width: 100%;
  height: 100%;
}

.online_item p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  width: 340px;
  color: #333333;
  font-size: 18px;
  word-break: break-all;
  margin: 30px auto;
}

.online_item .online_bottom {
  width: 340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.online_item .online_bottom .buy_btn {
  margin: 0;
}

.online_item .price {
  margin-bottom: 0;
}

.box04 {
  padding-top: 30px;
}
.search{
  float: left;
    width: 478px;
    height: 44px;
    border: 1px solid #ddd;
    border-right: none;
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}
#fx_searchbtn{
      float: left;
    width: 130px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #e92930;
    color: #fff;
    letter-spacing: 10px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: .7s opacity ease;
    transform: translateZ(0);
    font-size: 18px;
}
.find_nav {
    margin-left: 20px;
    margin-top: 5px;
}
.find_nav>a {
    float: left;
    width: 92px;
    height: 35px;
    border: 1px solid #dedede;
    margin-right: 5px;
    text-align: center;
    line-height: 35px;
    color: #333;
    border-radius: 8px;
    transition: border .8s ease, color .8s ease;
    transform: translateZ(0);
}
.fybq{width: 221px;margin: 20px auto 0;}
.fybq>a{display: inline-block;padding: 5px 10px;border-radius: 5px;background:#DB3736;color: #fff;}
.fybq>span{display: inline-block;width: 80px;text-align: center;font-size: 18px;}
.more{display: block;padding: 10px 10px;width:100px;margin:20px auto ;text-align: center;background-color: rgba(12,12,12,.5);color: #fff;border-radius: 5px;}
.box03s{padding-bottom: 30px;}
/*首页右侧悬浮*/
.fixed_qr{
  width: 46px;
  height: 46px;
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 999;
}
/*.fixed_icon{
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}*/
.fixed_qr_box{
  position: absolute;
  max-width: initial;
  display: block;
  left: -200px;
  width: 200px;
  height: 200px;
  bottom: -10px;
  transition: all .5s;
}
.fixed_qr img.fixed_qr{
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 200px;
  height: 200px;
}
.fixed_qr img.fixed_close{
  display: block;
  position: absolute;
  z-index: 42;
  cursor: pointer;
  width: 20px;
  right: 0;
  top: 0;
}
.fixed_qr:hover .fixed_qr_box{
  max-width: initial;
  display: block;
  left: -200px;
  width: 200px;
}
.fx_rigxf{position:fixed;right: 5px;top: 50%;z-index:10000;height:212px;margin-top: -106px;}
.fx_fdnav{width:50px;}
.fx_fdnav a{float:left;width:50px;height:25px;color:#999;border-radius: 70px;text-align:center;background:url("https://www.walldrift.com/zt/xdzt/images/rignav.jpg") no-repeat;padding-top:25px;margin-top:3px;font: 12px/24px Arial,"\5B8B\4F53",sans-serif;}
.fx_fdnav a:hover{color:#fff;background-position-x:-50px;}
.fx_fdnav .rigxf_navbb:hover{background-position:-50px 0;}
.fx_fdnav .rigxf_navzx{background-position:0 -50px;}
.fx_fdnav .rigxf_navzx:hover{background-position:-50px -50px;}
.fx_fdnav .rigxf_navfk{background-position: 0 0;background: url("https://www.walldrift.com/zt/xdzt/images/htzx_kf.gif")  no-repeat;background-size: 100%;padding-top: 45px;overflow: hidden;background-color: #fff;}
.fx_fdnav .rigxf_navfk:hover{background-color: initial;background: url("https://www.walldrift.com/zt/xdzt/images/rignav.jpg") no-repeat;padding-top: 25px;background-position: -50px -100px;}
.fx_fdnav .rigxf_navdb{float:left;width:50px;height:25px;color:#999;border-radius: 70px;text-align:center;background:url("https://www.walldrift.com/zt/xdzt/images/rignav.jpg") no-repeat 0 -150px;padding-top:25px;margin-top:3px;cursor:pointer;}
.fx_fdnav .rigxf_navdb:hover{background-position:-50px -150px;}
.hide {
    display: none;
}

.g-header-wrap,.foot-wrap{width:100%;background:#f1f1f1;}
.g-header{z-index:3;width:100%;height: 75px;background:#fff;overflow: hidden;}
.g-header a{text-decoration:none;}
.g-header .g-logo{margin: 18px 0 0;width: 150px;height: 40px;float: left;}
.g-header .g-logo img{display: block;width: 100%;height: auto;}
.g-header p{float: left;font-weight: bold;color: #ee3e32;font-size: 24px;line-height: 75px;margin-left: 10px;}
.g-header .links1{margin-left: 26px;font-size:18px;line-height: 75px;float: left;}
.g-header .links1 a{margin: 0 16px 0 0;color:#616161;}
.g-header .links1 a:hover,.g-header .links1 a.cur{color:#f66;}
.g-header .search-box{position:relative;margin: 18px 0 0;width:318px;height: 40px;border-radius:4px;font-size:14px;float: right;}
.g-header .input1{position:absolute;top:0;padding: 0 0 0 15px;width: 218px;height: 40px;border:none;background: #f5f6f7;font-size:14px;border-radius: 40px 0 0 40px;border: 1px solid #d9dde1;box-sizing: border-box;}
.search_ci{line-height:36px;color:#F44336;padding: 0 0 0 15px;width: 200px;height: 40px;background: #f5f6f7;border-radius: 40px 0 0 40px;font-size:14px;position:absolute;z-index:999;}
.search_btn{float:right;width:102px;height: 40px;border:none;background: #F44336;color:#fff;text-align:center;font-size:16px;line-height: 40px;cursor:pointer;border-radius: 0 40px 40px 0;}
.g-container{margin:0 auto;width:1160px;}
.i_jobcz{overflow:hidden;margin:10px auto;padding: 5px 0;width:1200px;background:#fff;}
.i_jobcz ul{overflow:hidden;margin: 1px auto;padding:0 10px;}
.i_jobcz ul li{float:left;margin: 2px;white-space:nowrap;}
.i_jobcz li a,.i_jobcz li span{float:left;padding:10px 10px;min-width: 74px;background:#f5f5f5;text-align:center;text-decoration:none;font-size:14px;line-height:22px;}
.i_jobcz li span {background: #9E9E9E;color: #fff;}
.i_jobcz li a:hover,.i_jobcz li a.cur{background:#fff;color:#e53538;box-shadow: 0 0 0 1px #F44336;}

.attend{display:block;margin:10px auto;width:1200px;background:#fff;}
.attend_list{width:100%;}
.attend_list>li{overflow:hidden;box-sizing:border-box;width:12.5%;height:138px;border:1px solid #dcdcdc;text-align:center;transition:.8s box-shadow ease,transform .8s ease;transform:translateZ(0);}
.attend_list li.active{border-right:none;}
.attend_wrap p{line-height:22px;}
.attend_wrap img{margin:22px auto 16px;width:60px;height:60px;}
.attend_list li:hover{border-color:#fff;box-shadow:-10px 0 10px rgba(137,137,137,.1),0 -10px 10px rgba(137,137,137,.1),10px 0 10px rgba(137,137,137,.1),0 10px 10px rgba(137,137,137,.1);transform:scale3d(1.01,1.01,1.01);}
.attend_list li:nth-child(7):hover p{color:#1cd491;}
.attend_list li:nth-child(3):hover p,.attend_list li:nth-child(5):hover p{color:#4fbbff;}
.attend_list li:nth-child(2):hover p{color:#ff9e14;}
.attend_list li:nth-child(1):hover p,.attend_list li:nth-child(4):hover p,.attend_list li:nth-child(6):hover p,.attend_list li:nth-child(8):hover p{color:#f5483e;}

.fixed_l{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
}
.fixed_l h5{
    line-height: 22px;
    padding: 8px 0;
    font-size: 18px;
    color: #E60012;
    box-sizing: border-box;
}
.fixed_l_list li{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 8px;
    font-size: 18px;
    line-height: 22px;
    color: #565656;
    border-top: 1px dashed rgba(173, 173, 173, .5);
}
.fixed_l_list li.active{
    background: #E60012;
    color: #fff;
    
}

.fixed_l_list a{
    color: #565656;
}

.fixed_l_list a:hover{
    color: #fff;
}




.fixed_l_cont_box{
    display: none;
    position: absolute;
    top: 0;
    left: 66px;
    height: 100%;
}
.fixed_l_cont{
    display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
}

.fixed_l_cont a:hover{
    color: #e92930;
}

.shop-info{overflow:hidden;margin:10px auto;padding-top:20px;width:1160px;background:#f1f1f1;}
.shop-info .container{position:relative;}
.shop-info .arrow{position:absolute;top:-22px;left:75px;}
.shop-info .shop-qrcode{margin:0 30px 15px;width:175px;height:175px;}
.shop-info .shop-desc{padding-top:20px;}
.shop-info .shop-desc .wxv{color:#f60;}
.shop-info .shop-desc .icon-wxv{margin-right:5px;vertical-align:text-bottom;}
.shop-info .shop-desc dl{margin-bottom:15px;overflow:hidden;}
.shop-info .shop-desc dt{margin-bottom:10px;color:#333;font-weight:700;font-size:16px;line-height:18px;}
.shop-info .shop-desc dd{/*margin-bottom:15px;*/color:#666;font-size:12px;line-height:1.5em;margin-top:0px;}
.shop-info-fixed{position:absolute;top:50px;left:0;z-index:10;margin:0;padding:20px 0;width:100%;border-top:0 none;background-color:#f7f7f7;-webkit-box-shadow:rgba(50,50,50,.75) 0 5px 10px 0;box-shadow:rgba(50,50,50,.75) 0 5px 10px 0;}

.pull-left{float:left;}
.pull-right{float:right;}

.icon-wxv {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(https://ah.huatu.com/book/images/icon.png);
    background-position: 0 -515px;
    background-repeat: no-repeat;
}

.wxkfxcx {
    color: #fff;
    background: #F44336;
    padding: 3px 10px;
    width: 120px;
    margin: 5px auto;
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
}

.mbshow {
    display: none!important;
}

@media only all and (max-width:1080px) {
  .box01 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: none;
  }
  .box01 .wrap01 {
    flex-direction: column;
    align-items: center;
  }
  .lb_list {
    width: 100%;
    height: 5.78rem;
    border-radius: .1rem;
  }
  .swiper-pagination-bullet {
    width: .8rem !important;
    height: .1rem !important;
  }
  .box01_r {
    width: 100%;
  }
  .box01_r h3 {
    width: 100%;
    height: 1.83rem;
    border-radius: .4rem;
    font-size: .8rem;
    padding-left: 1rem;
    margin-top: 1rem;
  }
  .box01_bottom {
    border-radius: .4rem;
    padding: 1rem;
  }
  .box01_bottom img {
    margin-right: .25rem;
    width: .8rem;
  }
  .box01_bottom p {
    font-size: .7rem;
    margin-bottom: .75rem;
  }
  .box01_bottom .a_btn {
    justify-content: space-around;
  }
  .box01_bottom .a_btn a {
    width: 6rem;
    height: 1.65rem;
    border-radius: .2rem;
    font-size: .7rem;
  }
  .box01_bottom .a_btn .online_look {
    border-radius: .2rem;
  }
  .title {
    padding: .5rem 0 .5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .title h2 {
    font-size: .8rem;
    margin-bottom: .6rem;
  }
  .title h2 img, .tab01_container div .more_btn img {
    height: .48rem;
    margin-left: .23rem;
  }
  .title ul {
    display: flex;
    flex-wrap: wrap;
  }
  .title ul li {
    width: 4.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
    font-size: .75rem;
    text-align: center;
  }
  .title ul li.active {
    font-size: .8rem;
  }
  .tab01_container {
    margin-top: 1rem;
  }
  .tab01_container div {
    width: 100%;
  }
  .tab01_container div:last-child {
    display: none;
  }
  .tab01_container div li {
    height: 1.6rem;
  }
  .tab01_container div li .new_title {
    font-size: .7rem;
    width: 82%;
  }
  .tab01_container div li.hot::before {
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    padding-right: .08rem;
    background-size: 100%;
  }
  .tab01_container div li.hot .new_title {
    font-size: .75rem;
    width: 70%;
  }
  .tab01_container div li .new_time {
    font-size: .6rem;
  }
  .tab01_container div .more_btn {
    display: block;
    width: 100%;
    height: 2rem;
    font-size: .7rem;
    line-height: 2rem;
  }
  .box02, .box04 {
    padding-bottom: .6rem;
  }
  .data_list {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .data_item_bottom {
    width: 82px;
    height: 130px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .data_item_bottom img {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
  }
  .data_item_container {
    width: 4rem;
    height: 5rem;
  }

  .data_item {
    width: 4rem;
    margin-bottom: .4rem;
  }
  .box02 .title span {
    margin-left: .4rem;
    font-size: .7rem;
  }
  .data_item img {
    margin: 0 auto;
    width: 3rem;
  }
  .data_item p, .data_item_bottom p {
    margin: .4rem 0 0;
    font-size: .7rem;
  }
  .data_item_bottom p {
    margin-top: 0;
  }
  .data_item a {
    width: 4rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 1rem;
    font-size: .6rem;
  }
  .tab02_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .book_item {
    width: 7.5rem;
    padding-bottom: .5rem;
  }
  .tab02_container .book_img {
    width: 7.5rem;
    height: 5.63rem;
  }
  .tab02_container .book_img img {
    width: 5rem;
  }
  .tab02_container p {
    height: 2rem;
    line-height: 1rem;
    padding: 0 .2rem;
  }
  .price {
    font-size: .65rem;
    margin-bottom: .4rem;
  }
  .price .red {
    font-size: .8rem;
  }
  .price .big {
    font-size: 1rem;
  }
  .buy_btn {
    width: 4rem;
    height: 1.2rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }
  .buy_btn:hover {
    transform: translateY(-.1rem);
  }
  .online_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .online_item {
    margin-right: 0;
    width: 8.7rem;
    padding-bottom: .6rem;
    margin-bottom: .4rem;
  }
  .online_item:nth-child(3n) {
    margin-right: 0;
  }
  .online_img {
    width: 8.7rem;
    height: 5.5rem;
    object-fit: cover;
  }
  .online_item p {
    line-height: 1rem;
    height: 2rem;
    width: 8rem;
    font-size: .6rem;
    margin: .4rem auto 0;
  }
  .online_item .online_bottom {
    width: 8rem;
    flex-direction: column;
  }
  .online_item .price {
    margin-bottom: .3rem;
  }
  .find_nav{display: none;}
  .box02{margin:.5rem auto 0;padding-bottom: 0;}
  .box04{padding-top: .5rem;}
  .search{width: 11.5rem;height:1.5rem;line-height: 1.5rem;font-size: .6rem;padding-left: 1rem;}
  #fx_searchbtn{width:4.5rem;padding-left: .5rem;height:1.5rem;line-height: 1.5rem;border-bottom: 2px solid #e92930;font-size: .8rem;}
  .tab02_container .book_imgs img{width: 100%;}
  .more{padding: .5rem;width: 5rem;margin: .5rem auto;}
  .fixed_qr img.fixed_qr {
  
  width: 5rem;
  height: 7rem;
  left: 5rem;
}
.fixed_qr_box {
  
  top: -2rem;
}

.fx_rigxf,.ydyc{display: none;}


.g-header .links1{margin-left:10px;}
.g-header{height: auto;background: #fff;}
.g-header .links1{float: right;margin-left: 0;font-size: 14px;line-height: 40px;}
.g-header .links1 a{margin: 0 6px 0 0;font-size: 14px;}
.g-header .g-logo{margin: 6px 0 0 3px;width: 100px;height: 28px;}
.g-header p{font-size: 16px;line-height: 40px;margin-left: 5px;}
.daohang{overflow: hidden;box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);}
.g-header .search-box{margin: 6px auto;float: none;}
.g-container{width: 100%;}
.i_jobcz{width:100%;padding-bottom: 5px;}
.i_jobcz ul{margin: 5px auto 0;padding: 0 5px;}
.i_jobcz ul li{margin: 2px;}
.i_jobcz li a, .i_jobcz li span{padding: 0 5px;min-width: auto;font-size: 12px;}
.attend{width:100%;}
.attend_list>li{width:25%;height:auto;}
.attend_wrap img{margin:8px auto 0;width:50%;height:auto;}
.attend_wrap p{font-size:13px;}
.fixed_l{
    display: none;
}

.shop-info{width:100%;text-align:center;}
.shop-info .shop-qrcode{float:none;margin:0 auto;}
.shop-desc.pull-left {
    float: none;
    width: 96%;
    margin: 0 auto;
}
.mbshow {
    display: block!important;
}
.wxkfxcx a {
    color: #fff;
}

/*首页右侧悬浮*/
.fixed_qr{
  display:none;
}

.shop-info .shop-desc dd {
    margin-top:3rem;
}

}