.hosting-package3 {
    position: relative;
    background-color: #fff;
    border: 1px solid #f1f2f5;
    -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    padding: 30px;
}
.hosting-package3 .package-main {
    position: relative;
}
.hosting-package3 .package-main .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hosting-package3 .package-main .desc {
    font-size: 15px;

    padding-bottom: 15px;
}
.hosting-package3 .package-main .price {
    position: relative;
    text-align: left;
    font-size: 15px;
    margin: 15px 0;
}
.hosting-package3 .package-main .price > small {
    display: block;
    font-size: 15px;
    color: #767676;
}
.hosting-package3 .package-main .price .list sub {
    font-size: 18px;
    color: #767676;
    text-decoration: line-through;
}
.hosting-package3 .package-main .price .market {
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start;
}
.hosting-package3 .package-main .price .market span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}
.hosting-package3 .package-main .price .market sub {
    color: #242736;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    top: 14px;
    left: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.hosting-package3 .package-main .price .market sup {
    display: flex;
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.hosting-package3 .package-main .price .market sup > small {
    font-size: 28px;
    font-weight: 600;
    margin-left: 3px;
}
.hosting-package3 .package-main .price .price-highlight {
    background-color: #ffeea9;
    color: #111;
    display: inline-block;
    margin-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
}
}
.hosting-package3 .package-main .price .price-renew {
    color: #767676;
    cursor: help;
    font-size: 12px;
    margin-top: 4px;
}
.hosting-package3 .package-main .price .price-renew i {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 16px;
    margin-left: 1px;
}
.hosting-package3 .package-detail {
    position: relative;
}
.hosting-package3 .package-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hosting-package3 .package-detail ul li {
    font-size: 16px;
    border-bottom: 1px solid #f2f5fd;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}
.hosting-package3 .package-detail ul li.last {
    font-size: 14px;
    padding: 7px 0 0;
}
.hosting-package3 .package-detail ul li.last a {
    position: relative;
    font-size: 14px;
}
.hosting-package3 .package-detail ul li.last a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 2px;
}
.hosting-package3 .package-detail ul li i {
    margin-right: 4px;
}
.hosting-package3 .package-detail ul li img {
    width: 22px;
    padding-right: 4px;
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0;
}
.hosting-package3 .package-order {
    position: relative;
    margin-bottom: 15px;
}
.hosting-package3 .package-order .btn {
    font-size: 16px;
    height: 44px;
    font-weight: 600;

}