.pop-free .pop-form {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 600px;
  width: 840px;
  padding: 0 50px 0 0;
  margin-top: -300px;
}
.pop-free .pop-form .left {
  height: 100%;
  width: 420px;
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  margin-left: 0;
}
.pop-free .pop-form .left ul {
  padding: 0;
  font-size: 0;
}
.pop-free .pop-form .left .logo {
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 10;
}
.pop-free .pop-form .left .small {
  font-size: 12px;
}
.pop-free .pop-form .left .page {
  top: auto;
  bottom: 20px;
  z-index: 10;
  left: 25%;
  width: 50%;
}
.pop-free .pop-form .left .page.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.pop-free .pop-form .form {
  width: 42%;
}
.pop-free .pop-form .form h4 {
  font-weight: 500;
}
.pop-free .pop-form .row {
  background-color: #f5f5f5;
  padding: 15px 20px;
  font-size: 15px;
  border-radius: 6px;
}
.pop-free .pop-form .row .input {
  width: 180px;
  border-radius: 6px;
  padding: 0;
}
.pop-free .row .show-code {
  left: 225px;
  top: 20px;
  color: #999;
}
.pop-free .pop-form .close {
  width: 35px;
  height: 35px;
  top: 20px;
  right: 20px;
}
.pop-free .pop-form .submit {
  font-size: 20px;
  width: 100%;
  border-radius: 6px;
  line-height: 55px;
  font-weight: 600;
  background: linear-gradient(-45deg, #bd0000, rgba(189, 0, 0, 0.7));
}
.bottom-dou {
  position: fixed;
  left: 0;
  bottom: 10%;
  z-index: 501;
}
.bottom-dou > div {
  padding-right: 60px;
  padding-top: 30px;
}
.bottom-dou .txt {
  background-image: url(../images/txt.gif);
  width: 170px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 20px;
}
.bottom-dou .menu {
  opacity: 0;
  left: 0;
  visibility: hidden;
  position: absolute;
  width: 250px;
  bottom: -15px;
  padding: 2px 0 0 60px;
}
.bottom-dou:hover .menu {
  opacity: 1;
  visibility: visible;
  left: 80px;
}
.bottom-dou .menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: -35px;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 1px dashed #999;
  z-index: -1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-40deg);
}
.bottom-dou .menu .img {
  margin: 0 auto;
  border-radius: 50%;
  background: #fff url(../images/dou-1.png) no-repeat 12px 11px/80px auto;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
}
.bottom-dou .menu .item-2 .img {
  background-position: 12px -37px;
}
.bottom-dou .menu .item:hover {
  color: #ca2b2f;
}
.bottom-dou .menu .item .point {
  opacity: 0;
  border: 1px solid #ca2b2f;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 25px 0 -23px;
}
.bottom-dou .menu .item .point::before {
  opacity: 0;
  content: "";
  display: block;
  border-radius: 50%;
  margin-left: 3px;
  margin-top: 3px;
  width: 8px;
  height: 8px;
  background-color: #ca2b2f;
}
.bottom-dou .menu .item:hover .point {
  opacity: 1;
}
.bottom-dou .menu .item:hover .point::before {
  opacity: 1;
}
.bottom-dou .menu .img:hover {
  background: #ca2b2f url(../images/dou-1.png) no-repeat -34px 11px/80px auto;
}
.bottom-dou .menu .item-2 {
  margin-left: 24px;
  margin-top: 40px;
}
.bottom-dou .menu .item-2:hover .img {
  background-color: #ca2b2f;
  background-position: -35px -37px;
}
.bottom-dou .menu .item-2 .point {
  margin: 0 10px 30px 0;
}
.hide {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.pop-price-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.pop-price {
  position: fixed;
  z-index: 1001;
  width: 850px;
  height: 530px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin-top: -265px;
  margin-left: -425px;
  
}
.pop-price .bg-img{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.pop-price ul {
  padding: 0;
}
.pop-price .price-swiper {
  height: 100%;
}
.pop-price .item {
  padding: 170px 60px 20px 60px;
}
.pop-price .item.show {
  display: block;
}
.pop-price .tit {
  color: #ca2b2f;
}
.pop-price .tit h4 {
  font-size: 20px;
  line-height: 1.6;
}
.pop-price .item1 li {
  width: 12%;
  cursor: pointer;
}
.pop-price .item .img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
.pop-price .item .img img {
  width: 100%;
}
.pop-price .item .txt {
  width: 100%;
  text-align: center;
  color: #333;
  background: #ccc;
  border-radius: 17px;
  line-height: 34px;
  font-size: 16px;
  cursor: pointer;
}
.pop-price .item li.selected .txt,
.pop-price .item li:hover .txt {
  background-color: #ca2b2f;
  color: #fff;
}
.pop-price .page {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  font-size: 20px;
  color: #666;
  border-top: 2px solid #ccc;
}
.pop-price .item2 {
  padding-right: 20%;
}
.pop-price .item2 li {
  width: 19%;
}
.pop-price .item2 img {
  filter: grayscale(1);
  margin: 10px auto 0 auto;
  width: 100px;
  display: block;
}
.pop-price .item2 li:hover img {
  filter: grayscale(0);
}
.pop-price .go-back {
  float: right;
  width: 70px;
  height: 30px;
  line-height: 28px;
  border-radius: 14px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
}
.pop-price .go-back:hover {
  background-color: #ca2b2f;
  color: #fff;
  border: 1px solid #ca2b2f;
}
.pop-price .item3 .progress {
  width: 450px;
  margin: 50px auto auto auto;
  font-size: 18px;
  padding-left: 50px;
}
.pop-price .item3 .progress .bar {
  width: 336px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.pop-price .item3 .progress .bar .in {
  width: 0%;
  height: 100%;
  background: url(../images/price/pro-bg.png) no-repeat left top;
}
.pop-price .item3 .progress .percent {
  margin-left: 10px;
}
.pop-price .item3 .txt {
  width: 330px;
  font-weight: 500;
  margin: 80px auto auto auto;
  background-color: #fff;
  color: #ca2b2f;
  font-size: 18px;
  line-height: 50px;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.pop-price .item4 .tit::before {
  content: "";
  background: url(../images/price/i-1.png) no-repeat center;
  display: inline-block;
  width: 20px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.pop-price .item4 .row {
  width: 300px;
  margin: 0 auto;
}
.pop-price .item4 .input {
  width: 100%;
  line-height: 50px;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  border: none;
  font-size: 16px;
}
.pop-price .item4 .do_submit {
  width: 100%;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background: #ca2b2f;
  margin: 40px auto;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.pop-price .item4 .do_submit:hover {
  opacity: 0.8;
}
.pop-price .close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/close-2.png) no-repeat center / 100%;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.pop-price .close:hover {
  transform: rotate(90deg);
}
.pop-price .show-code {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
}
