.dialog_addressWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
}
.dialog_addressWrapper input[type="text"] {
  width: 365px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 16px;
  border: 1px solid #e5e5e5;
}
.dialog_addressWrapper .address {
  padding: 20px 0;
  background-color: #fff;
}
.dialog_addressWrapper .upgradeTips {
  height: 45px;
  line-height: 45px;
  padding-left: 50px;
  background: #fff5f6 url(https://design.ehaoyao.com/new_site/static/images/icon_tips_warn.png) no-repeat left / 18px;
  background-position: 20px;
  color: #ff344d;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item {
  padding: 5px;
}
.dialog_addressWrapper .panel-item .left {
  margin-right: 10px;
  float: left;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: right;
}
.dialog_addressWrapper .panel-item .right {
  float: left;
  width: 384px;
}
.dialog_addressWrapper .panel-item .positionWrapper {
  width: 100%;
  height: 42px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title .label span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title .label .icon_arrow {
  height: 40px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_title .content input {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_content {
  top: 41px;
  width: 382px;
}
.dialog_addressWrapper .panel-item .positionWrapper .p_content .cityList {
  width: 240px;
}
.dialog_addressWrapper .panel-item .positionWrapper .detailInfo {
  top: 41px;
  width: 382px;
}
.dialog_addressWrapper .panel-item .detail_address {
  display: block;
  padding-left: 16px;
  padding-top: 6px;
  width: 366px;
  height: 82px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.dialog_addressWrapper .panel-item .detail_address::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .detail_address::-moz-placeholder {
  color: #c9c9c9;
  font-size: 16px;
  opacity: 1;
}
.dialog_addressWrapper .panel-item .detail_address::-ms-input-placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
.dialog_addressWrapper .panel-item .setDefault {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.dialog_addressWrapper .panel-item .setDefault i {
  margin-right: 5px;
}
.dialog_addressWrapper .panel-item .btn_cancel,
.dialog_addressWrapper .panel-item .btn_ok {
  margin-left: 40px;
  width: 200px;
}
.dialog_addressWrapper .panel-item .btn_cancel {
  border: 1px solid #ff344d;
  color: #ff344d;
}
.dialog_addressWrapper .selectAddress .address_title {
  padding-left: 0;
  border: none;
}
body {
  background-color: #f5f6f8;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.orderConifrm {
  margin-top: 20px;
  width: 1090px;
  background-color: #fff;
}
.orderConifrm .title {
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
.orderConifrm .content {
  padding: 0 45px;
  width: 1000px;
}
.panel {
  padding: 18px 0 26px;
  width: 100%;
  color: #868686;
  border-top: 1px solid #e5e5e5;
}
.panel .panel-title {
  position: relative;
  padding-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.panel-address {
  padding-bottom: 20px;
}
.panel-address .btn_addAddress {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #ff344d;
}
.panel-address .addressList {
  margin-bottom: 10px;
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}
.panel-address .addressList.show {
  height: auto;
  max-height: 240px;
}
.panel-address .addressList li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.panel-address .addressList li .addressInfo {
  float: left;
  padding-left: 50px;
  max-width: 735px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-address .addressList li .addressInfo span {
  padding: 0 5px;
  vertical-align: middle;
}
.panel-address .addressList li .addressInfo span.details {
  display: inline-block;
  max-width: 380px;
  height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-address .addressList li .addressOpt {
  float: right;
  padding-right: 8px;
  height: 38px;
  max-width: 200px;
  text-align: right;
}
.panel-address .addressList li .addressOpt a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
}
.panel-address .addressList li .addressOpt .defAddress {
  display: inline-block;
  width: 96px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #dddddd;
  color: #444444;
}
.panel-address .addressList li .addressOpt.aHide a {
  display: none;
}
.panel-address .addressList li .addressOpt.aHide .defAddress {
  margin-top: 6px;
}
.panel-address .addressList li.active {
  border-color: #ff344d;
  color: #5e5e5e;
}
.panel-address .addressList li.active .icon_check {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_circle_yes.png) no-repeat center center;
}
.panel-address .addressList li.disabled {
  background-color: #f2f2f2;
}
.panel-address .addressList li.disabled .defAddress {
  margin-top: 6px;
  background-color: #dddddd;
  color: #ffffff;
}
.panel-address .addressList li.upgrade {
  background-color: #f2f2f2;
}
.panel-address .addressList li.upgrade .defAddress {
  background-color: #dddddd;
  color: #ffffff;
}
.panel-address .addressList li.noData {
  text-align: center;
}
.panel-address .toggleAddr {
  display: none;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.panel-address .toggleAddr span {
  padding-right: 8px;
  vertical-align: middle;
}
.panel-address .toggleAddr i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_down.png) no-repeat center center;
  vertical-align: middle;
}
.panel-address .toggleAddr.on i {
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_up.png) no-repeat center center;
}
.panel-medicinalInfo {
  display: none;
  padding-bottom: 20px;
}
.panel-medicinalInfo .btn_medicinalUser {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #ff344d;
  margin-left: 10px;
}
.panel-medicinalInfo .medicinalUser {
  height: 40px;
  font-size: 12px;
  color: #333333;
  line-height: 33px;
}
.panel-medicinalInfo .medicinalUser #btn_medicinalUser {
  display: inline-block;
  float: none;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #ff344d;
  font-weight: 600;
  border: 1px solid #FF344D;
}
.panel-medicinalInfo .medicinalUser .item {
  margin-right: 30px;
}
.panel-medicinalInfo .medicinalUser .noUser {
  color: #FF344D;
  margin-right: 100px;
}
.panel-medicinalInfo .medicinalUser .label_default {
  display: inline-block;
  margin-right: 8px;
  width: 32px;
  height: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #FF344D;
  text-align: center;
  background: rgba(255, 52, 77, 0.2);
  border-radius: 2px;
}
.panel-medicinalInfo .prescriptionInfo .item-label {
  float: left;
  margin-right: 9px;
  width: 50px;
  height: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
.panel-medicinalInfo .prescriptionInfo .item-warp {
  width: 430px;
  line-height: 32px;
}
.panel-medicinalInfo .prescriptionInfo .item-warp .img-box {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_prescription_add.png) no-repeat center / 21px;
  cursor: pointer;
}
.panel-medicinalInfo .prescriptionInfo .item-warp .img-box img {
  display: block;
  width: 45px;
  height: 53px;
  margin: 3px auto;
  background-color: #fff;
}
.panel-medicinalInfo .prescriptionInfo .item-warp .img-box .del {
  position: absolute;
  right: -7px;
  top: -7px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_prescription_del.png) no-repeat center / 100%;
}
.panel-medicinalInfo .prescriptionInfo .item-warp .img-box .btn-enlarge {
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: inline-block;
  width: 11px;
  height: 11px;
  padding: 0;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_prescription_enlarge.png) no-repeat center / 100%;
}
.panel-medicinalInfo .prescriptionInfo .item-warp .tip {
  margin-top: 8px;
  line-height: 18px;
  font-size: 12px;
  color: #999999;
}
.panel-medicinalInfo .prescriptionInfo .item-warp.error {
  border: 1px solid red;
}
.panel-medicinalInfo .prescriptionInfo .item-warp.enlarge-box {
  position: relative;
  float: left;
  display: none;
  width: 430px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f5f5f5;
}
.panel-medicinalInfo .prescriptionInfo .item-warp.enlarge-box .close {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  margin-bottom: 12px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_prescription_close.png) no-repeat center / 12px;
}
.panel-medicinalInfo .prescriptionInfo .item-warp.enlarge-box img {
  display: block;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
.panel-pay .panel-content {
  position: relative;
}
.panel-pay .panel-content > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 24px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.panel-pay .panel-content > span.checked {
  border: 1px solid #ff344d;
  color: #ff344d;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
.panel-sendTime .panel-content {
  position: relative;
}
.panel-sendTime .panel-content li.item {
  position: relative;
  float: left;
}
.panel-sendTime .panel-content li.item > span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 24px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  vertical-align: middle;
}
.panel-sendTime .panel-content li.item > span.checked {
  border: 1px solid #ff344d;
  color: #ff344d;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
.panel-sendTime .panel-content li.item .tips {
  display: none;
  margin-right: 10px;
  font-size: 12px;
  line-height: 15px;
  vertical-align: top;
}
.panel-sendTime .panel-content li.item .send_tips_info {
  display: none;
  position: absolute;
  left: 20px;
  top: 30px;
  width: 272px;
  height: 157px;
  z-index: 2;
}
.panel-sendTime .panel-content li.item .send_tips_info .icon_arrow_tips {
  position: relative;
  display: block;
  top: 1px;
  left: 50px;
  width: 30px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_top_tip.png) no-repeat left top;
}
.panel-sendTime .panel-content li.item .send_tips_info .content {
  padding: 15px;
  width: 240px;
  height: 110px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  -moz-box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  -ms-box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  overflow: hidden;
}
.panel-sendTime .panel-content li.item .send_tips_info .content li {
  line-height: 26px;
  text-align: left;
  cursor: pointer;
}
.panel-sendTime .panel-content li.item .send_tips_info .content li i {
  margin-right: 5px;
}
.panel-sendTime .panel-content li.item .send_tips_info .content a {
  margin-top: 16px;
  width: 100px;
}
.panel-sendTime .panel-content li.item .send_tips_info .content a.btn_ok {
  margin-right: 10px;
}
.panel-sendTime .panel-content li.item .send_tips_info .content a.btn {
  border: 1px solid #ff344d;
  color: #ff344d;
}
.panel-coupon {
  padding-bottom: 15px;
}
.panel-coupon .tabTitle {
  width: 100%;
  border-top: 2px solid #f5f5f5;
  height: 38px;
  background-color: #f5f5f5;
}
.panel-coupon .tabTitle li {
  float: left;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.panel-coupon .tabTitle li.active {
  background-color: #fff;
  color: #ff344d;
}
.panel-coupon .tabTitle #li_staff {
  display: none;
}
.panel-coupon .tabItem {
  display: none;
  padding-top: 10px;
  width: 100%;
}
.panel-coupon .tabItem .otherCoupon > li {
  height: 26px;
  line-height: 24px;
  cursor: pointer;
}
.panel-coupon .tabItem .otherCoupon > li.disabled .icon_checkbox {
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_checkbox_disabled.png) no-repeat center center;
}
.panel-coupon .tabItem .otherCoupon > li .c_type,
.panel-coupon .tabItem .otherCoupon > li .c_amount {
  padding: 0 10px;
  color: #181818;
  vertical-align: middle;
}
.panel-coupon .tabItem .otherCoupon > li .c_amount {
  color: #ff344d;
}
.panel-coupon .tabItem .staff-tips {
  display: none;
  color: #898989;
  padding-left: 24px;
}
.panel-coupon .couponTabTitle li {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.panel-coupon .couponTabTitle li.selected {
  border: 1px solid #ff344d;
  color: #ff344d;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
.panel-coupon .couponItem {
  display: none;
  padding-top: 15px;
  width: 100%;
}
.panel-coupon .couponItem .coupon_enable li {
  float: left;
  margin-bottom: 15px;
  margin-right: 40px;
  cursor: pointer;
}
.panel-coupon .couponItem .coupon_enable li:nth-child(4n) {
  margin-right: 0;
}
.panel-coupon .couponItem .coupon_enable li .c_item {
  width: 218px;
  height: 146px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_top {
  padding-left: 18px;
  padding-top: 16px;
  height: 90px;
  background-color: #bebebe;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_top .c_others {
  height: 33px;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_top span.c_price {
  display: inline-block;
  float: left;
  height: 33px;
  line-height: 33px;
  font-size: 40px;
  font-family: "microsoft yahei";
  color: #fff;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_top span.c_price i {
  font-size: 16px;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_top span.c_type {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  width: 48px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #fff;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_name {
  margin-top: 3px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_limit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_enable li .c_item .c_useTime {
  padding-left: 18px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
}
.panel-coupon .couponItem .coupon_enable li .c_item.red .c_top {
  background-color: #ff344d;
}
.panel-coupon .couponItem .coupon_enable li .c_item.blue .c_top {
  background-color: #478afd;
}
.panel-coupon .couponItem .coupon_enable li .c_item.lightBlue .c_top {
  background-color: #06b5fe;
}
.panel-coupon .couponItem .coupon_enable li .c_item.purple .c_top {
  background-color: #b076ff;
}
.panel-coupon .couponItem .coupon_enable li.checked .c_item {
  border: 1px solid #ff344d;
  border-radius: 0;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
.panel-coupon .couponItem .coupon_enable li.checked .c_item .c_top {
  border-radius: 0;
}
.panel-coupon .couponItem .coupon_disable li {
  float: left;
  margin-right: 40px;
}
.panel-coupon .couponItem .coupon_disable li:nth-child(4n) {
  margin-right: 0;
}
.panel-coupon .couponItem .coupon_disable li .c_item {
  width: 218px;
  height: 146px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: auto;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_top {
  padding-left: 18px;
  padding-top: 16px;
  height: 90px;
  background-color: #bebebe;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_top .c_others {
  height: 33px;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_top span.c_price {
  display: inline-block;
  float: left;
  height: 33px;
  line-height: 33px;
  font-size: 40px;
  font-family: "microsoft yahei";
  color: #fff;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_top span.c_price i {
  font-size: 16px;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_top span.c_type {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  width: 48px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #fff;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_name {
  margin-top: 3px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_limit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_useTime {
  padding-left: 18px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_bottom p {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.panel-coupon .couponItem .coupon_disable li .c_item .c_bottom p.c_name {
  font-size: 14px;
}
.panel-coupon .couponItem .coupon_disable li .c_info {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.panel-coupon .couponItem .coupon_disable li .c_info a {
  display: block;
  color: #000;
  text-decoration: underline;
}
.panel-coupon .couponItem .coupon_disable li .c_info a.c_canUse_list {
  float: right;
}
.panel-coupon .couponItem .coupon_disable li .c_info a.c_canUse_list:hover {
  color: #ff443c;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info {
  display: none;
  position: absolute;
  right: -50px;
  top: 32px;
  width: 252px;
  z-index: 2;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .icon_arrow_tips {
  position: relative;
  display: block;
  top: 1px;
  left: 160px;
  width: 30px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_top_tip.png) no-repeat left top;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd {
  padding-top: 8px;
  width: 246px;
  max-height: 220px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  -moz-box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  -ms-box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  box-shadow: -2px 0px 10px 1px #e6e6e6, 0px -2px 10px 1px #e6e6e6, 2px 0px 10px 1px #e6e6e6, 0px 2px 10px 1px #e6e6e6;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd h3 {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul {
  padding: 0 15px;
  max-height: 196px;
  overflow-y: auto;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li {
  margin: 5px 0;
  width: 215px;
  height: 54px;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li.load {
  text-align: center;
  line-height: 54px;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li .img {
  display: block;
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 52px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li .img img {
  display: block;
  max-width: 50px;
  max-height: 52px;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li .right {
  float: right;
  width: 150px;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li .right p {
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li .right .cl_pName {
  max-height: 36px;
}
.panel-coupon .couponItem .coupon_disable li .c_info .canList_tips_info .bd ul li .right .cl_pPrice {
  height: 18px;
}
.panel-coupon .couponItem .couponCode {
  display: inline-block;
  margin-right: 10px;
  width: 192px;
  height: 34px;
  border: 1px solid #e5e5e5;
}
.panel-coupon .couponItem .btn_submit_couponCode {
  width: 135px;
}
.panel-coupon .couponItem .couponTips {
  padding-top: 10px;
  color: #868686;
}
.panel-score .useScore {
  cursor: pointer;
}
.panel-score .useScore.disabled .icon_checkbox,
.panel-score .useScore.unchecked .icon_checkbox {
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_checkbox_disabled.png) no-repeat center center;
}
.panel-score .c_type,
.panel-score .c_amount {
  padding: 0 10px;
  color: #181818;
  vertical-align: middle;
}
.panel-score .c_amount {
  color: #ff344d;
}
.panel-score .icon_question {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 20px;
  color: #dcdcdc;
  vertical-align: middle;
  cursor: pointer;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_order.jpg) no-repeat left top;
}
.panel-score .tips_box {
  position: relative;
  display: inline-block;
}
.panel-score .tips_info,
.panel-score .point_info {
  display: none;
  position: absolute;
  top: -156px;
  left: -38px;
  color: #181818;
  z-index: 2;
}
.panel-score .tips_info ol,
.panel-score .point_info ol,
.panel-score .tips_info p,
.panel-score .point_info p {
  padding: 10px;
  width: 260px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.panel-score .tips_info ol,
.panel-score .point_info ol {
  -webkit-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  -moz-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  -ms-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
}
.panel-score .tips_info .icon_arrow_tips,
.panel-score .point_info .icon_arrow_tips {
  position: relative;
  display: block;
  top: -2px;
  left: 30px;
  width: 30px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_invoice_tip.png) no-repeat left top;
}
.panel-message .inputtext {
  width: 988px;
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  color: #868686;
}
.panel-invoice .tabTitle li {
  display: none;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.panel-invoice .tabTitle li.checked {
  display: block;
  border: 1px solid #ff344d;
  color: #ff344d;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
.panel-invoice .tabTitle li.disabled {
  width: auto;
  height: 30px;
  border: 0;
}
.panel-invoice .tabTitle li.disabled .text {
  margin-right: 12px;
  display: inline-block;
  width: 96px;
  height: 30px;
  line-height: 30px;
  background-color: #dcdcdc;
}
.panel-invoice .tabTitle li.disabled .desc {
  color: #000;
}
.panel-invoice .tabTitle li.disabled .desc i {
  padding: 0 2px;
  color: #ff344d;
  font-family: "microsoft yahei";
}
.panel-invoice .tabTitle li .icon_question {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 18px;
  color: #dcdcdc;
  vertical-align: middle;
  cursor: pointer;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_order.jpg) no-repeat left top;
}
.panel-invoice .tabTitle li .tips_box {
  position: relative;
  display: inline-block;
}
.panel-invoice .tabTitle li .tips_info,
.panel-invoice .tabTitle li .point_info {
  display: none;
  position: absolute;
  top: -150px;
  left: -38px;
  color: #181818;
  z-index: 2;
}
.panel-invoice .tabTitle li .tips_info ol,
.panel-invoice .tabTitle li .point_info ol,
.panel-invoice .tabTitle li .tips_info p,
.panel-invoice .tabTitle li .point_info p {
  padding: 10px;
  width: 260px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.panel-invoice .tabTitle li .tips_info ol,
.panel-invoice .tabTitle li .point_info ol {
  -webkit-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  -moz-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  -ms-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
}
.panel-invoice .tabTitle li .tips_info .icon_arrow_tips,
.panel-invoice .tabTitle li .point_info .icon_arrow_tips {
  position: relative;
  display: block;
  top: -2px;
  left: 30px;
  width: 30px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_invoice_tip.png) no-repeat left top;
}
.panel-invoice .tabTitle .more {
  float: left;
  height: 30px;
  line-height: 30px;
}
.panel-invoice .tabItem {
  display: none;
}
.panel-invoice .tabItem .i_tabItem {
  margin-top: 10px;
  padding: 16px 12px;
  min-height: 70px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.panel-invoice .tabItem .i_tabItem > span {
  display: inline-block;
  margin-right: 10px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.panel-invoice .tabItem .i_tabItem > span.checked {
  border: 1px solid #ff344d;
  color: #ff344d;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_corner_checked.png) no-repeat right bottom;
}
.panel-invoice .tabItem .i_tabItem .unitList,
.panel-invoice .tabItem .i_tabItem .peopleTitle {
  display: none;
  padding-top: 8px;
  padding-left: 106px;
}
.panel-invoice .tabItem .i_tabItem .unitList input,
.panel-invoice .tabItem .i_tabItem .peopleTitle input {
  margin-right: 10px;
  margin-bottom: 6px;
  width: 314px;
  height: 28px;
  line-height: 28px;
  border-radius: 0;
  background-color: #fff;
}
.panel-invoice .tabItem .i_tabItem .peopleTitle {
  padding-left: 0;
}
.panel-productList .link_backCart {
  float: right;
  width: 76px;
  height: 28px;
  line-height: 28px;
  border-radius: 0;
  background-color: #fff;
  color: #181818;
  font-size: 12px;
  border: 1px solid #e5e5e5;
}
.panel-productList table {
  margin-bottom: 26px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.panel-productList table caption {
  text-align: left;
  line-height: 30px;
  color: #ff304a;
}
.panel-productList table th {
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 400;
}
.panel-productList table td {
  height: 120px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}
.panel-productList table td .pro-up {
  width: 100%;
}
.panel-productList table td .pro_down {
  margin-top: 5px;
  text-align: left;
  margin-left: 57px;
  color: #f65801;
  background: #fff9e2;
  width: 285px;
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
}
.panel-productList table td.p_info {
  width: 460px;
  position: relative;
}
.panel-productList table td.p_info .p_img {
  display: inline-block;
  width: 150px;
}
.panel-productList table td.p_info .p_img .morrowReach {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 50px;
  height: 20px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_morrowReach.png) no-repeat left top;
}
.panel-productList table td.p_info .p_name {
  display: inline-block;
  padding-left: 15px;
  width: 310px;
  text-align: left;
}
.panel-productList table td.p_info .productGift {
  display: block;
  margin: 10px 0 10px 39px;
  margin-left: 39px;
  width: 335px;
  text-align: left;
  background-color: #f5f5f5;
}
.panel-productList table td.p_info .productGift p {
  padding-left: 5px;
  width: 335px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.panel-productList table td.p_info .productGift p span {
  margin-left: 10px;
}
.panel-productList table td.p_price,
.panel-productList table td.p_num,
.panel-productList table td.p_sum {
  width: 140px;
  color: #ff344d;
}
.panel-productList table td.p_price .icon-internalpurchase {
  display: inline-block;
  width: 38px;
  height: 14px;
  margin-left: 5px;
  border: 0;
  vertical-align: sub;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_internalpurchase.png) no-repeat center / 38px;
}
.panel-productList table td.p_price .colorg {
  color: #898989;
}
.panel-productList table td .img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
.panel-productList table td .img .icon_rx {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 28px;
  height: 18px;
  background: url(https://design.ehaoyao.com/new_site/static/images/shoppingRx.png) no-repeat center center;
}
.panel-productList table td .img img {
  max-width: 70px;
  max-height: 70px;
}
.panel-amount .orderSummary {
  width: 100%;
}
.panel-amount .orderSummary .chooseNum {
  float: right;
  width: 140px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
}
.panel-amount .orderSummary .chooseNum > span {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #ff344d;
}
.panel-amount .orderSummary .amountList {
  float: right;
  padding-right: 25px;
}
.panel-amount .orderSummary .amountList li {
  height: 26px;
  line-height: 26px;
}
.panel-amount .orderSummary .amountList li .left {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.panel-amount .orderSummary .amountList li .right {
  display: inline-block;
  width: 125px;
  text-align: right;
}
.panel-amount .orderSummary .amountList .icon_question {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 20px;
  color: #dcdcdc;
  vertical-align: middle;
  cursor: pointer;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_order.jpg) no-repeat left top;
}
.panel-amount .orderSummary .amountList .tips_box {
  position: relative;
  display: inline-block;
}
.panel-amount .orderSummary .amountList .tips_info,
.panel-amount .orderSummary .amountList .point_info {
  display: none;
  position: absolute;
  top: -95px;
  left: -38px;
  color: #181818;
  z-index: 2;
}
.panel-amount .orderSummary .amountList .tips_info ol,
.panel-amount .orderSummary .amountList .point_info ol,
.panel-amount .orderSummary .amountList .tips_info p,
.panel-amount .orderSummary .amountList .point_info p {
  padding: 10px;
  width: 260px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.panel-amount .orderSummary .amountList .tips_info ol,
.panel-amount .orderSummary .amountList .point_info ol {
  -webkit-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  -moz-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  -ms-box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
  box-shadow: -2px 0px 10px 1px #e5e5e5, 0px -2px 10px 1px #e5e5e5, 2px 0px 10px 1px #e5e5e5, 0px 2px 10px 1px #e5e5e5;
}
.panel-amount .orderSummary .amountList .tips_info .icon_arrow_tips,
.panel-amount .orderSummary .amountList .point_info .icon_arrow_tips {
  position: relative;
  display: block;
  top: -2px;
  left: 30px;
  width: 30px;
  height: 14px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_arrow_invoice_tip.png) no-repeat left top;
}
.panel-amount .orderSummary .totalAmount {
  padding-right: 25px;
  width: 975px;
  height: 65px;
  background-color: #f5f5f5;
}
.panel-amount .orderSummary .totalAmount .top {
  padding-top: 6px;
  height: 26px;
  text-align: right;
}
.panel-amount .orderSummary .totalAmount .top .left {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.panel-amount .orderSummary .totalAmount .top .right {
  display: inline-block;
  width: 125px;
  text-align: right;
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #ff344d;
  vertical-align: middle;
}
.panel-amount .orderSummary .totalAmount .sendAddress {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-amount .orderSummary .totalAmount .sendAddress span {
  padding: 0 5px;
}
.panel-amount .orderSummary .btn_order {
  float: right;
  margin-top: 15px;
  width: 135px;
}
.panel-amount .orderSummary .btn_order .fore {
  display: inline-block;
}
.panel-amount .orderSummary .btn_order .back {
  display: none;
}
.panel-amount .orderSummary .btn_order::after {
  content: '';
  display: block;
  clear: both;
}
.purchase_cont {
  width: 470px;
}
.purchase_cont h3 {
  font-size: 16px;
  color: #696969;
  padding: 40px 40px 24px 40px;
}
.purchase_cont .item-list {
  padding: 0 30px 0 70px;
}
.purchase_cont .item-list .item {
  line-height: 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchase_cont .timer {
  color: #ff4259;
  line-height: 30px;
  margin-top: 80px;
  padding-bottom: 45px;
  width: 100%;
  text-align: center;
}
.purchase_cont .timer span {
  padding: 0 5px;
}
.giveaway {
  background: url(https://design.ehaoyao.com/new_site/static/images/zengpin.png) no-repeat center center;
}
.orderSummary .amountList .tips_info li {
  height: auto;
  text-align: left;
}
.panel-productList .orderSummary .amountList .icon_question {
  margin-top: -5px;
}
.adv-icon {
  display: block;
  width: 120px;
  height: 120px;
  position: fixed;
  right: 32px;
  bottom: 0;
  z-index: 99;
  background: url(https://design.ehaoyao.com/new_site/static/images/consult_hover.png) no-repeat center / 100%;
}
.adv-dialog {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
}
.adv-dialog .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  right: -70px;
  background: url(https://design.ehaoyao.com/new_site/static/images/kf_dialog_close.png) no-repeat center / 100%;
}
.adv-dialog .pic {
  display: block;
  position: absolute;
  width: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adv-dialog .pic img {
  width: 100%;
}
.dialog_medicinalUserWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
}
.dialog_medicinalUserWrapper input[type="text"] {
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-indent: 16px;
  border: 1px solid #e5e5e5;
}
.dialog_medicinalUserWrapper .medicinalUser {
  padding: 20px 0;
  background-color: #fff;
}
.dialog_medicinalUserWrapper .panel-item {
  margin-bottom: 11px;
}
.dialog_medicinalUserWrapper .panel-item.pl {
  padding-left: 134px;
}
.dialog_medicinalUserWrapper .panel-item .left {
  margin-right: 24px;
  float: left;
  width: 110px;
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-size: 16px;
}
.dialog_medicinalUserWrapper .panel-item .left span {
  color: #FF344D;
}
.dialog_medicinalUserWrapper .panel-item .right {
  float: left;
  width: 460px;
}
.dialog_medicinalUserWrapper .panel-item .userInfo {
  max-height: 85px;
  overflow: scroll;
}
.dialog_medicinalUserWrapper .panel-item .itemInfo {
  float: left;
  position: relative;
  margin-top: 5px;
  margin-right: 25px;
  margin-bottom: 11px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #f5f5f5;
  border: 1px solid #E5E5E5;
  color: #666666;
}
.dialog_medicinalUserWrapper .panel-item .itemInfo.active {
  background-color: #FFE1E1;
  border-color: #FF344D;
  color: #FF344D;
}
.dialog_medicinalUserWrapper .panel-item .itemInfo:nth-child(4n) {
  margin-right: 0;
}
.dialog_medicinalUserWrapper .panel-item .itemInfo .icon_del {
  display: none;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon_delete.png) no-repeat left center / 12px;
}
.dialog_medicinalUserWrapper .panel-item .icon-sex {
  margin-right: 20px;
  width: 20px;
  height: 40px;
  display: block;
  line-height: 40px;
  float: left;
  padding-left: 20px;
  color: #333;
  cursor: pointer;
  background: url(https://design.ehaoyao.com/new_site/static/images/sex.png) no-repeat left center / 14px;
}
.dialog_medicinalUserWrapper .panel-item .icon-sex.active {
  background: url(https://design.ehaoyao.com/new_site/static/images/sexActive.png) no-repeat left center / 14px;
}
.dialog_medicinalUserWrapper .panel-item .setDefault {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
}
.dialog_medicinalUserWrapper .panel-item .setDefault i {
  margin-right: 5px;
}
.dialog_medicinalUserWrapper .panel-item .btn_cancel,
.dialog_medicinalUserWrapper .panel-item .btn_ok {
  margin-left: 50px;
  width: 100px;
  height: 32px;
  line-height: 32px;
}
.dialog_medicinalUserWrapper .panel-item .btn_cancel {
  border: 1px solid #ff344d;
  color: #ff344d;
}
.dialog_medicinalUserWrapper .tips {
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #999999;
  text-align: center;
}
/*!
 * Datepicker v0.5.3
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-06-15T11:00:53.699Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent;
}
.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}
.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' ';
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}
.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.datepicker-panel > ul > li:hover {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e6f2ff;
}
.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}
.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}
.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff;
}
.datepicker-hide {
  display: none;
}
