/* 公共样式 */
#googlebundle {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
#googlebundle .title {
  display: inline-block;
  color: #818181;
  font-size: 16px;
  padding-bottom: 30px;
  vertical-align: top;
  min-width: 66px;
}

#googlebundle .active {
  border-color: #f84b7c;
  color: #f84b7c;
}
#googlebundle .select-specification {
  border-bottom: 1px solid #e9e9e9;
}
#googlebundle .select-specification:last-child {
  border-bottom: none;
}
#googlebundle .select-specification-li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
#googlebundle .select-specification-li:last-child {
  border: none;
  padding: 0;
}
#googlebundle>div {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}
#googlebundle>div:first-child {
  border: none;
}

#googlebundle .select-goods .title {
  padding-top: 7px;
  display: block
}

#googlebundle .select-goods .goods-btn-wrapper {
  display: block;
  /* vertical-align: top; */
}

#googlebundle .select-goods .goods-btn-wrapper .goods-btn {
  display: block;
  width: calc(100% - 2rem);
  /* height: 40px; */
  padding: 7px 16px;
  margin: 0 auto 14px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

#googlebundle .select-specification {
  /* padding: 0 20px; */
  padding-top: 16px;
}

#googlebundle .select-specification>div {
  display: flex;
}
#googlebundle .select-specification>div:last-child .item {
  /* margin-bottom: 0;#googlebundle.orange-theme .select-specification-li */
}
#googlebundle .select-specification>div:last-child .title {
  padding-bottom: 0;
}

#googlebundle .select-specification .title {
  /* flex: 0 0 41px; */
  padding-top: 4px;
}

#googlebundle .red {
  color: red;
}

#googlebundle .select-specification .options {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

#googlebundle .select-specification .options div {
  margin: 0 7px 15px;
  /* height: 32px; */
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  min-width: 74px;
  box-sizing: border-box;
}
#googlebundle .select-specification .options div.disabled {
  /* background: #f2f2f2 !important; */
  position: relative;
  color: #aaa;
  cursor: not-allowed !important;
}
#googlebundle .select-specification .options div.disabled::before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  opacity: .1;
}

.pro_detail_popup #googlebundle {
  max-height: calc(100vh - 360px);
  overflow: auto;
  margin-bottom: 210px;
}

.product_detail_2018 .saleproperty_show_default .pro_detail_popup #googlebundle {
  max-height: none;
  margin-bottom: 0;
}

.pro_detail_popup #googlebundle.blue-theme>div.control {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  padding-bottom: 10px;
}

.saleproperty_show_default #googlebundle {
  height: auto;
  padding-bottom: 0;
} 
.saleproperty_show_default #googlebundle.blue-theme>div.control {
  position: static;
  bottom: auto;
  background: transparent;
  width: auto;
  padding-bottom: 0;
  box-sizing: content-box;
}

/* .pro_detail_popup #googlebundle>div.select-specification-box {
  height: 220px;
  overflow: auto;
}

.saleproperty_show_default #googlebundle>div.select-specification-box {
  height: auto;
  overflow: visible;
} */

#googlebundle .control {
  /* padding: 0 20px; */
  /* padding-top: 16px; */
}

#googlebundle .control .count .title {
  padding-top: 4px;
}

#googlebundle .control .num-control-wrapper {
  display: inline-block;
  height: 32px;
  padding-left: 3px;
}

#googlebundle .control .num-control-wrapper span {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  float: left;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  font-family: '微软雅黑';
}

#googlebundle .control .num-control-wrapper .reduce {
  border-right: none;
  font-size: 29px;
  font-weight: 100;
  cursor: pointer;
  line-height: 25px;
  color: #aaa;
}

#googlebundle .control .num-control-wrapper .number {
  width: 60px;
  position: relative;
}
#googlebundle .control .num-control-wrapper .number input {
  width: 60px;
  border: none;
  height: 96%;
  line-height: 30px;
  width: 100%;
  text-align: center;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}


#googlebundle .control .num-control-wrapper .add {
  border-left: none;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
  color: #aaa;
}

#googlebundle .control .price-wrap {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
}
@media screen and (max-width: 770px) {
  
  #googlebundle .control .price-wrap {
    display: flex;
    justify-content: center;
  }
}
#googlebundle .control .price-wrap .price-text {
  font-weight: bold;
  font-size: 18px;
}
#googlebundle .control .price-wrap .price-title {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

#googlebundle .control a.affirm {
  display: block;
  text-decoration: none;
  height: 40px;
  background-color: #da1645;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

#googlebundle .animate {
  animation: swing .5s linear .15s 1
}

/* 主题样式 red */
#googlebundle.red-theme .select-specification {
  /* padding-bottom: 16px; */
  margin: 0 16px;
}
#googlebundle.red-theme .title {
  width: 100%;
  padding-bottom: 10px;
}
#googlebundle.red-theme .control .count {
  margin-bottom: 16px;
}
/* #googlebundle.red-theme .select-specification>div {
  display: block;
} */
#googlebundle.red-theme .select-specification .title {
  padding-bottom: 10px !important;
}
#googlebundle.red-theme .select-specification:last-child {
  padding-bottom: 0;
}
#googlebundle.red-theme .select-specification>div {
  flex-wrap: wrap;
}
#googlebundle.red-theme>div.select-specification-box {
  padding-left: 0;
  padding-right: 0;
}
#googlebundle.red-theme .select-specification-li .select-specification-title {
  padding: 0 16px;
}
#googlebundle.red-theme .select-specification-li {
  padding-bottom: 0;
}
#googlebundle.red-theme .select-specification-li:last-child {
  margin-bottom: 0;
}

/* 主题样式 orange */
#googlebundle.orange-theme .active {
  border-color: #ed8a06;
  color: #ed8a06;
}
#googlebundle.orange-theme .title {
  width: 100%;
  padding-bottom: 10px;
}
#googlebundle.orange-theme>div:nth-child(2) {
  border: none;
  padding-top: 0;
}
#googlebundle.orange-theme .select-specification-li {
  background-color: #f4f4f4;
  padding-top: 16px;
  border-bottom: none;
  border-radius: 5px;
  padding-bottom: 4px;
}
#googlebundle.orange-theme .select-specification-li .select-specification-title {
  padding: 0 16px;
}
#googlebundle.orange-theme .select-specification-li:last-child {
  /* padding-bottom: 16px; */
}
#googlebundle.orange-theme .select-specification>div:last-child .title {
  padding-bottom: 10px;
}
#googlebundle.orange-theme .control .count .title {
  display: inline-block;
  width: 71px;
  line-height: 23px;
}
#googlebundle.orange-theme .select-goods .goods-btn-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
#googlebundle.orange-theme .select-goods .goods-btn-wrapper .goods-btn {
  border-radius: 21px;
  display: block;
  width: auto;
  padding: 7px 36px;
  margin-right: 16px;
  float: left;
}
#googlebundle.orange-theme .select-specification {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 16px;
}
#googlebundle.orange-theme .select-specification:last-child {
  border: none;
  padding-bottom: 0;
}
#googlebundle.orange-theme .select-specification .options {
  transform: translateX(-6px);
}
#googlebundle.orange-theme .select-specification .options div.disabled::before {
  border-radius: 17px;
}
#googlebundle.orange-theme .select-specification .options div.disabled.img::before {
  border-radius: 0px;
}
#googlebundle.orange-theme .select-specification .options div {
  border-radius: 17px;
  background-color: #fff;
}
#googlebundle.orange-theme .control a.affirm {
  background-color: #ed8a06;
  border-radius: 20px;
  margin-top: 20px;
}
#googlebundle.orange-theme .control .num-control-wrapper {
  width: calc(100% - 79px);
}
#googlebundle.orange-theme .control .num-control-wrapper .reduce {
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
#googlebundle.orange-theme .select-specification>div {
  flex-wrap: wrap;
}

#googlebundle.orange-theme .control .num-control-wrapper .number {
  border-radius: 16px;
  width: calc(100% - 88px);
  margin: 0 12px;
}
#googlebundle.orange-theme .control .num-control-wrapper .add {
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}

/* 主题样式 blue */
#googlebundle.blue-theme .active {
  border-color: transparent !important;
  background-color: #243ec2 !important;
  color: #fff !important;
}
#googlebundle.blue-theme .title {
  width: 100%;
  padding-bottom: 10px;
}
#googlebundle.blue-theme>div {
  border: none;
  padding-left: 16px;
  padding-right: 16px;
}
#googlebundle.blue-theme>div.control {
  border-top: 1px solid #eee;
  margin-top: 16px;
}
#googlebundle.blue-theme>div.select-specification-box {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border: none;
}
#googlebundle.blue-theme .select-specification-li .select-specification-title {
  padding-bottom: 16px;
  border-top: 1px solid #eee;
  padding: 16px 16px 0;
}
#googlebundle.blue-theme .select-goods .goods-btn-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
#googlebundle.blue-theme .select-specification>div:last-child .title {
  padding-bottom: 10px;
}
#googlebundle.blue-theme .select-goods .goods-btn-wrapper .goods-btn {
  border-radius: 21px;
  display: block;
  width: auto;
  padding: 7px 36px;
  margin-right: 16px;
  float: left;
}
#googlebundle.blue-theme .control .num-control-wrapper .number {
  width: 120px;
}
#googlebundle.blue-theme .img.active {
  border-color: #243ec2 !important;
  background-color: #fff !important;
}
#googlebundle.blue-theme .select-goods .goods-btn-wrapper .goods-btn {
  border-radius: 4px;
}
#googlebundle.blue-theme .select-specification .options div.disabled::before {
  border-radius: 4px;
}
#googlebundle.blue-theme .select-specification .options {
  transform: translateX(-6px);
  padding-bottom: 0px;
}
#googlebundle.blue-theme .select-specification-li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 16px;
}
#googlebundle.blue-theme .select-specification {
  margin-left: 16px;
  margin-right: 16px;
}
#googlebundle.blue-theme .select-specification .selects:last-child {
  /* padding-bottom: 16px; */
}
#googlebundle.blue-theme .select-specification .options div {
  border-radius: 4px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
#googlebundle [class^="goodsbundle-add-price"] {
  color: #ff7d7d;
  font-size: 14px;
}
#googlebundle .goodsbundle-add-price-in-img {
  background-color: rgba(255, 255, 255, 0.6);
  height: 16px;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  line-height: 16px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2px;
}
#googlebundle .goodsbundle-add-price-in-text {
  margin-left: 6px;
}
#googlebundle.blue-theme .control a.affirm {
  background-color: #243ec2;
  border-radius: 6px;
  margin-top: 20px;
}
#googlebundle.blue-theme .select-specification>div {
  flex-wrap: wrap;
}

#googlebundle .select-specification .options div.img {
  flex: 0 0 62px;
  height: 62px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-width: 2px;
  padding: 0;
  min-width: 62px;
}
#fixed_btn{
	color:#fff;
	font-size:16px;
	line-height:50px;
	height:50px;
	display:inline-block;
	text-align:center;
}

@keyframes swing {
  10% {
    transform: translateX(-6px);
  }
  20% {
    transform: translateX(6px);
  }
  30% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  50%,100% {
    transform: translateX(0);
  }
}