@charset "UTF-8";

.bx-wrapper {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }



/* 控制按钮的样式 */
.control-box {
  background-color: red;
  width: 200px;
  height: 80px;
  }

.control-box div {
  background: 0 0;
  text-indent: 0;
  top: 0;
  position: absolute;
  width: 50%;
  text-align: center;
  height: 100%;
  line-height: 80px; }

.control-box div.wine-prev {
  left: 0; }

.control-box div.wine-next {
  right: 0; }

.control-box div i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px; }

.control-box div:hover i {
  color: #fff; }



.wine-slide-box {
  margin: 146px auto 100px;
  height: 520px;
  width: 1300px;
  position: relative; }

.wine-slide-box .slide-left {
  width: 400px;
  height: 510px;
  margin-top: -140px;
  padding-top: 70px;
  background: #fff url("../imgs/slide-left-bg.png") left bottom no-repeat;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 3px 3px 30px #878787;
  z-index: 1; }

.wine-slide-box .slide-left .top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eee; }

.wine-slide-box .slide-left .top2 {
  width: 60px;
  height: 60px;
  background-color: red;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center; }

.wine-slide-box .slide-left .top3 {
  text-align: center;
  position: absolute;
  z-index: 4;
  height: 60px;
  width: 100%;
  left: 0;
  top: -42px; }

.wine-slide-box .slide-left .top3 i {
  color: #fff;
  font-size: 60px;
  display: inline-block; }



.wine-slide-box .slide-left::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #fff;
  top: 0;
  left: 0; }

.wine-slide-box .slide-right {
  margin-left: 400px;
  height: 100%;
  position: relative;
  z-index: 2; }

.wine-slide-box .slide-right li {
  height: 520px;
  background: url("../imgs/slide-right-1.jpg") center center no-repeat;
  background-size: cover; }

.wine-slide-box .control-box {
  position: absolute;
  left: 200px;
  bottom: 0;
  z-index: 99; }

.bottle-box {
  height: 430px;
  width: 100%;
  background-color: red; }

.bottle-box li {
  height: 430px;
  text-align: center; }

.bottle-box li .pic {
  height: 370px;
  margin-bottom: 30px;
   }

.bottle-box li .pic img {
  height: 100%;
  display: block;
  margin: 0 auto; }

.bottle-box li p {
  height: 30px;
  line-height: 30px;
  font-size: 16px; }

.go-top {
  text-align: center;
  width: 990px;
  color: #555555;
  font-size: 16px;
  position: relative;
  margin: 0 auto 30px;
  cursor: pointer;
  height: 24px;
  line-height: 24px; }

.go-top span {
  display: block;
  width: 42%;
  height: 1px;
  position: absolute;
  top: 11px; }

.go-top span::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  background-color: red;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.go-top span.l {
  background: -webkit-gradient(linear, right top, left top, from(red), to(#fff));
  background: -webkit-linear-gradient(right, red, #fff);
  background: -o-linear-gradient(right, red, #fff);
  background: linear-gradient(to left, red, #fff);
  left: 0; }

.go-top span.r {
  background: -webkit-gradient(linear, left top, right top, from(red), to(#fff));
  background: -webkit-linear-gradient(left, red, #fff);
  background: -o-linear-gradient(left, red, #fff);
  background: linear-gradient(to right, red, #fff);
  right: 0; }

.go-top span.l::before {
  right: -10px; }

.go-top span.r::before {
  left: -10px; }



/*# sourceMappingURL=../maps/style.css.map */
