.packagePrice-block {
  padding: 0 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.packagePrice-priceTitle {
  width: 50%;
  height: 100%;
  float: left;
}
.packagePrice-priceTitle span {
  display: inline-block;
  margin: 0 5px;
}
.custom-drawer {
  width: 100%;
  position: relative;
}
.custom-drawer .custom-drawer-title {
  width: 100%;
  height: 36px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.custom-drawer .custom-drawer-title .custom-drawer-title-name {
  width: 90%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.custom-drawer .custom-drawer-title .custom-drawer-title-icon {
  width: 10%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
}
.custom-drawer .custom-drawer-title .custom-drawer-title-model {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.custom-drawer .custom-drawer-block {
  width: 100%;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #DCDFE6;
  border-bottom: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  overflow: hidden;
}
.cd-title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cd-title .cd-title-name {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.cd-title .cd-title-checkbox {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cd-content {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.cd-content .cd-content-item {
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cd-content .cd-content-item .cd-ct-left {
  width: 90%;
  height: 40px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cd-content .cd-content-item .cd-ct-left .cd-ct-left-name {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}
.cd-content .cd-content-item .cd-ct-left .cd-ct-left-checkbox {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cd-content .cd-content-item .cd-ct-right {
  width: 10%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
