.banner-flat-wrp-t2018 {
  font-family: 'Roboto', sans-serif;
}
.banner-flat-wrp-t2018 a {
  display: block;
  text-decoration: none;
}
.banner-flat-wrp-t2018 p {
  margin: 0;
}
.banner-flat-wrp-t2018 .item {
  color: #ffffff;
  min-height: 175px;
  position: relative;
}
.banner-flat-wrp-t2018 .item.premium:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 15px;
  background-image: url('/images/crown.png');
  background-size: cover;
}
.banner-flat-wrp-t2018 .item .overlay {
  background-color: rgba(0, 0, 0, 0.34) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-flat-wrp-t2018 .item .overlay2 {
  background-color: rgba(0, 0, 0, 0.34) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-flat-wrp-t2018 .item .price {
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 6px;
  right: 3px;
  color:#fff;
  text-align: right;
}
.banner-flat-wrp-t2018 .item .price span {
  display: block;
  font-size: 12px;
}

.banner-flat-wrp-t2018 .item .content {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 20px;
}
.banner-flat-wrp-t2018 .item .content .title {
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 4px;
  color:#fff;
}
.banner-flat-wrp-t2018 .item .content .address {
  font-size: 12px;
  color:#fff;
}
.up-through-popup-t2018 {
  position: fixed;
  z-index: 1100;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
}
.up-through-popup-t2018.active {
  opacity: 1;
  visibility: visible;
}
.up-through-popup-t2018 .main-overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.up-through-popup-t2018 .win {
  font-family: 'Roboto', sans-serif;
  background: #E5E5E5;
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
  z-index: 100;
}
@media (max-width: 767px) {
  .up-through-popup-t2018 .win {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .up-through-popup-t2018 .win {
    width: 600px;
    min-height: 300px;
  }
}
.up-through-popup-t2018 p {
  margin: 0;
}
.up-through-popup-t2018 .close-btn {
  cursor: pointer;
}
.up-through-popup-t2018 .close-btn.top {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 17px;
  right: 7px;
}
@media print, (min-width:768px) {
  .up-through-popup-t2018 .close-btn.top {
    top: 15px;
    right: 15px;
  }
}
.up-through-popup-t2018 .close-btn.top:before,
.up-through-popup-t2018 .close-btn.top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.up-through-popup-t2018 .close-btn.top:before {
  transform: rotate(45deg);
}
.up-through-popup-t2018 .close-btn.top:after {
  transform: rotate(-45deg);
}
.up-through-popup-t2018 .close-btn.bottom {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, (min-width:768px) {
  .up-through-popup-t2018 .close-btn.bottom {
    display: none;
  }
}
.up-through-popup-t2018 .close-btn.bottom:not(:hover):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
.up-through-popup-t2018 .header {
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin-bottom: 18px;
}
.up-through-popup-t2018 .banner-flat-wrp-t2018 {
  margin: 0 auto 25px;
}
.up-through-popup-t2018 .line {
  height: 1px;
  background-color: #61bd6d;
  margin-bottom: 25px;
}
@media print, (min-width:768px) {
  .up-through-popup-t2018 form {
    display: flex;
    position: relative;
    padding-bottom: 90px;
  }
}
.up-through-popup-t2018 .result-content {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  text-align: center;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .up-through-popup-t2018 .result-content {
    left: 25px;
    right: 25px;
  }
}
.up-through-popup-t2018 .result-content .title {
  font-weight: bold;
  font-size: 16px;
  color: #61bd6d;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .up-through-popup-t2018 .result-content .title {
    font-size: 20px;
  }
}
.up-through-popup-t2018 .result-content .text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .up-through-popup-t2018 .result-content .text {
    font-size: 16px;
  }
}

.up-through-popup-t2018 .checkpanel-wrp {
  margin-bottom: 23px;
  width: 280px;
  background: rgba(189, 189, 189, 0.2);
  margin: 0 auto 23px;
  padding: 10px 15px 7px;
  box-sizing: border-box;
}
.up-through-popup-t2018 .checkpanel-wrp p {
  font-size: 12px;
  margin-bottom: 10px;
}
.up-through-popup-t2018 .checkpanel {
  font-size: 0;
  list-style-type: none;
  padding-left:0px;
}
.up-through-popup-t2018 .checkpanel li {
  font-size: 14px;
  line-height: normal;
  border: solid 1px #bcbcbc;
  color: #333;
  padding: 6px 9px;
  cursor: pointer;
  position: relative;
}
.up-through-popup-t2018 .checkpanel li > span {
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  font-size: 11px;
  line-height: 31px;
  color: #999999;
}
.up-through-popup-t2018 .checkpanel li + li {
  border-top: none;
}
.up-through-popup-t2018 .checkpanel li:not(.active):not(:hover) {
  background: linear-gradient(180deg, #fcfcfc 0%, #fcfcfc 0%, #eeeeee 100%, #eeeeee 100%);
}
.up-through-popup-t2018 .checkpanel li:hover,
.up-through-popup-t2018 .checkpanel li.active {
  color: #ffffff;
  box-shadow: 1px 1px 5px 0px rgba(102, 102, 102, 0.34901961) inset;
}
.up-through-popup-t2018 .checkpanel li:hover > span,
.up-through-popup-t2018 .checkpanel li.active > span {
  color: #ffffff;
}
.up-through-popup-t2018 .checkpanel li:hover {
  background-color: rgba(97, 189, 109, 0.6);
  border-color: rgba(97, 189, 109, 0.6);
}
.up-through-popup-t2018 .checkpanel li.active {
  background-color: #61bd6d;
  border-color: #61bd6d;
  cursor: default;
}
.up-through-popup-t2018 .select-look-wrp {
  width: 280px;
  background: rgba(189, 189, 189, 0.2);
  margin: 0 auto 23px;
  padding: 10px 15px 30px;
  box-sizing: border-box;
}
.up-through-popup-t2018 .select-look-wrp p {
  font-size: 12px;
  margin-bottom: 5px;
}
.up-through-popup-t2018 .select-look-wrp .chosen-select {
  width: 100%;
}
.up-through-popup-t2018 .select-look-wrp .chosen-container-active .chosen-choices {
  border-color: #61bd6d;
}
.up-through-popup-t2018 .select-look-wrp .chosen-drop {
  max-height: 200px;
  overflow-y: auto;
}
.up-through-popup-t2018 .select-look-wrp .chosen-container .chosen-results li.highlighted {
  background-color: #61bd6d;
  background-image: none;
}
.up-through-popup-t2018 .final-wrp {
  text-align: center;
}
@media print, (min-width:768px) {
  .up-through-popup-t2018 .final-wrp {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.up-through-popup-t2018 .final-wrp p {
  color: #828282;
}
.up-through-popup-t2018 .final-wrp .total {
  font-size: 14px;
  margin-bottom: 10px;
}
.up-through-popup-t2018 .final-wrp .total span {
  color: #61bd6d;
}
.up-through-popup-t2018 .final-wrp .btn {
  width: 215px;
  background-color: #61bd6d;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
  border-radius: 2px;
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.up-through-popup-t2018 .final-wrp .btn:disabled {
  opacity: 0.6;
  cursor: default;
}
a.premium:hover { color:#fff !important;}
@media print, (min-width:768px) {
  .up-through-popup-t2018 .final-wrp .btn {
    line-height: 25px;
  }
}
.up-through-popup-t2018 .final-wrp .balance {
  font-size: 12px;
}
.up-through-popup-t2018 .hidden {
  display: none !important;
}

