@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 185, ../sass/free.scss */
.free .text a {
  color: #222;
}
/* line 189, ../sass/free.scss */
.free #display {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
/* line 194, ../sass/free.scss */
.free #display .content {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 201, ../sass/free.scss */
.free #display .content .room {
  position: relative;
  display: block;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
/* line 207, ../sass/free.scss */
.free #display .content .room .del-btn {
  position: absolute;
  display: none;
  right: 0;
  bottom: 40px;
}
/* line 213, ../sass/free.scss */
.free #display .content .room .rtn-btn {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
}
/* line 219, ../sass/free.scss */
.free #display .content .room #snaptarget {
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  bottom: 0;
  list-style-type: none;
}
/* line 228, ../sass/free.scss */
.free #display .content .room #test {
  width: auto;
  height: auto;
}
/* line 232, ../sass/free.scss */
.free #display .content .room .flexxx {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
/* line 237, ../sass/free.scss */
.free #display .content .room .choose {
  border: 1px solid #141111 !important;
}
/* line 240, ../sass/free.scss */
.free #display .content .room .item {
  position: absolute !important;
  bottom: 25%;
  left: 40%;
  padding: 0;
  margin: 0;
  z-index: 1;
  background: #f6f6f6;
  background-size: cover;
  background-position: center center;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 253, ../sass/free.scss */
.free #display .content .room .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 259, ../sass/free.scss */
.free #display .content .room .item .bg .box-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  /* line 194, ../sass/free.scss */
  .free #display .content {
    flex: 0 0 75%;
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 275, ../sass/free.scss */
  .free #display .content .room {
    height: 50vh;
  }
}
/* line 280, ../sass/free.scss */
.free #display .operator {
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 280, ../sass/free.scss */
  .free #display .operator {
    flex: 0 0 25%;
    max-width: 25%;
    height: auto;
  }
}
/* line 289, ../sass/free.scss */
.free #display .operator .card {
  width: 100%;
}
/* line 291, ../sass/free.scss */
.free #display .operator .card li {
  position: relative;
  padding: 1.25rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* line 295, ../sass/free.scss */
  .free #display .operator .card li .mb {
    margin-bottom: 10px;
  }
}
/* line 300, ../sass/free.scss */
.free #display .operator .card li .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #666666;
}
/* line 308, ../sass/free.scss */
.free #display .operator .card li .step span {
  color: #fff;
}
/* line 312, ../sass/free.scss */
.free #display .operator .card li .form-group {
  margin-bottom: 0;
}
/* line 315, ../sass/free.scss */
.free #display .operator .card li .nav-pills {
  width: 100%;
  max-width: 100%;
}
/* line 318, ../sass/free.scss */
.free #display .operator .card li .nav-pills .nav-link {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
/* line 325, ../sass/free.scss */
.free #display .operator #free-tab {
  width: 100%;
  max-height: 60px;
  overflow-x: auto;
}
/* line 330, ../sass/free.scss */
.free #display .operator #free-tabcontent {
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  margin: 1rem 0 0;
}
/* line 335, ../sass/free.scss */
.free #display .operator #free-tabcontent ul {
  width: 100%;
  padding: 0;
  list-style-type: none;
}
/* line 339, ../sass/free.scss */
.free #display .operator #free-tabcontent ul li {
  float: left;
  max-width: 33.3333%;
  padding: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  /* line 339, ../sass/free.scss */
  .free #display .operator #free-tabcontent ul li {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* line 330, ../sass/free.scss */
  .free #display .operator #free-tabcontent {
    height: 100px;
    max-height: 100px;
  }
}
/* line 354, ../sass/free.scss */
.free #display .operator #width, .free #display .operator #height, .free #display .operator #size, .free #display .operator #skin {
  margin-bottom: 10px;
}
/* line 358, ../sass/free.scss */
.free #display .operator #color .color-box {
  width: 10px;
  height: 10px;
  border: 1px solid #666666;
}

/* line 369, ../sass/free.scss */
.free-con .object {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgba(102, 102, 102, 0.1);
  list-style-type: none;
}
/* line 376, ../sass/free.scss */
.free-con .object .icon {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  cursor: pointer;
  z-index: 50;
  opacity: 0.5;
}
/* line 383, ../sass/free.scss */
.free-con .object .icon i {
  font-size: 1rem;
  color: rgba(34, 34, 34, 0.5);
}
/* line 387, ../sass/free.scss */
.free-con .object .icon:hover {
  opacity: 1;
}
/* line 391, ../sass/free.scss */
.free-con .object .img {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 100%;
  float: left;
  padding: 0.5rem;
  overflow: hidden;
}
/* line 400, ../sass/free.scss */
.free-con .object .text {
  display: inline-block;
  width: 60%;
  height: 100%;
  float: right;
}
/* line 405, ../sass/free.scss */
.free-con .object .text .caption {
  position: relative;
  padding: 0.5rem;
  list-style-type: none;
  text-align: left;
}
/* line 410, ../sass/free.scss */
.free-con .object .text .caption li {
  line-height: 20px;
}
/* line 413, ../sass/free.scss */
.free-con .object .text .caption .sec-title {
  margin-bottom: 0.5rem;
  color: #141111;
}
/* line 417, ../sass/free.scss */
.free-con .object .text .caption .title {
  font-size: 1rem;
}
/* line 419, ../sass/free.scss */
.free-con .object .text .caption .title:after {
  content: "：";
  display: inline-block;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 427, ../sass/free.scss */
  .free-con .object .img,
  .free-con .object .text {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 369, ../sass/free.scss */
  .free-con .object {
    margin-bottom: 15px;
  }
}
/* line 439, ../sass/free.scss */
.free-con .total .block {
  display: inline-block;
  width: 1.2rem;
}
